/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}

audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,kbd,pre,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,th {
  padding: 0;
}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print {
  *,*:before,*:after {
    background: transparent !important;
    color: #000 !important;
    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) ")";
  }

  a[href^="#"]:after,a[href^="javascript:"]:after {
    content: "";
  }

  pre,blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,h2,h3 {
    orphans: 3;
    widows: 3;
  }

  h2,h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn>.caret,.dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,.table th {
    background-color: #fff !important;
  }

  .table-bordered th,.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.animated {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.second {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.third {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fourth {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fifth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.sixth {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInDownMed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownMed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownMed {
  -webkit-animation-name: fadeInDownMed;
  animation-name: fadeInDownMed;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes upDown {
  0%, 100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes upDown {
  0%, 100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.upDown {
  -webkit-animation-name: upDown;
  animation-name: upDown;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.transitionRegular,.txtInput,.file-upload-input {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.appear,input[type="text"],input[type="password"],textarea,.btn,.txtInput,.file-upload-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.backface {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}

.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,.ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: 'RotisSansSerif', sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
  font-family: 'RotisSansSerif', sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #ffffff;
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}

.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none;
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636;
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff;
}

.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a {
  color: #ffffff;
}

.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}

.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.ui-state-hover .ui-icon,.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_228ef1_256x240.png");
}

.ui-state-error .ui-icon,.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ffd27a_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br {
  border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
  background: #666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 5px;
}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

.fancybox-outer,.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0,0,0,0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
  }

  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
  }
}

.clearfix:before,.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.row .center-block {
  padding-left: 15px;
  padding-right: 15px;
}

*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-uppercase {
  text-transform: uppercase;
}

a,a:focus,input:focus,textarea:focus,select:focus {
  outline: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

dl,dt,dd {
  margin: 0;
}

blockquote,ul,li,h1,h2,h3,h4,h5,h6,p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

textarea {
  resize: none;
}

input[type="text"],input[type="password"],textarea {
  border: 1px solid #7f7f7f;
  border-radius: 0;
}

.container {
  width: 1240px;
}

@font-face {
  font-family:'RotisSansSerif';src:url("../fonts/RotisSansSerifLight.eot");src:url("../fonts/RotisSansSerifLight.eot?#iefix") format("embedded-opentype"),url("../fonts/RotisSansSerifLight.woff") format("woff"),url("../fonts/RotisSansSerifLight.woff2") format("woff2"),url("../fonts/RotisSansSerifLight.ttf") format("truetype"),url("../fonts/RotisSansSerifLight.otf") format("opentype"),url("../fonts/RotisSansSerifLight.svg#RotisSansSerifLight") format("svg");font-weight:300;font-style:normal;font-stretch:normal;unicode-range:U+0020-2122;
}

@font-face {
  font-family:'RotisSansSerif';src:url("../fonts/RotisSansSerif.eot");src:url("../fonts/RotisSansSerif.eot?#iefix") format("embedded-opentype"),url("../fonts/RotisSansSerif.woff") format("woff"),url("../fonts/RotisSansSerif.woff2") format("woff2"),url("../fonts/RotisSansSerif.ttf") format("truetype"),url("../fonts/RotisSansSerif.otf") format("opentype"),url("../fonts/RotisSansSerif.svg#RotisSansSerif") format("svg");font-weight:400;font-style:normal;font-stretch:normal;unicode-range:U+0020-2122;
}

@font-face {
  font-family:'RotisSansSerif';src:url("../fonts/RotisSansSerif-Bold.eot");src:url("../fonts/RotisSansSerif-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/RotisSansSerif-Bold.woff") format("woff"),url("../fonts/RotisSansSerif-Bold.woff2") format("woff2"),url("../fonts/RotisSansSerif-Bold.ttf") format("truetype"),url("../fonts/RotisSansSerif-Bold.otf") format("opentype"),url("../fonts/RotisSansSerif-Bold.svg#RotisSansSerif-Bold") format("svg");font-weight:700;font-style:normal;font-stretch:normal;unicode-range:U+0020-2122;
}

@font-face {
  font-family:'RotisSemiSerif';src:url("../fonts/RotisSemiSerif.eot");src:url("../fonts/RotisSemiSerif.eot?#iefix") format("embedded-opentype"),url("../fonts/RotisSemiSerif.woff") format("woff"),url("../fonts/RotisSemiSerif.woff2") format("woff2"),url("../fonts/RotisSemiSerif.ttf") format("truetype"),url("../fonts/RotisSemiSerif.otf") format("opentype"),url("../fonts/RotisSemiSerif.svg#RotisSemiSerif-Regular") format("svg");font-weight:400;font-style:normal;font-stretch:normal;unicode-range:U+0020-2122;
}

@font-face {
  font-family:'RotisSemiSerif';src:url("../fonts/RotisSemiSerif-Bold.eot");src:url("../fonts/RotisSemiSerif-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/RotisSemiSerif-Bold.woff") format("woff"),url("../fonts/RotisSemiSerif-Bold.woff2") format("woff2"),url("../fonts/RotisSemiSerif-Bold.ttf") format("truetype"),url("../fonts/RotisSemiSerif-Bold.otf") format("opentype"),url("../fonts/RotisSemiSerif-Bold.svg#RotisSemiSerif-Bold") format("svg");font-weight:700;font-style:normal;font-stretch:normal;unicode-range:U+0020-2122;
}

@font-face {
  font-family:'RotisSemiSans';src:url("../fonts/RotisSemisans-Bold.eot");src:url("../fonts/RotisSemisans-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/RotisSemisans-Bold.woff") format("woff"),url("../fonts/RotisSemisans-Bold.woff2") format("woff2"),url("../fonts/RotisSemisans-Bold.ttf") format("truetype"),url("../fonts/RotisSemisans-Bold.otf") format("opentype"),url("../fonts/RotisSemisans-Bold.svg#RotisSemisans-Bold") format("svg");font-weight:700;font-style:normal;font-stretch:normal;unicode-range:U+0020-2122;
}

@font-face {
  font-family:'RotisSemiSans';src:url("../fonts/RotisSemisansExtraBold.eot");src:url("../fonts/RotisSemisansExtraBold.eot?#iefix") format("embedded-opentype"),url("../fonts/RotisSemisansExtraBold.woff") format("woff"),url("../fonts/RotisSemisansExtraBold.woff2") format("woff2"),url("../fonts/RotisSemisansExtraBold.ttf") format("truetype"),url("../fonts/RotisSemisansExtraBold.otf") format("opentype"),url("../fonts/RotisSemisansExtraBold.svg#RotisSemisansExtraBold") format("svg");font-weight:800;font-style:normal;font-stretch:normal;unicode-range:U+0020-2122;
}

@font-face {
  font-family:'RotisSerif';src:url("../fonts/RotisSerif.eot");src:url("../fonts/RotisSerif.eot?#iefix") format("embedded-opentype"),url("../fonts/RotisSerif.woff") format("woff"),url("../fonts/RotisSerif.woff2") format("woff2"),url("../fonts/RotisSerif.ttf") format("truetype"),url("../fonts/RotisSerif.otf") format("opentype"),url("../fonts/RotisSerif.svg#RotisSerif") format("svg");font-weight:400;font-style:normal;font-stretch:normal;unicode-range:U+0020-2122;
}

html {
  background-color: #FFF;
}

body {
  background-color: #FFF;
  color: #4a4a4a;
  font: 300 18px/24px "RotisSansSerif",sans-serif;
  opacity: 0;
}

.coverBG {
  background-size: cover;
  background-repeat: no-repeat;
}

h1 {
  color: #d11242;
  font: 700 36px/46px "RotisSemiSerif",serif;
  padding-bottom: 25px;
}

h2 {
  color: #d11242;
  font: 700 28px/38px "RotisSemiSerif",serif;
  padding-bottom: 25px;
}

h3 {
  color: #d11242;
  font: 700 24px/30px "RotisSemiSerif",serif;
  padding-bottom: 15px;
}

h4 {
  color: #d11242;
  font: 700 20px/26px "RotisSemiSerif",serif;
  padding-bottom: 15px;
}

h5 {
  color: #d11242;
  font: 700 18px/24px "RotisSemiSerif",serif;
  padding-bottom: 15px;
}

h6 {
  color: #d11242;
  font: 700 16px/20px "RotisSemiSerif",serif;
  padding-bottom: 10px;
}

p {
  padding-bottom: 25px;
}

a {
  color: #000;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.btn {
  border: none;
  display: inline-block;
  font: 300 19px/28px "RotisSansSerif",sans-serif;
  outline: none;
  padding: 5px 20px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.primary {
  background-color: #d11242;
  border: 1px solid #d11242;
  color: #FFF;
}

.primary:hover {
  background-color: #FFF;
  color: #d11242;
}

.secondary {
  background-color: #666666;
  border: 1px solid #666666;
  color: #FFF;
}

.secondary:hover {
  background-color: #FFF;
  color: #666666;
}

.tertiary {
  background-color: #d11242;
  border: 1px solid #d11242;
  color: #FFF;
}

.tertiary:hover {
  background-color: #FFF;
  color: #d11242;
}

header {
  padding: 35px 0 20px;
}


.ui-menu .ui-state-focus,.ui-menu .ui-state-active {
  background-color: #d11242;
  color: #FFF;
  font-weight: 300;
  margin: 0;
}

.textArea {
  color: #333;
  font: 300 18px/24px "RotisSansSerif",sans-serif;
  padding: 5px 15px;
  width: 100%;
}

.textArea::-webkit-input-placeholder {
  color: #666666;
}

.textArea::-moz-placeholder {
  color: #666666;
}

.textArea:-ms-input-placeholder {
  color: #666666;
}

.promoCode {
  margin-bottom: 20px;
}

.checkDate {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.checkDate:before {
  color: #b5bec1;
  content: '\f133';
  font: 16px/24px "FontAwesome";
  margin-top: -12px;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: -1;
}

.checkDate .textArea {
  background-color: transparent;
}

.ui-datepicker .ui-datepicker-header {
  background-color: #d11242;
}

.ui-datepicker .ui-datepicker-title select {
  color: #333;
}

.ui-datepicker .ui-state-hover {
  border: 1px solid #d11242;
  color: #d11242;
}

.ui-datepicker .ui-state-active,.ui-datepicker .ui-state-highlight.ui-state-active {
  background-color: #d11242;
  border: 1px solid #d11242;
  color: #FFF !important;
}

.ui-datepicker .ui-state-default {
  color: #d11242;
}

.ui-datepicker .ui-state-highlight {
  background-color: #FFF;
  border: 1px solid #d11242;
  color: #d11242;
}

.ui-datepicker-prev,.ui-datepicker-next {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.ui-datepicker-prev:before,.ui-datepicker-next:before {
  font: 16px/24px "FontAwesome";
  position: absolute;
  margin-left: -4px;
  margin-top: -12px;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 3;
}

.ui-datepicker-prev:before {
  content: '\f104';
}

.ui-datepicker-next:before {
  content: '\f105';
}

.reVisit {
  padding: 40px 0 45px;
}

.reVisit h1 {
  padding-bottom: 35px;
  text-align: center;
}

.reVisit a {
  display: block;
}

.reVisit a:hover div {
  background-color: #5a5a5a;
}

.reVisit a:hover div h2,.reVisit a:hover div p {
  color: #FFF;
}

.reVisit a img {
  width: 100%;
}

.reVisit a div {
  background-color: #fcfbf9;
  padding: 15px 20px 25px;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.reVisit a div h2 {
  color: #4a4a4a;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.reVisit a div p {
  padding-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

footer {
  background-color: #fcfbf9;
}

footer h5 {
  color: #818282;
  font: 300 19px/24px "RotisSansSerif",sans-serif;
  padding-bottom: 0;
}

footer p,footer a {
  color: #818282;
  font: 300 16px/24px "RotisSansSerif",sans-serif;
  padding-bottom: 0;
}

footer a:hover {
  color: #d11242;
}

footer button {
  font-size: 14px;
}

.socialPath {
  background-color: #d2d4d6;
  padding: 22px 0;
}

.socialLinks {
  display: inline-block;
}

.socialLinks ul li {
  display: inline-block;
  padding-left: 30px;
}

.socialLinks ul li:first-child {
  padding-left: 0;
}

.socialLinks ul li a {
  color: #787579;
  display: block;
  font-size: 30px;
  line-height: 56px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.socialLinks ul li a:hover {
  color: #333;
}

.tripList li {
  display: inline-block;
  padding-left: 10px;
}

.tripList li:first-child {
  padding-left: 0;
}

.subscri {
  margin-top: 5px;
  position: relative;
  padding-right: 100px;
}

.subscri input[type="text"] {
  width: 100%;
}

.subscri button {
  padding: 5px 0;
  line-height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}

.fourDown {
  padding: 35px 0 20px;
}

.copyRight {
  padding-bottom: 15px;
}

.copyRight ul li {
  display: inline-block;
  padding-left: 10px;
}

.copyRight ul li:first-child {
  padding-left: 0;
}

.copyRight p,.copyRight a {
  color: #959696;
  font: 300 14px/24px "RotisSansSerif",sans-serif;
  padding-bottom: 0;
}

.copyRight a {
  display: inline-block;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.copyRight a:hover {
  color: #d11242;
}

.eventSlide .slick-slide h3 {
  color: #575656;
  font-family: "RotisSansSerif",sans-serif;
  font-weight: 300;
  padding-bottom: 0;
}

.CalenderDate {
  color: #000;
  font-size: 16px;
}

.CalenderDate:before {
  color: #848484;
  content: '\f133';
  font: 18px/24px "FontAwesome";
  padding-right: 10px;
}

.eventList {
  border-left: 1px solid #5a5a5a;
  padding: 0 45px 0 35px;
  position: relative;
  width: 50%;
}

.eventList .barList {
  background-color: #d11242;
  bottom: 29px;
  color: #FFF;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 44px;
}

.eventList .barList:hover {
  background-color: #333;
}

.eventSlide .slick-arrow {
  background-color: #b3bdc1;
  bottom: -21px;
  color: #FFF;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  width: 44px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.eventSlide .slick-arrow:hover {
  background-color: #333;
}

.eventSlide .slick-next {
  display: none !important;
}

.eventSlide .slick-prev {
  right: -45px;
}

.trigger {
  background-color: #d11242;
  border: 1px solid #d11242;
  color: #FFF;
  display: none;
  height: 45px;
  left: 15px;
  line-height: 45px;
  padding: 0 15px;
  position: absolute;
  top: 15px;
  z-index: 11;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.trigger:hover {
  background-color: #FFF;
  color: #d11242;
}

.offerPromo {
  position: relative;
}

.offerPromo a.listOffer {
  background-color: #FFF;
  color: #8f8f8f;
  display: inline-block;
  height: 35px;
  font-size: 18px;
  line-height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 35px;
  z-index: 5;
}

.offerPromo a.listOffer:hover {
  color: #d11242;
}

.coverRight {
  background-position: top right;
  background-size: cover;
}

.bannerRoom {
  background-color: #fcfbf9;
  margin-bottom: 60px;
}

.bannerRoom>div:last-child {
  padding: 30px 15px;
}

.bannerRoom h2 {
  font-family: "RotisSerif",serif;
  font-weight: 300;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.bannerRoom p {
  color: #818282;
}

.roomSpec {
  text-align: center;
}

.roomSpec li {
  display: inline-block;
  font-size: 16px;
  padding: 0 25px;
  position: relative;
  vertical-align: top;
  width: 140px;
}

.roomSpec li:first-child:before {
  display: none;
}

.roomSpec li:before {
  background-color: #939191;
  bottom: 0;
  content: '';
  height: 65px;
  left: 0;
  position: absolute;
  width: 1px;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.roomSpec li:hover span {
  background-color: #d11242;
}

.roomSpec li span {
  background-color: #939191;
  border-radius: 100%;
  color: #FFF;
  display: block;
  height: 45px;
  font-size: 25px;
  line-height: 45px;
  margin: 0 auto 5px;
  width: 45px;
  text-align: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.bookRoom {
  margin-bottom: 60px;
}

.bookRoom div.slick-slide>div {
  padding: 0 8px;
}

.bookRoom div.slick-slide>div img {
  width: 100%;
}

.bookRoom div.slick-slide>div>div {
  background-color: #fcfbf9;
  padding: 40px 20px;
  text-align: center;
}

.bookRoom div.slick-slide>div h2 {
  font: 400 25px/32px "RotisSerif",serif;
  text-transform: uppercase;
}

.bookRoom div.slick-slide>div p {
  color: #818282;
}

.bookRoom div.slick-slide>div .btnCenter .btn {
  min-width: 120px;
}

.bookRoom div.slick-slide>div .btnCenter .btn:last-child {
  margin-left: 10px;
}

.bookRoom .slick-arrow {
  display: block;
  margin-top: -28px;
  position: absolute;
  top: 50%;
  z-index: 3;
}

.bookRoom .slick-arrow.slick-prev {
  right: -50px;
}

.bookRoom .slick-arrow.slick-next {
  left: -50px;
}

.bookRoom .slick-arrow.slick-disabled {
  display: none !important;
}

.inRoom {
  border: 2px solid #a98209;
  margin-bottom: 60px;
  position: relative;
}

.inRoom div {
  padding: 35px;
  width: calc(100% - 400px);
}

.inRoom div h2 {
  font-weight: 300;
}

.inRoom span {
  background-position: center right;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
}

.bannerD {
  height: 400px;
  position: relative;
}

.bannerD span {
  background-color: #4d4d4d;
  bottom: 0;
  color: #FFF;
  display: inline-block;
  padding: 10px 20px;
  position: absolute;
  right: 0;
}

.sharePlus {
  color: #d11242;
  font-size: 16px;
  line-height: 60px;
  position: relative;
  text-transform: uppercase;
}

.sharePlus:before {
  content: '\f196';
  font: 18px/24px "FontAwesome";
  padding-right: 10px;
}

.sharePlus:hover {
  color: #000;
}

.breadcrumb ul li {
  display: inline-block;
  float: left;
}

.breadcrumb ul li:last-child a {
  color: #4d4d4d;
}

.breadcrumb ul li:first-child a:before {
  display: none;
}

.breadcrumb ul li a {
  color: #d11242;
  display: block;
  font: 24px/60px "RotisSerif",serif;
  padding: 0 25px;
  position: relative;
}

.breadcrumb ul li a:before {
  background-color: #e9e9e9;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.descRoom {
  margin: 30px auto 60px;
}

.descRoom h2 {
  color: #d11242;
  font: 40px/50px "RotisSerif",serif;
  padding-bottom: 40px;
}

.descRoom p {
  color: #909191;
  font-size: 20px;
  padding-bottom: 55px;
}

.showImg {
  margin-bottom: 40px;
}

.showImg div {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin: 0 20px;
}

.showImg div:first-child {
  margin-left: 0;
}

.showImg div:last-child {
  margin-right: 0;
}

.showImg div:hover span i {
  color: #333;
}

.showImg span {
  background-color: rgba(255,255,255,0.8);
  border-radius: 100%;
  display: block;
  font-size: 14px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100px;
  z-index: 2;
}

.showImg span i {
  color: #bf2f38;
  display: block;
  font-size: 40px;
  margin: 0 auto;
  padding-top: 20px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.showImg img {
  margin: 21px auto 0;
}

.smallDesc {
  text-align: center;
}

.smallDesc li {
  color: #818282;
  display: inline-block;
  font: 18px/30px "RotisSansSerif",sans-serif;
  margin: 0 -2px;
  padding: 0 20px;
  position: relative;
  width: 200px;
}

.smallDesc li:first-child:before {
  display: none;
}

.smallDesc li:before {
  background-color: #e1e1e1;
  content: '';
  height: 70px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.smallDesc li h4 {
  font: 300 21px/30px "RotisSansSerif",sans-serif;
  text-transform: uppercase;
}

.listTerm {
  margin-bottom: 40px;
}

.listTerm h2 {
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  text-align: center;
  z-index: 2;
}

.listTerm h2:before {
  background-color: #a7a7a7;
  content: '';
  height: 2px;
  margin-top: -1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
}

.listTerm h2 span {
  background-color: #fcfbf9;
  color: #302e33;
  display: inline-block;
  font: 30px/35px "RotisSerif",serif;
  padding: 0 25px;
  text-transform: uppercase;
}

.listTerm h3 {
  font: 24px/26px "RotisSerif",serif;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.listTerm .row {
  margin-bottom: 40px;
}

.ulList ul li {
  color: #818282;
  padding-left: 40px;
  position: relative;
}

.ulList ul li:before {
  background-color: #d11242;
  border-radius: 100%;
  content: '';
  height: 6px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 6px;
}

.rotateRoom {
  background-color: #fcfbf9;
  margin-bottom: 60px;
}

.rotateRoom .slick-arrow {
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  top: 30px;
  z-index: 4;
}

.rotateRoom .slick-arrow.slick-prev {
  left: 10%;
}

.rotateRoom .slick-arrow.slick-next {
  right: 10%;
}

.mapFigure {
  background-color: #fcfbf9;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.mapFigure.careerPage {
  margin-bottom: 60px;
}

.mapFigure.careerPage .bannerD {
  margin-bottom: 30px;
}



.bookLite .admitForm button {
  text-align: center;
}

.checkArea {
  position: relative;
  z-index: 3;
}

.onlineRes {
  background-color: #747474;
  color: #FFF;
  font-weight: 100;
  padding: 15.5px 70px 15.5px 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 300px;
}

.onlineRes:before {
  background: url(../images/decor1.jpg) no-repeat;
  content: '';
  display: block;
  height: 99px;
  position: absolute;
  right: 0;
  top: 0;
  width: 62px;
}

.onlineRes h2 {
  color: #FFF;
  font-size: 26px;
  line-height: 34px;
  padding-bottom: 0;
}

.inputOne {
  float: left;
  padding-right: 10px;
  width: 170px;
}

.inputCheck {
  background-color: #3b3b3b;
  padding: 11.5px 20px 11.5px 320px;
  text-align: center;
}

.inputCheck>div {
  display: inline-block;
}

.inputCheck label {
  color: rgba(255,255,255,0.6);
  display: block;
  padding-bottom: 5px;
  text-align: left;
}

.inputCheck .calenDate {
  position: relative;
  width: 100%;
}

.inputCheck .calenDate:before {
  background-color: #FFF;
  color: #7e7e7e;
  content: '\f073';
  font: 18px/28px "FontAwesome";
  padding: 4px 10px;
  right: 0;
  position: absolute;
  top: 0;
}

.inputCheck input[type="text"] {
  background-color: #3b3b3b;
  border: 1px solid #e2e1e1;
  color: #FFF;
  font-size: 12px;
  outline: none;
  padding: 10px 46px 10px 10px;
  width: 100%;
}

.selectDownDiv {
  display: inline-block;
  float: left;
  padding-right: 10px;
}

.selectDownDiv.rromBlck .selectMenu {
  width: 150px;
}

.selectMenu {
  width: 100px;
}

.selectMenu .ui-selectmenu-button {
  background-color: transparent;
  border: 1px solid #e2e1e1;
  border-radius: 0;
  font-size: 12px;
  outline: none;
  position: relative;
  width: 100% !important;
}

.selectMenu .ui-selectmenu-button:before {
  background-color: #FFF;
  color: #a5966f;
  content: '\f107';
  font: 24px/33px "FontAwesome";
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 0;
}

.selectMenu .ui-selectmenu-button span.ui-selectmenu-text {
  color: #FFF;
  line-height: 33px;
  padding: 0 55px 0 15px;
  text-align: left;
}

.checkBtn {
  float: left;
  padding-top: 29px;
}

.checkBtn button {
  background-color: #858585;
  border: 1px solid #858585;
  color: rgba(255,255,255,0.6);
  padding: 3px 20px;
}

.checkBtn button:hover {
  background-color: #fff;
  color: #858585;
  border: 1px solid #858585;
}

.addCornise .sideAccom {
  position: static;
  float: right;
}

.addCornise .pinkInfo {
  overflow: auto;
  float: left;
  padding: 40px;
  width: calc(100% - 400px);
}

#accordion {
  border-top: 1px solid #cac9c7;
}

#accordion .ui-accordion-header {
  background-color: #FFF;
  border: none;
  border-bottom: 1px solid #cac9c7;
  color: #d11242;
  font: 300 20px/30px "RotisSerif",serif;
  margin: 0;
  outline: none;
  padding: 10px 30px 10px 10px;
  position: relative;
}

#accordion .ui-accordion-header:before {
  color: #d11242;
  content: '+';
  font: 30px/50px "RotisSerif",serif;
  position: absolute;
  right: 10px;
  top: 0;
}

#accordion .ui-accordion-header.ui-accordion-header-active:before {
  color: #d11242;
  content: '-';
}

#accordion .ui-accordion-content {
  background-color: #FFF;
  border: none;
  border-bottom: 1px solid #cac9c7;
  padding: 10px;
}

#accordion .ui-accordion-content p {
  color: #818282;
  font: 300 16px/20px "RotisSansSerif",sans-serif;;
  padding-bottom: 10px;
}

#accordion .ui-accordion-content ul li {
  color: #818282;
  font: 300 14px/20px "RotisSerif",serif;
}

#accordion .ui-accordion-content ul li strong {
  font-weight: 700;
}

.careerBlock {
  padding-bottom: 70px;
}

.careerBlock>div:first-child {
  padding-right: 60px;
  text-align:left;
}

.careerBlock>div:last-child {
  padding-left: 60px;
}

.formContact h4 {
  text-transform: uppercase;
}

.formContact .txtInput {
  margin-bottom: 15px;
}

.formContact.contactBlock h4 {
  color: #d11242;
  font: 300 23px/33px "RotisSerif",serif;
  padding-bottom: 5px;
  text-transform: none;
}

.formContact.contactBlock p {
  color: #4c4c4c;
  font: 700 15px/23px "RotisSerif",serif;
}

.formContact .btnBlock .btn {
  min-width: 120px;
}

.txtInput,.file-upload-input {
  border: 1px solid #575757;
  border-radius: 0;
  color: #000;
  font: 300 14px/27px "RotisSerif",serif;
  padding: 10px 15px;
  width: 100%;
}

.txtInput::-webkit-input-placeholder,.file-upload-input::-webkit-input-placeholder {
  color: #000;
}

.txtInput::-moz-placeholder,.file-upload-input::-moz-placeholder {
  color: #000;
}

.txtInput:-ms-input-placeholder,.file-upload-input:-ms-input-placeholder {
  color: #000;
}

.txtInput:focus,.file-upload-input:focus {
  border-color: #d11242;
}

.btnBlock {
  padding-top: 15px;
}

.btnBlock .btn {
  min-width: 190px;
  padding: 10px;
}

.formField {
  padding-left: 110px;
  position: relative;
}

.formField label {
  line-height: 49px;
  left: 0;
  position: absolute;
  top: 0;
  width: 110px;
}

.formField>div {
  float: left;
  width: 50%;
}

.formField>div:first-child {
  padding-right: 15px;
}

.formField>div:last-child {
  padding-left: 15px;
}

.custom-file-upload {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}

.file-upload-wrapper {
  padding-right: 100px;
  position: relative;
}

.file-upload-button {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding: 12.5px 20px;
  border: none;
  margin-left: -1px;
  background-color: #575757;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
}

@media screen and (max-width: 1290px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .bookRoom .slick-arrow.slick-prev {
    right: 0px;
  }

  .bookRoom .slick-arrow.slick-next {
    left: 0px;
  }
}

@media screen and (max-width: 1250px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .container {
    width: auto;
  }

  .onlineRes {
    position: static;
    width: 100%;
  }

  .onlineRes:before {
    display: none;
  }

  .inputCheck {
    padding: 20px 20px 10px;
  }
}

@media screen and (max-width: 1180px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .bookRoom div.slick-slide>div .btnCenter .btn {
    padding: 5px 10px;
  }

  .bookRoom div.slick-slide>div .btnCenter .btn:last-child {
    margin-top: 15px;
    margin-left: 0;
  }
}

@media screen and (max-width: 1100px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  nav ul li {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1024px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .socialLinks ul li {
    padding-left: 20px;
  }

  .subscri {
    padding-right: 80px;
  }

  
}

@media screen and (max-width: 1023px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .animated {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-animation-name: none !important;
    -moz-animation-name: none !important;
    animation-name: none !important;
    -webkit-animation-duration: 0s !important;
    -moz-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-animation-delay: 0s !important;
    -moz-animation-delay: 0s !important;
    animation-delay: 0s !important;
  }

  .topMenu {
    background-color: #FFF;
    border-right: 2px solid #d11242;
    float: none;
    height: 100%;
    overflow-y: auto;
    left: -240px;
    position: fixed;
    top: 0;
    width: 240px;
    z-index: 111;
  }

  .callWeather {
    display: none;
    padding-bottom: 0;
    text-align: left;
  }

  .callWeather span {
    border-bottom: 1px solid #d11242;
    display: block;
    padding: 10px 15px;
  }

  .callWeather span.weather {
    padding-left: 65px;
  }

  .callWeather span.weather:before {
    left: 15px;
    top: 9px;
  }

  nav ul li {
    display: list-item;
    padding-left: 0;
  }

  nav ul li a {
    border-bottom: 1px solid #d11242;
    padding: 15px;
  }

  nav ul li a:hover {
    background-color: #d11242;
    color: #FFF;
  }

  header {
    background-color: #FFF;
    left: 0;
    padding: 15px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
  }

  .logo {
    display: block;
    float: none;
    text-align: center;
  }

  .logo img {
    width: 200px;
  }

  .trigger {
    display: block;
  }

  body {
    padding-top: 77px;
    position: relative;
  }

  .selectTwice {
    margin-bottom: 10px;
  }

  .inputCheck>div {
    display: block;
  }

  .selectMenu,.selectDownDiv.rromBlck .selectMenu {
    width: 100%;
  }

  .checkBtn {
    padding-top: 0;
  }

  .inputCheck>div>div {
    float: none;
    margin-bottom: 15px;
    width: 100%;
  }

  .careerBlock>div:first-child {
    padding-right: 15px;
	text-align:left;
  }

  .careerBlock>div:last-child {
    padding-left: 15px;
  }
  
}

@media screen and (max-width: 800px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .reVisit {
    padding: 50px 0 20px;
  }

  .reVisit .row>div,.fourDown>div {
    margin-bottom: 30px;
    width: 50%;
  }

  .eventList,.socialLinks {
    float: none;
  }

  .eventList {
    border-bottom: 1px solid #5a5a5a;
    border-left: none;
    padding: 0 45px 25px 0;
    width: 100%;
  }

  .eventSlide .slick-arrow {
    bottom: inherit;
    height: 34px;
    line-height: 34px;
    top: 34px;
    width: 34px;
  }

  .eventList .barList {
    bottom: inherit;
    height: 34px;
    line-height: 34px;
    top: 0;
    width: 34px;
  }

  .socialLinks {
    display: block;
    padding-top: 15px;
    text-align: center;
  }

  .socialLinks ul {
    display: inline-block;
  }

  .fourDown {
    padding-bottom: 0;
  }

  .descRoom,.listTerm {
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    width: 100%;
  }

  .rotateRoom .slick-arrow.slick-prev {
    left: 20px;
  }

  .rotateRoom .slick-arrow.slick-next {
    right: 20px;
  }

  .bannerRoom>div {
    float: none;
    width: 100%;
  }

  .bannerRoom>div:first-child {
    background: url(../images/mobRoom.jpg) center center no-repeat !important;
    height: 350px;
  }

  .bannerRoom h2 {
    padding-bottom: 15px;
  }

  .bannerRoom {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }

  .inRoom div p {
    padding-bottom: 0;
  }

  .addCornise .pinkInfo,.addCornise .sideAccom {
    float: none;
    height: 100% !important;
    width: 100%;
  }

  .bannerD .coverBG{
		background-image:none !important;;
  }
}

@media screen and (max-width: 767px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .copyRight>div {
    float: none;
  }

  .sideAccom {
    position: static;
    width: 100%;
  }

  .pinkInfo,.addCornise .pinkInfo {
    padding: 20px;
  }

  .admitForm {
    padding: 20px 0;
  }

  .bookLite .admitForm {
    padding: 20px;
  }

  .showImg div {
    margin: 0 10px;
  }

  .inRoom span {
    height: 300px;
    position: static;
    width: 100%;
  }

  .inRoom div {
    width: 100%;
  }

  .bookRoom div.slick-slide>div>div {
    padding: 25px 20px;
  }

  .inRoom,.bookRoom {
    margin-bottom: 30px;
  }

  .careerBlock>div {
    float: none;
    width: 100%;
  }

  .careerBlock {
    padding-bottom: 50px;
  }

  #accordion {
    margin-bottom: 50px;
  }

  .bannerD .coverBG{
		background-image:none !important;;
  }

.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:37px; }

}

@media screen and (max-width: 700px) {

.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .showImg div {
    margin: 0;
  }

  .showImg div:first-child {
    margin-bottom: 20px;
  }

  .smallDesc li {
    display: block;
    margin: 0 auto 15px;
  }

  .smallDesc li:last-child {
    margin-bottom: 0;
  }

  .showImg {
    margin-bottom: 20px;
  }

  .smallDesc li h4 {
    padding-bottom: 0;
  }

  .smallDesc li:before {
    display: none;
  }

  .descRoom {
    margin-bottom: 30px;
  }

  .bannerD .coverBG{
		background-image:none !important;;
  }
}

@media screen and (max-width: 640px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  [class^='col-xs-'],.reVisit .row>div,.fourDown>div {
    float: none;
    width: 100%;
  }

  .reVisit {
    padding-top: 10px;
  }

  .fourDown>div {
    margin-bottom: 20px;
  }

  .listTerm .row>div:first-child {
    margin-bottom: 30px;
  }

  .mapFigure .col-xs-10 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bannerD .coverBG{
		background-image:none !important;;
  }
}

@media screen and (max-width: 540px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .reVisit h1 {
    padding-bottom: 20px;
  }

  h1 {
    font-size: 30px !important;
    line-height: 44px !important;
  }

  h2 {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  .slideHotel .slick-slide span {
    height: 400px;
  }

  .fourDown {
    padding-top: 40px;
  }

  .slideHotel .slick-arrow.slick-next {
    margin-top: -35px;
  }

  .slideHotel .slick-arrow {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    top: 340px;
    width: 35px;
  }

  .mapFigure p {
    font-size: 18px;
  }

  .mapFigure.careerPage {
    margin-bottom: 50px;
  }
  

  .mapFigure h1 {
    padding-bottom: 10px;
  }

  .mapFigure.careerPage {
    margin-bottom: 50px;
	background-image:none !important;;
  }

  .bannerD .coverBG{
		background-image:none !important;;
  }
}

@media screen and (max-width: 480px) {

.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .socialLinks ul li {
    padding-left: 10px;
  }

  .socialLinks ul li a {
    font-size: 24px;
  }

  .socialLinks ul li a img {
    width: 100px;
  }

  .mapFigure.careerPage {
    margin-bottom: 50px;
	background-image:none !important;;
  }

  .pinkInfo h2,.addCornise .pinkInfo h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .pinkInfo,.addCornise .pinkInfo {
    padding: 20px 15px;
  }

  .breadcrumb ul li a {
    font-size: 18px;
    padding: 0 15px;
  }

  .descRoom h2 {
    font-size: 30px;
    padding-bottom: 25px;
  }

  .rotateRoom .slick-arrow.slick-next {
    right: 10px;
  }

  .rotateRoom .slick-arrow.slick-prev {
    left: 10px;
  }

  .descRoom p {
    padding-bottom: 35px;
  }

  .listTerm .row {
    margin-bottom: 25px;
  }

  .roomSpec li {
    display: block;
    margin: 0 auto 15px;
    padding: 0;
    width: 220px;
  }

  .roomSpec li:last-child {
    margin-bottom: 0;
  }

  .roomSpec li:before {
    display: none;
  }

  .inRoom div {
    padding: 20px 15px;
  }

  .bannerD .coverBG{
		background-image:none !important;;
  }
}

@media screen and (max-width: 400px) {

.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }


  .logo {
    text-align: right;
  }

  .ui-datepicker {
    width: 290px;
    z-index: 9999 !important;
  }

  .bookLite .admitForm {
    width: 100%;
  }

  .onlineRes h2 {
    font-size: 20px;
  }
  .mapFigure.careerPage {
    margin-bottom: 50px;
	background-image:none !important;;
  }
  .bannerD .coverBG{
		background-image:none !important;;
  }
}

@media screen and (max-width: 1290px) {

.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .bookRoom .slick-arrow.slick-prev {
    right: 0px;
  }

  .bookRoom .slick-arrow.slick-next {
    left: 0px;
  }
}

@media screen and (max-width: 1250px) {


  .container {
    width: auto;
  }

  .onlineRes {
    position: static;
    width: 100%;
  }

  .onlineRes:before {
    display: none;
  }

  .inputCheck {
    padding: 20px 20px 10px;
  }
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }


}

@media screen and (max-width: 1180px) {

.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .bookRoom div.slick-slide>div .btnCenter .btn {
    padding: 5px 10px;
  }

  .bookRoom div.slick-slide>div .btnCenter .btn:last-child {
    margin-top: 15px;
    margin-left: 0;
  }
}

@media screen and (max-width: 1023px) {

.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }


  .animated {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-animation-name: none !important;
    -moz-animation-name: none !important;
    animation-name: none !important;
    -webkit-animation-duration: 0s !important;
    -moz-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-animation-delay: 0s !important;
    -moz-animation-delay: 0s !important;
    animation-delay: 0s !important;
  }

  .topMenu {
    background-color: #FFF;
    border-right: 2px solid #d11242;
    float: none;
    height: 100%;
    overflow-y: auto;
    left: -240px;
    position: fixed;
    top: 0;
    width: 240px;
    z-index: 111;
  }

  .callWeather {
    display: none;
    padding-bottom: 0;
    text-align: left;
  }

  .callWeather span {
    border-bottom: 1px solid #d11242;
    display: block;
    padding: 10px 15px;
  }

  .callWeather span.weather {
    padding-left: 65px;
  }

  .callWeather span.weather:before {
    left: 15px;
    top: 9px;
  }

  nav ul li {
    display: list-item;
    padding-left: 0;
  }

  nav ul li a {
    border-bottom: 1px solid #d11242;
    padding: 15px;
  }

  nav ul li a:hover {
    background-color: #d11242;
    color: #FFF;
  }

  header {
    background-color: #FFF;
    left: 0;
    padding: 15px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
  }

  .logo {
    display: block;
    float: none;
    text-align: center;
  }

  .logo img {
    width: 200px;
  }

  .trigger {
    display: block;
  }

  body {
    padding-top: 77px;
    position: relative;
  }

  .selectTwice {
    margin-bottom: 10px;
  }

  .inputCheck>div {
    display: block;
  }

  .selectMenu,.selectDownDiv.rromBlck .selectMenu {
    width: 100%;
  }

  .checkBtn {
    padding-top: 0;
  }

  .inputCheck>div>div {
    float: none;
    margin-bottom: 15px;
    width: 100%;
  }
}

@media screen and (max-width: 800px) {

.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .reVisit {
    padding: 50px 0 20px;
  }

  .reVisit .row>div,.fourDown>div {
    margin-bottom: 30px;
    width: 50%;
  }

  .eventList,.socialLinks {
    float: none;
  }

  .eventList {
    border-bottom: 1px solid #5a5a5a;
    border-left: none;
    padding: 0 45px 25px 0;
    width: 100%;
  }

  .eventSlide .slick-arrow {
    bottom: inherit;
    height: 34px;
    line-height: 34px;
    top: 34px;
    width: 34px;
  }

  .eventList .barList {
    bottom: inherit;
    height: 34px;
    line-height: 34px;
    top: 0;
    width: 34px;
  }

  .socialLinks {
    display: block;
    padding-top: 15px;
    text-align: center;
  }

  .socialLinks ul {
    display: inline-block;
  }

  .fourDown {
    padding-bottom: 0;
  }

  .descRoom,.listTerm {
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    width: 100%;
  }

  .rotateRoom .slick-arrow.slick-prev {
    left: 20px;
  }

  .rotateRoom .slick-arrow.slick-next {
    right: 20px;
  }

  .bannerRoom>div {
    float: none;
    width: 100%;
  }

  .bannerRoom>div:first-child {
    min-height: 150px;
  }

  .bannerRoom h2 {
    padding-bottom: 15px;
  }

  .bannerRoom {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }

  .inRoom div p {
    padding-bottom: 0;
  }

  .addCornise .pinkInfo,.addCornise .sideAccom {
    float: none;
    height: 100% !important;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {

.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .copyRight>div {
    float: none;
  }

  .sideAccom {
    position: static;
    width: 100%;
  }

  .pinkInfo,.addCornise .pinkInfo {
    padding: 20px;
  }

  .admitForm {
    padding: 20px 0;
  }

  .bookLite .admitForm {
    padding: 20px;
  }

  .showImg div {
    margin: 0 10px;
  }

  .inRoom span {
    height: 300px;
    position: static;
    width: 100%;
  }

  .inRoom div {
    width: 100%;
  }

  .bookRoom div.slick-slide>div>div {
    padding: 25px 20px;
  }

  .inRoom,.bookRoom {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 700px) {

.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .showImg div {
    margin: 0;
  }

  .showImg div:first-child {
    margin-bottom: 20px;
  }

  .smallDesc li {
    display: block;
    margin: 0 auto 15px;
  }

  .smallDesc li:last-child {
    margin-bottom: 0;
  }

  .showImg {
    margin-bottom: 20px;
  }

  .smallDesc li h4 {
    padding-bottom: 0;
  }

  .smallDesc li:before {
    display: none;
  }

  .descRoom {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  [class^='col-xs-'],.reVisit .row>div,.fourDown>div {
    float: none;
    width: 100%;
  }

  .reVisit {
    padding-top: 10px;
  }

  .fourDown>div {
    margin-bottom: 20px;
  }

  .listTerm .row>div:first-child {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 540px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .reVisit h1 {
    padding-bottom: 20px;
  }

  h1 {
    font-size: 30px;
    line-height: 44px;
  }

  h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .slideHotel .slick-slide span {
    height: 400px;
  }

  .fourDown {
    padding-top: 40px;
  }

  .slideHotel .slick-arrow.slick-next {
    margin-top: -35px;
  }

  .slideHotel .slick-arrow {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    top: 340px;
    width: 35px;
  }
}

@media screen and (max-width: 480px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .socialLinks ul li {
    padding-left: 10px;
  }

  .socialLinks ul li a {
    font-size: 24px;
  }

  .socialLinks ul li a img {
    width: 100px;
  }

  .pinkInfo h2,.addCornise .pinkInfo h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .pinkInfo,.addCornise .pinkInfo {
    padding: 20px 15px;
  }

  .breadcrumb ul li a {
    font-size: 18px;
    padding: 0 15px;
  }

  .descRoom h2 {
    font-size: 30px;
    padding-bottom: 25px;
  }

  .rotateRoom .slick-arrow.slick-next {
    right: 10px;
  }

  .rotateRoom .slick-arrow.slick-prev {
    left: 10px;
  }

  .descRoom p {
    padding-bottom: 35px;
  }

  .listTerm .row {
    margin-bottom: 25px;
  }

  .roomSpec li {
    display: block;
    margin: 0 auto 15px;
    padding: 0;
    width: 220px;
  }

  .roomSpec li:last-child {
    margin-bottom: 0;
  }

  .roomSpec li:before {
    display: none;
  }

  .inRoom div {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 400px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .logo {
    text-align: right;
  }

  .ui-datepicker {
    width: 290px;
    z-index: 9999 !important;
  }

  .bookLite .admitForm {
    width: 100%;
  }

  .onlineRes h2 {
    font-size: 20px;
  }
}
.checkArea {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 540px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .reVisit h1 {
    padding-bottom: 20px;
  }

  h1 {
    font-size: 30px;
    line-height: 44px;
  }

  h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .slideHotel .slick-slide span {
    height: 400px;
  }

  .fourDown {
  	display: none;
    padding-top: 40px;
  }

  .slideHotel .slick-arrow.slick-next {
    margin-top: -120px;
  }

  .slideHotel .slick-arrow {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    top: 340px;
    width: 35px;
  }

  .rotateRoom {
  	margin-bottom: 20px;
  }
  .bannerRoom { padding-bottom: 0; margin-bottom: 0; }
  .socialPath, .copyRight>div.fR, .roomSpec { display: none; }
}

@media screen and (max-width: 480px) {

.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }


  .socialLinks ul li {
    padding-left: 10px;
  }

  .socialLinks ul li a {
    font-size: 24px;
  }

  .socialLinks ul li a img {
    width: 100px;
  }

  .pinkInfo h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .pinkInfo {
    padding: 20px 15px;
  }

  .breadcrumb ul li a {
    font-size: 18px;
    padding: 0 15px;
  }

  .descRoom h2 {
    font-size: 30px;
    padding-bottom: 25px;
  }

  .rotateRoom .slick-arrow.slick-next {
    right: 10px;
  }

  .rotateRoom .slick-arrow.slick-prev {
    left: 10px;
  }

  .descRoom p {
    padding-bottom: 35px;
  }

  .listTerm .row {
    margin-bottom: 25px;
  }

  .roomSpec li {
    display: block;
    margin: 0 auto 15px;
    padding: 0;
    width: 220px;
  }

  .roomSpec li:last-child {
    margin-bottom: 0;
  }

  .roomSpec li:before {
    display: none;
  }

  .inRoom div {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 400px) {

.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .logo {
    text-align: right;
  }

  .ui-datepicker {
    width: 290px;
    z-index: 9999 !important;
  }

  .bookLite .admitForm {
    width: 100%;
  }

}

@media screen and (max-width: 1290px) {

.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .bookRoom .slick-arrow.slick-prev {
    right: 0px;
  }

  .bookRoom .slick-arrow.slick-next {
    left: 0px;
  }
}

@media screen and (max-width: 1250px) {

.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .container {
    width: auto;
  }

}

@media screen and (max-width: 1180px) {

.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .bookRoom div.slick-slide>div .btnCenter .btn {
    padding: 5px 10px;
  }

  .bookRoom div.slick-slide>div .btnCenter .btn:last-child {
    margin-top: 15px;
    margin-left: 0;
  }

}

@media screen and (max-width: 1100px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  nav ul li {
    padding-left: 20px;
  }

}

@media screen and (max-width: 1024px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .socialLinks ul li {
    padding-left: 20px;
  }

  .subscri {
    padding-right: 80px;
  }

}

@media screen and (max-width: 1023px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .animated {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-animation-name: none !important;
    -moz-animation-name: none !important;
    animation-name: none !important;
    -webkit-animation-duration: 0s !important;
    -moz-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-animation-delay: 0s !important;
    -moz-animation-delay: 0s !important;
    animation-delay: 0s !important;
  }

  .topMenu {
    background-color: #FFF;
    border-right: 2px solid #d11242;
    float: none;
    height: 100%;
    overflow-y: auto;
    left: -240px;
    position: fixed;
    top: 0;
    width: 240px;
    z-index: 111;
  }

  .bannerRoom h2 {
    font-size: 26px;
  }

  .callWeather {
    display: none;
    padding-bottom: 0;
    text-align: left;
  }

  .callWeather span {
    border-bottom: 1px solid #d11242;
    display: block;
    padding: 10px 15px;
  }

  .callWeather span.weather {
    padding-left: 65px;
  }

  .callWeather span.weather:before {
    left: 15px;
    top: 9px;
  }

  nav ul li {
    display: list-item;
    padding-left: 0;
  }

  nav ul li a {
    border-bottom: 1px solid #d11242;
    padding: 15px;
  }

  nav ul li a:hover {
    background-color: #d11242;
    color: #FFF;
  }

  header {
    background-color: #FFF;
    left: 0;
    padding: 15px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
  }

  .logo {
    display: block;
    float: none;
    text-align: center;
  }

  .logo img {
    width: 200px;
  }

  .trigger {
    display: block;
  }

  body {
    padding-top: 77px;
    position: relative;
  }

  .selectTwice {
    margin-bottom: 10px;
  }

}

@media screen and (max-width: 990px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .container {
    width: auto;
  }

}

@media screen and (max-width: 800px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .reVisit {
    padding: 50px 0 20px;
  }

  .reVisit .row>div,.fourDown>div {
    margin-bottom: 30px;
    width: 50%;
  }

  .eventList,.socialLinks {
    float: none;
  }

  .eventList {
    border-bottom: 1px solid #5a5a5a;
    border-left: none;
    padding: 0 45px 25px 0;
    width: 100%;
  }

  .eventSlide .slick-arrow {
    bottom: inherit;
    height: 34px;
    line-height: 34px;
    top: 34px;
    width: 34px;
  }

  .eventList .barList {
    bottom: inherit;
    height: 34px;
    line-height: 34px;
    top: 0;
    width: 34px;
  }

  .socialLinks {
    display: block;
    padding-top: 15px;
    text-align: center;
  }

  .socialLinks ul {
    display: inline-block;
  }

  .fourDown {
    padding-bottom: 0;
  }

  .descRoom,.listTerm {
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    width: 100%;
  }

  .rotateRoom .slick-arrow.slick-prev {
    left: 20px;
  }

  .rotateRoom .slick-arrow.slick-next {
    right: 20px;
  }

  .bannerRoom>div {
    float: none;
    width: 100%;
  }

  .bannerRoom>div:first-child {
/*background:url(../images/mobRoom.jpg) center center no-repeat !important;*//*height:350px*/;
  }

  .bannerRoom h2 {
    padding-bottom: 15px;
  }

  .bannerRoom {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }

  .inRoom div p {
    padding-bottom: 0;
  }

  .offerbox {
  	float: none;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .copyRight>div {
    float: none;
  }

  .sideAccom {
    position: static;
    width: 100%;
  }

  .pinkInfo {
    padding: 20px;
  }

  .admitForm {
    padding: 20px 0;
  }

  .bookLite .admitForm {
    padding: 20px;
  }

  .showImg div {
    margin: 0 10px;
  }

  .inRoom span {
    height: 300px;
    position: static;
    width: 100%;
  }

  .inRoom div {
    width: 100%;
  }

  .bookRoom div.slick-slide>div>div {
    padding: 25px 20px;
  }

  .inRoom,.bookRoom {
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 700px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .showImg div {
    margin: 0;
  }

  .showImg div:first-child {
    margin-bottom: 20px;
  }

  .smallDesc li {
    display: block;
    margin: 0 auto 15px;
  }

  .smallDesc li:last-child {
    margin-bottom: 0;
  }

  .showImg {
    margin-bottom: 20px;
  }

  .smallDesc li h4 {
    padding-bottom: 0;
  }

  .smallDesc li:before {
    display: none;
  }

  .descRoom {
    margin-bottom: 30px;
  }
  .bookLite1 .admitForm {
  	padding: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  [class^='col-xs-'],.reVisit .row>div,.fourDown>div {
    float: none;
    width: 100%;
  }

  .reVisit {
    padding-top: 10px;
  }

  .fourDown>div {
    margin-bottom: 20px;
  }

  .listTerm .row>div:first-child {
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 540px) {
.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .reVisit h1 {
    padding-bottom: 20px;
  }

  h1 {
    font-size: 30px;
    line-height: 44px;
  }

  h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .slideHotel .slick-slide span {
    height: 400px;
  }

  .fourDown {
  	display: none;
    padding-top: 40px;
  }

  .slideHotel .slick-arrow.slick-next {
    margin-top: -120px;
  }

  .slideHotel .slick-arrow {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    top: 340px;
    width: 35px;
  }

  .rotateRoom {
  	margin-bottom: 20px;
  }
  .bannerRoom { padding-bottom: 0; margin-bottom: 0; }
  .socialPath, .copyRight>div.fR, .roomSpec { display: none; }
}

@media screen and (max-width: 480px) {

.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }


  .socialLinks ul li {
    padding-left: 10px;
  }

  .socialLinks ul li a {
    font-size: 24px;
  }

  .socialLinks ul li a img {
    width: 100px;
  }

  .pinkInfo h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .pinkInfo {
    padding: 20px 15px;
  }

  .breadcrumb ul li a {
    font-size: 18px;
    padding: 0 15px;
  }

  .descRoom h2 {
    font-size: 30px;
    padding-bottom: 25px;
  }

  .rotateRoom .slick-arrow.slick-next {
    right: 10px;
  }

  .rotateRoom .slick-arrow.slick-prev {
    left: 10px;
  }

  .descRoom p {
    padding-bottom: 35px;
  }

  .listTerm .row {
    margin-bottom: 25px;
  }

  .roomSpec li {
    display: block;
    margin: 0 auto 15px;
    padding: 0;
    width: 220px;
  }

  .roomSpec li:last-child {
    margin-bottom: 0;
  }

  .roomSpec li:before {
    display: none;
  }

  .inRoom div {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 400px) {

.inputOne{ width:100%; }
.onlineRes{
width:100%;
}

.inputCheck{
padding: 90px 15px 15px 20px;
}

.inputOne{ padding-top:5px; }

.selectDownDiv{ padding-top:8px; }

.selectDownDiv.rromBlck .selectMenu{ width:96px; }
.checkBtn{ padding-top:35px; }

  .logo {
    text-align: right;
  }

  .ui-datepicker {
    width: 290px;
    z-index: 9999 !important;
  }

  .bookLite .admitForm {
    width: 100%;
  }

}
