.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: ;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-webkit-keyframes comeDown {
  100% {
    -webkit-transform: translateY(0px);
  }
}
@keyframes comeDown {
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes mainmenu {
  0% {
    -webkit-transform: translateY(-95px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@keyframes mainmenu {
  0% {
    transform: translateY(-95px);
  }
  100% {
    transform: translateY(0px);
  }
}
.backtotop {
  background-color: #666;
  width: 45px;
  top: 325px;
  right: 0px;
  padding: 5px 0;
  overflow: hidden;
  z-index: 100;
  position: fixed;
  display: block;
  text-align: center;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  color: #fff;
}
.backtotop:hover,
.backtotop:focus {
  color: white;
  text-shadow: 0 0 7px rgba(255,255,255,0.7);
}
.backtotop i {
  font-size: 24px;
  margin: 0;
  display: block;
}
.bs-docs-example ul.the-icons li:hover {
  background: #baad8b;
}
#outer #cookieMessageContainer {
  top: auto;
  bottom: 0;
  text-align: center;
  color: #ccc;
  background-color: #111;
  background-color: rgba(18,18,18,0.8);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc111111, endColorstr=#cc111111)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc111111, endColorstr=#cc111111);
}
#outer #cookieMessageContainer .fa {
  margin: 0 15px;
  padding: 3px 5px;
  background: #333;
  border-radius: 2px;
}
#outer #cookieMessageContainer a:hover {
  color: white;
}
.link {
  color: #baad8b;
  text-decoration: none;
}
.link:hover {
  color: #c5b485;
}
.linkReverse {
  color: #c5b485;
}
.linkReverse:hover {
  color: #baad8b;
}
.linkGray {
  color: #666;
}
.linkGray:hover {
  color: #baad8b;
}
.linkGraylighter {
  color: #999;
}
.linkGraylighter:hover {
  color: #baad8b;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}
.noitalic {
  font-style: normal !important;
}
.nobold {
  font-weight: normal !important;
}
.nomarginall {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.nopaddingall {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.nomargintop {
  margin-top: 0 !important;
}
.poscenter {
  display: table;
  margin: 0 auto;
}
.nomargin {
  margin: 0 !important;
}
.nomarginbottom {
  margin-bottom: 0 !important;
}
.nomarginleft {
  margin-left: 0 !important;
}
.nomarginright {
  margin-right: 0 !important;
}
.nopaddingtop {
  padding-top: 0 !important;
}
.nopaddingbottom {
  padding-bottom: 0 !important;
}
.nopaddingleft {
  padding-left: 0 !important;
}
.nopaddingright {
  padding-right: 0 !important;
}
i.fa-times:before {
  content: "\f00d";
}
.thumbnail.pull-left {
  margin: 0 10px 10px 0;
}
.thumbnail.pull-right {
  margin: 0 0 10px 10px;
}
.ico-hits,
.ico-user,
.ico-clock {
  width: 20px;
  height: 12px;
  background: url("../less/images/icon/icon_hits2.png") no-repeat;
  margin: -3px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
}
.ico-user {
  width: 18px;
  height: 18px;
  background: url("../less/images/icon/icon_author.png") no-repeat;
}
.ico-clock {
  width: 16px;
  height: 16px;
  background: url("../less/images/icon/icon_date2.png") no-repeat;
}
.grayshadow {
  text-shadow: 1px 1px #575757, 2px 2px #575757, 3px 3px #575757, 4px 4px #575757, 5px 5px #575757, 6px 6px #575757, 7px 7px #575757, 8px 8px #575757, 9px 9px #575757, 10px 10px #575757, 11px 11px #5a5a5a, 12px 12px #5d5d5d, 13px 13px #606060, 14px 14px #636363, 15px 15px #666666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 12px;
}
h1 {
  font-size: 200%;
  line-height: 115%;
}
h2 {
  font-size: 160%;
  line-height: 110%;
}
h3 {
  font-size: 130%;
  line-height: 110%;
}
h4 {
  font-size: 110%;
}
h5 {
  font-size: 91%;
}
h6 {
  font-size: 84%;
}
.com {
  color: #93a1a1;
}
.lit {
  color: #195f91;
}
.pun,
.opn,
.clo {
  color: #93a1a1;
}
.fun {
  color: #dc322f;
}
.str,
.atv {
  color: #D14;
}
.kwd,
.prettyprint .tag {
  color: #1e347b;
}
.typ,
.atn,
.dec,
.var {
  color: teal;
}
.pln {
  color: #48484c;
}
.clear {
  clear: both;
}
.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
div.yt-typography div.page-header > h1 {
  color: #666;
  font-weight: bold;
  margin: 0 0 15px;
  line-height: 30px;
  font-size: 240%;
  text-transform: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
ol.linenums {
  margin: 0 0 0 33px;
}
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
  padding: 3px 0 3px 10px;
}
ol.linenums li:nth-last-child(odd) {
  background: #FCFCFC;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bs-docs-example h2.page-header {
  font-size: 180%;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  margin: 1.5em 0 1em;
  padding-bottom: 15px;
}
.bs-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #333333;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}
.bs-docs-example + .prettyprint {
  margin-top: -20px;
  padding: 4px 0 0 8px;
  margin-bottom: 15px;
  overflow: hidden;
}
.example-sites {
  margin-left: 20px;
}
.example-sites img {
  max-width: 100%;
  margin: 0 auto;
}
.scrollspy-example {
  height: 200px;
  overflow: auto;
  position: relative;
}
code,
pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  display: inline-block;
}
span.highlight {
  color: #fff;
}
body {
  color: #545454;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
#yt_header {
  padding: 23px 0;
  position: relative;
}
#yt_header .logo-text .site-text {
  font-size: 24px;
  font-weight: 600;
}
#yt_header .logo-text .site-slogan {
  text-align: center;
  color: #999;
  letter-spacing: 2px;
}
#yt_header #yt_logo {
  display: inline-block;
  margin-top: 2px;
}
.layout-framed #yt_top,
.layout-rounded #yt_top {
  top: 20px;
  width: 1200px;
}
.layout-framed #yt_menuwrap,
.layout-rounded #yt_menuwrap {
  top: 65px;
  width: 1200px;
}
.layout-boxed #yt_top {
  width: 1200px;
}
.layout-boxed #yt_menuwrap {
  width: 1200px;
}
#yt_top {
  position: absolute;
  z-index: 11;
  background: rgba(17,17,17,0.74);
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#yt_top .module {
  margin: 0;
}
#yt_top #top-left {
  color: #fff;
  line-height: 45px;
  font-weight: 300;
  font-size: 12px;
}
#yt_top #top-left p {
  margin: 0;
}
#yt_menuwrap {
  background: transparent;
  margin: 0px;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 99;
}
#yt_menuwrap #yt_logo .logo {
  float: left;
  margin-top: 0px;
}
#yt_menuwrap.menu-fixed {
  width: 100%;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(17,17,17,0.74);
  padding-bottom: 20px;
}
#menu-right {
  padding: 0;
}
#menu-right .module {
  margin: 0;
}
#yt_slideshow {
  background: transparent;
  position: relative;
  z-index: 9;
  top: 0px;
  margin-bottom: 0px;
}
#yt_slideshow .container {
  width: 100%;
  padding: 0;
}
#yt_slideshow .container .row {
  margin: 0;
}
#yt_slideshow .container .module {
  margin: 0;
}
#yt_slideshow #slideshow {
  padding: 0;
}
#yt_slideshow #slideshow-r {
  padding: 0;
}
#yt_breadcrumb {
  background: url(../images/bg_breadcrumb_content.jpg) no-repeat top center;
  height: 570px;
  margin-top: 0;
  margin-bottom: 60px;
}
.com_k2 #yt_breadcrumb {
  background: url(../images/bg_breadcrumb_k2.jpg) no-repeat top center;
  height: 570px;
  margin-top: 0;
  margin-bottom: 60px;
}
#yt_breadcrumb span.divider {
  display: none;
}
#breadcrumb {
  min-height: 0;
  text-align: center;
  line-height: 22px;
}
#breadcrumb div.yt-bread {
  margin-top: 265px;
}
#breadcrumb .breadcrumb {
  background: none;
  text-transform: uppercase;
  position: relative;
}
#breadcrumb .breadcrumb a {
  color: #fff;
  font-size: 12px;
}
#breadcrumb .breadcrumb a:hover {
  color: #baad8b;
}
#breadcrumb .breadcrumb a:hover span {
  color: #baad8b;
}
#breadcrumb .breadcrumb span {
  color: #fff;
  font-size: 12px;
}
#breadcrumb .breadcrumb li.item-first {
  margin: 0 auto 7px;
  display: block;
}
#breadcrumb .breadcrumb li.item-first span {
  font-size: 55px;
  text-transform: capitalize;
  line-height: normal;
}
#breadcrumb .breadcrumb >li+li.first:before {
  display: none;
}
#breadcrumb .breadcrumb >li+li:before {
  content: "\f178";
  font-family: "FontAwesome";
  color: #fff;
  padding: 0 10px;
}
#top-left,
#slideshow,
#bottom3 {
  min-height: 0;
}
#content {
  position: relative;
  z-index: 9;
}
#content #yt_component {
  margin-bottom: 0px;
}
#content #main-left {
  padding-left: 0;
}
#content #main-center {
  padding-right: 0;
}
#content #content_main {
  min-height: 0;
}
.com_content #yt_component {
  margin-bottom: 30px;
  overflow: hidden;
}
.com_content #right .bg1 {
  padding-bottom: 0px;
}
#yt_spotlight1 {
  background: #f6f4f1;
  padding-top: 80px;
  margin-top: -60px;
}
#yt_spotlight2 {
  background: #f6f4f1;
  top: -80px;
  position: relative;
}
#yt_spotlight3 {
  background: url(../images/bg_contact_us.jpg) no-repeat top center;
}
#yt_spotlight3 .container {
  width: 100%;
}
#yt_spotlight3 #contact2 {
  padding: 0;
}
#yt_spotlight3 h3.modtitle {
  position: relative;
  font-size: 50px;
  margin: 0px 0 43px;
  text-align: center;
}
#yt_spotlight3 h3.modtitle:after {
  background: url(../images/bg_h3_icon_full.png) no-repeat center center transparent;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -25px;
  width: 250px;
  height: 7px;
  margin: auto;
  display: block;
  content: "";
}
#yt_spotlight4 {
  background: url(../images/bg_about_us.jpg) no-repeat center center;
  min-height: 410px;
}
#yt_spotlight5 h3.modtitle {
  position: relative;
  font-size: 40px;
  margin: -10px 0 35px;
  text-align: center;
}
#yt_spotlight5 h3.modtitle:before {
  background: #b0b0b0;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -24px;
  width: 250px;
  height: 1px;
  margin: auto;
  display: block;
  content: "";
}
#yt_spotlight5 h3.modtitle:after {
  background: url(../images/bg_h3.png) no-repeat center center white;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -27px;
  width: 50px;
  height: 7px;
  margin: auto;
  display: block;
  content: "";
}
#yt_spotlight13 {
  background: url(../images/bg_reserver.jpg) no-repeat top center;
  min-height: 708px;
}
#yt_spotlight13 .container {
  position: relative;
}
#yt_spotlight13 #bottom9 {
  position: static;
}
#yt_spotlight13 h3.modtitle {
  position: relative;
  font-size: 50px;
  margin: 230px 0 43px;
  text-align: center;
  color: #fff;
}
#yt_spotlight13 h3.modtitle:after {
  background: url(../images/bg_h3_icon_full.png) no-repeat center center transparent;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -25px;
  width: 250px;
  height: 7px;
  margin: auto;
  display: block;
  content: "";
}
#yt_spotlight15 {
  background: #f6f4f1;
  margin-top: -60px;
}
#yt_spotlight16 div.our-menu div.sj-responsive-listing .respl-wrap .respl-header {
  margin-top: 0;
}
#yt_spotlight17 {
  background: url(../images/bg_lunch.jpg) no-repeat top center;
  min-height: 750px;
}
#yt_spotlight19 {
  background: url(../images/bg_pancake.jpg) no-repeat top center;
  min-height: 750px;
}
#yt_spotlight7 h3.modtitle {
  position: relative;
  font-size: 40px;
  margin: -10px 0 35px;
  text-align: center;
}
#yt_spotlight7 h3.modtitle:before {
  background: #b0b0b0;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -24px;
  width: 250px;
  height: 1px;
  margin: auto;
  display: block;
  content: "";
}
#yt_spotlight7 h3.modtitle:after {
  background: url(../images/bg_h3.png) no-repeat center center white;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -27px;
  width: 50px;
  height: 7px;
  margin: auto;
  display: block;
  content: "";
}
#yt_spotlight7 #bottom2 h3.modtitle {
  margin-top: 76px;
}
#yt_spotlight7 #bottom2 .yt-member {
  margin-bottom: 40px;
}
#yt_spotlight6 {
  background: #363636;
  color: #a3a3a3;
}
#yt_spotlight6 a {
  color: #a3a3a3;
}
#yt_spotlight6 a:hover {
  color: #baad8b;
}
#yt_spotlight6 .module h3.modtitle {
  padding: 0;
  color: #fff;
  font-size: 16px;
  margin-top: 55px;
  margin-bottom: 25px;
}
#yt_spotlight6 .module h3.modtitle:after {
  display: none;
}
#yt_spotlight6 #bottom6 .module {
  float: right;
  margin-right: 60px;
}
#yt_spotlight6 #bottom8 .module {
  margin-left: 60px;
}
#yt_spotlight6 #bottom7 {
  text-align: center;
  background: url(../images/bg_footer.jpg) no-repeat top center;
  min-height: 262px;
  background-size: cover;
  padding: 50px 0;
}
#yt_spotlight6 div.social {
  float: none;
}
#yt_spotlight6 ul.menu {
  padding: 0;
  margin: 0;
}
#yt_spotlight6 ul.menu li {
  list-style: none;
  position: relative;
  padding-left: 13px;
  text-transform: capitalize;
  line-height: 28px;
}
#yt_spotlight6 ul.menu li a {
  color: #444;
}
#yt_spotlight6 ul.menu li:hover {
  color: #baad8b;
}
#yt_spotlight6 ul.menu li:hover a {
  color: #baad8b;
}
#yt_spotlight6 ul.menu li:before {
  content: "\f101";
  font-family: "fontAwesome";
  display: block;
  position: absolute;
  left: 0;
}
#yt_spotlight6 ul.block-content {
  padding: 0;
  margin: 0 0 35px;
}
#yt_spotlight6 ul.block-content li {
  list-style: none;
  line-height: 24px;
}
#yt_spotlight6 ul.block-content li .fa {
  float: left;
  line-height: 24px;
  color: #baad8b;
  font-size: 13px;
}
#yt_spotlight6 ul.block-content li.phone .fa {
  font-size: 20px;
}
#yt_spotlight6 div.block-payment {
  float: left;
}
#yt_spotlight6 div.block-payment a {
  background: none;
  text-indent: 0;
  font-size: 0;
  color: #444;
}
#yt_spotlight6 div.block-payment a:before {
  font-size: 26px;
}
#yt_spotlight6 div.block-payment a:hover {
  color: #baad8b;
}
#yt_spotlight11 {
  background: #f6f4f1;
  min-height: 0;
  margin-top: 50px;
}
#yt_spotlight11 #bottom4 h3.modtitle {
  font-size: 36px;
  color: #373737;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 15px;
  text-transform: inherit;
}
#yt_spotlight11 #bottom4 h3.modtitle:before,
#yt_spotlight11 #bottom4 h3.modtitle:after {
  display: none;
}
.homepage #yt_spotlight11 {
  margin-top: 0;
}
#yt_spotlight8 {
  background: url(../images/bg_h3_our_menu.jpg) no-repeat top center #fff;
}
#yt_spotlight8 h3.modtitle {
  position: relative;
  font-size: 40px;
  margin: 55px 0 50px;
  text-align: center;
  color: #fff;
}
#yt_spotlight8 h3.modtitle:after {
  background: url(../images/bg_h3_icon_full.png) no-repeat center center transparent;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -25px;
  width: 250px;
  height: 7px;
  margin: auto;
  display: block;
  content: "";
}
#yt_spotlight9 {
  background: url(../images/bg_h3_our_menu.jpg) no-repeat top center #fff;
  background: url(../images/bg_h3_latest.jpg) no-repeat top center #fff;
}
#yt_spotlight9 h3.modtitle {
  position: relative;
  font-size: 40px;
  margin: 55px 0 50px;
  text-align: center;
  color: #fff;
}
#yt_spotlight9 h3.modtitle:after {
  background: url(../images/bg_h3_icon_full.png) no-repeat center center transparent;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -25px;
  width: 250px;
  height: 7px;
  margin: auto;
  display: block;
  content: "";
}
#yt_spotlight12 {
  background: url(../images/bg_h3_our_menu.jpg) no-repeat top center #fff;
  background: url(../images/bg_h3_book.jpg) no-repeat top center #fff;
}
#yt_spotlight12 h3.modtitle {
  position: relative;
  font-size: 40px;
  margin: 55px 0 50px;
  text-align: center;
  color: #fff;
}
#yt_spotlight12 h3.modtitle:after {
  background: url(../images/bg_h3_icon_full.png) no-repeat center center transparent;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -25px;
  width: 250px;
  height: 7px;
  margin: auto;
  display: block;
  content: "";
}
#yt_spotlight10 {
  background: url(../images/bg_h3_our_menu.jpg) no-repeat top center #fff;
  background: url(../images/bg_testimonials.jpg) no-repeat top center #fff;
  min-height: 613px;
}
#yt_spotlight10 h3.modtitle {
  position: relative;
  font-size: 40px;
  margin: 55px 0 50px;
  text-align: center;
  color: #fff;
}
#yt_spotlight10 h3.modtitle:after {
  background: url(../images/bg_h3_icon_full.png) no-repeat center center transparent;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -25px;
  width: 250px;
  height: 7px;
  margin: auto;
  display: block;
  content: "";
}
#yt_footer {
  background: #111;
  padding: 13px 0 14px;
  color: #a3a3a3;
  text-align: center;
}
#yt_footer #yt_copyright {
  color: #a3a3a3;
}
#yt_footer #yt_copyright a {
  color: #a3a3a3;
}
#yt_footer #yt_copyright a:hover {
  color: #baad8b;
}
#yt_footer #yt_copyright .yt-logo {
  margin: 5px 15px 0 0;
  float: left;
}
#yt_footer #yt_copyright .copyright,
#yt_footer #yt_copyright .designby {
  display: inline;
  font-size: 12px;
  color: #a3a3a3;
}
#yt_footer #yt_copyright .copyright_middle {
  margin-top: 0;
  display: inline-block;
}
#yt_footer #yt_copyright .powered-by {
  font-size: 12px;
}
.autocomplete-suggestions {
  max-width: 270px;
}
@media (max-width: 1024px) {
  .no-res {
    width: 1190px;
  }
}
a {
  color: #baad8b;
}
a:hover {
  color: #444444;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
*::selection {
  background: #baad8b;
  color: #fff;
}
*::-moz-selection {
  background: #baad8b;
  color: #fff;
}
.badge,
.label {
  display: inline-block;
}
.page-header {
  margin: 0 0 20px;
}
pre {
  border: none;
  border-left: 3px solid #baad8b;
  line-height: 30px;
  border-radius: 0;
  font-size: 110%;
  padding: 20px;
  margin: 2em 0;
}
.textColor {
  color: #baad8b !important;
}
img {
  max-width: 100%;
}
div.img_caption {
  position: relative;
}
div.img_caption.left {
  margin: 0 1em 1em 0;
}
div.img_caption p.img_caption {
  font-size: 92%;
  font-weight: bold;
  padding: 5px 0 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eee;
  border: 1px solid #ddd;
  border-top: none;
  box-shadow: 0 -1px 0 #fff inset;
}
div.caption {
  margin: 0 1em 1em 0;
  float: left;
}
div.yt-lightbox a img {
  width: auto;
}
pre.highlighter:before {
  background-color: #baad8b;
}
.no-modal {
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  display: inline-block;
  width: auto;
}
ul,
ol {
  padding-left: 17px;
}
ul li {
  line-height: 24px;
}
ul ul {
  list-style: disc;
}
ul.blank {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.latestnews.yt-list {
  margin: -10px -15px;
}
ul.latestnews.yt-list li:last-child {
  border-bottom: none;
}
ul.latestnews.yt-list li {
  border-bottom: 1px solid #f5f5f5;
  padding: 4px 15px;
}
ul.latestnews.yt-list li:hover {
  color: #baad8b;
  background: #f5f5f5;
}
ul.latestnews.yt-list li a {
  color: #777;
}
ul.latestnews.yt-list li a:hover {
  color: #baad8b;
}
ul.category {
  list-style: none;
  padding: 0;
}
ul.category li {
  border-bottom: 1px solid #ddd;
}
p:empty {
  display: none;
}
iframe {
  border: none;
}
select {
  padding: 5px;
}
#modlgn-remember {
  margin-top: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 3px;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #d6c9a7;
}
input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"],
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="submit"]:focus,
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
.btn:focus,
button[type="submit"] {
  outline: 0 none;
}
label,
input,
button,
select,
textarea {
  font-size: 12px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 0;
  font-size: 12px;
  background: #fff;
  padding: 4px 6px;
  border: solid 1px #ccc;
  height: 36px;
}
fieldset {
  margin-bottom: 1em;
}
fieldset legend {
  padding-bottom: 10px;
  border-bottom-color: #ccc;
}
.form-horizontal .control-group {
  margin-bottom: 15px;
}
.label {
  padding: 3px 5px;
  margin-right: 5px;
}
.button,
button,
.btReverse {
  background: #baad8b;
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  border: none;
  border-radius: 0px;
}
.btn-primary {
  background-color: #baad8b;
  border-color: #baad8b;
}
.button:hover,
button:hover {
  background: #444444;
  color: #fff;
}
.button:hover span,
button:hover span {
  color: #fff;
}
.btReverse {
  background: #444444;
}
.btReverse:hover {
  background: #baad8b;
  color: #fff;
}
.form-horizontal .control-label {
  text-align: left;
}
form.box fieldset {
  border: 1px solid #ccc;
  padding: 0 10px 10px;
}
form.box legend {
  background: #fff;
  padding: 0 10px;
  width: auto;
  border: none;
  margin: 0;
  font-size: 110%;
  line-height: 100%;
}
.display-limit {
  padding: 1em 0;
  overflow: hidden;
}
.form-inline .input-append .add-on i {
  margin: 0 !important;
}
.form-inline .btn-primary .icon-search {
  vertical-align: 1px;
}
.tooltip {
  background: none;
  border: none;
}
div.tooltip.fade {
  background: transparent;
  border: none;
}
.tip-wrap {
  z-index: 999;
}
.tip-wrap .tip {
  max-width: 350px;
  padding: 0px;
  border: 1px solid #777;
  background: #eee;
}
.tip-wrap .tip.badge-info {
  background-color: #2f96b4;
  padding: 2px 6px;
  border: none;
  box-shadow: 0;
  display: inline-block;
  position: relative;
  top: -2px;
}
.tip-wrap .tip .tip-title {
  background: #777;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  padding: 5px 10px;
  font-weight: bold;
}
.tip-wrap .tip .tip-text {
  color: #444;
  font-size: 108%;
  padding: 5px 10px;
}
table.category {
  width: 100%;
  margin-top: 20px;
}
table.category thead {
  background: #eee;
}
table.category thead tr th {
  background: #777;
  border-bottom: 2px solid #444;
  font-size: 118%;
  color: #fff;
  padding: 8px;
  text-align: left;
}
table.category thead tr th a {
  color: #fff;
}
table.category tbody tr:hover td {
  background-color: #f5f5f5;
}
table.category tbody tr td {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}
table.category tbody tr td.list-hits,
table.category tbody tr td.hits {
  font-weight: bold;
}
#recaptcha_response_field {
  border-color: #ddd !important;
}
#system-message {
  margin: 0;
}
#system-message .alert {
  background: #baad8b;
  color: #fff;
}
#system-message .message {
  margin-bottom: 1.5em;
}
#system-message .message > ul {
  margin: 0;
  background-position: 5px 40%;
}
.system-unpublished .system-unpublished {
  margin: -10px;
  padding: 10px;
  border-top: 16px solid;
  border-bottom: 5px solid;
  position: relative;
}
.system-unpublished .system-unpublished:before {
  content: 'Unpublished';
  text-transform: uppercase;
  top: -19px;
  left: 10px;
  position: absolute;
  font-size: 0.8em;
  font-weight: bold;
}
span.highlight {
  background-color: #f16529 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #444;
}
.form-vertical .btn-toolbar {
  margin-bottom: 1em;
}
[class*="col-"] > .col-sm-12 {
  padding: 0px;
}
.form-validate .controls select {
  display: block !important;
}
.form-validate .hasTooltip {
  display: inline-block !important;
}
.form-validate .modal-button {
  background: #999;
  color: #fff;
}
.form-validate .modal {
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  display: inline-block;
  width: auto;
  padding: 6px 10px;
  margin: 0 5px;
}
.form-validate .radio input[type="radio"],
.form-validate .radio-inline input[type="radio"],
.form-validate .checkbox input[type="checkbox"],
.form-validate .checkbox-inline input[type="checkbox"] {
  margin: 5px;
}
.form-validate legend,
.form-validate .accordion-toggle {
  padding: 8px 10px;
  background: #ddd;
  margin-bottom: 10px;
  display: block;
}
.calendar .button {
  display: table-cell;
}
.jmodedit {
  background: #777;
  color: #fff;
  height: auto !important;
  width: 40px !important;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-style: normal;
}
.icon-calendar:before {
  content: "\f073";
}
.icon-edit:before {
  content: "\f044";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-search:before {
  content: "\f002";
}
.modal-backdrop {
  z-index: 90;
}
#xmap {
  margin: 20px;
}
#xmap ul li {
  list-style: none;
  background: url(../images/point.png) repeat-x 0 13px;
}
#xmap ul li a {
  background: white;
  display: inline-block;
  padding: 0 10px;
  color: #666;
}
#xmap ul li a:hover {
  color: #baad8b;
}
#xmap ul li a:before {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 8px;
}
#xmap ul ul.level_1 {
  margin-left: 20px;
}
#xmap ul ul.level_1 li {
  padding: 0;
}
div.categories-list > div {
  margin-bottom: 2em;
}
.blog .heading-category {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  color: #c5b485;
}
.blog .items-leading .item {
  overflow: hidden;
}
.blog .items-leading .item .item-image {
  margin: 0 0 0px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.blog .items-leading .item .item-image img {
  width: 100%;
}
.blog .items-leading .item .item-image img:hover {
  opacity: 0.75;
}
.blog .items-leading .item .item-image:hover .article-aside {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.blog .items-leading .item .article-header h2 {
  margin: 20px 0 10px;
  font-size: 30px;
  font-weight: normal;
}
.blog .items-leading .item .article-header h2 a {
  color: #1c1c1c;
}
.blog .items-leading .item .article-header h2 a:hover {
  color: #baad8b;
}
.blog .items-leading .item .article-aside .article-info {
  margin-bottom: 5px;
  border-bottom: 1px solid #e4e4e4;
  line-height: 50px;
}
.blog .items-leading .item .article-aside dd {
  display: inline-block;
  color: #1c1c1c;
  margin-right: 10px;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 100%;
  width: auto;
}
.blog .items-leading .item .article-aside dd:last-child {
  margin: 0;
}
.blog .items-leading .item .article-aside dd a {
  color: #1c1c1c;
}
.blog .items-leading .item .article-aside dd a:hover {
  color: #baad8b;
}
.blog .items-leading .item .article-aside .createdby a {
  color: #1c1c1c;
}
.blog .items-leading .item .article-aside .createdby a:hover {
  color: #baad8b;
}
.blog .items-leading .item .article-aside .hits i.icon-comment:before {
  color: #1c1c1c;
  content: "\f086";
  font-size: 13px;
  font-family: "FontAwesome";
}
.blog .items-leading .item .article-intro {
  margin-bottom: 33px;
}
.blog .items-leading .item a.button {
  background: transparent;
  border-top: 1px solid #baad8b;
  border-bottom: 1px solid #baad8b;
  color: #baad8b;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: normal;
  padding: 8px 90px 8px 45px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.blog .items-leading .item a.button:before {
  background: url(../images/styling/wheat/icon_arrow.png) no-repeat 0 -10px transparent;
  height: 5px;
  width: 33px;
  display: block;
  position: absolute;
  content: "";
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.blog .items-leading .item a.button:hover {
  background: #baad8b;
  padding-right: 70px;
  padding-left: 25px;
  color: #fff;
}
.blog .items-leading .item a.button:hover:before {
  background-position: 0 0;
}
.blog .items-leading .item .content_rating {
  margin-bottom: 15px;
}
.blog .items-leading .item .content_rating .unseen.element-invisible {
  float: left;
  color: #999;
  margin-right: 15px;
}
.blog .items-leading .item .item-tags  .label {
  padding: 5px;
  font-weight: normal;
  margin: 0;
}
.blog .items-leading .item .category-custom {
  float: left;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.blog .items-leading .item.col-sm-6,
.blog .items-leading .item.col-sm-4,
.blog .items-leading .item.col-sm-3 {
  border: none;
}
.blog .items-leading .item:nth-child(6) {
  clear: both;
}
.blog .items-leading .item a.button {
  background: transparent;
  border-top: 1px solid #baad8b;
  border-bottom: 1px solid #baad8b;
  color: #baad8b;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: normal;
  padding: 8px 90px 8px 45px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.blog .items-leading .item a.button:before {
  background: url(../images/styling/wheat/icon_arrow.png) no-repeat 0 -10px transparent;
  height: 5px;
  width: 33px;
  display: block;
  position: absolute;
  content: "";
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.blog .items-leading .item a.button:hover {
  background: #baad8b;
  padding-right: 70px;
  padding-left: 25px;
  color: #fff;
}
.blog .items-leading .item a.button:hover:before {
  background-position: 0 0;
}
.blog .items-leading .category-custom {
  float: left;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.blog .items-row .item .item-image {
  margin: 0 0 0px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.blog .items-row .item .item-image img {
  width: 100%;
}
.blog .items-row .item .item-image img:hover {
  opacity: 0.75;
}
.blog .items-row .item .item-image:hover .article-aside {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.blog .items-row .item .article-header h2 {
  margin: 20px 0 10px;
  font-size: 30px;
  font-weight: normal;
}
.blog .items-row .item .article-header h2 a {
  color: #1c1c1c;
}
.blog .items-row .item .article-header h2 a:hover {
  color: #baad8b;
}
.blog .items-row .item .article-aside .article-info {
  margin-bottom: 5px;
  border-bottom: 1px solid #e4e4e4;
  line-height: 50px;
}
.blog .items-row .item .article-aside dd {
  display: inline-block;
  color: #1c1c1c;
  margin-right: 10px;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 100%;
  width: auto;
}
.blog .items-row .item .article-aside dd:last-child {
  margin: 0;
}
.blog .items-row .item .article-aside dd a {
  color: #1c1c1c;
}
.blog .items-row .item .article-aside dd a:hover {
  color: #baad8b;
}
.blog .items-row .item .article-aside .createdby a {
  color: #1c1c1c;
}
.blog .items-row .item .article-aside .createdby a:hover {
  color: #baad8b;
}
.blog .items-row .item .article-aside .hits i.icon-comment:before {
  color: #1c1c1c;
  content: "\f086";
  font-size: 13px;
  font-family: "FontAwesome";
}
.blog .items-row .item .article-intro {
  margin-bottom: 33px;
}
.blog .items-row .item a.button {
  background: transparent;
  border-top: 1px solid #baad8b;
  border-bottom: 1px solid #baad8b;
  color: #baad8b;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: normal;
  padding: 8px 90px 8px 45px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.blog .items-row .item a.button:before {
  background: url(../images/styling/wheat/icon_arrow.png) no-repeat 0 -10px transparent;
  height: 5px;
  width: 33px;
  display: block;
  position: absolute;
  content: "";
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.blog .items-row .item a.button:hover {
  background: #baad8b;
  padding-right: 70px;
  padding-left: 25px;
  color: #fff;
}
.blog .items-row .item a.button:hover:before {
  background-position: 0 0;
}
.blog .items-row .item .content_rating {
  margin-bottom: 15px;
}
.blog .items-row .item .content_rating .unseen.element-invisible {
  float: left;
  color: #999;
  margin-right: 15px;
}
.blog .items-row .item .item-tags  .label {
  padding: 5px;
  font-weight: normal;
  margin: 0;
}
.blog .items-row .item .category-custom {
  float: left;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.blog .items-row .item.col-sm-6,
.blog .items-row .item.col-sm-4,
.blog .items-row .item.col-sm-3 {
  border: none;
}
.blog.tag-category .category-desc {
  margin-bottom: 20px;
}
.blog.tag-category form.row .item-image img {
  margin-top: 0 !important;
}
.blog.tag-category .items-row .item .article-aside .create {
  border: none;
  padding: 0;
}
.item-page .article-aside dd.category-name {
  width: auto;
}
.item-page .article-header h2 {
  margin: 20px 0 10px;
  font-size: 30px;
  font-weight: normal;
}
.item-page .article-header h2 a {
  color: #1c1c1c;
}
.item-page .article-header h2 a:hover {
  color: #baad8b;
}
.item-page .article-aside .article-info {
  margin-bottom: 5px;
  border-bottom: 1px solid #e4e4e4;
  line-height: 50px;
}
.item-page .article-aside dd {
  display: inline-block;
  color: #1c1c1c;
  margin-right: 10px;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 100%;
  width: auto;
}
.item-page .article-aside dd:last-child {
  margin: 0;
}
.item-page .article-aside dd a {
  color: #1c1c1c;
}
.item-page .article-aside dd a:hover {
  color: #baad8b;
}
.item-page .article-aside .createdby a {
  color: #1c1c1c;
}
.item-page .article-aside .createdby a:hover {
  color: #baad8b;
}
.item-page .article-aside .hits i.icon-comment:before {
  color: #1c1c1c;
  content: "\f086";
  font-size: 13px;
  font-family: "FontAwesome";
}
.item-page .article-aside dd {
  color: #1c1c1c;
}
.item-page .article-aside .article-info {
  margin-bottom: 5px;
  border-bottom: 1px solid #e4e4e4;
  line-height: 50px;
}
.item-page .tags {
  margin-bottom: 30px;
}
.item-page .img-fulltext {
  margin-bottom: 0px;
  text-align: center;
}
.image-block {
  position: relative;
}
.image-block .category-name {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 0px;
  border: none;
  padding: 0px 10px 0 20px;
  line-height: 24px;
  font-size: 11px;
  background: #baad8b;
}
.image-block .category-name a {
  color: #fff;
  margin: 0;
}
.image-block .category-name:after {
  display: block;
  position: absolute;
  border-bottom: 24px solid transparent;
  border-left: 10px solid #baad8b;
  border-top: 0px solid transparent;
  border-right: 0 solid #baad8b;
  right: -10px;
  top: 0;
  content: "";
  width: 0;
}
.image-block .category-name:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.image-block figure img {
  width: 100%;
}
div.archive .filter-search {
  background: #eee;
  border-color: #ddd;
  border-radius: 0;
}
div.archive .filter-search #limit {
  width: auto;
  margin-right: 5px;
}
div.archive .form-inline .filters .button {
  padding: 4px 20px 3px 20px;
}
div.archive #archive-items > div {
  border-top: 1px dotted #ccc;
  padding: 15px 0;
}
div.archive #archive-items > div:first-child {
  border-top: none;
}
div.archive #archive-items > div h2.item-title {
  margin: 0;
  font-size: 115%;
}
div.archive #archive-items > div dl.article-info {
  color: #1c1c1c;
  margin: 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #e4e4e4;
  line-height: 50px;
}
div.archive #archive-items > div dl.article-info dd {
  display: inline-block;
  font-size: 91.7%;
  line-height: 24px;
  margin: 0 10px 0 0;
  padding: 0;
}
div.archive #archive-items > div dl.article-info dd:last-child {
  margin: 0;
}
div.archive #archive-items > div .intro > p {
  display: inline;
}
article.item-page .title-extension {
  font-size: 14px;
  color: #c5b485;
}
article.item-page .title-extension strong {
  font-weight: bold;
}
article.item-page ul.yt-list li strong {
  color: #c5b485;
  font-weight: bold;
}
article.item-page ul.yt-list li p {
  display: none;
}
dt {
  display: none;
}
.pagination {
  height: auto;
  margin: 0;
  display: table;
}
.pagination ul li {
  margin: 0 2px;
  overflow: hidden;
}
.pagination ul li a,
.pagination ul li span {
  float: none;
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #ccc;
  color: #777;
  background: #fff;
  border-radius: 0 !important;
  height: 32px;
  vertical-align: top;
}
.pagination ul li.active span,
.pagination ul li.active a,
.pagination ul li:hover span,
.pagination ul li:hover a {
  color: #fff;
  background: #baad8b !important;
  border: 1px solid #baad8b !important;
}
.pagenavcounter {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
.article-index {
  margin: 0px 0px 0px 20px;
}
.article-index .nav-stacked {
  border: solid 1px #ccc;
  border-radius: 0px;
  overflow: hidden;
}
.article-index .nav-stacked li {
  border-bottom: solid 1px #ccc;
  float: none;
}
.article-index .nav-stacked li a {
  border: none;
  margin: 0px;
  border-radius: 0px;
}
.pager li > a,
.pager li > span {
  border-radius: 0;
  background: #eee;
}
.pager.pagenav {
  width: 100%;
  float: left;
  padding: 0;
}
.search #searchForm .searchintro {
  margin: 15px 0;
}
.search #searchForm .phrases-box .controls .radio {
  margin: 10px 20px;
}
.search #searchForm button.btn {
  padding: 7px 12px;
  border-radius: 0;
}
.search #searchForm button.btn .icon-search {
  margin: 0;
}
.search .search-results {
  clear: both;
}
.search .search-results .result-category {
  display: none;
}
.search .search-results .result-category,
.search .search-results .result-text {
  padding: 0;
  margin: 0;
}
.search .search-results .result-text {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
}
.finder #search-form {
  background: #ECF0E8;
  padding: 20px;
  margin-bottom: 30px;
}
.finder #search-form #finder-search {
  margin: 0;
}
.finder #search-form #finder-search #advanced-search {
  padding: 10px 0 0;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul {
  list-style: none;
  margin: 0;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul li {
  margin-bottom: 10px;
}
.finder #search-form #finder-search #advanced-search #finder-filter-window ul li label {
  width: 150px;
}
.finder #search-results #search-query-explained {
  margin: 1em 0;
  border-bottom: 3px solid #eee;
  font-weight: bold;
  -webkit-box-shadow: inset 0 -1px 0 #ccc;
  -moz-box-shadow: inset 0 -1px 0 #ccc;
  box-shadow: inset 0 -1px 0 #ccc;
}
.finder #search-results ul.list-striped {
  margin: 0;
  list-style: none;
  padding: 0;
}
.finder #search-results ul.list-striped li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}
.finder #search-results ul.list-striped li .result-url {
  color: #999;
}
.newsfeed-category select[multiple],
.newsfeed-category select[size],
.contact-category select[multiple],
.contact-category select[size] {
  width: auto;
}
.newsfeed ol {
  margin: 0;
  list-style: none;
  padding: 0;
}
.newsfeed ol li {
  border-bottom: 1px dotted #ccc;
  padding: 20px 0;
}
.newsfeed ol li a {
  color: #777;
  font-weight: normal;
}
.newsfeed ol li .feed-item-description {
  margin-top: 10px;
  overflow: hidden;
}
.newsfeed ol li .feed-item-description > img:first-child {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #eee;
  margin: 0 0 10px 15px;
  padding: 5px;
}
h1.title {
  font-size: 180%;
}
h2.subtitle {
  font-size: 130%;
}
.profile .dl-horizontal dt {
  display: inline-block;
}
.view-login #system-message {
  width: 550px;
  margin: 0 auto;
}
.view-login #content #yt_component {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.view-login .wrap-login {
  width: 550px;
  margin: 0 auto;
  padding: 1em 2em 2em;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.view-login .wrap-login .page-header {
  margin: -14px -28px 15px;
  padding: 10px 25px;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.view-login .wrap-login .page-header h1 {
  margin: 0;
}
.view-login .wrap-login .form-horizontal .control-group {
  float: left;
  width: 50%;
  margin: 1em 0;
}
.view-login .wrap-login .form-horizontal .control-label {
  float: none;
}
.view-login .wrap-login .form-horizontal .controls input {
  width: 180px;
}
.view-login .wrap-login .other-link {
  overflow: hidden;
}
.view-login .wrap-login .other-link ul.yt-list {
  margin: 0 0 0 15px;
}
.view-login .wrap-login .other-link ul.yt-list li {
  float: left;
  margin-right: 30px;
}
.view-login .wrap-login .other-link ul.yt-list li a {
  font-size: 12px;
  color: #777;
}
.view-login .wrap-login .other-link ul.yt-list li a:hover {
  color: #baad8b;
}
.login .form-horizontal {
  margin-bottom: 0;
}
.login .well {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 0 0;
  margin: 0;
}
.login .well .control-label label {
  font-weight: bold;
}
.login .well .controls {
  margin: 0;
}
.login .well .controls .btn {
  border-radius: 0;
}
.login .well .controls .btn:hover {
  color: #fff;
}
.registration .page-header {
  margin: 0 0 15px;
}
.registration .page-header h2 {
  margin: 0;
}
.registration .form-horizontal .control-label {
  text-align: left;
}
.registration .form-horizontal .control-label label {
  font-weight: bold;
}
#member-registration .col-sm-8 {
  margin-bottom: 30px;
}
.profile-edit .controls .btn-small {
  margin-top: 25px;
}
div.contact h3.jicons-text {
  font-size: 120%;
}
div.contact ul.blank li,
div.contact .contact-misc,
div.contact form.box legend {
  color: #999;
}
div.contact .contact-image {
  width: 50%;
  float: right;
}
div.contact .contact-image img {
  padding: 5px;
  border: 1px solid #ccc;
  margin-top: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.contact textarea,
div.contact input {
  width: 300px;
}
div.contact textarea {
  height: 100px;
}
div.contact .contact-address,
div.contact .contact-contactinfo,
div.contact .contact-miscinfo {
  margin-bottom: 2em;
}
div.contact form.box fieldset {
  border: none;
  padding: 0;
}
div.contact form.box legend {
  padding: 0;
  font-size: 12px;
}
.contact-ajax .el-control {
  margin-bottom: 10px;
  margin-top: 10px;
}
.contact-ajax .el-control label {
  width: 100px;
}
.contact-ajax .el-control input {
  width: 200px;
}
.related-items li {
  margin-bottom: 10px;
}
h3.related-title {
  color: #baad8b;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 40px;
  padding-bottom: 21px;
  border-bottom: 1px solid #e6e6e6;
}
h3.related-title span {
  border-bottom: 3px solid #baad8b;
  padding-bottom: 17px;
}
ul.related-items li h3.related-item-title {
  font-size: 20px;
}
ul.related-items li h3.related-item-title a {
  color: #1c1c1c;
  line-height: normal;
}
ul.related-items li h3.related-item-title a:hover {
  color: #baad8b;
}
ul.related-items li .img-fulltext {
  margin: 0;
}
ul.related-items img {
  margin: 0 0 15px;
}
ul.related-items img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background: #baad8b;
  border-color: transparent;
}
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:hover:hover,
.pagination>.active>span:hover:hover,
.pagination>.active>a:focus:hover,
.pagination>.active>span:focus:hover {
  background: #c5b485;
}
.pagination ul li {
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  overflow: visible;
}
#xmap ul li span {
  background: #fff;
  padding: 0 10px;
}
.blog {
  margin-top: 0px;
}
.blog .page-header {
  border: none;
}
.blog .page-header h1 {
  font-size: 18px;
  color: #000;
  margin: 0;
  text-transform: uppercase;
}
.blog .category-desc {
  display: none;
}
.blog .items-row.row .item {
  overflow: hidden;
}
.blog .items-row.row .item .item-image img {
  width: 100%;
}
.blog .items-row.row .item .item-image .article-aside {
  display: none;
}
.blog .items-row.row .item .article-text .article-header {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.blog .items-row.row .item .article-text .article-header h2 {
  font-size: 30px;
  font-weight: normal;
}
.blog .items-row.row .item .article-text .article-header h2 a {
  color: #1c1c1c;
}
.blog .items-row.row .item .article-text .article-header h2 a:hover {
  color: #baad8b;
}
.blog .items-row.row .item .article-text .article-aside {
  display: block;
}
.blog .items-row.row .item .article-text .article-aside .article-info {
  margin-bottom: 5px;
  border-bottom: 1px solid #e4e4e4;
  line-height: 50px;
  padding: 0;
  overflow: hidden;
}
.blog .items-row.row .item .article-text .article-aside .article-info dd {
  display: inline-block;
  margin-right: 10px;
  line-height: 100%;
  font-size: 12px;
  text-transform: capitalize;
  color: #1c1c1c;
}
.blog .items-row.row .item .article-text .article-aside .article-info dd i {
  margin-right: 5px;
}
.blog .items-row.row .item .article-text .article-aside .article-info dd:last-child {
  margin: 0;
}
.blog .items-row.row .item .article-text .article-aside .article-info .createdby a {
  color: #1c1c1c;
}
.blog .items-row.row .item .article-text .article-aside .article-info .createdby a:hover {
  color: #baad8b;
}
.blog .items-row.row .item .article-text .article-aside .article-info .hits i.icon-comment:before {
  color: #1c1c1c;
  content: "\f086";
  font-size: 13px;
  font-family: "FontAwesome";
}
.blog .items-row.row .item .article-text .article-intro p {
  color: #606060;
  font-size: 13px;
}
.blog .items-row.row .item .article-text a.button {
  background: transparent;
  border-top: 1px solid #baad8b;
  border-bottom: 1px solid #baad8b;
  color: #baad8b;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: normal;
  padding: 8px 90px 8px 45px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.blog .items-row.row .item .article-text a.button:before {
  background: url(../images/styling/wheat/icon_arrow.png) no-repeat 0 -10px transparent;
  height: 5px;
  width: 33px;
  display: block;
  position: absolute;
  content: "";
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.blog .items-row.row .item .article-text a.button:hover {
  background: #baad8b;
  padding-right: 70px;
  padding-left: 25px;
  color: #fff;
}
.blog .items-row.row .item .article-text a.button:hover:before {
  background-position: 0 0;
}
.blog .items-row.row.cols-1 .item .item-image {
  float: none;
  margin-right: 0px;
  margin-bottom: 0;
}
.blog .items-row.row.cols-1 .item .item-image .article-aside {
  display: none;
}
.blog .items-row.row.cols-1 .item .article-text {
  margin-top: 0px;
}
.blog .blank.items-row .item {
  margin-bottom: 30px;
}
.blog .blank.items-row .item .item-image {
  float: none;
  margin-right: 0px;
  margin-bottom: 0;
}
.blog .blank.items-row .item .item-image .article-aside {
  display: none;
}
.blog .blank.items-row .item .article-text {
  margin-top: 0px;
}
.blog .blank.items-row .item .article-text .article-header {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.blog .blank.items-row .item .article-text .article-header h2 {
  font-size: 30px;
}
.blog .blank.items-row .item .article-text a.button {
  background: transparent;
  border-top: 1px solid #baad8b;
  border-bottom: 1px solid #baad8b;
  color: #baad8b;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: normal;
  padding: 8px 90px 8px 45px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.blog .blank.items-row .item .article-text a.button:before {
  background: url(../images/styling/wheat/icon_arrow.png) no-repeat 0 -10px transparent;
  height: 5px;
  width: 33px;
  display: block;
  position: absolute;
  content: "";
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.blog .blank.items-row .item .article-text a.button:hover {
  background: #baad8b;
  padding-right: 70px;
  padding-left: 25px;
  color: #fff;
}
.blog .blank.items-row .item .article-text a.button:hover:before {
  background-position: 0 0;
}
.blog div.pagination {
  display: block;
  background: #fff;
  padding: 20px 0;
  border-top: 1px solid #545454;
  margin: 60px 0 30px;
  overflow: hidden;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.blog div.pagination ul {
  display: block;
}
.blog div.pagination ul li {
  float: none;
  margin-top: 0;
  margin-bottom: 0;
}
.blog div.pagination ul li a .fa.fa-long-arrow-left.r-hiden,
.blog div.pagination ul li a .fa.fa-long-arrow-right.r-hiden {
  display: none;
}
.blog div.pagination ul li a i.fa {
  margin: 0;
}
.pager,
div.pagination {
  display: block;
  text-align: center;
}
.pager ul.pagination,
div.pagination ul.pagination {
  display: inline-block;
}
.pager ul.pagination li.active a,
.pager ul.pagination li.active span,
div.pagination ul.pagination li.active a,
div.pagination ul.pagination li.active span {
  background: #baad8b;
  color: #fff;
}
.pager ul.pagination li,
div.pagination ul.pagination li {
  display: inline-block;
  float: none;
  margin: 0 5px;
}
.pager ul.pagination li a,
.pager ul.pagination li span,
div.pagination ul.pagination li a,
div.pagination ul.pagination li span {
  color: #777;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #878787;
  background: none;
  font-size: 14px;
  color: #1c1c1c;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  min-width: 34px;
  text-align: center;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin: 0;
}
.pager ul.pagination li a .fa.fa-long-arrow-left.r-hiden,
.pager ul.pagination li a .fa.fa-long-arrow-right.r-hiden,
.pager ul.pagination li span .fa.fa-long-arrow-left.r-hiden,
.pager ul.pagination li span .fa.fa-long-arrow-right.r-hiden,
div.pagination ul.pagination li a .fa.fa-long-arrow-left.r-hiden,
div.pagination ul.pagination li a .fa.fa-long-arrow-right.r-hiden,
div.pagination ul.pagination li span .fa.fa-long-arrow-left.r-hiden,
div.pagination ul.pagination li span .fa.fa-long-arrow-right.r-hiden {
  display: none;
}
.pager ul.pagination li a i.fa,
.pager ul.pagination li span i.fa,
div.pagination ul.pagination li a i.fa,
div.pagination ul.pagination li span i.fa {
  margin: 0;
}
.pager ul.pagination li:hover a,
.pager ul.pagination li:hover span,
div.pagination ul.pagination li:hover a,
div.pagination ul.pagination li:hover span {
  background: #baad8b;
  border: 1px solid #baad8b;
  color: #fff;
  font-weight: normal;
}
.suffix strong {
  display: inline-block;
}
.module_menu,
div.module {
  margin: 0 0 30px;
}
.module h3.modtitle {
  font-size: 20px;
  font-weight: normal;
  color: #1c1c1c;
  line-height: normal;
  text-transform: capitalize;
  padding: 0;
}
.module h3.modtitle .subtitle {
  font-size: 14px;
  color: #8c8c8c;
  text-transform: initial;
  font-weight: normal;
  border-left: 1px solid #f3f3f3;
  padding-left: 12px;
  margin-left: 12px;
  display: inline-block;
  line-height: 20px;
}
.module h3.modtitle .subtitle:empty {
  display: none;
}
.module.title-custom h3.modtitle {
  padding-left: 0;
}
.module.title-custom h3.modtitle:after {
  display: none;
}
.module.badge_new h3.modtitle {
  position: relative;
}
.module.badge_new .badge {
  background: url(../images/icon/badge.png) no-repeat 0 0 transparent;
  position: absolute;
  width: 84px;
  height: 23px;
  right: 0;
  top: 0;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.module.badge_hot h3.modtitle {
  position: relative;
}
.module.badge_hot .badge {
  background: url(../images/icon/badge.png) no-repeat 0 0 transparent;
  position: absolute;
  width: 84px;
  height: 23px;
  right: 0;
  top: 0;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.module.badge_hot .badge {
  background-position: 0 -23px;
}
.module.badge_cool h3.modtitle {
  position: relative;
}
.module.badge_cool .badge {
  background: url(../images/icon/badge.png) no-repeat 0 0 transparent;
  position: absolute;
  width: 84px;
  height: 23px;
  right: 0;
  top: 0;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.module.badge_cool .badge {
  background-position: 0 -46px;
}
.module.box1 {
  border: 1px solid #ddd;
  padding: 20px;
  background: #fff;
}
.module.box2 {
  border: 1px solid #ddd;
  padding: 16px;
  background: #fff;
}
.module.box2 h3.modtitle {
  margin: -16px -16px 10px;
  padding: 14px 16px;
}
.module.box3 {
  border: 1px solid #ddd;
  padding: 20px;
  box-shadow: 0 0 0 4px #EDEDED;
  background: #fff;
}
.module.box3 h3.modtitle {
  border: none;
  padding: 0;
}
.module.bg1 {
  padding: 20px;
  background: #baad8b;
  color: #fff;
}
.module.bg1 h3.modtitle {
  border: none;
  padding: 0 0 12px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.module.bg1 h3.modtitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  border-bottom: 2px solid rgba(255,255,255,0.5);
}
.module.bg1 .modcontent a {
  color: #ddd;
}
.module.bg1 .modcontent a:hover {
  color: #fff;
}
.module.bg1 .modcontent .button {
  border: 1px solid rgba(255,255,255,0.3);
  background: transparent;
}
.module.bg1 .modcontent .button:hover {
  background: rgba(255,255,255,0.2);
}
.module.bg2 {
  padding: 20px;
  background: #67b0d1;
  color: #fff;
}
.module.bg2 h3.modtitle {
  border: none;
  padding: 0 0 12px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.module.bg2 h3.modtitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  border-bottom: 2px solid rgba(255,255,255,0.5);
}
.module.bg2 .modcontent a {
  color: #ddd;
}
.module.bg2 .modcontent a:hover {
  color: #fff;
}
.module.bg2 .modcontent .button {
  border: 1px solid rgba(255,255,255,0.3);
  background: transparent;
}
.module.bg2 .modcontent .button:hover {
  background: rgba(255,255,255,0.2);
}
.module.bg3 {
  padding: 20px;
  background: #e87352;
  color: #fff;
}
.module.bg3 h3.modtitle {
  border: none;
  padding: 0 0 12px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.module.bg3 h3.modtitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  border-bottom: 2px solid rgba(255,255,255,0.5);
}
.module.bg3 .modcontent a {
  color: #ddd;
}
.module.bg3 .modcontent a:hover {
  color: #fff;
}
.module.bg3 .modcontent .button {
  border: 1px solid rgba(255,255,255,0.3);
  background: transparent;
}
.module.bg3 .modcontent .button:hover {
  background: rgba(255,255,255,0.2);
}
.module.bg4 {
  padding: 20px;
  background: #393c42;
  color: #fff;
}
.module.bg4 h3.modtitle {
  border: none;
  padding: 0 0 12px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.module.bg4 h3.modtitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  border-bottom: 2px solid rgba(255,255,255,0.5);
}
.module.bg4 .modcontent a {
  color: #ddd;
}
.module.bg4 .modcontent a:hover {
  color: #fff;
}
.module.bg4 .modcontent .button {
  border: 1px solid rgba(255,255,255,0.3);
  background: transparent;
}
.module.bg4 .modcontent .button:hover {
  background: rgba(255,255,255,0.2);
}
.module.blank {
  background: transparent;
  border: none;
  padding: 0;
  color: #777;
}
.module.blank h3.modtitle {
  border: none;
}
.module.blank .modcontent {
  padding: 0;
}
.module._menu {
  background: #fff;
  border: 1px solid #ddd;
  margin-top: 30px;
}
.module._menu h3.modtitle {
  margin: 0px;
  padding: 16px 20px;
}
.module._menu h3.modtitle:after {
  content: none;
}
.module._menu .modcontent {
  padding: 0 15px;
}
.module._menu .modcontent ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.module._menu .modcontent ul.menu > li {
  border-bottom: 1px solid #e5e5e5;
}
.module._menu .modcontent ul.menu > li > a,
.module._menu .modcontent ul.menu > li > span {
  color: #c5b485;
  display: block;
  padding: 10px;
}
.module._menu .modcontent ul.menu > li > a:hover,
.module._menu .modcontent ul.menu > li > span:hover {
  background: transparent;
}
.module._menu .modcontent ul.menu > li:hover {
  background: #baad8b;
}
.module._menu .modcontent ul.menu > li:hover,
.module._menu .modcontent ul.menu > li.active {
  background: #baad8b;
}
.module._menu .modcontent ul.menu > li:hover a,
.module._menu .modcontent ul.menu > li.active a {
  color: #fff;
}
.module._menu .modcontent ul.menu > li:hover span,
.module._menu .modcontent ul.menu > li.active span {
  color: #fff;
}
.module._menu .modcontent ul.menu > li.parent {
  position: relative;
}
.module._menu .modcontent ul.menu > li.parent > a:after {
  font-family: FontAwesome;
  content: "\f0d7";
}
.module._menu .modcontent ul.menu > li.parent ul {
  list-style: none;
  display: none;
  background: #F7F7F7;
  position: absolute;
  z-index: 3;
  border: solid 1px #ccc;
  top: 130%;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  font-size: 91%;
  margin: 0;
}
.module._menu .modcontent ul.menu > li.parent ul li {
  padding: 0;
}
.module._menu .modcontent ul.menu > li.parent ul li ul {
  border: none;
}
.module._menu .modcontent ul.menu > li.parent ul li:hover {
  color: #baad8b;
}
.module._menu .modcontent ul.menu > li.parent ul li:hover li {
  color: #c5b485;
}
.module._menu .modcontent ul.menu > li.parent ul li:hover li:hover {
  color: #baad8b;
}
.module._menu .modcontent ul.menu > li.parent ul li.active {
  color: #baad8b;
}
.module._menu .modcontent ul.menu > li.parent ul li.active li {
  color: #c5b485;
}
.module._menu .modcontent ul.menu > li.parent ul li.active li:hover {
  color: #baad8b;
}
.module._menu .modcontent ul.menu > li.parent ul li.active li.active {
  color: #baad8b;
}
.module._menu .modcontent ul.menu > li.parent ul li.active li.active a {
  color: #baad8b;
}
.module._menu .modcontent ul.menu > li.parent ul li.active li a {
  color: #c5b485;
}
.module._menu .modcontent ul.menu > li.parent ul li.active li a:hover {
  color: #baad8b;
}
.module._menu .modcontent ul.menu > li.parent ul li.active a {
  color: #baad8b;
}
.module._menu .modcontent ul.menu > li.parent ul li a {
  color: #c5b485;
  display: block;
  padding: 5px;
}
.module._menu .modcontent ul.menu > li.parent ul li a:hover {
  color: #baad8b;
}
.module._menu .modcontent ul.menu > li.parent:hover ul {
  display: block;
  top: 100%;
  border-top: 1px;
}
.module._menu .modcontent ul.menu > li.parent:hover ul ul {
  position: static;
  box-shadow: none;
  font-size: 100%;
}
.module._menu .modcontent ul.menu > li:last-child {
  border: none;
}
.module._menu .col2 li {
  margin: 5px;
  padding: 0 10px;
  display: inline-block;
  background: #ddd;
  border: none !important;
  border-radius: 3px;
}
.module._menu .col2 li a {
  color: white;
}
table.variations {
  width: 100%;
  clear: both;
  margin: 1em 0 2em;
  border: 1px solid #ddd;
  font-size: 91%;
}
table.variations tr.odd {
  background: none;
  border: none;
}
table.variations tr.odd td {
  text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}
table.variations tr td {
  border: 1px solid #ccc;
  padding: 5px 10px;
}
table.variations tr td.bold {
  font-weight: bold;
  background: #e5e5e5;
}
div.news-update .news-item {
  margin-top: 20px;
}
div.news-update .news-item:first-child {
  margin-top: 0;
}
div.news-update .news-item .news-date {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  float: left;
  background: #eee;
  font-size: 14px;
  color: #444;
  text-align: center;
  padding: 15px 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
div.news-update .news-item .news-date span {
  display: block;
  font-weight: bold;
}
div.news-update .news-item .news-date:hover {
  background: #444;
  color: #eee;
}
div.news-update .news-item .news-info {
  color: #444;
}
div.news-update .news-item .news-info h4:hover {
  color: #baad8b;
}
.languages-top {
  background: transparent;
  line-height: 36px;
  border-left: 1px solid #ddd;
  float: right;
  margin: 0;
  position: relative;
  z-index: 155;
}
.languages-top.open {
  color: #baad8b;
}
.languages-top a.dropdown-toggle {
  color: #444;
  padding: 0px 25px 0px 15px;
  display: inline-block;
}
.languages-top a.dropdown-toggle:hover {
  color: #baad8b;
}
.languages-top a.dropdown-toggle:after {
  position: absolute;
  top: 13px;
  right: 10px;
  content: "\f107";
  font-family: "FontAwesome";
  line-height: normal;
}
.languages-top a.dropdown-toggle img {
  margin-right: 5px;
}
.languages-top a.dropdown-toggle .caret {
  display: none;
}
.languages-top ul.dropdown-menu {
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0;
  min-width: 107px;
}
.languages-top ul.dropdown-menu li {
  margin: 0;
  text-align: left;
  padding: 4px 0;
}
.languages-top ul.dropdown-menu li a {
  padding: 3px 25px 3px 15px;
  font-size: 12px;
}
.languages-top ul.dropdown-menu li a img {
  margin-right: 10px;
  margin-top: 3px;
  float: left;
}
#search-form .form-inline .word {
  margin: 0;
}
#search-form .form-inline .word .btn {
  padding: 6px 20px;
  border-radius: 0;
}
div.online-booking {
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
}
div.online-booking .online-img {
  margin-top: 82px;
}
div.online-booking .online-content {
  width: 76%;
  text-align: center;
}
div.online-booking ul {
  margin: 40px 0 0;
  padding: 0;
}
div.online-booking ul li {
  list-style: none;
  display: inline-block;
  padding: 12px;
}
div.sj-testimonials div.yt-content-slider.owl-carousel {
  margin: 0;
  padding-bottom: 105px;
}
div.sj-testimonials div.yt-content-slider.owl-carousel .owl-item {
  min-height: 240px;
}
div.sj-testimonials div.yt-content-slider.owl-carousel .owl-item img {
  width: auto;
  margin: auto;
  padding: 15px;
  border: 1px solid rgba(255,255,255,0.4);
}
div.sj-testimonials div.yt-content-slider.owl-carousel .owl-item .caption {
  width: 63%;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  padding: 0;
  background: none;
  text-align: center;
}
div.sj-testimonials div.yt-content-slider.owl-carousel .owl-controls {
  display: block;
}
div.sj-testimonials div.yt-content-slider.owl-carousel .owl-controls .owl-prev {
  background: none;
  float: none;
  border: none;
  position: absolute;
  left: 0;
  width: 64px;
  height: 10px;
}
div.sj-testimonials div.yt-content-slider.owl-carousel .owl-controls .owl-prev:before {
  background: url(../images/styling/wheat/icon_arrow_slide.png) no-repeat 0 -10px transparent;
  height: 10px;
  width: 64px;
  display: block;
  content: "";
}
div.sj-testimonials div.yt-content-slider.owl-carousel .owl-controls .owl-prev:hover {
  background: none;
}
div.sj-testimonials div.yt-content-slider.owl-carousel .owl-controls .owl-prev:hover:before {
  background-position: 0 -30px;
}
div.sj-testimonials div.yt-content-slider.owl-carousel .owl-controls .owl-next {
  background: none;
  float: none;
  border: none;
  position: absolute;
  right: 0;
  width: 64px;
  height: 10px;
}
div.sj-testimonials div.yt-content-slider.owl-carousel .owl-controls .owl-next:before {
  background: url(../images/styling/wheat/icon_arrow_slide.png) no-repeat 0 0 transparent;
  height: 10px;
  width: 64px;
  display: block;
  content: "";
}
div.sj-testimonials div.yt-content-slider.owl-carousel .owl-controls .owl-next:hover {
  background: none;
}
div.sj-testimonials div.yt-content-slider.owl-carousel .owl-controls .owl-next:hover:before {
  background-position: 0 -20px;
}
div.sj-testimonials div.yt-content-slider.owl-carousel .owl-controls .owl-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
div.sj-testimonials div.yt-content-slider.owl-carousel .owl-controls .owl-dots .owl-dot {
  color: #fff;
}
div.sj-testimonials div.yt-content-slider.owl-carousel .owl-controls .owl-dots .owl-dot.active {
  color: #baad8b;
}
div.custom-welcome {
  text-align: center;
  margin: 0;
}
div.custom-welcome h1.title {
  margin: 170px 0 56px;
  font-size: 36px;
  text-transform: capitalize;
  color: #1c1c1c;
  position: relative;
  font-weight: normal;
}
div.custom-welcome h1.title:before {
  background: #b0b0b0;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -25px;
  width: 250px;
  height: 1px;
  margin: auto;
  display: block;
  content: "";
}
div.custom-welcome h1.title:after {
  background: url(../images/bg_h3.png) no-repeat center center #f6f4f1;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -28px;
  width: 50px;
  height: 7px;
  margin: auto;
  display: block;
  content: "";
}
div.custom-welcome .row {
  position: relative;
  z-index: 9;
}
div.custom-welcome .row .col-sm-6 {
  position: static;
}
div.custom-welcome .row .col-sm-6.last {
  padding-left: 0;
}
div.custom-welcome .row .custom-des {
  width: 85%;
  margin: auto;
}
div.custom-welcome .row div.sj-extraslider {
  position: relative;
  margin: 0;
  padding-bottom: 30px;
  direction: ltr;
}
div.custom-welcome .row div.sj-extraslider .all_testimonial {
  background: transparent !important;
  width: 90% !important;
  padding: 0 !important;
  margin: auto !important;
  line-height: 25px;
}
div.custom-welcome .row div.sj-extraslider .owl-controls {
  position: absolute;
  display: block;
  bottom: 0px;
  text-align: center;
  width: 100%;
  margin: 0;
}
div.custom-welcome .row div.sj-extraslider .owl-controls .owl-nav {
  display: inline-block;
}
div.custom-welcome .row div.sj-extraslider .owl-controls .owl-dots {
  display: none !important;
}
div.custom-welcome .row div.sj-extraslider .owl-controls .owl-prev,
div.custom-welcome .row div.sj-extraslider .owl-controls .owl-next {
  opacity: 1;
}
div.custom-welcome .row div.sj-extraslider .owl-controls .owl-prev {
  border: none;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 10px;
  left: 0;
  background: none;
  position: relative;
  color: #3a3a3a;
  font-size: 0;
}
div.custom-welcome .row div.sj-extraslider .owl-controls .owl-prev:hover {
  color: #baad8b;
}
div.custom-welcome .row div.sj-extraslider .owl-controls .owl-prev:before {
  display: block;
  position: absolute;
  content: "\f177";
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: normal;
}
div.custom-welcome .row div.sj-extraslider .owl-controls .owl-next {
  font-size: 0;
  border: none;
  margin: 0;
  padding: 0;
  left: 0px;
  right: auto;
  width: 32px;
  height: 10px;
  position: relative;
  background: none;
  color: #3a3a3a;
}
div.custom-welcome .row div.sj-extraslider .owl-controls .owl-next:hover {
  color: #baad8b;
}
div.custom-welcome .row div.sj-extraslider .owl-controls .owl-next:before {
  display: block;
  position: absolute;
  content: "\f178";
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: normal;
  right: 0;
}
div.banner {
  margin: 10px 0 17px;
}
div.banner img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#banner-bottom div.banner {
  margin-bottom: 40px;
}
#banner-right {
  padding-left: 0;
}
#banner-right ul {
  margin: 0;
  padding: 0;
}
#banner-right ul li {
  list-style: none;
  padding: 0;
  margin-top: 14px;
}
#banner-right ul li:first-child {
  margin-top: 0;
}
#banner-right ul li a {
  position: relative;
  display: block;
}
#banner-right ul li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  z-index: 20;
}
#banner-right ul li a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.yt-carousel-style-4 .yt-carousel-slide,
.yt-carousel-style-3 .yt-carousel-slide,
.yt-carousel-style-2 .yt-carousel-slide {
  background-color: transparent !important;
}
.yt-bottom {
  margin-top: 40px;
}
.yt-bottom .module {
  margin: 0;
}
.yt-bottom .module h3.modtitle {
  border: 0 none;
  display: block;
  font-size: 14px;
  line-height: 100%;
  padding-bottom: 10px;
  margin: 0;
  text-transform: capitalize;
}
.yt-bottom .module h3.modtitle:after {
  content: none;
}
.yt-bottom .module .modcontent .block-title {
  display: none;
}
.yt-bottom .module .modcontent ul {
  list-style: outside none none;
  padding: 0;
  margin: 0;
}
.yt-bottom .module .modcontent ul li a {
  color: #444444;
  font-size: 13px;
}
.yt-bottom .module .modcontent ul li a:before {
  content: "\f101";
  font-family: "FontAwesome";
  padding-right: 6px;
  float: left;
}
.yt-bottom .module .modcontent ul li a:hover {
  color: #baad8b;
  padding-left: 5px;
  transition: all 0.2s ease-in-out 0s;
}
.yt-bottom .module .modcontent ul li a:hover:before,
.yt-bottom .module .modcontent ul li a:hover:after {
  padding-left: 5px;
  transition: all 0.2s ease-in-out 0s;
}
.yt-bottom .module .modcontent ul li .inner {
  margin-top: -6px;
  line-height: 20px;
  color: #444;
}
.yt-bottom .module .modcontent ul li .inner a:before {
  display: none;
}
.yt-bottom .module .modcontent ul .address,
.yt-bottom .module .modcontent ul .email,
.yt-bottom .module .modcontent ul .phone {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.mod-finder-searchform-id {
  margin: 0;
  position: relative;
  border: 1px solid #baad8b;
}
.mod-finder-searchform-id .mod-finder-searchword-id {
  padding: 0 30px;
  color: #545454;
  background: transparent;
  font-size: 12px;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  margin: 15px 0;
  height: 20px;
}
.mod-finder-searchform-id .mod-finder-searchword-id:focus + .button i {
  color: #baad8b;
}
.mod-finder-searchform-id button.finder {
  color: #baad8b;
  background: transparent;
  border: none;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 14px;
}
.mod-finder-searchform-id button.finder:hover span {
  color: #baad8b;
}
.mod-finder-searchform-id i {
  margin: 0;
  font-size: 14px;
}
.form-inline {
  margin: 0;
}
.form-inline [class^="icon-"],
.form-inline [class*=" icon-"] {
  margin: 0;
}
.form-inline .input-append .add-on,
.form-inline .input-prepend .add-on {
  padding: 4px 10px;
}
.form-inline .input-small {
  width: 120px;
}
.form-inline .icon-add {
  display: inline-block;
  color: #fff;
  line-height: 14px;
  width: 14px;
  height: 14px;
  background: #baad8b;
  text-align: center;
  margin-right: 6px;
}
.form-inline .icon-add:before {
  content: "+";
}
.form-inline ul.unstyled {
  margin: 0;
}
.form-inline .filters .button {
  padding: 4px 20px;
}
.form-vertical {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.form-vertical:hover ul.listprofiles {
  display: block;
}
.form-vertical .login-greeting {
  color: #444;
  margin: 0px;
  float: left;
  line-height: 36px;
  padding: 0 10px;
  border-left: 1px solid #ddd;
}
.form-vertical .logout-button {
  float: left;
}
.form-vertical .logout-button .btn {
  padding: 4px 10px;
  background: #baad8b;
}
.login-profile {
  float: right;
}
.login-profile .list-profiles {
  display: inline-block !important;
  line-height: 36px;
}
.login-profile .list-profiles.open .btn-default.dropdown-toggle {
  background: #fff;
  color: #444;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 4px 10px 5px;
  height: 36px;
  margin: 0;
}
.login-profile .list-profiles:hover .dropdown-menu {
  display: block;
}
.login-profile .list-profiles .btn-default.dropdown-toggle {
  font-size: 12px;
  font-weight: normal;
  background: none;
  border: none;
  color: #444;
  height: 36px;
  padding: 4px 10px 5px;
  margin: 0;
  border-left: 1px solid #ddd;
}
.login-profile .list-profiles .btn-default.dropdown-toggle span {
  margin: 0 5px;
}
.login-profile .list-profiles .btn-default.dropdown-toggle:hover {
  color: #baad8b;
}
.login-profile .list-profiles .btn-default.dropdown-toggle:hover span {
  color: #baad8b;
}
.login-profile .list-profiles .dropdown-menu {
  right: auto;
  left: 0;
  padding: 0 20px;
  margin-top: 0px;
  min-width: 210px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}
.login-profile .list-profiles .dropdown-menu li {
  line-height: 36px;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
}
.login-profile .list-profiles .dropdown-menu li.logout-button {
  border: none;
  float: none;
}
.login-profile .list-profiles .dropdown-menu li.logout-button button.btn {
  margin: 20px 0 30px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0;
  background: #baad8b;
  -webkit-box-shadow: 0 -2px 0 rgba(0,0,0,0.3) inset;
  -moz-box-shadow: 0 -2px 0 rgba(0,0,0,0.3) inset;
  box-shadow: 0 -2px 0 rgba(0,0,0,0.3) inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  color: #fff;
  text-shadow: none;
}
.login-profile .list-profiles .dropdown-menu li.logout-button button.btn:hover {
  background: #c5b485;
  color: #fff;
}
.login-profile .list-profiles .dropdown-menu li a {
  padding: 0;
  color: #333;
  line-height: 36px;
}
.login-profile .list-profiles .dropdown-menu li a:hover {
  color: #baad8b;
  background: none;
}
.login-profile .open button.btn-default {
  position: relative;
  background: #ffffff;
  border: 1px solid #ccc;
}
.login-profile .open button.btn-default:hover {
  background: #fff;
}
div.reservation a {
  color: #fff;
  padding: 18px 75px 18px 30px;
  display: inline-block;
  border: 1px solid #fff;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  background: #baad8b;
  margin-top: 34px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
div.reservation a:before {
  background: url(../images/styling/wheat/icon_arrow.png) no-repeat 0 0 transparent;
  height: 5px;
  width: 33px;
  display: block;
  position: absolute;
  content: "";
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}
div.reservation a:hover {
  color: #baad8b;
  border-color: #baad8b;
  padding-right: 65px;
}
div.reservation a:hover:before {
  background-position: 0 -10px;
}
div.our-team {
  text-align: center;
}
div.our-team p {
  margin-bottom: 50px;
}
div.custom-contact2 {
  margin: 0;
}
div.custom-contact2 .pre-text {
  width: 58%;
  margin: 0 auto 40px;
  color: #fff;
  text-align: center;
}
div.custom-contact2 h3.modtitle {
  color: #fff;
  margin-top: 62px !important;
}
div.custom-contact2 h3.modtitle:before {
  display: none;
}
div.custom-contact2 h3.modtitle:after {
  background: url(../images/bg_h3_contact_us.png) no-repeat center center;
  width: 250px;
}
div.custom-contact2 .contact-ajax .ctajax-element .social-networks {
  display: none;
}
div.custom-contact2 div.contact-ajax .map {
  padding: 0;
}
div.custom-contact2 div.contact-ajax .ctajax-wrap.bigmap {
  width: 100%;
  margin: auto;
}
div.custom-contact2 div.contact-ajax .ctajax-wrap.bigmap .col-md-12 {
  padding: 0;
  margin-bottom: 60px;
}
div.custom-contact2 div.contact-ajax .ctajax-wrap.bigmap .col-md-12 .ctajax-element {
  margin-left: -15px;
  margin-right: -15px;
}
div.custom-contact2 div.contact-ajax .ctajax-wrap .ctajax-element {
  padding-right: 15px;
  padding-left: 15px;
}
div.custom-contact2 div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form .el-control {
  margin-top: 15px;
}
div.custom-contact2 div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form .el-control.submit {
  text-align: center;
  margin-bottom: 20px;
}
div.custom-contact2 div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form input {
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  height: 50px;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  padding: 10px 20px;
}
div.custom-contact2 div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form input::-webkit-input-placeholder {
  color: #fff;
}
div.custom-contact2 div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  min-height: 200px;
  margin-bottom: 25px;
}
div.custom-contact2 div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form textarea::-webkit-input-placeholder {
  color: #fff;
}
div.custom-contact2 div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form input[type="submit"] {
  padding: 8px 80px 8px 40px;
  border-radius: 0;
  background: url(../images/icon/icon_arrow_r.png) no-repeat 80% center #baad8b;
  margin-top: 28px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  width: auto;
}
div.custom-contact2 div.contact-ajax .ctajax-wrap .ctajax-element .el-description {
  width: 768px;
  margin: 0 auto 43px;
  text-align: center;
  color: #fff;
}
div.custom-contact2 div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-heading {
  font-size: 18px;
}
div.custom-contact2 div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form input.el-input {
  width: 100%;
}
div.contact-ajax .ctajax-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
div.contact-ajax .ctajax-wrap.bigmap .col-md-12 {
  margin-bottom: 20px;
}
div.contact-ajax .ctajax-wrap .ctajax-element {
  padding-right: 15px;
  padding-left: 15px;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form .el-control:first-child {
  margin-top: 0;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form input[type="submit"] {
  padding: 8px 35px;
  border-radius: 0;
  background: #baad8b;
  border: none;
  color: #fff;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form input[type="submit"]:hover {
  background-color: #23262D;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-heading {
  font-size: 18px;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form input.el-input {
  width: 85%;
}
div.custom-contact {
  text-align: center;
  margin-bottom: 50px;
}
div.custom-contact h3.modtitle {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 50px;
  position: relative;
}
div.custom-contact h3.modtitle:before {
  display: none;
}
div.custom-contact h3.modtitle:after {
  background: url(../images/bg_h3.png) no-repeat center center;
  bottom: -20px;
  display: block;
  position: absolute;
  width: 100%;
  height: 7px;
  content: "";
}
div.custom-contact .desc {
  line-height: 26px;
}
div.custom-contact .col-sm-3 {
  border-width: 0 1px;
  border-style: solid;
  border-color: #d7d7d7;
  margin: 0 -1px 0 0;
  padding-bottom: 30px;
  min-height: 270px;
}
div.custom-contact .yt-icon {
  margin: 0;
}
div.custom-contact .yt-icon i {
  margin: 0;
  color: #baad8b;
  font-size: 36px;
  line-height: 36px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px solid #fff;
  padding: 25px 25px 20px;
}
div.custom-about {
  text-align: center;
  margin-top: 90px;
}
div.custom-about .yt-icon {
  margin: 0 0 40px;
}
div.custom-about .yt-icon i {
  margin: 0;
}
div.custom-about .yt-icon i:hover {
  border-color: #baad8b !important;
}
div.custom-about .yt-icon i.fa-award {
  background: url(../images/icon/icon-award.png) no-repeat center center transparent;
  width: 50px;
  height: 50px;
  content: "";
  display: block;
}
div.custom-about .yt-icon i.fa-food {
  background: url(../images/icon/icon-food.png) no-repeat center center transparent;
  width: 50px;
  height: 50px;
  content: "";
  display: block;
}
div.custom-about .yt-icon i.fa-chefs {
  background: url(../images/icon/icon-chefs.png) no-repeat center center transparent;
  width: 50px;
  height: 50px;
  content: "";
  display: block;
}
div.custom-about .yt-icon i.fa-tea {
  background: url(../images/icon/icon-tea.png) no-repeat center center transparent;
  width: 50px;
  height: 50px;
  content: "";
  display: block;
}
div.custom-about h3 {
  font-size: 20px;
  color: #fefefe;
  text-transform: capitalize;
  font-weight: normal;
  margin-bottom: 30px;
}
div.custom-about .number {
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
  color: #baad8b;
}
div.our-team .yt-member .yt-member-photo img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
div.our-team .yt-member .yt-member-info {
  padding: 20px 0;
}
div.our-team .yt-member .yt-member-info .yt-member-name {
  font-size: 22px;
  text-transform: capitalize;
  color: #1c1c1c;
  font-weight: normal;
}
div.our-team .yt-member .yt-member-info .yt-member-role {
  font-size: 12px;
  color: #898989;
  opacity: 1;
  margin: 10px 0;
  text-transform: uppercase;
}
div.our-team .yt-member .yt-member-info .yt-member-desc {
  font-size: 12px;
  color: #666;
}
div.our-team .yt-member .yt-member-icons {
  border: none;
  padding: 0;
}
div.our-team .yt-member .yt-member-icons a {
  line-height: 30px;
  margin: 0 9px;
}
div.our-team .yt-member .yt-member-icons a i {
  margin: 0;
}
div.our-team .yt-member .yt-member-icons a:hover i {
  color: #baad8b !important;
}
div.custom-plus span.label {
  display: inline-block;
  background: #baad8b;
  padding: 0 5px;
  line-height: 18px;
  margin: 11px 15px 11px 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  float: left;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div.custom-plus span.label:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136,183,213,0);
  border-left-color: #baad8b;
  border-right-color: #baad8b;
  border-width: 9px 0px 9px 9px;
  margin-top: -9px;
}
div.custom-plus ul.custom-link {
  margin: 0;
  padding: 0;
}
div.custom-plus ul.custom-link li {
  list-style: none;
  float: left;
  margin: 0 10px;
  line-height: 40px;
}
div.custom-plus ul.custom-link li a {
  color: #595959;
  text-transform: capitalize;
}
div.custom-plus ul.custom-link li a:hover {
  color: #baad8b;
}
a.readmore {
  text-transform: uppercase;
  padding: 10px 20px 10px 0px;
  float: left;
  color: #999;
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  display: block;
  position: relative;
  z-index: 1;
}
a.readmore:after {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0px;
  transition: 0.3s all ease 0s;
  background: #baad8b;
  content: "";
  z-index: -1;
}
a.readmore:hover {
  color: #f5f6f6;
  padding: 10px 20px;
}
a.readmore:hover:after {
  width: 100%;
}
.whoonline {
  padding: 15px 20px;
}
.whoonline h3.modtitle {
  margin-bottom: 20px;
}
.whoonline .modcontent {
  background: #baad8b;
  padding: 15px;
  color: #fff;
}
.whoonline .round-online {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url("../images/styling/wheat/icon_user.png") no-repeat center center #fff;
  margin-right: 15px;
  float: left;
}
.whoonline .round-online i {
  font-size: 30px;
  color: #baad8b;
  display: table;
  margin: 14px auto;
  display: none;
}
ul.list-contact li {
  margin-bottom: 15px;
}
ul.list-contact .fa {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background: #E0E0E0;
  margin: 0 15px 15px 0;
}
ul.list-contact > div {
  overflow: hidden;
}
ul.list-contact h3 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #000;
}
ul.list-contact p {
  font-size: 12px;
  line-height: 18px;
}
ul.list-contact a {
  color: #666;
}
ul.list-contact a:hover {
  color: #baad8b;
}
.mega-module ul.menu li {
  position: relative;
  padding: 1px 0 1px 0;
}
.mega-module ul.menu li a {
  display: block;
  padding: 6px 10px;
  color: #fff;
  font-size: 100%;
  text-transform: none;
  line-height: 20px;
}
.mega-module ul.menu li:hover a,
.mega-module ul.menu li.active a {
  background-color: #9b8549;
}
div.social {
  float: right;
}
div.social div.yt-socialbt {
  margin-left: 20px;
  margin-right: 0;
}
div.social div.yt-socialbt:first-child {
  margin-left: 0;
}
div.yt-socialbt {
  margin-left: 20px;
  margin-right: 0;
}
div.yt-socialbt:first-child {
  margin-left: 0;
}
div.yt-socialbt a.min {
  color: #fff;
  height: 45px;
  line-height: 45px;
}
div.yt-socialbt a.min:hover {
  color: #baad8b;
}
div.yt-socialbt a.min i {
  font-size: 17px;
}
#contact ul li i {
  color: #999;
  margin-right: 9px;
}
#contact ul li a {
  color: #baad8b;
}
#contact ul li a:hover {
  color: #c5b485;
}
.yt-loginform {
  text-align: right;
}
.yt-loginform:hover .dropdown-toggle {
  background: #baad8b;
}
.yt-loginform .dropdown-toggle {
  padding: 0px 16px;
  display: block;
  color: #fff;
  line-height: 54px;
  background: #1C1E24;
}
.yt-loginform .dropdown-toggle .fa {
  margin-left: 5px;
}
.yt-loginform .dropdown-menu {
  min-width: 250px;
  margin: 0;
  border: none;
  box-shadow: none;
  background-color: #baad8b;
  background-color: rgba(182,160,99,0.9);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5b59f62, endColorstr=#e5b59f62)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5b59f62, endColorstr=#e5b59f62);
  padding: 20px;
  border-radius: 0px;
}
.yt-loginform .dropdown-menu .input-small {
  border: none;
  width: 100%;
  height: 30px;
}
.yt-loginform .dropdown-menu .button {
  background: #444444;
  padding: 10px 35px;
  margin-bottom: 10px;
  transition: 0.3s all ease 0s;
  width: 100%;
}
.yt-loginform .dropdown-menu .button:hover {
  background: #000;
}
.yt-loginform .dropdown-menu ul.unstyled {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.yt-loginform .dropdown-menu ul.unstyled li a {
  color: #ddd;
  font-size: 12px;
  transition: 0.3s all ease 0s;
}
.yt-loginform .dropdown-menu ul.unstyled li a:hover {
  color: #fff;
}
.yt-loginform .login-switch {
  padding: 0 15px;
  display: block;
  color: #999;
  font-size: 12px;
  line-height: 36px;
  color: #444;
}
.yt-loginform .login-switch:hover {
  color: #baad8b;
}
.yt-loginform .yt-login #myLogin.modal.fade.in #modlgn-remember {
  float: none;
  margin: 0 5px 0 0;
}
.yt-loginform .yt-login .yt-login-list {
  margin: 0;
  padding: 0;
}
.yt-loginform .yt-login .yt-login-list li {
  list-style: none;
  display: inline-block;
}
.yt-loginform .yt-login .yt-login-list li.yt-login-joinnow {
  padding-left: 20px;
  border-left: 1px solid #999;
  line-height: 11px;
}
.yt-loginform .yt-login .yt-login-list li.yt-login-joinnow a {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 20px 5px;
  background: #ea3a3c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 -2px 0 rgba(0,0,0,0.3) inset;
  -moz-box-shadow: 0 -2px 0 rgba(0,0,0,0.3) inset;
  box-shadow: 0 -2px 0 rgba(0,0,0,0.3) inset;
}
.yt-loginform .yt-login .yt-login-list li.yt-login-joinnow a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#myLogin .modal-dialog {
  width: 600px;
  margin: 100px auto;
  z-index: 9999;
}
#myLogin .modal-content {
  padding: 0px;
  text-align: left;
  border-radius: 0;
  overflow: hidden;
}
#myLogin h3.title {
  padding: 0;
  border-style: solid;
  border-color: #ddd;
  border-bottom-color: #baad8b;
  border-width: 0px 0px 3px 0;
  color: #fff;
  background-color: #242424;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
#myLogin h3.title .title-inner {
  background: url(../images/icon/icon-bg-login.png) no-repeat 10px center #baad8b;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding: 12px 20px;
  padding-left: 58px;
  line-height: 40px;
}
#myLogin h3.title .title-inner:after {
  display: block;
  position: absolute;
  border-bottom: 0px solid transparent;
  border-left: 20px solid #baad8b;
  border-top: 46px solid transparent;
  border-right: 0 solid #baad8b;
  right: -20px;
  top: 0;
  content: "";
  width: 0;
}
#myLogin .btReverse {
  display: block;
  text-align: center;
  text-transform: uppercase;
}
#myLogin #login-form {
  padding: 20px;
  border-right: 1px solid #ddd;
}
#myLogin #login-form .userdata {
  margin: 0 0 20px;
}
#myLogin #login-form .userdata .form-group .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ababab;
  color: #fff;
  font-size: 14px;
  float: left;
  margin: 0 -1px 0 0;
}
#myLogin #login-form .userdata .form-group input.inputbox {
  width: 80%;
  height: 40px;
  background: #f7f7f7;
  line-height: 20px;
  padding: 10px 6px;
  font-size: 12px;
  color: #909090;
}
#myLogin #login-form .userdata label {
  font-weight: 500;
}
#myLogin #login-form .userdata #form-login-remember {
  height: auto;
  line-height: normal;
}
#myLogin #login-form .userdata input[type="checkbox"] {
  float: left;
  margin: 3px 5px 0px 0px;
}
#myLogin #login-form .userdata .button {
  text-transform: uppercase;
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 25px;
  background: #909090;
}
#myLogin #login-form .userdata .button:hover {
  background: #baad8b;
}
#myLogin #login-form .userdata .button i {
  font-size: 16px;
}
#myLogin #login-form ul.listlogin {
  padding: 0px;
}
#myLogin #login-form ul.listlogin li {
  display: inline-block;
  margin-right: 10px;
}
#myLogin #login-form ul.listlogin li a {
  color: #999;
}
#myLogin #login-form ul.listlogin li a:hover {
  color: #baad8b;
}
#myLogin .login-right {
  padding: 20px;
}
#myLogin .login-right h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #666;
}
#myLogin .login-right p,
#myLogin .login-right ul {
  font-style: italic;
}
#myLogin .login-right ul {
  margin-bottom: 15px;
}
#myLogin .login-right .btReverse {
  background: #baad8b;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
}
#myLogin .login-right .btReverse:hover {
  background: #9b8549;
}
div.moduletabs.top-position div.tabs-container {
  margin: 0px;
  height: 48px !important;
}
div.moduletabs.top-position div.tabs-container ul.tabs li {
  border-right: solid 1px #e3e3e3;
}
div.moduletabs.top-position div.tabs-container ul.tabs li .tab {
  padding: 15px 0px;
  font-size: 18px;
  color: #444;
  text-transform: uppercase;
  border: none;
  position: relative;
}
div.moduletabs.top-position div.tabs-container ul.tabs li .tab:after {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #baad8b;
  left: 0px;
  bottom: 0px;
  content: "";
  display: none;
}
div.moduletabs.top-position div.tabs-container ul.tabs li .tab.selected {
  color: #baad8b;
}
div.moduletabs.top-position div.tabs-container ul.tabs li .tab.selected:after {
  display: block;
}
div.moduletabs.top-position div.tabs-container ul.tabs li .tab:hover {
  color: #baad8b;
  background: #fff;
}
div.moduletabs.top-position div.tabs-container ul.tabs li .tab:hover:after {
  display: block;
}
div.moduletabs.top-position div.tabs-container ul.tabs li:last-child {
  border: none;
}
div.moduletabs.top-position div.tabs-content-wrap .bsn-wrap .item {
  border: none;
  padding: 13px 19px;
}
div.moduletabs.top-position div.tabs-content-wrap .bsn-wrap .item:hover {
  background: #fff;
}
div.moduletabs.top-position div.tabs-content-wrap .bsn-wrap .item .bsn-image {
  margin-right: 18px;
  margin-bottom: 10px;
}
div.moduletabs.top-position div.tabs-content-wrap .bsn-wrap .item h2.basicnews-title a {
  font-size: 14px;
  color: #666;
  transition: 0.3s all ease 0s;
}
div.moduletabs.top-position div.tabs-content-wrap .bsn-wrap .item .basicnews-info .basic-date {
  float: left;
  color: #999;
  font-size: 14px;
  margin: 0px 20px 0px 0px;
  padding-left: 21px;
  background: url(../images/icon/icon_date2.png) no-repeat left center;
}
div.moduletabs.top-position div.tabs-content-wrap .bsn-wrap .item .basicnews-info .cattitle {
  float: left;
  color: #999;
  font-size: 14px;
  background: url(../images/icon/icon_hits2.png) no-repeat left center;
  padding-left: 27px;
}
div.moduletabs.top-position div.tabs-content-wrap .bsn-wrap .item:hover h2.basicnews-title a {
  color: #baad8b;
}
div.sj-accordion {
  border: none;
}
div.sj-accordion .acd-items .acd-item .acd-header {
  margin: 0px;
  border: none;
  font-size: 18px;
  color: #f5f6f6;
  text-transform: uppercase;
  background: url(../images/icon/icon_cong.png) no-repeat 20px center #23262d;
  padding: 12px 10px 12px 50px;
  transition: 0.3s all ease 0s;
}
div.sj-accordion .acd-items .acd-item .acd-header:hover {
  background-color: #2E3138;
}
div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner {
  position: relative;
}
div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner .acd-image {
  margin: 0px;
}
div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner .acd-content {
  position: absolute;
  bottom: 0px;
  padding: 17px 20px;
  height: auto;
  background: rgba(0,0,0,0.5);
  margin: 0px;
}
div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner .acd-content .acd-description {
  color: #fff;
}
div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner .acd-content ul.acd-info {
  list-style: none;
  padding: 10px 0px 0px;
  margin: 0px;
}
div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner .acd-content ul.acd-info li {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
}
div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner .acd-content ul.acd-info li span.acd-date {
  background: url(../images/icon/icon_date.png) no-repeat left center;
  padding-left: 23px;
}
div.sj-accordion .acd-items .acd-item .acd-content-wrap .acd-content-wrap-inner .acd-content ul.acd-info li span.acd-hits {
  background: url(../images/icon/icon_hits.png) no-repeat left center;
  padding-left: 27px;
}
div.sj-accordion .acd-items .acd-item.selected .acd-header {
  background: url(../images/icon/icon_tru.png) no-repeat 20px center #baad8b;
}
div.sj-accordion .acd-items .acd-item .acd-image {
  position: relative;
}
div.sj-accordion .acd-items .acd-item .acd-image a.hover-link {
  height: 25px;
  width: 25px;
  background: url(../images/icon/icon_cong2.png) no-repeat 0px 0px;
  transition: 0.7s all ease 0s;
  position: absolute;
  left: 47%;
  top: -50%;
  opacity: 0;
}
div.sj-accordion .acd-items .acd-item:hover .acd-image a.hover-link {
  top: 20%;
  opacity: 1;
}
.stats-module dt {
  width: 35%;
  display: inline-block;
  font-weight: bold;
}
.stats-module dd {
  width: 63%;
  display: inline-block;
}
div.bsn-wrap .item {
  padding: 15px 0px;
}
div.bsn-wrap .item .bsn-image {
  margin-bottom: 15px;
}
div.bsn-wrap .item .bsn-image img {
  transition: 0.3s all ease 0s;
}
div.bsn-wrap .item .bsn-image:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
div.bsn-wrap .item h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
div.bsn-wrap .item h2 a {
  color: #666;
  font-size: 18px;
}
div.bsn-wrap .item p {
  margin: 0px;
}
div.bsn-wrap .item span.basic-date {
  display: inline-block;
  color: #999;
  margin: 0px 10px 0px 0px;
  font-size: 100%;
  background: url(../images/icon/icon_date2.png) no-repeat left center;
  padding-left: 21px;
}
div.bsn-wrap .item span.basic-hits {
  display: inline-block;
  color: #999;
  margin: 0px;
  font-size: 100%;
  background: url(../images/icon/icon_hits2.png) no-repeat left center;
  padding-left: 27px;
}
div.bsn-wrap .item .fa {
  color: #999;
}
div.bsn-wrap .item:hover h2 a {
  color: #baad8b;
}
div.bsn-wrap.theme3 {
  margin: 0px -20px;
}
div.bsn-wrap.theme3 .item {
  padding: 0px;
}
div.bsn-wrap.theme3 .item h2.basicnews-title {
  margin-bottom: 30px;
  padding: 0px 20px;
}
div.bsn-wrap.theme3 .item h2.basicnews-title a {
  color: #f5f6f6;
}
div.bsn-wrap.theme3 .item .bsn-image {
  margin: 0px;
}
div.bsn-wrap.theme3 .item .basicnews-desc {
  background: #23262d;
  padding: 20px;
  color: #999;
  display: block;
  transition: 0.3s all ease 0s;
}
div.bsn-wrap.theme3 .item .basicnews-info {
  background: #23262d;
  padding: 5px 20px 20px;
  overflow: hidden;
}
div.bsn-wrap.theme3 .item .basicnews-info span.basic-date {
  float: left;
  margin-right: 20px;
  transition: 0.3s all ease;
}
div.bsn-wrap.theme3 .item .basicnews-info .cattitle {
  color: #999;
  padding-left: 27px;
  background: url(../images/icon/icon_hits2.png) no-repeat left center;
  float: left;
  transition: 0.3s all ease;
}
div.bsn-wrap.theme3 .item:hover h2.basicnews-title a {
  color: #fff;
}
div.bsn-wrap.theme3 .item:hover .basicnews-desc {
  color: #fff;
}
div.bsn-wrap.theme3 .item:hover .basicnews-info span.basic-date {
  color: #fff;
  background-image: url(../images/icon/icon_date.png);
}
div.bsn-wrap.theme3 .item:hover .basicnews-info .cattitle {
  color: #fff;
  background-image: url(../images/icon/icon_hits.png);
}
.module._menu {
  margin-top: 0;
}
.module._menu.side-menu .modcontent ul.menu > li.parent >a:after,
.module._menu.side-menu .modcontent ul.menu > li.parent span:after {
  content: "\f0da";
  font-family: FontAwesome;
  float: right;
}
.module._menu.side-menu .modcontent ul.menu > li.parent ul {
  left: -100%;
  -webkit-transition: transform 0.2s ease-in-out 0s;
  -moz-transition: transform 0.2s ease-in-out 0s;
  -o-transition: transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s;
}
.module._menu.side-menu .modcontent ul.menu > li.parent ul li.parent > span {
  color: #c5b485;
  cursor: pointer;
}
.module._menu.side-menu .modcontent ul.menu > li.parent ul li.parent > span:after {
  content: "\f0da";
  font-family: FontAwesome;
  position: relative;
  float: right;
}
.module._menu.side-menu .modcontent ul.menu > li.parent ul li.parent > span:hover {
  color: #baad8b;
}
.module._menu.side-menu .modcontent ul.menu > li.parent ul li ul {
  display: none;
  width: 220px;
}
.module._menu.side-menu .modcontent ul.menu > li.parent:hover ul {
  top: 0;
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px;
}
.module._menu.side-menu .modcontent ul.menu > li.parent:hover ul li {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding: 4px 10px;
}
.module._menu.side-menu .modcontent ul.menu > li.parent:hover ul li:last-child {
  border: none;
}
.module._menu.side-menu .modcontent ul.menu > li.parent:hover ul li.parent > a:after {
  content: "\f0da";
  font-family: FontAwesome;
  position: relative;
  float: right;
}
.module._menu.side-menu .modcontent ul.menu > li.parent:hover ul li:hover ul {
  display: block;
  left: -220px;
  position: absolute;
  top: 0;
  z-index: 10;
  background: #fff;
}
.module._menu.side-menu .modcontent ul.menu > li.parent:hover ul li:hover ul li {
  padding: 4px 5px;
}
.module._menu.side-menu .modcontent ul.menu li a.fa-home:before {
  margin-right: 10px;
}
.module._menu.tree-menu .modcontent ul.menu li ul {
  display: none;
}
.module._menu.tree-menu .modcontent ul.menu li a:after {
  display: none;
}
.module._menu.tree-menu .modcontent ul.menu li:hover ul {
  display: none;
}
.module._menu.tree-menu .modcontent ul.menu > li.parent.active > a:after {
  display: inline-block;
}
.module._menu.tree-menu .modcontent ul.menu > li.parent.active ul {
  background: #fff;
  display: block;
  position: static;
  border: 0;
  padding-left: 20px;
  list-style-type: circle;
}
.module._menu.tree-menu .modcontent ul.menu > li.parent.active ul li.parent > span {
  color: #c5b485;
  cursor: pointer;
}
.module._menu.tree-menu .modcontent ul.menu > li.parent.active ul li.parent > span:hover {
  color: #baad8b;
}
.module._menu.tree-menu .modcontent ul.menu > li.parent.active:hover ul ul {
  font-size: 91%;
}
.module._menu.tree-menu .modcontent ul.menu li a.fa-home:before {
  margin-right: 10px;
}
.module.sjflatmenu {
  border: 1px solid #ddd;
  background: #fff;
  position: relative;
  z-index: 0;
}
.module.sjflatmenu h3.modtitle {
  padding: 16px 20px;
}
.module.sjflatmenu h3.modtitle:after {
  content: none;
}
.module.sjflatmenu .modcontent ul.sj-flat-menu {
  padding: 0;
}
.module.sjflatmenu .modcontent ul.sj-flat-menu ul {
  padding: 0;
}
.module.sjflatmenu .modcontent .pretext,
.module.sjflatmenu .modcontent .posttext {
  display: none;
}
.module.sjflatmenu .modcontent .flyout-menu {
  border: none;
  background: #fff;
}
.module.sjflatmenu .modcontent .flyout-menu li {
  background: #fff;
  border-bottom: #ddd 1px solid;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-item .fm-link a {
  color: #c5b485;
  font-weight: normal;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-item .fm-link a img {
  display: none;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-container ul {
  border: #ddd 1px solid;
  list-style: none;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-container ul li .fm-item .fm-link a {
  color: #c5b485;
  font-weight: normal;
  padding-left: 0;
  background: none;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-container ul li .fm-item .fm-link a img {
  display: none;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-container ul li:hover .fm-item .fm-link a {
  color: #fff;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-container ul li:hover .fm-container .fm-item .fm-link a {
  color: #c5b485;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-container ul li:hover .fm-container li:hover .fm-item .fm-link a {
  color: #fff;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-container ul li:hover .fm-container li:hover .fm-container .fm-item .fm-link a {
  color: #c5b485;
}
.module.sjflatmenu .modcontent .flyout-menu li .fm-container ul li:hover .fm-container li:hover .fm-container li:hover .fm-item .fm-link a {
  color: #fff;
}
.module.sjflatmenu .modcontent .flyout-menu li.fm-last {
  border: none;
}
.module.sjflatmenu .modcontent .flyout-menu li:hover {
  background: #baad8b;
}
.module.sjflatmenu .modcontent .flyout-menu li:hover .fm-item .fm-link a {
  color: #fff;
}
.module.sjflatmenu .modcontent .accordion-menu {
  border: none;
  background: #fff;
}
.module.sjflatmenu .modcontent .accordion-menu li {
  background: #fff;
  border-bottom: #ddd 1px solid;
}
.module.sjflatmenu .modcontent .accordion-menu li a {
  color: #c5b485;
}
.module.sjflatmenu .modcontent .accordion-menu li a img {
  display: none;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-last {
  border-bottom: none;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened > .fm-item {
  border-bottom: none;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-container ul {
  list-style-type: none;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-container ul li {
  border: none;
  padding: 2px 0;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-container ul li .fm-item {
  position: relative;
  top: 6px;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-container ul li a {
  padding-left: 0;
  line-height: normal;
}
.module.sjflatmenu .modcontent .accordion-menu li .fm-item a {
  background: none;
  padding-left: none;
  font-weight: normal;
}
.module.sjflatmenu .modcontent .accordion-menu li:hover {
  background: #baad8b;
}
.module.sjflatmenu .modcontent .accordion-menu li:hover a {
  color: #fff;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened:hover {
  background: #fff;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened:hover li:hover {
  background: #fff;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened:hover a {
  color: #c5b485;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened:hover a:hover {
  color: #baad8b;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-item a {
  color: #c5b485;
}
.module.sjflatmenu .modcontent .accordion-menu li.fm-opened .fm-item:hover a {
  color: #baad8b;
}
.sjportfolio .sj-responsive-listing .respl-header .respl-cats .respl-cat .respl-count {
  color: #c5b485;
  font-size: 14px;
}
.sjportfolio .sj-responsive-listing .respl-header .respl-cats .respl-cat .respl-count:hover {
  color: #baad8b;
}
.sjportfolio .sj-responsive-listing .respl-header .respl-cats .respl-cat.sel .respl-count {
  background: #baad8b;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  border-color: #baad8b;
}
.sjportfolio .sj-responsive-listing .respl-header .respl-sort-view .respl-sort {
  padding: 0;
  font-size: 14px;
}
.sjportfolio .sj-responsive-listing .respl-header .respl-sort-view .respl-sort .sort-inner {
  font-size: 13px;
}
.sjportfolio .sj-responsive-listing .respl-header .respl-sort-view .respl-sort .sort-select {
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  left: auto;
  right: 0;
}
.sjportfolio .sj-responsive-listing .respl-header .respl-sort-view .respl-sort .sort-select li a {
  font-size: 12px;
}
.sjportfolio .sj-responsive-listing .respl-header .respl-sort-view .respl-sort .sort-select li a:hover {
  background: #baad8b;
  color: #fff;
}
.sjportfolio .sj-responsive-listing .respl-header .respl-sort-view .respl-view {
  display: none !important;
}
.sjportfolio .sj-responsive-listing .respl-items .respl-item .item-inner {
  display: block;
  position: relative;
}
.sjportfolio .sj-responsive-listing .respl-items .respl-item .item-inner .item-image {
  display: block;
  position: relative;
  overflow: hidden;
}
.sjportfolio .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .more-inner {
  display: block;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  top: auto;
  text-align: center;
  text-shadow: 0 1px #000;
  z-index: 10;
  transition: all 0.3s ease-in-out 0s;
  padding: 0 10px;
}
.sjportfolio .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .more-inner a {
  color: #fff;
  font-size: 12px;
}
.sjportfolio .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .more-inner a:hover {
  color: #baad8b;
  text-decoration: none;
}
.sjportfolio .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .more-inner .more-public a {
  font-style: italic;
  font-size: 11px;
}
.sjportfolio .sj-responsive-listing .respl-items .respl-item .item-inner .item-image .shadow {
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 29%,rgba(0,0,0,0.01) 30%,rgba(0,0,0,0.01) 33%,rgba(0,0,0,0.17) 62%,rgba(0,0,0,0.24) 68%,rgba(0,0,0,0.62) 90%,rgba(0,0,0,0.73) 100%) repeat scroll 0 0 rgba(0,0,0,0);
  border-radius: 5px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.sjportfolio .sj-responsive-listing .respl-items .respl-item .item-inner .more-title a {
  padding: 5px 0;
  color: #c5b485;
  display: block;
}
.sjportfolio .sj-responsive-listing .respl-items .respl-item:hover .item-image .more-inner {
  bottom: 30%;
}
.sjportfolio .sj-responsive-listing .respl-items .respl-item:hover .item-image .more-inner a {
  color: #fff;
}
.sjportfolio .sj-responsive-listing .respl-items .respl-item:hover .item-image .shadow {
  background: rgba(0,0,0,0.5);
}
.sjportfolio .sj-responsive-listing .respl-loader {
  display: table;
  margin: 0 auto;
  padding: 0 20px;
  box-shadow: none;
  border: none;
  background: #baad8b;
}
.sjportfolio .sj-responsive-listing .respl-loader .respl-button {
  text-shadow: none;
}
.sjportfolio .sj-responsive-listing .respl-loader .respl-button .loader-label {
  color: #fff;
}
.list_mega {
  margin: 15px 12px;
}
.icon-chevron-right:before {
  content: "\f101";
}
.icon-chevron-left:before {
  content: "\f100";
}
.item-page .img-fulltext img {
  width: 100%;
}
.module.blog-category h3.modtitle {
  display: inline-block;
  font-weight: bold;
  line-height: 100%;
  margin: 0 0 2px 0;
}
.module.blog-category h3.modtitle:after {
  width: 140px;
}
.module.blog-category .modcontent ul.menu {
  list-style: outside none none;
  padding: 0;
  margin: 0;
}
.module.blog-category .modcontent ul.menu li {
  border-bottom: 1px dotted #ccc;
  padding: 5px 0;
}
.module.blog-category .modcontent ul.menu li a {
  color: #c5b485;
  font-size: 12px;
}
.module.blog-category .modcontent ul.menu li a:hover {
  color: #baad8b;
}
ul.categories-module {
  padding: 5px 20px 0;
  margin: 0;
}
ul.categories-module li {
  list-style: none;
  line-height: 40px;
  border-bottom: 1px dotted #ddd;
}
ul.categories-module li:last-child {
  border-bottom: none;
}
ul.categories-module li h4 {
  margin: 0;
  font-weight: normal;
  font-size: 12px;
}
ul.categories-module li h4 a {
  color: #666;
}
ul.categories-module li h4 a:hover {
  color: #baad8b;
}
.module.popular-tags .modcontent .block-title {
  border-bottom: 1px solid #ddd;
  line-height: 100%;
}
.module.popular-tags .modcontent .block-title h3 {
  display: inline-block;
  font-size: 16px;
  line-height: 100%;
  padding-bottom: 8px;
  position: relative;
  text-transform: uppercase;
  margin: 0;
}
.module.popular-tags .modcontent .block-title h3:after {
  background: #baad8b;
  bottom: -1px;
  position: absolute;
  content: "";
  height: 1px;
  left: 0;
  width: 128px;
}
.module.popular-tags .modcontent .tagspopular.popular-tags {
  overflow: hidden;
  margin: 20px 15px 15px 20px;
}
.module.popular-tags .modcontent .tagspopular.popular-tags ul {
  list-style: outside none none;
  padding: 0;
  margin: 0;
}
.module.popular-tags .modcontent .tagspopular.popular-tags ul li {
  float: left;
  margin: 0 5px 5px 0;
}
.module.popular-tags .modcontent .tagspopular.popular-tags ul li:hover a {
  background: #baad8b;
  color: #fff;
}
.module.popular-tags .modcontent .tagspopular.popular-tags ul li a {
  border: 1px solid #ddd;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  padding: 0px 15px;
  color: #444;
  display: inline-block;
}
div.acymailing_module div.acymailing_fulldiv {
  padding: 30px 30px 44px !important;
  background: #f3f3f3;
  text-align: center;
}
div.acymailing_module div.acymailing_fulldiv .acymailing_module_form {
  width: 605px;
  margin: auto !important;
}
div.acymailing_module div.acymailing_fulldiv .acymailing_introtext {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px !important;
  color: #000;
}
div.acymailing_module div.acymailing_fulldiv .acymailing_form {
  width: 100%;
}
div.acymailing_module div.acymailing_fulldiv .acymailing_form tbody td {
  padding: 5px 0;
}
div.acymailing_module div.acymailing_fulldiv .acymailing_form tbody td .inputbox {
  color: #9d9d9d;
  height: 50px;
  width: 100%;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-style: normal;
  text-align: center;
  border: 1px solid #363636;
  background: transparent;
}
div.acymailing_module div.acymailing_fulldiv .acymailing_form tbody td .subbutton {
  height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 13px;
  background: url(../images/icon/icon_arrow_r.png) no-repeat 90% center #baad8b;
  color: #fff;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
}
div.acymailing_module div.acymailing_fulldiv .acymailing_form tbody td .subbutton:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
div.youtube,
div.yt-youtube {
  margin-bottom: 25px;
}
div.youtube .yt-lightbox,
div.yt-youtube .yt-lightbox {
  margin: 0;
}
div.youtube iframe,
div.yt-youtube iframe {
  width: 100%;
}
div.poscenter {
  display: block;
}
div.poscenter div.yt-socialbt {
  margin-right: 27px;
}
div.poscenter div.yt-socialbt:last-child {
  margin-right: 0;
}
div.poscenter div.yt-socialbt a.min {
  color: #fff;
}
div.poscenter div.yt-socialbt a.min:hover {
  color: #baad8b;
}
#social {
  position: absolute;
  width: auto;
  right: 30px;
  top: 40px;
  z-index: 11;
}
#social div.yt-socialbt {
  padding: 3px;
  margin-right: 5px;
}
#social div.yt-socialbt a {
  color: #000;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #9e9e9e;
}
#social div.yt-socialbt a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  text-align: center;
}
#social div.yt-socialbt a:hover {
  background: #fff;
}
div.custom {
  font-size: 20px;
  text-transform: uppercase;
  color: #666;
  border: 3px solid #ddd;
  padding: 20px 21px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
div.custom .fa {
  font-size: 57px;
  color: #baad8b;
  float: left;
}
div.custom .modcontent {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
div.custom .modcontent:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
div.custom h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #baad8b;
  font-weight: bold;
  margin-bottom: 5px;
}
div.custom:hover {
  border-color: #baad8b;
}
div.custom.satis .fa,
div.custom.satis h3 {
  color: #3cb7e7;
}
div.custom.great .fa,
div.custom.great h3 {
  color: #e67e22;
}
div.faqs ul.yt-accordion li.yt-accordion-group {
  margin: 0;
  border-top: 1px solid #ddd;
}
div.faqs ul.yt-accordion li.yt-accordion-group:first-child {
  border-top: none;
}
div.faqs ul.yt-accordion li.yt-accordion-group .icon_accordion {
  background: #999;
  padding: 3px;
  font-size: 10px !important;
}
div.faqs ul.yt-accordion li.yt-accordion-group .active i:before {
  color: #fff;
}
.module.yt-collections {
  margin-bottom: 0px;
}
.module.yt-collections .modcontent ul.collections {
  list-style: outside none none;
  padding: 30px 0 0 0;
  margin: 0;
  overflow: hidden;
}
.module.yt-collections .modcontent ul.collections li {
  float: left;
  margin-left: 1%;
  width: 15.833%;
}
.module.yt-collections .modcontent ul.collections li a {
  border: 1px solid transparent;
  border-bottom: 3px solid #baad8b !important;
  color: #999;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  height: 140px;
  letter-spacing: 1px;
  line-height: 20px;
  padding-top: 21px;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
}
.module.yt-collections .modcontent ul.collections li a:hover {
  background-color: #fff;
  border: 1px solid #baad8b;
  color: #baad8b;
}
.module.yt-collections .modcontent ul.collections .collect1 {
  margin-left: 0;
}
.module.yt-collections .modcontent ul.collections .collect1 a {
  background: url(../images/icon/collect1.png) no-repeat center center #eee;
  text-align: center;
}
.module.yt-collections .modcontent ul.collections .collect2 a {
  background: url(../images/icon/collect2.png) no-repeat center center #eee;
  text-align: center;
}
.module.yt-collections .modcontent ul.collections .collect3 a {
  background: url(../images/icon/collect3.png) no-repeat center center #eee;
  text-align: center;
}
.module.yt-collections .modcontent ul.collections .collect4 a {
  background: url(../images/icon/collect4.png) no-repeat center center #eee;
  padding-left: 17px;
}
.module.yt-collections .modcontent ul.collections .collect4 a strong {
  font-size: 14px;
}
.module.yt-collections .modcontent ul.collections .collect5 a {
  background: url(../images/icon/collect5.png) no-repeat center center #eee;
  padding-left: 15px;
}
.module.yt-collections .modcontent ul.collections .collect5 a strong {
  font-size: 12px;
}
.module.yt-collections .modcontent ul.collections .collect6 a {
  background: url(../images/icon/collect6.png) no-repeat center center #eee;
  text-align: center;
}
div.yt-content-slider {
  margin-bottom: 25px;
}
div.yt-content-slider:hover .owl-controls {
  display: block;
  color: white;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
div.yt-content-slider.owl-carousel .owl-item img {
  width: 100%;
}
div.yt-content-slider .owl-controls {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
div.yt-content-slider .owl-controls .owl-prev {
  position: absolute;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: rgba(0,0,0,0.5);
  border: 1px solid #f3f3f3;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 40%;
  z-index: 3;
  color: #a5a5a5;
  font-size: 0;
  text-align: center;
}
div.yt-content-slider .owl-controls .owl-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  left: 0;
  right: 0;
}
div.yt-content-slider .owl-controls .owl-prev:hover {
  color: #baad8b;
  border-color: #baad8b;
}
div.yt-content-slider .owl-controls .owl-next {
  position: absolute;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: rgba(0,0,0,0.5);
  border: 1px solid #f3f3f3;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 40%;
  z-index: 3;
  color: #a5a5a5;
  font-size: 0;
  text-align: center;
  left: auto;
  right: 8%;
}
div.yt-content-slider .owl-controls .owl-next:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  left: 0;
  right: 0;
}
div.yt-content-slider .owl-controls .owl-next:hover {
  color: #baad8b;
  border-color: #baad8b;
}
div.yt-content-slider .owl-controls .owl-next:before {
  content: "\f105";
}
div.module .loader {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 90;
  background: url('../images/loading.gif') 50% 50% no-repeat white;
}
div.k2-slideshow.theme1 .sl-item .sl-item-info {
  width: 50%;
  top: 28%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
div.k2-slideshow.theme1 .sl-item .sl-item-info .transparency {
  background: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
}
div.k2-slideshow.theme1 .sl-item .sl-item-info .sl-captions {
  position: relative;
  height: auto;
}
div.k2-slideshow.theme1 .sl-item .sl-item-info .sl-captions h3 {
  margin: 0;
  font-weight: normal;
}
div.k2-slideshow.theme1 .sl-item .sl-item-info .sl-captions h3 a {
  text-transform: inherit;
  font-size: 55px;
  line-height: normal;
  text-align: center;
  padding: 0;
}
div.k2-slideshow.theme1 .sl-item .sl-item-info .sl-captions h3 a:hover {
  color: #baad8b;
  text-decoration: none;
}
div.k2-slideshow.theme1 .sl-item .sl-item-info .sl-item-content {
  width: 70%;
  padding: 0;
  margin: 50px auto;
  font-size: 14px;
  line-height: 21px;
}
div.k2-slideshow.theme1 .sl-item .sl-item-info .sl-item-content .sl-item-readmore {
  text-align: center;
  display: inline-block;
}
div.k2-slideshow.theme1 .sl-item .sl-item-info .sl-item-content .sl-item-readmore a {
  display: inline-block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 15px 90px 15px 40px;
  margin-top: 60px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
div.k2-slideshow.theme1 .sl-item .sl-item-info .sl-item-content .sl-item-readmore a:before {
  background: url(../images/styling/wheat/icon_arrow.png) no-repeat 0 0 transparent;
  height: 5px;
  width: 33px;
  display: block;
  position: absolute;
  content: "";
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}
div.k2-slideshow.theme1 .sl-item .sl-item-info .sl-item-content .sl-item-readmore a:hover {
  text-decoration: none;
  padding-right: 80px;
  padding-left: 30px;
  border-color: #baad8b;
  color: #baad8b;
  background: none;
}
div.k2-slideshow.theme1 .sl-item .sl-item-info .sl-item-content .sl-item-readmore a:hover:before {
  background-position: 0 -10px;
}
div.k2-slideshow.theme1 .sl-control {
  position: absolute;
  width: 90%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
}
div.k2-slideshow.theme1 .sl-control .pag-list {
  position: static;
}
div.k2-slideshow.theme1 .sl-control .pag-list .pag-prev {
  background: none;
  float: none;
  position: absolute;
  left: 0;
  width: 64px;
  height: 10px;
}
div.k2-slideshow.theme1 .sl-control .pag-list .pag-prev:before {
  background: url(../images/styling/wheat/icon_arrow_slide.png) no-repeat 0 -10px transparent;
  height: 10px;
  width: 64px;
  display: block;
  content: "";
}
div.k2-slideshow.theme1 .sl-control .pag-list .pag-prev:hover {
  background: none;
}
div.k2-slideshow.theme1 .sl-control .pag-list .pag-prev:hover:before {
  background-position: 0 -30px;
}
div.k2-slideshow.theme1 .sl-control .pag-list .pag-next {
  background: none;
  float: none;
  position: absolute;
  right: 0;
  width: 64px;
  height: 10px;
}
div.k2-slideshow.theme1 .sl-control .pag-list .pag-next:before {
  background: url(../images/styling/wheat/icon_arrow_slide.png) no-repeat 0 0 transparent;
  height: 10px;
  width: 64px;
  display: block;
  content: "";
}
div.k2-slideshow.theme1 .sl-control .pag-list .pag-next:hover {
  background: none;
}
div.k2-slideshow.theme1 .sl-control .pag-list .pag-next:hover:before {
  background-position: 0 -20px;
}
.item-image figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  width: 100%;
  background: #baad8b;
  text-align: center;
  cursor: pointer;
}
.item-image figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.item-image figure figcaption::before,
.item-image figure figcaption::after {
  pointer-events: none;
}
.item-image figure figcaption,
.item-image figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.effect-bubba {
  background: none;
}
figure.effect-bubba:hover img {
  opacity: 0.7;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
div.sj-special-menu {
  margin-bottom: 80px;
}
div.sj-special-menu .meganew-pretext {
  text-align: center;
  margin-bottom: 45px;
}
div.sj-meganew {
  margin: 0;
}
div.sj-meganew .meganew-wrap .meganew-box {
  background: none;
  border: none;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 7px 30px;
  margin-right: -1px;
}
div.sj-meganew .meganew-wrap .meganew-box .meganew-box-inner {
  text-align: center;
  margin: 0;
}
div.sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-image {
  margin: 0 0 30px;
  position: relative;
}
div.sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-image .bg_overlay {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
div.sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-image .zoom_img {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
div.sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-first-inner {
  position: relative;
  overflow: hidden;
}
div.sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-first-inner:hover .item-title h3 a {
  color: #baad8b;
}
div.sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-first-inner:hover .item-info .item-extrafields {
  color: #baad8b;
}
div.sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-first-inner:hover .item-image .zoom_img {
  color: #fff;
  font-size: 15px;
  background: #baad8b;
  border-radius: 50%;
  display: block;
  height: 48px;
  width: 48px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
div.sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-first-inner:hover .item-image .zoom_img .fa {
  margin: 0px;
  line-height: 48px;
  display: block;
}
div.sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-title h3 {
  margin-bottom: 20px;
}
div.sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-title h3 a {
  font-size: 18px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 15px;
  font-weight: normal;
}
div.sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-info .item-title h3 a {
  font-size: 26px;
  line-height: 32px;
}
div.sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-info .item-extrafields {
  font-size: 20px;
  font-weight: bold;
  color: #1c1c1c;
  margin: 15px 0 30px;
}
div.sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-info .item-created,
div.sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-info .item-author {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: capitalize;
}
div.sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-info .item-created a,
div.sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-info .item-author a {
  color: #fff;
}
div.sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-info .item-created a:hover,
div.sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-info .item-author a:hover {
  color: #baad8b;
}
div.sj-meganew .meganew-wrap .meganew-box .meganew-box-inner .meganew-items.theme1 .item-info .item-created {
  border-right: 1px solid #fff;
  padding-right: 9px;
  margin-right: 5px;
}
div.sj-last-test {
  margin-bottom: 50px;
}
div.sj-last-test .meganew-pretext,
div.sj-last-test .meganew-posttext {
  width: 53%;
  margin: 0 auto 75px;
  color: #fff;
  text-align: center;
}
div.sj-last-test div.sj-meganew {
  margin-top: 80px;
  float: left;
  width: 100%;
}
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box {
  padding: 0;
  margin: 0;
  border: none;
}
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-box-inner {
  text-align: left;
}
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-first {
  width: 50%;
  max-width: 50%;
  padding-right: 15px;
  margin: 0;
}
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-first .item-image {
  margin: 0;
  float: none;
}
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-first .item-title h3 {
  font-size: 30px;
}
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-other {
  padding-left: 15px;
  overflow: hidden;
  margin: 0;
}
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-other ul {
  margin: 0;
  padding: 0;
}
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-other ul li {
  list-style: none;
}
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-other ul li:last-child .item-info {
  border: none;
}
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-info {
  clear: both;
  margin-bottom: 25px;
  border-bottom: 1px solid #e4e4e4;
}
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-info .item-author,
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-info .item-hits,
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-info .item-comment {
  display: inline-block;
  color: #1c1c1c;
  font-size: 12px;
  text-transform: capitalize;
  margin-right: 10px;
  line-height: 50px;
}
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-info .item-author a,
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-info .item-hits a,
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-info .item-comment a {
  color: #1c1c1c;
}
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-info .item-author a:hover,
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-info .item-hits a:hover,
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-info .item-comment a:hover {
  color: #baad8b;
}
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-title h3 {
  font-size: 20px;
  font-weight: normal;
}
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-title h3 a {
  color: #1c1c1c;
}
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-title h3 a:hover {
  color: #baad8b;
}
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-description {
  margin-bottom: 30px;
}
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-created {
  color: #898989;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 17px;
  display: block;
}
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-readmore {
  margin: 10px 0 30px;
  text-align: left;
}
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-readmore a {
  background: #fff;
  border-top: 1px solid #baad8b;
  border-bottom: 1px solid #baad8b;
  color: #baad8b;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: normal;
  padding: 8px 70px 8px 25px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-readmore a:before {
  background: url(../images/styling/wheat/icon_arrow.png) no-repeat 0 -10px transparent;
  height: 5px;
  width: 33px;
  display: block;
  position: absolute;
  content: "";
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-readmore a:hover {
  background: #baad8b;
  color: #fff;
  padding-right: 60px;
  padding-left: 15px;
}
div.sj-last-test div.sj-meganew .meganew-wrap .meganew-box .meganew-items.theme2 .item-readmore a:hover:before {
  background-position: 0 0;
}
div.sj-responsive-listing .list .respl-item {
  width: 50%;
}
div.sj-social-media-counts .sc-wrap .sc-item {
  width: 100%;
  overflow: hidden;
  height: 40px;
}
div.sj-social-media-counts .sc-wrap .sc-item .sc-item-inner {
  margin: 0;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.sj-social-media-counts .sc-wrap .sc-item .sc-item-inner .sc-icon {
  height: 40px;
  width: 41px;
  padding-left: 20px;
  line-height: 40px;
  border: none;
  margin-right: 10px;
}
div.sj-social-media-counts .sc-wrap .sc-item .sc-item-inner .sc-icon:before {
  background: #fff;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  vertical-align: middle;
  padding: 0;
}
div.sj-social-media-counts .sc-wrap .sc-item .sc-item-inner .sc-icon.fa-facebook {
  color: #3b5998;
}
div.sj-social-media-counts .sc-wrap .sc-item .sc-item-inner .sc-icon.fa-twitter {
  color: #00aced;
}
div.sj-social-media-counts .sc-wrap .sc-item .sc-item-inner .sc-icon.fa-youtube {
  color: #bb0000;
}
div.sj-social-media-counts .sc-wrap .sc-item .sc-item-inner .sc-icon.fa-soundcloud {
  color: #ff3a00;
}
div.sj-social-media-counts .sc-wrap .sc-item .sc-item-inner .sc-icon.fa-vimeo {
  color: #17b3e8;
}
div.sj-social-media-counts .sc-wrap .sc-item .sc-item-inner .sc-icon.fa-google-plus {
  color: #ce3633;
}
div.sj-social-media-counts .sc-wrap .sc-item .sc-item-inner .like-count,
div.sj-social-media-counts .sc-wrap .sc-item .sc-item-inner .like-text {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 40px;
}
div.sj-social-media-counts .sc-wrap .sc-item .sc-item-inner .like-text {
  font-size: 13px;
  font-weight: normal;
}
div.sj-social-media-counts .sc-wrap .fb-like-button .sc-item-inner {
  background-color: #3b5998;
}
div.sj-social-media-counts .sc-wrap .twitter-like-button .sc-item-inner {
  background-color: #00aced;
}
div.sj-social-media-counts .sc-wrap .youtube-subscribers-button  .sc-item-inner {
  background-color: #bb0000;
}
div.sj-social-media-counts .sc-wrap .soundcloud-like-button .sc-item-inner {
  background-color: #ff3a00;
}
div.sj-social-media-counts .sc-wrap .soundcloud-like-button .sc-item-inner:hover {
  background-color: #ff3a00;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
div.sj-social-media-counts .sc-wrap .vimeo-linke-button .sc-item-inner {
  background-color: #17b3e8;
}
div.sj-social-media-counts .sc-wrap .vimeo-linke-button .sc-item-inner:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
div.sj-social-media-counts .sc-wrap .gplus-like-button  .sc-item-inner {
  background-color: #ce3633;
}
div.sj-mega-slider {
  margin-top: -80px;
  margin-bottom: 0;
}
div.megaslider .mgsl-wrap.theme1 {
  margin: 0;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items {
  margin: 0;
  border: none;
  background: transparent;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item {
  margin: 0;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item.right .mgsl-item-info.style2 {
  margin-right: 60px;
  margin-top: 170px;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .mgsl-item-info.style2 {
  background: url(../images/styling/wheat/bg_h3_mageslider.png) no-repeat center top transparent;
  padding-top: 70px;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .mgsl-item-info.style2 .mgsl-item-title {
  margin-bottom: 7px;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .mgsl-item-image .mgsl-image-border {
  border: none;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .mgsl-item-title h3 {
  margin: 0;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .mgsl-item-title a {
  font-size: 36px;
  line-height: normal;
  font-weight: normal;
  color: #1c1c1c;
  font-family: inherit;
  text-align: center;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .mgsl-item-title a:hover {
  color: #baad8b;
  text-decoration: none;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .item-tags {
  margin-top: 2px;
  text-align: center;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .item-tags span {
  margin-bottom: 20px;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .item-tags span a {
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  color: #898989;
  background: transparent;
  text-transform: uppercase;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .item-tags span a:hover {
  text-decoration: none;
  color: #baad8b;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .mgsl-item-description {
  font-size: 14px;
  font-family: inherit;
  font-weight: 300;
  line-height: 24px;
  color: #545454;
  text-align: center;
  padding-bottom: 20px;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .item-created,
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .item-author {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: capitalize;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .item-created a,
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .item-author a {
  color: #8c8c8c;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .item-created a:hover,
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .item-author a:hover {
  color: #baad8b;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-items .mgsl-item .item-created {
  border-right: 1px solid #8c8c8c;
  padding-right: 9px;
  margin-right: 5px;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-control {
  left: auto;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-control .mgsl-nav-background {
  background: none;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-control .mgsl-control-inner {
  right: 0px;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-control .pag-list ul.pag-list-inner li.pag-item {
  margin: 0;
}
div.megaslider .mgsl-wrap.theme1 .mgsl-control .pag-list ul.pag-list-inner li.pag-item.active .item-image {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.megaslider .mgsl-wrap.theme1 .mgsl-control .pag-list ul.pag-list-inner li.pag-item .item-image {
  opacity: 0.82;
  filter: alpha(opacity=82);
}
div.megaslider .mgsl-wrap.theme1 .mgsl-control .pag-list ul.pag-list-inner li.pag-item .item-image:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.megaslider .mgsl-wrap.theme1 .mgsl-control .pag-list ul.pag-list-inner li.pag-item .pag-item-inner {
  padding: 0;
  border: none;
  background: #363636;
}
div.sj-responsive-listing .respl-posttext,
div.sj-responsive-listing .respl-pretext {
  width: 53%;
  margin: 0 auto 75px;
  color: #fff;
  text-align: center;
}
div.sj-responsive-listing .respl-wrap .respl-header {
  margin: 78px auto 45px;
  text-align: center;
}
div.sj-responsive-listing .respl-wrap .respl-header .respl-categories {
  margin: 0;
  padding: 0;
}
div.sj-responsive-listing .respl-wrap .respl-header .respl-categories ul.respl-cats li.respl-cat {
  cursor: auto;
}
div.sj-responsive-listing .respl-wrap .respl-header .respl-categories ul.respl-cats li.respl-cat .category-description {
  color: #898989;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
div.sj-responsive-listing .respl-wrap .respl-header .respl-categories ul.respl-cats li.respl-cat a {
  padding: 0 20px;
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  color: #c0c0c0;
  font-weight: normal;
  background: none;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 24px;
}
div.sj-responsive-listing .respl-wrap .respl-header .respl-categories ul.respl-cats li.respl-cat a:hover {
  color: #baad8b;
}
div.sj-responsive-listing .respl-wrap .respl-header .respl-categories ul.respl-cats li.respl-cat.sel a {
  background: none;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #1c1c1c;
}
div.sj-responsive-listing .respl-wrap .respl-header .respl-categories ul.respl-cats li.respl-cat.sel a:hover {
  color: #baad8b;
}
div.sj-responsive-listing .respl-wrap .respl-items {
  width: auto;
  margin: 0 -15px;
}
div.sj-responsive-listing .respl-wrap .respl-items.list .respl-item {
  margin-bottom: 15px;
  padding: 0 15px;
}
div.sj-responsive-listing .respl-wrap .respl-items.list .respl-item .item-inner {
  margin: 0;
}
div.sj-responsive-listing .respl-wrap .respl-items.list .respl-item .item-inner:hover .item-title a {
  color: #baad8b;
}
div.sj-responsive-listing .respl-wrap .respl-items.list .respl-item .item-inner:hover .item-title .item-extrafields {
  color: #baad8b;
}
div.sj-responsive-listing .respl-wrap .respl-items.list .respl-item .item-title {
  padding-bottom: 3px;
  white-space: normal;
}
div.sj-responsive-listing .respl-wrap .respl-items.list .respl-item .item-title a {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: normal;
}
div.sj-responsive-listing .respl-wrap .respl-items.list .respl-item .item-title a:hover {
  text-decoration: none;
}
div.sj-responsive-listing .respl-wrap .respl-items.list .respl-item .item-title .item-extrafields {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: bold;
  float: right;
  display: inline-block;
}
div.sj-responsive-listing .respl-wrap .respl-items.list .respl-item .item-desc {
  padding-bottom: 23px;
  border-bottom: 1px solid #cacaca;
}
div.sj-responsive-listing .respl-wrap .custom-loader {
  text-align: center;
}
div.sj-responsive-listing .respl-wrap .respl-loader {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  margin: 54px 0 35px;
  display: inline-block;
}
div.sj-responsive-listing .respl-wrap .respl-loader .loader-image {
  background-image: url(../images/loading.gif);
  height: 32px;
  padding-left: 34px;
}
div.sj-responsive-listing .respl-wrap .respl-loader a {
  display: inline-block;
  background: #baad8b;
  color: #fff;
  padding: 0 80px 0 40px;
  line-height: 50px;
  position: relative;
}
div.sj-responsive-listing .respl-wrap .respl-loader a:before {
  background: url(../images/styling/wheat/icon_arrow.png) no-repeat 0 0 transparent;
  height: 5px;
  width: 33px;
  display: block;
  position: absolute;
  content: "";
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}
div.sj-responsive-listing .respl-wrap .respl-loader a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
div.sj-responsive-listing .respl-wrap .respl-loader a .loader-label {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
div.our-menu.menu2 div.sj-responsive-listing .respl-wrap .respl-header {
  margin-top: 54px;
}
div.our-menu.menu2 div.sj-responsive-listing .respl-wrap .respl-header .respl-categories ul.respl-cats li.respl-cat.sel a {
  color: #fff;
}
div.our-menu.menu2 div.sj-responsive-listing .respl-wrap .respl-header .respl-categories ul.respl-cats li.respl-cat.sel a:hover {
  color: #baad8b;
}
div.our-menu.menu2 div.sj-responsive-listing .respl-wrap .respl-header li.respl-cat .category-description {
  color: #fff;
}
div.our-menu.menu2 div.sj-responsive-listing .respl-wrap .respl-items.list .respl-item .item-inner:hover .item-title a {
  color: #baad8b;
}
div.our-menu.menu2 div.sj-responsive-listing .respl-wrap .respl-items.list .respl-item .item-inner:hover .item-title .item-extrafields {
  color: #baad8b;
}
div.our-menu.menu2 div.sj-responsive-listing .respl-wrap .respl-items.list .respl-item .item-inner .item-desc {
  color: #fff;
}
div.our-menu.menu2 div.sj-responsive-listing .respl-wrap .respl-items.list .respl-item .item-inner .item-title a {
  color: #fff;
}
div.our-menu.menu2 div.sj-responsive-listing .respl-wrap .respl-items.list .respl-item .item-inner .item-title .item-extrafields {
  color: #fff;
}
div.our-menu div.sj-responsive-listing .respl-wrap .custom-loader {
  display: none;
}
div.our-menu div.sj-responsive-listing .respl-wrap .respl-header {
  margin-top: 50px;
}
div.our-menu div.sj-responsive-listing .respl-wrap .respl-header .respl-categories ul.respl-cats li.respl-cat.sel a {
  font-size: 40px;
  color: #1c1c1c;
  line-height: normal;
  text-transform: capitalize;
}
div.our-menu div.sj-responsive-listing .respl-wrap .respl-header .respl-categories ul.respl-cats li.respl-cat.sel a:hover {
  color: #baad8b;
}
div.booking {
  margin: 0;
}
div.booking .pre-text {
  width: 71%;
  margin: 60px auto 0;
  text-align: center;
}
div.booking div.sj-booking-form {
  margin-top: 60px;
}
div.booking div.sj-booking-form .wap-contact .items input,
div.booking div.sj-booking-form .wap-contact .items textarea {
  background: transparent;
}
div.sj-book-table {
  margin: 0;
}
div.sj-book-table .pre-text {
  width: 53%;
  margin: 0 auto 78px;
  color: #fff;
  text-align: center;
}
div.sj-booking-form {
  margin-top: 80px;
  float: left;
  width: 100%;
}
div.sj-booking-form .wap-contact .items .item {
  margin: 0 0 40px;
}
div.sj-booking-form .wap-contact .items .item input {
  height: 50px;
  border-color: #1c1c1c;
  color: #1c1c1c;
  padding: 10px 20px;
  font-size: 14px;
}
div.sj-booking-form .wap-contact .items .item input::-webkit-input-placeholder {
  color: #1c1c1c;
}
div.sj-booking-form .wap-contact .items .item-textarea textarea {
  width: 100%;
  min-height: 200px;
  border-color: #1c1c1c;
  color: #1c1c1c;
  padding: 10px 20px;
  margin: 0 0 70px;
  font-size: 14px;
}
div.sj-booking-form .wap-contact .items .item-textarea textarea::-webkit-input-placeholder {
  color: #1c1c1c;
}
div.sj-booking-form .wap-contact .items .item-button {
  margin: 0;
}
div.sj-booking-form .wap-contact .items .item-button .button-input {
  display: inline-block;
  background: #baad8b;
  color: #fff;
  text-transform: uppercase;
  padding: 0 80px 0 40px;
  line-height: 50px;
  font-weight: normal;
  position: relative;
  margin-bottom: 80px;
}
div.sj-booking-form .wap-contact .items .item-button .button-input:before {
  background: url(../images/styling/wheat/icon_arrow.png) no-repeat 0 0 transparent;
  height: 5px;
  width: 33px;
  display: block;
  position: absolute;
  content: "";
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}
div.sj-booking-form .wap-contact .items .item-button .button-input:hover {
  background-color: #baad8b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.module.slideshow .yt-carousel .yt-carousel-links .yt-lightbox-item {
  display: none;
}
.module.slideshow .yt-carousel-media .owl-controls {
  margin: 0;
}
.module.slideshow .yt-carousel-media .owl-controls .owl-nav [class*='owl-'] {
  background: rgba(0,0,0,0.6);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.module.slideshow .yt-carousel-media .owl-controls .owl-nav [class*='owl-']:hover {
  background-color: #baad8b;
}
.module.slideshow .yt-carousel-media .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.module.slideshow .yt-carousel-media .owl-controls .owl-nav .owl-next {
  right: 0;
}
.module.slideshow .yt-carousel-media .owl-controls .owl-dots {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
}
.module.slideshow .yt-carousel-media .owl-controls .owl-dots .owl-dot span {
  background: #eee;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.module.slideshow .yt-carousel-media .owl-controls .owl-dots .owl-dot.active span {
  background: #baad8b;
  border: 1px solid #eee;
  width: 10px;
  height: 10px;
}
div.sj-twitter-slider .ts-slider-wrap {
  margin: 12px 0;
}
div.sj-twitter-slider .ts-slider-wrap .list-item {
  padding: 0;
  margin: 0;
}
div.sj-twitter-slider .ts-slider-wrap .list-item li.item {
  display: block;
  margin: 40px 0 0px;
  text-align: inherit;
}
div.sj-twitter-slider .ts-slider-wrap .list-item li.item:first-child {
  margin: 0;
}
div.sj-twitter-slider .ts-slider-wrap .list-item li.item .tweet,
div.sj-twitter-slider .ts-slider-wrap .list-item li.item .timePosted {
  margin: 0 0 10px;
  text-align: inherit;
  font-size: 14px;
  color: #1c1c1c;
}
div.sj-twitter-slider .ts-slider-wrap .list-item li.item .interact {
  display: none;
}
div.sj-twitter-slider .ts-slider-wrap .ts-ctr-pages {
  display: none;
}
#blockrandom {
  margin-bottom: 30px;
}
.row-fluid.privacy {
  margin-left: 5px;
}
.com_content #yt_component:empty {
  margin: 0;
}
div.yt-slideBar .yt-notice {
  text-align: center;
  margin-top: 260px;
}
div.yt-slideBar .yt-notice .mod-finder-searchform-id {
  width: 370px;
  border: 1px solid #e1e1e1;
  margin: auto;
}
div.yt-slideBar .yt-notice .mod-finder-searchform-id .mod-finder-searchword-id {
  height: 21px;
  margin: 6px 0;
  border: none;
  width: 100%;
}
div.yt-slideBar .yt-notice .mod-finder-searchform-id button.finder {
  font-size: 16px;
  right: 10px;
  top: 5px;
}
div.yt-slideBar .yt-notice ul.menu li {
  list-style: none;
  text-transform: uppercase;
  margin-top: 15px;
}
div.yt-slideBar .yt-notice ul.menu li a:hover,
div.yt-slideBar .yt-notice ul.menu li span:hover {
  color: #fff;
}
p:empty {
  display: none;
}
.categories .item-title .badge {
  line-height: 115%;
  font-size: 14px;
  vertical-align: top;
}
.fancy {
  background: rgba(255,255,255,0.12);
  position: absolute;
  padding: 0;
  margin: 0;
}
#moonavigator {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 999;
}
#moonavigator li.level1 {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 1;
  list-style: none;
}
#moonavigator li.level1 > .item-link {
  margin: 0;
  padding: 45px 15px 29px;
  color: #808288;
  font-size: 15px;
  font-weight: normal;
  display: block;
  cursor: pointer;
  text-transform: capitalize;
  text-align: center;
}
#moonavigator li.level1 .fa-caret-up {
  display: none;
}
#moonavigator li.level1:hover .fa-caret-up {
  font-size: 18px;
  margin: 0;
  position: absolute;
  bottom: -6px;
  color: #4d4a51;
  display: inline-block;
  margin: auto;
  left: 0;
  right: 0;
}
#moonavigator li.level1 .showdesc .menu-title {
  line-height: 100%;
  padding-bottom: 3px;
  margin-top: -1px;
  display: block;
}
#moonavigator li.level1 .showdesc .menu-desc {
  display: block;
  font-size: 11px;
  color: #ccc;
  line-height: 100%;
}
#moonavigator li.level1.active > .item-link,
#moonavigator li.level1.hover > .item-link,
#moonavigator li.level1:hover > .item-link {
  color: #baad8b;
}
#moonavigator ul.subnavi {
  left: 0;
  position: absolute;
  z-index: 3;
  list-style: none;
  width: 250px;
  visibility: hidden;
  background: transparent;
  padding: 10px;
}
#moonavigator ul.subnavi.level2 {
  padding: 0;
}
#moonavigator ul.subnavi li {
  background: #4d4a51;
  position: relative;
  border-top: none;
  padding: 0 0px;
}
#moonavigator ul.subnavi li.first {
  border-top: none;
  padding-top: 20px;
}
#moonavigator ul.subnavi li.last {
  padding-bottom: 20px;
}
#moonavigator ul.subnavi li .item-link {
  display: block;
  margin: 0;
  padding: 8px 30px;
  color: #bebebe;
  cursor: pointer;
  text-transform: capitalize;
}
#moonavigator ul.subnavi li .fa-caret-right {
  position: absolute;
  right: 10px;
  z-index: 1;
  margin: 4px 0;
}
#moonavigator ul.subnavi li .showdesc {
  text-align: left;
}
#moonavigator ul.subnavi li .showdesc span.menu-title {
  padding-bottom: 5px;
}
#moonavigator ul.subnavi li .showdesc span.menu-desc {
  font-family: "arial";
  padding-bottom: 3px;
}
#moonavigator ul.subnavi li.hover > .item-link,
#moonavigator ul.subnavi li.active > .item-link {
  color: #fff;
}
#moonavigator ul.subnavi li .fancy + .hover {
  background: transparent;
}
#moonavigator li.level1:hover ul.level2,
#moonavigator li.level1.hover ul.level2 {
  visibility: visible;
}
#moonavigator li.level2:hover ul.level3,
#moonavigator li.level2.hover ul.level3,
#moonavigator li.level3:hover ul.level4,
#moonavigator li.level3.hover ul.level4,
#moonavigator li.level4:hover ul.level5,
#moonavigator li.level4.hover ul.level5,
#moonavigator li.level5:hover ul.level6,
#moonavigator li.level5.hover ul.level6 {
  left: 100%;
  top: 0;
  visibility: visible;
}
.btn-hamburger.js-slideout-toggle,
.btn-search-mobile.js-slidedown-toggle {
  display: none;
}
#meganavigator {
  list-style: none;
  padding: 0;
  margin: 0;
}
#meganavigator li.level1 {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 1;
  list-style: none;
}
#meganavigator li.level1 > .item-link {
  margin: 0;
  padding: 45px 15px 29px;
  color: #808288;
  font-size: 15px;
  font-weight: bold;
  display: block;
  cursor: pointer;
  text-transform: capitalize;
  text-align: center;
}
#meganavigator li.level1 .fa-caret-up {
  display: none;
}
#meganavigator li.level1:hover .fa-caret-up {
  font-size: 18px;
  margin: 0;
  position: absolute;
  bottom: -6px;
  color: #4d4a51;
  display: inline-block;
  margin: auto;
  left: 0;
  right: 0;
}
#meganavigator li.level1 .showdesc .menu-title {
  line-height: 100%;
  padding-bottom: 3px;
  margin-top: -1px;
  display: block;
}
#meganavigator li.level1 .showdesc .menu-desc {
  display: block;
  font-size: 11px;
  color: #ccc;
  line-height: 100%;
}
#meganavigator li.level1.active > .item-link,
#meganavigator li.level1.hover > .item-link,
#meganavigator li.level1:hover > .item-link {
  color: #baad8b;
}
#meganavigator li.level1.mega2 .mega-content {
  color: #bebebe;
}
#meganavigator li.level1.mega2 .mega-content .mega-content-inner {
  padding: 30px;
}
#meganavigator li.level1.mega2 .mega-content .mega-col.more {
  margin-top: 0px;
  border: none;
}
#meganavigator li.level1.mega2 .mega-content .mega-col.more.last {
  padding-left: 30px;
}
#meganavigator li.level1.mega2 .readmore {
  display: inline-block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  color: #fff;
  text-transform: capitalize;
  background: transparent;
  padding: 7px 90px 7px 40px;
  margin-top: 25px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#meganavigator li.level1.mega2 .readmore:after {
  display: none;
}
#meganavigator li.level1.mega2 .readmore:before {
  background: url(../images/styling/wheat/icon_arrow.png) no-repeat 0 0px transparent;
  height: 5px;
  width: 33px;
  display: block;
  position: absolute;
  content: "";
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#meganavigator li.level1.mega2 .readmore:hover {
  background: transparent;
  padding-right: 70px;
  padding-left: 25px;
  color: #baad8b;
  border-color: #baad8b;
}
#meganavigator li.level1.mega2 .readmore:hover:after {
  display: none;
}
#meganavigator li.level1.mega2 .readmore:hover:before {
  background-position: 0 -10px;
}
#meganavigator li.level1.mega2 .sj-meganew .meganew-wrap {
  margin: 0 -15px;
  width: auto;
}
#meganavigator li.level1.mega2 .sj-meganew .meganew-box {
  border: none;
  margin: 0;
  padding: 0 15px;
}
#meganavigator li.level1.mega2 .sj-meganew .meganew-box .meganew-box-inner {
  text-align: inherit;
}
#meganavigator li.level1.mega2 .sj-meganew .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-title h3 {
  margin-bottom: 25px;
}
#meganavigator li.level1.mega2 .sj-meganew .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-title h3 a {
  color: #bebebe;
  font-size: 18px;
}
#meganavigator li.level1.mega2 .sj-meganew .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-title h3 a:hover {
  color: #baad8b;
}
#meganavigator li.level1.mega2 .sj-meganew .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-image {
  margin-bottom: 17px;
}
#meganavigator li.level1.mega2 .sj-meganew .meganew-box .meganew-box-inner .meganew-items.theme1 .other-link li a {
  padding: 7px 0;
  color: #bebebe;
  display: block;
}
#meganavigator li.level1.mega2 .sj-meganew .meganew-box .meganew-box-inner .meganew-items.theme1 .other-link li a:hover {
  color: #baad8b;
}
#meganavigator li.level1.mega1 .mega-content {
  color: #bebebe;
}
#meganavigator li.level1.mega1 .mega-content .mega-content-inner {
  padding: 30px;
}
#meganavigator li.level1.mega1 .mega-content .mega-col.more {
  margin-top: 0px;
  border: none;
}
#meganavigator li.level1.mega1 .mega-content .mega-col.more.last {
  padding-left: 30px;
}
#meganavigator li.level1.mega1 .readmore {
  display: inline-block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  color: #fff;
  text-transform: capitalize;
  background: transparent;
  padding: 7px 90px 7px 40px;
  margin-top: 25px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#meganavigator li.level1.mega1 .readmore:after {
  display: none;
}
#meganavigator li.level1.mega1 .readmore:before {
  background: url(../images/styling/wheat/icon_arrow.png) no-repeat 0 0px transparent;
  height: 5px;
  width: 33px;
  display: block;
  position: absolute;
  content: "";
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#meganavigator li.level1.mega1 .readmore:hover {
  background: transparent;
  padding-right: 70px;
  padding-left: 25px;
  color: #baad8b;
  border-color: #baad8b;
}
#meganavigator li.level1.mega1 .readmore:hover:after {
  display: none;
}
#meganavigator li.level1.mega1 .readmore:hover:before {
  background-position: 0 -10px;
}
#meganavigator li.level1.mega1 .sj-meganew .meganew-wrap {
  margin: 0 -15px;
  width: auto;
}
#meganavigator li.level1.mega1 .sj-meganew .meganew-box {
  border: none;
  margin: 0;
  padding: 0 15px;
}
#meganavigator li.level1.mega1 .sj-meganew .meganew-box .meganew-box-inner {
  text-align: inherit;
}
#meganavigator li.level1.mega1 .sj-meganew .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-title h3 {
  margin-bottom: 25px;
}
#meganavigator li.level1.mega1 .sj-meganew .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-title h3 a {
  color: #bebebe;
  font-size: 18px;
}
#meganavigator li.level1.mega1 .sj-meganew .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-title h3 a:hover {
  color: #baad8b;
}
#meganavigator li.level1.mega1 .sj-meganew .meganew-box .meganew-box-inner .meganew-items.theme1 .item-first .item-image {
  margin-bottom: 17px;
}
#meganavigator li.level1.mega1 .sj-meganew .meganew-box .meganew-box-inner .meganew-items.theme1 .other-link li a {
  padding: 7px 0;
  color: #bebebe;
  display: block;
}
#meganavigator li.level1.mega1 .sj-meganew .meganew-box .meganew-box-inner .meganew-items.theme1 .other-link li a:hover {
  color: #baad8b;
}
#meganavigator .mega-content {
  position: absolute;
  left: -999em;
  z-index: 10;
  border: none;
  box-shadow: none;
}
#meganavigator .mega-content .mega-content {
  margin-top: -1px;
  background: transparent;
}
#meganavigator .mega-content.level2 .mega-content-inner {
  margin: 0;
}
#meganavigator .mega-content.level2 .mega-content-inner .mega-content-inner {
  margin: 0 5px;
}
#meganavigator .mega-content .mega-content-inner {
  background: #4d4a51;
  margin: 0 5px;
}
#meganavigator .mega-content .mega-content-inner ul {
  margin: 0;
  padding: 0;
}
#meganavigator .mega-content .mega-content-inner ul li {
  list-style: none;
}
#meganavigator .mega-content .mega-content-inner ul li a {
  padding: 8px 10px;
}
#meganavigator .mega-content.megachild .mega-content-inner {
  padding: 20px 0;
  display: block;
}
#meganavigator .mega-content .mega-col {
  float: left;
}
#meganavigator .mega-content .mega-col p img:hover {
  opacity: 0.75;
}
#meganavigator .mega-content .mega-col.one {
  width: 250px;
  padding: 0px;
}
#meganavigator .mega-content .mega-col.more {
  padding: 0px;
}
#meganavigator .mega-content .mega-col .mega-group {
  display: block;
}
#meganavigator .mega-content .mega-col .mega-group div.mega-group-title {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
}
#meganavigator .mega-content .mega-col .mega-group div.mega-group-title .fa {
  display: none;
}
#meganavigator .mega-content .mega-col .mega-group div.mega-group-title .item-link {
  padding: 0 30px 0;
  display: block;
}
#meganavigator .mega-content .mega-col .mega-group div.mega-group-title .showdesc .menu-title {
  padding: 0 0 5px;
}
#meganavigator .mega-content .mega-col .mega-group div.mega-group-title .fa-caret-right {
  float: right;
}
#meganavigator .mega-content .mega-col .mega-module .mega-module-title {
  margin: 0 10px;
}
#meganavigator .mega-content ul.subnavi,
#meganavigator .mega-content .menu {
  list-style: none;
}
#meganavigator .mega-content ul.subnavi.level2,
#meganavigator .mega-content .menu.level2 {
  padding-top: 0;
  padding-bottom: 0;
}
#meganavigator .mega-content ul.subnavi li,
#meganavigator .mega-content .menu li {
  background: #4d4a51;
  position: relative;
  border-top: none;
  padding: 0 0px;
}
#meganavigator .mega-content ul.subnavi li.first,
#meganavigator .mega-content .menu li.first {
  border-top: none;
  padding-top: 20px;
}
#meganavigator .mega-content ul.subnavi li.last,
#meganavigator .mega-content .menu li.last {
  padding-bottom: 20px;
}
#meganavigator .mega-content ul.subnavi li .item-link,
#meganavigator .mega-content .menu li .item-link {
  display: block;
  margin: 0;
  padding: 8px 30px;
  color: #bebebe;
  cursor: pointer;
  text-transform: capitalize;
}
#meganavigator .mega-content ul.subnavi li .fa-caret-right,
#meganavigator .mega-content .menu li .fa-caret-right {
  position: absolute;
  right: 10px;
  z-index: 1;
  margin: 4px 0;
}
#meganavigator .mega-content ul.subnavi li .showdesc,
#meganavigator .mega-content .menu li .showdesc {
  text-align: left;
}
#meganavigator .mega-content ul.subnavi li .showdesc span.menu-title,
#meganavigator .mega-content .menu li .showdesc span.menu-title {
  padding-bottom: 5px;
}
#meganavigator .mega-content ul.subnavi li .showdesc span.menu-desc,
#meganavigator .mega-content .menu li .showdesc span.menu-desc {
  font-family: "arial";
  padding-bottom: 3px;
}
#meganavigator .mega-content ul.subnavi li.hover > .item-link,
#meganavigator .mega-content ul.subnavi li.active > .item-link,
#meganavigator .mega-content .menu li.hover > .item-link,
#meganavigator .mega-content .menu li.active > .item-link {
  color: #fff;
}
#meganavigator .mega-content ul.subnavi li .fancy + .hover,
#meganavigator .mega-content .menu li .fancy + .hover {
  background: transparent;
}
#meganavigator .mega-content ul.subnavi li ul.subnavi,
#meganavigator .mega-content .menu li ul.subnavi {
  padding-top: 0;
  padding-bottom: 0;
}
#meganavigator .mega-module-content ul.list_mega li {
  position: relative;
  padding: 3px 20px;
  border-bottom: 1px solid #fff;
  color: #000;
}
#meganavigator .mega-module-content ul.list_mega li:before {
  content: "\f18e";
  font-family: "fontAwesome";
  font-size: 14px;
  left: 0;
  position: absolute;
}
#meganavigator .mega-module-content ul.list_mega li:last-child {
  border-bottom: none;
}
#meganavigator .mega-module-content ul.list_mega li a {
  padding: 0;
  color: #000;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
}
#meganavigator .mega-module-content ul.list_mega li:hover {
  color: #baad8b;
}
#meganavigator .mega-module-content ul.list_mega li:hover a {
  color: #baad8b;
}
#yt_mainmenu {
  position: static;
}
#meganavigator li.full_megachild {
  position: static;
}
#meganavigator li.full_megachild .mega-content {
  width: 100%;
}
#meganavigator li.full_megachild .mega-content-inner {
  margin: 0 auto !important;
}
ul.resmenu {
  margin: 0;
  background-color: #333;
}
ul.resmenu.nav .open>a,
ul.resmenu.nav .open>a:hover,
ul.resmenu.nav .open>a:focus {
  color: #fff;
  background: #baad8b;
  border: none;
}
ul.resmenu li a {
  font-weight: bold;
  border-bottom: 1px solid #444;
  color: #999;
  border: none;
  padding: 5px 8px;
}
ul.resmenu li a:focus,
ul.resmenu li a:hover,
ul.resmenu li a.active {
  color: #fff;
  background: #baad8b;
}
ul.resmenu ul.nav {
  padding: 0 8px;
}
ul.resmenu ul.nav a {
  font-weight: normal;
}
.btn-hamburger {
  padding: 16px 20px;
}
.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  width: 256px;
  overflow-y: auto;
  height: 100%;
  left: -256px;
}
.slideout-panel {
  position: relative;
  z-index: 1;
  background: #fff;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}
.module.all-categories {
  position: relative;
  margin: 0;
}
.module.all-categories h3.modtitle {
  background-color: #444444;
  border: 0 none;
  color: #fff;
  height: 54px;
  line-height: 50px;
  padding: 0 20px 0 45px;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.module.all-categories h3.modtitle:before {
  background: url(../images/icon/icon-cate.png) no-repeat;
  border: 0 none;
  content: "";
  height: 15px;
  position: absolute;
  left: 18px;
  top: 20px;
  width: 15px;
}
.module.all-categories h3.modtitle:after {
  background: url(../images/icon/icon-cate-down.png) no-repeat;
  border: 0 none;
  content: "";
  height: 15px;
  position: absolute;
  right: 12px;
  left: auto;
  top: 18px;
  width: 15px;
}
.module.all-categories .sj-flat-menu {
  border-top: 3px solid #baad8b;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.module.all-categories .sj-flat-menu li:hover {
  background: #baad8b;
}
.module.all-categories .sj-flat-menu li:hover a {
  color: #fff;
}
.module.all-categories .sj-flat-menu li .fm-container ul {
  min-width: 260px;
}
.module.all-categories .sj-flat-menu li .fm-container ul li {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.module.all-categories .sj-flat-menu li .fm-container ul li a {
  color: #444;
}
.module.all-categories .sj-flat-menu li .fm-container ul li:hover a {
  color: #fff;
}
.module.all-categories .sj-flat-menu li .fm-container ul li .fm-container ul li a {
  color: #444;
}
.module.all-categories .sj-flat-menu li .fm-container ul li .fm-container ul li:hover a {
  color: #fff;
}
.module.all-categories .sj-flat-menu li .fm-container ul li.fm-first {
  border-top: 1px solid #ddd;
}
.module.all-categories:hover .sj-flat-menu {
  display: block;
}
.yt-loginform {
  border-left: 1px solid #ddd;
  float: right;
}
#top-right ul.menu {
  border-left: 1px solid #ddd;
  list-style: outside none none;
  padding: 0;
  margin: 0;
  float: right;
}
#top-right ul.menu li {
  display: inline-block;
  float: left;
  padding: 6px 12px;
  overflow: hidden;
}
#top-right ul.menu li a {
  font-size: 12px;
  color: #c5b485;
  padding-left: 20px;
  position: relative;
}
#top-right ul.menu li:hover a {
  color: #baad8b;
  padding-left: 20px;
  text-indent: inherit;
  width: auto;
}
#top-right ul.menu li.item-0:hover a:before {
  background-position: center -108px;
}
#top-right ul.menu li.item-0 a:before {
  background-position: center -138px;
}
#top-right ul.menu li.item-1:hover a:before {
  background-position: center -167px;
}
#top-right ul.menu li.item-1 a:before {
  background-position: center -195px;
}
#top-right ul.menu li.item-2:hover a:before {
  background-position: center -168px;
}
#top-right ul.menu li.item-2 a:before {
  background-position: center -196px;
}
#top-right ul.menu li.item-1196 a:before {
  background-position: center -137px;
}
#top-right ul.menu li.item-1196:hover a:before {
  background-position: center -108px;
}
#top-right ul.menu li.item-1195 a:before {
  background-position: center -79px;
}
#top-right ul.menu li.item-1195:hover a:before {
  background-position: center -53px;
}
#top-right ul.menu a:before {
  font-family: "fontAwesome";
  content: "\f045";
  height: auto;
  left: 0;
  position: absolute;
  top: -2px;
  width: 13px;
  font-size: 12px;
}
#meganavigator li.base-hot .item-link .menu-title {
  position: relative;
  display: inline-block;
}
#meganavigator li.base-hot .item-link .menu-title:after {
  background: url(../images/icon/base_hot.png) no-repeat;
  content: "";
  height: 22px;
  width: 35px;
  position: absolute;
  top: -30px;
}
#meganavigator .mega-content ul.subnavi li.last .item-link,
#meganavigator .mega-content .menu li.last .item-link {
  border-bottom: 0 none !important;
}
#meganavigator li .menu-icon img {
  position: absolute;
  top: -15px;
  left: 14px;
}
#yt_mainmenu .btn-hamburger.js-slideout-toggle,
#yt_mainmenu .btn-search-mobile {
  float: right;
  display: inline-block;
  padding: 0 15px;
  font-size: 18px;
  background: none;
  color: #fff;
  font-size: 0;
  margin-top: 34px;
}
#yt_mainmenu .btn-hamburger.js-slideout-toggle i,
#yt_mainmenu .btn-search-mobile i {
  font-size: 24px;
  margin: 0;
  border: 1px solid #fff;
  padding: 12px 14px;
}
#yt_mainmenu .btn-hamburger.js-slideout-toggle:hover,
#yt_mainmenu .btn-search-mobile:hover {
  background: transparent;
  color: #baad8b;
}
.fontsize_l {
  font-size: 18px;
  font-weight: 400;
}
.g-underline {
  font-size: 180%;
  font-weight: 400;
}
ul.c-step {
  list-style: none;
  margin: 0 auto 4em auto;
  counter-reset: section;
  display: table;
  position: relative;
  z-index: 1;
  padding: 0;
}
ul.c-step:before {
  content: "";
  width: 100%;
  height: 10px;
  background: #DEDEDE;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  margin-top: -5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset;
}
ul.c-step li {
  list-style: none;
  margin: 0 50px;
  padding-top: 50px;
  line-height: 25px;
  display: inline-block;
  position: relative;
  z-index: 3;
  text-align: center;
}
ul.c-step li:before,
ul.c-step li.active:before {
  counter-increment: section;
  content: counter(section);
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3) inset, 0 0 0 4px #DEDEDE;
  -moz-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3) inset, 0 0 0 4px #DEDEDE;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.3) inset, 0 0 0 4px #DEDEDE;
  background-color: #93afa9;
  background-image: -moz-linear-gradient(top,#AAC3BF,#719088);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#AAC3BF),to(#719088));
  background-image: -webkit-linear-gradient(top,#AAC3BF,#719088);
  background-image: -o-linear-gradient(top,#AAC3BF,#719088);
  background-image: linear-gradient(to bottom,#AAC3BF,#719088);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaac3bf', endColorstr='#ff719088', GradientType=0);
}
ul.c-step li.active:before {
  background-color: #bfac77;
  background-image: -moz-linear-gradient(top,#c5b485,#baad8b);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#c5b485),to(#baad8b));
  background-image: -webkit-linear-gradient(top,#c5b485,#baad8b);
  background-image: -o-linear-gradient(top,#c5b485,#baad8b);
  background-image: linear-gradient(to bottom,#c5b485,#baad8b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc5b484', endColorstr='#ffb59f62', GradientType=0);
}
ul.c-step li.active h3 {
  color: #baad8b;
}
ul.c-step li h3 {
  margin: 10px 0 0;
  font-size: 16px;
}
ul.c-step li span {
  font-size: 13px;
}
.table-underline thead {
  border-bottom: 2px solid #404040;
  font-size: 14px;
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top,#F5F5F5,#CCCCCC);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F5F5F5),to(#CCCCCC));
  background-image: -webkit-linear-gradient(top,#F5F5F5,#CCCCCC);
  background-image: -o-linear-gradient(top,#F5F5F5,#CCCCCC);
  background-image: linear-gradient(to bottom,#F5F5F5,#CCCCCC);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffcccccc', GradientType=0);
}
.table-underline tbody tr:hover {
  background: #FAFFED;
}
#g-about h3.title {
  margin: 60px 0 75px;
  font-size: 36px;
  text-transform: capitalize;
  color: #545454;
  position: relative;
}
#g-about h3.title:before {
  background: #545454;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -30px;
  width: 250px;
  height: 1px;
  margin: auto;
  display: block;
  content: "";
}
#g-about h3.title:after {
  background: url(../images/bg_h3.png) no-repeat center center white;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -33px;
  width: 50px;
  height: 7px;
  margin: auto;
  display: block;
  content: "";
}
#g-about .yt-section:last-child {
  border: none;
}
#g-about .yt-section .yt-section-content {
  padding: 0;
  max-width: none;
}
#g-about .owl-carousel .owl-item .yt-content-slide {
  position: relative;
}
#g-about .owl-carousel .owl-item .yt-content-slide .caption {
  position: absolute;
  width: 100%;
  bottom: -50%;
  left: 0;
  text-transform: uppercase;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#g-about .owl-carousel .owl-item:hover .yt-content-slide .caption {
  opacity: 1;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
#g-about .yt-member .yt-member-photo img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#g-about .yt-member .yt-member-info {
  padding: 20px 0;
}
#g-about .yt-member .yt-member-info .yt-member-name {
  font-size: 16px;
  text-transform: capitalize;
  color: #333;
  font-weight: bold;
}
#g-about .yt-member .yt-member-info .yt-member-role {
  font-size: 12px;
  color: #666;
  opacity: 1;
  margin: 10px 0;
}
#g-about .yt-member .yt-member-info .yt-member-desc {
  font-size: 12px;
  color: #666;
}
#g-about .yt-member .yt-member-icons {
  border: none;
  padding: 0;
}
#g-about .yt-member .yt-member-icons a {
  background: #baad8b;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 30px;
  margin: 0 4px;
}
#g-about .yt-member .yt-member-icons a i {
  margin: 0;
}
#g-about .yt-member .yt-member-icons a.yt-m-facebook {
  background: #39599f;
}
#g-about .yt-member .yt-member-icons a.yt-m-twitter {
  background: #45b0e3;
}
#g-about .yt-member .yt-member-icons a.yt-m-rss {
  background: #f8bc2e;
}
#g-about .yt-member .yt-member-icons a.yt-m-google {
  background: #1872bf;
}
#g-about .yt-member .yt-member-icons a:hover {
  background: #444444;
}
#g-about .yt-member .yt-member-icons a:hover i {
  color: #fff !important;
}
#g-about.style1 .about .col-sm-6 {
  margin-bottom: 55px;
}
#g-about.style1 .block-main-content {
  text-align: center;
}
#g-about.style1 .block-main-content h3.title {
  margin: 50px 0 55px;
}
#g-about.style1 .block-main-content h3.title.welcome:before {
  width: 350px;
}
#g-about.style1 .block-main-content .yt-icon {
  float: left;
  margin: 0 10px 20px 0;
}
#g-about.style1 .block-main-content .yt-icon i {
  margin: 0;
}
#g-about.style1 .block-main-content .yt-icon i:hover {
  border-color: #baad8b !important;
}
#g-about.style1 .block-main-content .yt-icon i.fa-fly:before {
  background: url(../images/icon/icon-fly.png) no-repeat center center;
  content: "";
  display: block;
  height: 20px;
}
#g-about.style1 .block-main-content .yt-icon i.fa-icon1:before {
  background: url(../images/icon/icon-1.png) no-repeat center center;
  content: "";
  display: block;
  height: 20px;
}
#g-about.style1 .block-main-content .yt-icon i.fa-email:before {
  background: url(../images/icon/icon-email.png) no-repeat center center;
  content: "";
  display: block;
  height: 20px;
}
#g-about.style1 .block-main-content .yt-icon i.fa-key:before {
  background: url(../images/icon/icon-key.png) no-repeat center center;
  content: "";
  display: block;
  height: 20px;
}
#g-about.style1 .block-main-content .yt-icon i.fa-cup:before {
  background: url(../images/icon/icon-cup.png) no-repeat center center;
  content: "";
  display: block;
  height: 20px;
}
#g-about.style1 .block-main-content .desc {
  margin-bottom: 45px;
}
#g-about.style1 .block-main-content .our {
  text-align: left;
}
#g-about.style1 .block-main-content div.yt-content-slider {
  margin-bottom: 30px;
}
#g-about.style1 .client-say {
  margin-top: -70px;
}
#g-about.style1 .client-say h3 {
  font-size: 30px;
  padding: 0 20px;
  background: #fff;
  display: inline-block;
}
#g-about.style1 .client-say .sj-extraslider {
  margin: 0;
}
#g-about.style1 .client-say .sj-extraslider .extraslider-inner {
  padding: 0;
}
#g-about.style1 .client-say .sj-extraslider .owl-controls .owl-prev,
#g-about.style1 .client-say .sj-extraslider .owl-controls .owl-next {
  margin-top: -10px;
}
#g-about.style3 .block-main-content {
  text-align: left;
}
#g-about.style3 .block-main-content h3.title {
  margin: 0 0 15px;
}
#g-about.style3 .our-skills {
  text-align: left;
}
#g-about.style3 .our-skills h3.title {
  margin: 0 0 20px;
}
#g-about.style3 .our-skills .yt-skills {
  margin-top: 55px;
}
#g-about.style3 .our-skills .yt-skills .form-group strong {
  font-size: 12px;
  color: #363636;
  font-weight: bold;
}
#g-about.style3 .our-skills .yt-skills .form-group .progress {
  height: 20px;
  border-radius: 2px;
}
#g-about.style3 .our-skills .yt-skills .form-group .progress .bar {
  height: 20px;
  background: url(../images/bg/bg-our-skill1.png) repeat-x 0 0;
}
#g-about.style3 .our-skills .yt-skills .form-group:nth-child(1) .progress .bar {
  background: url(../images/bg/bg-our-skill1.png) repeat-x 0 0;
}
#g-about.style3 .our-skills .yt-skills .form-group:nth-child(2) .progress .bar {
  background: url(../images/bg/bg-our-skill2.png) repeat-x 0 0;
}
#g-about.style3 .our-skills .yt-skills .form-group:nth-child(3) .progress .bar {
  background: url(../images/bg/bg-our-skill3.png) repeat-x 0 0;
}
#g-about.style4 ul.yt-accordion li.yt-accordion-group {
  border-bottom: 1px solid #dadada;
}
#g-about.style4 ul.yt-accordion li.yt-accordion-group h3.accordion-heading {
  padding: 8px 0;
  font-size: 12px;
  color: #666;
}
#g-about.style4 ul.yt-accordion li.yt-accordion-group .yt-accordion-inner {
  padding: 0 0 10px;
  color: #666;
  font-size: 12px;
}
#g-about.style4 ul.yt-accordion li.yt-accordion-group .yt-accordion-inner.active {
  border: none !important;
}
#g-pageservices .features .fa {
  background: #777;
  height: 75px;
  width: 75px;
  text-align: center;
  line-height: 67px;
  border: 3px solid #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#g-pageservices .yt-icon {
  float: left;
}
#g-pageservices .col-sm-4 {
  margin: 1em 0;
}
#g-pageservices .our h3 {
  margin-top: 1em;
}
#g-pageservices div.yt-tabs ul.nav-tabs {
  padding: 0;
}
#g-pageservices div.yt-tabs ul.nav-tabs li:first-child {
  margin: 0;
}
#g-pageservices article h3 {
  font-weight: normal;
}
#g-pageservices article a.detail:after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  color: #fff;
  background: #baad8b;
  margin: -3px 3px 0;
  height: 14px;
  width: 14px;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
#g-pageservices article a.detail:hover:after {
  color: #fff;
}
#g-pageservices h2 {
  font-size: 180%;
  margin-bottom: 1em;
}
#g-pageservices h3.accordion-heading.active {
  color: #baad8b;
}
#g-pageservices hr {
  height: 5px;
  background: #eee;
  border-top-color: #ddd;
  margin: 3em 0;
}
#g-pageservices .testimonial-avatar [class^="icon-"],
#g-pageservices .testimonial-avatar [class*=" icon-"] {
  border: none;
}
#g-pagecolumn hr {
  height: 5px;
  background: #eee;
  border-top-color: #ddd;
  margin: 4em 0;
  float: left;
  width: 100%;
}
div.contact-ajax .ctajax-wrap .ctajax-element.block-map {
  margin: 0 0 40px;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner {
  padding: 0;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-heading {
  font-size: 20px;
  color: #444;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner input[type="submit"] {
  padding: 10px 75px 10px 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: url(../images/icon/icon_arrow_r.png) no-repeat 90% center #baad8b;
  border: none;
  color: #fff;
  font-weight: bold;
}
div.contact-ajax .ctajax-wrap .ctajax-element .el-inner input[type="submit"]:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
div.contact-ajax .ctajax-wrap.style1 .ctajax-element .el-info-contact .cf {
  padding: 10px 0;
  border-bottom: 1px dashed #c9c9c9;
  margin: 0;
}
div.contact-ajax .ctajax-wrap.style1 .ctajax-element .el-info-contact .cf i {
  color: #b3b3b3;
}
div.contact-ajax .ctajax-wrap.style1 .ctajax-element .el-info-contact .cf.info-mail a {
  color: #666;
}
div.contact-ajax .ctajax-wrap.style1 .ctajax-element .el-info-contact .cf.info-mail a:before {
  color: #666;
}
div.contact-ajax .ctajax-wrap.style1 .ctajax-element .el-info-contact .cf.info-mail a:hover {
  color: #baad8b;
}
div.contact-ajax .ctajax-wrap.style1 .ctajax-element .social-networks .network {
  background: none;
}
div.contact-ajax .ctajax-wrap.style1 .ctajax-element .social-networks .network i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #b3b3b3;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
}
div.contact-ajax .ctajax-wrap.style1 .ctajax-element .social-networks .network i:hover {
  background: #baad8b;
  color: #fff;
  border-color: #baad8b;
}
div.contact-ajax .ctajax-wrap.style1 .ctajax-element .el-form .el-ctajax-form .el-control {
  margin: 0;
}
div.contact-ajax .ctajax-wrap.style1 .ctajax-element .el-form .el-ctajax-form .el-control.block-message .label-message {
  font-size: 11px;
  color: #ccc;
  padding: 10px 0;
  border-bottom: 1px dashed #c9c9c9;
}
div.contact-ajax .ctajax-wrap.style1 .ctajax-element .el-form .el-ctajax-form .el-control.block-message textarea {
  min-height: 115px;
  width: 100%;
  background: #f5f5f5;
  border: none;
}
div.contact-ajax .ctajax-wrap.style1 .ctajax-element .el-form .el-ctajax-form input.el-input {
  width: 60%;
  border-width: 0 0 1px 0;
  border-style: dashed;
  border-color: #c9c9c9;
  margin: 0;
  padding: 12px 0;
  color: #909090;
  font-size: 11px;
}
div.contact-ajax .ctajax-wrap.style1.four .el-form .el-ctajax-form input.el-input {
  width: 100%;
}
div.contact-ajax .ctajax-wrap.style2 .block-map {
  margin: 0 0 30px;
}
div.contact-ajax .ctajax-wrap.style2 .el-form .el-ctajax-form .el-control {
  margin: 0;
}
div.contact-ajax .ctajax-wrap.style2 .el-form .el-ctajax-form .el-control.block-message .label-message {
  font-size: 11px;
  color: #ccc;
  padding: 10px 0;
  border-bottom: 1px dashed #c9c9c9;
}
div.contact-ajax .ctajax-wrap.style2 .el-form .el-ctajax-form .el-control.block-message textarea {
  min-height: 115px;
  width: 100%;
  background: #f5f5f5;
  border: none;
}
div.contact-ajax .ctajax-wrap.style2 .el-form .el-ctajax-form input.el-input {
  width: 60%;
  border-width: 0 0 1px 0;
  border-style: dashed;
  border-color: #c9c9c9;
  margin: 0;
  padding: 12px 0;
  color: #909090;
  font-size: 11px;
}
div.contact-ajax .ctajax-wrap.style3 .ctajax-element .el-inner .el-desc {
  margin: 0 0 30px;
}
div.contact-ajax .ctajax-wrap.style3 .el-info-contact {
  border-width: 1px 0 1px 0;
  border-style: dashed;
  border-color: #c9c9c9;
  padding: 10px 0;
  display: block;
  overflow: hidden;
}
div.contact-ajax .ctajax-wrap.style3 .el-info-contact .cf {
  width: 33.33333%;
  float: left;
  margin: 0;
}
div.contact-ajax .ctajax-wrap.style3 .el-info-contact .cf a {
  color: #666;
}
div.contact-ajax .ctajax-wrap.style3 .el-info-contact .cf a:hover {
  color: #baad8b;
}
div.contact-ajax .ctajax-wrap.style3 .el-info-contact .cf i {
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 40px;
  background: #5b5b5b;
  font-size: 18px;
  text-align: center;
}
div.contact-ajax .ctajax-wrap.style3 .el-form .el-ctajax-form .el-control {
  margin: 0;
}
div.contact-ajax .ctajax-wrap.style3 .el-form .el-ctajax-form .el-control.block-message textarea {
  min-height: 128px;
  width: 100%;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
}
div.contact-ajax .ctajax-wrap.style3 .el-form .el-ctajax-form input.el-input {
  width: 100%;
  border: 1px solid #c9c9c9;
  margin: 0 0 10px;
  padding: 12px;
  color: #909090;
  font-size: 11px;
  border-radius: 3px;
}
.custom-contact-style2 {
  margin: 0 0 40px;
}
.custom-contact-style2 .item h3.title {
  font-size: 20px;
  color: #444;
}
.custom-contact-style2 .item ul.info {
  padding: 0;
  list-style: none;
}
.custom-contact-style2 .item ul.info li {
  padding: 10px 0;
  border-bottom: 1px dashed #c9c9c9;
}
.custom-contact-style2 .item ul.info li.address {
  border-top: 1px dashed #c9c9c9;
}
.custom-contact-style2 .item ul.info li.address:before {
  content: "\f041";
  display: inline-block;
  margin-right: 15px;
  font-family: fontawesome;
  font-size: 20px;
  color: #b3b3b3;
}
.custom-contact-style2 .item ul.info li.mailto a {
  color: #666;
}
.custom-contact-style2 .item ul.info li.mailto a:hover {
  color: #baad8b;
}
.custom-contact-style2 .item ul.info li.mailto a span {
  color: #666;
}
.custom-contact-style2 .item ul.info li.mailto:before {
  content: "\f0e0";
  display: inline-block;
  margin-right: 15px;
  font-family: fontawesome;
  font-size: 20px;
  color: #b3b3b3;
}
.custom-contact-style2 .item ul.info li.phone:before {
  content: "\f098";
  display: inline-block;
  margin-right: 15px;
  font-family: fontawesome;
  font-size: 20px;
  color: #b3b3b3;
}
#g-pagewhatnew .yt-lightbox.image-none {
  padding: 3px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  display: table;
  margin: 0 auto 10px;
}
#g-pagewhatnew h3.title {
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  font-size: 180%;
}
#g-pagewhatnew .yt-lightbox a  img {
  width: auto;
}
.categories-list .collapse.in {
  width: 100%;
}
#g-joinnow div.yt-pricing .column .pricing-bottom {
  border: none;
}
#g-joinnow div.yt-tabs.boxed ul.nav-tabs li {
  border: none;
}
#g-joinnow div.yt-pricing .column div.pricing-money {
  height: auto;
  border: none;
}
#g-joinnow .yt-pricing .style3.column .pricing-basic h2 {
  padding: 0;
  border: none;
  margin: 0;
}
#g-joinnow .yt-pricing .style3.column .pricing-basic {
  padding: 0;
  border: none;
}
#g-joinnow div.yt-tabs ul.nav-tabs {
  margin: 0;
  padding: 0;
}
#g-joinnow div.yt-tabs ul.nav-tabs li a {
  margin: 0;
}
#g-joinnow div.yt-tabs.boxed[class*="style"] ul.nav-tabs li.active a {
  padding-bottom: 8px;
}
.yt-gallery .tabnav li.active span {
  background: #baad8b;
}
.rtl #g-pageportfolio [class*="span"] .port-item-content a.detail:after,
.rtl #g-pageservices article a.detail:after {
  content: "\f104";
}
.rtl #g-pageservices .yt-icon {
  float: right;
  margin: 0 0 1em 1em;
}
.rtl ul.yt-accordion li.accordion-group h3.accordion-heading .fa-plus-circle {
  margin-right: 0px;
  margin-left: 5px;
}
.rtl .yt-section-content .owl-carousel.owl-loaded {
  direction: ltr;
}
@media (min-width: 768px) and (max-width: 979px) {
  ul.c-step li {
    margin: 0 10px;
  }
  #g-pagewhatnew .yt-lightbox.image-none {
    display: block;
  }
}
@media (max-width: 767px) {
  #g-pageservices .col-sm-4 {
    overflow: hidden;
  }
  #g-pageservices .col-md-6 {
    width: 100%;
    float: left;
  }
  #g-pageservices .span4 {
    margin-bottom: 2em !important;
  }
  #g-pageportfolio [class*="span"] {
    margin-bottom: 1em !important;
  }
  #g-pageportfolio [class*="span"] .port-item-img {
    display: inline-block;
  }
  #g-about.style1 .client-say .sj-extraslider .owl-controls .owl-prev .owl-next,
  #g-about.style1 .client-say .sj-extraslider .owl-controls .owl-next {
    right: 0;
  }
  #g-about.style1 .client-say .sj-extraslider .owl-controls .owl-prev .owl-prev,
  #g-about.style1 .client-say .sj-extraslider .owl-controls .owl-prev {
    left: 0;
  }
  #g-pagewhatnew .yt-lightbox.image-none {
    display: block;
  }
  .yt-gallery ul li {
    width: auto !important;
  }
  ul.c-step:before {
    display: none;
  }
  ul.c-step li {
    display: table-cell;
  }
  div.g-pageteam div.b-ourteam [class*="span"] {
    margin-bottom: 30px !important;
  }
  div.yt-tabs ul.nav-tabs li {
    width: 50%;
    margin: 0;
  }
  div.yt-tabs.basic ul.nav-tabs li {
    margin: 0;
    min-height: 40px;
  }
  div.yt-pricing .style3.column {
    margin: 0 0 10px;
  }
  div.yt-tabs[class*="style"] ul.nav-tabs li a.active {
    line-height: 22px;
  }
}
#k2Container {
  padding: 0;
}
#k2Container .page-title {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#k2Container .page-title .subtitle {
  font-size: 14px;
  color: #8c8c8c;
  text-transform: initial;
  font-weight: normal;
  border-left: 1px solid #f3f3f3;
  padding-left: 12px;
  margin-left: 12px;
  display: inline-block;
  line-height: 20px;
}
#k2Container div.itemIsFeatured,
#k2Container div.catItemIsFeatured,
#k2Container div.userItemIsFeatured {
  background: none;
}
#k2Container div.itemIsFeatured:after,
#k2Container div.catItemIsFeatured:after,
#k2Container div.userItemIsFeatured:after {
  background: none !important;
  display: none !important;
}
#k2Container dd img.itemAuthorAvatar {
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
#k2Container dd img.itemAuthorAvatar:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#k2Container .itemListCategoriesBlock {
  background: #fff;
  padding: 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#k2Container .itemListCategoriesBlock .itemListCategory {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0px;
}
#k2Container .itemListCategoriesBlock .itemListCategory span.catItemAddLink {
  margin: 0;
  padding: 0;
  border: none;
}
#k2Container .itemListCategoriesBlock .itemListCategory h2 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
#k2Container .itemListCategoriesBlock .itemListSubCategories > h3 {
  margin: 0 15px 15px;
}
#k2Container .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategory {
  padding: 15px;
  margin-bottom: 30px;
}
#k2Container .itemListCategoriesBlock .itemListSubCategories .subCategoryContainer .subCategoryImage {
  display: inline-block;
  margin-bottom: 15px;
}
#k2Container.itemListView .catItemImageBlock img {
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
#k2Container.itemListView .catItemImageBlock img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#k2Container div.k2Pagination {
  background: #fff;
  padding: 20px 0;
  border-top: 1px solid #545454;
  margin: 60px 0 4px;
  overflow: hidden;
  text-align: center;
}
#k2Container div.k2Pagination .catPaginationResults {
  float: left;
}
#k2Container div.k2Pagination .catPagination {
  float: right;
}
#k2Container div.k2Pagination ul.pagination {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}
#k2Container div.k2Pagination ul.pagination li {
  margin-right: 10px;
}
#k2Container div.k2Pagination ul.pagination li i {
  margin: 0;
}
#k2Container div.k2Pagination ul.pagination li.active a,
#k2Container div.k2Pagination ul.pagination li.active span,
#k2Container div.k2Pagination ul.pagination li:hover a,
#k2Container div.k2Pagination ul.pagination li:hover span {
  color: #fff;
  background: #baad8b !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border-color: transparent !important;
  height: 34px;
}
#k2Container div.k2Pagination ul.pagination li a,
#k2Container div.k2Pagination ul.pagination li span {
  border: 1px solid #878787;
  background: none;
  font-size: 14px;
  color: #1c1c1c;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  min-width: 34px;
  text-align: center;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin: 0;
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
#k2Container div.k2Pagination ul.pagination .r-hiden {
  display: none;
}
#k2Container .itemList div.k2Pagination {
  padding: 20px;
}
#k2Container .itemList div.k2Pagination h3 {
  text-align: left;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
#k2Container .itemList .itemContainer {
  margin: 0 0 30px;
}
#k2Container .itemList .itemContainer.col-sm-6 .catItemView.groupSecondary .catItemImageBlock a,
#k2Container .itemList .itemContainer.col-sm-6 .catItemView.groupPrimary .catItemImageBlock a {
  margin: 0;
  float: none;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemHeader {
  overflow: hidden;
}
#k2Container .itemList .itemContainer.col-sm-12 .catItemView.groupSecondary .catItemImageBlock a,
#k2Container .itemList .itemContainer.col-sm-12 .catItemView.groupPrimary .catItemImageBlock a {
  float: none;
}
#k2Container .itemList .itemContainer .catItemView {
  padding-bottom: 30px;
  border-bottom: none;
}
#k2Container .itemList #itemListPrimary {
  background: #fff;
}
#k2Container .itemList #itemListPrimary.videos {
  background: transparent;
  padding: 0;
}
#k2Container .itemList #itemListPrimary.videos .itemContainer {
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#k2Container .itemList #itemListPrimary.videos .itemContainer:first-child {
  padding: 20px;
  border: none;
}
#k2Container .itemList #itemListPrimary.videos .itemContainer .article-aside {
  padding-top: 10px;
}
#k2Container .itemList #itemListPrimary.videos .catItemView .catItemImageBlock img {
  max-width: 300px;
}
#k2Container .itemList #itemListSecondary {
  background: #fff;
  padding: 0;
}
#k2Container .itemList #itemListSecondary .itemContainer {
  margin: 0;
}
#k2Container .itemList #itemListSecondary .itemContainer.col-sm-12.custom-column .catItemCustom {
  padding-left: 60px;
  padding-right: 60px;
}
#k2Container .itemList #itemListSecondary .itemContainer.col-sm-12.custom-column .catItemImageBlock {
  float: left;
}
#k2Container .itemList #itemListSecondary .sj-secondary {
  position: relative;
  padding: 0;
  border: none;
}
#k2Container .itemList #itemListSecondary .sj-secondary:hover .catItemCustom .catItemBody .catItemIntroText {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
#k2Container .itemList #itemListSecondary .sj-secondary .catItemImageBlock img {
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
#k2Container .itemList #itemListSecondary .sj-secondary .catItemImageBlock img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#k2Container .itemList #itemListSecondary .sj-secondary .catItemCustom {
  padding: 0;
  padding-right: 120px;
  width: 50%;
  float: left;
}
#k2Container .itemList #itemListSecondary .catItemImageBlock {
  float: right;
  width: 50%;
}
#k2Container .itemList #itemListSecondary .catItemImageBlock a {
  float: none;
}
#k2Container .itemList .catItemRatingBlock {
  padding: 0;
}
#k2Container .itemList .catItemView {
  padding: 0;
}
#k2Container .itemList .catItemView.groupLeading {
  background: #fff;
}
#k2Container .itemList .catItemView.groupLeading .catItemImageBlock {
  display: block;
}
#k2Container .itemList .catItemView.groupLeading .catItemImageBlock img {
  width: 100%;
  max-height: 440px;
}
#k2Container .itemList .catItemView.itemIsFeatured,
#k2Container .itemList .catItemView.catItemIsFeatured,
#k2Container .itemList .catItemView.userItemIsFeatured {
  position: relative;
}
#k2Container .itemList .catItemView.itemIsFeatured:after,
#k2Container .itemList .catItemView.catItemIsFeatured:after,
#k2Container .itemList .catItemView.userItemIsFeatured:after {
  position: absolute;
  z-index: 2;
  display: block;
  width: 52px;
  height: 52px;
  content: '';
  background: url(../images/icon/featuredItem.png) no-repeat;
  top: 0;
  right: 0;
}
#k2Container .itemList .catItemView .catItemImageBlock {
  padding: 0;
  margin: 0 0 0px 0;
  display: block;
  position: relative;
}
#k2Container .itemList .catItemView .catItemImageBlock .catItemCategory {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 0px;
  border: none;
  padding: 0px 10px 0 20px;
  line-height: 24px;
  font-size: 11px;
  font-weight: bold;
  background: #baad8b;
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
#k2Container .itemList .catItemView .catItemImageBlock .catItemCategory a {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
#k2Container .itemList .catItemView .catItemImageBlock .catItemCategory:after {
  display: block;
  position: absolute;
  border-bottom: 24px solid transparent;
  border-left: 10px solid #baad8b;
  border-top: 0px solid transparent;
  border-right: 0 solid #baad8b;
  right: -10px;
  top: 0;
  content: "";
  width: 0;
}
#k2Container .itemList .catItemView .catItemImageBlock .catItemCategory:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#k2Container .itemList .catItemView .catItemImageBlock .fa {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  font-size: 50px;
  margin: -25px 0 0 -30px;
  opacity: 0.5;
}
#k2Container .itemList .catItemView .catItemImageBlock .fa-play-circle-o {
  font-size: 60px;
  margin: -30px 0 0 -26px;
}
#k2Container .itemList .catItemView .catItemImageBlock img {
  padding: 0;
  border: none;
  width: 100%;
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
#k2Container .itemList .catItemView .catItemImageBlock img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#k2Container .itemList .catItemView .catItemImageBlock:hover .fa {
  opacity: 1;
}
#k2Container .itemList .catItemView h3.catItemTitle {
  font-size: 30px;
  font-weight: normal;
  margin: 20px 0 10px;
  padding: 0;
}
#k2Container .itemList .catItemView h3.catItemTitle a {
  line-height: 25px;
  color: #1c1c1c;
}
#k2Container .itemList .catItemView h3.catItemTitle a:hover {
  color: #baad8b;
}
#k2Container .itemList .catItemView h3.catItemTitle sup {
  color: #fff;
  padding: 0 5px;
  background: #baad8b;
}
#k2Container .itemList .catItemView h3.catItemTitle span {
  display: inline-block;
}
#k2Container .itemList .catItemView div.catItemVideoBlock {
  padding: 0;
  background: none;
}
#k2Container .itemList .catItemView .article-aside .article-info {
  margin-bottom: 5px;
  border-bottom: 1px solid #e4e4e4;
  line-height: 50px;
}
#k2Container .itemList .catItemView .article-aside .catItemCommentsLink {
  border: none;
  margin: 0;
  padding: 0;
}
#k2Container .itemList .catItemView .article-aside dd {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  text-transform: capitalize;
  color: #1c1c1c;
}
#k2Container .itemList .catItemView .article-aside dd:last-child {
  margin: 0;
}
#k2Container .itemList .catItemView .article-aside dd i {
  color: #1c1c1c;
}
#k2Container .itemList .catItemView .article-aside dd a {
  color: #1c1c1c;
  text-transform: capitalize;
}
#k2Container .itemList .catItemView .article-aside dd a:hover {
  color: #baad8b;
}
#k2Container .itemList .catItemView .catItemAuthor {
  color: #1c1c1c;
  font-weight: normal;
  text-transform: capitalize;
}
#k2Container .itemList .catItemView .catItemAuthor a {
  color: #1c1c1c;
}
#k2Container .itemList .catItemView .catItemAuthor a:hover {
  color: #baad8b;
}
#k2Container .itemList .catItemView .catItemAuthor span {
  margin: 0 2px;
}
#k2Container .itemList .catItemView .catItemBody {
  padding: 0;
  overflow: hidden;
  margin-top: 0px;
}
#k2Container .itemList .catItemView .catItemBody .catItemIntroText {
  padding: 0;
  color: #545454;
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 20px;
}
#k2Container .itemList .catItemView .create {
  color: #898989;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#k2Container .itemList .catItemView .catItemReadMore {
  display: inline-block;
}
#k2Container .itemList .catItemView .catItemReadMore .k2ReadMore {
  background: transparent;
  border-top: 1px solid #baad8b;
  border-bottom: 1px solid #baad8b;
  color: #baad8b;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: normal;
  padding: 8px 90px 8px 45px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#k2Container .itemList .catItemView .catItemReadMore .k2ReadMore:before {
  background: url(../images/styling/wheat/icon_arrow.png) no-repeat 0 -10px transparent;
  height: 5px;
  width: 33px;
  display: block;
  position: absolute;
  content: "";
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#k2Container .itemList .catItemView .catItemReadMore .k2ReadMore:hover {
  background: #baad8b;
  padding-right: 70px;
  padding-left: 25px;
  color: #fff;
}
#k2Container .itemList .catItemView .catItemReadMore .k2ReadMore:hover:before {
  background-position: 0 0;
}
#k2Container .itemList .catItemView .catItemLinks {
  margin: 0;
}
#k2Container div.k2Pagination ul li {
  display: inline-block;
  margin: 0;
}
#k2Container.userView div.userBlock {
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 0px;
}
#k2Container.userView div.userBlock h2 {
  color: #1c1c1c;
  text-transform: capitalize;
}
#k2Container.userView div.userBlock img {
  padding: 0;
  border: none;
  margin: 0 20px 0px 0;
}
#k2Container.userView div.userBlock span.userItemAddLink {
  border: none;
  padding: 0;
  margin: 0;
}
#k2Container.userView .itemList {
  background: #fff;
  padding: 0;
}
#k2Container.userView .itemList .catItemView {
  border-top: none;
  padding-top: 30px;
  padding-bottom: 30px;
}
#k2Container.userView .itemList .catItemView:first-child {
  border: none;
  padding-top: 0;
}
#k2Container.userView .itemList .catItemView div.catItemHeader {
  overflow: hidden;
}
#k2Container.userView .itemList .catItemView h3.userItemTitle {
  font-size: 30px;
  font-weight: normal;
  margin: 20px 0 10px;
  padding: 0;
}
#k2Container.userView .itemList .catItemView h3.userItemTitle a {
  line-height: 25px;
  color: #1c1c1c;
}
#k2Container.userView .itemList .catItemView h3.userItemTitle a:hover {
  color: #baad8b;
}
#k2Container.userView .itemList .catItemView .userItemIntroText {
  padding: 0;
  margin-bottom: 20px;
}
#k2Container.userView .itemList .catItemView .userItemIntroText p img {
  display: none;
}
#k2Container.userView .itemList .catItemView .catItemReadMore {
  display: inline-block;
}
#k2Container.userView .itemList .catItemView .catItemReadMore a {
  background: transparent;
  border-top: 1px solid #baad8b;
  border-bottom: 1px solid #baad8b;
  color: #baad8b;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: normal;
  padding: 8px 90px 8px 45px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#k2Container.userView .itemList .catItemView .catItemReadMore a:before {
  background: url(../images/styling/wheat/icon_arrow.png) no-repeat 0 -10px transparent;
  height: 5px;
  width: 33px;
  display: block;
  position: absolute;
  content: "";
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#k2Container.userView .itemList .catItemView .catItemReadMore a:hover {
  color: #fff;
  background: #baad8b;
  padding-left: 25px;
  padding-right: 70px;
}
#k2Container.userView .itemList .catItemView .catItemReadMore a:hover:before {
  background-position: 0 0;
}
#k2Container .tagItemIntroText {
  padding: 0;
  margin-bottom: 20px;
}
#k2Container .tagItemIntroText .yt-content-slider {
  display: none;
}
#k2Container.tagView .itemList {
  padding: 0px;
  background: #fff;
}
#k2Container.tagView .itemList .catItemView {
  border-top: none;
  padding-top: 30px;
  padding-bottom: 30px;
}
#k2Container.tagView .itemList .catItemView:first-child {
  border: none;
  padding-top: 0;
}
#k2Container.tagView .itemList .catItemView div.tagItemHeader {
  overflow: hidden;
}
#k2Container.tagView .itemList .catItemView .tagItemReadMore {
  display: inline-block;
}
#k2Container.tagView .itemList .catItemView .tagItemReadMore a {
  background: transparent;
  border-top: 1px solid #baad8b;
  border-bottom: 1px solid #baad8b;
  color: #baad8b;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: normal;
  padding: 8px 90px 8px 45px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#k2Container.tagView .itemList .catItemView .tagItemReadMore a:before {
  background: url(../images/styling/wheat/icon_arrow.png) no-repeat 0 -10px transparent;
  height: 5px;
  width: 33px;
  display: block;
  position: absolute;
  content: "";
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#k2Container.tagView .itemList .catItemView .tagItemReadMore a:hover {
  background: #baad8b;
  padding-right: 70px;
  padding-left: 25px;
  color: #fff;
}
#k2Container.tagView .itemList .catItemView .tagItemReadMore a:hover:before {
  background-position: 0 0;
}
#k2Container.tagView .itemList h3.tagItemTitle {
  font-size: 30px;
  font-weight: normal;
  margin: 20px 0 10px;
  padding: 0;
}
#k2Container.tagView .itemList h3.tagItemTitle a {
  line-height: 25px;
  color: #1c1c1c;
}
#k2Container.tagView .itemList h3.tagItemTitle a:hover {
  color: #baad8b;
}
#k2Container div.latestItemsUser {
  margin: 0 0 30px;
  padding: 10px;
}
#k2Container.latestView .catItemView {
  padding: 10px;
}
#k2Container.latestView .catItemView .catItemImageBlock {
  padding: 0;
}
#k2Container.itemView {
  border: none;
  margin: 0;
  padding: 0;
}
#k2Container.itemView .itemBody {
  padding: 0;
}
#k2Container.itemView .itemBody .itemBody-inner {
  background: #fff;
  padding: 20px;
}
#k2Container.itemView .itemBody .page-header {
  border: none;
  padding: 0;
  margin: 0;
}
#k2Container.itemView .itemBody .page-header h2 {
  margin: 20px 0 10px;
  font-size: 30px;
  font-weight: normal;
}
#k2Container.itemView .itemBody .page-header h2 a {
  color: #1c1c1c;
}
#k2Container.itemView .itemBody .page-header h2 a:hover {
  color: #baad8b;
}
#k2Container.itemView .itemBody .page-header h2.itemTitle {
  font-size: 30px;
  color: #1c1c1c;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 30px;
}
#k2Container.itemView .itemBody .page-header h2.itemTitle sup {
  background: #baad8b;
  color: #fff;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  display: inline-block;
}
#k2Container.itemView .itemBody .itemImageBlock {
  text-align: center;
  padding: 0;
  margin: 0;
  position: relative;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage {
  margin-bottom: 0px;
  text-align: center;
  margin-bottom: 15px;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage a.modal {
  position: static;
  width: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: none;
}
#k2Container.itemView .itemBody .itemImageBlock span.itemImage img {
  border: none;
  padding: 0;
  width: 100%;
}
#k2Container.itemView .itemBody .itemImageBlock .itemCategory {
  border-bottom: none;
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 0px;
  border: none;
  padding: 0px 10px 0 20px;
  line-height: 24px;
  font-size: 11px;
  background: #baad8b;
}
#k2Container.itemView .itemBody .itemImageBlock .itemCategory a {
  color: #fff;
  margin: 0;
}
#k2Container.itemView .itemBody .itemImageBlock .itemCategory:after {
  display: block;
  position: absolute;
  border-bottom: 24px solid transparent;
  border-left: 10px solid #baad8b;
  border-top: 0px solid transparent;
  border-right: 0 solid #baad8b;
  right: -10px;
  top: 0;
  content: "";
  width: 0;
}
#k2Container.itemView .itemBody .itemImageBlock .itemCategory:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#k2Container.itemView .itemBody .itemNaviTop {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 25px;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info {
  margin-bottom: 15px;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info div.itemToolbar {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd {
  color: #1c1c1c;
  font-size: 12px;
  line-height: 22px;
  display: inline-block;
  margin-right: 15px;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd .itemDateCreated {
  font-style: italic;
  color: #1c1c1c;
  padding: 0px;
  line-height: 100%;
  display: inline-block;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd .itemAuthor {
  text-transform: capitalize;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.k2item-email {
  position: absolute;
  right: 0;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.k2item-email a {
  color: #1c1c1c;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.k2item-email a:hover {
  color: #baad8b;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.item-caption {
  float: right;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.item-caption:before {
  content: "";
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd.item-caption > span {
  font-size: 13px;
  font-style: normal;
  margin-left: 10px;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd span.itemHits {
  float: none;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd a {
  text-transform: capitalize;
  color: #1c1c1c;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd a:hover {
  color: #baad8b;
}
#k2Container.itemView .itemBody .itemNaviTop dl.article-info dd i {
  color: #1c1c1c;
}
#k2Container.itemView .itemBody .itemDateCreated {
  color: #898989;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 20px;
}
#k2Container.itemView .itemBody .itemNaviBottom {
  margin-bottom: 1em;
}
#k2Container.itemView .itemBody .itemNaviBottom > div {
  min-height: 20px;
}
#k2Container.itemView .itemBody .itemNaviBottom > div:last-child {
  border: none;
}
#k2Container.itemView .itemBody .itemNaviBottom div.itemSocialSharing {
  padding: 0;
  border-top: none;
  margin: 0;
}
#k2Container.itemView .itemBody .itemNaviBottom div.itemSocialSharing > div {
  float: left;
  width: auto;
  height: 20px;
}
#k2Container.itemView .itemBody .itemNaviBottom div.itemSocialSharing > div > iframe {
  width: 80px !important;
}
#k2Container.itemView .itemBody .itemNaviBottom div.itemSocialSharing .itemTwitterButton {
  margin: 0;
}
#k2Container.itemView .itemBody .itemNaviBottom div.itemSocialSharing .itemGooglePlusOneButton {
  width: 100px;
  float: left;
}
#k2Container.itemView .itemBody .itemTagsBlock {
  padding: 0;
  border: none;
  margin-bottom: 25px;
  font-size: 14px;
}
#k2Container.itemView .itemBody .itemTagsBlock span {
  color: #1c1c1c;
  text-transform: uppercase;
}
#k2Container.itemView .itemBody .itemTagsBlock ul.itemTags li {
  font-size: 14px;
  color: #545454;
}
#k2Container.itemView .itemBody .itemTagsBlock ul.itemTags li a {
  color: #545454;
}
#k2Container.itemView .itemBody .itemTagsBlock ul.itemTags li a:hover {
  color: #baad8b;
}
#k2Container.itemView .itemBody .itemNavigation {
  border: none;
  padding: 4px 0;
  margin-bottom: 0;
  background: transparent;
  display: none;
}
#k2Container.itemView .itemBody .itemAttachmentsBlock {
  padding: 4px 0;
  border: none;
  margin-bottom: 1em;
}
#k2Container.itemView .itemBody .itemAttachmentsBlock span {
  color: #999;
  font-weight: normal;
}
#k2Container.itemView .itemBody .itemAuthorBlock {
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin: 0 0 30px;
  display: block;
  overflow: hidden;
}
#k2Container.itemView .itemBody .itemAuthorBlock h3.itemAuthorTitle {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
}
#k2Container.itemView .itemBody .itemAuthorBlock img.itemAuthorAvatar {
  border: none;
  padding: 0;
  margin-right: 15px;
  margin-bottom: 0px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#k2Container.itemView .itemBody .itemAuthorBlock img.itemAuthorAvatar:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#k2Container.itemView .itemBody .itemAuthorBlock h3.itemAuthorName {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#k2Container.itemView .itemBody .itemAuthorBlock h3.itemAuthorName a {
  color: #000;
}
#k2Container.itemView .itemBody .itemAuthorBlock h3.itemAuthorName a:hover {
  color: #baad8b;
}
#k2Container.itemView .itemBody .itemAuthorBlock p {
  font-size: 14px;
  color: #606060;
}
#k2Container.itemView .itemBody .itemAuthorBlock div.itemAuthorDetails {
  padding: 0;
}
#k2Container.itemView .itemBody .itemAuthorBlock div.itemAuthorDetails div.user-desc {
  margin-top: 3px;
}
#k2Container.itemView .itemBody .itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {
  border: none;
  font-weight: normal;
}
#k2Container.itemView div.itemSocialSharing {
  padding: 0;
  border-top: none;
  margin: 0;
}
#k2Container.itemView div.itemSocialSharing span {
  color: #1c1c1c;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  float: left;
  padding: 0 4px 0 0;
}
#k2Container.itemView div.itemSocialSharing > div {
  float: left;
  width: auto;
  height: 20px;
}
#k2Container.itemView div.itemSocialSharing > div > iframe {
  width: 62px !important;
}
#k2Container.itemView div.itemSocialSharing .itemTwitterButton {
  margin: 2px 20px 0 0;
}
#k2Container.itemView .itemIntroText {
  color: #545454;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}
#k2Container.itemView div.itemSocialSharing {
  padding: 15px 0;
  border-top: 1px solid #ccc;
  margin-top: 15px;
}
#k2Container.itemView div.itemSocialSharing > div > iframe {
  width: 80px !important;
}
#k2Container.itemView div.itemContentFooter {
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #ccc;
}
#k2Container.itemView .itemRelated {
  margin-bottom: 30px;
  background: #fff;
  padding: 0px;
}
#k2Container.itemView .itemRelated h3.title {
  color: #baad8b;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}
#k2Container.itemView .itemRelated h3.title span {
  border-bottom: 3px solid #baad8b;
  padding-bottom: 21px;
}
#k2Container.itemView .itemRelated .owl2-controls {
  position: absolute;
  top: -80px;
  right: 0;
}
#k2Container.itemView .itemRelated .owl2-controls .owl2-prev {
  background: transparent;
  display: inline-block;
  font-size: 0;
  width: 26px;
  height: 10px;
  margin: 0 3px 0 0;
  position: relative;
  color: #3a3a3a;
}
#k2Container.itemView .itemRelated .owl2-controls .owl2-prev:before {
  display: block;
  position: absolute;
  content: "\f177";
  font-family: "FontAwesome";
  font-size: 22px;
  line-height: normal;
}
#k2Container.itemView .itemRelated .owl2-controls .owl2-prev:hover {
  color: #baad8b;
}
#k2Container.itemView .itemRelated .owl2-controls .owl2-next {
  background: transparent;
  display: inline-block;
  font-size: 0;
  width: 26px;
  height: 10px;
  margin: 0 0 0 3px;
  color: #3a3a3a;
  position: relative;
}
#k2Container.itemView .itemRelated .owl2-controls .owl2-next:before {
  display: block;
  position: absolute;
  content: "\f178";
  font-family: "FontAwesome";
  font-size: 22px;
  line-height: normal;
}
#k2Container.itemView .itemRelated .owl2-controls .owl2-next:hover {
  color: #baad8b;
}
#k2Container.itemView .itemRelated ul {
  margin: 0 -15px;
  padding: 0;
}
#k2Container.itemView .itemRelated ul li {
  list-style: none;
  border: none;
  background: transparent;
  padding: 0 15px;
  line-height: 30px;
  font-size: 13px;
}
#k2Container.itemView .itemRelated ul li div.itemRelCat a {
  font-weight: bold;
  font-size: 11px;
  color: #baad8b;
}
#k2Container.itemView .itemRelated ul li div.itemRelCat a:hover {
  color: #444444;
}
#k2Container.itemView .itemRelated ul li a.itemRelTitle {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  display: block;
}
#k2Container.itemView .itemRelated ul li a.itemRelTitle:hover {
  color: #baad8b;
}
#k2Container.itemView .itemRelated ul li div.itemRelAuthor {
  color: #8c8c8c;
  font-size: 14px;
  font-style: italic;
  display: inline-block;
}
#k2Container.itemView .itemRelated ul li div.itemRelAuthor a {
  color: #8c8c8c;
}
#k2Container.itemView .itemRelated ul li div.itemRelAuthor a:hover {
  color: #baad8b;
}
#k2Container.itemView .itemRelated ul li div.itemReDateCreated {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 100%;
  display: inline-block;
  border-right: 1px solid #8c8c8c;
  padding-right: 9px;
  margin-right: 5px;
}
#k2Container.itemView .itemVideoBlock {
  padding: 0;
  background: transparent;
}
#k2Container.itemView .itemVideoBlock h3 {
  font-size: 151.4%;
}
#k2Container.itemView .itemVideoBlock .itemVideoEmbedded {
  text-align: left;
  padding-left: 5px;
}
#k2Container.itemView .itemVideoBlock .itemVideoEmbedded iframe {
  margin: 0 12px 0px 0;
}
#k2Container.itemView .itemImageGallery {
  border-top: 1px solid #dee2f1;
  padding-top: 2em;
  margin-bottom: 2em;
  overflow: hidden;
}
#k2Container.itemView .itemImageGallery h3 {
  font-size: 151.4%;
}
#k2Container.itemView .itemImageGallery ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
  margin: 0;
  padding: 0;
  border: none;
}
#k2Container.itemView .itemComments {
  padding: 0;
  background: #fff;
  border: none;
  overflow: hidden;
  margin: 0;
}
#k2Container.itemView .itemComments h3 {
  font-size: 24px;
  font-weight: normal;
  text-transform: capitalize;
  color: #1c1c1c;
  margin-bottom: 60px;
  padding: 50px 0 0;
  border: none;
}
#k2Container.itemView .itemComments h3.itemCommentsCounter {
  border-top: 1px solid #e6e6e6;
  padding-top: 40px;
}
#k2Container.itemView .itemComments .itemCommentsList {
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}
#k2Container.itemView .itemComments .itemCommentsList li {
  background: transparent;
  border: none;
  padding: 0px;
  margin-bottom: 40px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#k2Container.itemView .itemComments .itemCommentsList li.even .comment-info {
  background: #f6f4f1;
}
#k2Container.itemView .itemComments .itemCommentsList li.odd .comment-info {
  background: #f6f6f6;
}
#k2Container.itemView .itemComments .itemCommentsList li .avatar {
  width: 100px;
  float: left;
  overflow: hidden;
}
#k2Container.itemView .itemComments .itemCommentsList li .avatar img {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  border: none;
}
#k2Container.itemView .itemComments .itemCommentsList li .comment-info {
  background: #f6f4f1;
  overflow: hidden;
  padding: 30px;
}
#k2Container.itemView .itemComments .itemCommentsList li .comment-info .commentLink {
  float: none;
}
#k2Container.itemView .itemComments .itemCommentsList li .comment-info .commentLink a {
  padding: 0 15px;
  background: transparent;
  line-height: 24px;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: #545454;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#k2Container.itemView .itemComments .itemCommentsList li .comment-info span.commentAuthorName {
  font-weight: normal;
  font-size: 16px;
  border: none;
  display: inline-block;
  text-transform: capitalize;
  min-width: 170px;
}
#k2Container.itemView .itemComments .itemCommentsList li .comment-info span.commentAuthorName a {
  color: #1c1c1c;
}
#k2Container.itemView .itemComments .itemCommentsList li .comment-info span.commentDate {
  color: #898989;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  border: none;
  padding: 0;
  margin: 0;
  float: right;
}
#k2Container.itemView .itemComments .itemCommentsList li .comment-info div.desc {
  margin-top: 15px;
  padding: 15px 0 0;
  border-top: 1px solid #e6e6e6;
}
#k2Container.itemView .itemComments p.itemCommentsFormNotes {
  border: none;
  margin: 0 0 25px;
}
#k2Container.itemView .itemComments .button i {
  border-color: #fff;
  display: inline-block;
  background: url("../images/white-arrow-right.png") no-repeat scroll 3px 4px;
  margin: -3px 0 0 5px;
}
#k2Container.itemView .itemComments .itemCommentsForm {
  border: none;
  overflow: hidden;
}
#k2Container.itemView .itemComments .itemCommentsForm h3 {
  margin-bottom: 50px;
}
#k2Container.itemView .itemComments .itemCommentsForm form {
  margin-bottom: 0;
}
#k2Container.itemView .itemComments .itemCommentsForm form input.inputbox {
  width: 100%;
  background: #fff;
  border-color: #1c1c1c;
  color: #1c1c1c;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 50px;
  padding: 10px 20px;
}
#k2Container.itemView .itemComments .itemCommentsForm form textarea.inputbox {
  width: 100%;
  background: #fff;
  border-color: #1c1c1c;
  color: #1c1c1c;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 50px;
  padding: 10px 20px;
  margin-top: 40px;
  min-height: 150px;
}
#k2Container.itemView .itemComments .itemCommentsForm form .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#k2Container.itemView .itemComments .itemCommentsForm form #submitButton {
  margin-top: 40px;
  margin-bottom: 30px;
  background: url("../images/icon/icon_arrow_r.png") no-repeat 85% center #baad8b;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 14px 100px 14px 50px;
  text-transform: uppercase;
}
#k2Container.itemView .itemComments .itemCommentsForm form #submitButton:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#k2Container.itemView .itemComments .itemCommentsForm form span#formLog {
  position: absolute;
  margin-top: 55px;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-horizontal .controls {
  text-align: right;
  margin: 0 6px 0 0;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group {
  display: inline-block;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group .controls {
  margin: 0;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group .controls input.inputbox {
  margin: 0 5px 0 0;
  width: 197px;
  padding: 9px 0 9px 50px;
  box-shadow: none;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group .controls input#userName.inputbox {
  background: url("../images/icon/icon_user_form.png") no-repeat;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group .controls input#commentEmail.inputbox {
  background: url("../images/icon/icon_email_form.png") no-repeat;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group .controls input#commentURL.inputbox {
  background: url("../images/icon/icon_link_form.png") no-repeat;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group-textarea {
  margin-bottom: 10px;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group-textarea .controls {
  margin: 0;
}
#k2Container.itemView .itemComments .itemCommentsForm .form-validate .control-group-textarea .controls textarea.inputbox {
  width: 97.5%;
  background: #fff;
  color: #999;
}
#k2Container.sj-videos .itemList .catItemView .catItemImageBlock a {
  position: relative;
  display: block;
}
#k2Container.sj-videos .itemList .catItemView .catItemImageBlock a i {
  color: rgba(0,0,0,0.4);
  opacity: 1;
  filter: alpha(opacity=100);
  width: 45px;
  height: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 45px;
  margin: auto;
  position: absolute;
  z-index: 5;
}
#k2Container.sj-videos .itemList .catItemView .catItemImageBlock a .bg_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  z-index: 2;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#k2Container.sj-videos .itemList .catItemView .catItemImageBlock a:hover i {
  color: #ce2d2c;
}
#k2Container.sj-videos .itemList .catItemView .catItemImageBlock a:hover .bg_overlay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#k2Container.sj-videos.itemView span.itemHits {
  float: none;
  margin-right: 10px;
}
#k2Container.sj-videos.itemView span.itemAuthor {
  margin-right: 10px;
  text-transform: capitalize;
}
#k2Container.sj-videos.itemView .itemLatest ul {
  margin: 0 -15px;
  padding: 0;
}
#k2Container.sj-videos.itemView .itemLatest ul li {
  padding: 0 15px;
  list-style: none;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
#k2Container.sj-videos.itemView .itemLatest ul li .itemRelatedImageBlock {
  margin-bottom: 5px;
}
#k2Container.sj-videos.itemView .itemLatest ul li .itemRelatedImageBlock a {
  position: relative;
  display: block;
}
#k2Container.sj-videos.itemView .itemLatest ul li .itemRelatedImageBlock a i {
  color: rgba(0,0,0,0.4);
  opacity: 1;
  filter: alpha(opacity=100);
  width: 45px;
  height: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 45px;
  margin: auto;
  position: absolute;
  z-index: 5;
}
#k2Container.sj-videos.itemView .itemLatest ul li .itemRelatedImageBlock a .bg_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  z-index: 2;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#k2Container.sj-videos.itemView .itemLatest ul li .itemRelatedImageBlock a:hover i {
  color: #ce2d2c;
}
#k2Container.sj-videos.itemView .itemLatest ul li .itemRelatedImageBlock a:hover .bg_overlay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#k2Container.sj-videos.itemView .itemLatest ul li a {
  color: #333;
}
#k2Container.sj-videos.itemView .itemLatest ul li a:hover {
  color: #baad8b;
}
#k2Container.genericView .componentheading {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  color: #000;
}
#k2Container.genericView div.genericItemView {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #ccc;
}
#k2Container.genericView div.genericItemView .genericItemBody {
  padding: 0;
}
#k2Container.genericView .genericItemTitle {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  font-family: inherit;
  margin: 15px 0 10px;
  padding: 0;
}
#k2Container.genericView .genericItemTitle a {
  color: #000;
}
#k2Container.genericView .genericItemTitle a:hover {
  color: #baad8b;
}
#k2Container.genericView .genericItemImageBlock {
  position: relative;
}
#k2Container.genericView .genericItemImageBlock span.genericItemImage {
  margin: 0 30px 0 0;
}
#k2Container.genericView .genericItemImageBlock span.genericItemImage img {
  padding: 0;
  border: none;
}
#k2Container.genericView .genericItemImageBlock .genericItemCategory {
  margin: 0;
  padding: 0;
  border: none;
}
#k2Container.genericView .genericItemImageBlock .genericItemCategory h3 {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 0px;
  border: none;
  padding: 0px 10px 0 20px;
  line-height: 24px;
  font-size: 11px;
  font-weight: bold;
  background: #baad8b;
}
#k2Container.genericView .genericItemImageBlock .genericItemCategory h3 a {
  color: #1c1c1c;
  margin: 0;
}
#k2Container.genericView .genericItemImageBlock .genericItemCategory h3:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#k2Container.genericView .genericItemDateCreated {
  font-size: 14px;
  font-style: italic;
  color: #8c8c8c;
}
#k2Container.genericView .genericItemIntroText {
  padding: 0;
}
#k2Container.genericView .genericItemIntroText img {
  display: none;
}
div.item-submit h3 {
  padding: 0 0 15px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
}
div.item-submit a.btn.submit {
  background: #999;
  color: #fff;
  padding: 6px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 -2px 0 rgba(0,0,0,0.3) inset;
  -moz-box-shadow: 0 -2px 0 rgba(0,0,0,0.3) inset;
  box-shadow: 0 -2px 0 rgba(0,0,0,0.3) inset;
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  font-size: 14px;
}
div.item-submit a.btn.submit:hover {
  color: #fff;
  background: #baad8b;
}
div.item-submit div.item-submit-box {
  background: #f5f5b4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  margin: 30px 0 0;
}
div.itemRatingBlock {
  padding: 0;
  line-height: 15px;
}
div.itemRatingBlock span {
  line-height: 15px;
}
div.itemRatingForm {
  line-height: 15px;
}
div.itemRatingForm .formLogLoading {
  height: 15px;
}
div.itemRatingForm .itemRatingLog {
  padding-left: 25px;
}
.itemRatingList {
  width: 75px;
  height: 15px;
  margin: 0;
  padding: 0;
}
.itemRatingList a,
.itemRatingList .itemCurrentRating {
  height: 15px;
  line-height: 15px;
}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {
  background-image: url(../images/icon/rating.png);
}
.contentpane #outer {
  display: none;
}
div.k2SearchBlock {
  position: relative;
  display: inline-block;
}
div.k2SearchBlock div.k2LiveSearchResults {
  margin-top: 35px;
  border: 1px solid #e3e3e3;
}
div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a {
  padding: 1px 10px;
}
div.k2ItemFormEditor textarea#text {
  padding: 0;
}
ul.pagination li a,
ul.pagination li span {
  margin-left: 1px;
}
.rtl div.k2SearchBlock #mod-finder-searchform .button {
  left: 10px;
  right: auto;
}
.rtl div.k2SearchBlock div.k2LiveSearchResults {
  right: 20px;
}
.rtl #k2Container .itemList .catItemView.itemIsFeatured,
.rtl #k2Container .itemList .catItemView.catItemIsFeatured,
.rtl #k2Container .itemList .catItemView.userItemIsFeatured {
  position: relative;
}
.rtl #k2Container .itemList .catItemView.itemIsFeatured:after,
.rtl #k2Container .itemList .catItemView.catItemIsFeatured:after,
.rtl #k2Container .itemList .catItemView.userItemIsFeatured:after {
  position: absolute;
  z-index: 2;
  display: block;
  width: 52px;
  height: 52px;
  content: '';
  background: url(../images/icon/featuredItem_rtl.png) no-repeat;
  top: 0;
  left: 0;
  right: auto;
}
.rtl .pagination > li > a,
.rtl .pagination > li > span {
  margin-right: 1px;
}
div.sbox-content-iframe#sbox-content {
  overflow: hidden;
}
#sbox-content #yt_shorcodes {
  margin-right: 5px !important;
}
#editor-xtd-buttons {
  float: none !important;
  margin-left: 0;
}
div.edit.item-page .form-vertical {
  display: block;
}
div.edit.item-page .form-vertical select {
  display: block !important;
  min-width: 100px;
  height: 30px;
  line-height: 30px;
}
div.edit.item-page .form-vertical #jform_tags {
  display: none !important;
}
div.edit.item-page .form-vertical #jform_tags_chzn {
  display: block !important;
  width: 100% !important;
  height: auto;
  line-height: 30px;
}
div.edit.item-page .form-vertical a.btn {
  background-color: #999;
  color: #fff;
}
div.edit.item-page .form-vertical #editor input.inputbox {
  width: 100%;
  margin-bottom: 10px;
}
div.k2LatestCommentsBlock ul {
  margin: 0;
  padding: 0;
}
div.k2LatestCommentsBlock ul li {
  list-style: none;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 30px;
}
div.k2LatestCommentsBlock ul li .lcComment {
  background: #333;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  position: relative;
  margin: 0 0 13px;
}
div.k2LatestCommentsBlock ul li .lcComment:after {
  top: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136,183,213,0);
  border-top-color: #333;
  border-width: 5px;
  margin-left: 0px;
}
div.k2LatestCommentsBlock ul li .k2Avatar img {
  background: none;
  border: none;
  padding: 0;
  margin: 0 7px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
div.k2LatestCommentsBlock ul li .lcCommentDate,
div.k2LatestCommentsBlock ul li .lcUsername {
  font-size: 14px;
  line-height: 100%;
  font-style: italic;
  color: #8c8c8c;
  display: inline-block;
  text-transform: capitalize;
}
div.k2LatestCommentsBlock ul li .lcCommentDate a,
div.k2LatestCommentsBlock ul li .lcUsername a {
  color: #8c8c8c;
}
div.k2LatestCommentsBlock ul li .lcCommentDate a:hover,
div.k2LatestCommentsBlock ul li .lcUsername a:hover {
  color: #baad8b;
}
div.k2LatestCommentsBlock ul li .lcCommentDate {
  border-right: 1px solid #8c8c8c;
  padding-right: 9px;
  margin-right: 5px;
}
div.k2ItemsBlock ul {
  padding: 0;
  margin: 0 0 25px;
}
div.k2ItemsBlock ul li {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  background: none;
  font-size: 14px;
  line-height: 22px;
  position: relative;
}
div.k2ItemsBlock ul li:first-child {
  margin: 28px 0 0;
}
div.k2ItemsBlock ul li .moduleItemDateCreated,
div.k2ItemsBlock ul li .moduleItemAuthor {
  color: #898989;
  font-size: 12px;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}
div.k2ItemsBlock ul li .moduleItemDateCreated a,
div.k2ItemsBlock ul li .moduleItemAuthor a {
  color: #898989;
}
div.k2ItemsBlock ul li .moduleItemDateCreated a:hover,
div.k2ItemsBlock ul li .moduleItemAuthor a:hover {
  color: #baad8b;
}
div.k2ItemsBlock ul li .moduleItemTitle {
  font-size: 14px;
  font-weight: normal;
  color: #4d4a51;
}
div.k2ItemsBlock ul li .moduleItemTitle:hover {
  color: #baad8b;
}
div.k2ItemsBlock ul li .moduleItemCategory {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0px;
}
div.k2ItemsBlock ul li.even,
div.k2ItemsBlock ul li.odd {
  border-bottom: none;
}
div.k2ItemsBlock ul li .moduleItemIntrotext {
  padding: 0;
  line-height: 22px;
  color: #000;
}
div.k2ItemsBlock ul li a.moduleItemImage img {
  float: left;
  margin: -10px 20px 0 0;
  padding: 0;
  border: none;
}
div.k2ItemsBlock ul li .module-custom h3 {
  margin: 0px 0 3px;
}
div.k2ItemsBlock ul li .module-custom h3 a {
  color: #4d4a51;
  font-size: 14px;
  line-height: 22px;
}
div.k2TagCloudBlock a {
  padding: 0 10px;
  line-height: 30px;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  color: #1c1c1c;
  margin: 0 14px 14px 0;
  border: 1px solid #878787;
  text-transform: capitalize;
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
div.k2TagCloudBlock a:hover {
  padding: 0 10px;
  color: #fff;
  background: #baad8b;
  border-color: #baad8b;
}
div.k2ArchivesBlock button {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-style: italic;
  color: #808080;
  padding: 8px 10px;
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
div.k2ArchivesBlock button:hover {
  color: #baad8b;
}
div.k2ArchivesBlock button:hover .fa {
  color: #baad8b;
}
div.k2ArchivesBlock button .fa {
  float: right;
  font-size: 21px;
}
div.k2AccountPage table.admintable td {
  font-size: 0;
}
div.k2AccountPage table.admintable td span {
  font-size: 13px;
}
div.k2AccountPage table.admintable td.key,
div.k2AccountPage table.admintable td.paramlist_key {
  border: none;
  padding-bottom: 5px;
}
div.k2AccountPage table.admintable td.key label,
div.k2AccountPage table.admintable td.paramlist_key label {
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 0;
}
div.k2AccountPage table.admintable td .chzn-container {
  margin: 0 5px;
}
div.k2AccountPage table.admintable td input {
  width: 100%;
  margin-top: 5px;
}
div.k2AccountPage table.admintable td input#jform_profile_dob {
  width: 187px;
  margin-left: 17px;
}
div.k2AccountPage table.admintable td input#del_image {
  width: auto;
}
div.k2AccountPage table.admintable td input#genderm,
div.k2AccountPage table.admintable td input#genderf {
  width: auto;
  position: static;
}
div.k2AccountPage table.admintable td textarea {
  width: 90%;
  min-height: 100px;
}
div.k2AccountPage div.k2AccountPageUpdate {
  border: none;
}
div.k2CategoriesListBlock ul {
  padding: 0;
  margin: 0;
}
div.k2CategoriesListBlock ul li {
  list-style: none;
  line-height: 34px;
}
div.k2CategoriesListBlock ul li.activeCategory a {
  font-weight: 300;
}
div.k2CategoriesListBlock ul li.activeCategory a:before {
  border-color: #baad8b;
  background: #baad8b;
}
div.k2CategoriesListBlock ul li a {
  position: relative;
  font-size: 14px;
  color: #1c1c1c;
  padding-left: 36px;
}
div.k2CategoriesListBlock ul li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  border: 1px solid #959595;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
div.k2CategoriesListBlock ul li a:hover:before {
  border-color: #baad8b;
  background: #baad8b;
}
#k2Container.layout2.itemView .itemBody .itemTagsBlock {
  border: none;
  margin: 0;
}
#k2Container.layout2.itemView .itemBody .itemSocialSharing {
  margin: 0;
  border: none;
}
#k2Container.layout2.itemView .itemBody .zoom-image i {
  margin: 0;
  font-size: 18px;
}
#k2Container.layout2 .k2-view-list {
  text-align: center;
}
#k2Container.layout2 .k2-view-list .k2-view-inner {
  display: inline-block;
  margin-bottom: 73px;
  margin-top: 15px;
}
#k2Container.layout2 .k2-view-list .k2-view {
  display: inline-block;
  cursor: pointer;
  background: #252525;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  float: left;
  text-align: center;
}
#k2Container.layout2 .k2-view-list .k2-view:hover,
#k2Container.layout2 .k2-view-list .k2-view.active {
  background: #baad8b;
}
#k2Container.layout2 .k2-view-list .k2-view i {
  margin: 0;
}
#k2Container.layout2 .itemList .itemContainer.item-grid {
  width: 50%;
}
#k2Container.layout2 .itemListCategoriesBlock .itemListCategory h2 {
  font-size: 40px;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#k2Container.layout2 .itemListCategoriesBlock .itemListCategory p {
  text-align: center;
  color: #898989;
}
#k2Container.layout2 .itemBody .page-header h2.itemTitle {
  margin-top: 0;
}
#k2Container.layout2 .itemBody .itemImageBlock {
  width: 50%;
  float: left;
}
#k2Container.layout2 .itemBody .description-short {
  width: 50%;
  float: left;
  padding-left: 30px;
}
#k2Container.layout2 .itemBody .description-short .itemIntroText {
  padding: 30px 0 18px;
}
#k2Container.layout2 .itemBody .description-short div.itemExtraFields {
  margin: 0 0 35px;
  padding: 0;
  border: none;
}
#k2Container.layout2 .itemBody .description-short div.itemExtraFields ul li {
  padding: 0;
  border: none;
  background: none;
  font-size: 36px;
  color: #1c1c1c;
  line-height: 100%;
}
#k2Container.layout2 .itemBody .description-short .itemCategory {
  font-size: 14px;
  text-transform: uppercase;
  color: #1c1c1c;
  margin: 0 0 20px;
  padding: 0;
  border: none;
  font-weight: 500;
}
#k2Container.layout2 .itemBody .description-short .itemCategory span {
  color: #1c1c1c;
}
#k2Container.layout2 .itemBody .description-short .itemCategory a {
  color: #545454;
  font-weight: 500;
}
#k2Container.layout2 .itemBody .description-short .itemCategory a:hover {
  color: #baad8b;
}
#k2Container.layout2 .itemBody div.yt-tabs ul.nav-tabs {
  padding: 0;
}
#k2Container.layout2 .itemBody div.yt-tabs ul.nav-tabs >li {
  margin-bottom: 0;
}
#k2Container.layout2 .itemBody div.yt-tabs ul.nav-tabs >li.active a {
  color: #baad8b;
  border-bottom: 3px solid;
}
#k2Container.layout2 .itemBody div.yt-tabs ul.nav-tabs >li:first-child a {
  padding-left: 0;
}
#k2Container.layout2 .itemBody div.yt-tabs ul.nav-tabs >li a {
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 30px;
  font-weight: normal;
  color: #1c1c1c;
  padding: 23px 15px;
  display: inline-table;
}
#k2Container.layout2 .itemBody div.yt-tabs ul.nav-tabs >li a:hover {
  color: #baad8b;
}
#k2Container.layout2 .itemBody div.yt-tabs div.tab-content .clearfix {
  padding: 30px 0;
}
#k2Container.layout2 .itemBody div.yt-tabs div.tab-content .clearfix .yt-gallery {
  position: relative;
  padding: 0;
}
#k2Container.layout2 .itemBody div.yt-tabs div.tab-content .clearfix .yt-gallery .tabnav {
  display: none !important;
}
#k2Container.layout2 .itemBody div.yt-tabs div.tab-content .clearfix .yt-gallery .gallery-list {
  visibility: visible !important;
  position: relative;
  padding: 0;
  margin: 0 -15px 15px;
  max-width: 600px;
}
#k2Container.layout2 .itemBody div.yt-tabs div.tab-content .clearfix .yt-gallery .gallery-list li .item-gallery {
  padding: 15px;
}
#k2Container.layout2 .itemRelated {
  overflow: hidden;
  position: relative;
}
#k2Container.layout2 .itemRelated .yt_related {
  margin: 0;
  position: relative;
}
#k2Container.layout2 .itemRelated ul li h3 {
  margin-top: 15px;
}
#k2Container.layout2 .itemRelated div.itemExtraFields {
  margin: 0px;
  padding: 0;
  border: none;
}
#k2Container.layout2 .itemRelated div.itemExtraFields ul {
  margin: 0;
}
#k2Container.layout2 .itemRelated div.itemExtraFields ul li {
  padding: 0;
  border: none;
  background: none;
  font-size: 20px;
  font-weight: bold;
  color: #1c1c1c;
  line-height: 100%;
  width: auto !important;
  height: auto !important;
}
#k2Container.layout2 .itemList .catItemView {
  border-bottom: 1px solid #cacaca;
}
#k2Container.layout2 .itemList .catItemView .catItemImageBlock {
  float: left;
  margin-top: -10px;
}
#k2Container.layout2 .itemList .catItemView h3.catItemTitle {
  font-size: 18px;
  margin-top: 0;
}
#k2Container.layout2 .itemList .catItemView h3.catItemTitle .catItemExtraFields {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  float: right;
  color: #000;
  font-size: 20px;
}
#k2Container.layout2 .itemList .catItemView .catItemBody .catItemIntroText {
  margin: 0;
}
/*-update for ytshortcode 3.0.4-*/
div.sj-testimonials div.yt-content-slider.owl-carousel .owl-item .caption{
  bottom: -83%;
}
div.custom-welcome .yt-testimonial.button-type2 .owl-nav {
    width: 100%;
    position: absolute;
    bottom: -25px;
}
div.custom-welcome .yt-testimonial.button-type2 .owl-prev {
    border: none;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 10px;
    left: 45%;
    background: none;
    position: relative;
    color: #3a3a3a;
    font-size: 0;
}
div.custom-welcome .yt-testimonial.button-type2 .owl-prev:before {
    display: block;
    position: absolute;
    content: "\f177";
    font-family: "FontAwesome";
    font-size: 24px;
    line-height: normal;
}
div.custom-welcome .yt-testimonial.button-type2 .owl-next {
    font-size: 0;
    border: none;
    margin: 0;
    padding: 0;
    left: 45%;
    right: auto;
    width: 32px;
    height: 10px;
    position: relative;
    background: none;
    color: #3a3a3a;
}
div.custom-welcome .yt-testimonial.button-type2 .owl-next:before {
    display: block;
    position: absolute;
    content: "\f178";
    font-family: "FontAwesome";
    font-size: 24px;
    line-height: normal;
    right: 0;
}
#g-joinnow div.yt-tabs ul.nav-tabs li a {
    border: 1px solid #ddd;
}
#g-joinnow .yt-pricing .style3.column .pricing-basic h2{
    display: inline-block;
    margin: 5px 0 15px;
}
#g-joinnow .yt-pricing{margin: 0 !important;}
div.custom-welcome .owl-controls{display: none;}
#k2Container.layout2 .itemBody div.yt-tabs div.tab-content .clearfix {
    position: absolute;
    z-index: 2;
    display: block;
    padding: 10px 5px;
    width: 100%;
}
#k2Container.layout2 .itemBody div.yt-tabs div.tab-content .clearfix.active {
    position: relative;
    visibility: visible;
    background: white;
    z-index: 15;
}
#k2Container.layout2 .itemBody div.yt-tabs ul.nav-tabs{
  list-style: none;
}