/*
LESS CMS39 compiler 
lessc -x style.less > style.css
lessc main.less main.css
*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* ==========================================================================
   CMS39 Base styles: opinionated defaults
   ========================================================================== */
/* all */
::-webkit-input-placeholder {
  color: #282829;
  font-size: 1em;
}
::-moz-placeholder {
  color: #282829;
  font-size: 1em;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #282829;
  font-size: 1em;
}
/* ie */
input:-moz-placeholder {
  color: #282829;
  font-size: 1em;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/* #Custom
================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
html {
  position: relative;
  min-height: 100%;
  font-size: 12px;
  font-family: hero-new, sans-serif;
  -webkit-font-smoothing: auto;
  color: #1D1D1B;
}
body {
  background: #fff;
  padding: 0px;
  margin: 0px;
}
a {
  color: #282829;
  text-decoration: none;
}
a:hover {
  color: #2d2d2a;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  color: #2d2d2a;
}
a:active {
  text-decoration: none;
  color: #2d2d2a;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: hero-new, sans-serif;
}
.ebanner {
  top: 110px;
  right: 33px;
  z-index: 99;
  position: absolute;
  width: 90%;
  max-width: 400px;
  display: inline-block;
}
@media only screen and (max-width: 576px) {
  .ebanner {
    margin: 0px;
    width: 78%;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.gridMaster {
  position: relative;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
.gridMaster .grid {
  height: inherit !important;
}
.cdlcopyright {
  display: none;
  position: absolute;
  margin-top: 2px;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
@media only screen and (max-width: 576px) {
  .mapData {
    height: 100%;
  }
  .mapData .map {
    height: 100%;
  }
}
.css_page .mainFrame .slides {
  height: 100%;
}
.main-section .modal-content {
  padding-bottom: 20px;
}
.main-section .modal-content h1 {
  font-size: 1.3em;
  font-weight: 700;
}
.main-section .modal-content h3 {
  font-size: 1em;
}
.main-section .modal-content h2 {
  margin-bottom: 20px;
}
.infowindow {
  color: #f4ae00;
  font-weight: 600;
}
.grid-sizer,
.grid-item {
  width: 20%;
}
.grid-sizer img,
.grid-item img {
  width: 100%;
  height: auto;
}
.grid-sizer a,
.grid-item a {
  padding: 2px;
  display: block;
}
.grid-sizer .subtitle,
.grid-item .subtitle {
  background: #f4ae00;
  color: #ffffff;
  padding: 20px 10px;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1em;
}
.grid-item--width2 {
  width: 20%;
}
.mainFrame {
  width: 100%;
  margin: 90px 15px 70px 15px;
  color: #ffffff;
  position: relative;
  min-height: 630px;
}
@media only screen and (max-width: 576px) {
  .mainFrame {
    margin: 150px 15px 90px 15px;
  }
}
@media only screen and (max-width: 576px) {
  .mainFrame.frame_100 .roomSelection .roomSelect .inner h3 {
    font-size: 2em;
    margin: 14px 0;
    display: inline-block;
  }
  .mainFrame.frame_100 .roomSelection .roomSelect .persons {
    font-size: 2.5em;
    margin-bottom: 5px;
    left: 13px;
  }
}
.mainFrame .socialIco {
  margin-left: 3px;
  line-height: 0px;
}
.mainFrame .socialIco:hover {
  color: #f4ae00;
}
.mainFrame.static {
  min-height: 600px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 576px) {
  .mainFrame.static {
    padding-bottom: 60px;
  }
}
.mainFrame.static .roomSelection {
  padding: 0px;
}
.mainFrame.static .logo .logoRelative a {
  color: #b1b1b1;
}
.mainFrame .mapDoListInfo {
  position: absolute;
  left: 15%;
  background: #ffffff;
  width: 35%;
  height: 100%;
  padding: 0px;
}
@media only screen and (max-width: 576px) {
  .mainFrame .mapDoListInfo {
    position: relative;
    left: inherit;
    width: 100%;
    height: inherit;
    padding: 0px;
    margin: 0px 0 0 0;
  }
}
.mainFrame .mapDoListInfo .inner_top {
  padding: 10px;
  background: #f4ae00;
  color: #ffffff;
}
.mainFrame .mapDoListInfo h2 {
  font-size: 2.1em;
  font-weight: 600;
  font-family: ff-meta-serif-web-pro, serif;
}
.mainFrame .mapDoListInfo h3 {
  font-size: 1.1em;
}
.mainFrame .mapDoListInfo .inner {
  padding: 10px;
  color: #2d2d2a;
}
.mainFrame .mapDoListInfo .post {
  margin: 20px 0 0 0;
  font-weight: 600;
  padding-bottom: 130px;
  padding-top: 10px;
}
@media only screen and (max-width: 576px) {
  .mainFrame .mapDoListInfo .post {
    padding-bottom: 20px;
    padding-top: 10px;
  }
}
.mainFrame .mapDoList {
  position: absolute;
  left: 0px;
  background: #50504f;
  width: 15%;
  height: 100%;
  padding: 150px 10px 137px 10px;
  overflow-y: scroll;
}
@media only screen and (max-width: 576px) {
  .mainFrame .mapDoList {
    position: relative;
    left: inherit;
    width: 100%;
    height: inherit;
    padding: 31px 10px 19px 10px;
  }
}
.mainFrame .mapDoList .inner {
  color: #ffffff;
}
.mainFrame .mapDoList .sidebar_menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.mainFrame .mapDoList .sidebar_menu li {
  line-height: 0.9em;
  margin-bottom: 10px;
}
.mainFrame .mapDoList .sidebar_menu a {
  color: #ffffff;
  font-size: 1.1em;
  font-weight: 600;
}
.mainFrame .do {
  height: 100%;
  float: left;
  width: 100%;
  position: relative;
  z-index: 6;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .mainFrame .do {
    height: inherit;
    float: inherit;
  }
}
.mainFrame .do .xperience_item {
  float: left;
  z-index: 1;
  width: 50%;
  height: 50%;
  min-height: 430px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 250ms;
  transition: all 250ms;
  text-align: center;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
@media only screen and (max-width: 576px) {
  .mainFrame .do .xperience_item {
    width: 100%;
    min-height: 350px;
    float: inherit;
    margin-bottom: 20px;
  }
}
.mainFrame .do .xperience_item:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.mainFrame .do .xperience_item .fullLink {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  top: 0px;
  left: 0px;
}
.mainFrame .do .item_content {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mainFrame .do .item_content .title h1 {
  color: #ffffff;
  font-size: 1.3em;
  font-weight: 600;
}
.mainFrame .slides {
  z-index: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 576px) {
  .mainFrame .slides {
    height: calc(100% - 240px);
  }
}
.mainFrame #previous {
  z-index: 20;
  position: absolute;
  left: 10px;
  font-size: 4em;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
.mainFrame #next {
  z-index: 20;
  position: absolute;
  right: 10px;
  font-size: 4em;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
.mainFrame .textSlide {
  z-index: 9;
  width: 100%;
  position: absolute;
  text-align: center;
  color: #ffffff;
  bottom: 101px;
  font-weight: 100;
  font-style: italic;
  font-size: 1.1em;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
@media only screen and (max-width: 576px) {
  .mainFrame .textSlide {
    bottom: 44px;
  }
}
.mainFrame .shadowSlide {
  background: url(img/shadow.png) right no-repeat;
  z-index: 9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  -moz-box-shadow: inset 0 0 20px #00000021;
  -webkit-box-shadow: inset 0 0 20px #00000021;
  box-shadow: inset 0 0 20px #00000021;
}
.mainFrame .logo {
  top: -75px;
  position: absolute;
  display: inline-block;
  z-index: 12;
  left: 10px;
  max-width: 140px;
}
@media only screen and (max-width: 576px) {
  .mainFrame .logo {
    width: 110px;
    top: -120px;
    left: 0px;
  }
  .mainFrame .logo .logoRelative {
    display: none;
  }
}
.mainFrame .logo img {
  width: 100%;
  height: auto;
}
.mainFrame .logo .logoRelative {
  list-style: none;
  padding: 0px;
  margin: 10px 0 0 0px;
  font-weight: 500;
}
.mainFrame .logo .logoRelative a {
  color: #ffffff;
  background: #2d2d2a;
  padding: 3px 5px;
  text-align: center;
}
.mainFrame .logo .logoRelative a:hover {
  color: #f4ae00;
}
.mainFrame .logo .logoRelative i {
  color: #f4ae00;
  min-width: 14px;
}
.mainFrame .langMenuArea {
  position: absolute;
  top: -87px;
  z-index: 1;
  color: #2d2d2a;
  right: 0px;
}
@media only screen and (max-width: 576px) {
  .mainFrame .langMenuArea {
    top: -147px;
  }
}
.mainFrame .headerMenuArea {
  width: 100%;
  position: absolute;
  padding-left: 150px;
  top: -38px;
  z-index: 10;
  color: #f4ae00;
  text-align: center;
}
.mainFrame .footerMenuArea {
  width: 100%;
  position: absolute;
  bottom: -150px;
  z-index: 1;
  color: #2d2d2a;
  font-size: 14px;
  max-width: 1200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 576px) {
  .mainFrame .footerMenuArea {
    bottom: -70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .mainFrame .footerMenuArea {
    bottom: -103px;
  }
}
.mainFrame .callnow .call {
  font-weight: 700;
  cursor: pointer;
}
.mainFrame .callnow .phone {
  color: #f4ae00;
  font-weight: bold;
}
.mainFrame .booking {
  font-size: 20px;
  background: #2d2d2a;
  color: #ffffff;
  padding: 7px 15px;
  position: absolute;
  display: block;
  right: 0px;
  bottom: 2px;
  font-family: ff-meta-serif-web-pro, serif;
  line-height: 1em;
}
@media only screen and (max-width: 576px) {
  .mainFrame .booking {
    top: -82px;
    bottom: inherit;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .mainFrame .booking {
    font-size: 18px;
    right: 10px;
    bottom: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .mainFrame .booking i {
    display: none;
  }
}
.mainFrame .booking:hover {
  background: #f4ae00;
  color: #ffffff;
}
.mainFrame .langMenuArea {
  font-size: 0.9em;
  font-weight: bold;
}
.mainFrame .langMenuArea .active {
  color: #f4ae00;
}
.mainFrame .enjoy {
  font-family: ff-meta-serif-web-pro, serif;
  font-size: 18px;
  color: #f4ae00;
  position: absolute;
  bottom: 3px;
  font-weight: 900;
  font-style: italic;
  left: 160px;
}
@media only screen and (max-width: 576px) {
  .mainFrame .enjoy {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .mainFrame .enjoy {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .mainFrame .enjoy {
    width: 130px;
    text-align: left;
    line-height: 13px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .mainFrame .enjoy {
    width: 130px;
    text-align: left;
    line-height: 13px;
  }
}
.mainFrame.frame_100 .roomSelection {
  position: relative;
  margin: 180px 0px 0px 0;
}
@media only screen and (max-width: 576px) {
  .mainFrame.frame_100 .roomSelection {
    margin: 0px 0px 0px 0;
  }
  .mainFrame.frame_100 .roomSelection .roomSelect {
    width: 100%;
    margin-bottom: 20px;
  }
  .mainFrame.frame_100 .roomSelection .roomSelect .inner {
    padding: 5px;
  }
  .mainFrame.frame_100 .roomSelection .galleryArea .gallery {
    position: relative;
    bottom: inherit;
    margin: 20px 0 50px 0;
  }
}
.mainFrame.frame_100 .roomSelection .roomSelect .inner {
  min-height: 420px;
  padding: 15px;
}
@media only screen and (max-width: 576px) {
  .mainFrame.frame_100 .roomSelection .roomSelect .inner {
    min-height: inherit;
  }
}
.mainFrame.frame_161 .cms39_gmap {
  width: 85%;
  right: 0px;
}
.mainFrame.mappoint .cms39_gmap {
  width: 50%;
  right: 0px;
}
.mainFrame .cms39_gmap {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media only screen and (max-width: 576px) {
  .mainFrame .cms39_gmap {
    position: relative;
    height: 100%;
    width: 100% !important;
  }
}
.mainFrame .roomSelection {
  position: absolute;
  bottom: -35px;
  width: 100%;
  padding: 0 6px;
  z-index: 10;
  max-width: 1220px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mainFrame .roomSelection .masterLink {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
}
.mainFrame .roomSelection .galleryArea {
  margin: 10px 0;
}
.mainFrame .roomSelection .roomThumb {
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 576px) {
  .mainFrame .roomSelection {
    bottom: -35px;
  }
}
.mainFrame .roomSelection .roomPost {
  margin: 0 70px 0 0px;
}
.mainFrame .roomSelection .roomSelect {
  width: 25%;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  float: left;
}
.mainFrame .roomSelection .roomSelect .ico {
  background: url(img/key.png);
  position: absolute;
  right: 10px;
  top: 10px;
  width: 57px;
  height: 52px;
}
@media only screen and (max-width: 576px) {
  .mainFrame .roomSelection .roomSelect .ico {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .mainFrame .roomSelection .roomSelect .ico {
    display: none;
  }
}
.mainFrame .roomSelection .roomSelect .inner {
  background: #f4ae00;
  padding: 15px;
  margin: 0px 6px;
  display: block;
  color: #ffffff;
  font-weight: 100;
  position: relative;
  min-height: 109px;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.mainFrame .roomSelection .roomSelect .inner.active,
.mainFrame .roomSelection .roomSelect .inner:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 576px) {
  .mainFrame .roomSelection .roomSelect .inner {
    padding: 6px;
    min-height: 88px;
    margin: 0px 2px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .mainFrame .roomSelection .roomSelect .inner {
    padding: 10px;
  }
}
.mainFrame .roomSelection .roomSelect .inner a {
  color: #ffffff;
}
.mainFrame .roomSelection .roomSelect h5 {
  position: absolute;
  bottom: 0px;
  right: 10px;
  font-size: 1em;
}
@media only screen and (max-width: 576px) {
  .mainFrame .roomSelection .roomSelect h5 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .mainFrame .roomSelection .roomSelect h5 {
    left: 10px;
    right: inherit;
  }
}
.mainFrame .roomSelection .roomSelect h3 {
  font-weight: bold;
  margin-right: 60px;
  line-height: 0.9em;
  min-height: 40px;
}
@media only screen and (max-width: 576px) {
  .mainFrame .roomSelection .roomSelect h3 {
    margin-right: 0px;
    line-height: 0.9em;
    font-size: 1.3em;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .mainFrame .roomSelection .roomSelect h3 {
    font-size: 1.5em;
    line-height: 0.75em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .mainFrame .roomSelection .roomSelect h3 {
    font-size: 1.35em;
  }
}
.mainFrame .roomSelection .roomSelect .persons {
  font-size: 2em;
  position: absolute;
  bottom: 0px;
}
@media only screen and (max-width: 576px) {
  .mainFrame .roomSelection .roomSelect .persons {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .mainFrame .roomSelection .roomSelect .persons {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .mainFrame .roomSelection .roomSelect .persons {
    font-size: 2em;
    bottom: 20px;
  }
}
.mainFrame .roomSelection .roomSelect .persons i {
  margin: 0px;
  padding: 0px;
  letter-spacing: -4px;
}
.mainFrame .roomSelection .galleryArea .gallery {
  position: absolute;
  bottom: 44px;
  left: 0px;
  margin: 15px;
}
.mainFrame .roomSelection .galleryArea .gallery .gallery-item {
  width: 33.3333%;
  display: inline-block;
}
.mainFrame .ScrollArea {
  left: 11px;
  position: absolute;
  z-index: 10;
  width: 100%;
  max-width: 450px;
  top: 140px;
  height: calc(100% - 280px);
  padding: 20px 8px 70px 20px;
  text-align: left;
  background: #ffffff;
  color: #2d2d2a;
  font-size: 1.1em;
  line-height: 1.5em;
}
@media only screen and (max-width: 576px) {
  .mainFrame .ScrollArea {
    max-width: 240px;
    height: 260px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.mainFrame .ScrollArea .ScrollAreaInner {
  height: 100%;
}
.mainFrame .ScrollArea .buttonArea {
  font-size: 0.6em;
  position: absolute;
  bottom: 25px;
}
@media only screen and (max-width: 576px) {
  .mainFrame .ScrollArea .buttonArea {
    font-size: 9px;
    bottom: 25px;
  }
}
.mainFrame .ScrollArea .gallerybtn {
  background: black;
  font-size: 1.5em;
  padding: 13px 10px;
  font-weight: 200;
  color: white;
}
@media only screen and (max-width: 576px) {
  .mainFrame .ScrollArea .gallerybtn {
    font-size: 9px;
    padding: 13px 3px;
  }
}
.mainFrame .ScrollArea .checkavailability {
  background: black;
  font-size: 1.5em;
  padding: 13px 10px;
  font-weight: 200;
  color: white;
  left: 122px;
}
@media only screen and (max-width: 576px) {
  .mainFrame .ScrollArea .checkavailability {
    font-size: 0.9em;
    left: 84px;
  }
}
.mainFrame .ScrollArea h1 {
  font-family: ff-meta-serif-web-pro, serif;
  margin-bottom: 10px;
  font-size: 1.7em;
}
.mainFrame .textAreaFloat {
  position: absolute;
  z-index: 10;
  right: 76px;
  width: 260px;
  top: 40%;
  transform: translateY(-40%);
  padding: 10px;
  text-align: left;
  max-height: 380px;
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .mainFrame .textAreaFloat {
    width: 300px;
    left: 50%;
    transform: translateX(-50%) translateY(-40%);
    right: inherit;
  }
}
.mainFrame article ul {
  margin: 0px 0 10px 0;
  padding: 0px;
}
.mainFrame article h1 {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4em;
}
.mainFrame article h2 {
  margin: 5px 0px;
  padding: 0px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.7em;
}
.mainFrame article h4 {
  margin: 9px 0 20px;
  font-weight: 700;
  font-size: 1.1em;
  background: #2d2d2a;
  display: inline-block;
  padding: 10px;
  color: #ffffff;
}
.mainFrame article h5 {
  margin: 10px 0 10px;
  font-size: 1.5em;
  font-weight: 100;
  font-family: ff-meta-serif-web-pro, serif;
  color: #f4ae00;
}
.mainFrame article .post {
  line-height: 1.1em;
}
.mainFrame article .post a {
  color: #ffffff;
  text-decoration: underline;
}
.mainFrame article .postBig {
  font-size: 1em;
  line-height: 1.2em;
}
.mainFrame article .postSmall {
  font-size: 0.85em;
  line-height: 1.3em;
  font-weight: 600;
}
@media only screen and (max-width: 576px) {
  .mainFrame article .postSmall {
    font-size: 1.2em;
  }
}
.mainFrame nav.footernav ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.mainFrame nav.footernav ul li {
  display: inline-block;
}
@media only screen and (max-width: 576px) {
  .mainFrame nav.footernav ul li {
    line-height: 2px;
  }
}
.mainFrame nav.footernav ul li a {
  display: block;
  font-weight: 700;
  font-size: 1em;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  padding: 6px 4px;
}
.mainFrame nav.footernav ul li a.active,
.mainFrame nav.footernav ul li a:hover {
  background: #f4ae00;
  color: #ffffff;
}
.mainFrame nav.mainnav ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
@media only screen and (max-width: 576px) {
  .mainFrame nav.mainnav ul {
    text-align: right;
    top: -38px;
    position: absolute;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .mainFrame nav.mainnav ul {
    text-align: right;
  }
}
.mainFrame nav.mainnav ul li {
  display: inline-block;
}
.mainFrame nav.mainnav ul li a {
  display: block;
  font-weight: 800;
  font-size: 14px;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  padding: 6px 9px;
}
@media only screen and (max-width: 576px) {
  .mainFrame nav.mainnav ul li a {
    padding: 6px 4px;
    font-size: 12px;
    line-height: 11px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .mainFrame nav.mainnav ul li a {
    font-size: 13px;
    padding: 6px 5px;
  }
}
.mainFrame nav.mainnav ul li a.active,
.mainFrame nav.mainnav ul li a:hover {
  background: #f4ae00;
  color: #ffffff;
}
.position-center-center {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bread {
  background: transparent;
  margin-bottom: 0px;
  padding: 0px;
  text-align: right;
}
.bread .breadcrumb {
  background: transparent;
  margin: 0 0 0px 0;
  text-align: right;
  font-size: 11px;
  display: block;
}
.bread .breadcrumb li {
  display: inline-block;
  padding: 2px;
  margin: 2px;
}
.bread .breadcrumb li:after {
  font-family: FontAwesome;
  content: "\f054";
  display: inline-block;
  padding-left: 9px;
  vertical-align: middle;
  color: #2d2d2a;
}
.bread .breadcrumb li:last-of-type {
  margin-right: 0px;
}
.bread .breadcrumb li:last-of-type:after {
  display: none;
}
.bread .breadcrumb li a {
  color: #2d2d2a;
}
.bread .breadcrumb > li + li:before {
  color: #2d2d2a;
}
.shadow_txt {
  -moz-test-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.shadow_box {
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.shadow_box_inner {
  -webkit-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
div.blockMsg {
  width: 40%;
  top: 30%;
  left: 30%;
  text-align: center;
  background-color: #2d2d2a;
  border: 1px solid #2d2d2a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  padding: 30px 10px;
}
div.blockMsg h1 {
  color: #2d2d2a;
  font-size: 1.8em;
  margin: 0px;
  padding: 0px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  text-align: -webkit-match-parent;
}
.mtable {
  height: 100%;
  width: 100%;
  display: table;
}
.mtable .mcell {
  display: table-cell;
  vertical-align: middle;
}
.text-hide {
  overflow: hidden;
  text-indent: -1500px;
  white-space: nowrap;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.relative {
  position: relative;
}
img {
  vertical-align: middle;
}
.img-full {
  width: 100%;
  height: auto;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* #Media Queries
================================================== */
/* Xtra Large devices (large desktops, 1200px and up) */
/* Large devices (desktops, 992px and up) */
/* Medium devices (desktops, 768px and up) */
/* Small devices (tablets, 576px and up) */
/* X Small devices (tablets, 576px and down) */
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
#holdon-overlay {
  filter: alpha(opacity=80);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.8;
  z-index: 9999;
}
#holdon-content-container {
  width: 100%;
  padding: 0;
  vertical-align: middle;
  display: table-cell !important;
  margin: 0;
  text-align: center;
}
#holdon-content {
  text-align: center;
  width: 50px;
  height: 57px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -25px;
}
#holdon-message {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 55%;
  color: white;
}
.sk-rect {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.sk-rect > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-rect-anim 1.2s infinite ease-in-out;
  animation: sk-rect-anim 1.2s infinite ease-in-out;
}
.sk-rect .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-rect .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-rect .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-rect .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-rect-anim {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-rect-anim {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.sk-cube {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.sk-cube1,
.sk-cube2 {
  background-color: #333;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cube 1.8s infinite ease-in-out;
  animation: sk-cube 1.8s infinite ease-in-out;
}
.sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-cube {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes sk-cube {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.sk-dot {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  -webkit-animation: sk-dot-rotate 2s infinite linear;
  animation: sk-dot-rotate 2s infinite linear;
}
.sk-dot1,
.sk-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-dot-bounce 2s infinite ease-in-out;
  animation: sk-dot-bounce 2s infinite ease-in-out;
}
.sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-dot-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-dot-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-dot-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-dot-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.sk-bounce {
  width: 60px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.sk-bounce > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.sk-bounce .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.sk-bounce .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-circle {
  width: 60px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-cube-grid {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}
.sk-cube-grid .sk-cube-child {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube-grid1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube-grid2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube-grid3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube-grid4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube-grid5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube-grid6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube-grid7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.sk-cube-grid .sk-cube-grid8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube-grid9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube-parent {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube-parent:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cubechild2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cubechild3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cubechild4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cubechild2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cubechild3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cubechild4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.sk-fading-circle {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.sk-fading-circle .sk-circle-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-fading-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-fading-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-fading-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-fading-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-fading-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-fading-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-fading-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-fading-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-fading-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-fading-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-fading-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-fading-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-fading-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-fading-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-fading-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-fading-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-fading-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-fading-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-fading-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-fading-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-fading-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-fading-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-fading-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
