/* Bootstrap Reset */
@import url(//fonts.googleapis.com/css?family=Dosis:600,400);

@import url(//fonts.googleapis.com/css?family=Ubuntu: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;
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #007cb6;
}
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: #00adff;
  text-decoration: none;
}
.moduletable h2 {
  color: #fff !important;
  font-size: 54px !important;
}
.moduletable .mod-article-single__about h3,
.moduletable .mod-article-single__about h6 {
  color: #fff;
}
.moduletable .mod-article-single__about p {
  font-size: 14px;
  color: #fff;
}
.moduletable .mod-newsflash-adv_custom-link a {
  color: #fff !important;
}
h2 {
  font-size: 48px;
  line-height: 44px;
}
h3, #content-row h2 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 25px;
}
h4 {
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  color: #00adff;
}
h4 a:hover {
  text-decoration: underline !important;
}
h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}
h6 a {
  color: #007cb6 !important;
}
h6 a:hover {
  text-decoration: underline !important;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 12px;
}
.icons-marker {
  font-size: 14.399999999999999px;
  line-height: 21px;
}

html {
  background: url(../images/bodybg.png);
}

body {
  background: none;
}
.body__home #wrapper {
  margin: 0 auto -372px;
}
.body__home #push,
.body__home #footer-wrapper {
  height: 372px;
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -213px;
}
#push,
#footer-wrapper {
  height: 213px;
}

#top-row {
  /*background: url("../images/menu_bg.png");*/
  background: #00adff;
  padding: 20px 0 14px;
}

.container-fluid {
  padding: 0 !important;
}

.body__home #header-row .container-fluid {
  margin: 0 0 30px;
}
#header-row {
  padding: 20px 0 0;
  text-align: center;
}
#header-row .container-fluid {
  border-bottom: 1px solid  #e8e8e8;
  padding: 0 0 1px !important;
  margin: 0 0 30px;
}
#header-row .slogan {
    /*margin: -80px 0 0 100px;*/
    margin: 0;
    float: right;
    width: 50%;
}
#header-row .slogan h3 {
  font-size: 22px;
  line-height: 25px;
}
#header-row .slogan h3 span {
  color: #fff;
}
#header-row #logo {
  float: left;
  width: initial;
}
#header-row #logo p {
	margin-bottom:0;
}

.header-contact {
  text-align: right;
  display: inline-block;
  float: right;
}
.header-contact__item {
    width: 100%;
    font-size: 30px;
    line-height: 22px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    float: left;
}
.header-contact__item + .header-contact__item { margin-top: 10px; }
.header-contact__phone { color: #000; }
.header-contact__mail { 
  /*color: #3ccbeb; */
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #header-row #logo,  #header-row #slogan, #header-row .header-contact__item {
    float: left;
    text-align: center;
    width: 100%;
    display: inline-block;
  }
}
@media screen and (max-width: 568px) {
  .header-contact__item {
    font-size: 2em;
  }
}
.logo__link:hover {
  color: inherit;
  opacity: 0.65;
}
.logo__image { float: left; }
.logo__name {
    font-size: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 2px 0;
    float: left;
}
.logo__image + .logo__name { margin-left: 20px; }
.logo__description { color: #9A9AA2; }
.logo__title {
  color: #00ADFF;
  font-size: 2em;
}
.logo__slogan { color: #C5C5C5; }

/*======================= SHOWCASE =======================*/
#showcase-row .image {
  margin: 0 1px 1px 0;
  position: relative;
  overflow: hidden;
}
#showcase-row .image img {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#showcase-row .image:hover .moduleTitle {
  opacity: 1;
}
#showcase-row .image:hover .item_introtext {
  opacity: 1;
}
#showcase-row .image:hover img {
  transform: scale(1.5);
}
#showcase-row .image .moduleTitle {
  opacity: 1;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 3;
  margin: 100px 0 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#showcase-row .image .item_introtext {
  opacity: 1;
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 200px;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 10px 0;
}
#showcase-row .image .item_introtext p {
  margin: 0 auto;
  width: 80%;
  text-align: center;
  line-height: 16px;
}
#showcase-row .image .img-intro {
  margin: 0;
}
#showcase-row .image.span9 {
  width: 856px;
  min-height: 400px;
  /*margin-right: 1px;*/
}
#showcase-row .image.span9 img {
  width: 856px;
  height: 399px;
}
#showcase-row .image + .span9 {
  margin-right: 0;
}
#showcase-row .image.span3 {
  width: 312px;
  min-height: 400px;
}
#showcase-row .image.span3 img {
  height: 399px;
  width: 312px;
}
#showcase-row .image + .span3 {
  /*margin-right: 1px;*/
}
#showcase-row .image.span4 {
  width: 389px;
  min-height: 400px;
  /*margin-right: 1px;*/
}
#showcase-row .image.span4 img {
  width: 389px;
  height: 399px;
}
.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 {
  padding: 30px 0 7px;
}
#feature-row .hello {
  text-align: center;
  margin-top: 40px;
}
#feature-row .hello h2 {
  margin-bottom: 6px;
  color: #00adff !important;
  font-size: 48px !important;
}
#feature-row .hello h2 a:hover {
  color: #007cb6 !important;
}
#feature-row .hello h3 {
  font-weight: normal;
  color: #007cb6;
  margin-bottom: 18px;
}
#feature-row .hello .readmore {
  text-align: center;
  color: #fff;
  background: #00adff !important;
  padding: 17px 15px 20px  !important;
  font-size: 18px;
  line-height: 19px  !important;
}
#feature-row .hello .readmore:hover,
#feature-row .hello .readmore:active,
#feature-row .hello .readmore.active,
#feature-row .hello .readmore:focus {
  background: #007cb6 !important;
  color: #fff !important;
  text-decoration: none !important;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  padding: 0 0 30px;
}
#maintop-row .guide {
  border-bottom: 1px solid #F4F4F4;
  padding: 0 0 20px;
}
#maintop-row .guide .item_title a {
  color: #00adff;
}
#maintop-row .guide .item_title a:hover {
  color: #007cb6;
}
#maintop-row .news {
  border-left: 1px solid #F4F4F4;
  padding: 14px 0 0 26px;
  width: 59.6%;
}
#maintop-row .news:before {
  left: -3px;
}
#maintop-row .news:after {
  display: none;
}
#maintop-row .news .item {
  padding: 0 0 0 51px;
  margin-bottom: 41px;
  margin-right: 15.5%;
  width: 40.9%;
}
#maintop-row .news .item.item_num1,
#maintop-row .news .item.item_num3 {
  margin-right: 0;
}
#maintop-row .news .item:before {
  content: '';
  background: url(../images/barr.png) no-repeat;
  width: 33px;
  height: 33px;
  display: block;
  float: left;
  margin: 2px 0 0 -46px;
}
#maintop-row .news .item p {
  padding-bottom: 5px;
}
#maintop-row .news h4 {
  font-weight: normal;
}
#maintop-row .news h4 span {
  color: #00adff;
}
#maintop-row .about {
  width: 31.7%;
  margin-right: 6%;
  background: url(../images/modbg1.jpg);
  background: #00adff;
  padding: 29px 25px;
  border-top: 1px dashed #00adff;
  border-bottom: 1px dashed #00adff;
  box-shadow: 0px 0px 0px 4px #00adff;
}
#maintop-row .about h2 {
  font-size: 52px;
  margin-bottom: 6px;
}
#maintop-row .about .item-title {
  font-size: 30px;
  border-bottom: 1px solid #fff;
  padding: 0 0 18px;
  margin-bottom: 23px;
}
#maintop-row .about .item_introtext {
  font-style: italic;
  margin: 0 0 0 10px;
}
#maintop-row .about h6 {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 21px;
}
#maintop-row .about .mod-newsflash-adv_custom-link {
  margin: 8px 0 0 10px;
}
.body__home #maintop {
  border-top: 1px solid #F4F4F4;
  padding: 44px 0 0;
}
.body__home #maintop,
.news,
.footermenu,
.choice,
#mainbottom,
.guide,
.menstyle,
#aside-right .moduletable + .moduletable {
  position: relative;
}
.body__home #maintop:before,
.news:before,
.footermenu:before,
.choice:before,
#mainbottom:before,
.guide:before,
.menstyle:before,
#aside-right .moduletable + .moduletable:before,
.body__home #maintop:after,
.news:after,
.footermenu:after,
.choice:after,
#mainbottom:after,
.guide:after,
.menstyle:after,
#aside-right .moduletable + .moduletable:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: url(../images/plus.png) no-repeat;
  top: -3px;
  left: -3px;
  z-index: 2;
}
.body__home #maintop:after,
.news:after,
.footermenu:after,
.choice:after,
#mainbottom:after,
.guide:after,
.menstyle:after,
#aside-right .moduletable + .moduletable:after {
  left: auto;
  right: -3px;
}
.guide:before,
.menstyle:before,
.guide:after,
.menstyle:after {
  top: auto;
  bottom: -3px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 12px;
  line-height: 21px;
  background: #ffffff;
  color: #007cb6;
  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: #00adff;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #368dea;
  border-bottom-color: #368dea;
}
.btn-primary:hover {
  background: #368dea;
  color: #ffffff;
}
.btn-primary.submitButton {
  float: right;
}
.btn-info {
  background: #ffffff;
  color: #555555;
  text-shadow: none;
  border: 1px solid #cccccc;
  border-bottom-color: #cccccc;
}
.btn-info:hover {
  background: #cccccc;
  color: #00adff !important;
}
.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 {
  font-size: 14px;
  color: #007cb6;
  line-height: 18px !important;
  background: url(../images/larr.png) 0 3px no-repeat !important;
  box-shadow: none !important;
  text-transform: uppercase;
  border: none !important;
  padding: 0 0 0 22px !important;
  text-shadow: none;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  border-radius: 0 !important;
  letter-spacing: 0 !important;
}
.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,
.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,
.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 {
  outline: none;
  color: #007cb6;
  text-decoration: underline !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 {
  outline: none;
  opacity: 1;
  color: #007cb6;
  text-decoration: underline !important;
}
.label-info,
.badge-info {
  background: #a8a9a9;
}
#searchForm .btn.btn-primary {
  padding: 0 !important;
  background: none !important;
  margin: 3px 0 0 3px;
}
.view-form #adminForm button.btn {
  padding: 0 !important;
  background: none !important;
}
.view-form #adminForm #jform_publish_up_img,
.view-form #adminForm #jform_publish_down_img {
  padding: 2px 10px 3px !important;
}
#jform_images_image_intro,
#jform_images_image_fulltext {
  height: 31px;
}
.contact_form .btn-primary {
  margin: 4px 0 0 !important;
}
.footermenu ul,
.links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footermenu ul li,
.links ul li {
  margin: 0 0 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footermenu ul li a,
.links ul li a {
  background: url(../images/liarr.png) transparent no-repeat 0 4px !important;
  padding: 0 0 0 11px;
  color: #007cb6;
  font-size: 22px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline;
}
.footermenu ul.nav-child li a { font-size: 14px; }
.footermenu ul li a:hover,
.links ul li a:hover,
.footermenu ul li a:active,
.links ul li a:active,
.footermenu ul li a:focus,
.links ul li a:focus {
  text-decoration: underline !important;
  background-position: 3px 8px;
  background: url(../images/liarr.png) transparent no-repeat 0 4px !important;
}
.footermenu ul .active a,
.links ul .active a {
  text-decoration: underline !important;
  background-position: 3px 8px !important;
}
#copyright-row .moduleTitle {
  font-weight: bold;
  margin-bottom: 30px;
}
#copyright-row .container-fluid {
  background: url("../images/copy_bg.png") 0 top repeat-x;
  padding: 47px 0 0 !important;
}
#copyright-row .footermenu {
  border-right: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  padding: 0 30px 60px;
  width: 17%;
  margin-left: 0%;
}
#copyright-row .articles {
  width: 22%;
  margin-right: 1%;
}
#copyright-row .articles .item_published {
  font-weight: bold;
  color: #00adff;
}
#copyright-row .articles .item_title {
  margin-bottom: 0;
  line-height: 21px;
  font-size: 12px;
  text-transform: none;
}
#copyright-row .articles .item {
  margin: 0 0 2px;
}
#copyright-row .phone {
  text-transform: uppercase;
  font-size: 11px;
  float: none;
  display: inline-block;
  min-width: 140px;
  color: #007cb6;
  margin-left: 6px;
}
#copyright-row .follow {
  margin-left: 0;
  margin-top: 5px;
}
#copyright-row .follow .mod-menu__social .menu {
  text-align: left;
}
#copyright {
  font-size: 11px;
  text-transform: uppercase;
  color: #007cb6 !important;
  margin: 4px 0 0;
}
#copyright .privacy_linkhover {
  color: #00adff !important;
  text-decoration: underline !important;
}
#copyright .footer_logo {
  margin: 0 0 22px;
}
#copyright .year:after {
  content: '|';
  padding: 0 0 0 4px;
}

#showcase-row .row-fluid .image .img-intro__none,
#showcase-row .row-fluid .image .img-intro {
   overflow: hidden !important;
}

#showcase-row .row-fluid .image .item-title {
    opacity: 1;
    position: absolute;
    text-align: center;
    width: 100%;
	color: #373737;
    text-shadow: 1px 1px 1px #fff;
    margin: 0px !important;
    padding-top: 144px;
    padding-bottom: 20px;
    font-weight: bold;
    z-index: 3;
    background: rgba(54, 201, 234, 0.3);
    -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: 24px;
    line-height: 36px;
}

#showcase-row .row-fluid .image.span9 {
  overflow: hidden !important;
}
#showcase-row .row-fluid .image.span9 .item_introtext {
  bottom: 0px !important;
  background: rgba(54, 201, 234, 0.3) !important;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
}
#showcase-row .row-fluid .image.span9 .item_introtext p {
  color: #f7f7f7;
}
#showcase-row .row-fluid .image.span9 .item_introtext .readmore {
  color: #f7f7f7;
}
#showcase-row .row-fluid .image.span9 .item_introtext .readmore:hover {
  color: #f7f7f7 !important;
  text-decoration: underline;
}
#showcase-row .row-fluid .image.span9 .moduleTitle {
  color: #373737;
  text-shadow: 0px 0px 1px #fff;
  margin: 0px !important;
  padding-top: 144px;
  padding-bottom: 20px;
  background: rgba(54, 201, 234, 0.3) !important;
}
#showcase-row .row-fluid .image.span3 .item_introtext {
  bottom: 0px !important;
  background: rgba(54, 201, 234, 0.3) !important;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
}
#showcase-row .row-fluid .image.span3 .item_introtext p {
  color: #373737;
}
#showcase-row .row-fluid .image.span3 .item_introtext .readmore {
  color: #373737;
}
#showcase-row .row-fluid .image.span3 .item_introtext .readmore:hover {
  color: #373737 !important;
  text-decoration: underline;
}
#showcase-row .row-fluid .image.span3 .moduleTitle {
  color: #373737;
  text-shadow: 0px 0px 1px #fff;
  margin: 0px !important;
  padding-top: 144px;
  padding-bottom: 20px;
  background: rgba(54, 201, 234, 0.3) !important;
}
#showcase-row .row-fluid .image.span4 .item_introtext {
  bottom: 0px !important;
  background: rgba(54, 201, 234, 0.3) !important;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
}
#showcase-row .row-fluid .image.span4 .item_introtext p {
  color: #373737;
}
#showcase-row .row-fluid .image.span4 .item_introtext .readmore {
  color: #373737;
}
#showcase-row .row-fluid .image.span4 .item_introtext .readmore:hover {
  color: #373737 !important;
  text-decoration: underline;
}
#showcase-row .row-fluid .image.span4 .moduleTitle {
  color: #373737;
  text-shadow: 0px 0px 1px #fff;
  margin: 0px !important;
  padding-top: 144px;
  padding-bottom: 20px;
  background: rgba(54, 201, 234, 0.3) !important;
}

.mod-newsflash-adv_custom-link a {
  background: url(../images/larr1.png) 1px 2px no-repeat !important;
}

#component {
  min-height: 0;
}
.body__about #component {
  padding-right: 100px;
}

#footer-wrapper .row-container .container-fluid {
  border-top: 4px solid #e8e8e8;
}

.footer_logo a img {
	/*width:295px;*/
	height:80px;}

#feature-row .hello .item_introtext {
  font-weight: normal;
  color: #007cb6;
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 36px;
}

#copyright-row .fa {
  color: #00adff;
    width: 14px;
}

.blog .img-intro-none { display:none;}

.dl-horizontal dd {
  margin-left: 0px;
}

.contact_details .icons-marker {
  display: block;
  width: 16px;
  margin-right: 12px;
  float: left;
}

.contact_details_item {
  margin-bottom: 20px;
}

.contact_address {
  overflow: hidden;
}
/* ********************************************************************** */
	

hr {
	border:none;
	border-top:1px solid #fff;
	box-shadow:0 -1px 0 #ccc;}


/* Main Navigation */


	/* Colums */
	#columns {
		padding-top:5px;}
		
		#columns #middle-col {
			min-height:400px} 
		
			
	#columns .moduletable,
	#columns .moduletablestyle1,
	#columns .moduletablestyle2 {
		background:#44B5DA;
		color:#fff;
		padding:10px;
		margin-bottom:20px;}
		
		#columns .moduletable h3,
		#columns .moduletablestyle1 h3,
		#columns .moduletablestyle2 h3 {
			background:rgba(255,255,255,.15);
			border-bottom:1px solid rgba(255,255,255,.15);
			margin:-10px -10px 10px;
			padding:3px 10px 0;
			color:#fff;}
	
	
		#columns .moduletablestyle1 {
			background:#5990DE;}
			#columns .moduletablestyle1 h3 {}
		
		
		#columns .moduletablestyle2 {
			background:#FCA165;}
			#columns .moduletablestyle2 h3 {}
				
				

			
	
/* Testimonial */
.moduletabletestimonial {
	text-align:center;
	border-left:1px solid #fff;
	box-shadow:-1px 0 0 #ccc;}

	.moduletabletestimonial blockquote {
		border:none;
		text-align:left;
		position:relative;
		font-size:16px;
		line-height: 32px;
		margin-bottom:35px;
		font-family:"Coming Soon", Courier, monospace; }
		
		.moduletabletestimonial blockquote:before,
		.moduletabletestimonial blockquote:after {
			  position:absolute; 
			  font-weight: bold;
			  font-size:120px;
			  color:#ccc;
			  color:rgba(0,0,0,.05);
			  z-index:-6;
			  font-family:Georgia, "Times New Roman", Times, serif}
		 
			.moduletabletestimonial blockquote:before {
				 content: open-quote;
				 top:25px;
				 left:0; }
			 
			.moduletabletestimonial blockquote:after { 
				 content: close-quote;
				 right:0;
				 bottom:-25px}


.moduletabletestimonial p.author {
	font-size:20px;
	margin-bottom: 2px;
	padding-top: 6px;
	color:#333}

.moduletabletestimonial p.position {
	color:#888;}

/* Footer */
#footer {
	padding:35px 0 5px; }

	
	/* Copyright */
	#copyright_area {
		font-size:.9em;
		line-height:75px;}
		
	
	/* IceTheme Copyright Logo */
	#footer p#icelogo {
		float:left;
		line-height:55px;
		margin:0;
		padding-right:30px;}
			
			#footer p#icelogo a {
				opacity:.5;
				-webkit-transition:all .2s ease-out;
				-moz-transition:all .2s ease-out;
				-o-transition:all .2s ease-out; 
				transition:all .2s ease-out;}
				#footer p#icelogo a:hover {
					opacity:1}
				
	
	
	/* Copyright Text */
	#footer p#copyright {
		float:left;
		color:#777;
		margin:0;
		padding-right:20px;}
		
	
	/* Copyright Nav */	
	#copyrightmenu {
		float:left;}
		
		#copyrightmenu ul {
			list-style-type:none;
			margin:0;
			padding:0}
			
			#copyrightmenu ul li {
				display:inline;}
				
				#copyrightmenu ul li a {
					color:#777;
					display:inline;
					padding-right:20px;}
					#copyrightmenu ul li a:hover {
						background:none;
						color:#111;
						text-decoration:underline}
		


		/* Go to Top link */
		.scrollup {
			width: 40px;
			height: 40px;
			text-indent: -9999px;
			opacity: 0.3;
			position: fixed;
			bottom: 50px;
			right: 30px;
			display: none;
			background: url(../images/icon_top.png) no-repeat;
			-webkit-transition:all .2s ease-out;
			-moz-transition:all .2s ease-out;
			-o-transition:all .2s ease-out; 
			transition:all .2s ease-out;}
			
			.scrollup:hover {
				opacity: 0.6;}



		

/* Navigation */
.icemegamenu {
	float:left}



/* IceCarousel */
.icecarousel {
	margin-bottom:35px;}
	
	.icecarousel .carousel-control {
		opacity:0;
		top: 44%;
		-webkit-transition:all .2s ease-out;
		-moz-transition:all .2s ease-out;
		-o-transition:all .2s ease-out; 
		transition:all .2s ease-out;} 
		
		.icecarousel:hover .carousel-control {
			opacity:.6;} 
			
			.icecarousel:hover .carousel-control:hover {
				opacity:1}

	
	
		.icecarousel .carousel-caption {
			opacity:0;
			margin-bottom:-45px;
			-webkit-transition:all .2s ease-out;
			-moz-transition:all .2s ease-out;
			-o-transition:all .2s ease-out; 
			transition:all .2s ease-out;}
				
			.icecarousel:hover .carousel-caption {
				opacity:1;
				margin-bottom:0}
			
		.icecarousel .carousel-caption h4 {
			font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin: 0 0 2px;}

	
	
/* Social */
#ice_social {
	float:right;
	padding:5px 0 0}
	
	#ice_social #social_fb {
		float:right}
	
	#ice_social #social_tw {
		float:right}			
			
			
			
/* Error Page 
---------------------------------------------------------------- */
body.error_page {}
	
	body.error_page #logo {
		margin:20px -1px 0 0;
		text-align:center;
		padding:20px 0;}

	body.error_page #content {
		border-left: 1px solid #fff;
		box-shadow: -1px 0 0 #ccc;
		margin:30px 0 0 -30px;
		padding-left:30px;}
		
		body.error_page .page-header {
			margin:17px 0 15px;
			border:none;}
		
		
			
/* Offline Page 
---------------------------------------------------------------- */		
body.offline_page {}
	
	body.offline_page #logo {
		float:none;
		margin:40px 0 25px;
		text-align:center;
		padding:0;}

	body.offline_page #content {
		text-align:center;
		margin:0 auto;}
		
		
		body.offline_page #content_inside {
			width:520px;
			padding:20px;
			border:1px solid #dcdcdc;
			margin:0 auto;
			background:#fff;
			text-align:left}
			
			body.offline_page #content_inside p.alert {
				margin-bottom:35px;}
		