/*===================================================================

	1. GLOBAL STYLES

===================================================================*/
@font-face {
  font-family: 'LaneNarrowRegular';
  src: url('http://lion32.com/yk1a/fonts/LANENAR_-webfont.eot');
  src: url('http://lion32.com/yk1a/fonts/LANENAR_-webfont.eot?') format('embedded-opentype'), url('http://lion32.com/yk1a/fonts/LANENAR_-webfont.woff') format('woff'), url('http://lion32.com/yk1a/fonts/LANENAR_-webfont.ttf') format('truetype'), url('http://lion32.com/yk1a/fonts/LANENAR_-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
#debug-console {
  display: none;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ccc;
  color: #fff;
  z-index: 9999999;
}
html {
  background-color: #bebebe;
}
body {
  line-height: 1.5em;
  color: #585858;
  font: 12px/1.5em Helvetica1, Arial, sans-serif;
  background-color: #bebebe;
  padding: 36px 0;
}
a,
a:hover,
a:visited {
  color: #00a6dc;
  text-decoration: none;
  outline: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
p {
  margin-bottom: 0;
}
p + p {
  margin-top: 1em;
}
input::-moz-focus-inner {
  border: 0;
}
a.left,
img.left {
  margin: 0 25px 25px 0;
}
a.right,
img.right {
  margin: 0 0 25px 25px;
}
.section-title + * {
  margin-top: 0 !important;
}
/* Page container */
.wrapper {
  width: 1092px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5);
}
#content a img {
  border-top: 4px solid #00a6dc;
  display: block;
  max-width: 100%;
}
#content a:hover img {
  border-color: #e07538;
}
#header,
#content,
#footer {
  width: 1020px;
  margin: 0 auto;
}
section {
  margin-bottom: 57px;
  width: 100%;
}
.first-space {
  display: block;
  height: 1px;
}
#logo {
  float: left;
  display: block;
  padding: 72px 0 0 0;
  margin-bottom: 72px;
}
#logo img {
  float: left;
}
#footer-logo {
  display: block;
  margin-bottom: 22px;
}
.page-nav {
  margin: 0;
  list-style: none;
  background: transparent url('http://lion32.com/yk1a/images/theme/bg-page-nav.png') no-repeat;
  padding-top: 28px;
}
.page-nav li {
  background: transparent url('http://lion32.com/yk1a/images/theme/bg-btn.png');
  min-width: 24px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px #4d4d4d;
  font-size: 14px;
  text-align: center;
  padding: 7px 4px;
  float: left;
  margin-right: 2px;
  border-bottom: 3px solid #d7d7d7;
  cursor: pointer;
}
.page-nav li a {
  color: #fff;
  text-decoration: none;
}
.page-nav li.active {
  background: none;
  border: 1px solid #d7d7d7;
  padding: 6px 3px;
  color: #999999;
  text-shadow: none;
}
.page-nav li.active a {
  color: #999999;
}
.page-nav li.dots {
  background: none;
  color: #585858;
  text-shadow: none;
  border: none;
  cursor: auto;
}
.page-nav li.ctrl-btn {
  padding: 7px 14px;
}
.page-nav li:hover {
  background: transparent url('http://lion32.com/yk1a/images/theme/bg-btn-hover.png');
}
.page-nav li.active:hover,
.page-nav li.dots:hover {
  background: none;
}
/* Used in post detail page */
.post-nav {
  margin: 0;
  list-style: none;
}
.post-nav li {
  width: 45%;
  min-height: 73px;
}
.post-nav li .caption {
  font-size: 10px;
  font-weight: bold;
  color: #00a6dc;
  margin: 0 39px 4px 39px;
  text-transform: uppercase;
  opacity: 0.5;
}
.post-nav li .title {
  font-size: 12px;
  font-weight: bold;
  margin: 0 39px;
}
.post-nav li .title a {
  color: #585858;
}
.post-nav li:hover .caption {
  opacity: 1;
}
.post-nav .prev {
  margin-right: 5%;
  float: left;
  background: transparent url('http://lion32.com/yk1a/images/theme/arrow-post-nav.png') no-repeat 0 0;
}
.post-nav .prev .title {
  margin-right: 0;
}
.post-nav .next {
  margin-left: 5%;
  float: right;
  text-align: right;
  background: transparent url('http://lion32.com/yk1a/images/theme/arrow-post-nav.png') no-repeat right -100px;
}
.post-nav .next .title {
  margin-left: 0;
}
#call-to-action {
  position: relative;
  margin-bottom: 68px;
  z-index: 2;
}
#call-to-action .msg {
  font-size: 32px;
  line-height: 38px;
  width: 545px;
}
#call-to-action .btn {
  background: transparent url('http://lion32.com/yk1a/images/theme/bg-call2action.png') no-repeat scroll left top;
  position: absolute;
  bottom: -10px;
  right: 0;
  display: block;
  width: 198px;
  height: 198px;
}
#call-to-action .btn:hover {
  background-position: left -198px;
}
.page-section {
  background: transparent url('http://lion32.com/yk1a/images/theme/bg-section.png') no-repeat right top;
  padding: 57px 36px 57px 0;
}
.page-section aside {
  font-size: 11px;
  /* for list title on sidebar */

}
.page-section aside .wrap {
  padding-right: 3px;
  text-align: right;
}
.page-section aside .section-title {
  font-family: 'LaneNarrowRegular';
  font-size: 36px;
  color: #fff;
  text-align: right;
  border-bottom: 5px solid #d7d7d7;
  width: 261px;
  height: 42px;
  line-height: 42px;
  background-color: #00a6dc;
  font-weight: normal;
  margin: 0 0 36px -36px;
}
.page-section aside .section-title.big {
  font-size: 60px;
  height: 121px;
  line-height: 1em;
  padding: 0 0 0.3em 0;
  position: relative;
}
.page-section aside .section-title.big span {
  position: absolute;
  right: 0pt;
  bottom: 5px;
}
.page-section aside .section-title.small {
  background: url("http://lion32.com/yk1a/images/theme/bg-page-nav.png") no-repeat scroll 0 23px transparent;
  border: medium none;
  color: #333;
  float: right;
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0 0 10px;
  width: auto;
  margin-bottom: 18px;
}
.page-section aside .section-title.small a {
  color: #585858;
  text-decoration: none;
}
.page-section aside .label {
  color: #333;
  margin-bottom: 5px;
  display: block;
}
.page-section aside .list {
  margin: 0;
  list-style: none;
}
.page-section aside .list li.active a {
  font-weight: bold;
  color: #585858;
}
.page-section aside * + .list {
  margin-top: 36px;
}
.page-section aside .section-title + .list {
  margin-top: 0;
}
.page-section aside .label + .list {
  margin-top: 1em;
}
.page-section aside .more-text {
  margin-top: 36px;
  float: right;
}
.page-section aside .thumb-list-2-cols {
  margin: -7px -7px 0 0;
  float: right;
  margin-top: 0;
  list-style: none;
  width: 154px;
}
.page-section aside .thumb-list-2-cols li {
  float: left;
  margin: 7px 7px 0 0;
}
.page-section aside .thumb-list-2-cols .current img {
  border-top-color: #e07538 !important;
}
.page-section aside * + .thumb-list-2-cols {
  margin-top: 29px;
}
.page-section aside .section-title + .thumb-list-2-cols {
  margin-top: -7px;
}
.two-cols-list {
  margin: 0;
  list-style: none;
  margin-left: -28px;
  margin-top: -36px;
}
.two-cols-list li {
  float: left;
  margin-left: 28px;
  width: 364px;
  margin-top: 36px;
}
.two-cols-list li .wrap {
  overflow: hidden;
}
.three-cols-list {
  margin: 0;
  list-style: none;
  margin-left: -27px;
}
.three-cols-list li {
  float: left;
  margin-left: 27px;
  width: 234px;
}
.four-cols-list {
  margin: 0;
  list-style: none;
  margin: -36px 0 0 -20px;
}
.four-cols-list li {
  float: left;
  margin: 36px 0 0 20px;
  width: 174px;
}
.one-col,
.two-cols,
.three-cols,
.four-cols {
  list-style: none;
}
.one-col {
  margin: -36px 0 0 -3.703703704%;
  /* 28 / 784 (grid-9 + negative margin) */

}
.one-col .entry,
.one-col li {
  width: 96.42857%;
  float: left;
  margin: 36px 0 0 3.57143%;
}
.two-cols {
  margin: -36px 0 0 -3.703703704%;
  /* 28 / 784 (grid-9 + negative margin) */

}
.two-cols .entry,
.two-cols li {
  width: 46.42857143%;
  float: left;
  margin: 36px 0 0 3.57143%;
}
.three-cols {
  margin: -36px 0 0 -3.571428571%;
  /* 27 / 783 (grid-9 + negative margin) */

}
.three-cols .entry,
.three-cols li {
  width: 29.88505747%;
  float: left;
  margin: 36px 0 0 3.448275862%;
}
.four-cols {
  margin: -36px 0 0 -3.703703704%;
  /* 28 / 784 (grid-9 + negative margin) */

}
.four-cols .entry,
.four-cols li {
  width: 21.42857143%;
  float: left;
  margin: 36px 0 0 3.57143%;
}
.post-list figure {
  float: left;
  margin: 0 2em 1em 0;
  width: 130px;
}
.post-list .title a {
  color: #585858;
}
.text-list .title {
  margin: 0 0 1em 0;
}
.text-list .title a {
  color: #585858;
}
.text-list .button-1 {
  margin: 1.5em 0 0 0;
  float: left;
}
.featured-list-1 {
  margin-top: -36px;
}
.featured-list-1 li {
  margin-top: 36px;
}
.partner-list {
  margin-top: -36px;
}
.partner-list li {
  margin-top: 36px;
}
.partner-list img {
  border: 1px solid #d7d7d7 !important;
  opacity: 0.7;
}
.partner-list a:hover img {
  opacity: 1;
}
.service-list .entry,
.service-list li {
  position: relative;
  background: transparent url('http://lion32.com/yk1a/images/theme/bg-service-box-1.png') no-repeat right bottom;
}
.service-list .entry article,
.service-list li article {
  padding: 36px 5px 36px 31px;
}
.service-list .entry .top-box,
.service-list li .top-box {
  background-color: #00a6dc;
  font-size: 20px;
  color: #fff;
  width: 39px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 0;
}
.service-list .entry figure img,
.service-list li figure img {
  border: none !important;
}
.service-list .entry .title,
.service-list li .title {
  margin-right: 10px;
}
.service-list .entry .title a,
.service-list li .title a {
  color: #585858;
}
.service-list .entry .entry-content,
.service-list li .entry-content {
  margin-right: 10px;
  display: block;
}
.service-list .entry:hover .top-box,
.service-list li:hover .top-box {
  background-color: #e07538;
}
.service-list .entry p,
.service-list li p {
  display: inline;
}
.extended-portfolio article {
  margin-bottom: 57px;
}
.extended-portfolio .thumb {
  margin-bottom: 0;
}
.extended-portfolio .wrap {
  float: left;
  width: 431px;
}
.extended-portfolio a.button-1 {
  margin-bottom: 0;
}
.extended-portfolio .info-list {
  margin: 0 0 20px 0;
  list-style: none;
}
.extended-portfolio .info-list li {
  margin-bottom: 0;
  width: 50%;
  float: left;
}
.extended-portfolio .info-list li span {
  font-style: italic;
}
.extended-portfolio h3 a {
  color: #585858;
}
.porfolio-wrapper {
  position: relative;
}
.simple-portfolio {
  margin: 0 0 36px 0;
  list-style: none;
}
.simple-portfolio img {
  width: 100%;
}
/*------------------------------------*\
	BLOG
\*------------------------------------*/
.blog-list-1 {
  margin-top: -39px;
}
.blog-list-1 article {
  margin-top: 39px;
  margin-bottom: 39px;
}
.blog-list-1 article header {
  float: left;
  width: 431px;
}
.blog-list-1 article header a {
  color: inherit;
}
.blog-list-1 article header .meta {
  color: #999999;
  margin-bottom: 14px;
}
.blog-list-1 article header .category {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 11px;
  margin-top: -4px;
}
.blog-list-1 article header .category a {
  color: #00a6dc;
}
.blog-list-1 article header .title {
  font-size: 30px;
  line-height: 36px;
  margin: 0.5em 0;
}
.blog-list-1 article header .post-tags {
  background: transparent url('http://lion32.com/yk1a/images/theme/icon-tag.png') no-repeat;
  padding-left: 25px;
  font-style: italic;
  margin-bottom: 27px;
}
.blog-list-1 article header .post-tags a {
  color: #00a6dc;
}
.blog-list-1 article .thumb {
  margin: 0 25px 0 0;
  float: left;
}
.blog-list-1 article .intro {
  float: left;
  width: 431px;
}
.blog-list-1 article + article {
  background: transparent url('http://lion32.com/yk1a/images/theme/line-h8.png') no-repeat 0 top;
  padding-top: 47px;
}
.blog-list-1.detail .thumb {
  margin-bottom: 25px;
}
.blog-list-1.detail .intro {
  width: auto;
  margin-bottom: 39px;
}
.blog-list-1.detail article {
  background: none;
  padding-bottom: 0;
  margin-bottom: 57px;
}
.blog-list-1.detail .post-list article {
  margin: 0;
}
.discussion article {
  margin-bottom: 0 !important;
  margin-top: 0;
  clear: both;
}
.discussion article .avatar {
  float: left;
  margin-right: 15px;
  display: block;
  width: 81px;
  height: 81px;
}
.discussion article .avatar img {
  padding: 3px;
  border: 1px solid #d7d7d7 !important;
  display: block;
}
.discussion article .wrap {
  overflow: hidden;
  padding-left: 11px;
}
.discussion article .meta {
  margin: 0 0 5px 20px;
  color: #999999;
  float: left;
}
.discussion article .meta a {
  color: #585858;
}
.discussion article .tools {
  float: right;
  margin-bottom: 5px;
}
.discussion article .tools a {
  font-style: italic;
}
.discussion article .comment-content {
  border: 1px solid #d7d7d7;
  padding: 16px 20px;
  float: left;
  background: transparent url('http://lion32.com/yk1a/images/theme/bg-form-field.png');
}
.discussion article .comment-content .arrow {
  float: left;
  margin-left: -31px;
  width: 11px;
  height: 11px;
  display: block;
  background: transparent url('http://lion32.com/yk1a/images/theme/arrow-comment-frame.png');
}
.discussion article article {
  padding-top: 27px;
  margin-bottom: 0;
}
.discussion article article .avatar {
  width: 71px;
  height: 71px;
}
.discussion article article img {
  width: 63px;
  height: 63px;
  display: block;
}
.recent-post-1 {
  margin: 0;
  list-style: none;
}
.recent-post-1 li {
  display: block;
  clear: both;
  margin-bottom: 20px;
}
.recent-post-1 .thumb {
  float: right;
  margin-left: 12px;
}
.recent-post-1 h1 {
  font-size: 11px;
  line-height: 1.3em;
  margin-bottom: 0;
  width: 143px;
  float: right;
}
.recent-post-1 h1 a {
  color: #585858;
}
.tag-cloud {
  margin: 0;
  list-style: none;
}
.tag-cloud li {
  background: transparent url('http://lion32.com/yk1a/images/theme/bg-tag-cloud-2.png') no-repeat;
  width: 225px;
  height: 35px;
  margin-bottom: 3px;
  line-height: 35px;
  font-weight: bold;
  color: #fff;
}
.tag-cloud li .num {
  width: 27px;
  text-align: center;
  padding-left: 4px;
  float: left;
}
.tag-cloud li .num a {
  color: #fff;
  text-decoration: none;
}
.tag-cloud li .tag {
  float: right;
  background: transparent url('http://lion32.com/yk1a/images/theme/bg-tag-cloud.png') no-repeat 0 4px;
  width: 178px;
  text-align: right;
  padding-right: 12px;
  margin-right: 4px;
}
.tag-cloud li .tag a {
  color: #fff;
}
.tag-cloud li:hover {
  background-position: 0 -35px;
}
.tag-cloud li.percent-90 .tag {
  background-position: 12px;
}
.tag-cloud li.percent-80 .tag {
  background-position: 24px;
}
.tag-cloud li.percent-70 .tag {
  background-position: 36px;
}
.tag-cloud li.percent-60 .tag {
  background-position: 48px;
}
.tag-cloud li.percent-50 .tag {
  background-position: 60px;
}
.tag-cloud li.percent-40 .tag {
  background-position: 72px;
}
.tag-cloud li.percent-30 .tag {
  background-position: 84px;
}
.tag-cloud li.percent-20 .tag {
  background-position: 96px;
}
.tag-cloud li.percent-10 .tag {
  background-position: 108px;
}
.sharing-list-1 {
  margin: 0 0 16px 0;
  list-style: none;
  float: left;
}
.sharing-list-1 li {
  background: transparent url('http://lion32.com/yk1a/images/theme/bg-btn-share.png') no-repeat right 0;
  min-width: 60px;
  height: 22px;
  font-weight: bold;
  font-size: 11px;
  line-height: 22px;
  margin: 0 15px 20px 0;
  cursor: pointer;
  float: left;
}
.sharing-list-1 li a {
  color: #fff;
}
.sharing-list-1 li .caption {
  color: #fff;
  padding: 0 10px;
  line-height: 23px;
}
.sharing-list-1 li .num {
  width: 35px;
  float: right;
  text-align: center;
}
.sharing-list-1 li:hover {
  background-position: right -44px;
}
/*------------------------------------*\
	GOOGLE MAP
\*------------------------------------*/
#map {
  display: block;
  width: 100%;
  height: 350px;
  margin-bottom: 57px;
  border-top: 4px solid #00a6dc;
}
#info-window {
  display: none;
  position: absolute;
  padding-bottom: 13px;
  background: transparent url('http://lion32.com/yk1a/images/theme/bg-info-window-bottom.png') no-repeat bottom left;
  color: #fff;
  width: 427px;
}
#info-window .wrap {
  padding: 13px 13px 0px 36px;
  background: transparent url('http://lion32.com/yk1a/images/theme/bg-info-window.png') no-repeat top left;
  min-height: 100px;
  font-size: 11px;
  line-height: 1.3em;
}
#info-window h1 {
  font-size: 16px;
  line-height: 1em;
}
#info-window ul {
  margin: 0;
  list-style: none;
}
#info-window li {
  padding: 0 0 0 40px;
  overflow: hidden;
}
#info-window li + li {
  margin-top: 10px;
}
#info-window .address {
  background: transparent url('http://lion32.com/yk1a/images/theme/icon-address.png') no-repeat;
}
#info-window .phone {
  background: transparent url('http://lion32.com/yk1a/images/theme/icon-phone.png') no-repeat;
}
#info-window .email {
  background: transparent url('http://lion32.com/yk1a/images/theme/icon-email.png') no-repeat;
}
/* -------------------------------- *\
	FORM
\* -------------------------------- */
.form-1 label,
.form-1 .search-btn {
  width: 84px;
  float: left;
  display: block;
  color: #fff;
  background-color: #00a6dc;
  font-size: 14px;
  line-height: 20px;
  font-family: 'LaneNarrowRegular';
  text-align: right;
  padding: 12px 15px 4px 0;
  margin: 1px 0 23px;
  clear: both;
}
.form-1 .text-field,
.form-1 .text-area,
.form-1 .search-field {
  float: left;
  width: 294px;
  height: 24px;
  padding: 10px 10px 2px 10px;
  border: 1px solid #00a6dc;
  background: transparent url('http://lion32.com/yk1a/images/theme/bg-form-field.png');
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0px 0px 5px #999 inset;
  /* Firefox */

  -webkit-box-shadow: 0px 0px 5px #999 inset;
  /* Safari, Chrome */

  box-shadow: 0px 0px 5px #999 inset;
  /* CSS3 */

  margin-bottom: 22px;
  color: #585858;
  font-size: 12px;
  line-height: 1.3em;
}
.form-1 label.text-area-label {
  padding-bottom: 145px;
  margin-top: 1px;
}
.form-1 .text-area {
  width: 635px;
  height: 157px;
  margin-top: 0;
  padding: 10px;
  max-width: 635px;
  min-width: 635px;
  max-height: 157px;
  min-height: 157px;
}
.form-1 .is-optional {
  background-color: #999999;
}
.form-1 .is-optional + input,
.form-1 .is-optional + textarea {
  border-color: #999999;
}
.form-1 .search-field {
  width: 134px;
  float: left;
  border-color: #999999;
  margin-bottom: 0;
}
.form-1 .search-btn {
  width: 69px;
  float: left;
  border: none;
  clear: none;
  height: 36px;
  padding: 12px 6px 6px 6px;
  background-color: #999999;
  cursor: pointer;
  margin-bottom: 0;
}
.form-1 .search-btn:hover {
  background-color: #00a6dc;
}
.form-1 .legend {
  background-color: #999999;
  display: block;
  width: 25px;
  height: 12px;
  text-indent: 35px;
  font-size: 11px;
  line-height: 11px;
  font-style: italic;
  float: left;
  margin: 26px 0 0 40px;
  white-space: nowrap;
}
#form-messages {
  width: 186px;
  float: left;
  color: #d44141;
  font-weight: bold;
  padding: 0 0 0 36px;
}
.comment-form {
  margin-top: 3em;
}
#content .recaptchatable a img {
  border: none;
}
#captcha {
  float: left;
}
#recaptcha_response_field {
  width: 270px !important;
}
#recaptcha_image {
  width: 270px !important;
}
.recaptcha_image_cell #recaptcha_image img {
  width: 270px !important;
}
#recaptcha_table .recaptcha_image_cell {
  width: 272px !important;
}
.call-to-action-2 {
  font-size: 18px;
  color: #d7d7d7;
  margin-bottom: 24px;
  text-align: right;
}
.call-to-action-2 span {
  line-height: 1em;
}
.big-contact {
  color: #00a6dc;
  font-family: 'LaneNarrowRegular';
  font-size: 60px;
}
.big-explore {
  color: #e07538;
  font-family: 'LaneNarrowRegular';
  font-size: 24px;
}
/* -------------------------------- *\
	PRE-FOOTER
\* -------------------------------- */
#pre-footer {
  padding: 25px 36px;
  background: #efefef url('http://lion32.com/yk1a/images/theme/twitter-bird.png') no-repeat 36px center;
  border-top: 1px solid #ddd;
  min-height: 18px;
}
#pre-footer .icon {
  margin-right: 25px;
  float: left;
}
#pre-footer .tweet {
  margin-left: 88px;
  display: block;
}
#pre-footer .tweet-time {
  color: #999;
}
#footer-tweets ul {
  list-style: none;
  margin: 0;
}
/* -------------------------------- *\
	FOOTER
\* -------------------------------- */
#footer {
  background: #39414c url('http://lion32.com/yk1a/images/theme/bg-footer.png') repeat-x;
  color: #d7d7d7;
  margin: 0 auto;
  padding: 41px 36px 36px 36px;
  font-size: 11px;
  line-height: 1.3em;
  text-shadow: 1px 1px 0px #111;
}
#footer a {
  color: #00a6dc;
}
#footer .company-info {
  margin-bottom: 36px;
}
#footer .footer-section h1 {
  font-family: 'LaneNarrowRegular';
  font-size: 20px;
  line-height: 1em;
  color: #fff;
  font-weight: normal;
  margin-bottom: 22px;
}
#footer .col-2 {
  width: 176px;
}
#footer .col-3 {
  width: 280px;
}
#footer .social-links {
  margin: 0;
  list-style: none;
}
#footer .social-links li {
  float: left;
  margin-right: 8px;
}
#footer .gallery {
  margin: 0;
  list-style: none;
}
#footer .gallery li {
  overflow: hidden;
  margin-bottom: 6px;
  height: 36px;
  border: 1px solid #fff;
}
#footer .gallery li a {
  width: 174px !important;
  height: 36px !important;
}
#footer .gallery li img {
  width: 174px !important;
}
#footer .contact {
  line-height: 1.4em;
  margin: 0;
  list-style: none;
}
#footer .contact li {
  margin-bottom: 15px;
}
#footer .testimonial {
  margin: 0;
  list-style: none;
}
#footer .testimonial li {
  margin-bottom: 19px;
}
#footer .testimonial li img {
  background: transparent url('http://lion32.com/yk1a/images/theme/bg-testimonial.png') no-repeat;
  padding: 1px 8px 1px 1px;
  margin: 3px 16px 0 0;
  float: left;
}
#footer .testimonial li .testimonial-content {
  overflow: hidden;
  display: block;
}
#footer .testimonial li .client-name {
  color: #999;
}
/* -------------------------------- *\
	MEET OUR TEAM PAGE
\* -------------------------------- */
.team .title {
  margin-left: 22px;
  font-family: 'LaneNarrowRegular';
  font-size: 32px;
  font-weight: normal;
}
.team ul {
  list-style: none;
  border-left: 4px solid #585858;
  padding: 28px 0 0 0;
  margin: -48px 0 57px 0;
}
.team ul li {
  float: left;
  margin: 20px 0 0 20px;
  width: 73px;
}
.orange ul {
  border-color: #e07538;
}
.red ul {
  border-color: #d44141;
}
.blue ul {
  border-color: #00a6dc;
}
.gray ul {
  border-color: #999999;
}
/* -------------------------------- *\
	PAGE'S ELEMENTS PAGE
\* -------------------------------- */
.page-section.elements .grids [class^="grid-"] {
  margin-bottom: 36px;
}
/* -------------------------------- *\
	TYPOGRAPHY
\* -------------------------------- */
h1 {
  font-size: 36px;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}
h2 {
  font-size: 30px;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}
h3 {
  font-size: 24px;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}
h4 {
  font-size: 18px;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}
h5 {
  font-size: 14px;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}
h6 {
  font-size: 12px;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 1.5em;
}
.line {
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.2em;
  width: 100%;
  margin-bottom: 0.8em;
}
.line:after {
  background: url("http://lion32.com/yk1a/images/theme/bg-heading.png") no-repeat scroll 0.3em 0.41em;
  content: ".";
  display: inline-block;
  height: 0.94em;
  text-indent: -120%;
  width: 1200px;
}
.line.font2:after {
  height: 1em;
  background-position: 0.3em 0.44em;
}
.dropcap-1 {
  background: transparent url('http://lion32.com/yk1a/images/theme/bg-dropcap-1.png');
  display: block;
  float: left;
  margin: 3px 10px 10px 0;
  width: 39px;
  height: 39px;
  color: #fff;
  font-size: 24px;
  line-height: 39px;
  text-align: center;
}
blockquote {
  padding-left: 50px;
  background: transparent url('http://lion32.com/yk1a/images/theme/icon-quote.png') no-repeat 15px 0px;
  font-style: italic;
  overflow: hidden;
  color: #4d4d4d;
  margin: 1.5em 0;
}
.font2 {
  font-family: 'LaneNarrowRegular';
  font-weight: normal;
}
.font2 h1,
.font2 h2,
.font2 h3,
.font2 h4,
.font2 h5,
.font2 h6 {
  font-weight: normal;
}
/* -------------------------------- *\
	ALERT BOXES
\* -------------------------------- */
.alert {
  padding: 12px 10px 12px 42px;
  border-left: 3px solid;
  background-position: 12px center;
}
.error {
  color: #B3696C;
}
.success {
  color: #8FA442;
}
.info {
  color: #528DA9;
}
.warning {
  color: #C4A21B;
}
/* -------------------------------- *\
	TABS
\* -------------------------------- */
.tabs-nav {
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.tabs-nav li {
  float: left;
  line-height: 32px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.tabs-nav .current {
  line-height: 31px;
}
.tabs-nav li a {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #F8F8F8;
  border-color: #eaeaea #eaeaea #eaeaea -moz-use-text-color;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px medium;
  color: #999999;
  display: block;
  letter-spacing: 0;
  outline: medium none;
  padding: 0 16px;
  text-decoration: none;
  text-shadow: 0 1px 0 #FFFFFF;
}
.tabs-nav li:first-child a {
  border-left: 1px solid #EAEAEA;
}
.tabs-nav li a:hover {
  background: none repeat scroll 0 0 #F0F0F0;
}
.tabs-nav li a:hover,
.tabs-nav a.current {
  color: #e07538;
}
.tabs-nav a.current {
  background: url("http://lion32.com/yk1a/images/theme/bg-section.png") no-repeat scroll right -75px transparent;
  border-bottom: 2px solid #FFFFFF;
  border-top: 1px solid #e07538;
}
.tabs-nav a.current:hover {
  background: none;
}
.tabs-container {
  border: 1px solid #EAEAEA;
  margin: -1px 0 20px;
  overflow: hidden;
  width: 100%;
}
.tab-content {
  padding: 20px;
}
/* -------------------------------- *\
	ACCORDION
\* -------------------------------- */
.acc-trigger {
  border-top: 1px dotted #ced8df;
  cursor: pointer;
  display: block;
  margin: 0;
}
.acc-trigger:last-of-type,
.acc-container:last-of-type {
  border-bottom: 1px dotted #ced8df;
  margin-bottom: 20px;
}
.no-js .acc-trigger:last-of-type {
  border-bottom: none;
}
.acc-trigger a {
  background: url("http://lion32.com/yk1a/images/theme/accordion-open.png") no-repeat 20px 12px;
  display: block;
  color: #747474;
  outline: medium none;
  padding: 12px 20px 12px 55px;
  text-decoration: none !important;
  text-shadow: none;
}
h3.acc-trigger a,
h4.acc-trigger a {
  background: url("http://lion32.com/yk1a/images/theme/accordion-open.png") no-repeat 20px 12px;
}
h6.acc-trigger a {
  background: url("http://lion32.com/yk1a/images/theme/accordion-open.png") no-repeat 20px 12px;
}
.acc-trigger a:hover {
  color: #333;
}
.acc-trigger a:hover,
.acc-trigger.active a,
.acc-trigger.active a:hover {
  color: #e07538;
}
.acc-trigger.active a:hover {
  background-color: transparent;
}
.acc-trigger.active {
  cursor: default;
}
.acc-trigger.active:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.acc-trigger.active a {
  background: url("http://lion32.com/yk1a/images/theme/accordion-close.png") no-repeat 20px 12px;
  cursor: default;
}
h3.acc-trigger.active a,
h4.acc-trigger.active a {
  background: url("http://lion32.com/yk1a/images/theme/accordion-close.png") no-repeat 20px 12px;
}
h6.acc-trigger.active a {
  background: url("http://lion32.com/yk1a/images/theme/accordion-close.png") no-repeat 20px 12px;
}
.acc-container .content {
  padding: 0 20px 25px 55px;
}
.js .acc-container {
  margin-top: -15px;
}
/* -------------------------------- *\
	LIST STYLES
\* -------------------------------- */
ul.list li:before,
ul.list li:after {
  content: none;
  clear: none;
  display: none;
}
ul.square {
  list-style: square inside;
}
ul.square li {
  padding-left: 7px;
}
ul.circle {
  list-style: circle inside;
}
ul.circle li {
  padding-left: 7px;
}
ul.disc {
  list-style: disc inside;
}
ul.disc li {
  padding-left: 7px;
}
ul.check {
  list-style: none;
}
ul.check li {
  background: url("http://lion32.com/yk1a/images/theme/icon-check.png") no-repeat 0 2px;
  padding-left: 20px;
}
ul.arrow-1 {
  list-style: none;
}
ul.arrow-1 li {
  background: url("http://lion32.com/yk1a/images/theme/icon-arrow-1.png") no-repeat 0 0;
  padding-left: 20px;
}
ul.arrow-2 {
  list-style: none;
}
ul.arrow-2 li {
  background: url("http://lion32.com/yk1a/images/theme/icon-arrow-2.png") no-repeat 0 0;
  padding-left: 20px;
}
ul.arrow-3 {
  list-style: none;
}
ul.arrow-3 li {
  background: url("http://lion32.com/yk1a/images/theme/icon-arrow-3.png") no-repeat 0 0;
  padding-left: 20px;
}
ul.compass {
  list-style: none;
}
ul.compass li {
  background: url("http://lion32.com/yk1a/images/theme/icon-compass.png") no-repeat 0 0;
  padding-left: 20px;
}
/* -------------------------------- *\
	PRICING TABLES
\* -------------------------------- */
.simple-pricing-table .features li[data-tooltip],
.extended-pricing-table .features li[data-tooltip] {
  cursor: help;
}
.extended-pricing-table .features li[data-tooltip] {
  background: url("http://lion32.com/yk1a/images/theme/icon-help.png") no-repeat right center;
}
.ie7 .simple-pricing-table .features li[data-tooltip],
.ie7 .extended-pricing-table .features li[data-tooltip] {
  cursor: auto;
}
.simple-pricing-table .features li[data-tooltip]:hover,
.extended-pricing-table .features li[data-tooltip]:hover {
  color: #54555a;
}
/* Tooltip container */
.simple-pricing-table .features li[data-tooltip]:before,
.extended-pricing-table .features li[data-tooltip]:before {
  background: #fff8de;
  border: 1px solid #fee5a2;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  bottom: 0;
  color: #7b7b7b;
  content: attr(data-tooltip) !important;
  font-size: 11px;
  left: 9px;
  line-height: 1.5;
  opacity: 0;
  visibility: hidden;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 143px;
  z-index: 99999998;
}
.simple-pricing-table .features li[data-tooltip]:before {
  left: 10px;
  width: 123px;
}
.extended-pricing-table .features-list .features li[data-tooltip]:before {
  left: 10px;
  text-align: left;
  width: 158px;
}
.simple-pricing-table .features li[data-tooltip]:hover:before,
.extended-pricing-table .features li[data-tooltip]:hover:before {
  bottom: 100%;
  visibility: visible;
  opacity: 1;
}
/* Tooltip arrow */
.not-ie .simple-pricing-table .features li[data-tooltip]:after,
.not-ie .extended-pricing-table .features li[data-tooltip]:after {
  background: #fff8de;
  border-bottom: 1px solid #fee5a2;
  border-right: 1px solid #fee5a2;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  bottom: 0;
  content: '';
  display: block;
  height: 10px;
  left: 50%;
  margin: 0 0 0 -5px;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 10px;
  z-index: 99999;
}
.simple-pricing-table .features-list .features li[data-tooltip]:after,
.extended-pricing-table .features-list .features li[data-tooltip]:after {
  left: 22px;
  margin-left: 0;
}
.not-ie .simple-pricing-table .features li[data-tooltip]:hover:after,
.not-ie .extended-pricing-table .features li[data-tooltip]:hover:after {
  bottom: 30px;
  opacity: 1;
}
.simple-pricing-table .features li[data-tooltip]:hover:after {
  bottom: 24px !important;
}
.ie8 .simple-pricing-table .features li[data-tooltip]:before,
.ie8 .simple-pricing-table .features li[data-tooltip]:after,
.ie8 .extended-pricing-table .features li[data-tooltip]:before,
.ie8 .extended-pricing-table .features li[data-tooltip]:after {
  display: none;
}
.ie8 .simple-pricing-table .features li[data-tooltip]:hover:before,
.ie8 .extended-pricing-table .features li[data-tooltip]:hover:before {
  display: block;
}
.simple-pricing-table,
.extended-pricing-table {
  height: 100%;
  margin: 0 0 40px;
  position: relative;
  text-align: center;
  width: 100%;
}
.simple-pricing-table a.button,
.extended-pricing-table a.button {
  color: #fff;
  text-decoration: none;
  border-bottom: 4px solid #d7d7d7;
  background: url("http://lion32.com/yk1a/images/theme/bg-section.png") left -70px;
}
.simple-pricing-table .column,
.extended-pricing-table .column {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.simple-pricing-table .features,
.extended-pricing-table .features {
  list-style: none outside none;
  margin: 0;
}
.simple-pricing-table .features li,
.extended-pricing-table .features li {
  display: block;
  margin: 0;
  position: relative;
}
.simple-pricing-table .footer,
.extended-pricing-table .footer {
  padding: 16px 5px;
}
.simple-pricing-table .footer .button,
.extended-pricing-table .footer .button {
  background-color: #515151;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 20px;
  text-transform: uppercase;
}
.extended-pricing-table.col5 .footer .button {
  padding: 9px 12px;
}
.simple-pricing-table.featured {
  margin-top: 50px;
}
.simple-pricing-table .column {
  background: none repeat scroll 0 0 #F6F6F6;
  border-bottom: 1px solid #EDEDED;
  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #EDEDED;
  width: 938px;
}
.simple-pricing-table .column:first-child {
  border-left-color: #EDEDED;
}
.simple-pricing-table .column:last-child {
  border-right: 1px solid #EDEDED;
}
.simple-pricing-table.col2 .column {
  width: 377px;
}
.simple-pricing-table.col3 .column {
  width: 247px;
}
.simple-pricing-table.col4 .column {
  width: 233px;
}
.simple-pricing-table.col5 .column {
  width: 147px;
}
.simple-pricing-table .column.featured {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #EBEBEB;
  border-top: 4px solid #e07538;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  margin: -20px -1px 0;
  padding: 20px 5px 15px;
  width: 928px;
  z-index: 1;
}
.simple-pricing-table.col2.featured .column {
  width: 377px;
}
.simple-pricing-table.col3.featured .column {
  width: 247px;
}
.simple-pricing-table.col4.featured .column {
  width: 186px;
}
.simple-pricing-table.col5.featured .column {
  width: 147px;
}
.simple-pricing-table.col2 .column.featured {
  width: 368px;
}
.simple-pricing-table.col3 .column.featured {
  width: 248px;
}
.simple-pricing-table.col4 .column.featured {
  width: 182px;
}
.simple-pricing-table.col5 .column.featured {
  width: 153px;
}
.simple-pricing-table .header {
  padding: 15px 20px 20px;
}
.simple-pricing-table .featured .header {
  margin: -15px 0 0;
}
.simple-pricing-table .title {
  color: #414141;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.8px;
  margin: 0 0 5px;
}
.simple-pricing-table.col5 .title {
  font-size: 18px;
}
.simple-pricing-table .price {
  color: #777777;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 7px;
}
.simple-pricing-table .price span {
  color: #292929;
  font-weight: 700;
}
.simple-pricing-table .free .price span {
  color: #00a6dc;
}
.simple-pricing-table .featured .price span {
  color: #e07538;
}
.simple-pricing-table .description {
  color: #4B4B4B;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}
.simple-pricing-table .free .description {
  color: #00a6dc;
}
.simple-pricing-table .featured .description {
  color: #E38C11;
}
.simple-pricing-table .title + .description {
  margin-bottom: 2px;
  margin-top: 12px;
}
.simple-pricing-table .features {
  padding: 0 10px;
}
.simple-pricing-table .features li {
  border-top: 1px solid #EBEBEB;
  padding: 5px 10px;
  font-size: 11px;
}
.simple-pricing-table .footer {
  background: none repeat scroll 0 0 #E5E5E5;
  margin: 1px 0 0;
}
.simple-pricing-table .featured .footer {
  background: none repeat scroll 0 0 #FFFFFF;
  margin-top: 11px;
}
.simple-pricing-table .featured .footer .button {
  background-color: #e07538;
  font-size: 18px;
  padding: 11px 27px;
}
.simple-pricing-table .free .footer .button {
  background-color: #00a6dc;
}
.simple-pricing-table .footer .button:hover {
  background-color: #e07538;
}
.simple-pricing-table .free .footer .button:hover,
.simple-pricing-table .featured .footer .button:hover {
  background-color: #515151;
}
.extended-pricing-table.featured {
  margin-top: 50px;
}
.extended-pricing-table .column {
  width: 740px;
}
.extended-pricing-table .features-list {
  text-align: left;
  width: 200px !important;
}
.extended-pricing-table.col2 .column {
  width: 278px;
}
.extended-pricing-table.col3 .column {
  width: 185px;
}
.extended-pricing-table.col4 .column {
  width: 139px;
}
.extended-pricing-table.col5 .column {
  width: 111px;
}
.extended-pricing-table .featured {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.extended-pricing-table .header {
  background: none repeat scroll 0 0 #3A3A3A;
  color: #FFFFFF;
  min-height: 110px;
}
.extended-pricing-table .features-list .header {
  background: #eeeeee url('http://lion32.com/yk1a/images/theme/bg-section.png') no-repeat left -20px;
  position: relative;
  height: 137px;
  margin-top: -27px;
}
.extended-pricing-table .features-list .header .title {
  font-family: 'LaneNarrowRegular';
  font-size: 24px;
  font-weight: normal;
  background: none;
  color: #585858;
  margin-bottom: 0;
  text-align: right;
  bottom: 10px;
  position: absolute;
}
.extended-pricing-table .free .header {
  background: none repeat scroll 0 0 #00a6dc;
}
.extended-pricing-table .featured .header {
  background: none repeat scroll 0 0 #e07538;
  padding: 0 0 10px;
}
.ie7 .extended-pricing-table .featured .header {
  padding-bottom: 0;
}
.extended-pricing-table .title {
  background: none repeat scroll 0 0 #2C2C2C;
  color: #BBBBBB;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 7px;
  padding: 8px 15px;
  text-transform: uppercase;
}
.extended-pricing-table.col5 .title {
  font-size: 11px;
}
.extended-pricing-table .free .title {
  background: none repeat scroll 0 0 #007ea8;
  color: #FFFFFF;
}
.extended-pricing-table .featured .title {
  background: none repeat scroll 0 0 #ad5b2b;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 600;
  margin-top: -10px;
  padding-bottom: 11px;
  padding-top: 10px;
  position: relative;
}
.extended-pricing-table .price {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
.extended-pricing-table .free .price {
  color: #99e5ff;
}
.extended-pricing-table .featured .price {
  color: #FAB197;
}
.extended-pricing-table .price span {
  color: #FFFFFF;
  display: block;
  font-size: 30px;
  font-family: 'LaneNarrowRegular';
  line-height: 1.3em;
}
.extended-pricing-table .featured .price span {
  font-size: 42px;
}
.extended-pricing-table .features {
  border-left: 1px solid #FFFFFF;
}
.extended-pricing-table .features-list .features {
  border-left: medium none;
}
.extended-pricing-table .features li {
  background: none repeat scroll 0 0 #F8F8F8;
  border-bottom: 1px solid #FFFFFF;
  padding: 8px 10px;
}
.extended-pricing-table .features li:before {
  content: "";
}
.extended-pricing-table .featured .features li {
  background: none repeat scroll 0 0 #FFFFFF;
}
.extended-pricing-table .features li:first-child {
  border-top: 1px solid #FFFFFF;
}
.extended-pricing-table .features li:nth-child(2n) {
  background-color: #F0F0F0;
}
.extended-pricing-table .featured .features li:nth-child(2n) {
  background-color: #F6F6F6;
}
.extended-pricing-table .features li .check {
  background: url("http://lion32.com/yk1a/images/theme/icon-check-orange.png") no-repeat scroll center 2px transparent;
  display: inline-block;
  height: 18px;
  text-indent: -9999px;
  width: 18px;
}
.ie7 .extended-pricing-table .features li .check {
  display: inline;
  font-size: 0;
  text-indent: 0;
}
.extended-pricing-table .free .features li .check {
  background-image: url("http://lion32.com/yk1a/images/theme/icon-check-blue.png");
}
.extended-pricing-table .footer {
  background: none repeat scroll 0 0 #F8F8F8;
}
.extended-pricing-table .featured .footer {
  padding-bottom: 26px;
}
.extended-pricing-table .features-list .footer {
  background: none repeat scroll 0 0 transparent;
}
.extended-pricing-table .free .footer .button {
  background-color: #00a6dc;
}
.extended-pricing-table .featured .footer .button {
  background-color: #e07538;
}
.extended-pricing-table .footer .button:hover {
  background-color: #e07538;
}
.extended-pricing-table .free .footer .button:hover,
.extended-pricing-table .featured .footer .button:hover {
  background-color: #515151;
}
/* -------------------------------- *\
	COMMON STYLES
\* -------------------------------- */
hr {
  padding-bottom: 10px;
  background: transparent url('http://lion32.com/yk1a/images/theme/line-h17.png');
  border: none;
}
.more-text a {
  font-style: italic;
  white-space: nowrap;
}
a:hover {
  text-decoration: underline;
}
a.button-1 {
  background: transparent url('http://lion32.com/yk1a/images/theme/bg-btn.png');
  font-size: 12px;
  color: #fff;
  padding: 16px 42px 4px 10px;
  text-shadow: 1px 1px 0px #585858;
  border-bottom: 4px solid #d7d7d7;
  display: inline-block;
  cursor: pointer;
}
a.button-1:hover {
  text-decoration: none;
  background: transparent url('http://lion32.com/yk1a/images/theme/bg-btn-hover.png');
}
.ml0 {
  margin-left: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.no-bg {
  background: none;
}
/* -------------------------------- *\
	PRETTYPHOTO THUMBS
\* -------------------------------- */
.prettyphoto-overlay {
  background: transparent url('http://lion32.com/yk1a/images/theme/bg-btn.png');
  border-bottom: 4px solid #D7D7D7;
  text-shadow: 1px 1px #4D4D4D;
  font-size: 11px;
  line-height: 1em;
  margin-left: 2px;
  padding: 36px 14px 7px 7px;
  position: absolute;
  right: 16px;
  top: -58px;
  color: #fff;
  opacity: 0.5;
  -moz-transition: top 0.4s, opacity 0.4s linear;
  transition: top 0.4s, opacity 0.4s linear;
  -webkit-transition: top 0.4s, opacity 0.4s linear;
  -o-transition: top 0.4s, opacity 0.4s linear;
}
.prettyphoto-overlay:hover {
  background: transparent url('http://lion32.com/yk1a/images/theme/bg-btn-hover.png');
}
a:hover .prettyphoto-overlay {
  top: 0;
  opacity: 1;
  -moz-transition: top 0.4s, opacity 0.4s ease-in-out;
  transition: top 0.4s, opacity 0.4s ease-in-out;
  -webkit-transition: top 0.4s, opacity 0.4s ease-in-out;
  -o-transition: top 0.4s, opacity 0.4s ease-in-out;
}
#flickr-gallery a:hover .prettyphoto-overlay {
  top: -29px;
}
/* -------------------------------- *\
	Flexslider
\* -------------------------------- */
#main-slider {
  width: 1056px;
  margin-bottom: 68px;
  z-index: 1;
  position: relative;
  margin-right: -36px;
}
.flexslider {
  width: 792px;
  /* width */

  float: right;
  position: relative;
  background-color: #d7d7d7;
  border: none !important;
}
.flex-control-nav {
  display: none !important;
}
.flex-control-nav li a {
  background: none !important;
}
.yk1 .flex-caption {
  background: none;
  padding: 0;
  display: block;
  width: 225px;
  bottom: -4px;
  left: -264px;
  text-align: right;
  position: absolute;
  zoom: 1;
  filter: inherit;
}
.yk1 .flex-caption h1 {
  font-size: 30px;
  font-family: 'LaneNarrowRegular';
  font-weight: normal;
  line-height: 32px;
  margin-bottom: 0;
  color: #4d4d4d;
  text-shadow: none;
}
.yk1 .flex-caption p {
  font-size: 11px;
  line-height: 1.3em;
  display: inherit;
  padding: 10px 0 4px 0;
  color: #4d4d4d;
  text-shadow: none;
  margin-bottom: 0;
}
/*--------------------------------*\
	MAIN MENU 
\*--------------------------------*/
/* Mobile menu */
.select-menu {
  display: none;
  width: 100%;
  height: 32px;
  padding: 6px 10px;
  background: url('http://lion32.com/yk1a/images/theme/menu-arrow-down.png') no-repeat right center #00a6dc;
  color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
#main-menu {
  height: 122px;
  display: block;
  margin-bottom: 72px;
  position: relative;
  z-index: 999;
}
#main-menu .root {
  display: none;
  float: right;
  margin: 0;
  font-size: 12px;
  line-height: 1em;
  background: url('http://lion32.com/yk1a/images/theme/bg-main-menu.png') repeat-x;
  border-bottom: 4px solid #d7d7d7;
  text-shadow: 1px 1px #4d4d4d;
}
#main-menu .root a {
  color: #fff;
  text-decoration: none;
  padding: 90px 34px 7px 7px;
}
#main-menu .menu {
  padding: 0;
  margin: 0;
  float: right;
  display: block;
}
#main-menu .menu li {
  list-style: none;
  float: left;
  padding: 90px 14px 7px 7px;
  margin-left: 0px;
  font-size: 11px;
  line-height: 1em;
  position: relative;
}
#main-menu .menu li a {
  color: #585858;
}
#main-menu .menu li li:last-child {
  border-bottom: 4px solid #d7d7d7;
}
#main-menu .menu li.has-child a {
  background: url('http://lion32.com/yk1a/images/theme/menu-arrow.png') no-repeat right -22px;
}
#main-menu .menu li.has-child ul a {
  background: none;
}
#main-menu .menu li.active {
  background: url('http://lion32.com/yk1a/images/theme/bg-main-menu.png') repeat-x;
  border-bottom: 4px solid #d7d7d7;
  text-shadow: 1px 1px #4d4d4d;
}
#main-menu .menu li.active a {
  color: #fff;
  text-decoration: none;
}
#main-menu .menu li.active.has-child a {
  background: url('http://lion32.com/yk1a/images/theme/menu-arrow.png') no-repeat right 6px;
}
#main-menu .menu li.active.has-child ul a {
  background: none;
}
#main-menu .menu a {
  padding-right: 10px;
  display: block !important;
}
#main-menu .menu ul {
  position: absolute;
  padding: 16px 0 0 0;
  margin: 0;
  right: 0;
  display: none;
  background: url('http://lion32.com/yk1a/images/theme/menu-connector-1.png') no-repeat right 12px;
}
#main-menu .menu ul li {
  background-color: #00a6dc;
  margin-top: 1px;
  float: none;
  padding: 0 4px 0 0;
  text-shadow: none;
  margin-left: 0;
  width: 130px;
  position: relative;
}
#main-menu .menu ul li a {
  background: none;
  color: #fff;
  padding: 15px 11px 8px 7px;
  display: inline-block;
}
#main-menu .menu ul li a:hover {
  text-decoration: none;
}
#main-menu .menu ul li.has-child a {
  background: url('http://lion32.com/yk1a/images/theme/menu-arrow.png') no-repeat 120px 20px;
}
#main-menu .menu ul li.has-child ul a {
  background: none;
}
#main-menu .menu ul li:hover {
  background: transparent url('http://lion32.com/yk1a/images/theme/bg-btn.png');
}
#main-menu .menu ul ul {
  background: url('http://lion32.com/yk1a/images/theme/menu-connector-2.png') no-repeat right top;
  width: 135px;
  left: -139px;
  padding: 0 4px 0 0;
  top: -1px;
}
/*--------------------------------*\
	MAIN MENU 
	SCREEN SIZE:  768px - 1023px
\*--------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #main-menu .menu li {
    padding-right: 10px;
  }
  #main-menu .root {
    display: block;
  }
  #main-menu .root a {
    display: block;
  }
  #main-menu .wrap .menu {
    display: none;
    background: url('http://lion32.com/yk1a/images/theme/menu-connector-2.png') no-repeat right top;
    padding-right: 4px;
  }
  #main-menu .wrap .menu li:last-child {
    border-bottom: 4px solid #d7d7d7;
  }
  #main-menu .wrap:hover .menu {
    display: block;
  }
  #main-menu .menu {
    width: 135px;
    margin-top: 72px;
  }
  #main-menu .menu li {
    width: 135px;
    background-color: #00a6dc;
    margin-top: 1px;
    float: none;
    padding: 0 4px 0 0;
    text-shadow: none;
    margin-left: 0;
    width: 130px;
    position: relative;
  }
  #main-menu .menu li a {
    background: none;
    color: #fff;
    padding: 15px 11px 8px 7px;
    display: inline-block;
  }
  #main-menu .menu li a:hover {
    text-decoration: none;
  }
  #main-menu .menu ul {
    background: url('http://lion32.com/yk1a/images/theme/menu-connector-2.png') no-repeat right top;
    width: 135px;
    left: -139px;
    padding: 0 4px 0 0;
    top: -1px;
  }
  #main-menu .menu li.active {
    background: #00a6dc none;
    border-bottom: none;
    text-shadow: none;
  }
  #main-menu .menu li:hover {
    background: transparent url('http://lion32.com/yk1a/images/theme/bg-btn.png');
  }
  #main-menu .menu li.has-child a,
  #main-menu .menu li.active.has-child a {
    background: url('http://lion32.com/yk1a/images/theme/menu-arrow.png') no-repeat 120px 20px;
  }
}
/*===================================================================

	2. SCREEN SIZE:  1024px - 1091px

===================================================================*/
@media only screen and (min-width: 1024px) and (max-width: 1091px) {
  body {
    font-size: 13px;
    padding: 0;
  }
  .wrapper {
    width: 1024px;
  }
  #header,
  #content,
  #footer {
    width: 948px;
  }
  #footer {
    padding: 41px 38px 36px 38px;
    font-size: 12px;
  }
  #footer .grids {
    margin-left: -36px;
  }
  #footer .grids [class^="grid-"] {
    margin: 0 0 0 24px;
  }
  #footer .col-1 {
    margin-left: 36px !important;
  }
  #logo {
    width: 228px;
  }
  #main-menu {
    width: 438px;
  }
  #main-menu .menu li {
    padding-right: 10px;
  }
  #main-slider {
    width: 986px;
  }
  .flexslider {
    width: 742px;
  }
  .yk1 .flex-caption {
    width: 205px;
    left: -244px;
  }
  .yk1 .flex-caption p {
    font-size: 13px;
  }
  #call-to-action .msg {
    font-size: 30px;
  }
  .page-section {
    padding: 57px 38px 57px 2px;
  }
  .page-section aside {
    font-size: 12px;
  }
  .page-section aside .section-title {
    width: 245px;
    margin: 0 0 36px -38px;
  }
  .two-cols-list li {
    width: 337px;
  }
  .three-cols-list li {
    width: 216px;
  }
  .four-cols-list li {
    width: 160px;
  }
  #info-window .wrap {
    font-size: 12px;
  }
  .form-1 .text-area {
    max-width: 581px;
    min-width: 581px;
  }
  .form-1 .search-field {
    width: 116px;
  }
  .recent-post-1 h1 {
    width: 125px;
    font-size: 12px;
  }
  .blog-list-1 article header {
    width: 377px;
  }
  .blog-list-1 article .intro {
    width: 377px;
  }
  .tag-cloud li {
    width: 207px;
  }
  .tag-cloud li .tag {
    width: 160px;
  }
  .simple-pricing-table .column.featured {
    padding: 20px 0 15px 0;
  }
  .simple-pricing-table.col2 .features li {
    font-size: 13px;
  }
  .simple-pricing-table.col2 .column.featured,
  .simple-pricing-table.col2.featured .column {
    width: 350px;
  }
  .simple-pricing-table.col3 .features li {
    font-size: 13px;
  }
  .simple-pricing-table.col3 .column.featured,
  .simple-pricing-table.col3.featured .column {
    width: 233px;
  }
  .simple-pricing-table.col4.featured .column,
  .simple-pricing-table.col4 .column.featured {
    width: 174px;
  }
  .simple-pricing-table.col5 .featured .footer .button {
    font-size: 14px;
    padding: 9px 20px;
  }
  .simple-pricing-table.col5 .title {
    font-size: 18px;
  }
  .simple-pricing-table.col5.featured .column,
  .simple-pricing-table.col5 .column.featured {
    width: 139px;
  }
  .simple-pricing-table .description {
    font-size: 12px;
  }
  .simple-pricing-table .features {
    padding: 0 8px;
  }
  .extended-pricing-table.col2 .column.featured,
  .extended-pricing-table.col2 .column {
    width: 251px;
  }
  .extended-pricing-table.col3 .column.featured,
  .extended-pricing-table.col3 .column {
    width: 167px;
  }
  .extended-pricing-table.col4 .column {
    width: 125px;
  }
  .extended-pricing-table.col4 .column.featured {
    width: 127px;
  }
  .extended-pricing-table.col5 .features-list .title {
    padding: 8px 15px;
  }
  .extended-pricing-table.col5 .title {
    padding: 8px 0;
    font-size: 11px;
  }
  .extended-pricing-table.col5 .featured .title {
    font-size: 13px;
  }
  .extended-pricing-table.col5 .featured .price span {
    font-size: 36px;
  }
  .extended-pricing-table.col5 .footer {
    padding: 20px 5px;
  }
  .extended-pricing-table.col5 .featured .footer {
    padding: 20px 5px 28px 5px;
  }
  .extended-pricing-table.col5 .footer .button {
    font-size: 12px;
    padding: 9px 12px;
  }
  .extended-pricing-table.col5 .column.featured,
  .extended-pricing-table.col5 .column {
    width: 100px;
  }
  .extended-pricing-table .footer .button {
    padding: 9px 14px;
    font-size: 13px;
    text-align: center;
  }
  .extended-portfolio article .wrap {
    width: 377px;
  }
}
/*===================================================================

	3. SCREEN SIZE:  960px - 1023px

===================================================================*/
@media only screen and (min-width: 960px) and (max-width: 1023px) {
  body {
    font-size: 13px;
    padding: 0;
  }
  .wrapper {
    width: 960px;
  }
  #header,
  #content,
  #footer {
    width: 888px;
  }
  #footer {
    padding: 41px 36px;
    font-size: 12px;
  }
  #footer .grids {
    margin-left: -36px;
  }
  #footer .grids [class^="grid-"] {
    margin: 0 0 0 36px;
  }
  #footer .col-1 {
    margin-left: 36px;
    width: 266px;
  }
  #footer .col-3 {
    width: 374px;
  }
  #footer .col-4 {
    clear: both;
    width: 888px;
    margin-left: 36px;
    margin-top: 30px !important;
  }
  #footer .testimonial {
    margin-left: -18px;
  }
  #footer .testimonial li {
    width: 284px;
    float: left;
    margin-left: 18px;
    margin-bottom: 0;
  }
  #logo {
    width: 272px;
  }
  #main-menu {
    width: 349px;
  }
  #main-slider {
    width: 924px;
  }
  .flexslider {
    width: 693px;
  }
  .yk1 .flex-caption {
    width: 192px;
    left: -231px;
  }
  .yk1 .flex-caption p {
    font-size: 13px;
  }
  #call-to-action .msg {
    font-size: 28px;
  }
  .page-section aside {
    font-size: 12px;
  }
  .page-section aside .section-title {
    width: 228px;
    margin: 0 0 36px -36px;
  }
  .page-section aside .section-title.big {
    font-size: 48px;
  }
  .two-cols-list li {
    width: 314px;
  }
  .three-cols-list li {
    width: 201px;
  }
  .four-cols-list li {
    width: 318px;
  }
  .four-cols-list.partner-list li {
    width: 149px;
  }
  .text-list .entry,
  .text-list li {
    width: 46.42857%;
  }
  .text-list .button-1 {
    display: none;
  }
  #info-window .wrap {
    font-size: 12px;
  }
  .form-1 .text-area {
    max-width: 536px;
    min-width: 536px;
  }
  .form-1 .search-field {
    width: 116px;
  }
  .form-1 .search-btn {
    width: 54px;
  }
  .recent-post-1 h1 {
    width: 110px;
    font-size: 12px;
  }
  .blog-list-1 article header {
    width: 332px;
  }
  .blog-list-1 article .intro {
    width: 332px;
  }
  .tag-cloud li {
    width: 207px;
  }
  .tag-cloud li .tag {
    width: 160px;
  }
  .simple-pricing-table .column.featured {
    padding: 20px 0 15px 0;
  }
  .simple-pricing-table.col2 .features li {
    font-size: 13px;
  }
  .simple-pricing-table.col2 .column.featured,
  .simple-pricing-table.col2.featured .column {
    width: 327px;
  }
  .simple-pricing-table.col3 .features li {
    font-size: 13px;
  }
  .simple-pricing-table.col3 .column.featured,
  .simple-pricing-table.col3.featured .column {
    width: 218px;
  }
  .simple-pricing-table.col4.featured .column,
  .simple-pricing-table.col4 .column.featured {
    width: 163px;
  }
  .simple-pricing-table.col5 .featured .footer .button {
    font-size: 14px;
    padding: 9px 20px;
  }
  .simple-pricing-table.col5 .title {
    font-size: 18px;
  }
  .simple-pricing-table.col5.featured .column,
  .simple-pricing-table.col5 .column.featured {
    width: 130px;
  }
  .simple-pricing-table .description {
    font-size: 12px;
  }
  .simple-pricing-table .features {
    padding: 0 8px;
  }
  .extended-pricing-table.col2 .column.featured,
  .extended-pricing-table.col2 .column {
    width: 228px;
  }
  .extended-pricing-table.col3 .column.featured,
  .extended-pricing-table.col3 .column {
    width: 152px;
  }
  .extended-pricing-table.col4 .features-list .title {
    padding: 8px 15px;
  }
  .extended-pricing-table.col4 .title {
    padding: 8px 0;
    font-size: 11px;
  }
  .extended-pricing-table.col4 .featured .title {
    font-size: 13px;
  }
  .extended-pricing-table.col4 .column {
    width: 112px;
  }
  .extended-pricing-table.col4 .column.featured {
    width: 120px;
  }
  .extended-pricing-table.col5 .features-list .title {
    padding: 8px 15px;
  }
  .extended-pricing-table.col5 .title {
    padding: 8px 0;
    font-size: 11px;
  }
  .extended-pricing-table.col5 .featured .title {
    font-size: 13px;
  }
  .extended-pricing-table.col5 .featured .price span {
    font-size: 36px;
  }
  .extended-pricing-table.col5 .footer {
    padding: 20px 5px;
  }
  .extended-pricing-table.col5 .featured .footer {
    padding: 20px 5px 28px 5px;
  }
  .extended-pricing-table.col5 .footer .button {
    font-size: 12px;
    padding: 9px 12px;
  }
  .extended-pricing-table.col5 .column.featured,
  .extended-pricing-table.col5 .column {
    width: 91px;
  }
  .extended-pricing-table .footer .button {
    padding: 9px 14px;
    font-size: 13px;
    text-align: center;
  }
  .extended-portfolio article .wrap {
    width: 332px;
  }
}
/*===================================================================

	4. SCREEN SIZE:  768px - 959px

===================================================================*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body {
    font-size: 14px;
    padding: 0;
  }
  .wrapper {
    width: 768px;
  }
  .grids {
    width: 732px;
  }
  #header,
  #content,
  #footer {
    width: 696px;
  }
  #footer {
    padding: 41px 36px;
    font-size: 12px;
  }
  #footer .grids {
    margin-left: -36px;
  }
  #footer .grids [class^="grid-"] {
    margin: 0 0 0 24px;
  }
  #footer .col-1 {
    margin-left: 36px !important;
    width: 190px;
  }
  #footer .col-3 {
    width: 282px;
  }
  #footer .col-4 {
    clear: both;
    width: 696px;
    margin-left: 36px !important;
    margin-top: 30px !important;
  }
  #footer .testimonial {
    margin-left: -18px;
  }
  #footer .testimonial li {
    width: 220px;
    float: left;
    margin-left: 18px;
    margin-bottom: 0;
  }
  #logo {
    margin-left: 72px;
  }
  .first-space {
    display: none;
  }
  aside.grid-3 {
    width: 696px;
  }
  aside.grid-3 .wrap {
    padding-right: 0;
    text-align: right;
  }
  #main-slider {
    width: 696px;
    float: right;
  }
  .flexslider {
    width: 696px;
  }
  .yk1 .flex-caption {
    width: 350px;
    left: 36px;
    bottom: 36px;
    text-align: left;
    padding: 10px;
  }
  .yk1 .flex-caption h1 {
    color: #fff;
  }
  .yk1 .flex-caption p {
    font-size: 13px;
    color: #fff;
  }
  .yk1 .flex-caption {
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A4000000,endColorstr=#A4000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A4000000,endColorstr=#A4000000);
    zoom: 1;
  }
  .yk1 .flex-caption {
    background: rgba(0, 0, 0, 0.7);
  }
  .flex-direction-nav li .prev {
    left: 568px !important;
  }
  .flex-direction-nav li a {
    top: 36px !important;
  }
  #logo {
    width: 272px;
  }
  #main-menu {
    width: 352px;
  }
  #call-to-action .msg {
    font-size: 28px;
    width: 523px;
  }
  #call-to-action .grid-9 {
    margin-left: 72px;
  }
  .page-section aside {
    font-size: 13px;
    /* list menu on sidebar */
  
  }
  .page-section aside .section-title {
    margin: 0 36px 0 -297px;
    float: left;
  }
  .page-section aside .section-title.big {
    font-size: 48px;
  }
  .page-section aside .wrap {
    margin-left: 261px;
    text-align: left;
    width: 435px;
    margin-bottom: 57px;
    position: relative;
  }
  .page-section aside .form-1 {
    float: left;
  }
  .page-section aside section {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-section aside .list {
    width: 100%;
    margin: -8px 0 0 -8px;
    float: left;
  }
  .page-section aside .list li {
    float: left;
    margin: 8px 0 0 8px;
  }
  .page-section aside .list li a {
    padding: 6px 10px;
    border: 1px solid #efeff1;
    background-color: #f8f8f8;
    display: block;
    white-space: nowrap;
  }
  .page-section aside * + .list {
    margin-top: 28px;
  }
  .page-section aside .section-title + .list {
    margin-top: -8px;
  }
  .page-section aside .more-text {
    float: right;
    margin-top: 36px;
  }
  .page-section aside .thumb-list-2-cols {
    float: left;
    margin: -7px 0 0 -7px;
    width: 100%;
  }
  .page-section aside .thumb-list-2-cols li {
    float: left;
    margin: 7px 0 0 7px;
  }
  .page-section aside * + .thumb-list-2-cols {
    margin: -29px 0 0 -7px;
  }
  .page-section aside .section-title + .thumb-list-2-cols {
    margin: -7px 0 0 -7px;
  }
  .page-section .grid-9 {
    margin-left: 72px;
  }
  .page-section .grid-9 .grid-9 {
    margin-left: 36px;
  }
  .two-cols-list li {
    width: 314px;
  }
  .three-cols-list li {
    width: 201px;
  }
  .four-cols-list li {
    width: 318px;
  }
  .four-cols-list.partner-list li {
    width: 149px;
  }
  .text-list .entry,
  .text-list li {
    width: 46.42857%;
  }
  .text-list .button-1 {
    display: none;
  }
  #info-window .wrap {
    font-size: 12px;
  }
  .form-1 .text-area {
    max-width: 536px;
    min-width: 536px;
  }
  .form-1 .search-field {
    width: 287px;
  }
  .recent-post-1 h1 {
    width: 110px;
    font-size: 12px;
  }
  .blog-list-1 article header {
    width: 332px;
  }
  .blog-list-1 article .intro {
    width: 332px;
  }
  .tag-cloud li {
    width: 207px;
  }
  .tag-cloud li .tag {
    width: 160px;
  }
  .extended-portfolio article .wrap {
    width: 332px;
  }
  .blog section {
    z-index: 100;
  }
  .blog section .section-title a {
    text-decoration: none;
    color: #585858;
  }
  .blog section#popular-tag,
  .blog section#archive,
  .blog section#category {
    width: auto;
    position: relative;
    float: left;
    margin: 0 20px 0 0;
    display: inline;
  }
  .blog section#popular-tag h1,
  .blog section#archive h1,
  .blog section#category h1 {
    margin: 0;
    float: left;
  }
  .blog section#popular-tag h1:after,
  .blog section#archive h1:after,
  .blog section#category h1:after {
    float: right;
    content: " ";
    text-indent: 999px;
    width: 10px;
    height: 20px;
    display: block;
    background: url('http://lion32.com/yk1a/images/theme/menu-arrow.png') no-repeat right -17px;
  }
  .blog section#popular-tag .list,
  .blog section#archive .list,
  .blog section#category .list {
    width: 150px;
    padding-top: 36px;
    display: none;
    margin-left: 0;
    position: absolute;
    background: url('http://lion32.com/yk1a/images/theme/menu-connector-1.png') no-repeat 14px 31px;
  }
  .blog section#popular-tag .list li,
  .blog section#archive .list li,
  .blog section#category .list li {
    float: none;
    margin: 0 0 1px 0;
    background-color: #00a6dc;
  }
  .blog section#popular-tag .list li a,
  .blog section#archive .list li a,
  .blog section#category .list li a {
    padding: 11px 11px 5px 7px;
    border: none;
    background: none;
    color: #fff;
    display: block;
    text-decoration: none;
  }
  .blog section#popular-tag .list li:hover,
  .blog section#archive .list li:hover,
  .blog section#category .list li:hover {
    background: url('http://lion32.com/yk1a/images/theme/bg-btn.png') repeat;
  }
  .blog section#popular-tag .tag-cloud {
    display: none;
    padding-top: 36px;
    width: 150px;
    position: absolute;
    background: url('http://lion32.com/yk1a/images/theme/menu-connector-1.png') no-repeat 14px 31px;
  }
  .blog section#popular-tag .tag-cloud li {
    background: none;
    width: auto;
    margin: 0 0 1px 0;
    border: none;
    background-color: #00a6dc;
    color: #fff;
    display: block;
    line-height: 16px;
    height: 37px;
    overflow: hidden;
  }
  .blog section#popular-tag .tag-cloud li .tag {
    width: auto !important;
    background: none;
    float: left;
    font-weight: normal;
    text-transform: lowercase;
    padding-right: 0;
    margin-right: 0;
  }
  .blog section#popular-tag .tag-cloud li .tag a {
    color: #fff;
    padding: 13px 0 0 7px;
    display: block;
    height: 24px;
    text-decoration: none;
  }
  .blog section#popular-tag .tag-cloud li .num {
    float: none;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    width: auto;
    height: 37px;
    text-align: left;
  }
  .blog section#popular-tag .tag-cloud li .num a {
    padding: 13px 0 0 7px;
    display: inline-block;
    height: 24px;
    text-decoration: none;
  }
  .blog section#popular-tag .tag-cloud li .num a:before {
    content: "(";
  }
  .blog section#popular-tag .tag-cloud li .num a:after {
    content: ")";
  }
  .blog section#popular-tag .tag-cloud li:hover {
    background: url('http://lion32.com/yk1a/images/theme/bg-btn.png') repeat;
  }
  .blog section#archive:hover .list,
  .blog section#category:hover .list {
    display: block;
  }
  .blog section#popular-tag:hover .tag-cloud {
    display: block;
  }
  .blog section#recent-post {
    display: none;
  }
  .blog section#search {
    float: left;
  }
  .simple-pricing-table .column.featured {
    padding: 20px 0 15px 0;
  }
  .simple-pricing-table.col2 .features li {
    font-size: 13px;
  }
  .simple-pricing-table.col2 .column.featured,
  .simple-pricing-table.col2.featured .column {
    width: 327px;
  }
  .simple-pricing-table.col3 .features li {
    font-size: 13px;
  }
  .simple-pricing-table.col3 .column.featured,
  .simple-pricing-table.col3.featured .column {
    width: 218px;
  }
  .simple-pricing-table.col4.featured .column,
  .simple-pricing-table.col4 .column.featured {
    width: 163px;
  }
  .simple-pricing-table.col5 .featured .footer .button {
    font-size: 14px;
    padding: 9px 20px;
  }
  .simple-pricing-table.col5 .title {
    font-size: 18px;
  }
  .simple-pricing-table.col5.featured .column,
  .simple-pricing-table.col5 .column.featured {
    width: 130px;
  }
  .simple-pricing-table .description {
    font-size: 12px;
  }
  .simple-pricing-table .features {
    padding: 0 8px;
  }
  .extended-pricing-table.col2 .column.featured,
  .extended-pricing-table.col2 .column {
    width: 228px;
  }
  .extended-pricing-table.col3 .column.featured,
  .extended-pricing-table.col3 .column {
    width: 152px;
  }
  .extended-pricing-table.col4 .features-list .title {
    padding: 8px 15px;
  }
  .extended-pricing-table.col4 .title {
    padding: 8px 0;
    font-size: 11px;
  }
  .extended-pricing-table.col4 .featured .title {
    font-size: 13px;
  }
  .extended-pricing-table.col4 .column {
    width: 112px;
  }
  .extended-pricing-table.col4 .column.featured {
    width: 120px;
  }
  .extended-pricing-table.col5 .features-list .title {
    padding: 8px 15px;
  }
  .extended-pricing-table.col5 .title {
    padding: 8px 0;
    font-size: 11px;
  }
  .extended-pricing-table.col5 .featured .title {
    font-size: 13px;
  }
  .extended-pricing-table.col5 .featured .price span {
    font-size: 36px;
  }
  .extended-pricing-table.col5 .footer {
    padding: 20px 5px;
  }
  .extended-pricing-table.col5 .featured .footer {
    padding: 20px 5px 28px 5px;
  }
  .extended-pricing-table.col5 .footer .button {
    font-size: 12px;
    padding: 9px 12px;
  }
  .extended-pricing-table.col5 .column.featured,
  .extended-pricing-table.col5 .column {
    width: 91px;
  }
  .extended-pricing-table .footer .button {
    padding: 9px 14px;
    font-size: 13px;
    text-align: center;
  }
}
/*===================================================================

	5. SCREEN SIZE:  320px - 767px

===================================================================*/
@media only screen and (max-width: 767px) {
  body {
    font-size: 1em;
    line-height: 1.5em;
    padding: 0;
    -webkit-text-size-adjust: none;
  }
  a {
    max-width: 100%;
  }
  .wrapper {
    max-width: 767px;
    min-width: 320px;
    width: auto;
    margin: 0 auto;
  }
  #header,
  #content,
  #footer {
    width: 100%;
  }
  #header .grids {
    padding: 0;
  }
  #footer {
    padding: 41px 0 0 0;
  }
  #footer .col-1,
  #footer .col-2,
  #footer .col-3,
  #footer .col-4 {
    width: auto;
  }
  #footer .footer-section {
    margin-bottom: 36px;
  }
  #footer .grids [class^="grid-"] {
    margin: 0 0 0 36px;
  }
  .first-space {
    display: none;
  }
  #logo {
    margin: 0 0 36px 15%;
    padding-top: 72px;
    width: 85%;
  }
  #main-menu {
    margin: 0 0 57px 15%;
    height: 32px;
    width: 85%;
  }
  .select-menu {
    display: block;
  }
  .root,
  .menu {
    display: none !important;
  }
  #main-slider,
  .flexslider {
    width: 100%;
    margin: 0 0 36px 0;
  }
  .flex-direction-nav a {
    margin-top: 0 !important;
    top: 0 !important;
    height: 100% !important;
  }
  .yk1 .flex-caption {
    display: none;
    width: 350px;
    left: 36px;
    bottom: 36px;
    text-align: left;
    background-color: #000;
    padding: 10px;
  }
  .yk1 .flex-caption h1 {
    color: #fff;
  }
  .yk1 .flex-caption p {
    font-size: 13px;
    color: #fff;
  }
  #call-to-action {
    margin: 0 0 48px 0;
  }
  #call-to-action .msg {
    font-size: 24px;
    line-height: 1.3em;
    text-align: center;
    width: 100%;
    margin-bottom: 36px;
  }
  #call-to-action .btn {
    display: block;
    position: relative;
    margin: 0 auto;
    bottom: 0;
  }
  #call-to-action .btn-2 {
    background: url('http://lion32.com/yk1a/images/theme/bg-btn-hover.png');
    padding: 0.2em 0.7em;
    display: block;
    width: 90px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    font-size: 3em;
    text-decoration: none;
    line-height: 1em;
  }
  #call-to-action .btn-2 span {
    display: block;
    font-size: 0.333em;
    line-height: 1em;
  }
  #call-to-action .btn-2:hover {
    background: url('http://lion32.com/yk1a/images/theme/bg-btn.png');
  }
  .call-to-action-2 span {
    line-height: 1.5em;
  }
  .page-section {
    padding: 57px 6.25% 57px 0;
    position: relative;
  }
  .page-section aside {
    font-size: 0.8125em;
  }
  .page-section aside .wrap {
    padding: 0;
    margin-bottom: 57px;
    text-align: left;
  }
  .page-section aside .section-title {
    margin-left: -21.7%;
    width: 14.1176471%;
    padding-top: 15px;
  }
  .page-section aside .section-title span {
    left: 155%;
    color: #585858;
    position: relative;
    white-space: nowrap;
  }
  .page-section aside .section-title.big {
    font-size: 42px;
    line-height: 1em;
    height: 100px;
    padding-top: 0;
  }
  .page-section aside .more-text {
    margin: 36px 0 0 0;
    float: right;
  }
  .page-section aside .section-title + .more-text {
    margin-top: 0;
  }
  .page-section aside .thumb-list-2-cols {
    width: 100%;
    margin: -7px 0 0 -7px;
    float: left;
  }
  .page-section aside .thumb-list-2-cols li {
    float: left;
    margin: 7px 0 0 7px;
  }
  .page-section aside .thumb-list-2-cols + .more-text {
    margin: 36px 0 0 0;
  }
  .page-section aside .list {
    width: 100%;
    margin: -8px 0 0 -8px;
  }
  .page-section aside .list li {
    float: left;
    margin: 8px 0 0 8px;
  }
  .page-section aside .list li a {
    padding: 6px 10px;
    border: 1px solid #efeff1;
    background-color: #f8f8f8;
    display: block;
    white-space: nowrap;
  }
  .page-section aside * + .list {
    margin-top: 28px;
  }
  .two-cols-list,
  .three-cols-list,
  .four-cols-list {
    margin: -36px 0 0 -27px;
  }
  .two-cols-list li,
  .three-cols-list li,
  .four-cols-list li {
    width: auto;
    margin-top: 36px;
    margin-left: 27px;
  }
  .auto-scroll {
    overflow-x: scroll;
  }
  .auto-scroll .project-list {
    width: 783px;
    margin-left: -27px;
  }
  .auto-scroll .entry,
  .auto-scroll li {
    margin-left: 3.44828% !important;
  }
  .service-list .entry,
  .service-list li {
    width: auto;
  }
  .service-list img {
    width: 100%;
  }
  .two-cols-list li .wrap {
    overflow: visible;
  }
  .text-list .entry,
  .text-list li {
    width: auto;
  }
  .text-list .button-1 {
    float: right;
    margin: 1.5em 0 0 0;
  }
  .post-list .entry,
  .post-list li {
    width: auto;
  }
  .big-contact {
    font-size: 52px;
  }
  .form-1 label,
  .form-1 .search-btn {
    margin-bottom: 0;
  }
  .form-1 label.text-area-label {
    padding-bottom: 6px;
  }
  .form-1 .search-field {
    width: 56%;
    max-width: 287px;
    min-width: 144px;
  }
  .form-1 .text-field,
  .form-1 .text-area {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }
  #captcha {
    width: 100%;
    margin-bottom: 22px;
  }
  #captcha #recaptcha_table {
    display: block;
    width: 100%;
  }
  #captcha .recaptchatable {
    background-color: #fff;
  }
  #captcha .recaptcha_image_cell {
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    display: block;
  }
  #captcha #recaptcha_image {
    width: 98% !important;
    margin-top: 2px;
    height: auto !important;
  }
  #captcha #recaptcha_image img {
    width: 100% !important;
    height: auto;
    max-width: 300px;
  }
  #captcha tbody,
  #captcha tr,
  #captcha td {
    display: block;
    width: 100%;
    padding: 0 !important;
    background-color: #fff;
  }
  #captcha .recaptcha_input_area {
    margin-left: 35%;
    width: 50%;
  }
  #captcha #recaptcha_response_field {
    width: 100% !important;
  }
  #captcha #recaptcha_logo {
    margin: -36px 0 0 5px;
  }
  #captcha #recaptcha_tagline {
    margin: 10px 0 5px 5px;
  }
  #captcha #recaptcha_reload_btn {
    margin-top: 5px;
  }
  #captcha #recaptcha_reload_btn,
  #captcha #recaptcha_switch_audio_btn,
  #captcha #recaptcha_switch_img_btn,
  #captcha #recaptcha_whatsthis_btn {
    margin-left: 90%;
    display: block;
  }
  .comment-form {
    padding-top: 40px;
    position: relative;
  }
  .comment-form .legend {
    position: absolute;
    top: 0px;
    margin: 0;
  }
  .extended-portfolio .thumb {
    margin: 0 0 25px 0;
    width: 100%;
    height: 255px;
    overflow: hidden;
  }
  .extended-portfolio .thumb img {
    width: 100%;
  }
  .extended-portfolio .wrap {
    width: 100%;
  }
  .blog section {
    z-index: 100;
  }
  .blog section .section-title a {
    text-decoration: none;
    color: #585858;
  }
  .blog section#search {
    margin-bottom: 20px;
  }
  .blog section#popular-tag,
  .blog section#archive,
  .blog section#category {
    width: auto;
    position: relative;
    float: left;
    margin: 0 20px 0 0;
    display: inline;
  }
  .blog section#popular-tag h1,
  .blog section#archive h1,
  .blog section#category h1 {
    margin: 0;
    float: left;
  }
  .blog section#popular-tag h1:after,
  .blog section#archive h1:after,
  .blog section#category h1:after {
    float: right;
    content: " ";
    text-indent: 999px;
    width: 10px;
    height: 20px;
    display: block;
    background: url('http://lion32.com/yk1a/images/theme/menu-arrow.png') no-repeat right -17px;
  }
  .blog section#popular-tag .list,
  .blog section#archive .list,
  .blog section#category .list {
    width: 150px;
    padding-top: 36px;
    display: none;
    margin-left: 0;
    position: absolute;
    background: url('http://lion32.com/yk1a/images/theme/menu-connector-1.png') no-repeat 14px 31px;
  }
  .blog section#popular-tag .list li,
  .blog section#archive .list li,
  .blog section#category .list li {
    float: none;
    margin: 0 0 1px 0;
    background-color: #00a6dc;
  }
  .blog section#popular-tag .list li a,
  .blog section#archive .list li a,
  .blog section#category .list li a {
    padding: 11px 11px 5px 7px;
    border: none;
    background: none;
    color: #fff;
    display: block;
    text-decoration: none;
  }
  .blog section#popular-tag .list li:hover,
  .blog section#archive .list li:hover,
  .blog section#category .list li:hover {
    background: url('http://lion32.com/yk1a/images/theme/bg-btn.png') repeat;
  }
  .blog section#popular-tag .tag-cloud {
    display: none;
    padding-top: 36px;
    width: 150px;
    position: absolute;
    background: url('http://lion32.com/yk1a/images/theme/menu-connector-1.png') no-repeat 14px 31px;
  }
  .blog section#popular-tag .tag-cloud li {
    background: none;
    width: auto;
    margin: 0 0 1px 0;
    border: none;
    background-color: #00a6dc;
    color: #fff;
    display: block;
    line-height: 16px;
    height: 37px;
    overflow: hidden;
  }
  .blog section#popular-tag .tag-cloud li .tag {
    width: auto !important;
    background: none;
    float: left;
    font-weight: normal;
    text-transform: lowercase;
    padding-right: 0;
    margin-right: 0;
  }
  .blog section#popular-tag .tag-cloud li .tag a {
    color: #fff;
    padding: 13px 0 0 7px;
    display: block;
    height: 24px;
    text-decoration: none;
  }
  .blog section#popular-tag .tag-cloud li .num {
    float: none;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    width: auto;
    height: 37px;
    text-align: left;
  }
  .blog section#popular-tag .tag-cloud li .num a {
    padding: 13px 0 0 7px;
    display: inline-block;
    height: 24px;
    text-decoration: none;
  }
  .blog section#popular-tag .tag-cloud li .num a:before {
    content: "(";
  }
  .blog section#popular-tag .tag-cloud li .num a:after {
    content: ")";
  }
  .blog section#popular-tag .tag-cloud li:hover {
    background: url('http://lion32.com/yk1a/images/theme/bg-btn.png') repeat;
  }
  .blog section#archive:hover .list,
  .blog section#category:hover .list {
    display: block;
  }
  .blog section#popular-tag:hover .tag-cloud {
    display: block;
  }
  .blog section#recent-post {
    display: none;
  }
  .blog section#search {
    float: left;
  }
  .blog-list-1 article .thumb {
    margin: 0 0 25px 0;
  }
  .blog-list-1 article header,
  .blog-list-1 article .intro {
    width: 100%;
  }
  .post-nav li {
    width: 90%;
  }
  .post-nav li + li {
    margin-top: 20px;
  }
  .discussion article .avatar {
    display: none;
  }
  .discussion article .wrap {
    padding-left: 30px;
  }
  .discussion article .meta {
    margin-left: -30px;
  }
  .extended-portfolio {
    width: 100%;
  }
  .extended-portfolio article {
    max-width: 100%;
    margin-bottom: 39px;
  }
  .extended-portfolio article + article {
    background: url("http://lion32.com/yk1a/images/theme/line-h17.png") no-repeat scroll 0 top transparent;
    padding-top: 56px;
  }
  .extended-portfolio.tab-panels article + article {
    background: none;
    padding-top: 0;
  }
  /*.extended-pricing-table.featured {margin-top:0;padding-top:50px;}
  	.extended-pricing-table .wrap {overflow-x:auto;}*/
  .extended-pricing-table .column.features-list {
    display: none;
  }
  .extended-pricing-table .column.featured,
  .extended-pricing-table .column,
  .simple-pricing-table .column.featured,
  .simple-pricing-table .column {
    margin-bottom: 57px;
  }
  .simple-pricing-table .features li {
    font-size: 1em !important;
  }
  .simple-pricing-table .column.featured {
    padding: 20px 0 15px 0;
  }
  .simple-pricing-table.col2 .features li {
    font-size: 13px;
  }
  .simple-pricing-table.col3 .features li {
    font-size: 13px;
  }
  .simple-pricing-table.col5 .featured .footer .button {
    font-size: 14px;
    padding: 9px 20px;
  }
  .simple-pricing-table.col5 .title {
    font-size: 18px;
  }
  .simple-pricing-table .description {
    font-size: 12px;
  }
  .simple-pricing-table .features {
    padding: 0 8px;
  }
  .extended-pricing-table.col4 .features-list .title {
    padding: 8px 15px;
  }
  .extended-pricing-table.col4 .title {
    padding: 8px 0;
    font-size: 11px;
  }
  .extended-pricing-table.col4 .featured .title {
    font-size: 13px;
  }
  .extended-pricing-table.col5 .features-list .title {
    padding: 8px 15px;
  }
  .extended-pricing-table.col5 .title {
    padding: 8px 0;
    font-size: 11px;
  }
  .extended-pricing-table.col5 .featured .title {
    font-size: 13px;
  }
  .extended-pricing-table.col5 .featured .price span {
    font-size: 36px;
  }
  .extended-pricing-table.col5 .footer {
    padding: 20px 5px;
  }
  .extended-pricing-table.col5 .featured .footer {
    padding: 20px 5px 28px 5px;
  }
  .simple-pricing-table .title {
    font-size: 1.5em !important;
  }
  .simple-pricing-table .column,
  .extended-pricing-table .column {
    width: 100% !important;
  }
  .extended-pricing-table .features li {
    text-align: center;
    font-weight: bold;
  }
  .extended-pricing-table .features li:before {
    content: attr(data-feature) ": ";
    font-weight: normal;
    text-align: center;
    display: block;
  }
  .pp_description {
    display: none !important;
  }
  .pp_content {
    width: 100% !important;
    height: auto !important;
  }
  .pp_details {
    display: none;
  }
  #fullResImage {
    width: 100% !important;
    height: auto !important;
  }
}
/*===================================================================

	6. SCREEN SIZE:  480px - 599px

===================================================================*/
@media only screen and (min-width: 480px) and (max-width: 599px) {
  .four-cols .entry,
  .three-cols .entry,
  .two-cols .entry,
  .four-cols li,
  .three-cols li,
  .two-cols li {
    width: 46.42857143%;
    margin: 36px 0 0 3.57143%;
  }
  .post-list .entry,
  .text-list .entry,
  .post-list li,
  .text-list li {
    width: 96.42857%;
    margin: 36px 0 0 3.57143%;
  }
  .partner-list img {
    width: 100%;
  }
  .project-list .entry,
  .project-list li {
    width: 29.8851%;
  }
  .service-list .entry,
  .service-list li {
    width: auto;
  }
  .service-list img {
    width: 100%;
  }
}
/*===================================================================

	7. SCREEN SIZE:  320px - 479px

===================================================================*/
@media only screen and (max-width: 479px) {
  .four-cols .entry,
  .three-cols .entry,
  .two-cols .entry,
  .four-cols li,
  .three-cols li,
  .two-cols li {
    width: 96.42857%;
    margin: 36px 0 0 3.57143%;
  }
  .portfolio-list img {
    width: 100%;
  }
  .partner-list img {
    width: 100%;
  }
  .post-list .entry {
    margin-bottom: 36px;
  }
  .post-list figure {
    margin: 0 0 2em 0;
    width: 100%;
  }
  .post-list figure img {
    width: 100%;
  }
  .post-list .title {
    font-size: 24px;
  }
  .post-list .more-text {
    display: block;
    margin-top: 1em;
  }
  .auto-scroll {
    overflow-x: visible;
  }
  .auto-scroll .project-list {
    width: auto;
  }
  .auto-scroll .project-list img {
    width: 100%;
  }
  .team ul li {
    width: 42.03187251%;
  }
  .team img {
    width: 100%;
  }
}
/*===================================================================

	8. SCREEN SIZE:  350px - 479px

===================================================================*/
@media only screen and (min-width: 350px) and (max-width: 479px) {
  .partner-list .entry,
  .partner-list li {
    width: 46.42857143%;
    margin: 36px 0 0 3.57143%;
  }
  .service-list .entry,
  .service-list li {
    width: auto;
  }
  .service-list figure {
    float: left;
    margin: 0 25px 0.5em 0;
    width: 40%;
  }
  .service-list img {
    width: 100%;
  }
}
/*===================================================================

	9. SCREEN SIZE:  480px - 519px

===================================================================*/
@media only screen and (min-width: 480px) and (max-width: 519px) {
  /* 2 cols/row */
  .simple-pricing-table .title {
    font-size: 1.3em !important;
  }
  .simple-pricing-table .column,
  .extended-pricing-table .column {
    width: 49.6% !important;
  }
  .simple-pricing-table .c3,
  .extended-pricing-table .c3,
  .simple-pricing-table .c5,
  .extended-pricing-table .c5 {
    clear: both;
  }
  .service-list .entry,
  .service-list li {
    width: auto;
  }
  .service-list .entry figure,
  .service-list li figure {
    float: left;
    margin: 0 25px 0.5em 0;
    width: 40%;
  }
}
/*===================================================================

	10. SCREEN SIZE:  520px - 767px

===================================================================*/
@media only screen and (min-width: 520px) and (max-width: 767px) {
  /* 3 cols/row */
  .simple-pricing-table .title {
    font-size: 1em !important;
  }
  .simple-pricing-table .column,
  .extended-pricing-table .column {
    width: 33.17% !important;
  }
  .simple-pricing-table .c4,
  .extended-pricing-table .c4 {
    clear: both;
  }
  .service-list .entry,
  .service-list li {
    width: auto;
  }
  .service-list .entry figure,
  .service-list li figure {
    float: left;
    margin: 0 25px 0.5em 0;
    width: 40%;
  }
}
/*===================================================================

	11. SCREEN SIZE:  320px - 519px

===================================================================*/
@media only screen and (max-width: 519px) {
  .extended-portfolio .info-list li {
    width: 100%;
  }
  .blog section#popular-tag h1,
  .blog section#archive h1,
  .blog section#category h1 {
    display: block;
    background: url("http://lion32.com/yk1a/images/theme/bg-btn-2.png") scroll 0 0 transparent;
    width: 65px;
    height: 48px;
    padding: 0;
    border-bottom: 4px solid #D7D7D7;
  }
  .blog section#popular-tag h1 a,
  .blog section#archive h1 a,
  .blog section#category h1 a {
    background: url("http://lion32.com/yk1a/images/theme/bg-section-btn.png") no-repeat scroll 0 0 transparent;
    text-indent: 9999px;
    display: block;
    width: 65px;
    height: 48px;
    white-space: nowrap;
  }
  .blog section#popular-tag h1:after,
  .blog section#archive h1:after,
  .blog section#category h1:after {
    display: none;
  }
  .blog section#popular-tag h1:hover,
  .blog section#archive h1:hover,
  .blog section#category h1:hover {
    background: url("http://lion32.com/yk1a/images/theme/bg-btn-hover.png") scroll 0 0 transparent;
  }
  .blog section#category .list {
    padding-top: 10px;
    top: 50px;
    background: url('http://lion32.com/yk1a/images/theme/menu-connector-1.png') no-repeat 14px 5px;
  }
  .blog section#popular-tag h1 a {
    background-position: -65px 0;
  }
  .blog section#popular-tag .tag-cloud {
    padding-top: 10px;
    top: 50px;
    background: url('http://lion32.com/yk1a/images/theme/menu-connector-1.png') no-repeat 14px 5px;
  }
  .blog section#archive h1 a {
    background-position: -130px 0;
  }
  .blog section#archive .list {
    right: 0;
    padding-top: 10px;
    top: 50px;
    background: url('http://lion32.com/yk1a/images/theme/menu-connector-1.png') no-repeat 131px 5px;
  }
}
/* *************************************************
	DO NOT EDIT THIS SECTION
************************************************* */
@media only screen and (min-width: 1024px) {
  #main-menu .menu {
    display: block !important;
  }
}