@import url(//fonts.googleapis.com/css?family=Playball);
.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;
}
@font-face {
  font-family: 'asapregular';
  src: url('../fonts/asap-regular-webfont.eot');
  src: url('../fonts/asap-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/asap-regular-webfont.woff') format('woff'), url('../fonts/asap-regular-webfont.ttf') format('truetype'), url('../fonts/asap-regular-webfont.svg#asapregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'asapbold';
  src: url('../fonts/asap-bold-webfont.eot');
  src: url('../fonts/asap-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/asap-bold-webfont.woff') format('woff'), url('../fonts/asap-bold-webfont.ttf') format('truetype'), url('../fonts/asap-bold-webfont.svg#asapbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'droid_sansregular';
  src: url('../fonts/droidsans-webfont.eot');
  src: url('../fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/droidsans-webfont.woff') format('woff'), url('../fonts/droidsans-webfont.ttf') format('truetype'), url('../fonts/droidsans-webfont.svg#droid_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'droid_sansbold';
  src: url('../fonts/droidsans-bold-webfont.eot');
  src: url('../fonts/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/droidsans-bold-webfont.woff') format('woff'), url('../fonts/droidsans-bold-webfont.ttf') format('truetype'), url('../fonts/droidsans-bold-webfont.svg#droid_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
  font-family: 'Playball', cursive;
*/
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  display: inline !important;
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #66bccb !important;
}
#error {
  color: #000;
}
#error h3 {
  color: #000;
}
#error a {
  color: #000;
}
#error a:hover {
  text-decoration: underline;
}
h1,
h2,
h3 {
  color: #000;
  font: 38px/40px 'Playball', cursive;
  margin: 0 0 14px;
}
h4 {
  color: #000;
  font: 15px/18px 'droid_sansregular';
  margin: 0 0 2px;
  margin: 0 0 21px;
}
.text {
  color: #878787;
  text-transform: uppercase;
}
.alert-heading {
  color: inherit;
}
.clear {
  clear: both;
}
p {
  margin: 0;
  padding-bottom: 20px;
}
p.text {
  padding-bottom: 8px;
}
.icons-marker {
  font-size: 13.2px;
  line-height: 14px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 11px;
  line-height: 14px;
  background: #ffffff;
  color: #606060;
  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-primary {
  background: #a0a0a0 !important;
  color: #fff !important;
  border: none;
  padding: 5px 15px;
  text-transform: uppercase;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  box-shadow: none;
  background: #66bccb !important;
  color: #fff !important;
}
.btn-primary.submitButton {
  float: right;
}
.btn-info {
  background: #a0a0a0;
  color: #fff;
  border: none;
  padding: 5px 15px;
  text-transform: uppercase;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  box-shadow: none;
  background: #66bccb !important;
  color: #fff !important;
}
#searchForm .btn.btn-primary {
  padding: 7px 15px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module,
.item-list,
.unstyled {
  margin: 0;
}
ul.item_list li,
.categories-module li,
.archive-module li,
.item-list li,
.unstyled li {
  background: url(../images/template/marker.gif) 0 5px no-repeat;
  list-style: none;
  padding: 0 0 16px 13px;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a,
.item-list li a,
.unstyled li a {
  color: #606060;
}
ul.item_list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover,
.item-list li a:hover,
.unstyled li a:hover,
ul.item_list li a:visited,
.categories-module li a:visited,
.archive-module li a:visited,
.item-list li a:visited,
.unstyled li a:visited {
  color: #66bccb;
}
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%;
}
.pagination ul li {
  display: inline-block;
  margin-right: 10px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font-size: 13px;
  line-height: 24px;
  text-transform: none;
  color: #000;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #c3c3c3;
  box-shadow: none;
  padding: 0 9px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: white;
  background: #66bccb;
  border-color: #66bccb;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  color: white;
  background: #66bccb;
  border-color: #66bccb;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: white;
  background: #66bccb;
  border-color: #66bccb;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 22px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 20px 10px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0px 10px 20px;
}
.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 {
  border-bottom: 1px solid #ebebeb;
  padding: 37px 0 0;
}
#logo a {
  display: inline-block;
  margin: 16px 0 36px 8px;
}
/*===== Social Media ======*/
.social {
  margin: 0 0 23px;
  text-align: right;
}
.social li {
  display: inline;
  list-style: none;
  margin: 0 0 0 7px;
}
.social li a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.mod-search__aside #searchword {
  margin-bottom: 14px;
}
.search-block {
  text-align: right;
  padding: 0;
}
.search-block .mod-search__search-block {
  display: block;
  padding: 0 0 20px;
}
.search-block .mod-search__search-block form {
  border: 1px solid #e4e4e1;
  background: #e4e4e1;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  width: 211px;
}
.search-block .mod-search__search-block form #searchword {
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #e4e4e1;
  border: none;
  height: 24px;
  padding: 0 24px 0 10px;
  width: 211px;
  line-height: 24px;
}
.search-block .mod-search__search-block form input[type="image"] {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0;
  padding: 8px 7px;
}
/*======================= NAVIGATION =======================*/
.select-menu {
  display: none;
}
.navigation ul.sf-menu {
  background: url(../images/template/menu_back.jpg) repeat-x;
  font: 15px/34px 'asapbold';
  display: table;
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 4px;
  table-layout: fixed;
  /*SubMenu Styles*/

}
.navigation ul.sf-menu .sfHolder {
  display: block;
  position: relative;
}
.navigation ul.sf-menu > li {
  background: url(../images/template/separator.gif) 0 0 repeat-y;
  display: table-cell;
  padding: 0 5px;
  margin: 0;
  float: none;
  text-transform: uppercase;
}
.navigation ul.sf-menu > li:first-child {
  background: none;
}
.navigation ul.sf-menu > li.active > .sfHolder > a,
.navigation ul.sf-menu > li.sfHover > .sfHolder > a,
.navigation ul.sf-menu > li.current > .sfHolder > a,
.navigation ul.sf-menu > li.active > .sfHolder > span,
.navigation ul.sf-menu > li.sfHover > .sfHolder > span,
.navigation ul.sf-menu > li.current > .sfHolder > span {
  color: #616562;
}
.navigation ul.sf-menu > li > .sfHolder > a,
.navigation ul.sf-menu > li > .sfHolder > span {
  color: #fff;
  text-align: center;
  padding: 21px 0 26px;
  margin: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  display: block;
}
.navigation ul.sf-menu > li > .sfHolder > a:hover,
.navigation ul.sf-menu > li > .sfHolder > span:hover {
  color: #616562;
}
.navigation ul.sf-menu > li:hover > .sfHolder > ul,
.navigation ul.sf-menu > li.sfHover > .sfHolder > ul {
  background: #555454;
  top: 65px;
  left: 50%;
  margin-left: -75px !important;
}
.navigation ul.sf-menu > li:hover > .sfHolder > ul li,
.navigation ul.sf-menu > li.sfHover > .sfHolder > ul li {
  border-top: 1px solid #363432;
}
.navigation ul.sf-menu > li:hover > .sfHolder > ul li:first-child,
.navigation ul.sf-menu > li.sfHover > .sfHolder > ul li:first-child {
  border: none;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -20px;
  left: 156px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -20px;
  left: 156px;
}
.navigation ul.sf-menu ul {
  width: 155px;
  background: #3c3c3c;
  padding: 20px 0;
  text-align: left;
}
.navigation ul.sf-menu ul li {
  border-top: 1px solid #585654;
  margin: 0;
  text-align: center;
}
.navigation ul.sf-menu ul li:first-child {
  border: none;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span.separator {
  font: 13px/37px 'asapbold';
  display: block;
  padding: 0px;
  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;
  color: white;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span.separator:hover {
  background: #66bccb;
  color: #ffffff;
  text-shadow: none;
}
.navigation ul.sf-menu ul li.active > .sfHolder > a,
.navigation ul.sf-menu ul li.sfHover > .sfHolder > a,
.navigation ul.sf-menu ul li.active > .sfHolder > span.separator,
.navigation ul.sf-menu ul li.sfHover > .sfHolder > span.separator {
  background: #66bccb;
  color: #ffffff;
  text-shadow: 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: 28px;
  padding-bottom: 28px;
  margin-bottom: 2px;
}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 30px;
  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: 28px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  margin-top: -1px;
}
/*======================= FEATURE =======================*/
#feature-row {
  background: url(../images/template/feature.gif) 0 0 repeat;
  box-shadow: inset 0px -1px 2px rgba(1, 1, 1, 0.1);
}
#feature-row .row-container {
  padding: 51px 0 18px;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  padding: 51px 0 0px;
}
#maintop-row .row-container .container {
  border-bottom: 1px solid #ebebeb;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#aside-right .moduletable,
#aside-left .moduletable {
  margin-bottom: 30px;
}
.page-item {
  padding-bottom: 30px;
}
#content-row {
  padding: 51px 0 20px;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 30px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  color: #606060;
  font: 11px/18px 'droid_sansregular';
  margin: 0 0 23px;
  text-transform: uppercase;
}
.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;
}
.mod-article-single .item__module {
  margin-bottom: 30px;
  overflow: hidden;
}
.mod-newsflash-adv.mod-newsflash-adv__des .item .item_title {
  color: #66bccb;
  margin: 0 0 2px;
}
.mod-newsflash-adv.mod-newsflash-adv__des .item .item_title a {
  color: #66bccb;
}
.mod-newsflash-adv.mod-newsflash-adv__des .item .item_title a:hover {
  color: #000;
}
.mod-newsflash-adv.mod-newsflash-adv__services .item {
  margin: 0 0 18px;
}
.mod-newsflash-adv.mod-newsflash-adv__services .item .caption {
  color: #000;
  font: 23px/24px 'asapregular';
  float: left;
  width: 33px;
}
.mod-newsflash-adv.mod-newsflash-adv__services .item .item_content {
  overflow: hidden;
}
.mod-newsflash-adv.mod-newsflash-adv__services .item .item_content .item_title {
  font: 11px/14px 'droid_sansbold';
  text-transform: uppercase;
  color: #66bccb;
  margin: 0 0 7px;
}
.mod-newsflash-adv.mod-newsflash-adv__services .item .item_content .item_title a {
  color: #66bccb;
}
.mod-newsflash-adv.mod-newsflash-adv__services .item .item_content .item_title a:hover {
  color: #000;
}
.mod-newsflash-adv.mod-newsflash-adv__monials .item {
  background: url(../images/template/blockquote.png) 0 3px no-repeat;
  padding-left: 42px;
}
.mod-newsflash-adv.mod-newsflash-adv__monials .item .item_title {
  color: #66bccb;
  margin: 0;
}
.mod-newsflash-adv.mod-newsflash-adv__monials .item .item_title a {
  color: #66bccb;
}
.mod-newsflash-adv.mod-newsflash-adv__monials .item .item_title a:hover {
  color: #000;
}
.mod-newsflash-adv.mod-newsflash-adv__type .item_title {
  color: #606060;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 6px;
  text-transform: uppercase;
}
.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;
}
/*===== Home Page ======*/
/*===== About Page ======*/
/*===== News Page ======*/
/*===== Blog Page ======*/
.page-category__news .item_published {
  font-size: 15px;
  line-height: 20px;
  color: #66bccb;
  margin-bottom: 4px;
}
.page-category__news .item_title {
  color: #000000;
  font-size: 15px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
/*===== 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;
  margin-bottom: 30px;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 14px 14px 0 !important;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 5px;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote p:before {
  content: '';
}
blockquote p:after {
  content: '';
}
blockquote small {
  text-align: right;
  text-transform: uppercase;
  color: #66bccb;
}
/*===== Team Page ======*/
.addthis_toolbox {
  padding-top: 11px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= 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;
}
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#copyright {
  font-size: 11px;
  margin-bottom: 30px;
}
#copyright .footer_logo {
  margin-right: 7px;
}
#footer-wrapper {
  background: #F9F9F6;
  max-width: 1258px;
  margin: 0 auto;
}
#footer-wrapper .footer-wrapper-inner {
  border-top: 1px solid #ebebeb;
  color: #1b1b1b;
  font-size: 12px;
  padding: 69px 0 20px;
}
#footer-wrapper a {
  color: #1b1b1b;
}
#footer-wrapper a:hover {
  color: #66bccb;
}
ul.footer {
  margin: 0 0 30px;
  text-align: right;
}
ul.footer li {
  color: #4c4b4a;
  display: inline;
  list-style: none;
}
ul.footer li:before {
  content: "|";
  display: inline;
  padding: 0 16px 0 15px;
  color: #d2d1d0 !important;
}
ul.footer li:first-child:before {
  display: none;
}
ul.footer li a,
ul.footer li .separator {
  color: #1b1b1b !important;
}
ul.footer li a:hover {
  color: #66bccb !important;
}
ul.footer li.active a {
  color: #66bccb !important;
}
#jform_images_image_intro,
#jform_images_image_fulltext {
  height: 24px;
}
#jform_publish_up_img,
#jform_publish_down_img {
  padding: 6px 12px;
}
.camera_caption > div {
  background: rgba(0, 0, 0, 0.6) !important;
}
.list_carousel ul li .item_content .readmore {
  font-size: 13px !important;
  background: url(../images/template/menu_back.jpg) repeat-x !important;
  color: #fff !important;
}
.list_carousel ul li .item_content .readmore:hover {
  color: #000 !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background: #66bccb;
}
#section-kmt .kmt-meta * {
  color: #606060;
}
#section-kmt .kmt-meta *:hover {
  color: #66bccb;
}
#section-kmt .kmt-content .parentContainer .kmt-author {
  color: #000;
}
.item_category-name a {
  color: #66bccb;
}
.item_category-name a:hover {
  text-decoration: underline;
}
.kmt-readon .kmt-comment a {
  color: #66bccb;
}
.kmt-readon .kmt-comment a:hover {
  text-decoration: underline;
}
.page-blog h4 {
  display: inline-block;
}
.page-blog h4:hover {
  color: #000 !important;
}
.page-category__about h4 a:hover {
  color: #66BCCB !important;
}
