@import url(//fonts.googleapis.com/css?family=Six+Caps|Droid+Sans:400,700);
@import 'photoswipe.css';
@import 'tmMultimediaGallery.css';
/*iOs_link_fix*/
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
/*------ template stylization ------*/
body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  min-height: 989px;
}
body.noMinHeight {
  min-height: inherit !important;
  overflow: hidden;
}
.extraMinHeight {
  min-height: 989px!important;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #ffffff;
}
p {
  margin-bottom: 20px;
}
address {
  margin: 0px 0 20px;
  line-height: 20px;
}
h2 {
  font-family: 'Six Caps', sans-serif;
  line-height: 62px;
  text-transform: uppercase;
  color: #00BFFF;
  margin: 30px 0px;
  padding: 0px 0px 0px 5px;
}
h3 {
  font-family: 'Six Caps', sans-serif;
  text-transform: uppercase;
  color: #403f3f;
  margin: 0 0 22px;
}
h3 > a {
  color: #00BFFF;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  letter-spacing: 1px;
}
h3 > a:hover {
  color: #606060;
}
/* classes-helpers */
.title {
  font-size: 15px;
  color: #000000;
  margin-bottom: 29px;
}
.marg_1 {
  margin-bottom: 23px;
}
.marg_2 {
  margin: 3px 0 16px;
}
.marg_3 {
  margin-bottom: 21px;
}
.marg_4 {
  margin-top: 12px!important;
}
.marg_5 {
  margin-top: 81px;
}
.marg_ex1 {
  margin-top: 0;
}
.marg_ex2 {
  margin-bottom: 0;
}
.pad_1 {
  padding-top: 50px;
  padding-bottom: 115px;
}
.pad_2 {
  padding-top: 50px;
  padding-bottom: 91px;
}
.pad_3 {
  padding-top: 50px;
  padding-bottom: 80px;
}
.pad_4 {
  padding-top: 50px;
  padding-bottom: 112px;
}
.pad_5 {
  padding-top: 50px;
  padding-bottom: 107px;
}
.pad_6 {
  padding-top: 100px;
  padding-bottom: 158px;
}
.pad_7 {
  padding-top: 50px;
  padding-bottom: 80px;
}
.box {
  overflow: hidden;
}
.container {
  position: relative;
}
.ex_width1 {
  padding-right: 0!important;
}
.ex_width1 p br {
  display: none;
}
/*------------- HEADER ---------------------------------------------------------- */
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 94px;
  background: url(../img/line_hor.jpg) 0 73px repeat-x;
  z-index: 21;
  /*-----------  MENU  ------------------------------------------------------------*/
}
header h1 {
  position: relative;
  width: 100%;
  margin: 67px 0 0;
  text-align: center;
}
header h1 a {
  position: relative;
  display: inline-block;
}
.mainNav {
  position: relative;
  display: block;
  text-align: center;
  margin: 14px 0 0;
  z-index: 20;
}
.mainNav > ul {
  position: relative;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mainNav > ul > li {
  position: relative;
  display: block;
  float: left;
  margin: 0 28px;
}
.mainNav > ul > li > a {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  font: 40px/1em 'Six Caps', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-left: 2px;
  overflow: hidden;
  padding-bottom: 19px;
}
.mainNav > ul > li > a:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-transition: all 0.4s 0.1s ease-in-out;
  transition: all 0.4s 0.1s ease-in-out;
}
.mainNav > ul > li:after {
  content: '';
  position: absolute;
  right: -30px;
  top: 11px;
  width: 2px;
  height: 21px;
  background: url(../img/separator_menu.png) center no-repeat;
}
.mainNav > ul > li.last {
  margin-right: 0px;
}
.mainNav > ul > li.last:after {
  display: none;
}
.mainNav > ul > li.hover {
  z-index: 10;
}
.mainNav > ul > li.active > a,
.mainNav > ul > li.sfHover > a,
.mainNav > ul > li:hover > a {
  text-decoration: none;
  color: #00BFFF;
}
.mainNav > ul > li.active > a:after,
.mainNav > ul > li.sfHover > a:after,
.mainNav > ul > li:hover > a:after {
  bottom: 14px;
  color: #ffffff;
}
.mainNav > ul > li .sf-mega {
  position: absolute;
  width: 120px;
  top: 61px;
  left: -34px;
  margin-left: 0px;
  background: url(../img/bg_piece.jpg);
}
.mainNav > ul > li .sf-mega > ul {
  position: relative;
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #383838;
}
.mainNav > ul > li .sf-mega > ul li {
  position: relative;
  display: block;
  margin: 0;
  float: none;
}
.mainNav > ul > li .sf-mega > ul li:after {
  display: none;
}
.mainNav > ul > li .sf-mega > ul li:first-child {
  padding-top: 15px;
}
.mainNav > ul > li .sf-mega > ul li.last {
  padding-bottom: 15px;
}
.mainNav > ul > li .sf-mega > ul li a {
  font: 32px 'Six Caps', sans-serif;
  line-height: 1em;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-left: 2px;
  padding-right: 5px;
}
.mainNav > ul > li .sf-mega > ul li.sfHover > a,
.mainNav > ul > li .sf-mega > ul li a:hover {
  color: #a2a2a2;
  text-decoration: none;
}
.mainNav > ul > li .sf-mega > ul ul {
  position: absolute;
  top: -16px;
  left: 121px;
  width: 100%;
  background: url(../img/bg_piece.jpg);
  padding: 0px 0px 0px 0px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #383838;
}
/*-----------  menu end  --------------------------------------------------------*/
/*---------------- HEADER end ------------------------------------------------*/
/*-------------- FOOTER ---------------------------------------------------- */
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 21;
  text-align: center;
  text-transform: uppercase;
  background: url(../img/bg_piece.jpg);
  margin-top: 48px;
}
footer > div {
  padding: 31px 0px 18px;
}
.copyright {
  font: 11px/20px 'Droid Sans', 'Droid Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #606060;
  margin: 10px 0px;
}
.copyright a {
  color: #606060;
}
/*-----------  FOOTER END  ------------------------------------------------------*/
.galleryDiscription {
  position: absolute;
  left: 0!important;
  bottom: -150px;
  width: 100%;
  height: 118px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.galleryDiscription li {
  position: relative;
  width: 58%;
  height: 100%;
  margin-left: 0;
  padding: 39px 110px 0 7px;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  display: none;
}
.galleryDiscription li:first-child {
  display: inline-block;
}
.galleryDiscription li p {
  font-size: 15px;
  text-align: left;
  color: white;
  line-height: 20px;
  margin: 0;
}
/*-----------  CONTENT HOLDER  --------------------------------------------------*/
#glob-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../img/bg_piece.jpg);
}
#content {
  position: absolute;
  top: 167px;
  top: 349px;
  left: 0;
  width: 100%;
  height: 640px;
  overflow: hidden;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#content > div {
  position: relative;
  display: block;
  width: 100%;
  height: 20%;
}
#content > div .hoverItem {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 100;
  height: 0;
}
#content > div .hoverItem:after,
#content > div .hoverItem:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 0;
  top: -50%;
  -webkit-transform: scale(0.5, );
  -ms-transform: scale(0.5, );
  transform: scale(0.5, );
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#content > div .hoverItem:after {
  top: 100%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#content > div .hoverItem div > span {
  position: relative;
  font: 112px/1em 'Six Caps', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0px 0px 0px 37px;
  top: -140px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 10;
}
#content > div .hoverItem:hover {
  text-decoration: none;
}
#content > div .hoverItem:hover:after {
  top: 50%;
}
#content > div .hoverItem:hover:before {
  top: 0;
}
#content > div .hoverItem:hover:after,
#content > div .hoverItem:hover:before {
  height: 50%;
  -webkit-transform: scale(0, );
  -ms-transform: scale(0, );
  transform: scale(0, );
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#content > div .hoverItem:hover div > span {
  top: 6px;
  transition-delay: 0.2s;
  text-decoration: none;
}
#content > div .hoverItem.showButton {
  height: 100%;
}
#content > div .hoverItem.ie9 {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#content > div .hoverItem.ie9:after,
#content > div .hoverItem.ie9:before {
  display: none;
}
#content > div .hoverItem.ie9:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#other_pages {
  position: relative;
  display: block;
  z-index: 10;
}
#other_pages > div {
  position: relative;
  width: 100%;
  display: none;
}
#ajax-overlay {
  width: 100%;
  height: 10px;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background: url(../img/base/TMpreviewLoader.gif) 0 0 repeat-x rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
/* rewrite bootstrap classes */
.btn {
  border: none;
  border-radius: 0;
  font: 600 12px 'Six Caps', sans-serif;
  line-height: 20px;
  color: #272c30;
  text-transform: uppercase;
  background: #ffffff;
  padding: 18px 22px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:hover,
.btn:active,
.btn:focus {
  color: #ffffff;
  background: #272c30;
  text-decoration: none;
}
.btn.btn-link {
  border: none;
  border-radius: 0;
  font: normal 29px/1em 'Six Caps', sans-serif;
  color: #403f3f;
  text-transform: uppercase;
  background: transparent;
  padding: 0px;
}
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link:focus {
  color: #00BFFF;
  background: transparent;
  text-decoration: none;
}
.form-control {
  background: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  font: 13px 'Droid Sans', 'Droid Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  color: #606060;
  width: 100%;
  height: 32px;
  padding: 8px 14px;
  background: #ffffff;
  border: 1px solid #bfbfbf;
}
.form-control:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  color: #000000;
  background: #ffffff;
  border: 1px solid #555555;
}
.badge {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 100px;
  height: 100px;
  background: #606060;
  border-radius: 50px;
  text-align: center;
}
/* end bootstrap classes */
h3 > a,
h4 > a,
h5 > a,
.btn.btn-link {
  -webkit-transition: all 0.5s ease-out !important;
  transition: all 0.5s ease-out !important;
  transition-delay: 0 !important;
}
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
.btn.btn-link:hover,
h3 > a:active,
h4 > a:active,
h5 > a:active,
.btn.btn-link:active,
h3 > a:focus,
h4 > a:focus,
h5 > a:focus,
.btn.btn-link:focus {
  -webkit-transition: all 0.2s ease-out !important;
  transition: all 0.2s ease-out !important;
  transition-delay: 0 !important;
}
.closeIcon {
  position: absolute;
  top: 0px;
  right: -90px;
  width: 86px;
  height: 87px;
  z-index: 100;
  background: url(../img/close_icon.png) 0 0 no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.closeIcon:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  background: url(../img/close_icon.png) 0 bottom no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.closeIcon:hover {
  text-decoration: none;
}
.closeIcon:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.closeIcon.showButton {
  right: 0px;
}
.type2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 31px;
  height: 31px;
  z-index: 100;
  background: url(../img/close_icon2.jpg) 0 bottom no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.type2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  background: url(../img/close_icon2.jpg) 0 0 no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.type2:hover {
  text-decoration: none;
}
.type2:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.fullScreen {
  position: absolute;
  bottom: -42px;
  right: 22%;
  font: 36px/1em 'Six Caps', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 20;
  cursor: pointer;
}
.fullScreen:hover {
  text-decoration: none;
  color: #00BFFF;
}
.fullScreen .stateTrue {
  display: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.fullScreen.showButton {
  bottom: 42px;
}
/*-----------  PAGE 1  --------------------------------------------------*/
.bg {
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.block_1 {
  position: relative;
  margin-bottom: 49px;
}
.block_2 {
  position: relative;
}
.block_2 img {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 3% 20px 0;
}
.block_2 .txt_info {
  position: relative;
}
/*-----------  PAGE 2  --------------------------------------------------*/
.list_1 {
  position: relative;
  display: block;
  margin: -2px 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list_1 li {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.list_1 li img {
  position: relative;
  display: inline-block;
  float: left;
  margin: 5px 5% 25px 0;
}
.list_1 li .txt_info {
  position: relative;
}
.list_1 li .txt_info h3 {
  letter-spacing: 1px;
}
/*-----------  PAGE 3  --------------------------------------------------*/
.list_2 {
  position: relative;
  display: inline-block;
  margin: 3px 0 0;
  padding: 0;
  width: 100%;
  list-style: none;
  overflow: hidden;
}
.list_2 li {
  position: relative;
  display: inline-block;
  float: left;
  width: 23%;
  margin: 0 2.6% 2.4% 0;
}
.list_2 li img {
  position: relative;
  display: block;
  margin: 0 0 14px;
  width: 100%;
}
.list_2 li .img {
  position: relative;
  display: block;
  margin: 0 0 14px;
  width: 100%;
  z-index: 5;
}
.list_2 li .img a {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.list_2 li .img a img {
  width: 100%;
}
.list_2 li .img a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.list_2 li .txt_info {
  position: relative;
}
.list_2 li .txt_info .title {
  margin-bottom: 1px;
}
.list_2 .last {
  margin-right: 0;
}
.link-1 {
  color: #000000;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.link-1:hover {
  color: #00BFFF;
  text-decoration: none;
}
/*-----------  PAGE 4  --------------------------------------------------*/
.width1 {
  display: inline-block;
  width: 101px;
}
.width2 {
  display: inline-block;
  width: 41px;
}
.g_map {
  position: relative;
  display: inline-block;
  margin: 3px 0px 8px;
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.g_map iframe {
  position: relative;
  display: block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background: url(../img/base/site_loader.gif) center no-repeat #ffffff !important;
}
.link-2 {
  text-decoration: underline;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.link-2:hover {
  color: #00BFFF;
}
/* search */
#search {
  position: relative;
  margin: 29px 0px 40px;
  width: 100%;
  overflow: hidden;
}
#search > input {
  width: 100%;
  height: 32px;
  padding: 8px 14px;
  float: left;
}
#search > a {
  margin-top: 29px;
}
.search_result {
  color: #00BFFF;
  font-size: 11px;
}
.search_result:first-child {
  font-size: 13px;
}
h4 > .search {
  color: #a2a2a2;
}
.search_title {
  position: relative;
  top: 2px;
}
.search_title a {
  text-decoration: underline;
}
.search_list {
  margin: 30px 0;
}
.search_list p {
  color: #a2a2a2;
}
.search_list li {
  margin-bottom: 20px;
}
/*-------------------------- mobile WRAP ----------------------------*/
.mobile-only {
  display: none;
}
@media (max-width: 1400px) {
  .galleryDiscription li {
    width: 58%;
    padding: 20px 110px 0 7px;
  }
}
@media (max-width: 1200px) {
  .block_3 img {
    width: 100%;
  }
  .list_2 li {
    width: 47%;
  }
  .list_2 .last {
    margin-right: 2.6%;
  }
  .corr_2 {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .galleryDiscription li {
    padding: 0 110px 0 7px;
  }
  .nextButton.showButton {
    right: 17%;
  }
  .prevButton.showButton {
    left: 17%;
  }
}
@media (max-width: 991px) {
  .corr_1 {
    width: 100%;
  }
}
@media (max-width: 766px) {
  .corr_1 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 600px) {
  .block_2 img {
    width: 100%;
  }
  .list_2 li {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .list_1 img {
    width: 100%;
  }
  .corr_1 {
    width: 100%;
    float: none;
  }
  .mainNav {
    margin-top: 21px;
  }
  .mainNav > ul > li {
    margin: 0 14px;
  }
  .mainNav > ul > li a {
    font-size: 30px;
  }
  .mainNav > ul > li:after {
    right: -17px;
    top: 4px;
  }
}
@media (max-width: 440px) {
  .nextButton.showButton {
    right: 15%;
  }
  .prevButton.showButton {
    left: 15%;
  }
}
/* tablet version changes */
html.tablet body {
  min-height: 715px;
}
html.tablet .extraMinHeight {
  min-height: 715px!important;
}
html.tablet .noMinHeight {
  min-height: 0!important;
}
html.tablet .galleryDiscription li {
  padding: 0;
  width: 75%;
}
html.tablet .nextButton.showButton {
  right: 15px;
}
html.tablet .prevButton.showButton {
  left: 15px;
}
html.tablet header {
  margin-bottom: 0;
}
html.tablet .mainNav > ul > li .sf-mega > ul ul ul {
  top: 86px;
  left: -1px;
}
html.tablet footer {
  margin-top: 0px;
}
html.tablet footer > div {
  padding: 15px 0;
}
html.tablet .galleryDiscription {
  bottom: auto;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
html.tablet .show_discr {
  opacity: 0;
  filter: alpha(opacity=0);
}
html.tablet.landscape header h1 {
  position: absolute;
  top: -96px;
  left: 15px;
  width: 113px;
  height: auto;
  margin: 22px 0 0;
  z-index: 100;
}
html.tablet.landscape .mainNav {
  text-align: right;
}
html.tablet.landscape #content {
  top: 75px;
}
html.tablet.landscape .galleryDiscription li {
  padding-top: 30px!important;
}
html.tablet.portrait header h1 {
  position: absolute;
  top: -96px;
  left: 15px;
  width: 113px;
  height: auto;
  margin: 22px 0 0;
  z-index: 100;
}
html.tablet.portrait .mainNav {
  margin-top: 21px;
  text-align: right;
}
html.tablet.portrait .mainNav > ul > li {
  margin: 0 10px;
}
html.tablet.portrait .mainNav > ul > li a {
  font-size: 30px;
}
html.tablet.portrait .mainNav > ul > li:after {
  right: -12px;
  top: 4px;
}
html.tablet.portrait #content {
  top: 75px;
}
/* mobile version changes */
html.mobile body {
  min-height: inherit;
  overflow-y: visible;
  background: url(../img/bg_piece.jpg);
}
html.mobile h1 {
  width: 100%;
  height: auto;
  margin: 0;
  text-align: center;
}
html.mobile h1 a img {
  width: 120px;
  display: inline-block;
}
html.mobile h2 {
  font-size: 50px !important;
  margin: -6px 0 10px 10px;
}
html.mobile .imgFullWidth {
  width: 100%;
}
html.mobile .mobile-only {
  display: block;
}
html.mobile #search {
  margin-bottom: 0px;
}
html.mobile #search > a {
  margin-top: 15px;
}
html.mobile .folioList {
  list-style: none;
  margin: 0 15px;
  padding: 0;
}
html.mobile .folioList li {
  display: block;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
html.mobile .folioList li ._thumb {
  width: 100%;
}
html.mobile .folioList li ._thumb img {
  width: 100%;
}
html.mobile .folioList li ._name {
  font: normal 20px/30px 'Droid Sans', 'Droid Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  width: 100%;
  background: #363636;
  text-align: center;
  bottom: 0;
  color: #fff;
}
html.mobile .folioList li ul {
  display: none;
}
#mobile-wrap #mobile-header #mobile-navigation {
  width: 100%;
  margin: 20px 0;
  font-size: 16px;
}
#mobile-wrap #mobile-header h1 {
  display: inline-block;
}
#mobile-wrap #mobile-content {
  position: relative;
}
#mobile-wrap #mobile-footer .copyright {
  margin: 15px 0;
  float: left;
}
/*Core variables and mixins*/
/* 3d mixins */
/* end 3d mixins */
