/*Header*/
/*menu*/
/*pathway*/
/*mainbody*/
/*search*/
/*footer*/
/*color buttons*/
/*quiz*/
/*gradient*/
html {
  font-size: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.851;
  font-weight: 400;
  background: #fff;
  font-size: 14px;
}
a,
a:link,
a:visited {
  color: #0397d6;
}
a:focus {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  color: #0397d6;
}
h1 {
  font-size: 160%;
}
h2 {
  font-size: 160%;
}
h3 {
  font-size: 140%;
}
img {
  max-width: 100%;
}
section {
  padding: 10px 0px;
}
.itemFullText h3 {
  color: #0397d6;
  font-size: 1.4em;
}
.no-padding-left {
  padding-left: 0px;
}
/*mainbody*/
.mainbody {
  background: #fff;
}
.breadcrumb_mod {
  background: #f5f5f5;
}
.breadcrumb {
  margin-bottom: 0px !important;
  padding: 0;
}
/*btn*/
.gbs3 .btn-primary {
  background: #0397d6 !important;
  background: -moz-linear-gradient(90deg, #0397d6 30%, #0397d6 70%) !important;
  background: -webkit-linear-gradient(90deg, #0397d6 30%, #0397d6 70%) !important;
  background: -o-linear-gradient(90deg, #0397d6 30%, #0397d6 70%) !important;
  background: -ms-linear-gradient(90deg, #0397d6 30%, #0397d6 70%) !important;
  background: linear-gradient(180deg, #0397d6 30%, #0397d6 70%) !important;
  color: #fff !important;
  border: 1px solid #0397d6 !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  padding: 5px 10px !important;
}
.gbs3 .btn-primary:hover {
  background: #738ec8;
  background: -moz-linear-gradient(90deg, #738ec8 30%, #738ec8 70%);
  background: -webkit-linear-gradient(90deg, #738ec8 30%, #738ec8 70%);
  background: -o-linear-gradient(90deg, #738ec8 30%, #738ec8 70%);
  background: -ms-linear-gradient(90deg, #738ec8 30%, #738ec8 70%);
  background: linear-gradient(180deg, #738ec8 30%, #738ec8 70%);
  color: #fff;
  border: 1px solid #738ec8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 10px;
}
.btn-primary {
  background: #0397d6 !important;
  background: -moz-linear-gradient(90deg, #0397d6 30%, #0397d6 70%) !important;
  background: -webkit-linear-gradient(90deg, #0397d6 30%, #0397d6 70%) !important;
  background: -o-linear-gradient(90deg, #0397d6 30%, #0397d6 70%) !important;
  background: -ms-linear-gradient(90deg, #0397d6 30%, #0397d6 70%) !important;
  background: linear-gradient(180deg, #0397d6 30%, #0397d6 70%) !important;
  color: #fff !important;
  border: 1px solid #0397d6 !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  padding: 5px 10px !important;
}
.btn-primary:hover {
  background: #10b5fc !important;
  background: -moz-linear-gradient(90deg, #10b5fc 30%, #10b5fc 70%) !important;
  background: -webkit-linear-gradient(90deg, #10b5fc 30%, #10b5fc 70%) !important;
  background: -o-linear-gradient(90deg, #10b5fc 30%, #10b5fc 70%) !important;
  background: -ms-linear-gradient(90deg, #10b5fc 30%, #10b5fc 70%) !important;
  background: linear-gradient(180deg, #10b5fc 30%, #10b5fc 70%) !important;
  color: #fff !important;
  border: 1px solid #10b5fc !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  padding: 5px 10px !important;
}
@media (min-width: 300px) {
  .sidebar {
    float: none;
    width: 100%;
  }
  .main-content {
    display: flex;
  }
}
@media (min-width: 768px) {
  .sidebar {
    float: left;
    width: 280px;
    margin-right: 15px;
  }
}
.slide_home {
  position: relative;
}
.slide_home .item_slide .text-slide {
  position: absolute;
  bottom: 5%;
  left: 15%;
  text-shadow: 1px 1px 1px #3a3a3a;
  color: #fff;
}
.slide_home .item_slide .text-slide h2 {
  color: #fff;
  text-shadow: 1px 1px 1px #3a3a3a;
}
.slide_home .customPrevBtn,
.slide_home .customNextBtn {
  position: absolute;
  top: 0px;
  height: 100%;
  font-size: 300% !important;
  background: transparent !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px #3a3a3a !important;
  border: none !important;
  border: 0;
  width: 40px;
  z-index: 1;
  cursor: pointer;
}
.slide_home .customPrevBtn:hover,
.slide_home .customNextBtn:hover {
  border: 0 !important;
  background: none !important;
  color: #0397d6;
}
.slide_home .customPrevBtn .nav_icon,
.slide_home .customNextBtn .nav_icon {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 10px;
}
.slide_home .customPrevBtn .nav_icon .fa,
.slide_home .customNextBtn .nav_icon .fa {
  font-size: 160%;
}
.slide_home .customPrevBtn {
  left: 10px !important;
}
.slide_home .customNextBtn {
  right: 10px !important;
  text-align: right;
}
.slide_show .custompages_banner {
  max-height: 380px;
  overflow: hidden;
}
.slide_show .custompages_banner img {
  width: 100%;
  height: auto;
}
.slide_show .custompages_banner p {
  margin: 0;
}
@media (min-width: 300px) {
  .slide_home .item_slide .text-slide {
    font-size: 120%;
    width: 60%;
  }
  .slide_home .item_slide .text-slide h2 {
    font-size: 160%;
  }
  .slide_home .item_slide .text-slide div {
    display: none;
  }
}
@media (min-width: 580px) {
  .slide_home .item_slide .text-slide {
    font-size: 120%;
    width: 60%;
  }
  .slide_home .item_slide .text-slide h2 {
    font-size: 200%;
  }
  .slide_home .item_slide .text-slide div {
    display: block;
  }
}
@media (min-width: 768px) {
  .slide_home .item_slide .text-slide {
    font-size: 140%;
    width: 45%;
  }
  .slide_home .item_slide .text-slide h2 {
    font-size: 280%;
  }
}
.slide_show {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 0px;
}
/*Banners*/
.banner_top {
  padding: 30px 0px;
  background: #fff;
}
.banner_top .mod_banner_slide .moduleItemTitle {
  font-weight: 700;
}
.banner_top .mod_banner_slide .item {
  padding: 0 30px;
}
.banner_top .mod_bannercat_items {
  position: relative;
  border-top: 1px solid #f5f5f5;
}
.banner_top .mod_bannercat_items .mod_title {
  margin: 15px 0;
}
.banner_top .mod_bannercat_items .catTitle {
  text-align: center;
  color: #000;
  font-size: 120%;
}
.banner_top .mod_bannercat_items .catTitle a,
.banner_top .mod_bannercat_items .catTitle a:link,
.banner_top .mod_bannercat_items .catTitle a:visited {
  color: #000;
}
.banner_top .mod_bannercat_items .catTitle a:hover,
.banner_top .mod_bannercat_items .catTitle a:link:hover,
.banner_top .mod_bannercat_items .catTitle a:visited:hover {
  color: #0397d6;
  text-decoration: none;
}
.banner_top .mod_bannercat_items .cat_desc {
  display: none;
}
.banner_top .mod_bannercat_items a:hover {
  color: #0397d6;
}
.banner_top .mod_bannercat_items .item {
  padding: 0 15px;
  text-align: center;
}
.banner_top .mod_bannercat_items .mod_content {
  padding: 0 15px;
}
.banner_top .mod_bannercat_items .moduleItemTitle {
  display: block;
}
.banner_top .mod_bannercat_items .owl-prev,
.banner_top .mod_bannercat_items .owl-next {
  position: absolute;
  font-size: 160%;
  color: #0397d6;
  top: -30px;
}
.banner_top .mod_bannercat_items .owl-next {
  right: 0;
}
.banner_top .mod_bannercat_items .owl-prev {
  right: 20px;
}
@media (min-width: 300px) {
  .banner_top .mod_bannercat_items {
    display: block;
    margin: 15px auto;
  }
  .banner_top .mod_bannercat_items .cat_img {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 5px;
    display: block;
    min-height: 200px;
  }
  .banner_top .mod_bannertop_simple_col3 {
    display: block;
    margin: 15px auto;
  }
  .banner_top .mod_bannertop_simple_col3 .mod_content_main {
    border: 1px solid #ddd;
    margin: 15px;
    min-height: 200px;
  }
}
@media (min-width: 768px) {
  .banner_top .mod_bannercat_items {
    display: block;
    margin: 15px auto;
  }
  .banner_top .mod_bannercat_items .cat_img {
    display: block;
    min-height: 180px;
  }
  .banner_top .mod_bannertop_simple_col3 {
    display: block;
    margin: 15px auto;
  }
  .banner_top .mod_bannertop_simple_col3 .mod_content_main {
    background: rgba(255, 255, 255, 0.49);
    border: 1px solid #ddd;
    margin: 15px;
    min-height: 200px;
  }
}
.header {
  border-bottom: 1px solid #f9f9f9;
  background: #fff;
}
.header .top_header {
  background: #f9f9f9;
  color: #666;
  padding: 0;
}
.header .top_header a,
.header .top_header a:link,
.header .top_header a:visited {
  color: #666;
  padding: 10px;
}
.header .top_header a:hover,
.header .top_header a:link:hover,
.header .top_header a:visited:hover {
  color: #0397d6;
}
.header .top_header ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}
.header .top_header ul li {
  list-style: none;
  border-right: 1px solid #ececec;
  display: inline-block;
}
.header .top_header .header-center {
  font-size: 120%;
  line-height: 140%;
  text-align: center;
  padding: 7.5px 0;
}
.header .top_header .header-center p {
  margin: 0;
}
.header .top_header .header-right {
  position: relative;
}
.header .top_header .header-right .k2-ajax-search-container {
  padding: 7.5px 0;
}
.header .top_header .header-right .k2-ajax-search-container.active {
  background: none !important;
}
.header .top_header .header-right .k2-ajax-search-container input {
  height: 27px !important;
  color: #666 !important;
  background-color: #fff !important;
  border: 1px solid #e0e0e0 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.header .top_header .header-right .k2-ajax-search-container #ajax-search-button96 {
  border-left: 0px solid #666;
}
.main_header .brand {
  text-align: left;
  padding: 15px 0;
}
.main_header .brand .site-description {
  text-align: right;
  color: #404041;
  letter-spacing: 3px;
  font-weight: 700;
}
.main_header .brand:hover {
  text-decoration: none !important;
}
.main_header .brand:hover .site-description {
  color: #0397d6 !important;
}
.btn-social-icon {
  padding: 15px 7.5px;
}
@media (min-width: 300px) {
  .header .top_header .pull-right,
  .header .top_header .pull-left {
    float: none !important;
    clear: both !important;
    text-align: center;
    margin: auto;
  }
  .header .top_header .header-right {
    margin: auto;
    text-align: center;
  }
  .header .top_header .header-right > div {
    float: none !important;
    clear: both !important;
    text-align: center;
    margin: auto;
  }
  .header .main_header .pull-right,
  .header .main_header .pull-left {
    float: none !important;
    clear: both !important;
    text-align: center;
    margin: auto;
  }
  .header .main_header .brand {
    max-width: 260px;
  }
}
@media (min-width: 480px) {
  .header .top_header .pull-right,
  .header .top_header .pull-left {
    float: none !important;
    clear: both !important;
    text-align: center;
    margin: auto;
  }
  .header .top_header .header-right {
    margin: auto;
    text-align: center;
  }
  .header .top_header .header-right > div {
    float: none !important;
    clear: both !important;
    text-align: center;
    margin: auto;
  }
  .header .main_header .pull-right {
    float: right !important;
    clear: right !important;
    text-align: left;
    margin: 0;
  }
  .header .main_header .pull-left {
    float: left !important;
    clear: inherit !important;
    text-align: left;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .header .top_header .pull-right {
    float: right !important;
    clear: right !important;
    text-align: left;
    margin: 0;
  }
  .header .top_header .pull-left {
    float: left !important;
    clear: inherit !important;
    text-align: left;
    margin: 0;
  }
  .header .top_header .header-right {
    margin: auto;
    text-align: center;
  }
  .header .top_header .header-right > div {
    float: right !important;
    clear: right !important;
    text-align: left;
    margin: 0;
  }
  .header .top_header .header-center {
    clear: both;
  }
}
@media (min-width: 999px) {
  .header .top_header .header-center {
    clear: none;
  }
  .header .main_header .brand {
    max-width: 260px;
  }
}
@media (min-width: 1024px) {
  .header .main_header .brand {
    max-width: 300px;
  }
}
.main_menu {
  display: block;
  position: relative;
  padding: 27px 0;
}
.main_menu .maximenuck {
  padding-left: 0;
}
.main_menu .maximenuck .level1 a {
  color: #020202;
  margin: 0 5px;
  padding: 15px 5px 7.5px;
  border-top: 2px solid #fff;
}
.main_menu .maximenuck .level1 a:hover {
  color: #0397d6;
  border-top: 2px solid #0397d6;
}
.main_menu .maximenuck .level1.parent > a,
.main_menu .maximenuck .level1.parent > span.separator {
  padding-right: 15px !important;
}
.main_menu .maximenuck .level1.parent > a::after,
.main_menu .maximenuck .level1.parent > span.separator::after {
  border-color: #f5f5f5 transparent transparent !important;
  top: 22px !important;
  border-width: 5px 4px 0 !important;
}
.main_menu .maximenuck .level1:last-child .floatck {
  right: 0;
}
.main_menu .maximenuck .floatck {
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  background: #fff !important;
}
.main_menu .maximenuck .floatck ul {
  margin-left: 0;
  padding-left: 0;
}
.main_menu .maximenuck .floatck ul li {
  margin-left: 0 !important;
}
.main_menu .maximenuck .floatck ul li a,
.main_menu .maximenuck .floatck ul li a:link,
.main_menu .maximenuck .floatck ul li a:visited {
  font-size: 14px !important;
  padding: 5px !important;
  margin: 0 !important;
  border-top: 0px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  display: block;
}
@media (min-width: 300px) {
  .main_menu .maximenuck .level1 a {
    margin: 0 2px;
    padding: 15px 5px 7.5px;
  }
}
@media (min-width: 1200px) {
  .main_menu .maximenuck .level1 a {
    margin: 0 5px;
    padding: 15px 5px 7.5px;
  }
}
/*k2*/
.k2ItemsBlock ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  background: none;
}
.image_right .moduleItemImage {
  margin-top: -20px;
}
.moduleItemReadMore {
  display: block;
  font-weight: 600;
}
.btn-social-icon span {
  display: none;
}
span.catItemImage img,
span.itemImage img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
span.itemImageCaption {
  color: #666;
  float: left;
  display: block;
  font-size: 11px;
}
div.subCategory {
  background: #999;
}
div.subCategory h2 {
  font-size: 1.4em;
  line-height: 1.8em;
  text-align: center;
  margin: 0px;
}
div.subCategory h2 a,
div.subCategory h2 a:link,
div.subCategory h2 a:visited {
  display: block;
  padding: 10px 0px;
}
/*mod_category_view*/
/* blog List
  ------------------------------------------------------------*/
.blog_list .catItemImageBlock {
  position: relative;
}
.blog_list .catItemImageBlock h3.catItemTitle {
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -ms-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  filter: alpha(opacity=0);
  /* IE6-IE8 */
  width: 100%;
  margin-top: 60%;
  font-size: 24px;
  text-align: center;
  padding: 0px 10px;
  opacity: .0;
}
.blog_list .catItemImageBlock h3.catItemTitle a {
  font-size: 1.4em;
  color: #fff;
}
.blog_list .catItemImageBlock h3.catItemTitle a:hover {
  text-decoration: none;
}
.blog_list .catItemImageBlock:hover {
  background: #000;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -ms-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.blog_list .catItemImageBlock:hover h3.catItemTitle {
  display: inline-block;
  opacity: .9;
  filter: alpha(opacity=90);
  /* IE6-IE8 */
  margin-top: 40%;
}
.blog_list .catItemImageBlock:hover .catItemImage {
  overflow: hidden;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: .2;
  filter: alpha(opacity=20);
  /* IE6-IE8 */
  -webkit-transition: opacity 1s linear;
}
/* new List -----------------------------------------------*/
.news_list .itemContainer {
  margin-top: 30px;
  margin-bottom: 30px;
}
.news_list .info_item h2.catItemTitle {
  font-size: 1.5em;
}
.news_list .info_item h2.catItemTitle a:hover {
  color: #404041;
  text-decoration: none;
}
.news_list .k2ReadMore {
  padding: 10px;
  background: #0397d6;
  color: #fff;
}
.news_list .k2ReadMore:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.moduleItemDateCreated,
.catItemDateCreated,
.itemDateCreated {
  color: #404041;
  display: block;
  margin-bottom: 10px;
  font-size: 0.9em;
}
.moduleItemDateCreated i,
.catItemDateCreated i,
.itemDateCreated i {
  margin-right: 10px;
}
/* new List -----------------------------------------------*/
.items-pagination {
  margin: auto;
  text-align: center;
}
.gallery_view {
  border: 1px solid #f5f5f5;
  padding: 0px !important;
  margin-bottom: 30px;
  text-align: center;
}
.gallery_view div.catItemBody {
  padding: 0px !important;
}
.gallery_view .catItemImageBlock {
  padding: 5px 10px;
  height: 180px;
  overflow: hidden;
  background: #fff;
}
.gallery_view .catItemImageBlock .catItemImage {
  vertical-align: middle;
  height: 100%;
  padding: 0px;
  text-align: center;
}
.gallery_view .catItemImageBlock .catItemImage a {
  vertical-align: middle;
}
.gallery_view .catItemImageBlock .catItemImage img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.gallery_view .info_item {
  text-align: center;
  background: #f5f5f5;
  padding: 10px 20px;
}
.gallery_view .info_item a.btn-primary,
.gallery_view .info_item a.btn-primary:hover,
.gallery_view .info_item a.btn-primary:visited {
  color: #fff;
}
.gallery_view .info_item h2 {
  margin-top: 0px;
  height: 46px;
  overflow: hidden;
  vertical-align: bottom;
  font-size: 110%;
}
.gallery_view .info_item h2 a {
  color: #000;
}
.gallery_view .info_item .catItemIntroText {
  overflow: hidden;
  height: 80px;
}
/* share_box-----------------------------------------------*/
.share_box {
  border-top: 0px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px 5px 4px;
}
.item_share {
  border-top: 1px solid #ddd;
}
.share_l {
  float: left;
  margin-top: 6px;
  font-size: 14px;
}
.share .st_facebook_large .stLarge {
  background: url(../images/social.png) no-repeat -60px 0px !important;
}
.share .st_facebook_large .stLarge:hover {
  background: url(../images/social.png) no-repeat -90px 0px !important;
}
.share .st_twitter_large .stLarge {
  background: url(../images/social.png) no-repeat -300px 0px !important;
}
.share .st_twitter_large .stLarge:hover {
  background: url(../images/social.png) no-repeat -330px 0px !important;
}
.share .st_googleplus_large .stLarge {
  background: url(../images/social.png) no-repeat -120px 0px !important;
}
.share .st_googleplus_large .stLarge:hover {
  background: url(../images/social.png) no-repeat -150px 0px !important;
}
.share .st_pinterest_large .stLarge {
  background: url(../images/social.png) no-repeat -180px 0px !important;
}
.share .st_pinterest_large .stLarge:hover {
  background: url(../images/social.png) no-repeat -210px 0px !important;
}
.share .st_tumblr_large .stLarge {
  background: url(../images/social.png) no-repeat -240px 0px !important;
}
.share .st_tumblr_large .stLarge:hover {
  background: url(../images/social.png) no-repeat -270px 0px !important;
}
.share .st_instagram_large .stLarge {
  background: url(../images/social.png) no-repeat -420px 0px !important;
  width: 23px !important;
}
.share .st_instagram_large .stLarge:hover {
  background: url(../images/social.png) no-repeat -440px 0px !important;
  width: 23px !important;
}
.stButton .stLarge {
  width: 25px !important;
  height: 25px !important;
}
.itemView {
  width: 100%;
}
/* -----------------------------------------------------------*/
@media (min-width: 300px) {
  .news_list .info_item {
    text-align: center;
  }
  .news_list .info_item h2.catItemTitle {
    margin-top: 15px;
  }
  .news_list .catItemReadMore {
    text-align: center !important;
    margin-top: 15px;
  }
  .itemImageBlock {
    max-width: 100%;
    margin: 15px 0 15px 15px;
  }
}
@media (min-width: 991px) {
  .itemImageBlock {
    max-width: 30%;
    margin: 15px 0 15px 15px;
  }
  .news_list .info_item {
    text-align: left;
  }
  .news_list .info_item h2.catItemTitle {
    margin-top: 0;
  }
  .news_list .catItemReadMore {
    text-align: right !important;
    margin-top: 0;
  }
}
.loginsmall_page .form-horizontal .control-label,
.login .form-horizontal .control-label,
.registration .form-horizontal .control-label {
  text-align: left;
}
.simplefilamanager .label {
  color: #0397d6;
}
.small_page .main-content {
  max-width: 450px;
  margin: auto;
}
.small_page .main-content .loginsmall_page .control-group {
  text-align: center;
}
.small_page .main-content .loginsmall_page label {
  width: 100%;
  text-align: center;
}
.small_page .main-content .loginsmall_page h1 {
  text-align: center;
}
.small_page .main-content .nav-stacked {
  text-align: center;
}
.form-horizontal .control-label {
  text-align: left;
}
#ariQuizContainer .aq-status-panel {
  background: #f9f9f9;
}
#ariQuizContainer .aq-answer-label {
  width: 40px;
}
#ariQuizContainer .aq-answer-label label {
  width: 0;
  height: 0;
  display: none !important;
  opacity: 0;
}
#ariQuizContainer #dtResults TR.yui-dt-even .aq-question-panel {
  background: none;
}
#ariQuizContainer .aq-time {
  width: 25px;
}
#ariQuizContainer .aq-dt-results {
  margin: 15px 0;
}
#ariQuizContainer .aq-question {
  background: #0397d6;
  color: #fff;
  padding: 7.5px;
}
#ariQuizContainer .aq-question p {
  margin: 0;
}
#ariQuizContainer .aq-question-title {
  background: none;
  color: #fff;
  border-right: 1px solid #0385bd;
}
#ariQuizContainer .aq-question-panel {
  border: 0px solid #ddd;
  padding: 0;
}
#ariQuizContainer .aq-question-panel-content {
  padding: 0;
}
#ariQuizContainer .aq-answer-result-summary {
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
}
.quiz_view .main-content .cat_quiz .aq-quiz-link {
  padding: 5px;
  display: block;
  border: 1px solid #0397d6;
  width: 100%;
  margin: 0;
  color: #fff;
}
.quiz_view .main-content .cat_quiz .aq-quiz-link:hover {
  color: #fff;
}
.quiz_view .main-content .cat_quiz .aq-quiz-link:nth-child(even) {
  background: #0397d6;
}
.quiz_view .main-content .cat_quiz .aq-quiz-link:nth-child(odd) {
  background: #10b5fc;
}
.quiz_view .main-content .cat_quiz .aq-quiz-link:hover {
  background: #0385bd;
  text-decoration: none;
}
/*footer*/
.footer_site {
  padding: 20px 0 0;
  background: #10b5fc;
  color: #fff;
}
.footer_site a,
.footer_site a:link,
.footer_site a:visited {
  margin-bottom: 10px;
  color: #fff;
}
.footer_site a:hover {
  color: #818181;
  text-decoration: none;
}
.footer_site h3 {
  color: #fff;
  font-size: 20px;
}
.footer_site .mod_box_bottom {
  text-align: center;
}
.footer_site .mod_box_bottom img {
  margin-top: 15px;
}
.footer_site .mod_box_bottom .k2ItemsBlock ul {
  padding: 0px;
  list-style: none;
}
.footer_site .copyright {
  background: #0397d6;
  border-top: 1px solid #03a9ef;
  padding: 10px 0;
  margin-top: 20px;
}
.footer_site .menubottommenu li a {
  padding: 5px 0px;
  line-height: 16px;
  font-size: 14px;
  border-bottom: 1px solid #03a9ef;
  margin-bottom: 0px;
}
.footer_site .menubottommenu li a:hover {
  background: none;
  color: #818181;
}
.footer_site table.acymailing_form {
  width: 100%;
  margin: 0px !important;
  color: #000;
}
.footer_site table.acymailing_form input[type="text"] {
  width: 100%;
  border: 1px solid #d4d4d4;
  background: #eee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.footer_site .gmap_marker {
  color: #000;
}
