@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap');


.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 {
  color: #000000;
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #da5607;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #000000;
}
h2,
h3 {
  font-size: 32px;
  font-family: 'Playfair Display', serif; /*'Roboto Slab', serif;*/
  font-weight: 300;
  line-height: 44px;
  margin-bottom: 22px;
}
h4 {
  color: #094e7f;
  font-size: 25px;
  font-family: 'Playfair Display', serif; /*'Roboto Slab', serif;*/
  font-weight: 100;
  line-height: 34px;
  margin-bottom: 17px;
}
h4 a {
  color: #da5607;
}
h4 a:hover {
  color: #000000;
}
.moduleTitle.left {
  text-align: left;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 22px;
}
.icons-marker {
  font-size: 18px;
  line-height: 22px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 15px;
  line-height: 22px;
  background: #ffffff;
  color: #5b5b5b;
  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,
.btn-small {
  background: #8a4f09;
  color: #ffffff;
  text-shadow: none;
  border: none;
}
.btn-primary:hover,
.btn-small:hover,
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  background: #da9c07;
  color: #ffffff;
  outline: none;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #da9c07;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info {
  background: none;
  color: #000000;
  text-shadow: none;
  border: none;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
  padding: 0;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: none;
  color: #da5607;
  text-shadow: none;
  outline: none;
}
.input-append #jform_profile_dob_img {
  padding-top: 2px;
  padding-bottom: 2px;
}
#searchForm .btn.btn-primary {
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
}
/*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: 22px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  text-transform: none;
  color: #5b5b5b;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  padding: 0;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #5b5b5b;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #da5607;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #000000;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #000000;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 22px;
  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;
  opacity: 0;
  filter: alpha(opacity=0);
  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.touchGalleryLink:after {
  display: none;
}
.item_img a:hover:after {
  font-size: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #da5607;
}
.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 22px 11px 0;
 /* max-width: 50%;*/
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 11px 22px;
  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);
}
#system-message > div {
  margin: 20px 0;
}
/*======================= TOP =======================*/
#top-row {
  background: #ffffff;
  border-bottom: 1px solid #e4e4e4;
}
/*======================= HEADER =======================*/
#logo {
  padding-bottom: 15px;
}
#logo h1 {
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 0;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  width: 100%;
  background: #ffffff;
}
.navigation {
  padding-bottom: 30px;
  padding-top: 26px;
}
.navigation ul.sf-menu {
  float: right;
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  padding: 0 0 0 36px;
  margin: 0;
  position: relative;
}
.navigation ul.sf-menu > li:before {
  /*content: url(../images/template/markermenu.png);*/
  left: 16px;
  position: absolute;
  top: -1px;
}
.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: #094e7f;
}
.navigation ul.sf-menu > li:first-child {
  padding-left: 0 !important;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 16px;
  line-height: 25px;
  font-family: 'Playfair Display', serif; /*'Roboto Slab', serif;*/
  font-weight: 400;
  color: #000000;
  background: none;
  display: block;
  padding: 0px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-transform: uppercase;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: none;
  color: #094e7f;
}
.navigation ul.sf-menu > li:first-child:before {
  display: none;
}
.navigation ul.sf-menu li > ul {
  top: 27px;
  /*Define 1st SubMenu position*/
}
.navigation ul.sf-menu ul {
  width: 370px;
  /*Define menu width*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  top: -12px;
  left: 122px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: -12px;
  left: 122px;
}
.navigation ul.sf-menu ul {
  background: #ffffff;
  padding: 12px 0;
}
.navigation ul.sf-menu ul li {
  padding: 0 18px;
}
.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: 15px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  background: none;
  display: block;
  padding: 0px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: none;
  color: #8a4f09;
}
.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: none;
  color: #da5607;
}
.navigation ul.sf-menu.sf-vertical {
  width: 120px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 120px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  /*Define 1st SubMenu position*/
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 122px;
}
.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: 25px;
  padding-bottom: 25px;
  margin-bottom: 2px;
}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  /*Define 1st SubMenu position*/
  top: 27px;
  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: 120px;
  top: 25px;
}
.navigation .select-menu {
  padding: 0 4px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
 background: url(../images/slider2.jpg) center 0 no-repeat;
  background-size: cover;
  color: #cbc9c9;
}
#showcase-row .moduleTitle {
  color: #ffffff;
  font-size: 65px;
  line-height: 70px;
}
.moduletable.show {
  padding-bottom: 13%;
}
.moduletable.show .moduleTitle {
  padding: 14% 10% 3%;
}
.moduletable.borderleft {
  border-left: 1px solid #f2f2f2;
  margin-left: 35px;
  margin-bottom: 44px;
  padding-left: 64px;
  padding-bottom: 22px;
}
.moduletable.borderleft .mod-newsflash-adv {
  margin-bottom: 0;
}
.mod-article-single.single .item__module {
  padding: 0 17%;
}
.mod-article-single.single .item__module .item-title {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -1px;
  font-style: italic;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 6%;
}
.mod-article-single.single .mod-newsflash-adv_custom-link {
  padding-top: 50px;
}
.mod-article-single.single .mod-newsflash-adv_custom-link a {
  background: url(../images/template/mod-newsflash-adv_custom-link.png) 0 0 repeat;
  font-size: 20px;
  line-height: 22px;
  padding: 12px 34px 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mod-article-single.single .mod-newsflash-adv_custom-link a:hover {
  background: #da5607;
}
.mod-newsflash-adv .pretext {
  padding-bottom: 44px;
}
.mod-newsflash-adv.news .item_published {
  font-family: 'Roboto Slab', serif;
  color: #da5607;
  font-size: 21px;
  font-style: italic;
  font-weight: 100;
  margin-bottom: 11px;
}
.mod-newsflash-adv.news .item_title {
  display: inline;
}
.mod-newsflash-adv.blog .item {
  margin-bottom: 36px;
}
.mod-newsflash-adv.blog .item .item_content {
  border: 1px solid #eeeeee;
  overflow: hidden;
  padding: 10px;
}
.mod-newsflash-adv.blog .item .item_content .item_img {
  margin-bottom: 0;
}
.mod-newsflash-adv.blog .item .item_content .item_title {
  font-size: 29px;
  line-height: 42px;
  margin-bottom: 0;
}
.mod-newsflash-adv.blog .item .item_content .item_published {
  color: #c8c8c8;
  display: inline-block;
  margin-bottom: 15px;
}
.mod-newsflash-adv.mod-newsflash-adv__type {
  margin-bottom: 44px;
  overflow: hidden;
}
.mod-newsflash-adv.mod-newsflash-adv__type .item {
  border-top: 1px dotted #e4e4e4;
  margin-bottom: 0;
  margin-top: 22px;
  padding-top: 15px;
}
.mod-newsflash-adv.mod-newsflash-adv__type .item.item_num0 {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.mod-newsflash-adv.mod-newsflash-adv__type .item_content {
  overflow: hidden;
}
.mod-newsflash-adv.mod-newsflash-adv__type .item_img {
  margin-top: 7px;
}
.mod-newsflash-adv.mod-newsflash-adv__type .item_title {
  font-size: 21px;
  font-style: italic;
  margin-bottom: 11px;
}
.mod-newsflash-adv.drop .dropcap {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  background: #da5607;
  color: #ffffff;
  text-shadow: none;
  display: inline-block;
  font-size: 43px;
  font-weight: 500;
  margin-bottom: 22px;
  text-transform: uppercase;
  text-align: center;
  line-height: 92px;
  width: 92px;
}
.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 =======================*/
/*======================= MAINTOP =======================*/
#maintop-row {
  border-bottom: 1px solid #e4e4e4;
  padding-top: 25px;
  padding-bottom: 28px;
}
#maintop-row .row-container .moduleTitle {
  font-size: 55px;
  line-height: 66px;
  margin-bottom: 40px;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding-top: 25px;
  padding-bottom: 28px;
}
#component {
  min-height: 0;
  margin-top: 25px;
}
.item {
  margin-bottom: 44px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 22px;
}
.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;
}
.item_icons.btn-group.pull-right ul.dropdown-menu {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  list-style: none outside none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
.item_icons.btn-group.pull-right ul.dropdown-menu li {
  padding: 0;
  float: none;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0;
  text-align: justify;
  font-size: 0.1px;
  display: block;
  line-height: 0;
}
ul.gallery:after {
  content: '';
  display: inline-block;
  width: 100%;
}
ul.gallery .gallery-item {
  list-style: none;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
}
ul.gallery .gallery-item .view .content * {
  color: inherit;
}
ul.gallery .gap {
  list-style: none;
}
ul.gallery .gallery-grid .item_img {
  margin-right: 0;
  float: none;
  max-width: 100%;
}
ul.gallery .gallery-grid .item_img img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
ul.gallery .gallery-grid.straightDown {
  float: none;
}
ul.gallery .gallery-grid.straightDown .item_img {
  float: left;
  margin: 0 22px 22px 0 !important;
}
ul.gallery .gallery-grid .view a.hover_more {
  background: none !important;
  line-height: inherit;
  border: none;
  color: inherit;
}
ul.gallery .gallery-grid .view a.hover_more span {
  display: none;
}
ul.gallery .gallery-grid .view a.hover_more:hover {
  color: #999;
}
ul.gallery .gallery-grid .view a {
  color: inherit;
}
ul.gallery .gallery-grid .view a:hover {
  color: #999;
}
ul.gallery .gap {
  display: inline-block;
}
ul.gallery .gallery-list {
  margin: 0 0 15px;
}
ul.gallery .gallery-list .view a.hover_more i {
  display: none;
}
ul.gallery .gallery-list .galleryZoom {
  display: none;
}
ul.gallery .item_more a {
  vertical-align: top;
}
ul.gallery.cols-3 .gap,
ul.gallery.cols-3 .gallery-grid {
  width: 32%;
}
ul.gallery.cols-1 .gap,
ul.gallery.cols-1 .gallery-grid {
  width: 100%;
}
ul.gallery.cols-2 .gap,
ul.gallery.cols-2 .gallery-grid {
  width: 48%;
}
ul.gallery.cols-4 .gap,
ul.gallery.cols-4 .gallery-grid {
  width: 24%;
}
/*===== 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: 15px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module,
.categories-module,
.mod-menu .nav.menu,
.list1 ul {
  margin: 0 0 22px;
}
.archive-module li,
.categories-module li,
.mod-menu .nav.menu li,
.list1 ul li {
  background: url(../images/template/marker.png) 0 6px no-repeat;
  list-style: none;
  padding: 0 0 13px 19px;
}
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
  color: #5b5b5b;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  color: #da5607;
  background: none;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  border-top: 1px solid #e4e4e4;
  padding-top: 73px;
  padding-bottom: 28px;
}
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#footer-wrapper {
  background: #3a3a3a;
  color: #7b7979;
  text-shadow: none;
}
#footer-wrapper .footer-wrapper-inner {
  background: #000;
  color: #fff;
  text-shadow: none;
}
#copyright {
  font-size: 16px;
  margin-bottom: 21px;
  padding-top: 25px;
}
#copyright a {
  color: #7b7979;
}
#copyright a:hover {
  color: white;
}
.map_wrapper .map {
  height: 385px !important;
}
#copyright .rights
{
    text-align: center;
}
.mapie iframe
{
    width: 100%;
    height: 380px;
}

/* =============================== Site Map ================================ */
.sitemapul
{
    list-style-type: none;
    padding: 20px;
    width: 60%;
    margin: 20px auto;
    background: #999;
    /*border: 1px solid;*/
    border-radius: 10px;
}
.sitemapul ul
{
    list-style-type: none;
    padding: 20px;
    width: 60%;
    margin: 20px auto;
    background: #e1ae25;
    border: 1px solid #e1ae25;
    border-radius: 10px;
    color: #000;
}

.sitemapul li
{
    background: #fff;
    border: 1px solid;
    padding: 5px 20px;
    width: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}
.sitemapul li a
{
    font-weight: bold;
    font-size: 18px;
    color: #000!important;
    text-decoration: none;
}
.sitemapul li a:hover
{
    color: #933790!important;
}
.padtop250
{
    padding-top: 250px;
}
/*********/
.gray
{
    background: #f2f2f2;
}
#copyright .rights a
{
    color: #fff;
}
#copyright .rights a:hover
{
    color: #8a4f09;
}
.scroll-to-fixed-fixed #logo img
{
     width: 200px;
     padding-top: 15px;
}


/**********slideshow***********/
#slider-wrapper {
  width: 100%;
  height: 600px;
  margin: 50px auto;
  position: relative;
  margin-bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

#s1 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -36px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 999;
}

#s2 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -12px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 999;
}

#s3 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: 12px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 999;
}

#s4 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: 36px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 999;
}

#s1:hover,
#s2:hover,
#s3:hover,
#s4:hover {
  opacity: .50;
}

.inner-wrapper {
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0px;
  overflow: hidden;
}

.control {
  display: none;
}

#Slide1:checked ~ .overflow-wrapper {
  margin-left: 0%;
}

#Slide2:checked ~ .overflow-wrapper {
  margin-left: -100%;
}

#Slide3:checked ~ .overflow-wrapper {
  margin-left: -200%;
}

#Slide4:checked ~ .overflow-wrapper {
  margin-left: -300%;
}

#Slide1:checked + #s1 {
  opacity: 1;
}

#Slide2:checked + #s2 {
  opacity: 1;
}

#Slide3:checked + #s3 {
  opacity: 1;
}

#Slide4:checked + #s4 {
  opacity: 1;
}

.overflow-wrapper {
  width: 400%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slide img {
  width: 25%;
  float: left;
}

/**********slideshow**********/

.home-img-re img
{
    width: 570px;
    height: 326px;
}
.home-img-re1 .home-img-l img
{
    width: 300px;
    height: 166px;
}
.home-img-re1 .item_introtext img
{
    width: 296px;
    height: 191px;
}
.about-img img
{
    width: 569px;
    height: 340px;
}
.rslides img
{
    /*width: 1423px;*/
    width: 100%;
    height: 474px;
}
/***/
.home-img-l {
	border: 1px solid #f3f3f3;
	border-radius: 10px;
	margin-bottom: 15px;
	padding: 5px;
	box-shadow: 0 0 15px #333;
}
.home-img-l + .item_introtext
{
    border: 1px solid #f3f3f3;
	border-radius: 10px;
	margin-bottom: 15px;
	padding: 5px;
	box-shadow: 0 0 15px transparent;
}
.home-img-l + .item_introtext:hover
{
    box-shadow: 0 0 15px #333;
}
/************/
.grlink
{
    float: none;
    display: block;
    width: 480px;
    margin: 0 auto;
}
.grating
{
    width: auto;
    padding: 10px;
    color: #fff;
    float: left;
    margin-top: 40px;
    margin-left: 25px;
}
.grating h2, .grating img
{
    float: left;
}
.grating img
{
    margin-right: 15px;
}
.grating h2
{
    line-height: 40px;
    color: #fff;
}
.desc
{
    float: left;
    width: auto;
    padding: 10px;
    color: #fff;
}
.desc h2
{
    color: #fff;
}
.desc img
{
    height: 25px;
    width: auto;
}
/***********/
.course-thumbnail, .course-meta
{
    width: 100%;
    text-align: center;
}
.course-item.slide .course-thumbnail img
{
    width: auto;
    float: none;
    margin: 25px auto 0;
}
.course-info > img
{
    float: none;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.course-info * img
{
    width: 20px;
    height: 20px;
    float: none;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgb(113, 205, 218);
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.course-item.slide:hover .overlay {
  opacity: 1;
}
.overlay h3
{
    font-size: 16px;
}
/******************************************/
.link_button .button
{
    background: #094e7f;
    color: #ece6e6;
    padding: 10px 20px;
    display: table;
}
.link_button .button.fl_right
{
    float: right;
}
.link_button .button:hover
{
    background: #000;
}
.pub-iframe iframe
{
    width: 100%;
    height: 487px;
    border: 0;
}
/********************************/
#Mythic_Heroes, #legends_oracle 
{
    padding-top: 50px;
}
#Celestial_Deities
{
    padding-top: 100px;
}
.shadT h4
{
    font-weight: 900;
  text-shadow: 2px 0px 3px #000;
  font-size: 31px;
}
.shad_hr
{
    border-top: 1px solid #094e7f;
  border-bottom: 1px solid #094e7f;
  box-shadow: 0px 1px 7px #000;
}
/**********resonsive*********/

@media (max-width: 1199px)
{
   .rslides .head h1
    {
        left: 190px;
    }
    .rslides .head p
    
    {
        left: 183px;
    }
    .home-img-re img
    {
        width: 469px;
        height: 268px;
    }
    .about-img img
    {
        width: 469px;
        height: 280px;
    }
    .rslides img
{
    width: 100%;
    height: 426px;
}

}
@media (max-width: 1023px)
{
        .rslides .head h1
    {
        left: 69px;
        top: 32%;
    }
        .rslides .head p
    
    {
        left: 64px;
        top: 45%;
    }
    .home-img-re img
    {
        width: 377px;
        height: 216px;
    }
    .home-img-re1 .home-img-l img
    {
        width: 243px;
        height: 135px;
    }
    .home-img-re1 .item_introtext img
    {
        width: 243px;
        height: 157px;
    }
    .about-img img
    {
        width: 377px;
        height: 225px;
    }
    .rslides img
{
    width: 100%;
    height: 320px;
}
.pub-iframe iframe
{
    height: 360px;
}
}

@media (max-width: 767px)
{
        .rslides .head h1
    {
        left: 120px;
        top: 32%;
        font-size: 25px
    }
        .rslides .head p
    
    {
        left: 80px;
        top: 45%;
        font-size: 18px;
    }
    .img-full__right, .img-full__left
    {
        margin: 0 auto;
        text-align: center;
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
    }
    .home-img-re img
    {
        padding-bottom: 15px;
    }
     .about-img img
     {
         padding-bottom: 15px;
     }
     h4
     {
         font-size: 23px;
     }
      .rslides img
{
    width: 640px;
    height: 266px;
}
.img-res-cen
{
    text-align: center;
margin: 0 auto;
display: block;
    
}
.link_button .button.fl_right
{
    float: none;
}
.link_button .button
{
    float: none !important;
    margin: 0 auto;
}
}  
@media (max-width: 639px)
{
        .rslides .head h1
    {
        left: 0;
        top: 32%;
        font-size: 25px;
        text-align: center;
        width: 100%;
    }
        .rslides .head p
    
    {
        left: 0;
        top: 48%;
        font-size: 18px;
        text-align: center;
        width: 100%;
    }
    .rslides img
    {
        width: 480px;
        height: 200px;
    }



}
@media (max-width: 479px)
{
        .rslides .head h1
    {
        left: 0;
        top: 29%;
        font-size: 18px
    }
        .rslides .head p
    
    {
        left: 0;
        top: 51%;
        font-size: 12px;
    }
        .home-img-re img
    {
        width: 320px;
        height: 183px;
    }
        .about-img img
    {
        width: 320px;
        height: 206px;
    }
    .rslides img
{
    width: 360px;
    height: 150px;
}
.pub-iframe iframe
{
    height: 260px;
}
.grlink
{
  width: 100%;
}
}
@media (max-width: 359px)
{
    .home-img-re img
    {
        width: 280px;
        height: 160px;
    }
        .about-img img
    {
        width: 280px;
        height: 182px;
    }
    h4
    {
        font-size: 20px;
    }
    h2, h3
    {
        font-size: 29px;
    }
    .rslides img
{
    width: 320px;
    height: 133px;
}

}

/**********resonsive*********/