@charset "UTF-8";
/*
Theme Name: Go
Theme URI: https://wpopal.org/themes/go/
Author: WPOPAL Team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: go

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*------------------------------------------------------------------
[Table of contents]
1. Utilities
2. Base
3. Layout
4. Page
5. Post
6. Form
7. Responsive
8. Widget

-------------------------------------------------------------------*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* $headings-font-weight:    700 !default; */
/*! 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: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .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: -.5em; }

sub {
  bottom: -.25em; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,kbd,pre,samp {
  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 silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse; }

td,th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,:after,:before {
    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: ""; }
  blockquote,pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img,tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  h2,h3,p {
    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 td,.table-bordered th {
    border: 1px solid #ddd !important; } }

*,:after,:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  line-height: 1.875;
  color: #666;
  background-color: #232d33; }

button,input,select,textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #000; }
  a,a:focus,a:hover {
  text-decoration: none; }
  a:focus,a:hover {
    color: #30adc5; }
  a:focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.875;
  background-color: #232d33;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #ccc; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0; }

.sr-only-focusable:active,.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role=button] {
  cursor: pointer; }

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  font-family: 'Times New Roman',Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.875; }
  .h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-weight: 400;
    line-height: 1;
    color: #666; }

.h1,.h2,.h3,h1,h2,h3 {
  margin-top: 30px;
  margin-bottom: 15px; }
  .h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
    font-size: 65%; }

.h4,.h5,.h6,h4,h5,h6 {
  margin-top: 15px;
  margin-bottom: 15px; }
  .h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-size: 75%; }

.h1,h1 {
  font-size: 41px; }

.h2,h2 {
  font-size: 34px; }

.h3,h3 {
  font-size: 28px; }

.h4,h4 {
  font-size: 20px; }

.h5,h5 {
  font-size: 16px; }

.h6,h6 {
  font-size: 14px; }

p {
  margin: 0 0 15px; }

.lead {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

.small,small {
  font-size: 87%; }

.mark,mark {
  background-color: #fffbe8;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #666; }

.text-primary {
  color: #30adc5; }

a.text-primary:focus,a.text-primary:hover {
  color: #26899c; }

.text-success {
  color: #3c763d; }

a.text-success:focus,a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:focus,a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:focus,a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:focus,a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #30adc5 !important; }

a.bg-primary:focus,a.bg-primary:hover {
  background-color: #26899c; }

.bg-success {
  background-color: #f4fcee !important; }

a.bg-success:focus,a.bg-success:hover {
  background-color: #d8f4c3; }

.bg-info {
  background-color: #e3fafe !important; }

a.bg-info:focus,a.bg-info:hover {
  background-color: #b2f1fc; }

.bg-warning {
  background-color: #fffbe8 !important; }

a.bg-warning:focus,a.bg-warning:hover {
  background-color: #fff2b5; }

.bg-danger {
  background-color: #fcf0f2 !important; }

a.bg-danger:focus,a.bg-danger:hover {
  background-color: #f4c6cd; }

.page-header {
  padding-bottom: 14px;
  margin: 0 0 30px;
  border-bottom: 1px solid transparent; }

ol,ul {
  margin-top: 0;
  margin-bottom: 15px; }
  ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0; }

.list-inline,.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }
  .list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 30px; }

dd,dt {
  line-height: 1.875; }

dd {
  margin-left: 0; }

.dl-horizontal dd:after,.dl-horizontal dd:before {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[data-original-title],abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #666; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 15px 30px;
  margin: 0 0 30px;
  font-size: 20px;
  border-left: 5px solid #ccc; }
  blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child {
    margin-bottom: 0; }
  blockquote .small,blockquote footer,blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.875;
    color: #666; }
    blockquote .small:before,blockquote footer:before,blockquote small:before {
      content: "\2014 \00A0"; }

.blockquote-reverse,blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ccc;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before {
    content: ""; }
  .blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after {
    content: "\00A0 \2014"; }

address {
  margin-bottom: 30px;
  font-style: normal;
  line-height: 30px; }

code,kbd,pre,samp {
  font-family: monospace,monospace; }

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 5px; }

code,kbd {
  padding: 2px 4px;
  font-size: 90%; }

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

pre {
  display: block;
  padding: 14.5px;
  margin: 0 0 15px;
  font-size: 15px;
  line-height: 1.875;
  word-break: break-all;
  word-wrap: break-word;
  color: #444;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 5px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container:after,.container:before {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 790px; } }
  @media (min-width: 992px) {
    .container {
      width: 1010px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1210px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container-fluid:after,.container-fluid:before {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -20px;
  margin-right: -20px; }
  .row:after,.row:before {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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,.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,.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,.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 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }

.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.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .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.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .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.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .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.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #666; }

caption,th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px; }
  .table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 8px;
    line-height: 1.875;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
    border-top: 0; }
  .table>tbody+tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #232d33; }

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
  padding: 5px; }
  .table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border: 1px solid #ddd; }
  .table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border-bottom-width: 2px; }

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5; }

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column; }

table td[class*=col-],table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell; }

.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
  background-color: #f5f5f5; }

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
  background-color: #e8e8e8; }

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
  background-color: #f4fcee; }

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
  background-color: #e6f8d8; }

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
  background-color: #e3fafe; }

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
  background-color: #caf6fd; }

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
  background-color: #fffbe8; }

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
  background-color: #fff7cf; }

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
  background-color: #fcf0f2; }

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
  background-color: #f8dbe0; }

.table-responsive {
  overflow-x: auto;
  min-height: .01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 22.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive>.table {
        margin-bottom: 0; }
        .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
          white-space: nowrap; }
      .table-responsive>.table-bordered {
        border: 0; }
        .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
          border-left: 0; }
        .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
          border-right: 0; }
        .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
          border-bottom: 0; } }

fieldset {
  margin: 0;
  min-width: 0; }

fieldset,legend {
  padding: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: inherit;
  color: #444;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400; }

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type=checkbox],input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type=file] {
  display: block; }

input[type=range] {
  display: block;
  width: 100%; }

select[multiple],select[size] {
  height: auto; }

input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
  outline: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  padding-top: 9px; }

.form-control,output {
  display: block;
  font-size: 16px;
  line-height: 1.875;
  color: #000; }

.form-control {
  width: 100%;
  height: 56px;
  padding: 8px 20px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .form-control:focus {
    border-color: #30adc5;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-control::-moz-placeholder {
    color: #666;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #666; }
  .form-control::-webkit-input-placeholder {
    color: #666; }
  .form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    background-color: #ccc;
    opacity: 1; }
  .form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type=search] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {
    line-height: 56px; }
  .input-group-sm>.input-group-btn>input[type=date].btn,.input-group-sm>.input-group-btn>input[type=datetime-local].btn,.input-group-sm>.input-group-btn>input[type=month].btn,.input-group-sm>.input-group-btn>input[type=time].btn,.input-group-sm>input[type=date].form-control,.input-group-sm>input[type=date].input-group-addon,.input-group-sm>input[type=datetime-local].form-control,.input-group-sm>input[type=datetime-local].input-group-addon,.input-group-sm>input[type=month].form-control,.input-group-sm>input[type=month].input-group-addon,.input-group-sm>input[type=time].form-control,.input-group-sm>input[type=time].input-group-addon,.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm {
    line-height: 33px; }
  .input-group-lg>.input-group-btn>input[type=date].btn,.input-group-lg>.input-group-btn>input[type=datetime-local].btn,.input-group-lg>.input-group-btn>input[type=month].btn,.input-group-lg>.input-group-btn>input[type=time].btn,.input-group-lg>input[type=date].form-control,.input-group-lg>input[type=date].input-group-addon,.input-group-lg>input[type=datetime-local].form-control,.input-group-lg>input[type=datetime-local].input-group-addon,.input-group-lg>input[type=month].form-control,.input-group-lg>input[type=month].input-group-addon,.input-group-lg>input[type=time].form-control,.input-group-lg>input[type=time].input-group-addon,.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg {
    line-height: 59px; } }

.form-group,.form-row {
  margin-bottom: 15px; }

.checkbox,.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .checkbox label,.radio label {
    min-height: 30px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.checkbox-inline input[type=checkbox],.checkbox input[type=checkbox],.radio-inline input[type=radio],.radio input[type=radio] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.checkbox+.checkbox,.radio+.radio {
  margin-top: -5px; }

.checkbox-inline,.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer; }

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px; }

.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .checkbox label,fieldset[disabled] .radio-inline,fieldset[disabled] .radio label,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  min-height: 46px; }
  .form-control-static.input-lg,.form-control-static.input-sm,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.input-group-sm>.input-group-btn>select.btn,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,select.input-sm {
  height: 33px;
  line-height: 33px; }

.input-group-sm>.input-group-btn>select[multiple].btn,.input-group-sm>.input-group-btn>textarea.btn,.input-group-sm>select[multiple].form-control,.input-group-sm>select[multiple].input-group-addon,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,select[multiple].input-sm,textarea.input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }

.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 44px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.input-lg {
  height: 59px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.input-group-lg>.input-group-btn>select.btn,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,select.input-lg {
  height: 59px;
  line-height: 59px; }

.input-group-lg>.input-group-btn>select[multiple].btn,.input-group-lg>.input-group-btn>textarea.btn,.input-group-lg>select[multiple].form-control,.input-group-lg>select[multiple].input-group-addon,.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,select[multiple].input-lg,textarea.input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 59px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 59px;
  line-height: 59px; }

.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 59px;
  min-height: 50px;
  padding: 16px 30px;
  font-size: 20px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 70px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  pointer-events: none; }

.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.input-lg+.form-control-feedback {
  width: 59px;
  height: 59px;
  line-height: 59px; }

.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.input-sm+.form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .checkbox,.has-success .checkbox-inline,.has-success.checkbox-inline label,.has-success.checkbox label,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.radio-inline label,.has-success.radio label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #f4fcee; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning.checkbox-inline label,.has-warning.checkbox label,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.radio-inline label,.has-warning.radio label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fffbe8; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .checkbox,.has-error .checkbox-inline,.has-error.checkbox-inline label,.has-error.checkbox label,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.radio-inline label,.has-error.radio label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #fcf0f2; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label~.form-control-feedback {
  top: 35px; }

.has-feedback label.sr-only~.form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6; }

@media (min-width: 768px) {
  .form-inline .form-group,.form-inline .form-row {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
      width: auto; }
  .form-inline .input-group>.form-control {
    width: 100%; }
  .form-inline .checkbox,.form-inline .control-label,.form-inline .radio {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .checkbox,.form-inline .radio {
    display: inline-block;
    margin-top: 0; }
    .form-inline .checkbox label,.form-inline .radio label {
      padding-left: 0; }
  .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px; }

.form-horizontal .checkbox,.form-horizontal .radio {
  min-height: 39px; }

.form-horizontal .form-group,.form-horizontal .form-row {
  margin-left: -20px;
  margin-right: -20px; }
  .form-horizontal .form-group:after,.form-horizontal .form-group:before,.form-horizontal .form-row:after,.form-horizontal .form-row:before {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after,.form-horizontal .form-row:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 20px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 21px;
    font-size: 20px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

.btn {
  background-image: none;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 1.875;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn.focus,.btn:focus,.btn:hover {
    color: #fff;
    text-decoration: none; }
  .btn.active,.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px transparent;
    box-shadow: inset 0 3px 5px transparent; }
  .btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,fieldset[disabled] a.btn {
  pointer-events: none; }
    .btn-default,.btn-default.active,.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default.focus,.btn-default:active,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.btn-default:focus,.btn-default:hover,.open>.btn-default.dropdown-toggle,.open>.btn-default.dropdown-toggle.focus,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle:hover {
      color: #fff;
      background-color: #000;
      border-color: #000; }
  .btn-default.active,.btn-default:active,.open>.btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
    background-color: #000;
    border-color: #000; }
  .btn-default .badge {
    color: #000;
    background-color: #fff; }

.btn-primary {
  color: #fff;
  background-color: #30adc5;
  border-color: #2b9bb0; }
  .btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #26899c;
    border-color: #12414a; }
  .btn-primary.active,.btn-primary:active,.btn-primary:hover,.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #26899c;
    border-color: #1f707f; }
    .btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover {
      color: #fff;
      background-color: #1f707f;
      border-color: #12414a; }
  .btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #30adc5;
    border-color: #2b9bb0; }
  .btn-primary .badge {
    color: #30adc5;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #62bc6f;
  border-color: #50b45f; }
  .btn-success.focus,.btn-success:focus {
    color: #fff;
    background-color: #46a554;
    border-color: #285d30; }
  .btn-success.active,.btn-success:active,.btn-success:hover,.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #46a554;
    border-color: #3c8c47; }
    .btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover {
      color: #fff;
      background-color: #3c8c47;
      border-color: #285d30; }
  .btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
    background-color: #62bc6f;
    border-color: #50b45f; }
  .btn-success .badge {
    color: #62bc6f;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #549dde;
  border-color: #3f91da; }
  .btn-info.focus,.btn-info:focus {
    color: #fff;
    background-color: #2985d6;
    border-color: #195080; }
  .btn-info.active,.btn-info:active,.btn-info:hover,.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2985d6;
    border-color: #2372b8; }
    .btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover {
      color: #fff;
      background-color: #2372b8;
      border-color: #195080; }
  .btn-info.active,.btn-info:active,.open>.btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
    background-color: #549dde;
    border-color: #3f91da; }
  .btn-info .badge {
    color: #549dde;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #ffbe3f;
  border-color: #ffb526; }
  .btn-warning.focus,.btn-warning:focus {
    color: #fff;
    background-color: #ffad0c;
    border-color: #a56d00; }
  .btn-warning.active,.btn-warning:active,.btn-warning:hover,.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffad0c;
    border-color: #e79900; }
    .btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover {
      color: #fff;
      background-color: #e79900;
      border-color: #a56d00; }
  .btn-warning.active,.btn-warning:active,.open>.btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
    background-color: #ffbe3f;
    border-color: #ffb526; }
  .btn-warning .badge {
    color: #ffbe3f;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #e56363;
  border-color: #e14d4d; }
  .btn-danger.focus,.btn-danger:focus {
    color: #fff;
    background-color: #de3737;
    border-color: #961919; }
  .btn-danger.active,.btn-danger:active,.btn-danger:hover,.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #de3737;
    border-color: #cf2222; }
    .btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover {
      color: #fff;
      background-color: #cf2222;
      border-color: #961919; }
  .btn-danger.active,.btn-danger:active,.open>.btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
    background-color: #e56363;
    border-color: #e14d4d; }
  .btn-danger .badge {
    color: #e56363;
    background-color: #fff; }

.btn-link {
  color: #000;
  font-weight: 400;
  border-radius: 0; }
  .btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
    border-color: transparent; }
  .btn-link:focus,.btn-link:hover {
    color: #30adc5;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
    color: #666;
    text-decoration: none; }

.btn-group-lg>.btn,.btn-lg {
  padding: 15px 30px;
  font-size: 14px;
  line-height: 1.33333;
  border-radius: 0; }

.btn-group-sm>.btn,.btn-sm {
  padding: 5px 10px; }

.btn-group-sm>.btn,.btn-group-xs>.btn,.btn-sm,.btn-xs {
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.btn-group-xs>.btn,.btn-xs {
  padding: 1px 5px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block+.btn-block {
  margin-top: 5px; }

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height,visibility;
  transition-property: height,visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown,.dropup {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 205px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 14px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.875;
    color: #444;
    white-space: nowrap; }

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
  text-decoration: none;
  color: #373737;
  background-color: #f5f5f5; }

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #30adc5; }

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
  color: #666; }

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open>.dropdown-menu {
  display: block !important; }

.open>a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.875;
  color: #666;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right>.dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    float: left; }
    .btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
      z-index: 2; }

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:after,.btn-toolbar:before {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left; }
  .btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px; }

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group>.btn:first-child {
  margin-left: 0; }
  .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group>.btn-group {
  float: left; }

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0; }

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group-lg.btn-group>.btn+.dropdown-toggle,.btn-group>.btn-lg+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-group-lg>.btn .caret,.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-group-lg>.btn .caret,.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before {
  content: " ";
  display: table; }

.btn-group-vertical>.btn-group:after {
  clear: both; }

.btn-group-vertical>.btn-group>.btn {
  float: none; }

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0; }

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified>.btn,.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified>.btn-group .btn {
    width: 100%; }
  .btn-group-justified>.btn-group .dropdown-menu {
    left: auto; }

[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio] {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,.input-group-btn,.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #30adc5;
  border: 1px solid #e1e1e1;
  border-radius: 5px; }
  .input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0; }
  .input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 15px 30px;
    font-size: 20px;
    border-radius: 6px; }
  .input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
    margin-top: 0; }

.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn,.input-group-btn>.btn {
  position: relative; }
    .input-group-btn>.btn+.btn {
      margin-left: -1px; }
    .input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
      z-index: 2; }
  .input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:after,.nav:before {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
    .nav>li,.nav>li>a {
    position: relative;
    display: block; }
    .nav>li>a {
      padding: 10px 15px; }
      .nav>li>a:focus,.nav>li>a:hover {
        text-decoration: none;
        background-color: transparent; }
    .nav>li.disabled>a {
      color: #666; }
      .nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
        color: #666;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    background-color: transparent;
    border-color: #000; }
  .nav .nav-divider {
    height: 1px;
    margin: 14px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav>li>a>img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid transparent; }
  .nav-tabs>li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs>li>a {
      margin-right: 2px;
      line-height: 1.875;
      border: 1px solid transparent;
      font-weight: 600;
      border-radius: 5px 5px 0 0; }
      .nav-tabs>li>a:hover {
        border-color: transparent; }
    .nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
      color: #30adc5;
      background-color: transparent;
      border: 1px solid transparent;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills>li {
  float: left; }
  .nav-pills>li>a {
    border-radius: 5px; }
  .nav-pills>li+li {
    margin-left: 2px; }
  .nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #30adc5; }

.nav-stacked>li {
  float: none; }
  .nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified,.nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified>li,.nav-tabs.nav-justified>li {
    float: none; }
    .nav-justified>li>a,.nav-tabs.nav-justified>li>a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified>li,.nav-tabs.nav-justified>li {
      display: table-cell;
      width: 1%; }
      .nav-justified>li>a,.nav-tabs.nav-justified>li>a {
        margin-bottom: 0; } }

.nav-tabs-justified,.nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 5px; }
  .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
      border-bottom: 1px solid #ddd;
      border-radius: 5px 5px 0 0; }
    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
      border-bottom-color: #232d33; } }

.tab-content>.tab-pane {
  display: none; }

.tab-content>.active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent; }
  .navbar:after,.navbar:before {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 5px; } }

.navbar-header:after,.navbar-header:before {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:after,.navbar-collapse:before {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
      max-height: 200px; } }

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
  margin-right: -20px;
  margin-left: -20px; }
  @media (min-width: 768px) {
    .container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-bottom,.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-bottom,.navbar-fixed-top {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 30px;
  height: 50px; }
  .navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand>img {
    display: block; }
  @media (min-width: 768px) {
    .navbar>.container-fluid .navbar-brand,.navbar>.container .navbar-brand {
      margin-left: -20px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 5px -20px; }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu>li>a {
        line-height: 30px; }
        .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      margin: 0; }
      .navbar-nav,.navbar-nav>li {
      float: left; }
        .navbar-nav>li>a {
          padding-top: 10px;
          padding-bottom: 10px; } }

.navbar-form {
  margin: -3px -20px;
  padding: 10px 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1); }
  @media (min-width: 768px) {
    .navbar-form .form-group,.navbar-form .form-row {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control,.navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn {
        width: auto; }
    .navbar-form .input-group>.form-control {
      width: 100%; }
    .navbar-form .checkbox,.navbar-form .control-label,.navbar-form .radio {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .checkbox,.navbar-form .radio {
      display: inline-block;
      margin-top: 0; }
      .navbar-form .checkbox label,.navbar-form .radio label {
        padding-left: 0; }
    .navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group,.navbar-form .form-row {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child,.navbar-form .form-row:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: -3px;
  margin-bottom: -3px; }
  .btn-group-sm>.navbar-btn.btn,.navbar-btn.btn-sm {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
  .btn-group-xs>.navbar-btn.btn,.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 20px;
      margin-right: 20px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -20px; }
    .navbar-right~.navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #000; }
    .navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
      color: #000;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav>li>a {
    color: #000; }
    .navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
      color: #30adc5;
      background-color: transparent; }
  .navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
    color: #30adc5;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #30adc5; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
      color: #000; }
      .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #30adc5;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
      color: #30adc5;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #000; }
    .navbar-default .navbar-link:hover {
      color: #30adc5; }
  .navbar-default .btn-link {
    color: #000; }
    .navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
      color: #30adc5; }
    .navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #8c8c8c; }
    .navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text {
    color: #8c8c8c; }
    .navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
      color: #8c8c8c; }
      .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #8c8c8c; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #8c8c8c; }
    .navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
      color: #444; }

.breadcrumb {
  padding: 0;
  margin-bottom: 30px;
  list-style: none;
  background-color: transparent;
  /* border-radius: $border-radius-base; */ }
  .breadcrumb>li {
    display: inline-block; }
    .breadcrumb>li+li:before {
      content: " ";
      padding: 0 5px;
      color: #999; }
  .breadcrumb>.active {
    color: #30adc5; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 5px; }
  .pagination>li {
    display: inline; }
    .pagination>li>a,.pagination>li>span {
      position: relative;
      float: left;
      padding: 8px 20px;
      line-height: 1.875;
      text-decoration: none;
      color: #000;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination>li:first-child>a,.pagination>li:first-child>span {
      margin-left: 0;
      border-bottom-left-radius: 5px;
      border-top-left-radius: 5px; }
    .pagination>li:last-child>a,.pagination>li:last-child>span {
      border-bottom-right-radius: 5px;
      border-top-right-radius: 5px; }
  .pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    z-index: 3;
    color: #30adc5;
    background-color: #ccc;
    border-color: #ddd; }
  .pagination>li>a.current,.pagination>li>span.current {
    color: #30adc5; }
  .pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #30adc5;
    border-color: #30adc5;
    cursor: default; }
  .pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color: #666;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg>li>a,.pagination-lg>li>span {
  padding: 15px 30px;
  font-size: 20px;
  line-height: 1.33333; }

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm>li>a,.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5; }

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:focus,a.label:hover {
  color: #ffbe3f;
  text-decoration: none;
  cursor: pointer; }
  .label-default,.label-default[href]:focus,.label-default[href]:hover {
    background-color: #000; }

.label-primary {
  background-color: #30adc5; }
  .label-primary[href]:focus,.label-primary[href]:hover {
    background-color: #26899c; }

.label-success {
  background-color: #62bc6f; }
  .label-success[href]:focus,.label-success[href]:hover {
    background-color: #46a554; }

.label-info {
  background-color: #549dde; }
  .label-info[href]:focus,.label-info[href]:hover {
    background-color: #2985d6; }

.label-warning {
  background-color: #ffbe3f; }
  .label-warning[href]:focus,.label-warning[href]:hover {
    background-color: #ffad0c; }

.label-danger {
  background-color: #e56363; }
  .label-danger[href]:focus,.label-danger[href]:hover {
    background-color: #de3737; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #666;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-group-xs>.btn .badge,.btn-xs .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #000;
    background-color: #fff; }
  .list-group-item>.badge {
    float: right; }
  .list-group-item>.badge+.badge {
    margin-right: 5px; }
  .nav-pills>li>a>.badge {
    margin-left: 3px; }

a.badge:focus,a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.alert {
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 5px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: 700; }
  .alert>p,.alert>ul {
    margin-bottom: 0; }
  .alert>p+p {
    margin-top: 5px; }

.alert-dismissable,.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #f4fcee;
  border-color: #48c06d;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #3db161; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #e3fafe;
  border-color: #3697b7;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #3087a3; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fffbe8;
  border-color: #ee9e23;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #e69212; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #fcf0f2;
  border-color: #e77177;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e35b62; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes a {
  0% {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes a {
  0% {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 30px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background-color: #30adc5;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

.progress-bar-striped,.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
  background-image: -o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
  background-size: 40px 40px; }

.progress-bar.active,.progress.active .progress-bar {
  -webkit-animation: a 2s linear infinite;
  -o-animation: a 2s linear infinite;
  animation: a 2s linear infinite; }

.progress-bar-success {
  background-color: #62bc6f; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-image: -o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent); }

.progress-bar-info {
  background-color: #549dde; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-image: -o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent); }

.progress-bar-warning {
  background-color: #ffbe3f; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-image: -o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent); }

.progress-bar-danger {
  background-color: #e56363; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-image: -o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,.media>.pull-right {
  padding-left: 10px; }

.media-left,.media>.pull-left {
  padding-right: 10px; }

.media-body,.media-left,.media-right {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }

a.list-group-item,button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text {
    color: #666; }

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #30adc5;
  border-color: #30adc5; }
  .list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit; }
  .list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
    color: #ceedf3; }

.list-group-item-success {
  color: #3c763d;
  background-color: #f4fcee; }

a.list-group-item-success,button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #e6f8d8; }
  a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #e3fafe; }

a.list-group-item-info,button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover {
    color: #31708f;
    background-color: #caf6fd; }
  a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fffbe8; }

a.list-group-item-warning,button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #fff7cf; }
  a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #fcf0f2; }

a.list-group-item-danger,button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #f8dbe0; }
  a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.panel-body {
  padding: 20px; }
  .panel-body:after,.panel-body:before {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 15px 20px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }

.panel-heading>.dropdown .dropdown-toggle,.panel-title {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px; }
  .panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
    color: inherit; }

.panel-footer {
  padding: 15px 20px;
  background-color: #f5f5f5;
  border-top: 1px solid transparent;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.panel>.list-group,.panel>.panel-collapse>.list-group {
  margin-bottom: 0; }
  .panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1; }
  .panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1; }

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
  margin-bottom: 0; }
  .panel>.panel-collapse>.table caption,.panel>.table-responsive>.table caption,.panel>.table caption {
    padding-left: 20px;
    padding-right: 20px; }
  .panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
    .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
      border-top-left-radius: -1; }
    .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
      border-top-right-radius: -1; }
  .panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }
    .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
      border-bottom-left-radius: -1; }
    .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
      border-bottom-right-radius: -1; }

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd; }

.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th {
  border-top: 0; }

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
  border: 0; }
  .panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0; }
  .panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0; }
  .panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0; }

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 30px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0; }
    .panel-group .panel+.panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body {
      border-top: 1px solid transparent; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer+.panel-collapse .panel-body {
      border-bottom: 1px solid transparent; }

.panel-default {
  border-color: #ededed; }
  .panel-default>.panel-heading {
    color: #444;
    background-color: #f5f5f5;
    border-color: #ededed; }
    .panel-default>.panel-heading+.panel-collapse>.panel-body {
      border-top-color: #ededed; }
    .panel-default>.panel-heading .badge {
      color: #f5f5f5;
      background-color: #444; }
  .panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ededed; }

.panel-primary {
  border-color: #30adc5; }
  .panel-primary>.panel-heading {
    color: #fff;
    background-color: #30adc5;
    border-color: #30adc5; }
    .panel-primary>.panel-heading+.panel-collapse>.panel-body {
      border-top-color: #30adc5; }
    .panel-primary>.panel-heading .badge {
      color: #30adc5;
      background-color: #fff; }
  .panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #30adc5; }

.panel-success {
  border-color: #48c06d; }
  .panel-success>.panel-heading {
    color: #3c763d;
    background-color: #f4fcee;
    border-color: #48c06d; }
    .panel-success>.panel-heading+.panel-collapse>.panel-body {
      border-top-color: #48c06d; }
    .panel-success>.panel-heading .badge {
      color: #f4fcee;
      background-color: #3c763d; }
  .panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #48c06d; }

.panel-info {
  border-color: #3697b7; }
  .panel-info>.panel-heading {
    color: #31708f;
    background-color: #e3fafe;
    border-color: #3697b7; }
    .panel-info>.panel-heading+.panel-collapse>.panel-body {
      border-top-color: #3697b7; }
    .panel-info>.panel-heading .badge {
      color: #e3fafe;
      background-color: #31708f; }
  .panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #3697b7; }

.panel-warning {
  border-color: #ee9e23; }
  .panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fffbe8;
    border-color: #ee9e23; }
    .panel-warning>.panel-heading+.panel-collapse>.panel-body {
      border-top-color: #ee9e23; }
    .panel-warning>.panel-heading .badge {
      color: #fffbe8;
      background-color: #8a6d3b; }
  .panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ee9e23; }

.panel-danger {
  border-color: #e77177; }
  .panel-danger>.panel-heading {
    color: #a94442;
    background-color: #fcf0f2;
    border-color: #e77177; }
    .panel-danger>.panel-heading+.panel-collapse>.panel-body {
      border-top-color: #e77177; }
    .panel-danger>.panel-heading .badge {
      color: #fcf0f2;
      background-color: #a94442; }
  .panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #e77177; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.modal,.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10500;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 0 solid #999;
  border: 0 solid #30adc5;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px 30px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.875px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.875; }

.modal-body {
  position: relative;
  padding: 30px; }

.modal-footer {
  padding: 30px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:after,.modal-footer:before {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn+.btn {
    margin-left: -1px; }
  .modal-footer .btn-block+.btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 10% auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.carousel,.carousel-inner {
  position: relative; }

.carousel-inner {
  overflow: hidden;
  width: 100%; }
  .carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: left .6s ease-in-out;
    -o-transition: .6s ease-in-out left;
    transition: left .6s ease-in-out; }
    .carousel-inner>.item>a>img,.carousel-inner>.item>img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner>.item.active.right,.carousel-inner>.item.next {
          -webkit-transform: translate3d(100%,0,0);
          transform: translate3d(100%,0,0);
          left: 0; }
        .carousel-inner>.item.active.left,.carousel-inner>.item.prev {
          -webkit-transform: translate3d(-100%,0,0);
          transform: translate3d(-100%,0,0);
          left: 0; }
        .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
          -webkit-transform: translateZ(0);
          transform: translateZ(0);
          left: 0; } }
  .carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block; }
  .carousel-inner>.active {
    left: 0; }
  .carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner>.next {
    left: 100%; }
  .carousel-inner>.prev {
    left: -100%; }
  .carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0; }
  .carousel-inner>.active.left {
    left: -100%; }
  .carousel-inner>.active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  opacity: .5;
  filter: alpha(opacity=50);
  -webkit-box-shadow: 0 0 0 1px #30adc5 inset;
  box-shadow: inset 0 0 0 1px #30adc5;
  font-size: 11px;
  color: #000;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s; }
  .carousel-control.right {
    left: auto;
    right: 0; }
  .carousel-control:focus,.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
    -webkit-box-shadow: 0 0 0 30px #ffbe3f inset;
    box-shadow: inset 0 0 0 30px #ffbe3f; }
  .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-next,.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: "\2039"; }
  .carousel-control .icon-next:before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #30adc5;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:after,.clearfix:before {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important;
  margin-left: 0 !important; }

.pull-left {
  float: left !important;
  margin-right: 0 !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  td.visible-xs,th.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  td.visible-sm,th.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  td.visible-md,th.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  td.visible-lg,th.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  td.visible-print,th.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*
 * Global variables
 */
/* main color which will be used for all main block styles... */
/**
 * Import component variables
 */
/**
 *
 */
/* --- SCSS For Accordion --- */
/* --- SCSS For Breadcrumb --- */
/* --- SCSS For Buttons --- */
/* --- SCSS For Call-to-action --- */
/* --- SCSS For Content-slider --- */
/*  */
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
/* Navigation Styles */
/* carousel-indicators-v1 */
/* carousel-indicators-v2 */
/* carousel-indicators-v3 */
/* carousel-indicators-v4 */
/* carousel-indicators-v5 */
/* carousel-indicators-v6 */
/* --- SCSS For Counters --- */
/* --- SCSS For Heading --- */
/* --- SCSS For Icon-box --- */
/* --- SCSS For Interactive-banner --- */
/* --- SCSS For Latest-posts --- */
/* latest posts */
/* --- SCSS For List --- */
/* variables for list */
/* variables for list light */
/* --- SCSS For Message --- */
/* --- SCSS For Newsletter --- */
/* --- SCSS For Piechart --- */
/* --- SCSS For Pricing --- */
/* --- SCSS For Process-steps --- */
/* process-steps */
/* --- SCSS For Service --- */
/* variables for tab style1 using as base of tab */
/* --- SCSS For Style-icon --- */
/* Variables icons default */
/* Variables icons bodered */
/* Variables icons darker */
/* Variables icons light */
/* Variables icons plain */
/* Variables icons for light style */
/* Variables icons outline */
/* Variables icons inverse */
/* --- SCSS For Table --- */
/* --- SCSS For Tabs --- */
/* variables for tab style1 using as base of tab */
/* tab style version 5 */
/* tab style version 6 */
/* --- SCSS For Testimonials --- */
/* testimonials default */
/* testimonials-v1 */
/* testimonials light */
/* --- SCSS For Typography --- */
/**
 *   Blocks Layout Selectors
 */
/********* LAYOUT **************/
/* 1. Utilities */
/**
 * Import component variables
 */
/** elements mixins **/
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/****/

/* Hien thi cho Safari and Chrome */

/* Hien thi cho Firefox */

/* Hien thi cho Opera */

/** elements mixins **/
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/* 2. Base */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  color: #000; }

a:focus {
  outline: none !important; }

.sticky,.tag-sticky-2 {
  border: 1px solid #e7e7e7;
  padding: 30px;
  margin-bottom: 30px;
  background: #fafafa;
  margin-top: 30px; }
  .sticky .entry-title,.tag-sticky-2 .entry-title {
    margin-top: 0; }
  .sticky .entry-content p,.tag-sticky-2 .entry-content p {
    margin-bottom: 0; }

/* Images */
.aligncenter,div.aligncenter {
  display: block;
  margin: 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignleft,a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  max-width: 100%;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 20px; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption.alignnone {
  display: inline-block; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.entry-caption,.gallery-caption,.wp-caption .wp-caption-text {
  color: #000;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 24px; }

ins,u {
  text-decoration: none; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden; }
  .video-responsive embed,.video-responsive iframe,.video-responsive object,.video-responsive video {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%; }

.audio-responsive iframe {
  width: 100%;
  height: 126px; }

.links li {
  padding: 0 5px;
  position: relative; }
  .links li:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background: #e7e7e7;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0; }
  .links li a {
    padding: 15px 5px;
    text-transform: uppercase; }
  .links li:first-child {
    padding-left: 0; }
  .links li:last-child {
    padding-right: 0; }
    .links li:last-child:before {
      display: none; }

.post-password-form input[type=submit] {
  background-color: #30adc5;
  border: 1px solid #30adc5;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff; }
  .post-password-form input[type=submit]:hover {
    background-color: #000; }

/**
 * 4.0 Elements
 */
hr {
  background-color: #eaeaea;
  background-color: rgba(51,51,51,.1);
  border: 0;
  height: 1px; }

dl,hr {
  margin-bottom: 1.6em; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 1.6em; }

table,td,th {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51,51,51,.1); }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  width: 100%; }

caption,td,th {
  font-weight: 400;
  text-align: left; }

th {
  font-weight: 700; }

td,th {
  border-width: 0 1px 1px 0; }

td,th {
  padding: .4em; }

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

figure {
  margin: 0; }

del {
  opacity: .8; }

input,select {
  border: 1px solid #e7e7e7;
  font-size: 14px;
  line-height: 1.714; }

.form-control,input[type=checkbox],input[type=radio],select[type=checkbox],select[type=radio] {
    height: auto; }

.form-control {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase; }

.bypostauthor {
  position: relative; }

.row .first-child {
  clear: both; }

/* 3. Layout */
body {
  overflow-x: hidden;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.home .opal-footer,body.page .opal-footer {
    margin-top: 0; }

@media (max-width: 991px) {
  .main-content {
    clear: both; } }

.main-content article.post:last-child {
  border: none; }

#site-header {
  text-align: center; }

#opalloginform {
  margin-top: 20px; }

/**
 * Page Style
 */
#page {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  background: #fff; }
    #page.page-static-left,#page.page-static-left.active {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out; }
    #page.page-static-left.active {
      margin-left: 250px; }
      #page.page-static-left.active .sidebar-static-left {
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        left: 0; }
  #page.active .button-action:before {
    content: "\f060"; }

.sidebar-static-left {
  background: #282828;
  color: #ccc;
  left: -290px;
  height: 100%;
  position: fixed;
  width: 300px;
  z-index: 99999;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out; }
  .sidebar-static-left .inner {
    padding: 30px;
    width: 100%;
    position: absolute;
    height: 100%; }
  .sidebar-static-left .button-action {
    background: #999;
    position: absolute;
    right: -40px;
    top: 0;
    height: 40px;
    color: #ccc; }
    .sidebar-static-left .button-action:before {
      content: "\f061";
      font-size: 12px;
      height: 38px;
      width: 38px;
      font-family: FontAwesome;
      text-align: center;
      display: block;
      line-height: 34px; }

.archive-header .archive-title {
  color: #000;
  margin: 0 0 30px !important; }

/**
 * Topbar layout styles
 */
.opal-topbar {
  font-size: 14px;
  padding: 0;
  text-transform: none;
  color: #666;
  border-bottom: 1px solid #e7e7e7;
  padding-right: 100px; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .opal-topbar {
      padding-right: 20px; } }
  .opal-topbar .social {
    margin: 0;
    padding: 0;
    text-align: center; }
    .opal-topbar .social li {
      float: inherit; }
      .opal-topbar .social li span {
        display: none; }
      .opal-topbar .social li i {
        background: none !important;
        color: #fff;
        margin-right: 0; }
  .opal-topbar .contact-info {
    line-height: 32px; }
    .opal-topbar .contact-info .contact-icon,.opal-topbar .contact-info>div,.opal-topbar .contact-info p {
      display: inline-block; }
    .opal-topbar .contact-info>div {
      margin-left: 15px; }
      .opal-topbar .contact-info>div .contact-icon .fa,.opal-topbar .contact-info>div a,.opal-topbar .contact-info>div p {
        color: #666; }
      .opal-topbar .contact-info>div .contact-icon {
        margin-right: 8px; }
    .opal-topbar .contact-info p {
      margin: 0; }
  .opal-topbar .box-user {
    float: right; }
  .opal-topbar ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0; }
    .opal-topbar ul li {
      padding: 10px 16px;
      border-right: 1px solid #e7e7e7; }
      .opal-topbar ul li a {
        color: #666;
        font-weight: 500; }
        .opal-topbar ul li a:hover {
          color: #30adc5; }
      .opal-topbar ul li span {
        padding: 0 5px; }
    .opal-topbar ul.topbar-custom {
      font-size: 14px;
      font-weight: 300; }
      .opal-topbar ul.topbar-custom li {
        padding: 10px 20px; }
        .opal-topbar ul.topbar-custom li:first-child {
          padding-left: 0; }
        .opal-topbar ul.topbar-custom li:last-child {
          border-right: 0; }
  .opal-topbar li {
    color: #666;
    padding: 0 10px;
    float: left; }
    .opal-topbar li i {
      margin-right: 10px;
      margin-right: 0px;
	}

.topbar-mobile {
  width: 100%;
  background: #232d33;
  display: table; }
  .topbar-mobile .btn-offcanvas {
    background-color: transparent;
    padding: 0;
    height: 50px;
    line-height: 50px;
    width: 50px;
    outline: none; }
  .topbar-mobile .icon {
    color: #fff;
    font-size: 20px; }

.search-category .btn-search input {
  background: transparent;
  border: none;
  color: #fff;
  outline: none; }

.active-mobile {
  line-height: 50px;
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  text-align: center; }
  .active-mobile:hover {
    background-color: #2b9bb0 !important;
    cursor: pointer; }
    .active-mobile:hover .active-content {
      display: block;
      opacity: 1;
      visibility: visible;
      left: 0;
      right: auto; }
  .active-mobile .active-content {
    top: 100%;
    z-index: 99999;
    color: #000;
    padding: 30px;
    background-color: #f8f6f0;
    font-weight: 400;
    left: -10000px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    min-width: 270px;
    visibility: hidden;
    right: 0;
    text-align: left;
    -webkit-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s; }
    .active-mobile .active-content p.total {
      color: #bbb; }
    .active-mobile .active-content .cart_list {
      color: #666; }
  .active-mobile ul {
    padding: 0; }
    .active-mobile ul li {
      display: block;
      margin: 0;
      padding: 5px 0;
      line-height: normal; }
  .active-mobile .search-category-container {
    display: none; }
  .active-mobile .search-category-input {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 15px;
    /* 9 */
    font-size: 1.5rem;
    /* 9 */
    height: 42px; }
  .active-mobile .input-group-btn {
    line-height: 32px;
    background: #30adc5; }
  .active-mobile .btn-search .fa {
    color: #fff;
    border: none;
    font-size: 16px;
    background-color: transparent; }

.logo-wrapper {
  min-width: 300px;
  padding: 40px 0;
  padding: 40px 0 41px;
  background: #30adc5;
  text-align: center; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .logo-wrapper {
      min-width: 130px;
      padding: 46px 8px; } }

/**
 * Header Layout styles
 */
.site-header {
  position: relative;
  background: #fff; }
  @media (min-width: 1200px) {
    .site-header .header-main .inner {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .site-header .header-main .top-right {
    width: 100%; }
  .site-header .header-main .topbar-bottom {
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .site-header .header-main .topbar-bottom {
        padding-right: 5px;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center; } }

.header-default .opal-mainmenu {
  text-align: right;
  background: transparent; }
  @media (min-width: 1200px) {
    .header-default .opal-mainmenu {
      float: left; } }

@media (min-width: 1200px) {
  .header-default .button {
    margin-top: 25px; } }

.header-default .navbar-mega .navbar-nav>li>a {
  padding: 38px 20px; }

.header-v1 .header-main {
  padding-top: 40px;
  padding-bottom: 50px; }

.header-v1 .opal-mainmenu {
  margin-top: 30px;
  background: #30adc5; }
  @media (min-width: 992px) {
    .header-v1 .opal-mainmenu {
      position: absolute;
      z-index: 10;
      width: 980px; } }
  @media (min-width: 1200px) {
    .header-v1 .opal-mainmenu {
      width: 1180px; } }
  .header-v1 .opal-mainmenu .navbar-mega .navbar-nav>li>a {
    padding: 22px 20px;
    color: #fff; }
    .header-v1 .opal-mainmenu .navbar-mega .navbar-nav>li>a .caret {
      color: #fff; }
  .header-v1 .opal-mainmenu .navbar-mega .navbar-nav>li.active>a,.header-v1 .opal-mainmenu .navbar-mega .navbar-nav>li.active>a .caret,.header-v1 .opal-mainmenu .navbar-mega .navbar-nav>li>a:hover {
    color: #000; }
  .header-v1 .opal-mainmenu .navbar-mega .navbar-nav>li.active>a:before {
    background: #000; }

@media (min-width: 991px) {
  .header-absolute .site-header {
    position: absolute;
    width: 100%;
    z-index: 9999;
    padding: 40px 0; }
  .header-absolute .navbar-mega .navbar-nav>li>a,.header-absolute .navbar-mega .navbar-nav>li>a .caret,.header-absolute a.icon {
    color: #fff; }
    .header-absolute a.icon:hover {
      color: #30adc5; }
    .header-absolute a.icon.search-focus {
      margin-left: 20px; }
  .header-absolute .box-right .opal-mainmenu {
    margin-right: 20px; }
  .header-absolute-v1 .site-header .header-main .container {
    position: relative;
    text-align: center; }
    .header-absolute-v1 .site-header .header-main .container .header-social {
      float: left;
      margin-top: 10px;
      position: relative;
      z-index: 10; }
    .header-absolute-v1 .site-header .header-main .container .box-right {
      float: right;
      margin-top: 10px;
      position: relative;
      z-index: 10; }
    .header-absolute-v1 .site-header .header-main .container .opal-mainmenu,.header-absolute-v1 .site-header .header-main .container .wrapper {
      display: inline-block; } }

/**
 * Search block layout and styles
 */
.opal-header-right,.opal-mainmenu {
  position: relative; }
.opal-header-right {
  padding: 45px 0; }
  .opal-header-right .header-inner.open .wpo-search:before {
    content: "\f00d"; }
  .opal-header-right .wpo-search {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    width: 30px; }
    .opal-header-right .wpo-search:hover {
      color: #30adc5; }
  .opal-header-right .dropdown-menu {
    border: none;
    left: inherit;
    margin: 0;
    padding: 0;
    right: 0; }
    .opal-header-right .dropdown-menu .btn-search:hover {
      color: #30adc5; }

.search-box-wrapper .opal-search {
  border: 1px solid #e7e7e7; }
  .search-box-wrapper .opal-search .input-group-addon,.search-box-wrapper .opal-search .input-group-addon input,.search-box-wrapper .opal-search .input-search {
    border: none; }
  .search-box-wrapper .opal-search .input-search {
    height: 50px; }
  .search-box-wrapper .opal-search .input-group-addon {
    background: transparent; }
    .search-box-wrapper .opal-search .input-group-addon>input {
      background: transparent;
      padding: 10px 0 10px 10px; }

.search-box .input-group-addon {
  background: #fff;
  border: none; }
  .search-box .input-group-addon input {
    background: transparent;
    border-color: #30adc5;
    color: #000; }
  .search-box .input-group-addon:after {
    content: " ";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #ccc; }

.search-box input,.search-box select {
  border: none;
  border-radius: 5px;
  background: transparent;
  box-shadow: none; }

.search-box select {
  border-radius: 0 0 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: 0 0 0 !important;
  font-weight: 400;
  margin-right: 2px; }

.search-box.search-box-simple {
  margin-top: 15px;
  background: #f7f7f7;
  border: 1px solid #e7e7e7; }
  .search-box.search-box-simple .input-group-addon {
    background: transparent;
    text-align: right;
    font-size: 14px;
    min-width: 20px; }
    .search-box.search-box-simple .input-group-addon:after {
      content: none; }
  .search-box.search-box-simple input {
    color: #000; }

.search-box.search-box-light .input-group {
  border-radius: 6px;
  background: #fff;
  border: 2px solid #ebebeb; }

.toggle-overlay-container {
  z-index: 10;
  background: #fff; }
  .toggle-overlay-container .search-box .input-group {
    border: 2px solid #30adc5; }
    .toggle-overlay-container .search-box .input-group .form-control {
      height: 40px; }
  .toggle-overlay-container .dropdown-toggle-button {
    width: 86px;
    height: 100%;
    text-align: center;
    float: right;
    background: #f2f2f2;
    cursor: hand;
    cursor: pointer; }
  .toggle-overlay-container.active {
    opacity: 1;
    visibility: visible; }

/**
 * Mass Bottom Header Styles
 */
/**
 * Main menu styles
 */
/**
 * Breadscrumb content style
 */
#opal-breadscrumb {
  font-size: 16px;
  position: relative;
  margin-bottom: 30px;
  padding: 0;
  z-index: 2;
  background-image: url(../images/background-6.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  text-align: center; }
  @media (min-width: 1200px) {
    #opal-breadscrumb {
      padding: 100px 0 90px;
      margin-bottom: 110px; } }
  #opal-breadscrumb .breadcrumb {
    margin-bottom: 0;
    position: relative;
    z-index: 4;
    color: #fff; }
    #opal-breadscrumb .breadcrumb>li+li:before {
      content: none; }
  #opal-breadscrumb a {
    color: #fff; }
    #opal-breadscrumb a:hover {
      color: #30adc5; }
  #opal-breadscrumb span {
    padding: 0 10px; }
  #opal-breadscrumb li {
    position: relative;
    z-index: 2; }
    #opal-breadscrumb li:after {
      padding: 0 10px;
      content: "";
      font-family: FontAwesome;
      font-size: 12px;
      display: inline-block;
      font-weight: 400;
      vertical-align: middle; }
    #opal-breadscrumb li:last-child {
      color: #fff; }
      #opal-breadscrumb li:last-child:after {
        content: none; }
  #opal-breadscrumb h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    z-index: 4;
    font-size: 40px;
    color: #fff;
    line-height: 45px; }
    @media (min-width: 1200px) {
      #opal-breadscrumb h2 {
        font-size: 60px;
        line-height: 60px; } }
  #opal-breadscrumb+.container {
    margin-bottom: 70px; }

h1.page-title {
  font-size: 30px;
  margin: 0 0 30px; }

/**
 * Footer layout styles
 */
.opal-footer {
  background: #fff; }
  .opal-footer .footer-bottom {
    font-weight: 300;
    font-size: 14px; }
  .opal-footer .menu-footer-menu-container li {
    width: 50%;
    float: left;
    padding-top: 0;
    line-height: 30px; }
    .opal-footer .menu-footer-menu-container li a {
      color: #666; }
      .opal-footer .menu-footer-menu-container li a:hover {
        color: #000; }
  .opal-footer .footer-bottom,.opal-footer .opal-footer-profile {
    border-bottom: 1px solid #e7e7e7; }
    .opal-footer .footer-bottom h4,.opal-footer .opal-footer-profile h4 {
      font-weight: 500;
      margin: 0;
      font-size: 18px; }
    .opal-footer .footer-bottom .widget .widget-title,.opal-footer .footer-bottom .widget .widgettitle,.opal-footer .opal-footer-profile .widget .widget-title,.opal-footer .opal-footer-profile .widget .widgettitle {
      font-size: 18px;
      font-weight: 400;
      font-weight: 600;
      margin: 0;
      padding-bottom: 5px; }
    .opal-footer .footer-bottom .widget,.opal-footer .opal-footer-profile .widget {
      margin-bottom: 0; }
    .opal-footer .footer-bottom .widget_archive a:before,.opal-footer .footer-bottom .widget_calendar caption,.opal-footer .footer-bottom .widget_categories a:before,.opal-footer .footer-bottom .widget_layered_nav a:before,.opal-footer .footer-bottom .widget_product_categories a:before,.opal-footer .footer-bottom .widget_recent_comments a:first-child:before,.opal-footer .footer-bottom .widget_recent_entries a:before,.opal-footer .footer-bottom .wp-caption p.wp-caption-text,.opal-footer .opal-footer-profile .widget_archive a:before,.opal-footer .opal-footer-profile .widget_calendar caption,.opal-footer .opal-footer-profile .widget_categories a:before,.opal-footer .opal-footer-profile .widget_layered_nav a:before,.opal-footer .opal-footer-profile .widget_product_categories a:before,.opal-footer .opal-footer-profile .widget_recent_comments a:first-child:before,.opal-footer .opal-footer-profile .widget_recent_entries a:before,.opal-footer .opal-footer-profile .wp-caption p.wp-caption-text {
      color: #666; }
    .opal-footer .footer-bottom .widget_nav_menu div>ul ul,.opal-footer .opal-footer-profile .widget_nav_menu div>ul ul {
      padding-left: 8px; }
    .opal-footer .footer-bottom .calendar_wrap,.opal-footer .opal-footer-profile .calendar_wrap {
      overflow-x: auto; }
    .opal-footer .footer-bottom .widget_calendar thead th,.opal-footer .opal-footer-profile .widget_calendar thead th {
      color: #000; }
  .opal-footer .mass-footer-body {
    background: #fafafa; }
    .opal-footer .mass-footer-body .widget .widget-title,.opal-footer .mass-footer-body .widget .widgettitle {
      text-align: left;
      margin-bottom: 0; }
      .opal-footer .mass-footer-body .widget .widget-title:after,.opal-footer .mass-footer-body .widget .widget-title:before,.opal-footer .mass-footer-body .widget .widgettitle:after,.opal-footer .mass-footer-body .widget .widgettitle:before {
        content: none; }
    .opal-footer .mass-footer-body .widget {
      padding-top: 30px;
      padding-right: 15px;
      padding-left: 15px; }
      .opal-footer .mass-footer-body .widget+.widget {
        padding-bottom: 30px; }
    .opal-footer .mass-footer-body .kc_widget_content {
      padding: 0;
      margin-bottom: 0; }
      .opal-footer .mass-footer-body .kc_widget_content .widget-title {
        display: none; }
    .opal-footer .mass-footer-body a {
      font-size: 14px; }
    .opal-footer .mass-footer-body .widget_nav_menu ul li {
      padding-bottom: 5px; }
  .opal-footer ul.list li {
    padding: 0;
    line-height: 30px;
    font-size: 16px; }
  .opal-footer ul.highlight li {
    color: #000; }
    .opal-footer ul.highlight li:last-child {
      color: #30adc5; }
      .opal-footer ul.highlight li:last-child i {
        color: #ccc; }
  .opal-footer form {
    margin-top: 0; }

.newsletter-footer {
  background: #efefef;
  padding: 20px; }
  @media (min-width: 1200px) {
    .newsletter-footer {
      padding: 40px 100px 30px; } }
  .newsletter-footer .textwidget {
    margin-bottom: 30px;
    line-height: normal;
    font-size: 16px;
    font-family: 'Times New Roman',Helvetica,Arial,sans-serif;
    color: #000; }
  .newsletter-footer h4 {
    font-size: 13px;
    letter-spacing: 4px;
    color: #bbb;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif; }

/*------------------------------------*    Copyright
\*------------------------------------*/
.opal-copyright {
  background: #fff;
  color: #666;
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 50px; }
  .opal-copyright .widget .widget-title,.opal-copyright .widget .widgettitle {
    color: #000;
    text-transform: inherit;
    margin: 0 0 30px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */ }
  .opal-copyright a {
    color: #666; }
    .opal-copyright a:hover {
      opacity: .9;
      filter: alpha(opacity=90); }
  .opal-copyright span {
    font-weight: 900; }
  .opal-copyright .bo-social-icons {
    color: #fff;
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: transparent;
    transition: all .2s ease-out 0s; }
    .opal-copyright .bo-social-icons:hover {
      background: #000;
      color: #fff;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }

/* block */
.widget {
  margin-bottom: 30px;
  position: relative;
  /* block styles */ }
  .widget .widget-title,.widget .widgettitle {
    font-size: 30px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
    color: #000; }
  .widget.nopadding .widget-content {
    padding: 0;
    margin: 0; }
  .widget.widget_revslider {
    margin: 0; }

/**
 * Styling Css for widgets in Sidebar Left Static
 */
.widget-static .widget-title,.widget-static .widgettitle {
  color: #fff; }

.widget-static ul li {
  border: none; }

.sidebar .widget {
  position: relative;
  padding-bottom: 50px;
  padding-left: 0;
  margin-bottom: 0; }
  @media (min-width: 1200px) {
    .sidebar .widget {
      padding-left: 70px; } }
  .sidebar .widget.widget_sp_image {
    padding: 0;
    border: 0; }
  .sidebar .widget .widget-title,.sidebar .widget .widgettitle {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #e5e5e5;
    text-transform: none;
    line-height: 24px;
    position: relative;
    text-align: left; }
  .sidebar .widget ul li a:hover {
    color: #30adc5; }
  .sidebar .widget ul li:last-child {
    padding-bottom: 0; }
  .sidebar .widget ul li .menu-item a {
    white-space: nowrap; }

.service-grid_v1 .row {
  margin: 0; }

.service-grid_v1 [class*=col-],.service-grid_v1 [class^=col-],.service-grid_v2 [class*=col-],.service-grid_v2 [class^=col-] {
  padding: 0; }

.service-grid_v2 .opal_service.page .service-number {
  background: #30adc5;
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: absolute;
  display: block;
  z-index: 9999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 0;
  left: 0;
  font-size: 20px; }
  @media (min-width: 1200px) {
    .service-grid_v2 .opal_service.page .service-number {
      width: 90px;
      height: 100px;
      line-height: 100px;
      top: 50px;
      left: 50px;
      font-size: 30px; } }

.service-grid_v2 .opal_service.page .entry-content {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  color: #fff;
  background: transparent;
  text-align: left; }
  @media (min-width: 1200px) {
    .service-grid_v2 .opal_service.page .entry-content {
      bottom: 40px; } }
  .service-grid_v2 .opal_service.page .entry-content .title {
    font-size: 16px;
    text-transform: uppercase; }
  .service-grid_v2 .opal_service.page .entry-content .service-learnmore {
    position: relative;
    top: 0; }
    .service-grid_v2 .opal_service.page .entry-content .service-learnmore a {
      color: #fff;
      background: transparent;
      padding: 0; }
      .service-grid_v2 .opal_service.page .entry-content .service-learnmore a:hover {
        color: #000; }
  .service-grid_v2 .opal_service.page .entry-content a {
    color: #fff; }
    .service-grid_v2 .opal_service.page .entry-content a:hover {
      color: #000; }

.service-grid_v2 .opal_service:hover .service-box-image img {
  -webkit-transform: scale3d(1.1,1.1,1);
  -moz-transform: scale3d(1.1,1.1,1);
  -ms-transform: scale3d(1.1,1.1,1);
  -o-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
  opacity: .8;
  filter: alpha(opacity=80); }

.opal_service .service-description {
  background: #f4f4f6;
  padding: 30px;
  line-height: 30px;
  display: inline-block; }
  .opal_service .service-description ul {
    padding-left: 15px;
    margin: 30px 0;
    list-style: square; }

.opal_service .service-categories {
  margin-bottom: 40px; }

.opal_service .box-heading {
  text-transform: uppercase;
  font-weight: 700; }

.opal_service .service-box-image {
  position: relative;
  overflow: hidden; }
  .opal_service .service-box-image img {
    -webkit-transition: opacity 1s ease 0s,transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s,transform 1s ease 0s;
    transition: opacity 1s ease 0s,transform 1s ease 0s; }

.opal_service.page {
  margin-bottom: 40px; }
  .opal_service.page .service-number {
    display: none; }
  .opal_service.page .service-box-image img {
    min-width: 100%; }
  .opal_service.page .service-description {
    background: transparent;
    padding: 0;
    line-height: auto; }
  .opal_service.page .entry-content {
    position: relative;
    text-align: center;
    padding: 40px;
    color: #666;
    bottom: 0;
    left: 0;
    right: 0;
    background: #eff4f6;
    margin-bottom: 0; }
      .opal_service.page .entry-content a,.opal_service.page .entry-content a:hover {
        color: #000; }
    .opal_service.page .entry-content .service-learnmore {
      position: absolute;
      top: -15px;
      left: 0;
      right: 0; }
      .opal_service.page .entry-content .service-learnmore a {
        padding: 12px 30px;
        border-radius: 25px;
        color: #fff;
        background: #30adc5;
        font-weight: 400;
        position: relative; }
          .opal_service.page .entry-content .service-learnmore a:hover,.opal_service.page .entry-content .service-learnmore a:hover i {
            color: #000; }

.opal_service:hover .service-box-image img {
  -webkit-transform: scale3d(1.1,1.1,1);
  -moz-transform: scale3d(1.1,1.1,1);
  -ms-transform: scale3d(1.1,1.1,1);
  -o-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
  opacity: .8;
  filter: alpha(opacity=80); }

.entry-content-carousel {
  background: #f0f6f8;
  padding: 30px; }
  .entry-content-carousel .title {
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase; }
  .entry-content-carousel .service-description-carousel {
    height: 70px;
    overflow: hidden; }
  .entry-content-carousel .service-learnmore {
    margin-top: 30px; }
    .entry-content-carousel .service-learnmore a {
      color: #999;
      font-size: 13px;
      font-weight: 400;
      position: relative; }
      .entry-content-carousel .service-learnmore a:after {
        content: "\f178";
        font-family: FontAwesome;
        color: #999;
        font-size: 14px;
        position: relative;
        right: -5px; }
        .entry-content-carousel .service-learnmore a:hover,.entry-content-carousel .service-learnmore a:hover:after {
          color: #000; }

/* 8. Widget */
.sidebar .widget ol,.sidebar .widget ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .sidebar .widget ol>li,.sidebar .widget ul>li {
    position: relative;
    padding: 5px 0; }
    .sidebar .widget ol>li:before,.sidebar .widget ul>li:before {
      color: #ccc;
      display: inline-block;
      font-size: 8px;
      font-family: FontAwesome;
      line-height: normal;
      position: absolute;
      top: 15px;
      left: 0;
      content: "\f1db"; }
    .sidebar .widget ol>li a,.sidebar .widget ul>li a {
      font-weight: 500;
      color: #666;
      padding-left: 20px;
      display: inline-block; }
        .sidebar .widget ol>li a:hover,.sidebar .widget ol>li a:hover:before,.sidebar .widget ul>li a:hover,.sidebar .widget ul>li a:hover:before {
          color: #30adc5; }
  .sidebar .widget ol ul,.sidebar .widget ul ul {
    padding-left: 12px; }

.widget_recent_comments .comment-author-link {
  color: #30adc5; }

.widget.widget_categories ul li ul.sub-menu,.widget.widget_layered_nav_filters ul li ul.sub-menu,.widget.widget_layered_nav ul li ul.sub-menu,.widget.widget_pages ul li ul.sub-menu,.widget_nav_menu ul li ul.sub-menu {
  margin-top: 10px; }

.widget select {
  background: #fbfbfb;
  border: 1px solid #e7e7e7;
  color: #000;
  font-size: 13px;
  padding: 10px 15px;
  line-height: 36px;
  height: 50px;
  width: 100%; }

/* Widget Flickr */
.flickr_badge_image {
  float: left;
  padding-right: 13px;
  padding-bottom: 13px; }

/* Recent Posts Widget */
.widget_recent_entries .post-date {
  display: none; }

.widget_wpopal_recent_post .post-widget {
  border: none; }

.widget_wpopal_recent_post .item-post.media {
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0; }
  .widget_wpopal_recent_post .item-post.media:first-child {
    border-top: none; }
  .widget_wpopal_recent_post .item-post.media a.image {
    width: 100px;
    padding-left: 20px; }
  .widget_wpopal_recent_post .item-post.media .media-body .entry-title {
    padding-right: 15px; }
  .widget_wpopal_recent_post .item-post.media .media-body>p {
    display: none; }

.widget_wpopal_recent_post .post-stick-layout .item-post.media.item-big {
  border-top: none; }
  .widget_wpopal_recent_post .post-stick-layout .item-post.media.item-big a.image {
    padding-right: 0;
    width: 100%;
    margin-bottom: 10px; }
  .widget_wpopal_recent_post .post-stick-layout .item-post.media.item-big .entry-title {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px; }

.widget_wpopal_recent_post .post-stick-layout .item-post.media {
  padding-top: 15px; }
  .widget_wpopal_recent_post .post-stick-layout .item-post.media .media-body .entry-title {
    margin: 0 0 5px; }
  .widget_wpopal_recent_post .post-stick-layout .item-post.media .post-date {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #30adc5; }

/* Search Widget */
.widget_search input {
  font-size: 12px; }

.widget_search .btn-search {
  border: 1px solid #30adc5; }
  .widget_search .btn-search input {
    border: none;
    background: transparent;
    color: #fff; }

/* RSS Widget */
.rsswidget img {
  margin-top: -4px; }

.rssSummary {
  margin: 9px 0; }

.rss-date {
  display: block; }

.widget_rss li {
  margin-bottom: 18px; }

/* Text Widget */
.widget_rss li:last-child,.widget_text>div>:last-child {
  margin-bottom: 0; }

.widget_nav_menu div>ol ol,.widget_nav_menu div>ol ul,.widget_nav_menu div>ul ol,.widget_nav_menu div>ul ul,.widget_text div>ol ol,.widget_text div>ol ul,.widget_text div>ul ol,.widget_text div>ul ul {
  padding-left: 15px; }

/* Calendar Widget*/
.widget_calendar table {
  line-height: 2;
  margin: 0; }

.widget_calendar caption {
  color: #000;
  font-weight: 700;
  line-height: 1.7142857142;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase; }

.widget_calendar thead th {
  background: #f5f5f5; }

.widget_calendar tbody td,.widget_calendar thead th {
  text-align: center; }

.widget_calendar tbody a {
  background-color: #30adc5;
  color: #fff;
  display: block; }
  .widget_calendar tbody a:hover {
    background-color: #41a62a;
    color: #fff; }

.widget_calendar #prev {
  padding-left: 5px; }

.widget_calendar #next {
  padding-right: 5px;
  text-align: right; }

.widget_calendar #today {
  background-color: #30adc5;
  color: #fff; }
  .widget_calendar #today:hover {
    background-color: #2b9bb0; }

/* Newletter in footer */
.widget_mc4wp_form_widget .mc4wp-form-basic {
  margin: 0; }

.widget_mc4wp_form_widget .input-group {
  background: #fff;
  padding-right: 20px;
  z-index: 0; }
  .widget_mc4wp_form_widget .input-group .form-control {
    background: #fff;
    border: 0;
    height: 50px;
    line-height: 1.875; }
    .widget_mc4wp_form_widget .input-group .form-control:focus {
      border-color: transparent; }
    .widget_mc4wp_form_widget .input-group .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000;
      font-weight: 300;
      font-size: 13px; }
    .widget_mc4wp_form_widget .input-group .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #000;
      font-weight: 300;
      font-size: 13px; }
    .widget_mc4wp_form_widget .input-group .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #000;
      font-weight: 300;
      font-size: 13px; }
    .widget_mc4wp_form_widget .input-group .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #000;
      font-weight: 300;
      font-size: 13px; }
  .widget_mc4wp_form_widget .input-group input.btn {
    font-size: 12px;
    border: 0;
    line-height: 1.875;
    height: 50px;
    background: transparent;
    text-transform: uppercase;
    color: #30adc5;
    padding: 10px; }
    .widget_mc4wp_form_widget .input-group input.btn:hover {
      outline: none;
      color: #000;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
  .widget_mc4wp_form_widget .input-group i {
    font-size: 13px;
    color: #ccc; }

/****/
li.product-category {
  list-style: none; }

/* brands */
.brands-collection .item-brand {
  position: relative;
  display: block; }
  .brands-collection .item-brand img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s; }

.brands-collection:hover .item-brand:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: none; }

/* blog-post */
.bloglist-layout .entry-title {
  margin-top: 0; }

.wpcf7-form label {
  text-transform: uppercase;
  color: #000;
  font-size: 12px; }

.wpcf7-form .wpcf7-submit {
  padding: 15px 40px; }
  .wpcf7-form .wpcf7-submit+.form-group,.wpcf7-form .wpcf7-submit+.form-row {
    text-align: center; }

.social a {
  font-size: 14px;
  color: #fff; }
  .social a:hover {
    color: #30adc5; }
  .social a+a {
    margin-left: 10px; }

/* widget-video */
.widget-video {
  position: relative; }
  @media (min-width: 991px) {
    .widget-video {
      margin: 0 70px; } }
  .widget-video.widget-video-image {
    margin: 0; }
  @media (max-width: 991px) {
    .widget-video {
      margin: 0 20px;
      text-align: center; } }
  .widget-video .title {
    font-size: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-transform: uppercase;
    bottom: 0;
    margin: auto;
    height: 50px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    padding-top: 13px;
    padding-left: 200px; }
  .widget-video .content {
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: -6px;
    display: none; }
    .widget-video .content strong {
      color: #999; }
  .widget-video .popup-video i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    border: 1px solid #fff;
    background-color: transparent; }
  .widget-video .popup-video:hover i {
    color: #30adc5; }
  .widget-video .video-image {
    position: relative; }
    .widget-video .video-image a {
      width: 100%;
      height: 100%;
      content: ""; }
      .widget-video .video-image a,.widget-video .video-image a i {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      position: absolute; }

article.opalhotel_offer {
  padding: 0 20px; }
  @media (min-width: 1200px) {
    article.opalhotel_offer {
      padding: 0 202px; } }

.offer-content {
  padding: 30px 0; }
  @media (min-width: 1200px) {
    .offer-content {
      padding: 60px 100px; } }
  .offer-content .offer-excerpt {
    padding-right: 0; }
    @media (min-width: 1200px) {
      .offer-content .offer-excerpt {
        padding-right: 100px; } }
  .offer-content .offer-include {
    font-size: 18px;
    color: #000; }
    .offer-content .offer-include h5 {
      margin: 0;
      color: #999; }

.offer-featured {
  position: relative; }
  .offer-featured:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top,transparent 50%,#000);
    background-image: -o-linear-gradient(top,transparent 50%,#000 100%);
    background-image: linear-gradient(190deg,transparent 50%,#000);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#FF000000",GradientType=0);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    opacity: .8; }
  .offer-featured .offer-title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2; }
    @media (min-width: 1200px) {
      .offer-featured .offer-title {
        bottom: 45px;
        left: 100px; } }
    .offer-featured .offer-title .entry-title {
      color: #fff;
      text-transform: uppercase;
      font-size: 30px;
      margin-bottom: 8px; }
    .offer-featured .offer-title .subtitle {
      color: #999;
      text-transform: uppercase;
      font-size: 13px; }

.offers-single .offer-title {
  text-align: center;
  margin-bottom: 70px; }
  .offers-single .offer-title .entry-title {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #000; }
  .offers-single .offer-title .subtitle {
    color: #999;
    text-transform: uppercase;
    font-size: 13px; }

.offer-detail {
  background: #30adc5;
  padding: 10px 30px;
  position: absolute;
  right: -20px;
  bottom: 45px;
  z-index: 2; }
  @media (max-width: 991px) {
    .offer-detail {
      right: 0;
      top: -50px;
      bottom: auto; } }
  .offer-detail a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500; }

/*
*  Main Menu
*/
.navbar-mega {
  min-height: inherit;
  position: static;
  border: 0 solid transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }
  .navbar-mega .navbar-toggle {
    border-color: #e7e7e7; }
    .navbar-mega .navbar-toggle .icon-bar {
      background-color: #30adc5; }
  .navbar-mega .navbar-nav {
    float: none;
    padding: 0; }
    .navbar-mega .navbar-nav>.open>a {
      border-color: transparent;
      border-left-color: rgba(0,0,0,.1);
      color: #30adc5;
      background: transparent; }
      .navbar-mega .navbar-nav>.open>a:before {
        opacity: 1;
        filter: alpha(opacity=100); }
    .navbar-mega .navbar-nav .caret {
      border: 0;
      width: auto;
      height: 26px;
      color: #c9c9c9;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      .navbar-mega .navbar-nav .caret:before {
        font-size: 15px;
        font-weight: 400;
        content: "\f107";
        font-family: FontAwesome; }
    .navbar-mega .navbar-nav .dropdown-menu .caret {
      float: right; }
      .navbar-mega .navbar-nav .dropdown-menu .caret:before {
        content: "\f105"; }
    .navbar-mega .navbar-nav .dropdown-menu li.active>a {
      color: #000; }
    .navbar-mega .navbar-nav ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .navbar-mega .navbar-nav ul li.dropdown-submenu,.navbar-mega .navbar-nav ul li.parent {
        position: relative; }
        .navbar-mega .navbar-nav ul li.dropdown-submenu .dropdown-menu {
          top: 0;
          left: 100%;
          right: auto;
          position: absolute; }
    .navbar-mega .navbar-nav li.active {
      background: none; }
      .navbar-mega .navbar-nav li.active>a {
        background: none;
        color: #30adc5; }
        .navbar-mega .navbar-nav li.active>a .caret {
          color: #30adc5; }
    .navbar-mega .navbar-nav li.open>a,.navbar-mega .navbar-nav li a:active,.navbar-mega .navbar-nav li a:focus,.navbar-mega .navbar-nav li a:hover {
      background: none;
      color: #30adc5; }
    .navbar-mega .navbar-nav>li {
      margin-top: 0;
      display: inline-block;
      float: none; }
      .navbar-mega .navbar-nav>li:last-child {
        padding-right: 20px; }
      .navbar-mega .navbar-nav>li>a {
        font-family: 'Open Sans',sans-serif;
        color: #000;
        padding: 38px 20px;
        line-height: 28px;
        letter-spacing: 0;
        margin: 0;
        text-transform: uppercase;
        font-weight: 600;
        word-break: normal;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 14px;
        /* 9 */
        font-size: 1.4rem;
        /* 9 */
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s;
        position: relative;
        display: inline-block; }
        .navbar-mega .navbar-nav>li>a:before {
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
          -o-transform: scaleX(0);
          transform: scaleX(0);
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 2px;
          z-index: 999999;
          background: #30adc5;
          -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
          -webkit-transition: transform .3s;
          -o-transition: transform .3s;
          transition: transform .3s;
          -webkit-transition-timing-function: cubic-bezier(1,.68,.16,.9);
          transition-timing-function: cubic-bezier(1,.68,.16,.9); }
        .navbar-mega .navbar-nav>li>a:focus,.navbar-mega .navbar-nav>li>a:hover {
          color: #30adc5;
          background: transparent; }
          .navbar-mega .navbar-nav>li>a:focus .caret,.navbar-mega .navbar-nav>li>a:hover .caret {
            color: #30adc5;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg); }
          .navbar-mega .navbar-nav>li>a:focus:before,.navbar-mega .navbar-nav>li>a:hover:before {
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1); }
      .navbar-mega .navbar-nav>li:last-child a:after {
        content: none; }
      .navbar-mega .navbar-nav>li>.dropdown-menu li:last-child>a {
        border-bottom: 0;
        padding-bottom: 0; }
      .navbar-mega .navbar-nav>li .dropdown-menu {
        padding: 20px 0 30px;
        background: #fff;
        min-width: 270px;
        display: block;
        right: 0;
        top: 100%;
        -webkit-transition: all .4s cubic-bezier(.25,.46,.45,.94) 0s;
        -o-transition: all .4s cubic-bezier(.25,.46,.45,.94) 0s;
        transition: all .4s cubic-bezier(.25,.46,.45,.94) 0s;
        z-index: 99999;
        border: 1px solid #e7e7e7;
        -webkit-box-shadow: 0 5px 21px 0 rgba(0,0,0,.08);
        box-shadow: 0 5px 21px 0 rgba(0,0,0,.08); }
        .navbar-mega .navbar-nav>li .dropdown-menu,.navbar-mega .navbar-nav>li .dropdown-menu ul.dropdown-menu {
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translateY(20px);
        visibility: hidden; }
        .navbar-mega .navbar-nav>li .dropdown-menu ul.dropdown-menu {
          left: 100%;
          -webkit-transition: all .3s ease-out 0s;
          -o-transition: all .3s ease-out 0s;
          transition: all .3s ease-out 0s; }
        .navbar-mega .navbar-nav>li .dropdown-menu .row {
          padding-top: 0; }
        .navbar-mega .navbar-nav>li .dropdown-menu a {
          min-height: inherit;
          text-transform: none;
          -webkit-transition: all .2s linear;
          -o-transition: all .2s linear;
          transition: all .2s linear;
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 14px;
          /* 9 */
          font-size: 1.4rem;
          /* 9 */
          font-family: 'Open Sans',sans-serif;
          font-weight: 500;
          color: #666;
          position: relative;
          padding: 12px 0;
          display: block;
          white-space: normal;
          line-height: 18px;
          border-bottom: 1px solid #e7e7e7; }
          .navbar-mega .navbar-nav>li .dropdown-menu a:hover {
            color: #000; }
        .navbar-mega .navbar-nav>li .dropdown-menu li {
          display: block;
          padding-left: 30px;
          padding-right: 40px;
          margin-right: -10px;
          position: relative;
          border: 0; }
          .navbar-mega .navbar-nav>li .dropdown-menu li:hover>ul.dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translate(0);
            top: 0; }
          .navbar-mega .navbar-nav>li .dropdown-menu li:last-child {
            padding-bottom: 0;
            border-bottom: 0; }
        .navbar-mega .navbar-nav>li .dropdown-menu .widget-title,.navbar-mega .navbar-nav>li .dropdown-menu .widgettitle {
          padding: 0 0 20px;
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 14px;
          /* 9 */
          font-size: 1.4rem;
          /* 9 */
          border-color: #e7e7e7;
          margin: 0;
          letter-spacing: 0;
          text-align: left; }
          .navbar-mega .navbar-nav>li .dropdown-menu .widget-title:after,.navbar-mega .navbar-nav>li .dropdown-menu .widget-title:before,.navbar-mega .navbar-nav>li .dropdown-menu .widgettitle:after,.navbar-mega .navbar-nav>li .dropdown-menu .widgettitle:before {
            content: none; }
        .navbar-mega .navbar-nav>li .dropdown-menu .widget-content {
          border: none; }
        .navbar-mega .navbar-nav>li .dropdown-menu .products,.navbar-mega .navbar-nav>li .dropdown-menu .widget {
          box-shadow: none;
          border: none;
          margin-bottom: 0; }
        .navbar-mega .navbar-nav>li .dropdown-menu .products .row>div,.navbar-mega .navbar-nav>li .dropdown-menu .widget-products .widget-title {
          padding: 0 20px; }
        .navbar-mega .navbar-nav>li .dropdown-menu .opal-category-filter {
          margin: 0;
          padding: 40px 0 40px 40px; }
        .navbar-mega .navbar-nav>li .dropdown-menu .category-caption {
          clear: both;
          padding-top: 30px; }
      .navbar-mega .navbar-nav>li .sub-menu {
        position: absolute;
        background: #fff;
        z-index: 9999;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        text-align: left;
        padding: 30px;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        transform: translateY(20px);
        min-width: 245px;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        top: 100%; }
        .navbar-mega .navbar-nav>li .sub-menu .sub-menu {
          left: 90%;
          top: 20px; }
        .navbar-mega .navbar-nav>li .sub-menu li:hover>.sub-menu {
          opacity: 1;
          visibility: visible;
          transform: translate(0); }
        .navbar-mega .navbar-nav>li .sub-menu li {
          line-height: 30px; }
          .navbar-mega .navbar-nav>li .sub-menu li a {
            line-height: 22px;
            display: inline-block; }
      .navbar-mega .navbar-nav>li .mega-dropdown-menu {
        padding: 40px; }
        .navbar-mega .navbar-nav>li .mega-dropdown-menu ul li a {
          padding-left: 0;
          padding-right: 0; }
          .navbar-mega .navbar-nav>li .mega-dropdown-menu ul li a:hover {
            padding-left: 10px;
            padding-right: 10px; }
    .navbar-mega .navbar-nav>.active {
      background: transparent; }
      .navbar-mega .navbar-nav>.active>a {
        color: #30adc5; }
        .navbar-mega .navbar-nav>.active>a:before {
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1);
          z-index: 1; }
    .navbar-mega .navbar-nav>.aligned-fullwidth {
      position: static !important; }
      .navbar-mega .navbar-nav>.aligned-fullwidth>.dropdown-menu {
        width: 100% !important; }
    .navbar-mega .navbar-nav>.aligned-right {
      position: static !important; }
      .navbar-mega .navbar-nav>.aligned-right>.dropdown-menu {
        right: 0;
        left: auto; }
    .navbar-mega .navbar-nav>.aligned-left {
      position: static !important; }
      .navbar-mega .navbar-nav>.aligned-left>.dropdown-menu {
        left: 0;
        right: auto; }
    .navbar-mega .navbar-nav .wpb-container-mega {
      margin: 0; }
    .navbar-mega .navbar-nav .container-mega .row {
      padding-bottom: 0;
      margin: 0 !important;
      width: 100%;
      position: relative;
      overflow: hidden; }
      .navbar-mega .navbar-nav .container-mega .row>div {
        position: relative;
        padding: 0; }
        .navbar-mega .navbar-nav .container-mega .row>div:after {
          content: "";
          width: 1px;
          height: 1000px;
          background: #e7e7e7;
          position: absolute;
          left: 0;
          top: 0; }
        .navbar-mega .navbar-nav .container-mega .row>div:first-child:after {
          content: none; }
  .navbar-mega .text-label {
    position: absolute;
    top: -20px;
    right: 45%;
    padding: 0 3px;
    font-size: 9px;
    color: #fff; }
    .navbar-mega .text-label.text-hot {
      background: #e56363; }
      .navbar-mega .text-label.text-hot:after {
        border-top-color: #e56363; }
    .navbar-mega .text-label.text-new {
      background: #549dde; }
      .navbar-mega .text-label.text-new:after {
        border-top-color: #549dde; }
    .navbar-mega .text-label.text-featured {
      background: #30adc5;
      right: 15%; }
      .navbar-mega .text-label.text-featured:after {
        border-top-color: #30adc5; }
    .navbar-mega .text-label:after {
      content: "";
      position: absolute;
      border: 3px solid transparent;
      top: 100%;
      left: 50%;
      margin-left: -3px; }

.navbar-mega .navbar-nav>li:hover>.dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0);
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  visibility: visible; }
  @media (max-width: 992px) {
    .navbar-mega .navbar-nav>li:hover>.dropdown-menu {
      right: 0;
      left: auto; } }

.navbar-mega .navbar-nav>li:hover>.sub-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  transform: translate(0);
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0); }

/**
 * White Styles
 */
.navbar-mega-light .navbar-mega .navbar-nav>li>a,.navbar-mega-light .navbar-mega .navbar-nav>li>a .caret {
  color: #fff; }

.navbar-mega-light .navbar-mega .navbar-nav>li.active>a:before,.navbar-mega-light .navbar-mega .navbar-nav>li:hover>a:before {
  background: #fff; }

.navbar-mega-theme {
  background: #30adc5; }
  .navbar-mega-theme .navbar-mega .navbar-nav>li>a,.navbar-mega-theme .navbar-mega .navbar-nav>li>a .caret {
    color: #fff; }

/**
 * Simple Styles
 */
.navbar-mega-simple .opal-megamenu {
  /* display: inline-block; */ }

/*
* vertical megamenu
*/
.widget_wpopal_menu_vertical .vertical-menu {
  padding: 0;
  background: #fff;
  box-shadow: 0 0 3px 1px rgba(20,19,23,.1); }

.widget_wpopal_menu_vertical .widget-title {
  background: #41b5ac;
  color: #fff;
  margin-bottom: 0; }
  .widget_wpopal_menu_vertical .widget-title>span {
    padding: 20px; }

.widget_wpopal_menu_vertical .navbar-nav {
  position: relative;
  margin: 0; }
  .widget_wpopal_menu_vertical .navbar-nav>li {
    width: 100%;
    height: auto;
    position: static;
    border-bottom: 1px solid #eee; }
    .widget_wpopal_menu_vertical .navbar-nav>li>a {
      display: block;
      color: #000;
      padding: 13px 20px;
      line-height: 24px;
      text-transform: uppercase;
      font-size: 12px;
      font-family: monospace,monospace;
      font-weight: 600; }
      .widget_wpopal_menu_vertical .navbar-nav>li>a .text-label {
        background: #e35263 none repeat scroll 0 0;
        color: #fff;
        display: inline-block;
        font-size: 9px;
        font-weight: 400;
        line-height: 1;
        margin-left: 8px;
        padding: 3px;
        position: relative; }
        .widget_wpopal_menu_vertical .navbar-nav>li>a .text-label:after {
          border: none;
          border-color: transparent #e35263 transparent transparent;
          border-image: none;
          border-style: solid;
          border-width: 3px;
          content: "";
          margin-top: -3px;
          position: absolute;
          right: 100%;
          top: 50%; }
        .widget_wpopal_menu_vertical .navbar-nav>li>a .text-label.text-new {
          background: #03a9f4 none repeat scroll 0 0; }
          .widget_wpopal_menu_vertical .navbar-nav>li>a .text-label.text-new:after {
            border-right: 3px solid #03a9f4; }
        .widget_wpopal_menu_vertical .navbar-nav>li>a .text-label.text-featured {
          background: green none repeat scroll 0 0; }
          .widget_wpopal_menu_vertical .navbar-nav>li>a .text-label.text-featured:after {
            border-right: 3px solid green; }
      .widget_wpopal_menu_vertical .navbar-nav>li:focus>a,.widget_wpopal_menu_vertical .navbar-nav>li:focus>a .caret:before,.widget_wpopal_menu_vertical .navbar-nav>li:focus>a:before,.widget_wpopal_menu_vertical .navbar-nav>li:hover>a,.widget_wpopal_menu_vertical .navbar-nav>li:hover>a .caret:before,.widget_wpopal_menu_vertical .navbar-nav>li:hover>a:before {
        color: #30adc5; }
    .widget_wpopal_menu_vertical .navbar-nav>li.open .dropdown-menu {
      display: block !important; }
  .widget_wpopal_menu_vertical .navbar-nav li a {
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s; }
    .widget_wpopal_menu_vertical .navbar-nav li a .caret {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      border: 0 !important; }
      .widget_wpopal_menu_vertical .navbar-nav li a .caret:before {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 13px;
        font-weight: 500;
        color: #ccc; }
    .widget_wpopal_menu_vertical .navbar-nav li a:focus,.widget_wpopal_menu_vertical .navbar-nav li a:hover {
      color: #30adc5; }
  .widget_wpopal_menu_vertical .navbar-nav li .dropdown-menu {
    border: 0;
    top: 0;
    min-width: 700px;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    display: block; }
    .widget_wpopal_menu_vertical .navbar-nav li .dropdown-menu .container-mega {
      padding: 0 30px; }
    .widget_wpopal_menu_vertical .navbar-nav li .dropdown-menu .widget-title {
      background: transparent;
      color: #30adc5; }
      .widget_wpopal_menu_vertical .navbar-nav li .dropdown-menu .widget-title span {
        padding: 0 0 20px; }
    .widget_wpopal_menu_vertical .navbar-nav li .dropdown-menu .widget-content {
      padding: 0;
      border: none; }
    .widget_wpopal_menu_vertical .navbar-nav li .dropdown-menu .widget_nav_menu ul {
      background-color: transparent; }
      .widget_wpopal_menu_vertical .navbar-nav li .dropdown-menu .widget_nav_menu ul li {
        border-bottom: 0; }
    .widget_wpopal_menu_vertical .navbar-nav li .dropdown-menu .widget_nav_menu .widgettitle {
      margin-bottom: 20px;
      font-size: 18px; }
    .widget_wpopal_menu_vertical .navbar-nav li .dropdown-menu .products-grid div.product {
      border-bottom: 0; }
    .widget_wpopal_menu_vertical .navbar-nav li .dropdown-menu>li>a {
      padding: 7px 0;
      display: block; }
      .widget_wpopal_menu_vertical .navbar-nav li .dropdown-menu>li>a:hover {
        padding-left: 5px; }
    .widget_wpopal_menu_vertical .navbar-nav li:focus>a,.widget_wpopal_menu_vertical .navbar-nav li:focus>a .caret:before,.widget_wpopal_menu_vertical .navbar-nav li:hover>a,.widget_wpopal_menu_vertical .navbar-nav li:hover>a .caret:before {
      color: #30adc5; }
  .widget_wpopal_menu_vertical .navbar-nav li:focus>.dropdown-menu,.widget_wpopal_menu_vertical .navbar-nav li:hover>.dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    visibility: visible; }
  .widget_wpopal_menu_vertical .navbar-nav li i {
    margin-right: 10px; }

.widget_wpopal_menu_vertical .widget_nav_menu ul li {
  padding: 10px 0; }
  .widget_wpopal_menu_vertical .widget_nav_menu ul li a {
    display: block;
    color: #8a8a8a; }
    .widget_wpopal_menu_vertical .widget_nav_menu ul li a:hover {
      color: #30adc5;
      padding-left: 5px; }

.widget_wpopal_menu_vertical .menu-left .navbar-nav>li>a:after {
  right: -3px; }

.widget_wpopal_menu_vertical .menu-left .navbar-nav>li:focus>a:after,.widget_wpopal_menu_vertical .menu-left .navbar-nav>li:hover>a:after {
  border-color: #fff;
  z-index: 1001; }

.widget_wpopal_menu_vertical .menu-left .navbar-nav li .dropdown-menu {
  right: 130%;
  left: auto; }

.widget_wpopal_menu_vertical .menu-left .navbar-nav li:focus>.dropdown-menu,.widget_wpopal_menu_vertical .menu-left .navbar-nav li:hover>.dropdown-menu {
  right: 100%; }

.widget_wpopal_menu_vertical .menu-left .navbar-nav li a .caret {
  right: 20px; }

.widget_wpopal_menu_vertical .menu-right .navbar-nav>li>a:before {
  float: left; }

.widget_wpopal_menu_vertical .menu-right .navbar-nav>li>a:after {
  left: -3px; }

.widget_wpopal_menu_vertical .menu-right .navbar-nav>li:focus>a:after,.widget_wpopal_menu_vertical .menu-right .navbar-nav>li:hover>a:after {
  border-color: #fff;
  z-index: 1001; }

.widget_wpopal_menu_vertical .menu-right .navbar-nav li a .caret {
  right: 20px; }

.menu-button {
  font-size: 16px;
  line-height: 1.875;
  color: #fff;
  background: transparent;
  border: 0;
  width: 40px;
  text-align: center; }
  .menu-button:hover {
    color: #30adc5; }
  .menu-button:focus {
    outline: 0; }

.menu-close {
  color: #30adc5; }
  .menu-close span {
    display: none; }
  .menu-close:before {
    content: "\f00d";
    font-family: FontAwesome; }

.site-header .wrapper {
  text-align: center; }
  .site-header .wrapper .opal-mainmenu {
    margin-top: -30px;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    visibility: hidden;
    transition: all .5s ease-in-out 0s; }
  .site-header .wrapper.active .opal-mainmenu {
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }
  .site-header .wrapper.active .logo-wrapper {
    transition: all .5s ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden; }
  .site-header .wrapper .logo-wrapper {
    transition: all .5s ease-in-out 0s;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    padding: 0; }

/* 4. Page */
/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */
.contributor {
  border-bottom: 1px solid rgba(0,0,0,.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 48px 10px; }

.contributor:first-of-type {
  padding-top: 24px; }

.contributor-info {
  margin: 0 auto;
  max-width: 474px; }

.contributor-avatar {
  border: 1px solid rgba(0,0,0,.1);
  float: left;
  margin: 0 30px 20px 0;
  padding: 2px; }

.contributor-name {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  margin: 0; }

.contributor-bio a {
  text-decoration: underline; }

.contributor-bio a:hover {
  text-decoration: none; }

.contributor-posts-link {
  display: inline-block;
  line-height: normal;
  padding: 10px 30px; }

.contributor-posts-link:before {
  content: "\f443"; }

/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */
.notfound-page {
  padding: 240px 0;
  color: #fff;
  background: transparent url(../images/background-7.jpg) no-repeat 50%; }
  .notfound-page .title {
    font-size: 160px;
    line-height: 160px; }
  .notfound-page .sub,.notfound-page .title {
    font-family: 'Times New Roman',Helvetica,Arial,sans-serif; }
  .notfound-page .sub {
    display: block;
    font-size: 60px;
    position: relative; }
  .notfound-page .error-description {
    margin-top: 65px;
    font-size: 14px;
    line-height: 36px;
    text-transform: uppercase; }
  .notfound-page a {
    color: #fff;
    border: 2px solid #fff;
    padding: 6px 18px;
    margin: 0 10px; }
    .notfound-page a:hover {
      color: #30adc5;
      border-color: #30adc5;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
  .notfound-page .page-action {
    margin-top: 30px; }
    .notfound-page .page-action a {
      padding: 12px 30px;
      font-weight: 600; }
      .notfound-page .page-action a:hover {
        color: #30adc5; }

/* 5. Post */
/**
 * 14.2 Galleries
 */
.row>.gallery {
  padding-left: 15px;
  padding-right: 15px; }

.gallery .gallery-item {
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }

.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: auto; }

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 14px);
  max-width: calc(50% - 14px);
  width: auto; }

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 11px);
  max-width: calc(33.3% - 11px);
  width: auto; }

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 9px);
  max-width: calc(25% - 9px);
  width: auto; }

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 8px);
  max-width: calc(20% - 8px);
  width: auto; }

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 7px);
  max-width: calc(16.7% - 7px);
  width: auto; }

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 7px);
  max-width: calc(14.28% - 7px);
  width: auto; }

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 6px);
  max-width: calc(12.5% - 6px);
  width: auto; }

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 6px);
  max-width: calc(11.1% - 6px);
  width: auto; }

.gallery-columns-1 .gallery-item:nth-of-type(1n),.gallery-columns-2 .gallery-item:nth-of-type(2n),.gallery-columns-3 .gallery-item:nth-of-type(3n),.gallery-columns-4 .gallery-item:nth-of-type(4n),.gallery-columns-5 .gallery-item:nth-of-type(5n),.gallery-columns-6 .gallery-item:nth-of-type(6n),.gallery-columns-7 .gallery-item:nth-of-type(7n),.gallery-columns-8 .gallery-item:nth-of-type(8n),.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0; }

.gallery .gallery-caption {
  background-color: rgba(0,0,0,.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%; }

.gallery .gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.gallery-item:hover .gallery-caption {
  opacity: 1; }

.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption {
  display: none; }

/**
 * 9.0 Audio/Video
 * ----------------------------------------------------------------------------
 */
.mejs-container .mejs-controls,.mejs-mediaelement {
  background: #000; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #fff; }

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #24890d; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total {
  background: hsla(0,0%,100%,.33); }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span {
  border-radius: 0; }

.mejs-overlay-loading {
  background: transparent; }

.mejs-overlay-button {
  background-color: #fff;
  background-image: none;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0,0,0,.8);
  color: #000;
  height: 36px;
  margin-left: -24px;
  width: 48px; }

.mejs-overlay-button:before {
  -webkit-font-smoothing: antialiased;
  content: "\f452";
  display: inline-block;
  font: normal 32px/1.125 Genericons;
  position: absolute;
  top: 1px;
  left: 10px; }

.mejs-controls .mejs-button button:focus {
  outline: none; }

.mejs-controls .mejs-button button {
  -webkit-font-smoothing: antialiased;
  background: none;
  color: #fff;
  display: inline-block;
  font: normal 16px/1 Genericons; }

.mejs-playpause-button.mejs-play button:before {
  content: "\f452"; }

.mejs-playpause-button.mejs-pause button:before {
  content: "\f448"; }

.mejs-volume-button.mejs-mute button:before {
  content: "\f109";
  font-size: 20px;
  position: absolute;
  top: -2px;
  left: 0; }

.mejs-volume-button.mejs-unmute button:before {
  content: "\f109";
  left: 0;
  position: absolute;
  top: 0; }

.mejs-fullscreen-button button:before {
  content: "\f474"; }

.mejs-fullscreen-button.mejs-unfullscreen button:before {
  content: "\f406"; }

.mejs-overlay:hover .mejs-overlay-button {
  background-color: #24890d;
  color: #fff; }

.mejs-controls .mejs-button button:hover {
  color: #41a62a; }

div.page-links,footer.entry-meta {
  margin: 30px 0;
  overflow: hidden;
  width: 100%; }

.post-preview {
  margin-bottom: 20px; }

.post+.paging-navigation {
  margin-top: 30px; }

.paging-navigation {
  margin-bottom: 30px; }

.widget_categories ul,.widget_nav_menu ul,.widget_pages ul {
  list-style: none;
  margin: 0; }
  .widget_categories ul li,.widget_nav_menu ul li,.widget_pages ul li {
    width: 100%; }

.post .post-thumbnail {
  display: block;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px; }

.widget_archive ul {
  list-style: none;
  margin: 0; }
  .widget_archive ul ul {
    padding-left: 15px; }

.widget_meta>ul,.widget_pages>ul,.widget_recent_comments>ul,.widget_rss>ul {
  list-style: none;
  padding: 0; }

.widget_text img {
  margin-bottom: 10px; }

.widget_text select {
  max-width: 100%; }

.widget_calendar table {
  width: 100%; }

.sidebar form select {
  margin: 0; }

.pagination a {
  padding: 10px 15px; }

.pagination span.current {
  color: #999;
  padding: 10px 15px; }

/* POSTS-FORMAT */
.blog-post .blogcarousel-layout .post {
  overflow: hidden; }
  .blog-post .blogcarousel-layout .post .info-post {
    color: #ccc;
    background-color: #30adc5;
    background-color: rgba(48,173,197,.92);
    zoom: 1;
    background-color: transparent\9;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media (min-width: 1200px) {
      .blog-post .blogcarousel-layout .post .info-post {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 50%; } }
    .blog-post .blogcarousel-layout .post .info-post .post-meta {
      font-size: 14px; }
    .blog-post .blogcarousel-layout .post .info-post .entry-title a,.blog-post .blogcarousel-layout .post .info-post .view-detail a {
      color: #fff; }

.blog-post .bloglist-layout .post .post-preview {
  margin: 0; }

.blog-post .bloglist-layout .post .post-content {
  background: #fff;
  margin: 0;
  overflow: hidden;
  padding: 40px; }
  @media (min-width: 768px) {
    .blog-post .bloglist-layout .post .post-content {
      display: flex; }
      .blog-post .bloglist-layout .post .post-content .entry-title {
        font-size: 28px;
        line-height: 1.5; }
      .blog-post .bloglist-layout .post .post-content .entry-meta {
        border-right: 1px solid #e7e7e7;
        margin: 0 30px 0 0;
        padding-right: 30px;
        text-align: right;
        width: 30%; }
        .blog-post .bloglist-layout .post .post-content .entry-meta .author,.blog-post .bloglist-layout .post .post-content .entry-meta .comments-link,.blog-post .bloglist-layout .post .post-content .entry-meta .entry-date {
          display: block; } }
  .blog-post .bloglist-layout .post .post-content .entry-content {
    margin: 0; }
    .blog-post .bloglist-layout .post .post-content .entry-content .view-detail {
      margin-top: 30px; }

.addthis {
  clear: both;
  overflow: hidden; }

.comments-title .cat-links {
  /* 	font-weight: 900; */
  text-transform: capitalize; }

.cat-links a {
  color: #2b2b2b; }

.cat-links a:hover {
  color: #41a62a; }

/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */
.entry-summary,.page-content {
  word-wrap: break-word;
  margin-bottom: 20px; }

.comment-content a,.comment-content a.button,.comment-content a:hover,.entry-content a,.entry-content a.button,.entry-content a:hover,.entry-summary a,.entry-summary a.button,.entry-summary a:hover,.page-content a,.page-content a.button,.page-content a:hover {
  text-decoration: none; }

.comment-content table,.entry-content table {
  font-size: 14px;
  line-height: 1.2857142857;
  margin-bottom: 24px;
  width: 100%; }

.comment-content th,.entry-content th {
  font-weight: 700;
  padding: 8px;
  text-transform: uppercase; }

.comment-content td,.entry-content td {
  padding: 8px; }

.entry-content .edit-link {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3333333333;
  text-transform: uppercase; }

.entry-content .edit-link a {
  color: #30adc5;
  text-decoration: none; }

.entry-content .edit-link a:hover {
  color: #41a62a; }

.entry-content .more-link {
  white-space: nowrap;
  display: block;
  margin-top: 10px;
  color: #30adc5; }

.ratings a {
  text-indent: -9999em !important; }

.entry-content-page {
  position: relative; }
  .entry-content-page .edit-link {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 6px;
    z-index: 10000; }
    .entry-content-page .edit-link:before {
      content: none; }
    .entry-content-page .edit-link a {
      font-size: 11px;
      color: #fff !important; }
  .entry-content-page>.edit-link {
    right: -40px; }

/* Tag links style */
.tag-links a,.tagcloud a {
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  display: inline-block;
  font-size: 12px !important;
  margin-bottom: 8px;
  padding: 5px 10px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  margin-right: 5px;
  color: #666; }
  .tag-links a:hover,.tagcloud a:hover {
    color: #30adc5;
    border-color: #30adc5;
    z-index: 1;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }

.tagcloud a {
  text-transform: uppercase; }

/**
 * Navigation links
 */
.post-navigation .nav-links {
  border-top: 1px solid #e7e7e7;
  margin-bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px solid #e7e7e7;
  font-family: 'Times New Roman',Helvetica,Arial,sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .post-navigation .nav-links .nav-links-inner {
    flex: 1 1 0;
    padding: 30px;
    position: relative; }
  .post-navigation .nav-links a {
    font-size: 14px;
    text-transform: uppercase; }
  .post-navigation .nav-links .meta-nav {
    display: block;
    text-transform: uppercase;
    color: #999;
    font-size: 10px;
    position: relative; }
  .post-navigation .nav-links .pull-left:before {
    content: "\f104";
    left: 0; }
  .post-navigation .nav-links .pull-left:before,.post-navigation .nav-links .pull-right:before {
    font-size: 30px;
    color: #ccc;
    top: 35px;
    font-family: FontAwesome;
    line-height: 34px;
    position: absolute; }
  .post-navigation .nav-links .pull-right:before {
    content: "\f105";
    right: 0; }

/* Mediaelements */
.hentry .mejs-container {
  margin: 12px 0 18px; }

.hentry .mejs-container .mejs-controls,.hentry .mejs-mediaelement {
  background: #000; }

.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #fff; }

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #24890d; }

.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.hentry .mejs-controls .mejs-time-rail .mejs-time-total {
  background: hsla(0,0%,100%,.33); }

.hentry .mejs-container .mejs-controls .mejs-time {
  padding-top: 9px; }

.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.hentry .mejs-controls .mejs-time-rail span {
  border-radius: 0; }

.hentry .mejs-overlay-loading {
  background: transparent; }

.hentry .mejs-overlay-button {
  background-color: #fff;
  background-image: none;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0,0,0,.8);
  color: #000;
  height: 36px;
  margin-left: -24px;
  width: 48px; }

.hentry .mejs-overlay-button:before {
  -webkit-font-smoothing: antialiased;
  content: "\f452";
  display: inline-block;
  font: normal 32px/1.125 Genericons;
  position: absolute;
  top: 1px;
  left: 10px; }

.hentry .mejs-controls .mejs-button button:focus {
  outline: none; }

.hentry .mejs-controls .mejs-button button {
  -webkit-font-smoothing: antialiased;
  background: none;
  color: #fff;
  display: inline-block;
  font: normal 16px/1 Fontawesome; }

.hentry .mejs-playpause-button.mejs-play button:before {
  content: "\f04b"; }

.hentry .mejs-playpause-button.mejs-pause button:before {
  content: "\f04c"; }

.hentry .mejs-volume-button.mejs-mute button:before {
  content: "\f109";
  font-family: Fontawesome;
  font-size: 20px;
  position: absolute;
  top: -2px;
  left: 0; }

.hentry .mejs-volume-button.mejs-unmute button:before {
  content: "\f109";
  left: 0;
  position: absolute;
  top: 0; }

.hentry .mejs-fullscreen-button button:before {
  content: "\f474"; }

.hentry .mejs-fullscreen-button.mejs-unfullscreen button:before {
  content: "\f406"; }

.hentry .mejs-overlay:hover .mejs-overlay-button {
  background-color: #24890d;
  color: #fff; }

.hentry .mejs-controls .mejs-button button:hover {
  color: #41a62a; }

.gallery-columns-3 .gallery-item:nth-child(3n+1) {
  clear: both; }

.archive-title {
  margin-bottom: 30px;
  margin-top: 0; }

.entry-meta {
  overflow: hidden;
  margin-bottom: 10px; }
  .entry-meta>* {
    font-size: 14px;
    color: #bbb;
    line-height: 15px;
    font-weight: 300;
    margin-right: 10px;
    float: left; }
    .entry-meta>:last-child {
      margin-right: 0; }
  .entry-meta i {
    margin-right: 3px;
    color: #ddd;
    font-size: 6px;
    vertical-align: middle; }
  .entry-meta .entry-date {
    font-weight: 700;
    color: #30adc5; }
  .entry-meta .author a {
    font-size: 14px; }

.entry-category>* {
  margin: 0 10px; }
  .entry-category>:first-child {
    margin-left: 0; }

.entry-category a {
  color: #30adc5; }

.category article.post,.single-post article.post {
  margin-top: 0; }

article.post {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  margin-top: 30px; }

article[class*=post] {
  position: relative; }
  article[class*=post]+[class*=post] {
    margin-top: 40px; }
  article[class*=post] .list-item h3 {
    font-size: 18px; }
  article[class*=post] .post-format a i {
    display: none; }
  article[class*=post] .post-content span a {
    display: inline-block;
    color: #30adc5;
    margin-top: 10px; }
    article[class*=post] .post-content span a:hover {
      color: #2b9bb0; }
  article[class*=post] .post-content a {
    display: block;
    margin-top: 10px;
    color: #30adc5; }

.entry-title {
  font-size: 20px;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .entry-title a {
    font-size: 20px;
    color: #000; }

.excerpt {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
  margin-top: 25px; }

.hidden_image .image {
  display: none; }

.content-single .images {
  margin: 40px 0; }

.post.has-post-thumbnail {
  margin-bottom: 30px; }

h1.entry-title {
  font-size: 24px;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #000; }
  .left-sidebar .blog-item .entry-title,.left-sidebar .blog-item .entry-title a {
    font-size: 30px; }

@media (min-width: 1200px) {
  .blog-list .blog-item {
    padding: 0; } }

.blog-list .blog-item article.post {
  padding-bottom: 30px;
  margin-top: 0;
  border-bottom: 1px solid #e7e7e7; }

.blog-list>div:last-child article.post {
  border-bottom: 0; }

@media (min-width: 480px) {
  .blog-list .content-blog {
    display: table; }
    .blog-list .content-blog>div {
      width: 55%;
      display: table-cell;
      vertical-align: middle;
      background: #fff; }
      .blog-list .content-blog>div:first-child {
        width: 45%; }
    .blog-list .content-blog img {
      margin: 0; } }

.blog-list .content-blog .post-thumbnail {
  margin-bottom: 0; }

.blog-list .entry-title {
  font-size: 24px; }
  .blog-list .entry-title a {
    font-size: 30px; }

.blog-list .entry-content {
  padding: 30px; }
  @media (min-width: 1200px) {
    .blog-list .entry-content {
      padding: 60px; } }

.blog-post.hidden_image .blog-grid .row {
  margin: 0; }

.blog-post.hidden_image .blog-grid .blog-item {
  padding: 0;
  border-right: 1px solid #efefef; }
  .blog-post.hidden_image .blog-grid .blog-item:hover {
    background: #fff;
    box-shadow: 0 20px 30px 0 rgba(0,0,0,.05);
    -webkit-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    border-color: #fff; }

.gridblog-bg .site-main {
  background: #f9f9f9; }

.blog-grid .row+.row {
  margin-top: 30px; }

.blog-grid .post.has-post-thumbnail {
  margin: 0;
  border: 0;
  padding: 0;
  background: #fff; }

.blog-grid .entry-content {
  padding: 20px 40px; }

.blog-grid .post .post-thumbnail {
  margin-bottom: 0; }

.blog-carousel {
  margin-left: -15px; }
  .blog-carousel .owl-pagination {
    margin-bottom: 0; }

.blog-special .second-row .post {
  margin-bottom: 30px; }
  .blog-special .second-row .post+.post {
    padding-top: 30px;
    border-top: 1px solid #e7e7e7; }
  .blog-special .second-row .post .entry-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500; }

.related-posts .related-post-title {
  font-size: 24px;
  margin-top: 60px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative; }
  .related-posts .related-post-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 150px;
    height: 1px; }

.related-posts article.post {
  border: none; }

.post-navigation {
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both; }

/*------------------------------------*    Comment List
\*------------------------------------*/
.comments {
  margin-bottom: 40px; }
  .comments .comment-reply-title {
    font-size: 24px;
    text-transform: none; }
  .comments .comments-title {
    font-size: 24px;
    margin-bottom: 30px;
    color: #000;
    margin-top: 30px;
    font-weight: 400;
    position: relative; }
  .comments .the-comment {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7; }
    .comments .the-comment .avatar strong {
      font-weight: 400;
      color: #000; }
    .comments .the-comment .avatar img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      float: left;
      margin-right: 30px; }
  .comments .comment-box {
    overflow: hidden; }
    .comments .comment-box .comment-author strong {
      color: #000;
      font-size: 14px;
      font-weight: 700;
      text-transform: capitalize; }
    .comments .comment-box .meta {
      font-size: 14px;
      color: #999; }
  .comments .comment-author {
    color: #30adc5; }
  .comments .comment-meta {
    font-size: 14px;
    color: #aaa; }
  .comments .comment-text {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 24px;
    color: #777; }
  .comments .children,.comments .commentlists {
    list-style: none; }
    @media (max-width: 480px) {
      .comments .children,.comments .commentlists {
        padding-left: 10px; } }
  .comments .commentlists {
    padding-left: 0; }
  .comments ol,.comments ul {
    margin: 0; }
  .comments .form-submit {
    padding: 0 20px;
    margin-top: 20px; }
  .comments label {
    font-size: 18px;
    font-weight: 300;
    color: #999; }

#comments nav.woocommerce-pagination ul.page-numbers {
  border: 0; }
  #comments nav.woocommerce-pagination ul.page-numbers li {
    border: 0;
    margin: 0 2px; }
    #comments nav.woocommerce-pagination ul.page-numbers li span.current {
      background: #30adc5;
      color: #fff;
      padding: 10px 15px;
      font-weight: 400;
      font-size: 12px; }
    #comments nav.woocommerce-pagination ul.page-numbers li a {
      padding: 10px 15px;
      font-weight: 400;
      background: #f3f3f3;
      font-size: 12px;
      color: #000; }

.comment-navigation {
  margin: 20px 0; }
  .comment-navigation .previous {
    float: left; }
  .comment-navigation .next {
    float: right; }

.opal-social-share {
  clear: both; }

/*------------------------------------*\
    portfolio
\*------------------------------------*/
.single-portfolio .entry-title {
  margin: 10px 0 25px; }
  .single-portfolio .entry-title .title-post {
    text-transform: uppercase;
    margin: 0 0 15px; }

.single-portfolio .created {
  color: #999;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase; }

.single-portfolio .single-body {
  margin-top: 40px; }

.single-portfolio .gallery-thumb [class^=col-] {
  margin-bottom: 20px; }

.single-portfolio .format-video .content-video {
  background: #fafafa; }

.single-portfolio .format-infomation .single-body {
  margin-top: 0; }
  .single-portfolio .format-infomation .single-body .portfolio-info {
    margin-bottom: 30px; }
    .single-portfolio .format-infomation .single-body .portfolio-info>div {
      padding: 10px 0;
      border-top: 1px solid #f1f1f1; }
      .single-portfolio .format-infomation .single-body .portfolio-info>div:last-child {
        border-bottom: 1px solid #f1f1f1; }
      .single-portfolio .format-infomation .single-body .portfolio-info>div>span {
        font-size: 16px;
        font-weight: 300; }
        .single-portfolio .format-infomation .single-body .portfolio-info>div>span:first-child {
          width: 90px;
          display: inline-block;
          color: #777; }
        .single-portfolio .format-infomation .single-body .portfolio-info>div>span:last-child {
          color: #000; }
    .single-portfolio .format-infomation .single-body .portfolio-info a:hover {
      color: #30adc5; }

.portfolio-masonry-entry {
  margin-bottom: 30px; }
  .portfolio-masonry-entry.nopadding {
    margin-bottom: 0; }

.ih-item {
  position: relative;
  margin-bottom: 40px; }
  .ih-item .info {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0; }
    .ih-item .info>* {
      color: #fff; }
    .ih-item .info h3 {
      text-align: center;
      padding: 10px 25px;
      font-size: 17px;
      -webkit-transition: opacity 1s ease 0s,transform 1s ease 0s;
      -o-transition: opacity 1s ease 0s,transform 1s ease 0s;
      transition: opacity 1s ease 0s,transform 1s ease 0s; }
    .ih-item .info p {
      font-style: italic;
      position: relative;
      color: #bbb;
      padding: 20px;
      text-align: center;
      font-size: 16px; }
  .ih-item:hover .info h3 {
    -webkit-transform: scale3d(1.1,1.1,1);
    -moz-transform: scale3d(1.1,1.1,1);
    -ms-transform: scale3d(1.1,1.1,1);
    -o-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1); }

.ih-item .info {
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(0,0,0,.5);
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
  .ih-item .info h3 {
    background: none; }
    .ih-item .info h3:hover {
      color: #30adc5; }
  .ih-item .info .description {
    display: none; }
  .ih-item .info .created,.ih-item .info .zoom {
    display: block !important;
    visibility: visible !important;
    padding: 0;
    color: #fff;
    font-weight: 400; }
  .ih-item .info .info-inner {
    position: absolute;
    top: 50%;
    margin-top: -60px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1; }
    .ih-item .info .info-inner h3 {
      margin: 0; }
    .ih-item .info .info-inner .zoom {
      position: relative;
      top: 5px;
      content: "";
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      visibility: hidden; }
      .ih-item .info .info-inner .zoom,.ih-item .info .info-inner .zoom:before {
      width: 35px;
      height: 35px;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
      .ih-item .info .info-inner .zoom:before {
        content: "+";
        position: absolute;
        font-size: 18px;
        color: #fafafa;
        top: 0;
        line-height: 30px;
        border: 2px solid #fafafa;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        text-align: center; }
      .ih-item .info .info-inner .zoom:hover:before {
        color: #30adc5;
        border-color: #30adc5; }
      .ih-item .info .info-inner .zoom i {
        display: none; }
  .ih-item:hover .info,.ih-item:hover .info .zoom {
  opacity: 1;
  filter: alpha(opacity=100); }
  .ih-item:hover .info .zoom {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: visible; }

.ih-item.square {
  position: relative; }
  .ih-item.square .info {
    backface-visibility: hidden;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    background: #333;
    color: #fff; }
    .ih-item.square .info>* {
      color: #fff; }
    .ih-item.square .info h3 {
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      padding: 10px;
      background: #000;
      margin: 30px 0 0;
      font-size: 17px; }
    .ih-item.square .info p {
      font-style: italic;
      position: relative;
      color: #bbb;
      padding: 20px;
      text-align: center;
      font-size: 16px; }

.ih-item.square.effect2 {
  overflow: hidden; }
  .ih-item.square.effect2.colored .info {
    background: #333; }
    .ih-item.square.effect2.colored .info h3 {
      background: #111; }
  .ih-item.square.effect2 .img {
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  .ih-item.square.effect2 .info {
    background: #333;
    visibility: hidden;
    -webkit-transition: all .35s ease-in-out .3s;
    -o-transition: all .35s .3s ease-in-out;
    transition: all .35s ease-in-out .3s; }
    .ih-item.square.effect2 .info h3 {
      -webkit-transition: all .35s ease-in-out .6s;
      -o-transition: all .35s .6s ease-in-out;
      transition: all .35s ease-in-out .6s; }
    .ih-item.square.effect2 .info h3,.ih-item.square.effect2 .info p {
      -webkit-transform: translateY(-200px);
      -moz-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
      -o-transform: translateY(-200px);
      transform: translateY(-200px); }
    .ih-item.square.effect2 .info p {
      -webkit-transition: all .35s linear .5s;
      -o-transition: all .35s .5s linear;
      transition: all .35s linear .5s; }
  .ih-item.square.effect2 a:hover .img {
    -webkit-transform: rotate(2turn) scale(0);
    -moz-transform: rotate(2turn) scale(0);
    -ms-transform: rotate(2turn) scale(0);
    -o-transform: rotate(2turn) scale(0);
    transform: rotate(2turn) scale(0);
    opacity: 0; }
  .ih-item.square.effect2 a:hover .info {
    visibility: visible; }
    .ih-item.square.effect2 a:hover .info h3,.ih-item.square.effect2 a:hover .info p {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }

.ih-item.square.effect3.bottom_to_top {
  overflow: hidden; }
  .ih-item.square.effect3.bottom_to_top .info {
    top: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }
  .ih-item.square.effect3.bottom_to_top .img,.ih-item.square.effect3.bottom_to_top .info {
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  .ih-item.square.effect3.bottom_to_top a:hover .img {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px); }
  .ih-item.square.effect3.bottom_to_top a:hover .info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

.ih-item.square.effect5 .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.ih-item.square.effect5 .img,.ih-item.square.effect5 .info {
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out; }

.ih-item.square.effect5 .info {
  background: #000;
  opacity: 0; }

.ih-item.square.effect5 a:hover .img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-delay: 0,0;
  -moz-transition-delay: 0,0;
  -ms-transition-delay: 0,0;
  -o-transition-delay: 0,0;
  transition-delay: 0,0; }

.ih-item.square.effect5 a:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition-delay: .3s,.3s;
  -moz-transition-delay: .3s,.3s;
  -ms-transition-delay: .3s,.3s;
  -o-transition-delay: .3s,.3s;
  transition-delay: .3s,.3s; }

.ih-item.square.effect5.left_to_right .info {
  -webkit-transform: scale(0) rotate(-180deg);
  -moz-transform: scale(0) rotate(-180deg);
  -ms-transform: scale(0) rotate(-180deg);
  -o-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg); }

.ih-item.square.effect6 {
  overflow: hidden; }
  .ih-item.square.effect6 .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .ih-item.square.effect6 .img,.ih-item.square.effect6 .info {
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out; }
  .ih-item.square.effect6 .info {
    background: #000;
    visibility: hidden;
    opacity: 0; }
    .ih-item.square.effect6 .info h3 {
      -webkit-transition: all .35s ease-in-out;
      -o-transition: all .35s ease-in-out;
      transition: all .35s ease-in-out; }
    .ih-item.square.effect6 .info p {
      -webkit-transition: all .35s linear .1s;
      -o-transition: all .35s .1s linear;
      transition: all .35s linear .1s; }
  .ih-item.square.effect6 a:hover .img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .ih-item.square.effect6 a:hover .info {
    visibility: visible;
    opacity: 1; }

.ih-item.square.effect6.bottom_to_top .info h3,.ih-item.square.effect6.bottom_to_top .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.ih-item.square.effect6.bottom_to_top a:hover .info h3,.ih-item.square.effect6.bottom_to_top a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item.square.effect7 {
  overflow: hidden; }
  .ih-item.square.effect7 .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .ih-item.square.effect7 .img,.ih-item.square.effect7 .info {
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out; }
  .ih-item.square.effect7 .info {
    background: #000;
    visibility: hidden;
    opacity: 0; }
    .ih-item.square.effect7 .info h3 {
      -webkit-transform: scale(4);
      -moz-transform: scale(4);
      -ms-transform: scale(4);
      -o-transform: scale(4);
      transform: scale(4);
      -webkit-transition: all .35s ease-in-out .1s;
      -o-transition: all .35s .1s ease-in-out;
      transition: all .35s ease-in-out .1s; }
    .ih-item.square.effect7 .info p {
      -webkit-transform: scale(5);
      -moz-transform: scale(5);
      -ms-transform: scale(5);
      -o-transform: scale(5);
      transform: scale(5);
      -webkit-transition: all .35s linear .3s;
      -o-transition: all .35s .3s linear;
      transition: all .35s linear .3s; }
  .ih-item.square.effect7 a:hover .img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .ih-item.square.effect7 a:hover .info {
    visibility: visible;
    opacity: 1; }
    .ih-item.square.effect7 a:hover .info h3,.ih-item.square.effect7 a:hover .info p {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

.ih-item.square.effect8 {
  overflow: hidden; }
  .ih-item.square.effect8 .img {
    opacity: 1; }
  .ih-item.square.effect8 .img,.ih-item.square.effect8 .info {
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out; }
  .ih-item.square.effect8 .info {
    visibility: hidden;
    opacity: 0; }
    .ih-item.square.effect8 .info h3 {
      -webkit-transition: all .35s ease-in-out .1s;
      -o-transition: all .35s .1s ease-in-out;
      transition: all .35s ease-in-out .1s; }
    .ih-item.square.effect8 .info p {
      -webkit-transition: all .35s linear .15s;
      -o-transition: all .35s .15s linear;
      transition: all .35s linear .15s; }
  .ih-item.square.effect8 a:hover .img {
    opacity: 0; }
  .ih-item.square.effect8 a:hover .info {
    visibility: visible;
    opacity: 1; }

.ih-item.square.effect8.scale_up .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
  .ih-item.square.effect8.scale_up .info,.ih-item.square.effect8.scale_up .info h3,.ih-item.square.effect8.scale_up .info p {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }

.ih-item.square.effect8.scale_up a:hover .img {
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5); }
  .ih-item.square.effect8.scale_up a:hover .info,.ih-item.square.effect8.scale_up a:hover .info h3,.ih-item.square.effect8.scale_up a:hover .info p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

.ih-item.square.effect10 {
  overflow: hidden; }
  .ih-item.square.effect10 .img,.ih-item.square.effect10 .info {
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out; }
  .ih-item.square.effect10 .info {
    visibility: hidden;
    opacity: 0; }
  .ih-item.square.effect10 a:hover .info {
    visibility: visible;
    opacity: 1; }

.ih-item.square.effect10.left_to_right .img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.square.effect10.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.ih-item.square.effect10.left_to_right a:hover .img {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.ih-item.square.effect10.left_to_right a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.ih-item.square.effect12 {
  overflow: hidden; }
  .ih-item.square.effect12 .img,.ih-item.square.effect12 .info {
    -webkit-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    transition: all .35s ease-in; }
  .ih-item.square.effect12 .info {
    background: #000;
    visibility: hidden;
    opacity: 0; }
    .ih-item.square.effect12 .info h3,.ih-item.square.effect12 .info p {
      -webkit-transition: all .35s ease-in;
      -o-transition: all .35s ease-in;
      transition: all .35s ease-in; }
  .ih-item.square.effect12 a:hover .info {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .2s,.2s;
    -moz-transition-delay: .2s,.2s;
    -ms-transition-delay: .2s,.2s;
    -o-transition-delay: .2s,.2s;
    transition-delay: .2s,.2s; }
    .ih-item.square.effect12 a:hover .info h3 {
      -webkit-transition-delay: .3s,.3s;
      -moz-transition-delay: .3s,.3s;
      -ms-transition-delay: .3s,.3s;
      -o-transition-delay: .3s,.3s;
      transition-delay: .3s,.3s; }
    .ih-item.square.effect12 a:hover .info p {
      -webkit-transition-delay: .25s,.25s;
      -moz-transition-delay: .25s,.25s;
      -ms-transition-delay: .25s,.25s;
      -o-transition-delay: .25s,.25s;
      transition-delay: .25s,.25s; }

.ih-item.square.effect12.left_to_right .info {
  -webkit-transform: translate(-460px,-100px) rotate(-180deg);
  -moz-transform: translate(-460px,-100px) rotate(-180deg);
  -ms-transform: translate(-460px,-100px) rotate(-180deg);
  -o-transform: translate(-460px,-100px) rotate(-180deg);
  transform: translate(-460px,-100px) rotate(-180deg); }
  .ih-item.square.effect12.left_to_right .info h3 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px); }
  .ih-item.square.effect12.left_to_right .info p {
    -webkit-transform: translateX(-300px) rotate(-90deg);
    -moz-transform: translateX(-300px) rotate(-90deg);
    -ms-transform: translateX(-300px) rotate(-90deg);
    -o-transform: translateX(-300px) rotate(-90deg);
    transform: translateX(-300px) rotate(-90deg); }

.ih-item.square.effect12.left_to_right a:hover .info {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0); }
  .ih-item.square.effect12.left_to_right a:hover .info h3 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .ih-item.square.effect12.left_to_right a:hover .info p {
    -webkit-transform: translateX(0) rotate(0deg);
    -moz-transform: translateX(0) rotate(0deg);
    -ms-transform: translateX(0) rotate(0deg);
    -o-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg); }

.ih-item.square.effect14 {
  overflow: hidden; }
  .ih-item.square.effect14 .img {
    opacity: 1;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out; }
  .ih-item.square.effect14 .info {
    visibility: hidden;
    -webkit-transition: all .35s ease .2s;
    -o-transition: all .35s ease .2s;
    transition: all .35s ease .2s; }
  .ih-item.square.effect14 .info,.ih-item.square.effect14 a:hover .img {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5); }
  .ih-item.square.effect14 a:hover .info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

.ih-item.square.effect14.left_to_right .img {
  -webkit-transform: translateX(0) rotate(0);
  -moz-transform: translateX(0) rotate(0);
  -ms-transform: translateX(0) rotate(0);
  -o-transform: translateX(0) rotate(0);
  transform: translateX(0) rotate(0); }

.ih-item.square.effect14.left_to_right a:hover .img {
  -webkit-transform: translateX(100%) rotate(180deg);
  -moz-transform: translateX(100%) rotate(180deg);
  -ms-transform: translateX(100%) rotate(180deg);
  -o-transform: translateX(100%) rotate(180deg);
  transform: translateX(100%) rotate(180deg); }

.ih-item.square.effect15 {
  overflow: hidden;
  -webkit-perspective: 900px;
  -ms-perspective: 900px;
  -moz-perspective: 900px;
  -o-perspective: 900px;
  perspective: 900px; }
  .ih-item.square.effect15 .img {
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
  .ih-item.square.effect15 .info {
    opacity: 0;
    -webkit-transition: all .35s ease-in-out .3s;
    -o-transition: all .35s ease-in-out .3s;
    transition: all .35s ease-in-out .3s; }
  .ih-item.square.effect15 a:hover .img {
    opacity: 0;
    visibility: hidden; }
  .ih-item.square.effect15 a:hover .info {
    visibility: visible;
    opacity: 1; }

.ih-item.square.effect15.left_to_right .img {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.ih-item.square.effect15.left_to_right .info {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%; }

.ih-item.square.effect15.left_to_right a:hover .img {
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg); }

.ih-item.square.effect15.left_to_right a:hover .info {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0); }

.ih-item.square.effect16 .info {
  opacity: 0;
  filter: alpha(opacity=0);
  background: #30adc5;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
  .ih-item.square.effect16 .info h3 {
    background: none; }
    .ih-item.square.effect16 .info h3 a {
      color: #000 !important;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
      .ih-item.square.effect16 .info h3 a:hover {
        color: #fff !important; }
  .ih-item.square.effect16 .info .description {
    display: none; }
  .ih-item.square.effect16 .info .created,.ih-item.square.effect16 .info .zoom {
    display: block !important;
    visibility: visible !important;
    padding: 0;
    color: #fff;
    font-weight: 400; }
  .ih-item.square.effect16 .info .zoom i {
    border: 1px solid #fff !important; }
  .ih-item.square.effect16 .info .info-inner {
    position: absolute;
    top: 50%;
    margin-top: -60px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1; }
    .ih-item.square.effect16 .info .info-inner h3 {
      margin: 0; }

.ih-item.square.effect16:hover .info {
  opacity: 1;
  filter: alpha(opacity=100); }

.zoomLens {
  width: 50px !important;
  height: 50px !important; }
  .zoomLens:before {
    content: "\f067";
    font-family: FontAwesome;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    display: block;
    font-weight: 400; }

/* 6. Form */
/**
 * Block Heading
 */
.element-block-heading {
  margin-bottom: 60px; }
  .element-block-heading .heading {
    font-size: 50px;
    line-height: 50px;
    margin: 0; }
  .element-block-heading .sub-heading {
    font-size: 13px;
    color: #999;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: url(../images/icon-title.png) no-repeat 0 100%; }
  .element-block-heading.style-small {
    text-align: center; }
    .element-block-heading.style-small .heading {
      font-size: 30px; }
    .element-block-heading.style-small .sub-heading {
      background-position: bottom; }
  .element-block-heading.style-left {
    margin-bottom: 30px; }
  .element-block-heading.style-center {
    text-align: center;
    padding-bottom: 20px;
    position: relative; }
    .element-block-heading.style-center .sub-heading {
      background-position: bottom; }
  .element-block-heading.style-light {
    text-align: center;
    padding-bottom: 20px;
    position: relative; }
    .element-block-heading.style-light .heading {
      color: #fff; }
    .element-block-heading.style-light .sub-heading {
      background-position: bottom;
      color: #bbb; }

.element-timelife {
  margin-left: -15px;
  margin-right: -15px; }
  .element-timelife .timelife-content {
    position: relative;
    top: 12px; }
  .element-timelife h4 {
    color: #000;
    font-size: 30px;
    letter-spacing: -1px; }
  .element-timelife .sub-title {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 40px; }
  .element-timelife .timelife-number {
    font-size: 130px;
    line-height: 130px;
    font-weight: 900;
    color: #f3f3f3;
    position: absolute; }
    .element-timelife .timelife-number span {
      display: inline-block;
      background: #fff; }
  .element-timelife .entry-timeline {
    width: 33.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .element-timelife .timelife-description p {
    margin-top: 20px; }
  .element-timelife .timelife-description a {
    font-size: 12px;
    text-transform: uppercase;
    color: #30adc5;
    font-weight: 500; }
    .element-timelife .timelife-description a:hover {
      color: #000; }

.element-timelife-light {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center; }
  .element-timelife-light .entry-timeline {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .element-timelife-light .timelife-number {
    position: relative;
    margin-bottom: 50px; }
    .element-timelife-light .timelife-number:before {
      content: "";
      position: absolute;
      width: 1px;
      height: 40px;
      background: #e7e7e7;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      top: 100%; }
    .element-timelife-light .timelife-number span {
      font-size: 16px;
      font-weight: 500;
      color: #30adc5;
      width: 42px;
      height: 42px;
      display: inline-block;
      line-height: 40px;
      text-align: center;
      border: 2px solid #30adc5;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      -webkit-transition-duration: 1s;
      transition-duration: 1s;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out; }
  .element-timelife-light h4 {
    font-size: 18px;
    letter-spacing: -1px; }
  .element-timelife-light .timelife-description {
    font-size: 14px;
    line-height: 24px; }
  .element-timelife-light .entry-timeline:hover .timelife-number span {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); }

.border-0 {
  border-width: 0; }

.border-1 {
  border-width: 1px; }

.border-2 {
  border-width: 2px; }

.border-3 {
  border-width: 3px; }

.border-4 {
  border-width: 4px; }

.border-5 {
  border-width: 5px; }

.border-6 {
  border-width: 6px; }

.border-7 {
  border-width: 7px; }

.border-8 {
  border-width: 8px; }

.border-9 {
  border-width: 9px; }

.border-10 {
  border-width: 10px; }

.border-11 {
  border-width: 11px; }

.border-12 {
  border-width: 12px; }

.border-13 {
  border-width: 13px; }

.border-14 {
  border-width: 14px; }

.border-15 {
  border-width: 15px; }

.border-16 {
  border-width: 16px; }

.border-17 {
  border-width: 17px; }

.border-18 {
  border-width: 18px; }

.border-19 {
  border-width: 19px; }

.border-20 {
  border-width: 20px; }

.radius-0 {
  border-radius: 0; }

.radius-1 {
  border-radius: 1px; }

.radius-2 {
  border-radius: 2px; }

.radius-3 {
  border-radius: 3px; }

.radius-4 {
  border-radius: 4px; }

.radius-5 {
  border-radius: 5px; }

.radius-6 {
  border-radius: 6px; }

.radius-7 {
  border-radius: 7px; }

.radius-8 {
  border-radius: 8px; }

.radius-9 {
  border-radius: 9px; }

.radius-10 {
  border-radius: 10px; }

.radius-11 {
  border-radius: 11px; }

.radius-12 {
  border-radius: 12px; }

.radius-13 {
  border-radius: 13px; }

.radius-14 {
  border-radius: 14px; }

.radius-15 {
  border-radius: 15px; }

.radius-16 {
  border-radius: 16px; }

.radius-17 {
  border-radius: 17px; }

.radius-18 {
  border-radius: 18px; }

.radius-19 {
  border-radius: 19px; }

.radius-20 {
  border-radius: 20px; }

.margin--60 {
  margin: -60px; }

.margin-top--60 {
  margin-top: -60px; }

.margin-bottom--60 {
  margin-bottom: -60px; }

.margin-left--60 {
  margin-left: -60px; }

.margin-right--60 {
  margin-right: -60px; }

.margin--59 {
  margin: -59px; }

.margin-top--59 {
  margin-top: -59px; }

.margin-bottom--59 {
  margin-bottom: -59px; }

.margin-left--59 {
  margin-left: -59px; }

.margin-right--59 {
  margin-right: -59px; }

.margin--58 {
  margin: -58px; }

.margin-top--58 {
  margin-top: -58px; }

.margin-bottom--58 {
  margin-bottom: -58px; }

.margin-left--58 {
  margin-left: -58px; }

.margin-right--58 {
  margin-right: -58px; }

.margin--57 {
  margin: -57px; }

.margin-top--57 {
  margin-top: -57px; }

.margin-bottom--57 {
  margin-bottom: -57px; }

.margin-left--57 {
  margin-left: -57px; }

.margin-right--57 {
  margin-right: -57px; }

.margin--56 {
  margin: -56px; }

.margin-top--56 {
  margin-top: -56px; }

.margin-bottom--56 {
  margin-bottom: -56px; }

.margin-left--56 {
  margin-left: -56px; }

.margin-right--56 {
  margin-right: -56px; }

.margin--55 {
  margin: -55px; }

.margin-top--55 {
  margin-top: -55px; }

.margin-bottom--55 {
  margin-bottom: -55px; }

.margin-left--55 {
  margin-left: -55px; }

.margin-right--55 {
  margin-right: -55px; }

.margin--54 {
  margin: -54px; }

.margin-top--54 {
  margin-top: -54px; }

.margin-bottom--54 {
  margin-bottom: -54px; }

.margin-left--54 {
  margin-left: -54px; }

.margin-right--54 {
  margin-right: -54px; }

.margin--53 {
  margin: -53px; }

.margin-top--53 {
  margin-top: -53px; }

.margin-bottom--53 {
  margin-bottom: -53px; }

.margin-left--53 {
  margin-left: -53px; }

.margin-right--53 {
  margin-right: -53px; }

.margin--52 {
  margin: -52px; }

.margin-top--52 {
  margin-top: -52px; }

.margin-bottom--52 {
  margin-bottom: -52px; }

.margin-left--52 {
  margin-left: -52px; }

.margin-right--52 {
  margin-right: -52px; }

.margin--51 {
  margin: -51px; }

.margin-top--51 {
  margin-top: -51px; }

.margin-bottom--51 {
  margin-bottom: -51px; }

.margin-left--51 {
  margin-left: -51px; }

.margin-right--51 {
  margin-right: -51px; }

.margin--50 {
  margin: -50px; }

.margin-top--50 {
  margin-top: -50px; }

.margin-bottom--50 {
  margin-bottom: -50px; }

.margin-left--50 {
  margin-left: -50px; }

.margin-right--50 {
  margin-right: -50px; }

.margin--49 {
  margin: -49px; }

.margin-top--49 {
  margin-top: -49px; }

.margin-bottom--49 {
  margin-bottom: -49px; }

.margin-left--49 {
  margin-left: -49px; }

.margin-right--49 {
  margin-right: -49px; }

.margin--48 {
  margin: -48px; }

.margin-top--48 {
  margin-top: -48px; }

.margin-bottom--48 {
  margin-bottom: -48px; }

.margin-left--48 {
  margin-left: -48px; }

.margin-right--48 {
  margin-right: -48px; }

.margin--47 {
  margin: -47px; }

.margin-top--47 {
  margin-top: -47px; }

.margin-bottom--47 {
  margin-bottom: -47px; }

.margin-left--47 {
  margin-left: -47px; }

.margin-right--47 {
  margin-right: -47px; }

.margin--46 {
  margin: -46px; }

.margin-top--46 {
  margin-top: -46px; }

.margin-bottom--46 {
  margin-bottom: -46px; }

.margin-left--46 {
  margin-left: -46px; }

.margin-right--46 {
  margin-right: -46px; }

.margin--45 {
  margin: -45px; }

.margin-top--45 {
  margin-top: -45px; }

.margin-bottom--45 {
  margin-bottom: -45px; }

.margin-left--45 {
  margin-left: -45px; }

.margin-right--45 {
  margin-right: -45px; }

.margin--44 {
  margin: -44px; }

.margin-top--44 {
  margin-top: -44px; }

.margin-bottom--44 {
  margin-bottom: -44px; }

.margin-left--44 {
  margin-left: -44px; }

.margin-right--44 {
  margin-right: -44px; }

.margin--43 {
  margin: -43px; }

.margin-top--43 {
  margin-top: -43px; }

.margin-bottom--43 {
  margin-bottom: -43px; }

.margin-left--43 {
  margin-left: -43px; }

.margin-right--43 {
  margin-right: -43px; }

.margin--42 {
  margin: -42px; }

.margin-top--42 {
  margin-top: -42px; }

.margin-bottom--42 {
  margin-bottom: -42px; }

.margin-left--42 {
  margin-left: -42px; }

.margin-right--42 {
  margin-right: -42px; }

.margin--41 {
  margin: -41px; }

.margin-top--41 {
  margin-top: -41px; }

.margin-bottom--41 {
  margin-bottom: -41px; }

.margin-left--41 {
  margin-left: -41px; }

.margin-right--41 {
  margin-right: -41px; }

.margin--40 {
  margin: -40px; }

.margin-top--40 {
  margin-top: -40px; }

.margin-bottom--40 {
  margin-bottom: -40px; }

.margin-left--40 {
  margin-left: -40px; }

.margin-right--40 {
  margin-right: -40px; }

.margin--39 {
  margin: -39px; }

.margin-top--39 {
  margin-top: -39px; }

.margin-bottom--39 {
  margin-bottom: -39px; }

.margin-left--39 {
  margin-left: -39px; }

.margin-right--39 {
  margin-right: -39px; }

.margin--38 {
  margin: -38px; }

.margin-top--38 {
  margin-top: -38px; }

.margin-bottom--38 {
  margin-bottom: -38px; }

.margin-left--38 {
  margin-left: -38px; }

.margin-right--38 {
  margin-right: -38px; }

.margin--37 {
  margin: -37px; }

.margin-top--37 {
  margin-top: -37px; }

.margin-bottom--37 {
  margin-bottom: -37px; }

.margin-left--37 {
  margin-left: -37px; }

.margin-right--37 {
  margin-right: -37px; }

.margin--36 {
  margin: -36px; }

.margin-top--36 {
  margin-top: -36px; }

.margin-bottom--36 {
  margin-bottom: -36px; }

.margin-left--36 {
  margin-left: -36px; }

.margin-right--36 {
  margin-right: -36px; }

.margin--35 {
  margin: -35px; }

.margin-top--35 {
  margin-top: -35px; }

.margin-bottom--35 {
  margin-bottom: -35px; }

.margin-left--35 {
  margin-left: -35px; }

.margin-right--35 {
  margin-right: -35px; }

.margin--34 {
  margin: -34px; }

.margin-top--34 {
  margin-top: -34px; }

.margin-bottom--34 {
  margin-bottom: -34px; }

.margin-left--34 {
  margin-left: -34px; }

.margin-right--34 {
  margin-right: -34px; }

.margin--33 {
  margin: -33px; }

.margin-top--33 {
  margin-top: -33px; }

.margin-bottom--33 {
  margin-bottom: -33px; }

.margin-left--33 {
  margin-left: -33px; }

.margin-right--33 {
  margin-right: -33px; }

.margin--32 {
  margin: -32px; }

.margin-top--32 {
  margin-top: -32px; }

.margin-bottom--32 {
  margin-bottom: -32px; }

.margin-left--32 {
  margin-left: -32px; }

.margin-right--32 {
  margin-right: -32px; }

.margin--31 {
  margin: -31px; }

.margin-top--31 {
  margin-top: -31px; }

.margin-bottom--31 {
  margin-bottom: -31px; }

.margin-left--31 {
  margin-left: -31px; }

.margin-right--31 {
  margin-right: -31px; }

.margin--30 {
  margin: -30px; }

.margin-top--30 {
  margin-top: -30px; }

.margin-bottom--30 {
  margin-bottom: -30px; }

.margin-left--30 {
  margin-left: -30px; }

.margin-right--30 {
  margin-right: -30px; }

.margin--29 {
  margin: -29px; }

.margin-top--29 {
  margin-top: -29px; }

.margin-bottom--29 {
  margin-bottom: -29px; }

.margin-left--29 {
  margin-left: -29px; }

.margin-right--29 {
  margin-right: -29px; }

.margin--28 {
  margin: -28px; }

.margin-top--28 {
  margin-top: -28px; }

.margin-bottom--28 {
  margin-bottom: -28px; }

.margin-left--28 {
  margin-left: -28px; }

.margin-right--28 {
  margin-right: -28px; }

.margin--27 {
  margin: -27px; }

.margin-top--27 {
  margin-top: -27px; }

.margin-bottom--27 {
  margin-bottom: -27px; }

.margin-left--27 {
  margin-left: -27px; }

.margin-right--27 {
  margin-right: -27px; }

.margin--26 {
  margin: -26px; }

.margin-top--26 {
  margin-top: -26px; }

.margin-bottom--26 {
  margin-bottom: -26px; }

.margin-left--26 {
  margin-left: -26px; }

.margin-right--26 {
  margin-right: -26px; }

.margin--25 {
  margin: -25px; }

.margin-top--25 {
  margin-top: -25px; }

.margin-bottom--25 {
  margin-bottom: -25px; }

.margin-left--25 {
  margin-left: -25px; }

.margin-right--25 {
  margin-right: -25px; }

.margin--24 {
  margin: -24px; }

.margin-top--24 {
  margin-top: -24px; }

.margin-bottom--24 {
  margin-bottom: -24px; }

.margin-left--24 {
  margin-left: -24px; }

.margin-right--24 {
  margin-right: -24px; }

.margin--23 {
  margin: -23px; }

.margin-top--23 {
  margin-top: -23px; }

.margin-bottom--23 {
  margin-bottom: -23px; }

.margin-left--23 {
  margin-left: -23px; }

.margin-right--23 {
  margin-right: -23px; }

.margin--22 {
  margin: -22px; }

.margin-top--22 {
  margin-top: -22px; }

.margin-bottom--22 {
  margin-bottom: -22px; }

.margin-left--22 {
  margin-left: -22px; }

.margin-right--22 {
  margin-right: -22px; }

.margin--21 {
  margin: -21px; }

.margin-top--21 {
  margin-top: -21px; }

.margin-bottom--21 {
  margin-bottom: -21px; }

.margin-left--21 {
  margin-left: -21px; }

.margin-right--21 {
  margin-right: -21px; }

.margin--20 {
  margin: -20px; }

.margin-top--20 {
  margin-top: -20px; }

.margin-bottom--20 {
  margin-bottom: -20px; }

.margin-left--20 {
  margin-left: -20px; }

.margin-right--20 {
  margin-right: -20px; }

.margin--19 {
  margin: -19px; }

.margin-top--19 {
  margin-top: -19px; }

.margin-bottom--19 {
  margin-bottom: -19px; }

.margin-left--19 {
  margin-left: -19px; }

.margin-right--19 {
  margin-right: -19px; }

.margin--18 {
  margin: -18px; }

.margin-top--18 {
  margin-top: -18px; }

.margin-bottom--18 {
  margin-bottom: -18px; }

.margin-left--18 {
  margin-left: -18px; }

.margin-right--18 {
  margin-right: -18px; }

.margin--17 {
  margin: -17px; }

.margin-top--17 {
  margin-top: -17px; }

.margin-bottom--17 {
  margin-bottom: -17px; }

.margin-left--17 {
  margin-left: -17px; }

.margin-right--17 {
  margin-right: -17px; }

.margin--16 {
  margin: -16px; }

.margin-top--16 {
  margin-top: -16px; }

.margin-bottom--16 {
  margin-bottom: -16px; }

.margin-left--16 {
  margin-left: -16px; }

.margin-right--16 {
  margin-right: -16px; }

.margin--15 {
  margin: -15px; }

.margin-top--15 {
  margin-top: -15px; }

.margin-bottom--15 {
  margin-bottom: -15px; }

.margin-left--15 {
  margin-left: -15px; }

.margin-right--15 {
  margin-right: -15px; }

.margin--14 {
  margin: -14px; }

.margin-top--14 {
  margin-top: -14px; }

.margin-bottom--14 {
  margin-bottom: -14px; }

.margin-left--14 {
  margin-left: -14px; }

.margin-right--14 {
  margin-right: -14px; }

.margin--13 {
  margin: -13px; }

.margin-top--13 {
  margin-top: -13px; }

.margin-bottom--13 {
  margin-bottom: -13px; }

.margin-left--13 {
  margin-left: -13px; }

.margin-right--13 {
  margin-right: -13px; }

.margin--12 {
  margin: -12px; }

.margin-top--12 {
  margin-top: -12px; }

.margin-bottom--12 {
  margin-bottom: -12px; }

.margin-left--12 {
  margin-left: -12px; }

.margin-right--12 {
  margin-right: -12px; }

.margin--11 {
  margin: -11px; }

.margin-top--11 {
  margin-top: -11px; }

.margin-bottom--11 {
  margin-bottom: -11px; }

.margin-left--11 {
  margin-left: -11px; }

.margin-right--11 {
  margin-right: -11px; }

.margin--10 {
  margin: -10px; }

.margin-top--10 {
  margin-top: -10px; }

.margin-bottom--10 {
  margin-bottom: -10px; }

.margin-left--10 {
  margin-left: -10px; }

.margin-right--10 {
  margin-right: -10px; }

.margin--9 {
  margin: -9px; }

.margin-top--9 {
  margin-top: -9px; }

.margin-bottom--9 {
  margin-bottom: -9px; }

.margin-left--9 {
  margin-left: -9px; }

.margin-right--9 {
  margin-right: -9px; }

.margin--8 {
  margin: -8px; }

.margin-top--8 {
  margin-top: -8px; }

.margin-bottom--8 {
  margin-bottom: -8px; }

.margin-left--8 {
  margin-left: -8px; }

.margin-right--8 {
  margin-right: -8px; }

.margin--7 {
  margin: -7px; }

.margin-top--7 {
  margin-top: -7px; }

.margin-bottom--7 {
  margin-bottom: -7px; }

.margin-left--7 {
  margin-left: -7px; }

.margin-right--7 {
  margin-right: -7px; }

.margin--6 {
  margin: -6px; }

.margin-top--6 {
  margin-top: -6px; }

.margin-bottom--6 {
  margin-bottom: -6px; }

.margin-left--6 {
  margin-left: -6px; }

.margin-right--6 {
  margin-right: -6px; }

.margin--5 {
  margin: -5px; }

.margin-top--5 {
  margin-top: -5px; }

.margin-bottom--5 {
  margin-bottom: -5px; }

.margin-left--5 {
  margin-left: -5px; }

.margin-right--5 {
  margin-right: -5px; }

.margin--4 {
  margin: -4px; }

.margin-top--4 {
  margin-top: -4px; }

.margin-bottom--4 {
  margin-bottom: -4px; }

.margin-left--4 {
  margin-left: -4px; }

.margin-right--4 {
  margin-right: -4px; }

.margin--3 {
  margin: -3px; }

.margin-top--3 {
  margin-top: -3px; }

.margin-bottom--3 {
  margin-bottom: -3px; }

.margin-left--3 {
  margin-left: -3px; }

.margin-right--3 {
  margin-right: -3px; }

.margin--2 {
  margin: -2px; }

.margin-top--2 {
  margin-top: -2px; }

.margin-bottom--2 {
  margin-bottom: -2px; }

.margin-left--2 {
  margin-left: -2px; }

.margin-right--2 {
  margin-right: -2px; }

.margin--1 {
  margin: -1px; }

.margin-top--1 {
  margin-top: -1px; }

.margin-bottom--1 {
  margin-bottom: -1px; }

.margin-left--1 {
  margin-left: -1px; }

.margin-right--1 {
  margin-right: -1px; }

.margin-0 {
  margin: 0; }

.margin-top-0 {
  margin-top: 0; }

.margin-bottom-0 {
  margin-bottom: 0; }

.margin-left-0 {
  margin-left: 0; }

.margin-right-0 {
  margin-right: 0; }

.margin-1 {
  margin: 1px; }

.margin-top-1 {
  margin-top: 1px; }

.margin-bottom-1 {
  margin-bottom: 1px; }

.margin-left-1 {
  margin-left: 1px; }

.margin-right-1 {
  margin-right: 1px; }

.margin-2 {
  margin: 2px; }

.margin-top-2 {
  margin-top: 2px; }

.margin-bottom-2 {
  margin-bottom: 2px; }

.margin-left-2 {
  margin-left: 2px; }

.margin-right-2 {
  margin-right: 2px; }

.margin-3 {
  margin: 3px; }

.margin-top-3 {
  margin-top: 3px; }

.margin-bottom-3 {
  margin-bottom: 3px; }

.margin-left-3 {
  margin-left: 3px; }

.margin-right-3 {
  margin-right: 3px; }

.margin-4 {
  margin: 4px; }

.margin-top-4 {
  margin-top: 4px; }

.margin-bottom-4 {
  margin-bottom: 4px; }

.margin-left-4 {
  margin-left: 4px; }

.margin-right-4 {
  margin-right: 4px; }

.margin-5 {
  margin: 5px; }

.margin-top-5 {
  margin-top: 5px; }

.margin-bottom-5 {
  margin-bottom: 5px; }

.margin-left-5 {
  margin-left: 5px; }

.margin-right-5 {
  margin-right: 5px; }

.margin-6 {
  margin: 6px; }

.margin-top-6 {
  margin-top: 6px; }

.margin-bottom-6 {
  margin-bottom: 6px; }

.margin-left-6 {
  margin-left: 6px; }

.margin-right-6 {
  margin-right: 6px; }

.margin-7 {
  margin: 7px; }

.margin-top-7 {
  margin-top: 7px; }

.margin-bottom-7 {
  margin-bottom: 7px; }

.margin-left-7 {
  margin-left: 7px; }

.margin-right-7 {
  margin-right: 7px; }

.margin-8 {
  margin: 8px; }

.margin-top-8 {
  margin-top: 8px; }

.margin-bottom-8 {
  margin-bottom: 8px; }

.margin-left-8 {
  margin-left: 8px; }

.margin-right-8 {
  margin-right: 8px; }

.margin-9 {
  margin: 9px; }

.margin-top-9 {
  margin-top: 9px; }

.margin-bottom-9 {
  margin-bottom: 9px; }

.margin-left-9 {
  margin-left: 9px; }

.margin-right-9 {
  margin-right: 9px; }

.margin-10 {
  margin: 10px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-left-10 {
  margin-left: 10px; }

.margin-right-10 {
  margin-right: 10px; }

.margin-11 {
  margin: 11px; }

.margin-top-11 {
  margin-top: 11px; }

.margin-bottom-11 {
  margin-bottom: 11px; }

.margin-left-11 {
  margin-left: 11px; }

.margin-right-11 {
  margin-right: 11px; }

.margin-12 {
  margin: 12px; }

.margin-top-12 {
  margin-top: 12px; }

.margin-bottom-12 {
  margin-bottom: 12px; }

.margin-left-12 {
  margin-left: 12px; }

.margin-right-12 {
  margin-right: 12px; }

.margin-13 {
  margin: 13px; }

.margin-top-13 {
  margin-top: 13px; }

.margin-bottom-13 {
  margin-bottom: 13px; }

.margin-left-13 {
  margin-left: 13px; }

.margin-right-13 {
  margin-right: 13px; }

.margin-14 {
  margin: 14px; }

.margin-top-14 {
  margin-top: 14px; }

.margin-bottom-14 {
  margin-bottom: 14px; }

.margin-left-14 {
  margin-left: 14px; }

.margin-right-14 {
  margin-right: 14px; }

.margin-15 {
  margin: 15px; }

.margin-top-15 {
  margin-top: 15px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-left-15 {
  margin-left: 15px; }

.margin-right-15 {
  margin-right: 15px; }

.margin-16 {
  margin: 16px; }

.margin-top-16 {
  margin-top: 16px; }

.margin-bottom-16 {
  margin-bottom: 16px; }

.margin-left-16 {
  margin-left: 16px; }

.margin-right-16 {
  margin-right: 16px; }

.margin-17 {
  margin: 17px; }

.margin-top-17 {
  margin-top: 17px; }

.margin-bottom-17 {
  margin-bottom: 17px; }

.margin-left-17 {
  margin-left: 17px; }

.margin-right-17 {
  margin-right: 17px; }

.margin-18 {
  margin: 18px; }

.margin-top-18 {
  margin-top: 18px; }

.margin-bottom-18 {
  margin-bottom: 18px; }

.margin-left-18 {
  margin-left: 18px; }

.margin-right-18 {
  margin-right: 18px; }

.margin-19 {
  margin: 19px; }

.margin-top-19 {
  margin-top: 19px; }

.margin-bottom-19 {
  margin-bottom: 19px; }

.margin-left-19 {
  margin-left: 19px; }

.margin-right-19 {
  margin-right: 19px; }

.margin-20 {
  margin: 20px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-left-20 {
  margin-left: 20px; }

.margin-right-20 {
  margin-right: 20px; }

.margin-21 {
  margin: 21px; }

.margin-top-21 {
  margin-top: 21px; }

.margin-bottom-21 {
  margin-bottom: 21px; }

.margin-left-21 {
  margin-left: 21px; }

.margin-right-21 {
  margin-right: 21px; }

.margin-22 {
  margin: 22px; }

.margin-top-22 {
  margin-top: 22px; }

.margin-bottom-22 {
  margin-bottom: 22px; }

.margin-left-22 {
  margin-left: 22px; }

.margin-right-22 {
  margin-right: 22px; }

.margin-23 {
  margin: 23px; }

.margin-top-23 {
  margin-top: 23px; }

.margin-bottom-23 {
  margin-bottom: 23px; }

.margin-left-23 {
  margin-left: 23px; }

.margin-right-23 {
  margin-right: 23px; }

.margin-24 {
  margin: 24px; }

.margin-top-24 {
  margin-top: 24px; }

.margin-bottom-24 {
  margin-bottom: 24px; }

.margin-left-24 {
  margin-left: 24px; }

.margin-right-24 {
  margin-right: 24px; }

.margin-25 {
  margin: 25px; }

.margin-top-25 {
  margin-top: 25px; }

.margin-bottom-25 {
  margin-bottom: 25px; }

.margin-left-25 {
  margin-left: 25px; }

.margin-right-25 {
  margin-right: 25px; }

.margin-26 {
  margin: 26px; }

.margin-top-26 {
  margin-top: 26px; }

.margin-bottom-26 {
  margin-bottom: 26px; }

.margin-left-26 {
  margin-left: 26px; }

.margin-right-26 {
  margin-right: 26px; }

.margin-27 {
  margin: 27px; }

.margin-top-27 {
  margin-top: 27px; }

.margin-bottom-27 {
  margin-bottom: 27px; }

.margin-left-27 {
  margin-left: 27px; }

.margin-right-27 {
  margin-right: 27px; }

.margin-28 {
  margin: 28px; }

.margin-top-28 {
  margin-top: 28px; }

.margin-bottom-28 {
  margin-bottom: 28px; }

.margin-left-28 {
  margin-left: 28px; }

.margin-right-28 {
  margin-right: 28px; }

.margin-29 {
  margin: 29px; }

.margin-top-29 {
  margin-top: 29px; }

.margin-bottom-29 {
  margin-bottom: 29px; }

.margin-left-29 {
  margin-left: 29px; }

.margin-right-29 {
  margin-right: 29px; }

.margin-30 {
  margin: 30px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-left-30 {
  margin-left: 30px; }

.margin-right-30 {
  margin-right: 30px; }

.margin-31 {
  margin: 31px; }

.margin-top-31 {
  margin-top: 31px; }

.margin-bottom-31 {
  margin-bottom: 31px; }

.margin-left-31 {
  margin-left: 31px; }

.margin-right-31 {
  margin-right: 31px; }

.margin-32 {
  margin: 32px; }

.margin-top-32 {
  margin-top: 32px; }

.margin-bottom-32 {
  margin-bottom: 32px; }

.margin-left-32 {
  margin-left: 32px; }

.margin-right-32 {
  margin-right: 32px; }

.margin-33 {
  margin: 33px; }

.margin-top-33 {
  margin-top: 33px; }

.margin-bottom-33 {
  margin-bottom: 33px; }

.margin-left-33 {
  margin-left: 33px; }

.margin-right-33 {
  margin-right: 33px; }

.margin-34 {
  margin: 34px; }

.margin-top-34 {
  margin-top: 34px; }

.margin-bottom-34 {
  margin-bottom: 34px; }

.margin-left-34 {
  margin-left: 34px; }

.margin-right-34 {
  margin-right: 34px; }

.margin-35 {
  margin: 35px; }

.margin-top-35 {
  margin-top: 35px; }

.margin-bottom-35 {
  margin-bottom: 35px; }

.margin-left-35 {
  margin-left: 35px; }

.margin-right-35 {
  margin-right: 35px; }

.margin-36 {
  margin: 36px; }

.margin-top-36 {
  margin-top: 36px; }

.margin-bottom-36 {
  margin-bottom: 36px; }

.margin-left-36 {
  margin-left: 36px; }

.margin-right-36 {
  margin-right: 36px; }

.margin-37 {
  margin: 37px; }

.margin-top-37 {
  margin-top: 37px; }

.margin-bottom-37 {
  margin-bottom: 37px; }

.margin-left-37 {
  margin-left: 37px; }

.margin-right-37 {
  margin-right: 37px; }

.margin-38 {
  margin: 38px; }

.margin-top-38 {
  margin-top: 38px; }

.margin-bottom-38 {
  margin-bottom: 38px; }

.margin-left-38 {
  margin-left: 38px; }

.margin-right-38 {
  margin-right: 38px; }

.margin-39 {
  margin: 39px; }

.margin-top-39 {
  margin-top: 39px; }

.margin-bottom-39 {
  margin-bottom: 39px; }

.margin-left-39 {
  margin-left: 39px; }

.margin-right-39 {
  margin-right: 39px; }

.margin-40 {
  margin: 40px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-left-40 {
  margin-left: 40px; }

.margin-right-40 {
  margin-right: 40px; }

.margin-41 {
  margin: 41px; }

.margin-top-41 {
  margin-top: 41px; }

.margin-bottom-41 {
  margin-bottom: 41px; }

.margin-left-41 {
  margin-left: 41px; }

.margin-right-41 {
  margin-right: 41px; }

.margin-42 {
  margin: 42px; }

.margin-top-42 {
  margin-top: 42px; }

.margin-bottom-42 {
  margin-bottom: 42px; }

.margin-left-42 {
  margin-left: 42px; }

.margin-right-42 {
  margin-right: 42px; }

.margin-43 {
  margin: 43px; }

.margin-top-43 {
  margin-top: 43px; }

.margin-bottom-43 {
  margin-bottom: 43px; }

.margin-left-43 {
  margin-left: 43px; }

.margin-right-43 {
  margin-right: 43px; }

.margin-44 {
  margin: 44px; }

.margin-top-44 {
  margin-top: 44px; }

.margin-bottom-44 {
  margin-bottom: 44px; }

.margin-left-44 {
  margin-left: 44px; }

.margin-right-44 {
  margin-right: 44px; }

.margin-45 {
  margin: 45px; }

.margin-top-45 {
  margin-top: 45px; }

.margin-bottom-45 {
  margin-bottom: 45px; }

.margin-left-45 {
  margin-left: 45px; }

.margin-right-45 {
  margin-right: 45px; }

.margin-46 {
  margin: 46px; }

.margin-top-46 {
  margin-top: 46px; }

.margin-bottom-46 {
  margin-bottom: 46px; }

.margin-left-46 {
  margin-left: 46px; }

.margin-right-46 {
  margin-right: 46px; }

.margin-47 {
  margin: 47px; }

.margin-top-47 {
  margin-top: 47px; }

.margin-bottom-47 {
  margin-bottom: 47px; }

.margin-left-47 {
  margin-left: 47px; }

.margin-right-47 {
  margin-right: 47px; }

.margin-48 {
  margin: 48px; }

.margin-top-48 {
  margin-top: 48px; }

.margin-bottom-48 {
  margin-bottom: 48px; }

.margin-left-48 {
  margin-left: 48px; }

.margin-right-48 {
  margin-right: 48px; }

.margin-49 {
  margin: 49px; }

.margin-top-49 {
  margin-top: 49px; }

.margin-bottom-49 {
  margin-bottom: 49px; }

.margin-left-49 {
  margin-left: 49px; }

.margin-right-49 {
  margin-right: 49px; }

.margin-50 {
  margin: 50px; }

.margin-top-50 {
  margin-top: 50px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-left-50 {
  margin-left: 50px; }

.margin-right-50 {
  margin-right: 50px; }

.margin-51 {
  margin: 51px; }

.margin-top-51 {
  margin-top: 51px; }

.margin-bottom-51 {
  margin-bottom: 51px; }

.margin-left-51 {
  margin-left: 51px; }

.margin-right-51 {
  margin-right: 51px; }

.margin-52 {
  margin: 52px; }

.margin-top-52 {
  margin-top: 52px; }

.margin-bottom-52 {
  margin-bottom: 52px; }

.margin-left-52 {
  margin-left: 52px; }

.margin-right-52 {
  margin-right: 52px; }

.margin-53 {
  margin: 53px; }

.margin-top-53 {
  margin-top: 53px; }

.margin-bottom-53 {
  margin-bottom: 53px; }

.margin-left-53 {
  margin-left: 53px; }

.margin-right-53 {
  margin-right: 53px; }

.margin-54 {
  margin: 54px; }

.margin-top-54 {
  margin-top: 54px; }

.margin-bottom-54 {
  margin-bottom: 54px; }

.margin-left-54 {
  margin-left: 54px; }

.margin-right-54 {
  margin-right: 54px; }

.margin-55 {
  margin: 55px; }

.margin-top-55 {
  margin-top: 55px; }

.margin-bottom-55 {
  margin-bottom: 55px; }

.margin-left-55 {
  margin-left: 55px; }

.margin-right-55 {
  margin-right: 55px; }

.margin-56 {
  margin: 56px; }

.margin-top-56 {
  margin-top: 56px; }

.margin-bottom-56 {
  margin-bottom: 56px; }

.margin-left-56 {
  margin-left: 56px; }

.margin-right-56 {
  margin-right: 56px; }

.margin-57 {
  margin: 57px; }

.margin-top-57 {
  margin-top: 57px; }

.margin-bottom-57 {
  margin-bottom: 57px; }

.margin-left-57 {
  margin-left: 57px; }

.margin-right-57 {
  margin-right: 57px; }

.margin-58 {
  margin: 58px; }

.margin-top-58 {
  margin-top: 58px; }

.margin-bottom-58 {
  margin-bottom: 58px; }

.margin-left-58 {
  margin-left: 58px; }

.margin-right-58 {
  margin-right: 58px; }

.margin-59 {
  margin: 59px; }

.margin-top-59 {
  margin-top: 59px; }

.margin-bottom-59 {
  margin-bottom: 59px; }

.margin-left-59 {
  margin-left: 59px; }

.margin-right-59 {
  margin-right: 59px; }

.margin-60 {
  margin: 60px; }

.margin-top-60 {
  margin-top: 60px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

.margin-left-60 {
  margin-left: 60px; }

.margin-right-60 {
  margin-right: 60px; }

.min-height-0 {
  min-height: 0; }

.min-height-100 {
  min-height: 100px; }

.min-height-200 {
  min-height: 200px; }

.min-height-300 {
  min-height: 300px; }

.min-height-400 {
  min-height: 400px; }

.min-height-500 {
  min-height: 500px; }

.min-height-600 {
  min-height: 600px; }

.height-0 {
  height: 0; }

.height-100 {
  height: 100px; }

.height-200 {
  height: 200px; }

.height-300 {
  height: 300px; }

.height-400 {
  height: 400px; }

.height-500 {
  height: 500px; }

.height-600 {
  height: 600px; }

.width-0 {
  width: 0;
  margin: auto; }

.width-10 {
  width: 10%;
  margin: auto; }

.width-20 {
  width: 20%;
  margin: auto; }

.width-30 {
  width: 30%;
  margin: auto; }

.width-40 {
  width: 40%;
  margin: auto; }

.width-50 {
  width: 50%;
  margin: auto; }

.width-60 {
  width: 60%;
  margin: auto; }

.width-70 {
  width: 70%;
  margin: auto; }

.width-80 {
  width: 80%;
  margin: auto; }

.width-90 {
  width: 90%;
  margin: auto; }

.width-100 {
  width: 100%;
  margin: auto; }

.min-width-0 {
  min-width: 0; }

.min-width-10 {
  min-width: 10px; }

.min-width-20 {
  min-width: 20px; }

.min-width-30 {
  min-width: 30px; }

.min-width-40 {
  min-width: 40px; }

.min-width-50 {
  min-width: 50px; }

.min-width-60 {
  min-width: 60px; }

.padding-0 {
  padding: 0; }

.padding-top-0 {
  padding-top: 0; }

.padding-bottom-0 {
  padding-bottom: 0; }

.padding-left-0 {
  padding-left: 0; }

.padding-right-0 {
  padding-right: 0; }

.padding-1 {
  padding: 1px; }

.padding-top-1 {
  padding-top: 1px; }

.padding-bottom-1 {
  padding-bottom: 1px; }

.padding-left-1 {
  padding-left: 1px; }

.padding-right-1 {
  padding-right: 1px; }

.padding-2 {
  padding: 2px; }

.padding-top-2 {
  padding-top: 2px; }

.padding-bottom-2 {
  padding-bottom: 2px; }

.padding-left-2 {
  padding-left: 2px; }

.padding-right-2 {
  padding-right: 2px; }

.padding-3 {
  padding: 3px; }

.padding-top-3 {
  padding-top: 3px; }

.padding-bottom-3 {
  padding-bottom: 3px; }

.padding-left-3 {
  padding-left: 3px; }

.padding-right-3 {
  padding-right: 3px; }

.padding-4 {
  padding: 4px; }

.padding-top-4 {
  padding-top: 4px; }

.padding-bottom-4 {
  padding-bottom: 4px; }

.padding-left-4 {
  padding-left: 4px; }

.padding-right-4 {
  padding-right: 4px; }

.padding-5 {
  padding: 5px; }

.padding-top-5 {
  padding-top: 5px; }

.padding-bottom-5 {
  padding-bottom: 5px; }

.padding-left-5 {
  padding-left: 5px; }

.padding-right-5 {
  padding-right: 5px; }

.padding-6 {
  padding: 6px; }

.padding-top-6 {
  padding-top: 6px; }

.padding-bottom-6 {
  padding-bottom: 6px; }

.padding-left-6 {
  padding-left: 6px; }

.padding-right-6 {
  padding-right: 6px; }

.padding-7 {
  padding: 7px; }

.padding-top-7 {
  padding-top: 7px; }

.padding-bottom-7 {
  padding-bottom: 7px; }

.padding-left-7 {
  padding-left: 7px; }

.padding-right-7 {
  padding-right: 7px; }

.padding-8 {
  padding: 8px; }

.padding-top-8 {
  padding-top: 8px; }

.padding-bottom-8 {
  padding-bottom: 8px; }

.padding-left-8 {
  padding-left: 8px; }

.padding-right-8 {
  padding-right: 8px; }

.padding-9 {
  padding: 9px; }

.padding-top-9 {
  padding-top: 9px; }

.padding-bottom-9 {
  padding-bottom: 9px; }

.padding-left-9 {
  padding-left: 9px; }

.padding-right-9 {
  padding-right: 9px; }

.padding-10 {
  padding: 10px; }

.padding-top-10 {
  padding-top: 10px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-left-10 {
  padding-left: 10px; }

.padding-right-10 {
  padding-right: 10px; }

.padding-11 {
  padding: 11px; }

.padding-top-11 {
  padding-top: 11px; }

.padding-bottom-11 {
  padding-bottom: 11px; }

.padding-left-11 {
  padding-left: 11px; }

.padding-right-11 {
  padding-right: 11px; }

.padding-12 {
  padding: 12px; }

.padding-top-12 {
  padding-top: 12px; }

.padding-bottom-12 {
  padding-bottom: 12px; }

.padding-left-12 {
  padding-left: 12px; }

.padding-right-12 {
  padding-right: 12px; }

.padding-13 {
  padding: 13px; }

.padding-top-13 {
  padding-top: 13px; }

.padding-bottom-13 {
  padding-bottom: 13px; }

.padding-left-13 {
  padding-left: 13px; }

.padding-right-13 {
  padding-right: 13px; }

.padding-14 {
  padding: 14px; }

.padding-top-14 {
  padding-top: 14px; }

.padding-bottom-14 {
  padding-bottom: 14px; }

.padding-left-14 {
  padding-left: 14px; }

.padding-right-14 {
  padding-right: 14px; }

.padding-15 {
  padding: 15px; }

.padding-top-15 {
  padding-top: 15px; }

.padding-bottom-15 {
  padding-bottom: 15px; }

.padding-left-15 {
  padding-left: 15px; }

.padding-right-15 {
  padding-right: 15px; }

.padding-16 {
  padding: 16px; }

.padding-top-16 {
  padding-top: 16px; }

.padding-bottom-16 {
  padding-bottom: 16px; }

.padding-left-16 {
  padding-left: 16px; }

.padding-right-16 {
  padding-right: 16px; }

.padding-17 {
  padding: 17px; }

.padding-top-17 {
  padding-top: 17px; }

.padding-bottom-17 {
  padding-bottom: 17px; }

.padding-left-17 {
  padding-left: 17px; }

.padding-right-17 {
  padding-right: 17px; }

.padding-18 {
  padding: 18px; }

.padding-top-18 {
  padding-top: 18px; }

.padding-bottom-18 {
  padding-bottom: 18px; }

.padding-left-18 {
  padding-left: 18px; }

.padding-right-18 {
  padding-right: 18px; }

.padding-19 {
  padding: 19px; }

.padding-top-19 {
  padding-top: 19px; }

.padding-bottom-19 {
  padding-bottom: 19px; }

.padding-left-19 {
  padding-left: 19px; }

.padding-right-19 {
  padding-right: 19px; }

.padding-20 {
  padding: 20px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-left-20 {
  padding-left: 20px; }

.padding-right-20 {
  padding-right: 20px; }

.padding-21 {
  padding: 21px; }

.padding-top-21 {
  padding-top: 21px; }

.padding-bottom-21 {
  padding-bottom: 21px; }

.padding-left-21 {
  padding-left: 21px; }

.padding-right-21 {
  padding-right: 21px; }

.padding-22 {
  padding: 22px; }

.padding-top-22 {
  padding-top: 22px; }

.padding-bottom-22 {
  padding-bottom: 22px; }

.padding-left-22 {
  padding-left: 22px; }

.padding-right-22 {
  padding-right: 22px; }

.padding-23 {
  padding: 23px; }

.padding-top-23 {
  padding-top: 23px; }

.padding-bottom-23 {
  padding-bottom: 23px; }

.padding-left-23 {
  padding-left: 23px; }

.padding-right-23 {
  padding-right: 23px; }

.padding-24 {
  padding: 24px; }

.padding-top-24 {
  padding-top: 24px; }

.padding-bottom-24 {
  padding-bottom: 24px; }

.padding-left-24 {
  padding-left: 24px; }

.padding-right-24 {
  padding-right: 24px; }

.padding-25 {
  padding: 25px; }

.padding-top-25 {
  padding-top: 25px; }

.padding-bottom-25 {
  padding-bottom: 25px; }

.padding-left-25 {
  padding-left: 25px; }

.padding-right-25 {
  padding-right: 25px; }

.padding-26 {
  padding: 26px; }

.padding-top-26 {
  padding-top: 26px; }

.padding-bottom-26 {
  padding-bottom: 26px; }

.padding-left-26 {
  padding-left: 26px; }

.padding-right-26 {
  padding-right: 26px; }

.padding-27 {
  padding: 27px; }

.padding-top-27 {
  padding-top: 27px; }

.padding-bottom-27 {
  padding-bottom: 27px; }

.padding-left-27 {
  padding-left: 27px; }

.padding-right-27 {
  padding-right: 27px; }

.padding-28 {
  padding: 28px; }

.padding-top-28 {
  padding-top: 28px; }

.padding-bottom-28 {
  padding-bottom: 28px; }

.padding-left-28 {
  padding-left: 28px; }

.padding-right-28 {
  padding-right: 28px; }

.padding-29 {
  padding: 29px; }

.padding-top-29 {
  padding-top: 29px; }

.padding-bottom-29 {
  padding-bottom: 29px; }

.padding-left-29 {
  padding-left: 29px; }

.padding-right-29 {
  padding-right: 29px; }

.padding-30 {
  padding: 30px; }

.padding-top-30 {
  padding-top: 30px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-left-30 {
  padding-left: 30px; }

.padding-right-30 {
  padding-right: 30px; }

.padding-31 {
  padding: 31px; }

.padding-top-31 {
  padding-top: 31px; }

.padding-bottom-31 {
  padding-bottom: 31px; }

.padding-left-31 {
  padding-left: 31px; }

.padding-right-31 {
  padding-right: 31px; }

.padding-32 {
  padding: 32px; }

.padding-top-32 {
  padding-top: 32px; }

.padding-bottom-32 {
  padding-bottom: 32px; }

.padding-left-32 {
  padding-left: 32px; }

.padding-right-32 {
  padding-right: 32px; }

.padding-33 {
  padding: 33px; }

.padding-top-33 {
  padding-top: 33px; }

.padding-bottom-33 {
  padding-bottom: 33px; }

.padding-left-33 {
  padding-left: 33px; }

.padding-right-33 {
  padding-right: 33px; }

.padding-34 {
  padding: 34px; }

.padding-top-34 {
  padding-top: 34px; }

.padding-bottom-34 {
  padding-bottom: 34px; }

.padding-left-34 {
  padding-left: 34px; }

.padding-right-34 {
  padding-right: 34px; }

.padding-35 {
  padding: 35px; }

.padding-top-35 {
  padding-top: 35px; }

.padding-bottom-35 {
  padding-bottom: 35px; }

.padding-left-35 {
  padding-left: 35px; }

.padding-right-35 {
  padding-right: 35px; }

.padding-36 {
  padding: 36px; }

.padding-top-36 {
  padding-top: 36px; }

.padding-bottom-36 {
  padding-bottom: 36px; }

.padding-left-36 {
  padding-left: 36px; }

.padding-right-36 {
  padding-right: 36px; }

.padding-37 {
  padding: 37px; }

.padding-top-37 {
  padding-top: 37px; }

.padding-bottom-37 {
  padding-bottom: 37px; }

.padding-left-37 {
  padding-left: 37px; }

.padding-right-37 {
  padding-right: 37px; }

.padding-38 {
  padding: 38px; }

.padding-top-38 {
  padding-top: 38px; }

.padding-bottom-38 {
  padding-bottom: 38px; }

.padding-left-38 {
  padding-left: 38px; }

.padding-right-38 {
  padding-right: 38px; }

.padding-39 {
  padding: 39px; }

.padding-top-39 {
  padding-top: 39px; }

.padding-bottom-39 {
  padding-bottom: 39px; }

.padding-left-39 {
  padding-left: 39px; }

.padding-right-39 {
  padding-right: 39px; }

.padding-40 {
  padding: 40px; }

.padding-top-40 {
  padding-top: 40px; }

.padding-bottom-40 {
  padding-bottom: 40px; }

.padding-left-40 {
  padding-left: 40px; }

.padding-right-40 {
  padding-right: 40px; }

.padding-41 {
  padding: 41px; }

.padding-top-41 {
  padding-top: 41px; }

.padding-bottom-41 {
  padding-bottom: 41px; }

.padding-left-41 {
  padding-left: 41px; }

.padding-right-41 {
  padding-right: 41px; }

.padding-42 {
  padding: 42px; }

.padding-top-42 {
  padding-top: 42px; }

.padding-bottom-42 {
  padding-bottom: 42px; }

.padding-left-42 {
  padding-left: 42px; }

.padding-right-42 {
  padding-right: 42px; }

.padding-43 {
  padding: 43px; }

.padding-top-43 {
  padding-top: 43px; }

.padding-bottom-43 {
  padding-bottom: 43px; }

.padding-left-43 {
  padding-left: 43px; }

.padding-right-43 {
  padding-right: 43px; }

.padding-44 {
  padding: 44px; }

.padding-top-44 {
  padding-top: 44px; }

.padding-bottom-44 {
  padding-bottom: 44px; }

.padding-left-44 {
  padding-left: 44px; }

.padding-right-44 {
  padding-right: 44px; }

.padding-45 {
  padding: 45px; }

.padding-top-45 {
  padding-top: 45px; }

.padding-bottom-45 {
  padding-bottom: 45px; }

.padding-left-45 {
  padding-left: 45px; }

.padding-right-45 {
  padding-right: 45px; }

.padding-46 {
  padding: 46px; }

.padding-top-46 {
  padding-top: 46px; }

.padding-bottom-46 {
  padding-bottom: 46px; }

.padding-left-46 {
  padding-left: 46px; }

.padding-right-46 {
  padding-right: 46px; }

.padding-47 {
  padding: 47px; }

.padding-top-47 {
  padding-top: 47px; }

.padding-bottom-47 {
  padding-bottom: 47px; }

.padding-left-47 {
  padding-left: 47px; }

.padding-right-47 {
  padding-right: 47px; }

.padding-48 {
  padding: 48px; }

.padding-top-48 {
  padding-top: 48px; }

.padding-bottom-48 {
  padding-bottom: 48px; }

.padding-left-48 {
  padding-left: 48px; }

.padding-right-48 {
  padding-right: 48px; }

.padding-49 {
  padding: 49px; }

.padding-top-49 {
  padding-top: 49px; }

.padding-bottom-49 {
  padding-bottom: 49px; }

.padding-left-49 {
  padding-left: 49px; }

.padding-right-49 {
  padding-right: 49px; }

.padding-50 {
  padding: 50px; }

.padding-top-50 {
  padding-top: 50px; }

.padding-bottom-50 {
  padding-bottom: 50px; }

.padding-left-50 {
  padding-left: 50px; }

.padding-right-50 {
  padding-right: 50px; }

.top--10 {
  top: -10px !important; }

.bottom--10 {
  bottom: -10px !important; }

.left--10 {
  left: -10px !important; }

.right--10 {
  right: -10px !important; }

.top--9 {
  top: -9px !important; }

.bottom--9 {
  bottom: -9px !important; }

.left--9 {
  left: -9px !important; }

.right--9 {
  right: -9px !important; }

.top--8 {
  top: -8px !important; }

.bottom--8 {
  bottom: -8px !important; }

.left--8 {
  left: -8px !important; }

.right--8 {
  right: -8px !important; }

.top--7 {
  top: -7px !important; }

.bottom--7 {
  bottom: -7px !important; }

.left--7 {
  left: -7px !important; }

.right--7 {
  right: -7px !important; }

.top--6 {
  top: -6px !important; }

.bottom--6 {
  bottom: -6px !important; }

.left--6 {
  left: -6px !important; }

.right--6 {
  right: -6px !important; }

.top--5 {
  top: -5px !important; }

.bottom--5 {
  bottom: -5px !important; }

.left--5 {
  left: -5px !important; }

.right--5 {
  right: -5px !important; }

.top--4 {
  top: -4px !important; }

.bottom--4 {
  bottom: -4px !important; }

.left--4 {
  left: -4px !important; }

.right--4 {
  right: -4px !important; }

.top--3 {
  top: -3px !important; }

.bottom--3 {
  bottom: -3px !important; }

.left--3 {
  left: -3px !important; }

.right--3 {
  right: -3px !important; }

.top--2 {
  top: -2px !important; }

.bottom--2 {
  bottom: -2px !important; }

.left--2 {
  left: -2px !important; }

.right--2 {
  right: -2px !important; }

.top--1 {
  top: -1px !important; }

.bottom--1 {
  bottom: -1px !important; }

.left--1 {
  left: -1px !important; }

.right--1 {
  right: -1px !important; }

.top-0 {
  top: 0 !important; }

.bottom-0 {
  bottom: 0 !important; }

.left-0 {
  left: 0 !important; }

.right-0 {
  right: 0 !important; }

.top-1 {
  top: 1px !important; }

.bottom-1 {
  bottom: 1px !important; }

.left-1 {
  left: 1px !important; }

.right-1 {
  right: 1px !important; }

.top-2 {
  top: 2px !important; }

.bottom-2 {
  bottom: 2px !important; }

.left-2 {
  left: 2px !important; }

.right-2 {
  right: 2px !important; }

.top-3 {
  top: 3px !important; }

.bottom-3 {
  bottom: 3px !important; }

.left-3 {
  left: 3px !important; }

.right-3 {
  right: 3px !important; }

.top-4 {
  top: 4px !important; }

.bottom-4 {
  bottom: 4px !important; }

.left-4 {
  left: 4px !important; }

.right-4 {
  right: 4px !important; }

.top-5 {
  top: 5px !important; }

.bottom-5 {
  bottom: 5px !important; }

.left-5 {
  left: 5px !important; }

.right-5 {
  right: 5px !important; }

.top-6 {
  top: 6px !important; }

.bottom-6 {
  bottom: 6px !important; }

.left-6 {
  left: 6px !important; }

.right-6 {
  right: 6px !important; }

.top-7 {
  top: 7px !important; }

.bottom-7 {
  bottom: 7px !important; }

.left-7 {
  left: 7px !important; }

.right-7 {
  right: 7px !important; }

.top-8 {
  top: 8px !important; }

.bottom-8 {
  bottom: 8px !important; }

.left-8 {
  left: 8px !important; }

.right-8 {
  right: 8px !important; }

.top-9 {
  top: 9px !important; }

.bottom-9 {
  bottom: 9px !important; }

.left-9 {
  left: 9px !important; }

.right-9 {
  right: 9px !important; }

.top-10 {
  top: 10px !important; }

.bottom-10 {
  bottom: 10px !important; }

.left-10 {
  left: 10px !important; }

.right-10 {
  right: 10px !important; }

.line-height-0 {
  line-height: 0; }

.line-height-10 {
  line-height: 10px; }

.line-height-20 {
  line-height: 20px; }

.line-height-40 {
  line-height: 40px; }

.line-height-50 {
  line-height: 50px; }

.line-height-60 {
  line-height: 60px; }

.font-size-0 {
  font-size: 0 !important; }

.font-size-10 {
  font-size: 10px !important; }

.font-size-20 {
  font-size: 20px !important; }

.font-size-30 {
  font-size: 30px !important; }

.font-size-40 {
  font-size: 40px !important; }

.font-size-50 {
  font-size: 50px !important; }

.font-size-60 {
  font-size: 60px !important; }

.font-size-70 {
  font-size: 70px !important; }

.font-size-80 {
  font-size: 80px !important; }

.font-size-90 {
  font-size: 90px !important; }

.font-size-100 {
  font-size: 100px !important; }

.font-size-110 {
  font-size: 110px !important; }

.font-size-120 {
  font-size: 120px !important; }

.font-size-130 {
  font-size: 130px !important; }

.font-size-140 {
  font-size: 140px !important; }

.font-size-150 {
  font-size: 150px !important; }

.font-size-160 {
  font-size: 160px !important; }

.font-size-170 {
  font-size: 170px !important; }

.font-size-180 {
  font-size: 180px !important; }

.font-size-190 {
  font-size: 190px !important; }

.font-size-200 {
  font-size: 200px !important; }

.font-size-210 {
  font-size: 210px !important; }

.font-size-220 {
  font-size: 220px !important; }

.font-size-230 {
  font-size: 230px !important; }

.font-size-240 {
  font-size: 240px !important; }

.font-size-250 {
  font-size: 250px !important; }

.font-size-260 {
  font-size: 260px !important; }

.font-size-270 {
  font-size: 270px !important; }

.font-size-280 {
  font-size: 280px !important; }

.font-size-290 {
  font-size: 290px !important; }

.font-size-300 {
  font-size: 300px !important; }

.font-size-310 {
  font-size: 310px !important; }

.font-size-320 {
  font-size: 320px !important; }

.font-size-330 {
  font-size: 330px !important; }

.font-size-340 {
  font-size: 340px !important; }

.font-size-350 {
  font-size: 350px !important; }

.font-size-360 {
  font-size: 360px !important; }

.font-size-370 {
  font-size: 370px !important; }

.font-size-380 {
  font-size: 380px !important; }

.font-size-390 {
  font-size: 390px !important; }

.font-size-400 {
  font-size: 400px !important; }

.font-size-410 {
  font-size: 410px !important; }

.font-size-420 {
  font-size: 420px !important; }

.font-size-430 {
  font-size: 430px !important; }

.font-size-440 {
  font-size: 440px !important; }

.font-size-450 {
  font-size: 450px !important; }

.font-size-460 {
  font-size: 460px !important; }

.font-size-470 {
  font-size: 470px !important; }

.font-size-480 {
  font-size: 480px !important; }

.font-size-490 {
  font-size: 490px !important; }

.font-size-500 {
  font-size: 500px !important; }

.fw-100 {
  font-weight: 100 !important; }

.fw-200 {
  font-weight: 200 !important; }

.fw-300 {
  font-weight: 300 !important; }

.fw-400 {
  font-weight: 400 !important; }

.fw-500 {
  font-weight: 500 !important; }

.fw-600 {
  font-weight: 600 !important; }

.fw-700 {
  font-weight: 700 !important; }

.fw-800 {
  font-weight: 800 !important; }

.fw-900 {
  font-weight: 900 !important; }

.fw-1000 {
  font-weight: 1000 !important; }

.letter-spacing-3 {
  letter-spacing: -3px !important; }

.hasborder {
  border: 1px solid #e7e7e7 !important; }

.noborder {
  border: 1px solid transparent !important; }

.border-top {
  border-top: 1px solid #e7e7e7 !important;
  margin-top: 2px; }

.text-yellow {
  color: #f0dc23; }

.line-height-30 {
  line-height: 30px; }

.bg-none {
  background: transparent !important; }

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
.no-space-row .kc_column,.no-space-row .row {
  margin: 0; }

.no-space-row [class*=col-],.no-space-row [class*=kc_col-],.no-space-row [class^=col-],.no-space-row [class^=kc_col-] {
  padding: 0; }

.no-padding {
  margin: 0 !important;
  padding: 0 !important; }

.bg-white {
  background: #fff; }

.bg-primary {
  background: #30adc5; }

.box-shadow {
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.11);
  box-shadow: 0 0 4px 0 rgba(0,0,0,.11);
  background: #fff; }

.btn {
  text-transform: uppercase;
  font-weight: 500; }
  .btn:hover {
    -webkit-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s; }

.theme-color-default {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
  .open .theme-color-default.dropdown-toggle,.theme-color-default.active,.theme-color-default:active,.theme-color-default:focus,.theme-color-default:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .open .theme-color-default.dropdown-toggle,.theme-color-default.active,.theme-color-default:active {
    background-image: none; }
  .theme-color-default.disabled,.theme-color-default.disabled.active,.theme-color-default.disabled:active,.theme-color-default.disabled:focus,.theme-color-default.disabled:hover,.theme-color-default[disabled],.theme-color-default[disabled].active,.theme-color-default[disabled]:active,.theme-color-default[disabled]:focus,.theme-color-default[disabled]:hover,fieldset[disabled] .theme-color-default,fieldset[disabled] .theme-color-default.active,fieldset[disabled] .theme-color-default:active,fieldset[disabled] .theme-color-default:focus,fieldset[disabled] .theme-color-default:hover {
    background-color: #fff;
    border-color: #fff; }
  .theme-color-default .badge {
    color: #fff;
    background-color: #000; }

.btn-outline-light {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }
  .btn-outline-light.active,.btn-outline-light:active,.btn-outline-light:focus,.btn-outline-light:hover,.open .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-light.active,.btn-outline-light:active,.open .btn-outline-light.dropdown-toggle {
    background-image: none; }
  .btn-outline-light.disabled,.btn-outline-light.disabled.active,.btn-outline-light.disabled:active,.btn-outline-light.disabled:focus,.btn-outline-light.disabled:hover,.btn-outline-light[disabled],.btn-outline-light[disabled].active,.btn-outline-light[disabled]:active,.btn-outline-light[disabled]:focus,.btn-outline-light[disabled]:hover,fieldset[disabled] .btn-outline-light,fieldset[disabled] .btn-outline-light.active,fieldset[disabled] .btn-outline-light:active,fieldset[disabled] .btn-outline-light:focus,fieldset[disabled] .btn-outline-light:hover {
    background-color: transparent;
    border-color: #fff; }
  .btn-outline-light .badge {
    color: transparent;
    background-color: #fff; }

.btn-light {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
  .btn-light.focus,.btn-light:focus {
    color: #000;
    background-color: #e6e6e6;
    border-color: #bfbfbf; }
  .btn-light.active,.btn-light:active,.btn-light:hover,.open>.btn-light.dropdown-toggle {
    color: #000;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
    .btn-light.active.focus,.btn-light.active:focus,.btn-light.active:hover,.btn-light:active.focus,.btn-light:active:focus,.btn-light:active:hover,.open>.btn-light.dropdown-toggle.focus,.open>.btn-light.dropdown-toggle:focus,.open>.btn-light.dropdown-toggle:hover {
      color: #000;
      background-color: #d4d4d4;
      border-color: #bfbfbf; }
  .btn-light.active,.btn-light:active,.open>.btn-light.dropdown-toggle {
    background-image: none; }
  .btn-light.disabled,.btn-light.disabled.active,.btn-light.disabled.focus,.btn-light.disabled:active,.btn-light.disabled:focus,.btn-light.disabled:hover,.btn-light[disabled],.btn-light[disabled].active,.btn-light[disabled].focus,.btn-light[disabled]:active,.btn-light[disabled]:focus,.btn-light[disabled]:hover,fieldset[disabled] .btn-light,fieldset[disabled] .btn-light.active,fieldset[disabled] .btn-light.focus,fieldset[disabled] .btn-light:active,fieldset[disabled] .btn-light:focus,fieldset[disabled] .btn-light:hover {
    background-color: #fff;
    border-color: #fff; }
  .btn-light .badge {
    color: #fff;
    background-color: #000; }
  .btn-light.btn-inverse {
    color: #000; }

.btn-inverse-light {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
  .btn-inverse-light.active,.btn-inverse-light:active,.btn-inverse-light:focus,.btn-inverse-light:hover,.open .btn-inverse-light.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }
  .btn-inverse-light.active,.btn-inverse-light:active,.open .btn-inverse-light.dropdown-toggle {
    background-image: none; }
  .btn-inverse-light.disabled,.btn-inverse-light.disabled.active,.btn-inverse-light.disabled:active,.btn-inverse-light.disabled:focus,.btn-inverse-light.disabled:hover,.btn-inverse-light[disabled],.btn-inverse-light[disabled].active,.btn-inverse-light[disabled]:active,.btn-inverse-light[disabled]:focus,.btn-inverse-light[disabled]:hover,fieldset[disabled] .btn-inverse-light,fieldset[disabled] .btn-inverse-light.active,fieldset[disabled] .btn-inverse-light:active,fieldset[disabled] .btn-inverse-light:focus,fieldset[disabled] .btn-inverse-light:hover {
    background-color: #fff;
    border-color: #fff; }
  .btn-inverse-light .badge {
    color: #fff;
    background-color: #000; }

.btn-outline {
  background: transparent; }
  .btn-outline.btn-default {
    color: #000; }
  .btn-outline.btn-default:hover,.btn-outline.btn-light {
    color: #fff; }
    .btn-outline.btn-light:hover {
      color: #000; }
  .btn-outline.btn-primary {
    color: #30adc5; }
    .btn-outline.btn-primary:hover {
      color: #fff; }
  .btn-outline.btn-success {
    color: #62bc6f; }
    .btn-outline.btn-success:hover {
      color: #fff; }
  .btn-outline.btn-info {
    color: #549dde; }
    .btn-outline.btn-info:hover {
      color: #fff; }
  .btn-outline.btn-danger {
    color: #e56363; }
    .btn-outline.btn-danger:hover {
      color: #fff; }
  .btn-outline.btn-warning {
    color: #ffbe3f; }
    .btn-outline.btn-warning:hover {
      color: #fff; }

.btn-inverse.btn-default:hover {
  color: #000;
  background: transparent; }

.btn-inverse.btn-light:hover {
  color: #fff;
  background: transparent; }

.btn-inverse.btn-primary:hover {
  color: #30adc5;
  background: transparent; }

.btn-inverse.btn-success:hover {
  color: #62bc6f;
  background: transparent; }

.btn-inverse.btn-info:hover {
  color: #549dde;
  background: transparent; }

.btn-inverse.btn-danger:hover {
  color: #e56363;
  background: transparent; }

.btn-inverse.btn-warning:hover {
  color: #ffbe3f;
  background: transparent; }

.btn-3d {
  border: 0 none;
  box-shadow: inset 0 -5px 0 0 rgba(0,0,0,.15); }

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  background: transparent; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translateZ(0); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100% !important;
  direction: ltr !important; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  -ms-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item {
  float: left;
  padding: 0 20px; }

.owl-controls .owl-buttons div,.owl-controls .owl-page {
  cursor: pointer; }

.owl-controls .owl-buttons div {
  position: absolute; }

.owl-controls .owl-buttons .owl-prev {
  left: 10px;
  top: 50%; }

.owl-controls .owl-buttons .owl-next {
  right: 10px;
  top: 50%; }

/* mouse grab icon */
/* fix */
.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

/* OpenCart Code */
.owl-carousel {
  margin: 0; }

.owl-carousel .owl-buttons div {
  background: transparent;
  color: transparent;
  font-size: 40px;
  opacity: 0;
  top: 50%;
  transition: all .3s ease;
  z-index: 99;
  text-indent: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .owl-carousel .owl-buttons div:before {
    color: #30adc5;
    font-family: FontAwesome;
    left: 0;
    line-height: 46px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0; }
  .owl-carousel .owl-buttons div.owl-prev:before {
    content: "\f104"; }
  .owl-carousel .owl-buttons div.owl-next:before {
    content: "\f105"; }

.owl-carousel:hover .owl-buttons div {
  opacity: .7; }

.owl-carousel .owl-buttons div:hover:before {
  color: #999; }

.owl-carousel .owl-buttons div i {
  font-size: 40px;
  margin: -20px 0 0; }

.owl-carousel .owl-buttons .owl-prev {
  left: -100px; }
  .owl-carousel .owl-buttons .owl-prev i {
    display: none; }

.owl-carousel .owl-buttons .owl-next {
  right: -100px; }
  .owl-carousel .owl-buttons .owl-next i {
    display: none; }

.owl-carousel:hover .owl-buttons .owl-prev {
  left: -70px; }

.owl-carousel:hover .owl-buttons .owl-next {
  right: -70px; }

.owl-pagination {
  margin-top: 30px;
  position: relative;
  text-align: center;
  top: 0; }

.owl-controls .owl-page {
  display: inline-block;
  margin: 0 6px; }

.owl-controls .owl-page span {
  background: #444;
  border-radius: 30px;
  display: block;
  opacity: .8;
  width: 12px;
  height: 12px; }

.owl-controls .owl-page.active {
  position: relative; }

.owl-controls .owl-page.active span {
  background: #999;
  opacity: 1; }

.owl-carousel-play {
  position: relative;
  margin-left: -20px;
  margin-right: -20px; }

.owl-carousel-play .carousel-control {
  opacity: 0;
  z-index: 1;
  right: 0;
  top: 35%;
  line-height: 32px;
  position: absolute;
  -webkit-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
  color: #30adc5; }
  .owl-carousel-play .carousel-control.left {
    left: -50px; }
  .owl-carousel-play .carousel-control.right {
    right: -50px;
    left: auto; }
  .owl-carousel-play .carousel-control.carousel-center {
    top: 50%; }

.owl-carousel-play:hover .carousel-control {
  opacity: 1; }
  .owl-carousel-play:hover .carousel-control.left {
    left: -30px; }
  .owl-carousel-play:hover .carousel-control.right {
    right: -30px; }
  .owl-carousel-play:hover .carousel-control:hover {
    color: #fff; }

.carousel-md {
  width: 44px;
  height: 44px;
  line-height: 44px; }

.carousel-sm {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px; }

/*Font Weight*/
.fweight-100 {
  font-weight: 100 !important; }

.fweight-200 {
  font-weight: 200 !important; }

.fweight-300 {
  font-weight: 300 !important; }

.fweight-400 {
  font-weight: 400 !important; }

.fweight-500 {
  font-weight: 500 !important; }

.fweight-600 {
  font-weight: 600 !important; }

.fweight-700 {
  font-weight: 700 !important; }

.fweight-800 {
  font-weight: 800 !important; }

.text-big-1 {
  font-size: 16px; }

.text-big-2 {
  font-size: 24px;
  font-weight: 600; }

.text-big-3 {
  font-size: 48px; }

.text-purple {
  color: #6c58bd !important; }

.text-red {
  color: #c32322 !important; }

.text-red-1 {
  color: red !important; }

.text-orange {
  color: #f66000 !important; }

.text-hover {
  color: #30adc5 !important; }

.text-gray {
  color: #999 !important; }

.text-black {
  color: #000 !important; }

.text-light,.text-white {
  color: #fff !important; }

.text-darker {
  color: #333 !important; }

.initialism,.text-uppercase {
  text-transform: uppercase; }

/*Radius
------------------------------------*/
.radius-0 {
  border-radius: 0 !important; }

.radius-x {
  border-radius: 50% !important; }

.radius-1x {
  border-radius: 10px !important; }

.radius-2x {
  border-radius: 20px !important; }

.radius-3x {
  border-radius: 30px !important; }

.radius-4x {
  border-radius: 40px !important; }

.radius-5x {
  border-radius: 5px !important; }

.radius-6x {
  border-radius: 3px !important; }

/**
 * Menu
 */
ul.menu {
  padding: 0;
  margin: 0; }
  ul.menu li {
    list-style: none; }

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px; }

/****/
.testimonial-collection {
  background: url(../images/bg-testimonial.png) no-repeat 50%; }
  .testimonial-collection .owl-controls .owl-page span {
    background: #716c97; }
  .testimonial-collection .owl-controls .owl-page.active span {
    background: #999; }

.testimonials .testimonials-avatar {
  margin-right: 20px;
  float: left; }

.testimonials .testimonials-body {
  float: left;
  text-align: left; }

.testimonials img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block; }

.testimonials .testimonials-name {
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  font-family: 'Open Sans',sans-serif;
  margin-top: 30px;
  margin-bottom: 5px;
  padding-top: 5px;
  text-transform: uppercase; }

.testimonials .job {
  font-size: 14px;
  color: #999; }

.testimonials .job,.testimonials .testimonials-description {
  font-weight: 300; }

.testimonial-default .testimonials {
  border: 1px solid #e7e7e7;
  padding: 20px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  position: relative; }
  .testimonial-default .testimonials:before {
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 36px;
    line-height: 36px;
    color: #ebebeb;
    right: -2px;
    top: -5px;
    position: absolute; }

.testimonial-default .testimonials-description {
  margin-top: 20px;
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
  font-size: 14px;
  line-height: 24px;
  clear: both; }

.testimonial-v1 {
  width: 85%;
  margin: auto; }
  .testimonial-v1 .testimonials-description {
    font-size: 24px;
    color: #000;
    font-family: 'Times New Roman',Helvetica,Arial,sans-serif;
    text-align: center;
    line-height: 36px;
    position: relative; }
  .testimonial-v1 .testimonials-body {
    text-align: center; }
  .testimonial-v1 .testimonials-avatar {
    float: none;
    margin: 0; }
  .testimonial-v1 .testimonials-name {
    color: #000; }
  .testimonial-v1 .inner {
    text-align: center; }
  .testimonial-v1 .testimonials-profile {
    display: inline-block;
    margin-top: 30px; }

.testimonial-list .item+.item {
  margin-top: 30px; }

/** SOCIAL ICONS ***/
.bo-social-icons [class^=bo-social-] {
  color: #000;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  line-height: 30px;
  width: 30px;
  height: 30px;
  background: transparent;
  transition: all .2s ease-out 0s; }
  .bo-social-icons [class^=bo-social-]:hover {
    color: #30adc5; }

.bo-social-icons .bo-social-white {
  color: #000; }

.bo-social-icons .bo-social-outline {
  background: transparent;
  color: #000; }

.bo-social-icons .bo-social-outline-light {
  background: transparent;
  color: #fff;
  border: 1px solid #fff; }
  .bo-social-icons .bo-social-outline-light:hover {
    background: #fff;
    color: #000;
    border-color: #000; }

.bo-social-icons:first-child [class*=bo-social-] {
  margin-top: 0; }

.bo-social-icons:last-child [class*=bo-social-] {
  margin-bottom: 0; }

.bo-social-icons.bo-sicolor [class*=bo-social-] {
  color: #000; }
  .bo-social-icons.bo-sicolor [class*=bo-social-]:hover {
    color: #30adc5;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }

/* .bo-sicolor{

    .bo-social-twitter{background: #00bdec;} .bo-social-twitter:hover{background: #000000;}
    .bo-social-dribbble{background: #ef5b92;} .bo-social-dribbble:hover{background: #000000;}
    .bo-social-facebook{background: #3b5998;} .bo-social-facebook:hover{background: #000000;}
    .bo-social-duckduckgo{background: #de3100;} .bo-social-duckduckgo:hover{background: #000000;}
    .bo-social-aim{background: #158799;} .bo-social-aim:hover{background: #000000;}
    .bo-social-delicious{background: #183864;} .bo-social-delicious:hover{background: #000000;}
    .bo-social-paypal{background: #32689a;} .bo-social-paypal:hover{background: #000000;}
    .bo-social-android{background: #8ab733;} .bo-social-android:hover{background: #000000;}
    .bo-social-gplus{background: #d94a39;} .bo-social-gplus:hover{background: #000000;}
    .bo-social-lanyrd{background: #3879ba;} .bo-social-lanyrd:hover{background: #000000;}
    .bo-social-stumbleupon{background: #ea4b24;} .bo-social-stumbleupon:hover{background: #000000;}
    .bo-social-fivehundredpx{background: #00a6e1;} .bo-social-fivehundredpx:hover{background: #000000;}
    .bo-social-pinterest{background: #b8242a;} .bo-social-pinterest:hover{background: #000000;}
    .bo-social-bitcoin{background: #f7931a;} .bo-social-bitcoin:hover{background: #000000;}
    .bo-social-w3c{background: #005a9c;} .bo-social-w3c:hover{background: #000000;}
    .bo-social-foursquare{background: #3bb7e8;} .bo-social-foursquare:hover{background: #000000;}
    .bo-social-html5{background: #e44e26;} .bo-social-html5:hover{background: #000000;}
    .bo-social-ie{background: #00ccff;} .bo-social-ie:hover{background: #000000;}
    .bo-social-grooveshark{background: #f66f00;} .bo-social-grooveshark:hover{background: #000000;}
    .bo-social-ninetyninedesigns{background: #ff5501;} .bo-social-ninetyninedesigns:hover{background: #000000;}
    .bo-social-forrst{background: #223f17;} .bo-social-forrst:hover{background: #000000;}
    .bo-social-spotify{background: #8fbd05;} .bo-social-spotify:hover{background: #000000;}
    .bo-social-reddit{background: #ff4500;} .bo-social-reddit:hover{background: #000000;}
    .bo-social-gowalla{background: #f6911d;} .bo-social-gowalla:hover{background: #000000;}
    .bo-social-apple{background: #5f5f5f;} .bo-social-apple:hover{background: #000000;}
    .bo-social-blogger{background: #fb9241;} .bo-social-blogger:hover{background: #000000;}
    .bo-social-cc{background: #5e7c00;} .bo-social-cc:hover{background: #000000;}
    .bo-social-evernote{background: #61b239;} .bo-social-evernote:hover{background: #000000;}
    .bo-social-flickr{background: #ff0084;} .bo-social-flickr:hover{background: #000000;}
    .bo-social-google{background: #d94a39;} .bo-social-google:hover{background: #000000;}
    .bo-social-viadeo{background: #f5a433;} .bo-social-viadeo:hover{background: #000000;}
    .bo-social-instapaper{background: #eaec08;} .bo-social-instapaper:hover{background: #000000;}
    .bo-social-klout{background: #e34600;} .bo-social-klout:hover{background: #000000;}
    .bo-social-linkedin{background: #1b92bd;} .bo-social-linkedin:hover{background: #000000;}
    .bo-social-meetup{background: #e51938;} .bo-social-meetup:hover{background: #000000;}
    .bo-social-vk{background: #587da4;} .bo-social-vk:hover{background: #000000;}
    .bo-social-disqus{background: #2e9fff;} .bo-social-disqus:hover{background: #000000;}
    .bo-social-rss{background: #ff7f00;} .bo-social-rss:hover{background: #000000;}
    .bo-social-skype{background: #18b7f1;} .bo-social-skype:hover{background: #000000;}
    .bo-social-youtube{background: #c4302b;} .bo-social-youtube:hover{background: #000000;}
    .bo-social-vimeo{background: #01557a;} .bo-social-vimeo:hover{background: #000000;}
    .bo-social-windows{background: #00ccff;} .bo-social-windows:hover{background: #000000;}
    .bo-social-xing{background: #036567;} .bo-social-xing:hover{background: #000000;}
    .bo-social-yahoo{background: #61399d;} .bo-social-yahoo:hover{background: #000000;}
    .bo-social-chrome{background: #58b947;} .bo-social-chrome:hover{background: #000000;}
    .bo-social-macstore{background: #6e6e6e;} .bo-social-macstore:hover{background: #000000;}
    .bo-social-amazon{background: #ff9900;} .bo-social-amazon:hover{background: #000000;}
    .bo-social-steam{background: #a5a4a1;} .bo-social-steam:hover{background: #000000;}
    .bo-social-dropbox{background: #7ab6ec;} .bo-social-dropbox:hover{background: #000000;}
    .bo-social-cloudapp{background: #489dde;} .bo-social-cloudapp:hover{background: #000000;}
    .bo-social-ebay{background: #86b817;} .bo-social-ebay:hover{background: #000000;}
    .bo-social-github{background: #667F8E;} .bo-social-github:hover{background: #000000;}
    .bo-social-googleplay{background: #5befd0;} .bo-social-googleplay:hover{background: #000000;}
    .bo-social-itunes{background: #177ac8;} .bo-social-itunes:hover{background: #000000;}
    .bo-social-plurk{background: #a73d07;} .bo-social-plurk:hover{background: #000000;}
    .bo-social-songkick{background: #f80046;} .bo-social-songkick:hover{background: #000000;}
    .bo-social-lastfm{background: #c60e16;} .bo-social-lastfm:hover{background: #000000;}
    .bo-social-gmail{background: #e04a3f;} .bo-social-gmail:hover{background: #000000;}
    .bo-social-pinboard{background: #224cf4;} .bo-social-pinboard:hover{background: #000000;}
    .bo-social-openid{background: #be661b;} .bo-social-openid:hover{background: #000000;}
    .bo-social-quora{background: #c41a00;} .bo-social-quora:hover{background: #000000;}
    .bo-social-soundcloud{background: #ff5c00;} .bo-social-soundcloud:hover{background: #000000;}
    .bo-social-tumblr{background: #395874;} .bo-social-tumblr:hover{background: #000000;}
    .bo-social-eventasaurus{background: #b9f15e;} .bo-social-eventasaurus:hover{background: #000000;}
    .bo-social-wordpress{background: #464646;} .bo-social-wordpress:hover{background: #000000;}
    .bo-social-yelp{background: #c41200;} .bo-social-yelp:hover{background: #000000;}
    .bo-social-intensedebate{background: #00aeef;} .bo-social-intensedebate:hover{background: #000000;}
    .bo-social-eventbrite{background: #ff6c00;} .bo-social-eventbrite:hover{background: #000000;}
    .bo-social-scribd{background: #002939;} .bo-social-scribd:hover{background: #000000;}
    .bo-social-posterous{background: #f8d667;} .bo-social-posterous:hover{background: #000000;}
    .bo-social-stripe{background: #617ee8;} .bo-social-stripe:hover{background: #000000;}
    .bo-social-opentable{background: #990000;} .bo-social-opentable:hover{background: #000000;}
    .bo-social-instagram{background: #4c799f;} .bo-social-instagram:hover{background: #000000;}
    .bo-social-dwolla{background: #ff7404;} .bo-social-dwolla:hover{background: #000000;}
    .bo-social-appnet{background: #1e0c29;} .bo-social-appnet:hover{background: #000000;}
    .bo-social-statusnet{background: #fb6104;} .bo-social-statusnet:hover{background: #000000;}
    .bo-social-acrobat{background: #ff0000;} .bo-social-acrobat:hover{background: #000000;}
    .bo-social-drupal{background: #007dc3;} .bo-social-drupal:hover{background: #000000;}
    .bo-social-pocket{background: #ee4056;} .bo-social-pocket:hover{background: #000000;}
    .bo-social-bitbucket{background: #205081;} .bo-social-bitbucket:hover{background: #000000;}
    .bo-social-flattr{background: #fbbc23;} .bo-social-flattr:hover{background: #000000;}
    .bo-social-eventful{background: #0066cc;} .bo-social-eventful:hover{background: #000000;}
    .bo-social-smashmag{background: #d6231c;} .bo-social-smashmag:hover{background: #000000;}
    .bo-social-wordpress{background: #1e8cbe;} .bo-social-wordpress:hover{background: #000000;}
    .bo-social-calendar{background: #ff0000;} .bo-social-calendar:hover{background: #000000;}
    .bo-social-call{background: #04be3d;} .bo-social-call:hover{background: #000000;}
    .bo-social-guest{background: #03a9d2;} .bo-social-guest:hover{background: #000000;}
    .bo-social-weibo{background: #fd0000;} .bo-social-weibo:hover{background: #000000;}
    .bo-social-plancast{background: #e4b82c;} .bo-social-plancast:hover{background: #000000;}
    .bo-social-envelope{background: blue} .bo-social-envelope:hover{background: #000000;}
    .bo-social-myspace{background: #2068b0;} .bo-social-myspace:hover{background: #000000;}
    .bo-social-podcast{background: #f38b36} .bo-social-podcast:hover{background: #000000;}
    .bo-social-cart{background: #00a204;} .bo-social-cart:hover{background: #000000;}
} */
/* --- SCSS For Typography --- */
.dropcap {
  color: #000;
  float: left;
  font-weight: 800;
  line-height: 48px;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  padding: 3px 10px 2px;
  text-transform: uppercase;
  text-align: center;
  font-size: 48px; }
  .dropcap.dropcap-v2 {
    color: #fff;
    background: #30adc5; }
  .dropcap.dropcap-info {
    background: #549dde; }
  .dropcap.dropcap-danger {
    background: #e56363; }
  .dropcap.dropcap-success {
    background: #62bc6f; }
  .dropcap.dropcap-warning {
    background: #ffbe3f; }

blockquote {
  position: relative;
  font-weight: 300;
  font-style: italic;
  line-height: 40px;
  padding: 30px 40px;
  margin: 30px 0;
  color: #000;
  font-size: 24px;
  border-width: 0 0 0 5px;
  border-color: #e7e7e7;
  border-style: solid;
  border-left-color: #30adc5; }
  blockquote.blockquote-left i {
    left: 17px;
    margin-right: 10px; }
  blockquote.blockquote-right {
    border-left: none;
    border-right: 2px solid #30adc5;
    padding-left: 30px;
    padding-right: 20px;
    text-align: right; }
    blockquote.blockquote-right i {
      right: 17px;
      margin-left: 10px; }
    blockquote.blockquote-right .blockquote-in {
      margin-right: 45px; }
  blockquote.blockquote-brd {
    padding: 15px;
    border: 1px solid #ccc; }
    blockquote.blockquote-brd i {
      color: #000;
      top: 30px;
      left: 25px;
      position: absolute; }
    blockquote.blockquote-brd .blockquote-in {
      margin-left: 45px; }
  blockquote.blockquote-info {
    border-color: #549dde; }
  blockquote.blockquote-danger {
    border-color: #e56363; }
  blockquote.blockquote-success {
    border-color: #62bc6f; }
  blockquote.blockquote-warning {
    border-color: #ffbe3f; }
  blockquote.border {
    border: 1px solid #ddd; }

ul.list-inline i {
  padding-right: 10px;
  padding-right: 5px;
}

ul.list {
  font-size: 14px; }
  ul.list i {
    padding-right: 10px; }
  ul.list li {
    padding: 10px 0;
    display: block;
    line-height: normal; }
  ul.list.list-border li {
    border-bottom: 1px solid #e5e5e5; }
  ul.list.list-light li a,ul.list.list-light li i {
    color: #fff; }
  ul.list.list-style-circle li,ul.list.list-style-disc li {
    position: relative;
    padding-left: 20px; }
    ul.list.list-style-circle li:before,ul.list.list-style-disc li:before {
      font-family: FontAwesome;
      font-size: 10px;
      left: 0;
      position: absolute;
      top: 15px; }
  ul.list.list-style-circle.list-light li:before,ul.list.list-style-disc.list-light li:before {
    color: #fff; }
  ul.list.list-style-circle li:before {
    content: "\f10c"; }
  ul.list.list-style-disc li:before {
    content: "\f111"; }
  ul.list.list-style-square li {
    position: relative;
    padding-left: 20px; }
    ul.list.list-style-square li:before {
      content: "";
      top: 20px;
      left: 0;
      position: absolute;
      width: 6px;
      height: 6px;
      background-color: #666; }
  ul.list.list-style-square.list-light li:before {
    color: #fff; }
  ul.list.list-style-number {
    counter-reset: a;
    list-style: outside none decimal; }
    ul.list.list-style-number li {
      display: block;
      padding-left: 25px; }
      ul.list.list-style-number li:before {
        content: counter(a,decimal);
        counter-increment: a;
        left: 15px;
        position: absolute; }
    ul.list.list-style-number.list-light li:before {
      color: #fff; }
  ul.list.list-v1 {
    background: #f7f7f7; }
    ul.list.list-v1 li+li {
      border-top: 1px solid #ebebeb; }
    ul.list.list-v1 i {
      font-size: 12px; }
    ul.list.list-v1 a {
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase; }
    ul.list.list-v1 li {
      padding: 10px 20px; }
      ul.list.list-v1 li:hover {
        background: #000; }
        ul.list.list-v1 li:hover a {
          color: #30adc5; }
  ul.list.no-padding li {
    padding: 0; }

/* --- SCSS For Counters --- */
.pricing {
  text-align: center; }
  .pricing ul {
    padding-left: 0;
    padding-right: 0; }
    .pricing ul li {
      list-style: none; }
  .pricing.pricing-v1 {
    background: #fff;
    border: 3px solid #313131; }
    .pricing.pricing-v1 .pricing-header>* {
      font-family: monospace,monospace; }
    .pricing.pricing-v1 .plan-title {
      font-size: 24px;
      text-transform: uppercase;
      font-weight: 300;
      margin: 0;
      padding: 30px 0;
      background: #313131;
      color: #fff; }
    .pricing.pricing-v1 .plan-figure {
      font-size: 48px;
      font-weight: 700;
      color: #000; }
    .pricing.pricing-v1 .plan-price {
      font-size: 16px;
      border-bottom: 2px solid #e7e7e7;
      line-height: 1;
      padding: 25px 0; }
      .pricing.pricing-v1 .plan-price p {
        margin: 0; }
    .pricing.pricing-v1 .plan-currency {
      font-size: 30px;
      font-weight: 700;
      color: #000;
      position: relative;
      top: -15px; }
    .pricing.pricing-v1 .plain-info {
      padding: 20px; }
      .pricing.pricing-v1 .plain-info li {
        font-size: 16px;
        color: #555;
        font-weight: 400;
        padding: 15px 0; }
    .pricing.pricing-v1 .pricing-footer {
      padding: 0 20px 40px; }
    .pricing.pricing-v1.pricing-highlight {
      border-color: #30adc5 !important; }
  .pricing.pricing-v2 {
    background: #fff; }
    .pricing.pricing-v2 .plan-title {
      color: #000;
      font-size: 24px;
      text-transform: uppercase;
      font-weight: 300;
      margin: 0;
      padding: 30px 0; }
    .pricing.pricing-v2 .plan-price {
      background: #30adc5;
      margin: 0 -10px;
      position: relative;
      height: 100px; }
      .pricing.pricing-v2 .plan-price .plan-price-body {
        background: #30adc5;
        margin: 0 auto;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: -15px;
        right: 0;
        color: #fff;
        width: 130px;
        height: 130px; }
      .pricing.pricing-v2 .plan-price .plan-figure {
        font-size: 48px;
        font-weight: 300; }
      .pricing.pricing-v2 .plan-price .plan-currency {
        font-size: 30px;
        font-weight: 300; }
    .pricing.pricing-v2 .plain-info {
      padding: 20px; }
      .pricing.pricing-v2 .plain-info li {
        color: #000;
        line-height: 62px;
        border-bottom: 1px dashed #c8c8c8; }
    .pricing.pricing-v2 .pricing-footer {
      padding: 0 20px 40px; }
    .pricing.pricing-v2.pricing-highlight .plan-title {
      background: #fff;
      color: #000; }
    .pricing.pricing-v2.pricing-highlight .plan-price-body {
      background: #30adc5;
      color: #fff; }
    .pricing.pricing-v2.pricing-highlight .btn-block {
      background: #30adc5;
      border-color: #30adc5; }
      .pricing.pricing-v2.pricing-highlight .btn-block:active,.pricing.pricing-v2.pricing-highlight .btn-block:focus,.pricing.pricing-v2.pricing-highlight .btn-block:hover {
        background: none;
        color: #30adc5; }
  .pricing.pricing-v3 {
    background: #fff;
    border: 1px solid #e6e8ed; }
    .pricing.pricing-v3:hover {
      background: #f5f6fa;
      box-shadow: 0 8px 8px 0 rgba(0,0,0,.17); }
      .pricing.pricing-v3:hover,.pricing.pricing-v3:hover .pricing-footer .btn-default {
      -webkit-transition: all .3s ease 0s;
      -o-transition: all .3s ease 0s;
      transition: all .3s ease 0s; }
      .pricing.pricing-v3:hover .pricing-footer .btn-default {
        background: #000;
        color: #fff; }
      .pricing.pricing-v3:hover img {
        -webkit-transform: scale3d(1.1,1.1,1);
        -moz-transform: scale3d(1.1,1.1,1);
        -ms-transform: scale3d(1.1,1.1,1);
        -o-transform: scale3d(1.1,1.1,1);
        transform: scale3d(1.1,1.1,1);
        opacity: .8;
        filter: alpha(opacity=80); }
    .pricing.pricing-v3 .featured-image {
      overflow: hidden;
      display: block; }
    .pricing.pricing-v3 img {
      -webkit-transition: opacity 1s ease 0s,transform 1s ease 0s;
      -o-transition: opacity 1s ease 0s,transform 1s ease 0s;
      transition: opacity 1s ease 0s,transform 1s ease 0s; }
    .pricing.pricing-v3 .plan-title {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 300;
      margin: 0;
      padding: 20px 0;
      border: none; }
    .pricing.pricing-v3 .plan-price {
      padding-top: 15px;
      color: #000; }
      .pricing.pricing-v3 .plan-price span {
        font-size: 30px; }
    .pricing.pricing-v3 .pricing-body {
      padding: 0 40px 40px; }
    .pricing.pricing-v3 .plan-currency {
      font-size: 30px;
      font-weight: 300; }
    .pricing.pricing-v3 .plain-info p {
      color: #999; }
    .pricing.pricing-v3 .plain-info div {
      border-bottom: 1px solid #e7e7e7;
      padding: 10px 0;
      margin: 0 15px; }
    .pricing.pricing-v3 .pricing-footer {
      padding: 40px;
      margin-bottom: 40px; }
      .pricing.pricing-v3 .pricing-footer .btn-default {
        background: transparent;
        color: #000;
        border: 1px solid #000;
        box-shadow: none;
        padding: 18px 60px;
        display: inline; }
      .pricing.pricing-v3 .pricing-footer br {
        display: none; }
    .pricing.pricing-v3.pricing-highlight .plan-title {
      background: #fff;
      color: #000; }
    .pricing.pricing-v3.pricing-highlight .btn-block {
      background: #30adc5;
      border-color: #30adc5; }
      .pricing.pricing-v3.pricing-highlight .btn-block:active,.pricing.pricing-v3.pricing-highlight .btn-block:focus,.pricing.pricing-v3.pricing-highlight .btn-block:hover {
        background: none;
        color: #30adc5; }
  .pricing.pricing-highlight {
    background: #f5f6fa;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    box-shadow: 0 8px 8px 0 rgba(0,0,0,.17); }
    .pricing.pricing-highlight .pricing-footer .btn-default {
      background: #000;
      color: #fff; }

/* our team */
.team-archive {
  text-align: center; }
  .team-archive .item {
    margin-bottom: 60px; }

.items-team {
  text-align: center;
  background: #fff;
  border: 1px solid #e7e7e7; }
  .items-team .team-image {
    position: relative; }
    .items-team .team-image a {
      display: inline-block; }
    .items-team .team-image .team-socials {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      align-items: center;
      pointer-events: none;
      display: flex;
      background: rgba(0,0,0,.6);
      opacity: 0;
      -webkit-transition: all .3s ease-in-out 0s;
      -o-transition: all .3s ease-in-out 0s;
      transition: all .3s ease-in-out 0s; }
      .items-team .team-image .team-socials a {
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
        .items-team .team-image .team-socials a:first-of-type {
          -webkit-transition-delay: .1s;
          transition-delay: .1s; }
        .items-team .team-image .team-socials a:nth-of-type(2) {
          -webkit-transition-delay: .15s;
          transition-delay: .15s; }
        .items-team .team-image .team-socials a:nth-of-type(3) {
          -webkit-transition-delay: .2s;
          transition-delay: .2s; }
        .items-team .team-image .team-socials a:nth-of-type(4) {
          -webkit-transition-delay: .25s;
          transition-delay: .25s; }
        .items-team .team-image .team-socials a:nth-of-type(5) {
          -webkit-transition-delay: .3s;
          transition-delay: .3s; }
    .items-team .team-image .inner {
      width: 100%;
      z-index: 1;
      pointer-events: visible; }
  .items-team .team-body {
    padding: 30px; }
  .items-team .team-title {
    margin: 0;
    line-height: 22px; }
    .items-team .team-title a {
      font-size: 16px;
      color: #000;
      font-weight: 500; }
      .items-team .team-title a:hover {
        color: #30adc5; }
  .items-team .team-subtitle {
    font-size: 14px;
    color: #999;
    font-weight: 300; }
  .items-team:hover .team-image .team-socials {
    opacity: 1; }
    .items-team:hover .team-image .team-socials a {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1;
      filter: alpha(opacity=100); }

.team-info {
  margin-bottom: 30px; }

.title-info {
  width: 20%;
  display: inline-block; }

.team-socials a {
  font-size: 14px;
  color: #fff;
  margin: 0 1px;
  line-height: 32px;
  background: hsla(0,0%,100%,.3);
  text-align: center;
  border: 0;
  width: 32px;
  height: 32px;
  display: inline-block; }
  .team-socials a:hover {
    -webkit-box-shadow: 0 0 0 32px #30adc5 inset;
    box-shadow: inset 0 0 0 32px #30adc5; }

.team-single {
  margin-bottom: 100px; }
  .team-single .team-title {
    margin-top: 0; }
  .team-single .team-preview {
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -100px;
    margin: 0 auto;
    text-align: center; }
    .team-single .team-preview img {
      border: 5px solid #fff;
      border-radius: 50%;
      box-shadow: 0 5px 8px rgba(0,0,0,.25);
      height: 180px;
      width: 180px; }
  .team-single .team-job {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px; }
  .team-single .team-info {
    background: #fafafa;
    margin-right: 30px;
    width: 28%;
    float: left;
    padding-right: 0;
    margin-top: 100px;
    position: relative;
    padding-top: 100px; }
  .team-single .team-body {
    display: table-cell; }
  .team-single .header {
    padding: 20px 0; }
  .team-single .link-social a {
    margin: 0 20px; }
  .team-single ul.metabox {
    list-style: none;
    padding: 0; }
    .team-single ul.metabox li {
      border-top: 1px dotted #e0e7e7;
      padding: 20px 30px;
      font-size: 14px; }
      .team-single ul.metabox li span {
        text-transform: uppercase;
        font-weight: 500; }
  .team-single .team-body {
    padding-left: 30px; }

/*blog */
.blog-item.first {
  clear: both; }

.list-post .list-post-title {
  margin-top: 0; }

.blogv1 a {
  color: #fff; }
  .blogv1 a:hover {
    color: #30adc5; }

.blogv1 .entry-date,.blogv1 .entry-meta .fa {
  color: #fff; }

.scrollup {
  z-index: 9999;
  display: none;
  position: fixed;
  left: auto;
  right: 20px;
  bottom: 30px;
  margin: 0;
  color: #999;
  background-color: #222f3f;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  -webkit-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s; }
  .scrollup:hover {
    color: #fff !important;
    box-shadow: inset 0 0 0 30px #000; }

/* effect-v1 */
.effect-v1 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */ }
  .effect-v1:before {
    bottom: 20px;
    content: "";
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .35s ease 0s,transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s,transform .35s ease 0s;
    transition: opacity .35s ease 0s,transform .35s ease 0s;
    z-index: 1; }
  .effect-v1 .action,.effect-v1 img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: opacity .35s ease 0s,transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s,transform .35s ease 0s;
    transition: opacity .35s ease 0s,transform .35s ease 0s; }
  .effect-v1 .action {
    opacity: 0;
    filter: alpha(opacity=0); }
  .effect-v1:hover:before {
    opacity: 1;
    filter: alpha(opacity=100); }
  .effect-v1:hover:before,.effect-v1:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .effect-v1:hover img {
    opacity: .5;
    filter: alpha(opacity=50); }
  .effect-v1:hover .action {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100); }

/* effect-v2*/
.effect-v2 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */ }
  .effect-v2:before {
    border: 1px solid #fff;
    bottom: 20px;
    content: "";
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1; }
  .effect-v2 img,.effect-v2:before {
    -webkit-transition: opacity .35s ease 0s,transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s,transform .35s ease 0s;
    transition: opacity .35s ease 0s,transform .35s ease 0s; }
  .effect-v2 img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .effect-v2 .action {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .35s ease 0s,transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s,transform .35s ease 0s;
    transition: opacity .35s ease 0s,transform .35s ease 0s; }
  .effect-v2:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .effect-v2:hover img {
    opacity: .7;
    filter: alpha(opacity=70);
    -webkit-transform: scaleX(1.2);
    -ms-transform: scaleX(1.2);
    -o-transform: scaleX(1.2);
    transform: scaleX(1.2); }
  .effect-v2:hover .action {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    filter: alpha(opacity=100); }

/* effect-v3*/
.effect-v3 {
  background-color: #000;
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  /* style for hover */ }
  .effect-v3:after,.effect-v3:before {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity .35s ease 0s,transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s,transform .35s ease 0s;
    transition: opacity .35s ease 0s,transform .35s ease 0s;
    z-index: 1; }
  .effect-v3:before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0); }
  .effect-v3:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0); }
  .effect-v3 img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .35s ease 0s;
    -o-transition: opacity .35s ease 0s;
    transition: opacity .35s ease 0s;
    width: 100%; }
  .effect-v3 .banner-title {
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    -webkit-transition: transform .35s ease 0s;
    -o-transition: transform .35s ease 0s;
    transition: transform .35s ease 0s; }
  .effect-v3 .action {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
    -webkit-transition: opacity .35s ease 0s,transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s,transform .35s ease 0s;
    transition: opacity .35s ease 0s,transform .35s ease 0s; }
  .effect-v3:hover:after,.effect-v3:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .effect-v3:hover img {
    opacity: .5;
    filter: alpha(opacity=50); }
  .effect-v3:hover .action,.effect-v3:hover .banner-title {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

/* effect-v4*/
.effect-v4 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */ }
  .effect-v4:before {
    border: 2px solid #fff;
    bottom: 20px;
    -webkit-box-shadow: 0 0 0 30px hsla(0,0%,100%,.2);
    box-shadow: 0 0 0 30px hsla(0,0%,100%,.2);
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: opacity .35s ease 0s,transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s,transform .35s ease 0s;
    transition: opacity .35s ease 0s,transform .35s ease 0s;
    z-index: 1; }
  .effect-v4 img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .35s ease 0s;
    -o-transition: opacity .35s ease 0s;
    transition: opacity .35s ease 0s; }
  .effect-v4 .banner-title {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .35s ease 0s;
    -o-transition: transform .35s ease 0s;
    transition: transform .35s ease 0s; }
  .effect-v4 .action {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: opacity .35s ease 0s,transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s,transform .35s ease 0s;
    transition: opacity .35s ease 0s,transform .35s ease 0s; }
  .effect-v4:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .effect-v4:hover img {
    opacity: .5;
    filter: alpha(opacity=50); }
  .effect-v4:hover .banner-title {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95); }
  .effect-v4:hover .action {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

/* effect-v5*/
.effect-v5 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */ }
  .effect-v5 img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1s ease 0s,transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s,transform 1s ease 0s;
    transition: opacity 1s ease 0s,transform 1s ease 0s; }
  .effect-v5 .action {
    transform: translate3d(-150%,0,0);
    -webkit-transition: opacity .35s ease 0s,transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s,transform .35s ease 0s;
    transition: opacity .35s ease 0s,transform .35s ease 0s; }
  .effect-v5:hover img {
    opacity: .5;
    filter: alpha(opacity=50);
    transform: scale3d(1.1,1.1,1); }
  .effect-v5:hover .action {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale3d(1.1,1.1,1);
    transform: translateZ(0); }

/* effect-v6*/
.effect-v6 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */ }
  .effect-v6 img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .35s ease 0s;
    -o-transition: opacity .35s ease 0s;
    transition: opacity .35s ease 0s; }
  .effect-v6 .action {
    transform: translate3d(0,-100px,0);
    transition: opacity .35s ease 0s,transform .35s ease 0s;
    opacity: 0; }
  .effect-v6:hover img {
    opacity: .5;
    filter: alpha(opacity=50); }
  .effect-v6:hover .action {
    opacity: 1;
    transform: translateZ(0); }

/* effect-v7*/
.effect-v7 {
  overflow: hidden;
  position: relative;
  /* style for hover */ }
  .effect-v7:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .4s cubic-bezier(.94,.85,.1,.62) 0s;
    -o-transition: all .4s cubic-bezier(.94,.85,.1,.62) 0s;
    transition: all .4s cubic-bezier(.94,.85,.1,.62) 0s;
    z-index: 1;
    border: 200px double transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }
  .effect-v7:hover:before {
    opacity: 0;
    filter: alpha(opacity=0);
    border: 0 double hsla(0,0%,100%,.7);
    visibility: hidden; }

/* effect-v8*/
.effect-v8 {
  overflow: hidden;
  position: relative;
  /* style for hover */ }
  .effect-v8:before {
    border-bottom: 50px solid hsla(0,0%,100%,.4);
    border-top: 50px solid hsla(0,0%,100%,.4);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    transform: rotate(45deg) scaleY(0);
    -o-transform: rotate(45deg) scaleY(0);
    -webkit-transform: rotate(45deg) scaleY(0);
    -moz-transform: rotate(45deg) scaleY(0);
    -ms-transform: rotate(45deg) scaleY(0);
    -webkit-transition: opacity .35s ease 0s,transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s,transform .35s ease 0s;
    transition: opacity .35s ease 0s,transform .35s ease 0s;
    transform-origin: 50% 50% 0;
    width: 100%; }
  .effect-v8:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotate(45deg) scaleY(4);
    -o-transform: rotate(45deg) scaleY(4);
    -webkit-transform: rotate(45deg) scaleY(4);
    -moz-transform: rotate(45deg) scaleY(4);
    -ms-transform: rotate(45deg) scaleY(4); }

/* effect-v9*/
.effect-v9 {
  overflow: hidden;
  position: relative;
  /* style for hover */ }
  .effect-v9:before {
    border: 50px solid transparent;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    content: "";
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100px;
    height: 100px;
    -webkit-transform: scale(7);
    -ms-transform: scale(7);
    -o-transform: scale(7);
    transform: scale(7);
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    visibility: visible;
    z-index: 1; }
  .effect-v9:hover:before {
    border: 0 solid rgba(0,0,0,.7);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden; }

/* effect-v10*/
.effect-v10 {
  overflow: hidden;
  position: relative;
  /* style for hover */ }
  .effect-v10:before {
    background-color: hsla(0,0%,100%,.2);
    display: block;
    width: 100%;
    height: 100%;
    left: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    content: "";
    z-index: 1; }
  .effect-v10:hover:before {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100); }

.feature-box {
  color: #666;
  margin-bottom: 60px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .feature-box small {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px; }
  .feature-box .fbox-icon {
    color: #999;
    float: left;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .feature-box .fbox-icon i,.feature-box h4 {
      font-size: 30px; }
  .feature-box h4 {
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .feature-box .description {
    font-weight: 300;
    font-size: 12px;
    color: #999;
    text-transform: uppercase; }
  .feature-box.feature-box-nostyle h4 {
    margin-bottom: 0; }
  .feature-box.feature-box-nostyle small {
    color: rgba(34,34,34,.5);
    line-height: 1; }
  .feature-box.feature-box-nostyle .fbox-icon {
    margin-top: 5px; }

.feature-box-v1 {
  text-align: center; }
  .feature-box-v1 .fbox-content {
    overflow: hidden;
    text-align: center;
    margin-top: 20px; }
  .feature-box-v1 .fbox-img img {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s; }
  .feature-box-v1:hover {
    border-color: #999; }
    .feature-box-v1:hover .fbox-img img {
      transform: scale(1.1);
      -webkit-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }
    .feature-box-v1:hover h4 {
      color: #30adc5; }

.feature-box-v2,.feature-box-v4 {
  display: flex;
  margin-bottom: 0;
  background: #fff; }
  .feature-box-v2:hover .fbox-img:before,.feature-box-v4:hover .fbox-img:before {
    background-color: rgba(0,0,0,.4); }
  .feature-box-v2>div,.feature-box-v4>div {
    width: 50%; }
  .feature-box-v2 .fbox-img,.feature-box-v4 .fbox-img {
    position: relative;
    overflow: hidden; }
    .feature-box-v2 .fbox-img:before,.feature-box-v4 .fbox-img:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 9;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .feature-box-v2 .fbox-img img,.feature-box-v4 .fbox-img img {
      z-index: 10; }
  .feature-box-v2 h4,.feature-box-v4 h4 {
    margin-top: 0; }
  .feature-box-v2 .fbox-content,.feature-box-v4 .fbox-content {
    padding-left: 30px;
    padding-right: 30px;
    align-items: center;
    display: flex; }
    .feature-box-v2 .fbox-content .inner,.feature-box-v4 .fbox-content .inner {
      width: 100%; }
  .feature-box-v2.bg-icon1 .fbox-img:before,.feature-box-v4.bg-icon1 .fbox-img:before {
    background-image: url(../images/icon-5.png);
    background-repeat: no-repeat;
    background-position: 50%; }
  .feature-box-v2.bg-icon2 .fbox-img:before,.feature-box-v4.bg-icon2 .fbox-img:before {
    background-image: url(../images/icon-6.png);
    background-repeat: no-repeat;
    background-position: 50%; }
  .feature-box-v2.bg-icon3 .fbox-img:before,.feature-box-v4.bg-icon3 .fbox-img:before {
    background-image: url(../images/icon-7.png);
    background-repeat: no-repeat;
    background-position: 50%; }
  .feature-box-v2.bg-icon4 .fbox-img:before,.feature-box-v4.bg-icon4 .fbox-img:before {
    background-image: url(../images/icon-8.png);
    background-repeat: no-repeat;
    background-position: 50%; }

.feature-box-v3 {
  position: relative;
  text-align: center;
  margin-bottom: 0;
  padding: 30px; }
  .feature-box-v3:hover {
    background: #fff;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  .feature-box-v3 .fbox-icon {
    display: inline-block;
    float: none;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #30adc5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
    .feature-box-v3 .fbox-icon i {
      font-size: 18px; }

.feature-box-v4 .fbox-img {
  order: 2; }

.around-img img:hover {
  animation: b 2s linear infinite;
  -moz-animation: b 2s linear infinite;
  -webkit-animation: b 2s linear infinite;
  -o-animation: b 2s linear infinite; }

/**
 * GoogleMap
 */

ul.contact-us li {
  margin-bottom: 10px;
  line-height: 20px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  ul.contact-us li i {
    margin-right: 15px;
    line-height: 22px; }
  ul.contact-us li a {
    color: #30adc5; }
    ul.contact-us li a:hover {
      color: #000; }

ul.social li {
  border: none;
  padding: 0; }
  ul.social li a {
    background: #2b9bb0;
    color: #fff;
    display: block;
    font-size: 10px;
    height: 32px;
    line-height: 32px;
    margin-right: 2px;
    text-align: center;
    width: 32px;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out; }
    ul.social li a:hover {
      background: #999;
      color: #fff; }
    ul.social li a i {
      background: transparent !important; }
    ul.social li a span {
      display: none; }

.kc_button.popup-youtube {
  font-size: 16px;
  height: 70px;
  line-height: 70px;
  padding: 0;
  width: 70px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%; }

.lists li {
  padding: 15px 0; }
  .lists li:first-child {
    padding-top: 0; }
  .lists li:last-child {
    padding-bottom: 0; }
  .lists li i {
    margin-right: 5px; }
  .lists li a {
    color: #666;
    font-weight: 300; }

.lists.list-primary li {
  color: #999; }

.owl-theme .owl-controls .owl-page span {
  background: #30adc5 !important;
  width: 10px !important;
  height: 10px !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important; }

.owl-theme .owl-controls .owl-page.active span {
  background: transparent !important;
  -webkit-box-shadow: 0 0 0 2px #30adc5;
  box-shadow: 0 0 0 2px #30adc5; }

/* blockquote */
.post-info blockquote {
  border: 0;
  color: #999;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  padding: 10px 15px;
  position: relative; }
  .post-info blockquote:before {
    background: #999;
    content: "";
    height: 100%;
    /*             left: -16px; */
    left: 0;
    position: absolute;
    top: 0;
    width: 2px; }

@media (min-width: 992px) {
  .post-info blockquote {
    padding: 20px 30px; }
    .post-info blockquote:before {
      /*                 left: -31px; */ } }

/* blockquote-end */
.opal-topcart {
  height: 0;
  opacity: 0; }

.page-header .page-title {
  text-align: center; }

.search-category {
  border: 2px solid #e7e7e7;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
  .search-category .btn-search {
    padding: 0;
    border: none; }
    .search-category .btn-search .searchsubmit {
      line-height: 46px;
      padding: 0 15px;
      color: #30adc5;
      border: none;
      font-size: 16px;
      background-color: transparent; }
  .search-category .search-category-container {
    background-color: transparent;
    padding: 0;
    border: none; }
  .search-category .dropdown_product_cat {
    height: 46px;
    border: none !important;
    color: #666;
    font-size: 13px;
    background-color: transparent;
    padding: 0 20px !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .search-category .dropdown_product_cat:focus {
      outline-offset: 0; }
  .search-category .search-category-input {
    background-color: transparent;
    border: none;
    padding: 12px 20px; }
    .search-category .search-category-input:focus {
      border: none; }

.textwidget option {
  font-size: 12px; }

/* PRE-LOADER */
#loading {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999; }
  #loading #loading-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%); }
    #loading #loading-center .icon-loader {
      margin: 30px auto 0;
      width: 50px; }

.view-map-button {
  text-align: center; }
  .view-map-button .close-map,.view-map-button .view-map {
    background: #e7e7e7;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #30adc5;
    padding-left: 30px;
    padding-right: 30px;
    border-color: #e7e7e7; }
  .view-map-button .btn-default:active:focus,.view-map-button .close-map {
    background: #30adc5;
    color: #fff;
    border-color: #30adc5; }

.modal-body .inner>a {
  display: inline-block;
  background: #30adc5;
  padding: 20px; }

/*.site-main{
	section.kc_row {
		padding-bottom: 30px;
 		@media (min-width: $screen-lg) {
			padding-bottom: 100px;
		}
	}
}
*/
body.kingcomposer h1.page-title {
  display: none; }

body.kingcomposer .widget {
  margin: 0; }

@media (min-width: 768px) {
  .kingcomposer #main-container.container .kc-container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1400px; } }

@media (min-width: 1199px) {
  .kingcomposer #main-container.container-fluid .kc-container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1440px; } }

.kingcomposer .site-main {
  margin-left: -20px;
  margin-right: -20px; }

.opal-footer-profile .kc-container {
  max-width: 1400px; }

.kingcomposer .kc-row-container.kc-container .kc-wrap-columns,.kingcomposer .kc_row_inner {
  margin-left: -20px;
  margin-right: -20px; }

.kingcomposer .kc_column,.kingcomposer .kc_column_inner {
  padding-left: 20px;
  padding-right: 20px; }

.kingcomposer .kc_row.kc_row_inner {
  width: calc(100% + 40px); }

.kingcomposer body div.kc_row_inner[data-kc-equalheight=true] {
  width: calc(100% + 10px); }

@media screen and (min-width: 999px) {
  .kingcomposer .kc-row-container.kc-container .kc-wrap-columns,.kingcomposer .kc_row_inner {
    width: calc(100% + 40px); } }

@media (min-width: 1199px) {
  .kingcomposer .kc-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1440px; } }

section[data-kc-fullheight] {
  min-height: auto !important; }

.kc-col-containerr {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px; }

.box-text-header {
  left: 50%;
  position: absolute;
  top: 40%;
  -webkit-transform: translate(-40%,-50%);
  -ms-transform: translate(-40%,-50%);
  -o-transform: translate(-40%,-50%);
  transform: translate(-40%,-50%); }

.page-template-full-width #page {
  max-width: 1250px; }

.listblog-homepage .post {
  margin: 0; }
  .listblog-homepage .post .post-preview {
    display: none; }
  .listblog-homepage .post .post-content {
    border-bottom: 1px solid #e7e7e7;
    padding: 30px 0 !important; }
    @media (992px) {
      .listblog-homepage .post .post-content {
        padding: 30px 15px !important; } }

.listblog-homepage .blog-item:last-child .post-content {
  border: none; }

.kc-carousel_images .owl-item {
  text-align: center; }

.kc_single_image.kc-image-v1 {
  position: relative; }
  .kc_single_image.kc-image-v1:after {
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-family: FontAwesome;
    content: "\f177";
    right: 0;
    top: 0;
    background: #fff;
    color: #000;
    font-size: 18px;
    text-align: center; }

.kc_single_image.kc-image-v2 {
  position: relative; }
  .kc_single_image.kc-image-v2:after {
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-family: FontAwesome;
    content: "\f178";
    left: 0;
    top: 0;
    background: #fff;
    color: #000;
    font-size: 18px;
    text-align: center; }

.kc_tabs.hightlight .ui-tabs {
  border: none; }

.kc_tabs.hightlight .kc_tab.ui-tabs-body-active {
  padding: 0;
  margin-top: 40px; }

.kc_tabs.hightlight .kc_wrapper .kc_tabs_nav {
  background: transparent;
  text-align: center;
  height: auto; }
  .kc_tabs.hightlight .kc_wrapper .kc_tabs_nav li {
    float: none;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 16px; }
    .kc_tabs.hightlight .kc_wrapper .kc_tabs_nav li:hover,.kc_tabs.hightlight .kc_wrapper .kc_tabs_nav li a:hover {
      background: transparent; }
    .kc_tabs.hightlight .kc_wrapper .kc_tabs_nav li a {
      font-family: monospace,monospace;
      font-weight: 700;
      font-size: 16px; }
  .kc_tabs.hightlight .kc_wrapper .kc_tabs_nav .ui-tabs-active {
    text-decoration: line-through;
    background: transparent;
    color: #000; }
    .kc_tabs.hightlight .kc_wrapper .kc_tabs_nav .ui-tabs-active a {
      color: #000; }

.list-post-type .list-item:last-child {
  border-bottom: 0; }

.kc_counter_box>h4 {
  font-weight: 900;
  margin-bottom: 0 !important;
  font-size: 14px;
  color: #999; }

.kc_counter_box span.counterup {
  font-size: 48px;
  letter-spacing: -1px;
  font-weight: 300;
  color: #30adc5; }

.kc_counter_box i.element-icon {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #30adc5; }

.kc-feature-boxes.kc-fb-layout-1 {
  position: relative; }
  .kc-feature-boxes.kc-fb-layout-1 .content-title {
    margin: 0;
    color: #666;
    font-weight: 600;
    font-size: 14px; }
  .kc-feature-boxes.kc-fb-layout-1 .content-desc {
    color: #666; }
  .kc-feature-boxes.kc-fb-layout-1:after {
    content: "";
    width: 80px;
    height: 1px;
    background: #e7e7e7;
    margin: 0 auto;
    top: 45px;
    right: -25%;
    position: absolute; }
  .kc-feature-boxes.kc-fb-layout-1.last-child:after {
    content: none; }

.kc-feature-boxes.kc-fb-layout-2 {
  box-shadow: none;
  position: relative;
  overflow: inherit;
  height: 100%;
  padding-bottom: 140px; }
  .kc-feature-boxes.kc-fb-layout-2:before {
    height: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #232d33; }
  .kc-feature-boxes.kc-fb-layout-2:after,.kc-feature-boxes.kc-fb-layout-2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .kc-feature-boxes.kc-fb-layout-2:after {
    background: #232d33;
    height: 140px; }
  .kc-feature-boxes.kc-fb-layout-2 .content-title {
    padding: 40px 0;
    font-weight: 400;
    font-family: 'Times New Roman',Helvetica,Arial,sans-serif;
    text-align: center;
    color: #fff;
    margin: 0;
    height: 140px;
    font-size: 30px;
    z-index: 1;
    bottom: 0; }
  .kc-feature-boxes.kc-fb-layout-2 .content-button,.kc-feature-boxes.kc-fb-layout-2 .content-title {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  .kc-feature-boxes.kc-fb-layout-2 .content-button {
    bottom: 10px;
    margin: 0 auto;
    opacity: 0; }
    .kc-feature-boxes.kc-fb-layout-2 .content-button a {
      background: transparent;
      color: #30adc5;
      text-transform: uppercase;
      font-weight: 500;
      position: relative;
      padding: 0;
      z-index: 2; }
      .kc-feature-boxes.kc-fb-layout-2 .content-button a:before {
        content: "";
        left: 0;
        width: 100%;
        height: 1px;
        background: #30adc5;
        bottom: -10px;
        position: absolute;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
      .kc-feature-boxes.kc-fb-layout-2 .content-button a:after {
        width: 0;
        height: 1px;
        content: "";
        bottom: -10px;
        position: absolute;
        left: 0;
        background: #fff; }
      .kc-feature-boxes.kc-fb-layout-2 .content-button a:hover {
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        color: #fff;
        background: transparent; }
        .kc-feature-boxes.kc-fb-layout-2 .content-button a:hover:after {
          width: 100%;
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s; }
  .kc-feature-boxes.kc-fb-layout-2:hover:before {
    height: 100%; }
  .kc-feature-boxes.kc-fb-layout-2:hover .content-button,.kc-feature-boxes.kc-fb-layout-2:hover .content-title {
    bottom: 40%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  .kc-feature-boxes.kc-fb-layout-2:hover .content-button {
    opacity: 1; }

.kc-feature-boxes.kc-fb-layout-3 {
  margin: 40px 0;
  padding: 0 60px;
  border-left: 1px solid #e7e7e7; }
  .kc-feature-boxes.kc-fb-layout-3 .content-icon i {
    font-size: 30px;
    color: #30adc5;
    line-height: 40px; }
  .kc-feature-boxes.kc-fb-layout-3 .content-title {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    margin: 0;
    text-transform: none; }
  .kc-feature-boxes.kc-fb-layout-3 .content-desc {
    font-size: 14px;
    font-weight: 900;
    color: #000;
    margin-bottom: 0; }
  .kc-feature-boxes.kc-fb-layout-3 .box-right {
    padding-left: 15px; }

.kc-feature-boxes.kc-fb-layout-4 {
  display: flex;
  position: relative; }
  .kc-feature-boxes.kc-fb-layout-4>div {
    width: 50%; }
  .kc-feature-boxes.kc-fb-layout-4 .content-title {
    font-size: 18px;
    text-transform: none;
    margin: 0 0 10px; }
  .kc-feature-boxes.kc-fb-layout-4 .content-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0; }
  .kc-feature-boxes.kc-fb-layout-4 .content-image {
    position: relative; }
    .kc-feature-boxes.kc-fb-layout-4 .content-image:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 292px;
      height: 100%;
      pointer-events: none;
      background: url(../images/icon-5.png) no-repeat 50%;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
  .kc-feature-boxes.kc-fb-layout-4 .box-right {
    padding-top: 60px; }
  .kc-feature-boxes.kc-fb-layout-4:hover .content-image:before {
    background-color: #30adc5; }

.kc-feature-boxes ul {
  list-style: none;
  padding: 0; }
  .kc-feature-boxes ul li {
    width: 50%;
    float: left; }

.box-icon .kc-icon-wrapper {
  float: left;
  width: 30px; }

.kc-tabs-slider .owl-carousel .owl-item {
  padding: 0; }

.kc-tabs-slider .owl-theme .owl-controls .owl-buttons div {
  color: transparent;
  opacity: 1;
  background: transparent; }
  .kc-tabs-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -65px; }
  .kc-tabs-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -41px; }
  .kc-tabs-slider .owl-theme .owl-controls .owl-buttons div:before {
    width: 60px;
    height: 60px;
    border: 2px solid #ebebeb;
    color: #ebebeb;
    font-size: 20px;
    line-height: 60px;
    top: -38px; }
  .kc-tabs-slider .owl-theme .owl-controls .owl-buttons div:hover {
    background: transparent; }
    .kc-tabs-slider .owl-theme .owl-controls .owl-buttons div:hover:before {
      background: #30adc5;
      border-color: #30adc5;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }

/* TEAM-KC */
.kc-team {
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
  position: relative; }
  .kc-team img {
    border-radius: 0 !important; }
  .kc-team .content-image {
    border-bottom: 1px solid #e7e7e7;
    position: relative; }
    .kc-team .content-image:before {
      background: rgba(54,51,130,.56);
      content: "";
      height: 100%;
      left: 0;
      opacity: 1;
      position: absolute;
      top: 0;
      width: 100%;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
  .kc-team .content-title {
    color: #000; }
  .kc-team .content-image,.kc-team .content-subtitle {
    margin-bottom: 30px; }
  .kc-team .content-socials {
    opacity: 1;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%); }
    .kc-team .content-socials a {
      background: rgba(54,51,130,.48) !important;
      font-size: 16px !important; }
      .kc-team .content-socials a:hover {
        background: #999 !important; }
      .kc-team .content-socials a i {
        color: #fff !important; }
  .kc-team:hover {
    margin-top: 0 !important; }
  @media (min-width: 992px) {
    .kc-team .content-image:before,.kc-team .content-socials {
      opacity: 0; }
    .kc-team:hover .content-image:before,.kc-team:hover .content-socials {
      opacity: 1; } }
  .kc-team.kc-team-1 {
    position: relative;
    border: none; }
    .kc-team.kc-team-1 .content-image {
      overflow: hidden; }
      .kc-team.kc-team-1 .content-image img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: gray;
        -webkit-transition: all .2s ease-in-out 0s;
        -o-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s; }
    .kc-team.kc-team-1 .content-subtitle {
      position: relative; }
      .kc-team.kc-team-1 .content-subtitle:before {
        width: 40px;
        height: 1px;
        background: #30adc5;
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -15px; }
    .kc-team.kc-team-1 .content-socials {
      position: absolute;
      bottom: -30px;
      opacity: 0;
      margin: 0 auto;
      right: 0;
      left: 0;
      top: auto; }
      .kc-team.kc-team-1 .content-socials,.kc-team.kc-team-1 .content-socials a i:hover {
      -webkit-transition: all .35s ease 0s;
      -o-transition: all .35s ease 0s;
      transition: all .35s ease 0s; }
      .kc-team.kc-team-1 .content-socials a i:hover {
        color: #30adc5; }
    .kc-team.kc-team-1:hover .content-image img {
      filter: grayscale(0);
      -webkit-filter: grayscale(0);
      -moz-filter: grayscale(0);
      -ms-filter: grayscale(0);
      -o-filter: grayscale(0);
      filter: none;
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: all .2s ease-in-out 0s;
      -o-transition: all .2s ease-in-out 0s;
      transition: all .2s ease-in-out 0s; }
    .kc-team.kc-team-1:hover .content-desc {
      background: #fff;
      opacity: 0; }
    .kc-team.kc-team-1:hover .content-desc,.kc-team.kc-team-1:hover .content-socials {
      -webkit-transition: all .35s ease 0s;
      -o-transition: all .35s ease 0s;
      transition: all .35s ease 0s; }
    .kc-team.kc-team-1:hover .content-socials {
      bottom: 30px;
      opacity: 1;
      transform: none;
      top: auto; }

/* TEAM-KC */
.kc-carousel-images .item img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  opacity: .5;
  filter: alpha(opacity=50); }
  .kc-carousel-images .item img:hover {
    filter: none;
    opacity: 1;
    filter: alpha(opacity=100); }

.total_cost span {
  margin-bottom: 15px;
  margin-top: 0; }

.total_v2 .total_cost span {
  text-align: left;
  margin-top: 0; }

.total_cost h1,.total_cost p {
  display: none; }

.total_cost span {
  text-align: center;
  display: block;
  margin-bottom: 30px;
  margin-top: 30px; }

#fbuilder {
  margin-top: -30px; }
  #fbuilder fieldset {
    border: none !important;
    padding: 0 !important; }
    #fbuilder fieldset .small {
      background: #f0f6f8;
      border-radius: 3px;
      height: 50px;
      padding-left: 18px;
      padding-right: 18px;
      border: 1px solid #e5e5e5;
      width: 90% !important; }
    #fbuilder fieldset label {
      color: #000;
      font-family: 'Times New Roman',Helvetica,Arial,sans-serif; }
  #fbuilder .full-width .small {
    width: 100% !important; }
  #fbuilder .dfield span {
    display: none !important; }
  #fbuilder .dfield .medium {
    padding: 15px 0;
    width: 100% !important;
    background: #e05947;
    border-radius: 5px;
    text-align: center;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: 600; }
    #fbuilder .dfield .medium:hover {
      background: #000;
      -webkit-box-shadow: 0 8px 8px 0 rgba(0,0,0,.17);
      box-shadow: 0 8px 8px 0 rgba(0,0,0,.17);
      -webkit-transition: all .35s ease 0s;
      -o-transition: all .35s ease 0s;
      transition: all .35s ease 0s; }

/*kc-title-wrap */
.kc-title-wrap {
  font-size: 13px;
  color: #999;
  text-transform: uppercase; }
  .kc-title-wrap h2.kc_title {
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
    line-height: 36px; }
  .kc-title-wrap h3.kc_title {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    line-height: 30px; }
  .kc-title-wrap span {
    font-weight: 500;
    letter-spacing: 5px;
    margin-left: -20px;
    position: relative; }
    @media (max-width: 480px) {
      .kc-title-wrap span {
        margin-left: 0; } }
    .kc-title-wrap span:after {
      height: 2px;
      background: #eaeaea;
      width: 100%;
      top: 10px;
      left: 106%;
      position: absolute;
      content: ""; }

/* kc_button */
.kc_button.btn {
  padding: 12px 20px; }

.kc_button.btn-light {
  border-color: #fff;
  background: transparent;
  color: #30adc5;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding: 0; }
  .kc_button.btn-light:before {
    width: 100%;
    background: #30adc5;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  .kc_button.btn-light:after,.kc_button.btn-light:before {
    content: "";
    left: 0;
    height: 1px;
    bottom: -10px;
    position: absolute; }
  .kc_button.btn-light:after {
    width: 0;
    background: #000; }
  .kc_button.btn-light:hover {
    color: #000; }
    .kc_button.btn-light:hover,.kc_button.btn-light:hover:after {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .kc_button.btn-light:hover:after {
      width: 100%; }

.kc_button.btn-link {
  border-color: #000;
  background: transparent;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding: 0; }
  .kc_button.btn-link:before {
    width: 100%;
    background: #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  .kc_button.btn-link:after,.kc_button.btn-link:before {
    content: "";
    left: 0;
    height: 1px;
    bottom: -10px;
    position: absolute; }
  .kc_button.btn-link:after {
    width: 0;
    background: #fff; }
  .kc_button.btn-link:hover {
    color: #fff; }
    .kc_button.btn-link:hover,.kc_button.btn-link:hover:after {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .kc_button.btn-link:hover:after {
      width: 100%; }

.kc_button:active {
  background: transparent; }
    .kc_button.btn-default,.kc_button.btn-default.active,.kc_button.btn-default.active.focus,.kc_button.btn-default.active:focus,.kc_button.btn-default.active:hover,.kc_button.btn-default.focus,.kc_button.btn-default:active,.kc_button.btn-default:active.focus,.kc_button.btn-default:active:focus,.kc_button.btn-default:active:hover,.kc_button.btn-default:focus,.kc_button.btn-default:hover,.open>.kc_button.btn-default.dropdown-toggle,.open>.kc_button.btn-default.dropdown-toggle.focus,.open>.kc_button.btn-default.dropdown-toggle:focus,.open>.kc_button.btn-default.dropdown-toggle:hover {
      color: #fff;
      background-color: #000;
      border-color: #000; }
  .kc_button.btn-default.active,.kc_button.btn-default:active,.open>.kc_button.btn-default.dropdown-toggle {
    background-image: none; }
  .kc_button.btn-default.disabled,.kc_button.btn-default.disabled.active,.kc_button.btn-default.disabled.focus,.kc_button.btn-default.disabled:active,.kc_button.btn-default.disabled:focus,.kc_button.btn-default.disabled:hover,.kc_button.btn-default[disabled],.kc_button.btn-default[disabled].active,.kc_button.btn-default[disabled].focus,.kc_button.btn-default[disabled]:active,.kc_button.btn-default[disabled]:focus,.kc_button.btn-default[disabled]:hover,fieldset[disabled] .kc_button.btn-default,fieldset[disabled] .kc_button.btn-default.active,fieldset[disabled] .kc_button.btn-default.focus,fieldset[disabled] .kc_button.btn-default:active,fieldset[disabled] .kc_button.btn-default:focus,fieldset[disabled] .kc_button.btn-default:hover {
    background-color: #000;
    border-color: #000; }
  .kc_button.btn-default .badge {
    color: #000;
    background-color: #fff; }

.kc_button.btn-primary {
  color: #fff;
  background-color: #30adc5;
  border-color: #2b9bb0; }
  .kc_button.btn-primary.focus,.kc_button.btn-primary:focus {
    color: #fff;
    background-color: #26899c;
    border-color: #12414a; }
  .kc_button.btn-primary.active,.kc_button.btn-primary:active,.kc_button.btn-primary:hover,.open>.kc_button.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #26899c;
    border-color: #1f707f; }
    .kc_button.btn-primary.active.focus,.kc_button.btn-primary.active:focus,.kc_button.btn-primary.active:hover,.kc_button.btn-primary:active.focus,.kc_button.btn-primary:active:focus,.kc_button.btn-primary:active:hover,.open>.kc_button.btn-primary.dropdown-toggle.focus,.open>.kc_button.btn-primary.dropdown-toggle:focus,.open>.kc_button.btn-primary.dropdown-toggle:hover {
      color: #fff;
      background-color: #1f707f;
      border-color: #12414a; }
  .kc_button.btn-primary.active,.kc_button.btn-primary:active,.open>.kc_button.btn-primary.dropdown-toggle {
    background-image: none; }
  .kc_button.btn-primary.disabled,.kc_button.btn-primary.disabled.active,.kc_button.btn-primary.disabled.focus,.kc_button.btn-primary.disabled:active,.kc_button.btn-primary.disabled:focus,.kc_button.btn-primary.disabled:hover,.kc_button.btn-primary[disabled],.kc_button.btn-primary[disabled].active,.kc_button.btn-primary[disabled].focus,.kc_button.btn-primary[disabled]:active,.kc_button.btn-primary[disabled]:focus,.kc_button.btn-primary[disabled]:hover,fieldset[disabled] .kc_button.btn-primary,fieldset[disabled] .kc_button.btn-primary.active,fieldset[disabled] .kc_button.btn-primary.focus,fieldset[disabled] .kc_button.btn-primary:active,fieldset[disabled] .kc_button.btn-primary:focus,fieldset[disabled] .kc_button.btn-primary:hover {
    background-color: #30adc5;
    border-color: #2b9bb0; }
  .kc_button.btn-primary .badge {
    color: #30adc5;
    background-color: #fff; }

.kc_button.btn-success {
  color: #fff;
  background-color: #62bc6f;
  border-color: #50b45f; }
  .kc_button.btn-success.focus,.kc_button.btn-success:focus {
    color: #fff;
    background-color: #46a554;
    border-color: #285d30; }
  .kc_button.btn-success.active,.kc_button.btn-success:active,.kc_button.btn-success:hover,.open>.kc_button.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #46a554;
    border-color: #3c8c47; }
    .kc_button.btn-success.active.focus,.kc_button.btn-success.active:focus,.kc_button.btn-success.active:hover,.kc_button.btn-success:active.focus,.kc_button.btn-success:active:focus,.kc_button.btn-success:active:hover,.open>.kc_button.btn-success.dropdown-toggle.focus,.open>.kc_button.btn-success.dropdown-toggle:focus,.open>.kc_button.btn-success.dropdown-toggle:hover {
      color: #fff;
      background-color: #3c8c47;
      border-color: #285d30; }
  .kc_button.btn-success.active,.kc_button.btn-success:active,.open>.kc_button.btn-success.dropdown-toggle {
    background-image: none; }
  .kc_button.btn-success.disabled,.kc_button.btn-success.disabled.active,.kc_button.btn-success.disabled.focus,.kc_button.btn-success.disabled:active,.kc_button.btn-success.disabled:focus,.kc_button.btn-success.disabled:hover,.kc_button.btn-success[disabled],.kc_button.btn-success[disabled].active,.kc_button.btn-success[disabled].focus,.kc_button.btn-success[disabled]:active,.kc_button.btn-success[disabled]:focus,.kc_button.btn-success[disabled]:hover,fieldset[disabled] .kc_button.btn-success,fieldset[disabled] .kc_button.btn-success.active,fieldset[disabled] .kc_button.btn-success.focus,fieldset[disabled] .kc_button.btn-success:active,fieldset[disabled] .kc_button.btn-success:focus,fieldset[disabled] .kc_button.btn-success:hover {
    background-color: #62bc6f;
    border-color: #50b45f; }
  .kc_button.btn-success .badge {
    color: #62bc6f;
    background-color: #fff; }

.kc_button.btn-info {
  color: #fff;
  background-color: #549dde;
  border-color: #3f91da; }
  .kc_button.btn-info.focus,.kc_button.btn-info:focus {
    color: #fff;
    background-color: #2985d6;
    border-color: #195080; }
  .kc_button.btn-info.active,.kc_button.btn-info:active,.kc_button.btn-info:hover,.open>.kc_button.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2985d6;
    border-color: #2372b8; }
    .kc_button.btn-info.active.focus,.kc_button.btn-info.active:focus,.kc_button.btn-info.active:hover,.kc_button.btn-info:active.focus,.kc_button.btn-info:active:focus,.kc_button.btn-info:active:hover,.open>.kc_button.btn-info.dropdown-toggle.focus,.open>.kc_button.btn-info.dropdown-toggle:focus,.open>.kc_button.btn-info.dropdown-toggle:hover {
      color: #fff;
      background-color: #2372b8;
      border-color: #195080; }
  .kc_button.btn-info.active,.kc_button.btn-info:active,.open>.kc_button.btn-info.dropdown-toggle {
    background-image: none; }
  .kc_button.btn-info.disabled,.kc_button.btn-info.disabled.active,.kc_button.btn-info.disabled.focus,.kc_button.btn-info.disabled:active,.kc_button.btn-info.disabled:focus,.kc_button.btn-info.disabled:hover,.kc_button.btn-info[disabled],.kc_button.btn-info[disabled].active,.kc_button.btn-info[disabled].focus,.kc_button.btn-info[disabled]:active,.kc_button.btn-info[disabled]:focus,.kc_button.btn-info[disabled]:hover,fieldset[disabled] .kc_button.btn-info,fieldset[disabled] .kc_button.btn-info.active,fieldset[disabled] .kc_button.btn-info.focus,fieldset[disabled] .kc_button.btn-info:active,fieldset[disabled] .kc_button.btn-info:focus,fieldset[disabled] .kc_button.btn-info:hover {
    background-color: #549dde;
    border-color: #3f91da; }
  .kc_button.btn-info .badge {
    color: #549dde;
    background-color: #fff; }

.kc_button.btn-warning {
  color: #fff;
  background-color: #ffbe3f;
  border-color: #ffb526; }
  .kc_button.btn-warning.focus,.kc_button.btn-warning:focus {
    color: #fff;
    background-color: #ffad0c;
    border-color: #a56d00; }
  .kc_button.btn-warning.active,.kc_button.btn-warning:active,.kc_button.btn-warning:hover,.open>.kc_button.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffad0c;
    border-color: #e79900; }
    .kc_button.btn-warning.active.focus,.kc_button.btn-warning.active:focus,.kc_button.btn-warning.active:hover,.kc_button.btn-warning:active.focus,.kc_button.btn-warning:active:focus,.kc_button.btn-warning:active:hover,.open>.kc_button.btn-warning.dropdown-toggle.focus,.open>.kc_button.btn-warning.dropdown-toggle:focus,.open>.kc_button.btn-warning.dropdown-toggle:hover {
      color: #fff;
      background-color: #e79900;
      border-color: #a56d00; }
  .kc_button.btn-warning.active,.kc_button.btn-warning:active,.open>.kc_button.btn-warning.dropdown-toggle {
    background-image: none; }
  .kc_button.btn-warning.disabled,.kc_button.btn-warning.disabled.active,.kc_button.btn-warning.disabled.focus,.kc_button.btn-warning.disabled:active,.kc_button.btn-warning.disabled:focus,.kc_button.btn-warning.disabled:hover,.kc_button.btn-warning[disabled],.kc_button.btn-warning[disabled].active,.kc_button.btn-warning[disabled].focus,.kc_button.btn-warning[disabled]:active,.kc_button.btn-warning[disabled]:focus,.kc_button.btn-warning[disabled]:hover,fieldset[disabled] .kc_button.btn-warning,fieldset[disabled] .kc_button.btn-warning.active,fieldset[disabled] .kc_button.btn-warning.focus,fieldset[disabled] .kc_button.btn-warning:active,fieldset[disabled] .kc_button.btn-warning:focus,fieldset[disabled] .kc_button.btn-warning:hover {
    background-color: #ffbe3f;
    border-color: #ffb526; }
  .kc_button.btn-warning .badge {
    color: #ffbe3f;
    background-color: #fff; }

.kc_button.btn-danger {
  color: #fff;
  background-color: #e56363;
  border-color: #e14d4d; }
  .kc_button.btn-danger.focus,.kc_button.btn-danger:focus {
    color: #fff;
    background-color: #de3737;
    border-color: #961919; }
  .kc_button.btn-danger.active,.kc_button.btn-danger:active,.kc_button.btn-danger:hover,.open>.kc_button.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #de3737;
    border-color: #cf2222; }
    .kc_button.btn-danger.active.focus,.kc_button.btn-danger.active:focus,.kc_button.btn-danger.active:hover,.kc_button.btn-danger:active.focus,.kc_button.btn-danger:active:focus,.kc_button.btn-danger:active:hover,.open>.kc_button.btn-danger.dropdown-toggle.focus,.open>.kc_button.btn-danger.dropdown-toggle:focus,.open>.kc_button.btn-danger.dropdown-toggle:hover {
      color: #fff;
      background-color: #cf2222;
      border-color: #961919; }
  .kc_button.btn-danger.active,.kc_button.btn-danger:active,.open>.kc_button.btn-danger.dropdown-toggle {
    background-image: none; }
  .kc_button.btn-danger.disabled,.kc_button.btn-danger.disabled.active,.kc_button.btn-danger.disabled.focus,.kc_button.btn-danger.disabled:active,.kc_button.btn-danger.disabled:focus,.kc_button.btn-danger.disabled:hover,.kc_button.btn-danger[disabled],.kc_button.btn-danger[disabled].active,.kc_button.btn-danger[disabled].focus,.kc_button.btn-danger[disabled]:active,.kc_button.btn-danger[disabled]:focus,.kc_button.btn-danger[disabled]:hover,fieldset[disabled] .kc_button.btn-danger,fieldset[disabled] .kc_button.btn-danger.active,fieldset[disabled] .kc_button.btn-danger.focus,fieldset[disabled] .kc_button.btn-danger:active,fieldset[disabled] .kc_button.btn-danger:focus,fieldset[disabled] .kc_button.btn-danger:hover {
    background-color: #e56363;
    border-color: #e14d4d; }
  .kc_button.btn-danger .badge {
    color: #e56363;
    background-color: #fff; }

.kc_button.btn-outline {
  background: transparent; }
  .kc_button.btn-outline.btn-default {
    color: #000; }
    .kc_button.btn-outline.btn-default:hover {
      color: #fff; }
  .kc_button.btn-outline.btn-primary {
    color: #30adc5; }
    .kc_button.btn-outline.btn-primary:hover {
      color: #fff; }
  .kc_button.btn-outline.btn-success {
    color: #62bc6f; }
    .kc_button.btn-outline.btn-success:hover {
      color: #fff; }
  .kc_button.btn-outline.btn-info {
    color: #549dde; }
    .kc_button.btn-outline.btn-info:hover {
      color: #fff; }
  .kc_button.btn-outline.btn-danger {
    color: #e56363; }
    .kc_button.btn-outline.btn-danger:hover {
      color: #fff; }
  .kc_button.btn-outline.btn-warning {
    color: #ffbe3f; }
    .kc_button.btn-outline.btn-warning:hover {
      color: #fff; }

.kc_button.btn-inverse.btn-default:hover {
  color: #000;
  background: transparent; }

.kc_button.btn-inverse.btn-primary:hover {
  color: #30adc5;
  background: transparent; }

.kc_button.btn-inverse.btn-success:hover {
  color: #62bc6f;
  background: transparent; }

.kc_button.btn-inverse.btn-info:hover {
  color: #549dde;
  background: transparent; }

.kc_button.btn-inverse.btn-danger:hover {
  color: #e56363;
  background: transparent; }

.kc_button.btn-inverse.btn-warning:hover {
  color: #ffbe3f;
  background: transparent; }

.btn-group-lg>.kc_button.btn,.kc_button.btn-lg {
  padding: 15px 30px;
  font-size: 12px;
  line-height: 1.33333;
  border-radius: 5px; }

.btn-group-sm>.kc_button.btn,.kc_button.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px; }

.btn-group-xs>.kc_button.btn,.kc_button.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px; }

.kc_google_maps .map_popup_contact_form {
  height: auto !important;
  padding: 0 !important;
  overflow-y: initial !important;
  margin-top: 150px;
  margin-left: auto;
  left: 0;
  margin-right: auto;
  right: 0; }

.kc-google-maps iframe {
  pointer-events: none; }

.kc_progress_bars .progress-item .kc-ui-progress {
  height: 4px; }

.kc_progress_bars .progress-item span.label {
  padding: 0;
  margin-bottom: 15px !important;
  display: inline-block !important;
  font-weight: 700 !important; }

.kc-owl-post-carousel.list-post .owl-item .list-item {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .kc-owl-post-carousel.list-post .owl-item .list-item .post-content {
    display: flex; }
    .kc-owl-post-carousel.list-post .owl-item .list-item .post-content .image {
      display: block;
      margin: 0;
      width: 30%; }
    .kc-owl-post-carousel.list-post .owl-item .list-item .post-content .in-post-content {
      font-weight: 300;
      width: 70%; }
      @media (min-width: 992px) {
        .kc-owl-post-carousel.list-post .owl-item .list-item .post-content .in-post-content {
          padding: 0 15px 0 30px; } }
      .kc-owl-post-carousel.list-post .owl-item .list-item .post-content .in-post-content .kc-entry_meta {
        margin-bottom: 10px;
        padding: 0; }
        .kc-owl-post-carousel.list-post .owl-item .list-item .post-content .in-post-content .kc-entry_meta time {
          color: #999;
          font-size: 14px; }
      .kc-owl-post-carousel.list-post .owl-item .list-item .post-content .in-post-content .title {
        line-height: 30px;
        margin-bottom: 15px;
        margin-top: 0;
        padding: 0; }
        .kc-owl-post-carousel.list-post .owl-item .list-item .post-content .in-post-content .title a:hover {
          color: #999; }

.kc-owl-post-carousel .read-more {
  background: #30adc5;
  color: #fff;
  border: none !important; }
  .kc-owl-post-carousel .read-more:hover {
    background: #000 !important;
    color: #fff; }

.kc_accordion_wrapper .kc_accordion_section.group {
  padding-bottom: 0; }

.kc_accordion_wrapper .kc_accordion_section>.kc_accordion_header>a {
  padding-left: 0;
  padding-right: 0; }

.kc_accordion_wrapper .kc_accordion_section>.kc_accordion_header span {
  pointer-events: none;
  float: left; }
  .kc_accordion_wrapper .kc_accordion_section>.kc_accordion_header span:before {
    content: "\f067";
    font-family: FontAwesome;
    color: #000;
    font-weight: 400;
    padding: 4px 5px;
    font-size: 10px; }

.kc_accordion_wrapper .kc-section-active .kc_accordion_header.ui-state-active>span.ui-accordion-header-icon:before {
  content: "\f068";
  font-family: FontAwesome; }

.kc_accordion_wrapper .kc_accordion_content {
  border: none;
  background: #fff; }
  .kc_accordion_wrapper .kc_accordion_content .kc-panel-body {
    padding: 40px 50px; }

/* give report */
.chart {
  position: absolute;
  width: 340px;
  height: 340px;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto; }
  @media (max-width: 768px) {
    .chart {
      right: 30px; } }

.doughnutTip {
  position: absolute;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 15px;
  border-radius: 1px;
  background: rgba(0,0,0,.8);
  color: #ddd;
  font-size: 14px;
  text-shadow: 0 1px 0 #000;
  text-align: center;
  line-height: 1.3;
  box-shadow: 0 1px 3px rgba(0,0,0,.5);
  -webkit-transform: all .3s;
  -moz-transform: all .3s;
  -ms-transform: all .3s;
  -o-transform: all .3s;
  transform: all .3s;
  pointer-events: none; }

.doughnutTip:after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  height: 0;
  margin: 0 0 0 -6px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid rgba(0,0,0,.8);
  line-height: 0; }

.doughnutSummary {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #d5d5d5;
  text-align: center;
  text-shadow: 0 -1px 0 #111;
  cursor: default; }

.doughnutSummaryTitle {
  margin-top: -27%;
  font-size: 12px !important; }

.doughnutSummaryNumber,.doughnutSummaryTitle {
  position: absolute;
  top: 50%;
  width: 100%; }

.doughnutSummaryNumber {
  margin-top: -15%;
  font-size: 40px; }

g path:hover {
  opacity: .65; }

@media (min-width: 768px) {
  .kc-give-chart-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.kc-give-chart-wrapper .chart-wrapper {
  height: 320px;
  position: relative;
  padding: 0 45px; }
  @media (min-width: 768px) {
    .kc-give-chart-wrapper .chart-wrapper {
      width: 50%; } }

.kc-give-chart-wrapper .list-label-chart {
  padding: 0 15px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .kc-give-chart-wrapper .list-label-chart {
      width: 50%;
      text-align: right; } }
  @media (max-width: 768px) {
    .kc-give-chart-wrapper .list-label-chart {
      text-align: center; } }
  .kc-give-chart-wrapper .list-label-chart ul li span.text {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    max-width: 200px;
    display: inline-block;
    line-height: 1.2; }
  .kc-give-chart-wrapper .list-label-chart ul li span.number {
    font-size: 40px;
    font-family: monospace,monospace;
    margin-left: 20px;
    min-width: 85px;
    display: inline-block; }

.style-custom {
  padding: 20px 40px;
  border-top: 1px solid #e7e7e7; }
  .style-custom .number {
    color: #000;
    font-weight: 400;
    font-size: 18px; }
  .style-custom i {
    color: #30adc5;
    padding-right: 40px;
    float: left;
    line-height: 28px; }

.message-boxes .message-box-wrap {
  border: 0;
  padding: 0; }

.kc-multi-icons-wrapper>a.multi-icons-link {
  background: transparent;
  padding: 0 15px;
  margin: 0; }
  .kc-multi-icons-wrapper>a.multi-icons-link>i {
    font-size: 18px;
    color: #bbb; }
  .kc-multi-icons-wrapper>a.multi-icons-link:hover>i {
    color: #30adc5;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s; }
  .kc-multi-icons-wrapper>a.multi-icons-link:first-child {
    padding-left: 0; }

.kc-call-to-action.kc-cta-2 {
  min-height: 580px;
  background: transparent;
  position: relative;
  overflow: hidden;
  display: block;
  margin-top: 50px; }
  .kc-call-to-action.kc-cta-2 .kc-cta-button,.kc-call-to-action.kc-cta-2 .kc-cta-desc {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  .kc-call-to-action.kc-cta-2 .kc-cta-button {
    bottom: -30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .kc-call-to-action.kc-cta-2 .kc-cta-button a {
      background: transparent;
      padding: 0;
      color: #30adc5;
      font-size: 12px;
      font-weight: 600;
      position: relative; }
      .kc-call-to-action.kc-cta-2 .kc-cta-button a:before {
        width: 100%;
        background: #30adc5;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
      .kc-call-to-action.kc-cta-2 .kc-cta-button a:after,.kc-call-to-action.kc-cta-2 .kc-cta-button a:before {
        content: "";
        left: 0;
        height: 1px;
        bottom: -10px;
        position: absolute; }
      .kc-call-to-action.kc-cta-2 .kc-cta-button a:after {
        width: 0;
        background: #000; }
      .kc-call-to-action.kc-cta-2 .kc-cta-button a:hover {
        background: transparent;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        color: #000; }
        .kc-call-to-action.kc-cta-2 .kc-cta-button a:hover:after {
          width: 100%;
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s; }
  .kc-call-to-action.kc-cta-2 .kc-cta-desc {
    padding-top: 30px; }
    .kc-call-to-action.kc-cta-2 .kc-cta-desc h2 {
      font-size: 36px;
      text-transform: uppercase;
      line-height: 36px;
      margin-bottom: 10px; }
    .kc-call-to-action.kc-cta-2 .kc-cta-desc .kc-cta-text {
      font-weight: 300;
      text-transform: uppercase;
      font-size: 13px;
      color: #000; }
  .kc-call-to-action.kc-cta-2:hover .kc-cta-desc {
    bottom: 60px; }
  .kc-call-to-action.kc-cta-2:hover .kc-cta-button {
    bottom: 0;
    padding-bottom: 30px; }

.kc_image_gallery.kc-grid .item-grid {
  width: 33.33333% !important;
  position: relative; }
  @media (max-width: 768px) {
    .kc_image_gallery.kc-grid .item-grid {
      width: 50% !important; } }
  .kc_image_gallery.kc-grid .item-grid a.kc-image-link:before {
    content: "\f00e";
    font-size: 25px;
    color: #fff;
    right: 0;
    bottom: 0;
    font-family: FontAwesome;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    margin: auto;
    z-index: 5; }
  .kc_image_gallery.kc-grid .item-grid a.kc-image-link:after,.kc_image_gallery.kc-grid .item-grid a.kc-image-link:before {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  .kc_image_gallery.kc-grid .item-grid a.kc-image-link:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    z-index: 4;
    -moz-transform: scale(0); }
  .kc_image_gallery.kc-grid .item-grid:hover a.kc-image-link:before {
    z-index: 5; }
  .kc_image_gallery.kc-grid .item-grid:hover a.kc-image-link:after,.kc_image_gallery.kc-grid .item-grid:hover a.kc-image-link:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .kc_image_gallery.kc-grid .item-grid:hover a.kc-image-link:after {
    -webkit-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    -moz-transform: scale(1); }
  .kc_image_gallery.kc-grid .item-grid:hover a.kc-image-link:hover:before {
    color: #fff;
    -webkit-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s; }

/*opal hotel*/
/* $headings-font-weight:    700 !default; */
/*
 * Global variables
 */
/* main color which will be used for all main block styles... */
/**
 * Import component variables
 */
/**
 *
 */
/* --- SCSS For Accordion --- */
/* --- SCSS For Breadcrumb --- */
/* --- SCSS For Buttons --- */
/* --- SCSS For Call-to-action --- */
/* --- SCSS For Content-slider --- */
/*  */
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
/* Navigation Styles */
/* carousel-indicators-v1 */
/* carousel-indicators-v2 */
/* carousel-indicators-v3 */
/* carousel-indicators-v4 */
/* carousel-indicators-v5 */
/* carousel-indicators-v6 */
/* --- SCSS For Counters --- */
/* --- SCSS For Heading --- */
/* --- SCSS For Icon-box --- */
/* --- SCSS For Interactive-banner --- */
/* --- SCSS For Latest-posts --- */
/* latest posts */
/* --- SCSS For List --- */
/* variables for list */
/* variables for list light */
/* --- SCSS For Message --- */
/* --- SCSS For Newsletter --- */
/* --- SCSS For Piechart --- */
/* --- SCSS For Pricing --- */
/* --- SCSS For Process-steps --- */
/* process-steps */
/* --- SCSS For Service --- */
/* variables for tab style1 using as base of tab */
/* --- SCSS For Style-icon --- */
/* Variables icons default */
/* Variables icons bodered */
/* Variables icons darker */
/* Variables icons light */
/* Variables icons plain */
/* Variables icons for light style */
/* Variables icons outline */
/* Variables icons inverse */
/* --- SCSS For Table --- */
/* --- SCSS For Tabs --- */
/* variables for tab style1 using as base of tab */
/* tab style version 5 */
/* tab style version 6 */
/* --- SCSS For Testimonials --- */
/* testimonials default */
/* testimonials-v1 */
/* testimonials light */
/* --- SCSS For Typography --- */
/**
 *   Blocks Layout Selectors
 */
/********* LAYOUT **************/
/**
 * Import component variables
 */
/** elements mixins **/
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
/****/
@keyframes b {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn); } }

/* Hien thi cho Safari and Chrome */
@-webkit-keyframes b {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn); } }

/* Hien thi cho Firefox */
@-moz-keyframes b {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn); } }

/* Hien thi cho Opera */
@-o-keyframes b {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn); } }

/** elements mixins **/
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/****/
.opalhotel_hotel label.discount {
  background: #ff291e;
  text-transform: uppercase;
  top: 20px;
  left: 20px; }

.hotel-grid {
  margin-bottom: 100px; }
  .hotel-grid span.includes {
    display: block; }
  .hotel-grid .hotel-top-wrap {
    position: relative; }
  .hotel-grid .price-value {
    line-height: 20px; }
  .hotel-grid footer {
    padding: 0 30px 10px;
    position: relative;
    overflow: hidden; }
    .hotel-grid footer:after {
      width: 100%;
      height: 1px;
      content: "";
      bottom: 4px;
      position: absolute;
      left: 100px;
      background: #f2f2f2; }
    .hotel-grid footer .opalhotel-price {
      float: left;
      text-align: left;
      display: none; }
    .hotel-grid footer a.opalhotel-book-now {
      border-color: #30adc5;
      background: transparent;
      color: #30adc5;
      text-transform: uppercase;
      font-weight: 500;
      position: relative;
      padding: 0;
      font-size: 12px;
      z-index: 1; }
      .hotel-grid footer a.opalhotel-book-now:before {
        width: 100%;
        background: #30adc5;
        border: none; }
      .hotel-grid footer a.opalhotel-book-now:after,.hotel-grid footer a.opalhotel-book-now:before {
        content: "";
        left: 0;
        height: 1px;
        bottom: -10px;
        position: absolute; }
      .hotel-grid footer a.opalhotel-book-now:after {
        width: 0;
        background: #000;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
      .hotel-grid footer a.opalhotel-book-now:hover {
        background: transparent;
        color: #000; }
        .hotel-grid footer a.opalhotel-book-now:hover:after {
          width: 100%; }
        .hotel-grid footer a.opalhotel-book-now:hover:before {
          transform: none; }

.hotel-list {
  margin-bottom: 40px; }
  .hotel-list .hotel-thumbnail img {
    min-width: 258px; }
  .opalhotel_hotel .hotel-list .opalhotel-catalog-thumbnail {
    margin-right: 0; }
    @media (min-width: 768px) {
      .opalhotel_hotel .hotel-list .opalhotel-catalog-thumbnail:before {
        background: -moz-linear-gradient(top,hsla(0,0%,100%,0) 0,hsla(8,84%,65%,0) 0,rgba(240,47,23,0) 0,#000 100%);
        background: -webkit-gradient(left top,left bottom,color-stop(0,hsla(0,0%,100%,0)),color-stop(0,hsla(8,84%,65%,0)),color-stop(0,rgba(240,47,23,0)),color-stop(100%,#000));
        background: -webkit-linear-gradient(top,hsla(0,0%,100%,0),hsla(8,84%,65%,0) 0,rgba(240,47,23,0) 0,#000);
        background: -o-linear-gradient(top,hsla(0,0%,100%,0) 0,hsla(8,84%,65%,0) 0,rgba(240,47,23,0) 0,#000 100%);
        background: -ms-linear-gradient(top,hsla(0,0%,100%,0) 0,hsla(8,84%,65%,0) 0,rgba(240,47,23,0) 0,#000 100%);
        background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,hsla(8,84%,65%,0) 0,rgba(240,47,23,0) 0,#000); } }
  .hotel-list h4.hotel-title {
    margin-top: 0; }
  .hotel-list .media-left {
    position: relative;
    padding-right: 0;
    overflow: hidden;
    width: 30%; }
  .hotel-list .entry {
    padding: 30px 30px 28px 0;
    width: 85%; }
  .hotel-list a.opalhotel-book-now {
    margin-top: 25px; }
  .hotel-list .opalhotel-price {
    width: 125px;
    height: 125px;
    background: #232d33;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    padding: 45px 0; }
    .hotel-list .opalhotel-price .price-title {
      display: none; }
    .hotel-list .opalhotel-price .price-value {
      line-height: 20px; }
    .hotel-list .opalhotel-price ins span {
      color: #fff;
      font-size: 30px;
      font-family: 'Times New Roman',Helvetica,Arial,sans-serif; }

.hotel-grid:hover .opalhotel-hotel-actions li,.hotel-list:hover .opalhotel-hotel-actions li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100); }

.hotel-grid:hover .opalhotel-hotel-actions,.hotel-list:hover .opalhotel-hotel-actions {
  right: 30px; }

.hotel-grid:hover .opalhotel-catalog-thumbnail:after,.hotel-list:hover .opalhotel-catalog-thumbnail:after {
  background: rgba(0,0,0,.8); }

.hotel-grid:hover .opalhotel-catalog-thumbnail img,.hotel-list:hover .opalhotel-catalog-thumbnail img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.hotel-grid .opalhotel-hotel-actions,.hotel-grid .opalhotel-hotel-stars,.hotel-list .opalhotel-hotel-actions,.hotel-list .opalhotel-hotel-stars {
  position: absolute;
  bottom: 30px; }

.hotel-grid .opalhotel-hotel-stars,.hotel-list .opalhotel-hotel-stars {
  left: 30px; }

.hotel-grid .opalhotel-catalog-thumbnail,.hotel-list .opalhotel-catalog-thumbnail {
  margin: 8px;
  position: relative;
  width: auto;
  overflow: hidden; }
  .hotel-grid .opalhotel-catalog-thumbnail img,.hotel-list .opalhotel-catalog-thumbnail img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  @media (min-width: 768px) {
    .hotel-grid .opalhotel-catalog-thumbnail:before,.hotel-list .opalhotel-catalog-thumbnail:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      pointer-events: none;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      width: 100%;
      height: 50%;
      background: #000;
      background: hsla(0,0%,100%,0);
      background: -moz-linear-gradient(top,hsla(0,0%,100%,0) 0,hsla(8,84%,65%,0) 0,rgba(240,47,23,0) 0,#000 200%);
      background: -webkit-gradient(left top,left bottom,color-stop(0,hsla(0,0%,100%,0)),color-stop(0,hsla(8,84%,65%,0)),color-stop(0,rgba(240,47,23,0)),color-stop(200%,#000));
      background: -webkit-linear-gradient(top,hsla(0,0%,100%,0),hsla(8,84%,65%,0) 0,rgba(240,47,23,0) 0,#000 200%);
      background: -o-linear-gradient(top,hsla(0,0%,100%,0) 0,hsla(8,84%,65%,0) 0,rgba(240,47,23,0) 0,#000 200%);
      background: -ms-linear-gradient(top,hsla(0,0%,100%,0) 0,hsla(8,84%,65%,0) 0,rgba(240,47,23,0) 0,#000 200%);
      background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,hsla(8,84%,65%,0) 0,rgba(240,47,23,0) 0,#000 200%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=0); }
    .hotel-grid .opalhotel-catalog-thumbnail:after,.hotel-list .opalhotel-catalog-thumbnail:after {
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      -webkit-box-shadow: 0 -120px 249px -70px #0000 inset;
      box-shadow: inset 0 -120px 249px -70px #0000;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; } }

.hotel-grid .opalhotel-hotel-actions,.hotel-list .opalhotel-hotel-actions {
  right: -45px;
  width: 105px;
  padding: 0;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s; }
  @media (min-width: 768px) {
    .hotel-grid .opalhotel-hotel-actions li,.hotel-list .opalhotel-hotel-actions li {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -webkit-transition-timing-function: ease;
      transition-timing-function: ease;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      opacity: 0;
      filter: alpha(opacity=0); } }
  .hotel-grid .opalhotel-hotel-actions li:first-of-type,.hotel-list .opalhotel-hotel-actions li:first-of-type {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100); }
    .hotel-grid .opalhotel-hotel-actions li:first-of-type a,.hotel-list .opalhotel-hotel-actions li:first-of-type a {
      color: red;
      background-color: #fff; }
  .hotel-grid .opalhotel-hotel-actions li:nth-of-type(2),.hotel-list .opalhotel-hotel-actions li:nth-of-type(2) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s; }
  .hotel-grid .opalhotel-hotel-actions li:nth-of-type(3),.hotel-list .opalhotel-hotel-actions li:nth-of-type(3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s; }
  .hotel-grid .opalhotel-hotel-actions li a,.hotel-list .opalhotel-hotel-actions li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    margin: 0 1px;
    font-size: 14px;
    text-align: center;
    color: #999;
    display: inline-block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px; }
    .hotel-grid .opalhotel-hotel-actions li a:hover,.hotel-list .opalhotel-hotel-actions li a:hover {
      color: red;
      background-color: #fff; }

.hotel-grid a.opalhotel-book-now,.hotel-list a.opalhotel-book-now {
  font-size: 14px;
  font-weight: 900;
  text-transform: none;
  border: 0;
  padding-right: 30px;
  padding-left: 30px;
  color: #fff;
  background-color: #30adc5;
  border-color: #2b9bb0; }
  .hotel-grid a.opalhotel-book-now.focus,.hotel-grid a.opalhotel-book-now:focus,.hotel-list a.opalhotel-book-now.focus,.hotel-list a.opalhotel-book-now:focus {
    color: #fff;
    background-color: #26899c;
    border-color: #12414a; }
  .hotel-grid a.opalhotel-book-now.active,.hotel-grid a.opalhotel-book-now:active,.hotel-grid a.opalhotel-book-now:hover,.hotel-list a.opalhotel-book-now.active,.hotel-list a.opalhotel-book-now:active,.hotel-list a.opalhotel-book-now:hover,.open>.hotel-grid a.opalhotel-book-now.dropdown-toggle,.open>.hotel-list a.opalhotel-book-now.dropdown-toggle {
    color: #fff;
    background-color: #26899c;
    border-color: #1f707f; }
    .hotel-grid a.opalhotel-book-now.active.focus,.hotel-grid a.opalhotel-book-now.active:focus,.hotel-grid a.opalhotel-book-now.active:hover,.hotel-grid a.opalhotel-book-now:active.focus,.hotel-grid a.opalhotel-book-now:active:focus,.hotel-grid a.opalhotel-book-now:active:hover,.hotel-list a.opalhotel-book-now.active.focus,.hotel-list a.opalhotel-book-now.active:focus,.hotel-list a.opalhotel-book-now.active:hover,.hotel-list a.opalhotel-book-now:active.focus,.hotel-list a.opalhotel-book-now:active:focus,.hotel-list a.opalhotel-book-now:active:hover,.open>.hotel-grid a.opalhotel-book-now.dropdown-toggle.focus,.open>.hotel-grid a.opalhotel-book-now.dropdown-toggle:focus,.open>.hotel-grid a.opalhotel-book-now.dropdown-toggle:hover,.open>.hotel-list a.opalhotel-book-now.dropdown-toggle.focus,.open>.hotel-list a.opalhotel-book-now.dropdown-toggle:focus,.open>.hotel-list a.opalhotel-book-now.dropdown-toggle:hover {
      color: #fff;
      background-color: #1f707f;
      border-color: #12414a; }
  .hotel-grid a.opalhotel-book-now.active,.hotel-grid a.opalhotel-book-now:active,.hotel-list a.opalhotel-book-now.active,.hotel-list a.opalhotel-book-now:active,.open>.hotel-grid a.opalhotel-book-now.dropdown-toggle,.open>.hotel-list a.opalhotel-book-now.dropdown-toggle {
    background-image: none; }
  .hotel-grid a.opalhotel-book-now.disabled,.hotel-grid a.opalhotel-book-now.disabled.active,.hotel-grid a.opalhotel-book-now.disabled.focus,.hotel-grid a.opalhotel-book-now.disabled:active,.hotel-grid a.opalhotel-book-now.disabled:focus,.hotel-grid a.opalhotel-book-now.disabled:hover,.hotel-grid a.opalhotel-book-now[disabled],.hotel-grid a.opalhotel-book-now[disabled].active,.hotel-grid a.opalhotel-book-now[disabled].focus,.hotel-grid a.opalhotel-book-now[disabled]:active,.hotel-grid a.opalhotel-book-now[disabled]:focus,.hotel-grid a.opalhotel-book-now[disabled]:hover,.hotel-list a.opalhotel-book-now.disabled,.hotel-list a.opalhotel-book-now.disabled.active,.hotel-list a.opalhotel-book-now.disabled.focus,.hotel-list a.opalhotel-book-now.disabled:active,.hotel-list a.opalhotel-book-now.disabled:focus,.hotel-list a.opalhotel-book-now.disabled:hover,.hotel-list a.opalhotel-book-now[disabled],.hotel-list a.opalhotel-book-now[disabled].active,.hotel-list a.opalhotel-book-now[disabled].focus,.hotel-list a.opalhotel-book-now[disabled]:active,.hotel-list a.opalhotel-book-now[disabled]:focus,.hotel-list a.opalhotel-book-now[disabled]:hover,fieldset[disabled] .hotel-grid a.opalhotel-book-now,fieldset[disabled] .hotel-grid a.opalhotel-book-now.active,fieldset[disabled] .hotel-grid a.opalhotel-book-now.focus,fieldset[disabled] .hotel-grid a.opalhotel-book-now:active,fieldset[disabled] .hotel-grid a.opalhotel-book-now:focus,fieldset[disabled] .hotel-grid a.opalhotel-book-now:hover,fieldset[disabled] .hotel-list a.opalhotel-book-now,fieldset[disabled] .hotel-list a.opalhotel-book-now.active,fieldset[disabled] .hotel-list a.opalhotel-book-now.focus,fieldset[disabled] .hotel-list a.opalhotel-book-now:active,fieldset[disabled] .hotel-list a.opalhotel-book-now:focus,fieldset[disabled] .hotel-list a.opalhotel-book-now:hover {
    background-color: #30adc5;
    border-color: #2b9bb0; }
  .hotel-grid a.opalhotel-book-now .badge,.hotel-list a.opalhotel-book-now .badge {
    color: #30adc5;
    background-color: #fff; }
  .hotel-grid a.opalhotel-book-now:before,.hotel-list a.opalhotel-book-now:before {
    content: none; }

.hotel-grid .opalhotel-price,.hotel-list .opalhotel-price {
  text-transform: none; }
  .hotel-grid .opalhotel-price ins .price-value,.hotel-list .opalhotel-price ins .price-value {
    font-size: 20px;
    font-weight: 500;
    color: #000; }

.hotel-grid .hotel-title,.hotel-list .hotel-title {
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 0;
  margin: 20px 30px 10px;
  line-height: 32px;
  min-height: 60px; }
  .hotel-grid .hotel-title a,.hotel-list .hotel-title a {
    color: #000; }
    .hotel-grid .hotel-title a:hover,.hotel-list .hotel-title a:hover {
      color: #30adc5; }

.hotel-grid .address,.hotel-list .address {
  font-weight: 300;
  font-size: 12px;
  margin-left: 30px;
  margin-right: 30px;
  color: #999;
  margin-bottom: 10px; }

.hotel-grid .includes .fa,.hotel-list .includes .fa {
  display: none; }

.hotel-grid .count-rooms-available .fa,.hotel-list .count-rooms-available .fa {
  margin-right: 10px; }

.hotel-grid .count-rooms-available,.hotel-grid .includes,.hotel-list .count-rooms-available,.hotel-list .includes {
  margin-left: 30px;
  margin-right: 30px;
  font-size: 14px;
  line-height: 24px;
  display: block;
  min-height: 40px;
  color: #000; }

.widget.widget_opalhotel-form-hotel-available>.vertical .widgettitle {
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  line-height: 24px;
  text-align: left; }
  .widget.widget_opalhotel-form-hotel-available>.vertical .widgettitle:after,.widget.widget_opalhotel-form-hotel-available>.vertical .widgettitle:before {
    content: none; }

.widget.widget_opalhotel-form-hotel-available>.vertical .opalhotel-form-field {
  padding: 0;
  margin-bottom: -1px;
  width: 100%; }

.widget.widget_opalhotel-form-hotel-available>.vertical footer {
  clear: both; }

.widget.widget_opalhotel-form-hotel-available>.vertical .opalhotel-button-submit {
  width: 100%;
  margin-top: 20px; }

.widget.widget_opalhotel-hotel-available-filter {
  padding: 0;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
  .widget.widget_opalhotel-hotel-available-filter .widgettitle {
    padding: 20px 30px;
    margin: 0;
    font-size: 20px;
    border-bottom: 1px solid #e7e7e7;
    line-height: 24px;
    text-align: left; }
    .widget.widget_opalhotel-hotel-available-filter .widgettitle:after,.widget.widget_opalhotel-hotel-available-filter .widgettitle:before {
      content: none; }
  .widget.widget_opalhotel-hotel-available-filter .opalhotel-hotel-stars li {
    padding: 0;
    border: 0; }
  .widget.widget_opalhotel-hotel-available-filter .filter-section>ul>li {
    border: 0;
    padding: 10px 15px;
    background: #f9f9f9;
    margin-bottom: 2px;
    position: relative; }
    .widget.widget_opalhotel-hotel-available-filter .filter-section>ul>li input[type=checkbox] {
      margin-right: 10px; }
    .widget.widget_opalhotel-hotel-available-filter .filter-section>ul>li .count {
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 14px;
      font-weight: 300;
      color: #000; }
    .widget.widget_opalhotel-hotel-available-filter .filter-section>ul>li label {
      font-size: 14px;
      font-weight: 300;
      color: #666; }

.opalhotel-form-field .opalhotel-form-field-group .value,.opalhotel-form-field .opalhotel-form-field-group input,.opalhotel-form-field .opalhotel-form-field-group select {
  background: #fff;
  color: #000;
  border: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px 40px 7px 15px;
  line-height: 36px;
  height: 60px;
  min-width: 180px;
  font-family: 'Open Sans',sans-serif;
  overflow: hidden; }
  .opalhotel-form-field .opalhotel-form-field-group .value::-moz-placeholder,.opalhotel-form-field .opalhotel-form-field-group input::-moz-placeholder,.opalhotel-form-field .opalhotel-form-field-group select::-moz-placeholder {
    color: #000;
    opacity: 1; }
  .opalhotel-form-field .opalhotel-form-field-group .value:-ms-input-placeholder,.opalhotel-form-field .opalhotel-form-field-group input:-ms-input-placeholder,.opalhotel-form-field .opalhotel-form-field-group select:-ms-input-placeholder {
    color: #000; }
  .opalhotel-form-field .opalhotel-form-field-group .value::-webkit-input-placeholder,.opalhotel-form-field .opalhotel-form-field-group input::-webkit-input-placeholder,.opalhotel-form-field .opalhotel-form-field-group select::-webkit-input-placeholder {
    color: #000; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .opalhotel-form-field .opalhotel-form-field-group .value,.opalhotel-form-field .opalhotel-form-field-group input,.opalhotel-form-field .opalhotel-form-field-group select {
      min-width: 125px;
      padding: 7px 15px;
      min-width: 180px; } }
  @media (min-width: 1200px) {
    .opalhotel-form-field .opalhotel-form-field-group .value,.opalhotel-form-field .opalhotel-form-field-group input,.opalhotel-form-field .opalhotel-form-field-group select {
      min-width: auto; } }
  .opalhotel-form-field .opalhotel-form-field-group .value:active,.opalhotel-form-field .opalhotel-form-field-group .value:focus,.opalhotel-form-field .opalhotel-form-field-group input:active,.opalhotel-form-field .opalhotel-form-field-group input:focus,.opalhotel-form-field .opalhotel-form-field-group select:active,.opalhotel-form-field .opalhotel-form-field-group select:focus {
    outline: none;
    border: none; }

.opalhotel-form-field .opalhotel-form-field-group .value:before {
  right: 12px; }

.opalhotel-select-wrapper .list-options {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e7e7e7; }
  .opalhotel-select-wrapper .list-options.open input {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-width: 0 0 1px; }
  .opalhotel-select-wrapper .list-options li {
    padding: 5px 10px !important; }

.widget_opalhotel-check-available .button.button-primary {
  width: 100%;
  background: #e2b444;
  color: #fff; }
  .widget_opalhotel-check-available .button.button-primary:hover {
    color: #fff; }

.widget_opalhotel-check-available .opalhotel_form_section .opalhotel-form-field .opalhotel-form-lable {
  color: #999;
  letter-spacing: -1px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none; }

.widget_opalhotel-check-available .opalhotel-form-field .opalhotel-form-field-group i {
  top: 20px; }

.button.button-default {
  color: #fff;
  text-transform: none; }
  .button.button-default:hover {
    background: #30adc5;
    color: #fff !important; }

.opalhotel-reservation-step .button.button-primary-inverse,button.button.button-primary-inverse {
  background: #e2b444;
  color: #fff;
  font-weight: 700;
  text-transform: none;
  font-size: 14px; }
  @media (max-width: 480px) {
    .opalhotel-reservation-step .button.button-primary-inverse,button.button.button-primary-inverse {
      float: left !important;
      margin-top: 30px; } }
  .opalhotel-reservation-step .button.button-primary-inverse:hover,button.button.button-primary-inverse:hover {
    background: #30adc5;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }

.opalhotel_form_section .button.button-theme,.opalhotel_form_section .opalhotel-button-submit {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  background: #30adc5;
  border: 0;
  padding: 12px 15px;
  line-height: 36px;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  min-width: 170px;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .opalhotel_form_section .button.button-theme i,.opalhotel_form_section .opalhotel-button-submit i {
    color: #000;
    margin-right: 10px; }
  .opalhotel_form_section .button.button-theme:hover,.opalhotel_form_section .opalhotel-button-submit:hover {
    color: #fff;
    background: #d29f21; }

.opalhotel_form_section .opalhotel-form-field .opalhotel-form-lable {
  color: #999;
  letter-spacing: -1px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none; }

.opalhotel_form_section .opalhotel-form-field .opalhotel-form-field-group i {
  pointer-events: none;
  color: #000; }

.opalhotel_form_section .opalhotel_check_availability {
  margin-bottom: 100px; }
  .opalhotel_form_section .opalhotel_check_availability .opalhotel-form-field {
    padding: 0;
    border: 1px solid #e7e7e7;
    margin-bottom: 20px; }

.widget_opalhotel-form-hotel-available>.overlap {
  position: absolute;
  bottom: 180px;
  background: #fff;
  max-width: 1170px;
  padding: 15px 30px 30px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
  .widget_opalhotel-form-hotel-available>.overlap .widgettitle {
    display: none; }

.widget_opalhotel-form-hotel-available>.middle {
  position: absolute;
  top: 75px;
  left: 380px;
  max-width: 570px; }
  .widget_opalhotel-form-hotel-available>.middle .opalhotel_form_section {
    padding: 10px; }
    .widget_opalhotel-form-hotel-available>.middle .opalhotel_form_section .opalhotel-form-field {
      padding: 5px 20px; }
    .widget_opalhotel-form-hotel-available>.middle .opalhotel_form_section footer {
      clear: both;
      padding: 20px; }
      .widget_opalhotel-form-hotel-available>.middle .opalhotel_form_section footer>button {
        width: 100%;
        background: #ff7c00; }
        .widget_opalhotel-form-hotel-available>.middle .opalhotel_form_section footer>button:hover {
          background: #e67000; }

@media (min-width: 992px) {
  .horizontal-form>.form-content,.overlap>form {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6; }
    .horizontal-form>.form-content .opalhotel-form-field,.overlap>form .opalhotel-form-field {
      min-width: 180px;
      padding: 0 10px 0 0;
      border-left: 1px solid #e6e6e6;
      border-top: 0;
      border-right: 0;
      border-bottom: 0;
      margin-bottom: 0; }
      .horizontal-form>.form-content .opalhotel-form-field:last-child,.overlap>form .opalhotel-form-field:last-child {
        padding-right: 0; }
    .horizontal-form>.form-content footer,.overlap>form footer {
      display: table-cell;
      vertical-align: bottom; } }

.horizontal-form header {
  margin: 20px 25px; }
  @media (min-width: 1200px) {
    .horizontal-form header {
      float: left; }
      .horizontal-form header h3 {
        padding-right: 20px;
        margin-right: 20px; } }
  .horizontal-form header.heading-form {
    margin: 0; }
  .horizontal-form header h3 {
    font-size: 20px;
    margin-top: 0;
    color: #30adc5; }

.widget_delux-hotel-best-price ul.delux-leastest-hotels,.widget_delux-hotel-lastest-deals ul.delux-leastest-hotels {
  padding: 30px 0 0;
  margin-bottom: 0; }
  .widget_delux-hotel-best-price ul.delux-leastest-hotels>li+li,.widget_delux-hotel-lastest-deals ul.delux-leastest-hotels>li+li {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e7e7e7; }
  .widget_delux-hotel-best-price ul.delux-leastest-hotels .hotel-list,.widget_delux-hotel-lastest-deals ul.delux-leastest-hotels .hotel-list {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: hidden;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0; }
    .widget_delux-hotel-best-price ul.delux-leastest-hotels .hotel-list .opalhotel-catalog-thumbnail,.widget_delux-hotel-lastest-deals ul.delux-leastest-hotels .hotel-list .opalhotel-catalog-thumbnail {
      margin-top: 0;
      margin-left: 0; }
      @media (min-width: 768px) {
        .widget_delux-hotel-best-price ul.delux-leastest-hotels .hotel-list .opalhotel-catalog-thumbnail,.widget_delux-hotel-lastest-deals ul.delux-leastest-hotels .hotel-list .opalhotel-catalog-thumbnail {
          margin-bottom: 0; }
          .widget_delux-hotel-best-price ul.delux-leastest-hotels .hotel-list .opalhotel-catalog-thumbnail img,.widget_delux-hotel-lastest-deals ul.delux-leastest-hotels .hotel-list .opalhotel-catalog-thumbnail img {
            max-width: 90px;
            min-width: auto; } }
      .widget_delux-hotel-best-price ul.delux-leastest-hotels .hotel-list .opalhotel-catalog-thumbnail:after,.widget_delux-hotel-best-price ul.delux-leastest-hotels .hotel-list .opalhotel-catalog-thumbnail:before,.widget_delux-hotel-lastest-deals ul.delux-leastest-hotels .hotel-list .opalhotel-catalog-thumbnail:after,.widget_delux-hotel-lastest-deals ul.delux-leastest-hotels .hotel-list .opalhotel-catalog-thumbnail:before {
        content: none; }
    .widget_delux-hotel-best-price ul.delux-leastest-hotels .hotel-list .hotel-title,.widget_delux-hotel-lastest-deals ul.delux-leastest-hotels .hotel-list .hotel-title {
      font-size: 16px;
      line-height: 18px;
      font-weight: 600;
      margin: 0; }
      .widget_delux-hotel-best-price ul.delux-leastest-hotels .hotel-list .hotel-title a,.widget_delux-hotel-lastest-deals ul.delux-leastest-hotels .hotel-list .hotel-title a {
        color: #000; }
        .widget_delux-hotel-best-price ul.delux-leastest-hotels .hotel-list .hotel-title a:hover,.widget_delux-hotel-lastest-deals ul.delux-leastest-hotels .hotel-list .hotel-title a:hover {
          color: #30adc5; }
    @media (min-width: 768px) {
      .widget_delux-hotel-best-price ul.delux-leastest-hotels .hotel-list .media,.widget_delux-hotel-lastest-deals ul.delux-leastest-hotels .hotel-list .media {
        float: left; } }
    .widget_delux-hotel-best-price ul.delux-leastest-hotels .hotel-list .entry,.widget_delux-hotel-best-price ul.delux-leastest-hotels .hotel-list .meta,.widget_delux-hotel-lastest-deals ul.delux-leastest-hotels .hotel-list .entry,.widget_delux-hotel-lastest-deals ul.delux-leastest-hotels .hotel-list .meta {
      float: none;
      width: 100%;
      padding: 0;
      border: 0; }
    .widget_delux-hotel-best-price ul.delux-leastest-hotels .hotel-list label.discount,.widget_delux-hotel-lastest-deals ul.delux-leastest-hotels .hotel-list label.discount {
      display: none; }
    .widget_delux-hotel-best-price ul.delux-leastest-hotels .hotel-list .hotel-content,.widget_delux-hotel-lastest-deals ul.delux-leastest-hotels .hotel-list .hotel-content {
      display: block;
      overflow: hidden;
      padding-left: 20px; }
    .widget_delux-hotel-best-price ul.delux-leastest-hotels .hotel-list .opalhotel-hotel-stars,.widget_delux-hotel-lastest-deals ul.delux-leastest-hotels .hotel-list .opalhotel-hotel-stars {
      position: static;
      margin-bottom: 0; }
    .widget_delux-hotel-best-price ul.delux-leastest-hotels .hotel-list .opalhotel-price,.widget_delux-hotel-lastest-deals ul.delux-leastest-hotels .hotel-list .opalhotel-price {
      text-align: left; }
      .widget_delux-hotel-best-price ul.delux-leastest-hotels .hotel-list .opalhotel-price .price-value,.widget_delux-hotel-best-price ul.delux-leastest-hotels .hotel-list .opalhotel-price ins,.widget_delux-hotel-lastest-deals ul.delux-leastest-hotels .hotel-list .opalhotel-price .price-value,.widget_delux-hotel-lastest-deals ul.delux-leastest-hotels .hotel-list .opalhotel-price ins {
        font-size: 16px;
        line-height: 18px;
        color: #000;
        font-weight: 400; }
      .widget_delux-hotel-best-price ul.delux-leastest-hotels .hotel-list .opalhotel-price b,.widget_delux-hotel-lastest-deals ul.delux-leastest-hotels .hotel-list .opalhotel-price b {
        font-weight: 400; }
      .widget_delux-hotel-best-price ul.delux-leastest-hotels .hotel-list .opalhotel-price del,.widget_delux-hotel-lastest-deals ul.delux-leastest-hotels .hotel-list .opalhotel-price del {
        font-size: 12px; }
    .widget_delux-hotel-best-price ul.delux-leastest-hotels .hotel-list .unit,.widget_delux-hotel-lastest-deals ul.delux-leastest-hotels .hotel-list .unit {
      display: none; }

.widget_opalhotel-single-hotel-destination .thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
  .widget_opalhotel-single-hotel-destination .thumbnail:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: .45;
    filter: alpha(opacity=45); }
  .widget_opalhotel-single-hotel-destination .thumbnail img {
    -webkit-transition: transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s; }
  .widget_opalhotel-single-hotel-destination .thumbnail:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.widget_opalhotel-single-hotel-destination .information {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  align-items: center;
  text-align: center; }
  .widget_opalhotel-single-hotel-destination .information .title {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    width: 100%; }
    .widget_opalhotel-single-hotel-destination .information .title a {
      color: #fff; }
      .widget_opalhotel-single-hotel-destination .information .title a:hover {
        color: #30adc5; }
  .widget_opalhotel-single-hotel-destination .information .meta {
    font-size: 16px;
    font-weight: 300; }
  .widget_opalhotel-single-hotel-destination .information .hotel-count {
    display: inline-block; }
  .widget_opalhotel-single-hotel-destination .information .opalhotel-price {
    color: #fff;
    display: inline-block;
    text-transform: none;
    font-size: 16px; }
    .widget_opalhotel-single-hotel-destination .information .opalhotel-price .price-value {
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      display: inline-block; }

.opalhotel-reservation-container {
  margin-top: 0 !important; }
  .opalhotel-reservation-container .opalhotel-reservation-process-steps ul li.active span,.opalhotel-reservation-container .opalhotel-reservation-process-steps ul li:after {
    background-color: #30adc5; }
  @media (min-width: 992px) {
    .opalhotel-reservation-container ul.opalhotel-search-results form.opalhotel-available-form img {
      max-width: 364px; } }

.opalhotel-reservation-step-content ul.opalhotel-search-results li.opalhotel-available-item {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    .opalhotel-reservation-step-content ul.opalhotel-search-results li.opalhotel-available-item .room-content {
      padding: 20px; } }
  .opalhotel-reservation-step-content ul.opalhotel-search-results li.opalhotel-available-item .room-actions {
    min-width: 200px;
    padding-right: 30px; }
    @media (max-width: 991px) {
      .opalhotel-reservation-step-content ul.opalhotel-search-results li.opalhotel-available-item .room-actions {
        padding-right: 0; } }
    .opalhotel-reservation-step-content ul.opalhotel-search-results li.opalhotel-available-item .room-actions .opalhotel-room-price ins {
      color: #30adc5; }
    .opalhotel-reservation-step-content ul.opalhotel-search-results li.opalhotel-available-item .room-actions .opalhotel-room-toggle-packages {
      padding: 8px 20px;
      color: #fff;
      background: #30adc5 !important;
      border-color: #30adc5 !important;
      float: left; }
      .opalhotel-reservation-step-content ul.opalhotel-search-results li.opalhotel-available-item .room-actions .opalhotel-room-toggle-packages:hover {
        background: #26899c !important; }
  .opalhotel-reservation-step-content ul.opalhotel-search-results li.opalhotel-available-item .room-title {
    margin-top: 0;
    line-height: 30px; }
  .opalhotel-reservation-step-content ul.opalhotel-search-results li.opalhotel-available-item .inner {
    text-align: center; }
  .opalhotel-reservation-step-content ul.opalhotel-search-results li.opalhotel-available-item .opalhotel-view-price {
    margin: 5px 0;
    display: block;
    /* float: left; */ }
  .opalhotel-reservation-step-content ul.opalhotel-search-results li.opalhotel-available-item .opalhotel-room-meta li {
    margin-right: 15px;
    padding: 0; }
  .opalhotel-reservation-step-content ul.opalhotel-search-results li.opalhotel-available-item .room-meta-info {
    margin-bottom: 15px; }

.opalhotel-reservation-step-content ul.opalhotel-search-results .opalhotel-room-price {
  padding: 20px 0;
  float: none;
  display: inline-block; }

.opalhotel-reservation-step-content .opalhotel-room-meta li:before {
  color: #30adc5; }

.opalhotel-reservation-step-content .horizontal-form>.form-content,.opalhotel-reservation-step-content .overlap>form {
  border-top: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0; }

#opalhotel-hotel-info-2 {
  padding: 0;
  border: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 15px 50px 0 rgba(0,0,0,.12);
  box-shadow: 0 15px 50px 0 rgba(0,0,0,.12); }
  #opalhotel-hotel-info-2:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  #opalhotel-hotel-info-2 .opalhotel-hotel-info {
    margin: 0; }
    #opalhotel-hotel-info-2 .opalhotel-hotel-info ul span {
      float: none; }
    #opalhotel-hotel-info-2 .opalhotel-hotel-info.hotel-info-v2 .price {
      font-size: 14px;
      font-weight: 300; }
    #opalhotel-hotel-info-2 .opalhotel-hotel-info.hotel-info-v2 .price-value {
      display: block;
      font-size: 30px;
      line-height: 30px;
      font-weight: 400; }
    #opalhotel-hotel-info-2 .opalhotel-hotel-info.hotel-info-v2 .meta .label {
      font-size: 14px;
      padding: 10px 0; }
    #opalhotel-hotel-info-2 .opalhotel-hotel-info.hotel-info-v2 .meta .value {
      font-size: 14px;
      color: #000; }
    #opalhotel-hotel-info-2 .opalhotel-hotel-info.hotel-info-v2 .meta ul li {
      border-bottom-style: dashed;
      display: flex;
      align-items: center; }
    #opalhotel-hotel-info-2 .opalhotel-hotel-info.hotel-info-v2 .opalhotel-pre-add-wishlist {
      background-color: #f0f0f0;
      color: #999;
      font-size: 14px;
      font-weight: 900;
      padding: 10px 20px;
      display: inline-block;
      line-height: 1.875;
      margin-bottom: 20px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
      #opalhotel-hotel-info-2 .opalhotel-hotel-info.hotel-info-v2 .opalhotel-pre-add-wishlist i {
        color: red;
        margin-right: 5px; }
      #opalhotel-hotel-info-2 .opalhotel-hotel-info.hotel-info-v2 .opalhotel-pre-add-wishlist:hover {
        background-color: #30adc5;
        color: #fff; }
        #opalhotel-hotel-info-2 .opalhotel-hotel-info.hotel-info-v2 .opalhotel-pre-add-wishlist:hover i {
          color: #fff; }
    #opalhotel-hotel-info-2 .opalhotel-hotel-info.hotel-info-v2 .opalhotel-print-page,#opalhotel-hotel-info-2 .opalhotel-hotel-info.hotel-info-v2 .opalhotel-share {
      font-size: 14px;
      color: #999;
      width: 40px;
      height: 43px;
      line-height: 43px;
      display: inline-block;
      text-align: center; }
      #opalhotel-hotel-info-2 .opalhotel-hotel-info.hotel-info-v2 .opalhotel-print-page:hover,#opalhotel-hotel-info-2 .opalhotel-hotel-info.hotel-info-v2 .opalhotel-share:hover {
        color: #30adc5; }
    #opalhotel-hotel-info-2 .opalhotel-hotel-info.hotel-info-v2 .opalhotel-share+.opalhotel-print-page {
      border-left: 1px solid #e7e7e7; }

.widget_opalhotel-hotels .opalhotel_hotel .opalhotel-catalog-thumbnail.hotel-thumbnail:before {
  opacity: .4;
  filter: alpha(opacity=40); }

.widget_opalhotel-hotels .opalhotel_hotel .entry .includes {
  min-height: auto; }

.widget_opalhotel-hotels-lastest-deals .style2 .hotel-grid,.widget_opalhotel-hotels .style2 .hotel-grid {
  position: relative;
  overflow: hidden; }
  .widget_opalhotel-hotels-lastest-deals .style2 .hotel-grid .opalhotel-catalog-thumbnail,.widget_opalhotel-hotels .style2 .hotel-grid .opalhotel-catalog-thumbnail {
    margin: 0; }
    @media (min-width: 768px) {
      .widget_opalhotel-hotels-lastest-deals .style2 .hotel-grid .opalhotel-catalog-thumbnail:before,.widget_opalhotel-hotels .style2 .hotel-grid .opalhotel-catalog-thumbnail:before {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        bottom: 0;
        top: auto;
        height: 50%;
        background: #000;
        background: hsla(0,0%,100%,0);
        background: -moz-linear-gradient(top,hsla(0,0%,100%,0) 0,hsla(8,84%,65%,0) 0,rgba(240,47,23,0) 0,#000 100%);
        background: -webkit-gradient(left top,left bottom,color-stop(0,hsla(0,0%,100%,0)),color-stop(0,hsla(8,84%,65%,0)),color-stop(0,rgba(240,47,23,0)),color-stop(100%,#000));
        background: -webkit-linear-gradient(top,hsla(0,0%,100%,0),hsla(8,84%,65%,0) 0,rgba(240,47,23,0) 0,#000);
        background: -o-linear-gradient(top,hsla(0,0%,100%,0) 0,hsla(8,84%,65%,0) 0,rgba(240,47,23,0) 0,#000 100%);
        background: -ms-linear-gradient(top,hsla(0,0%,100%,0) 0,hsla(8,84%,65%,0) 0,rgba(240,47,23,0) 0,#000 100%);
        background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,hsla(8,84%,65%,0) 0,rgba(240,47,23,0) 0,#000);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=0); } }
  @media (min-width: 768px) {
    .widget_opalhotel-hotels-lastest-deals .style2 .hotel-grid footer,.widget_opalhotel-hotels .style2 .hotel-grid footer {
      border: 0;
      padding: 0; }
      .widget_opalhotel-hotels-lastest-deals .style2 .hotel-grid footer .includes,.widget_opalhotel-hotels .style2 .hotel-grid footer .includes {
        display: block;
        width: 60%;
        color: #fff; } }
  .widget_opalhotel-hotels-lastest-deals .style2 .hotel-grid:hover .opalhotel-catalog-thumbnail:before,.widget_opalhotel-hotels .style2 .hotel-grid:hover .opalhotel-catalog-thumbnail:before {
    background: #000;
    opacity: .8;
    filter: alpha(opacity=80);
    height: 100%; }
  .widget_opalhotel-hotels-lastest-deals .style2 .hotel-grid:hover .hotel-content,.widget_opalhotel-hotels .style2 .hotel-grid:hover .hotel-content {
    top: 0; }
  .widget_opalhotel-hotels-lastest-deals .style2 .hotel-grid:hover footer,.widget_opalhotel-hotels .style2 .hotel-grid:hover footer {
    opacity: 1;
    filter: alpha(opacity=100); }

.widget_opalhotel-hotels-lastest-deals .style2 .opalhotel-hotel-stars,.widget_opalhotel-hotels .style2 .opalhotel-hotel-stars {
  margin-left: 30px;
  position: static; }

.widget_opalhotel-hotels-lastest-deals .style2 h4.hotel-title,.widget_opalhotel-hotels .style2 h4.hotel-title {
  margin-top: 5px;
  margin-bottom: 8px; }
  .widget_opalhotel-hotels-lastest-deals .style2 h4.hotel-title a:hover,.widget_opalhotel-hotels .style2 h4.hotel-title a:hover {
    color: #fff; }

.widget_opalhotel-hotels-lastest-deals .style2 .hotel-wrap-title,.widget_opalhotel-hotels .style2 .hotel-wrap-title {
  position: relative; }
  .widget_opalhotel-hotels-lastest-deals .style2 .hotel-wrap-title>*,.widget_opalhotel-hotels .style2 .hotel-wrap-title>* {
    width: 60%; }

.widget_opalhotel-hotels-lastest-deals .style2 .opalhotel-price,.widget_opalhotel-hotels .style2 .opalhotel-price {
  text-align: left;
  position: absolute;
  top: 0;
  right: 30px;
  width: auto; }
  .widget_opalhotel-hotels-lastest-deals .style2 .opalhotel-price .price-value ins,.widget_opalhotel-hotels .style2 .opalhotel-price .price-value ins {
    color: #fff; }
  .widget_opalhotel-hotels-lastest-deals .style2 .opalhotel-price .price-title,.widget_opalhotel-hotels .style2 .opalhotel-price .price-title {
    display: none; }

.widget_opalhotel-hotels-lastest-deals .style2 .opalhotel-hotel-actions,.widget_opalhotel-hotels .style2 .opalhotel-hotel-actions {
  float: right;
  margin-right: 30px;
  position: static; }

@media (min-width: 768px) {
  .widget_opalhotel-hotels-lastest-deals .style2 .hotel-content,.widget_opalhotel-hotels .style2 .hotel-content {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: 30px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s; }
  .widget_opalhotel-hotels-lastest-deals .style2 footer,.widget_opalhotel-hotels .style2 footer {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s; } }

.sidebar .widget_opalhotel-rooms-lastest-deals .room-description,.sidebar .widget_opalhotel-rooms-lastest-deals .room-label-discount,.sidebar .widget_opalhotel-rooms-lastest-deals .room-meta-info {
  display: none; }

.sidebar .widget_opalhotel-rooms-lastest-deals .opalhotel_room+.opalhotel_room {
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
  margin-top: 20px; }

.sidebar .widget_opalhotel-rooms-lastest-deals .room-list {
  margin: 0;
  border: 0;
  padding: 0;
  display: flex;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }
  .sidebar .widget_opalhotel-rooms-lastest-deals .room-list:after {
    content: none; }
  .sidebar .widget_opalhotel-rooms-lastest-deals .room-list .room-thumbnail {
    margin: 0; }
    .sidebar .widget_opalhotel-rooms-lastest-deals .room-list .room-thumbnail img {
      max-width: 120px;
      margin-right: 20px; }
  .sidebar .widget_opalhotel-rooms-lastest-deals .room-list .room-content {
    margin: 0; }
    .sidebar .widget_opalhotel-rooms-lastest-deals .room-list .room-content .room-title {
      line-height: 24px;
      margin: 0; }
      .sidebar .widget_opalhotel-rooms-lastest-deals .room-list .room-content .room-title a {
        color: #000;
        font-size: 16px; }
    .sidebar .widget_opalhotel-rooms-lastest-deals .room-list .room-content .opalhotel-price {
      margin: 0;
      text-align: left; }
      .sidebar .widget_opalhotel-rooms-lastest-deals .room-list .room-content .opalhotel-price .price-value {
        font-weight: 600;
        font-size: 16px;
        color: #000; }

.sidebar .widget_opalhotel-rooms-lastest-deals .room-content>div {
  border: 0; }

.sidebar .widget_delux-hotel-lastest-deals ul.delux-leastest-hotels {
  padding-top: 0; }

.sidebar .widget_delux-hotel-lastest-deals ul li a {
  color: #000;
  font-weight: 500;
  font-size: 16px; }

.sidebar .opalhotel_hotel label.discount {
  display: none; }

.delux-main-search-form .nav-tabs {
  border: 0; }

.delux-main-search-form .nav-tabs a {
  font-size: 20px;
  font-weight: 400;
  padding: 10px 30px;
  background: #000;
  color: #fff;
  border: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }

.delux-main-search-form .nav-tabs>li.active a,.delux-main-search-form .nav-tabs a:hover {
  background: #fff;
  color: #000; }

.delux-main-search-form .nav-tabs>li.active>a,.delux-main-search-form .nav-tabs>li.active>a:focus,.delux-main-search-form .nav-tabs>li.active>a:hover {
  background: #fff;
  color: #000;
  border: 0; }

.delux-main-search-form .tab-content {
  background: #fff;
  clear: both;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

.delux-main-search-form footer {
  clear: both;
  padding: 10px 20px; }

.delux-main-search-form.middle {
  padding: 40px 15px 0; }
  .delux-main-search-form.middle .nav-tabs {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 1px;
    margin-bottom: 20px; }

@media (min-width: 1199px) {
  .delux-main-search-form.middle {
    position: absolute;
    top: 75px;
    left: 380px;
    width: 570px;
    padding: 0; }
    .delux-main-search-form.middle footer {
      padding: 10px 20px 20px; }
    .delux-main-search-form.middle .find-adventures {
      margin-top: 0; }
    .delux-main-search-form.middle .tab-content {
      border-top-left-radius: 0; }
    .delux-main-search-form.middle .nav-tabs {
      margin-bottom: 0;
      border: 0;
      padding-bottom: 0; } }

@media (min-width: 992px) {
  .delux-main-search-form.overlap {
    position: absolute;
    bottom: 180px;
    max-width: 1170px;
    padding: 15px 30px 30px;
    left: 0;
    right: 0;
    margin: auto; }
    .delux-main-search-form.overlap form {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      padding: 20px;
      margin-top: 0; }
    .delux-main-search-form.overlap .form-group+.form-group,.delux-main-search-form.overlap .form-group+.form-row,.delux-main-search-form.overlap .form-row+.form-group,.delux-main-search-form.overlap .form-row+.form-row {
      margin-left: 10px; }
    .delux-main-search-form.overlap footer {
      padding: 0; }
    .delux-main-search-form.overlap .nav-tabs {
      text-align: center; }
      .delux-main-search-form.overlap .nav-tabs>li {
        float: none;
        display: inline-block;
        margin-bottom: 0; }
    .delux-main-search-form.overlap .opalhotel_form_section .opalhotel-button-submit {
      min-width: 185px; } }

.sidebar .widget_delux-hotel-lastest-deals ul li {
  border: 0;
  padding: 0; }

.archive-room .opalhotel_hotel .opalhotel-hotel-stars {
  position: inherit; }

.archive-room .room-top {
  padding: 0 5px; }

.count-results {
  padding-top: 30px; }

.opalhotel_hotel+.count-results {
  padding: 30px 10px;
  float: none;
  clear: both; }

@media (min-width: 1200px) {
  .opalhotel.grid-row [class^=grid-column-] {
    margin: 0; }
    .opalhotel.grid-row [class^=grid-column-] :hover .opalhotel-room-price {
      background: #30adc5;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      .opalhotel.grid-row [class^=grid-column-] :hover .opalhotel-room-price .unit {
        color: #fff; } }

@media (min-width: 768px) and (max-width: 991px) {
  .opalhotel.grid-row [class^=grid-column-] {
    margin: 0; } }

@media (min-width: 1200px) {
  .opalhotel .opalhotel_room:nth-child(2n) .room-list .room-inner {
    flex-flow: row-reverse; }
    .opalhotel .opalhotel_room:nth-child(2n) .room-list .room-inner footer {
      left: -60px;
      right: auto; } }

.opalhotel-wrapper .opalhotel-pagination {
  float: none;
  display: block;
  text-align: center;
  clear: both;
  width: 100%; }
  .opalhotel-wrapper .opalhotel-pagination form {
    display: inline-block;
    padding-top: 60px; }

.opalhotel-room-single-gallery-thumb.owl-carousel .owl-item {
  margin: 5px;
  padding: 0; }

.room-grid {
  position: relative;
  background: #fff; }
  .room-grid:hover .room-top-wrap .opalhotel-modal-button {
    opacity: 1;
    filter: alpha(opacity=100); }
  .room-grid:hover .opalhotel-catalog-thumbnail:before {
    opacity: .6;
    filter: alpha(opacity=60); }
  .room-grid .room-top-wrap {
    position: relative; }
    .room-grid .room-top-wrap .room-label-discount {
      z-index: 2;
      transform: none;
      padding: 5px 10px;
      top: 0;
      right: 0; }
  .room-grid .room-meta-info {
    margin-bottom: 0; }
  .room-grid .room-title {
    margin: 0;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase; }
    .room-grid .room-title a {
      color: #000; }
      .room-grid .room-title a:hover {
        color: #30adc5; }
  .room-grid .opalhotel-room-meta li {
    width: auto;
    float: left; }
    .room-grid .opalhotel-room-meta li+li {
      margin-left: 10px; }
    .room-grid .opalhotel-room-meta li:before {
      content: none !important; }
    .room-grid .opalhotel-room-meta li .meta-label {
      display: inline-block; }
    .room-grid .opalhotel-room-meta li i {
      color: #ccc; }
  .room-grid .room-main-wrap {
    margin: 73px 30px 0;
    overflow: hidden;
    padding-bottom: 65px;
    position: relative; }
    .room-grid .room-main-wrap:after {
      width: 100%;
      height: 1px;
      content: "";
      bottom: 59px;
      position: absolute;
      left: 90px;
      background: #f2f2f2; }
    .room-grid .room-main-wrap .opalhotel-modal-button {
      border-color: #30adc5;
      background: transparent;
      color: #30adc5;
      text-transform: uppercase;
      font-weight: 500;
      position: relative;
      padding: 0;
      font-size: 12px;
      z-index: 1; }
      .room-grid .room-main-wrap .opalhotel-modal-button:before {
        content: "";
        left: 0;
        width: 100%;
        height: 1px;
        background: #30adc5;
        bottom: -10px;
        position: absolute;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
      .room-grid .room-main-wrap .opalhotel-modal-button:after {
        width: 0;
        height: 1px;
        content: "";
        bottom: -10px;
        position: absolute;
        left: 0;
        background: #000; }
      .room-grid .room-main-wrap .opalhotel-modal-button:hover {
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        color: #000; }
        .room-grid .room-main-wrap .opalhotel-modal-button:hover:after {
          width: 100%;
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s; }
  .room-grid footer {
    bottom: -45px;
    position: absolute;
    right: 0;
    margin: 0 auto;
    left: 0;
    text-align: center; }
    .room-grid footer .opalhotel-rating-wrapper {
      display: none; }
    .room-grid footer .opalhotel-room-price {
      width: 125px;
      height: 125px;
      background: #232d33;
      border-radius: 100%;
      color: #fff;
      text-align: center;
      display: inline-block;
      padding: 35px 0; }
    .room-grid footer .price-value {
      font-family: 'Times New Roman',Helvetica,Arial,sans-serif;
      color: #fff;
      font-size: 30px;
      line-height: 30px; }
      .room-grid footer .price-value b {
        font-weight: 400; }
    .room-grid footer .unit {
      font-size: 13px;
      text-transform: uppercase; }

.opalhotel-modal .room-box>h4 {
  margin-bottom: 0; }

.opalhotel-modal .opalhotel-rom-gallery {
  margin-bottom: 30px; }

.opalhotel-modal .room-box .opalhotel-price-day,.opalhotel-modal .room-box .room-discounts-info {
  width: 100%; }
  .opalhotel-modal .room-box .opalhotel-price-day .alert,.opalhotel-modal .room-box .room-discounts-info .alert {
    padding-left: 15px; }

.opalhotel-select {
  background: #fbfbfb;
  border: 1px solid #e7e7e7;
  color: #999;
  font-size: 13px;
  text-transform: capitalize;
  padding: 10px;
  height: 40px;
  font-family: 'Open Sans',sans-serif;
  overflow: hidden; }

.opalhotel-before-loop.grid-row {
  padding: 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

.opalhotel-reservation .page-title {
  display: none; }

.home2 .opalhotel.grid-row .grid-column {
  margin-bottom: 40px; }

.opalhotel.grid-row {
  margin-right: -20px;
  margin-left: -20px; }
  @media(min-width:550px){
  .opalhotel.grid-row [class*=grid-column-] {
  margin: 0; }}
  .opalhotel.grid-row .grid-column {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px; }
    .opalhotel.grid-row .grid-column:hover .opalhotel-room-price {
      background: #30adc5;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      .opalhotel.grid-row .grid-column:hover .opalhotel-room-price .unit {
        color: #fff; }
  .opalhotel.grid-row .grid-column-3 {
    width: 100%; }
    @media (min-width: 1200px) {
      .opalhotel.grid-row .grid-column-3 {
        width: 25%; } }
  .opalhotel.grid-row .grid-column-4 {
    width: 100%; }
    @media (min-width: 1200px) {
      .opalhotel.grid-row .grid-column-4 {
        width: 33.33333%; } }
  .opalhotel.grid-row .grid-column-6 {
    width: 100%; }
    @media (min-width: 1200px) {
      .opalhotel.grid-row .grid-column-6 {
        width: 50%; } }

.site-main .opalhotel-map-wrapper {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.opalhotel-map-wrapper+.main-content {
  padding-bottom: 60px; }

.opalhotel-price del {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #999;
  font-size: 14px; }
  .opalhotel-price del,.opalhotel-price del b {
  font-weight: 300; }

.opalhotel-price ins {
  font-size: 20px;
  font-weight: 500;
  color: #000; }

.single-hotel-v1,.single-hotel-v2,.single-hotel-v3,.single-hotel-v4,.single-hotel-v5,.single-hotel-v6 {
  padding: 60px 0; }

.page-template-hotels-map-sidebar-left .opalhotel-map-wrapper,.page-template-hotels-map-sidebar-right .opalhotel-map-wrapper,.page-template-hotels-map .opalhotel-map-wrapper {
  padding-bottom: 60px; }

.opal-breadscrumb+.single-hotel-v2 {
  padding-top: 0; }

.opalhotel-flash-message {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 100;
  font-weight: 700;
  max-width: 400px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175); }
  .opalhotel-flash-message .opalhotel-notice-success {
    margin: 0;
    padding: 30px 40px; }

.unit {
  color: #999;
  font-size: 12px; }

.opalhotel-single .widget .widget-title {
  color: #000;
  text-align: center; }

.opalhotel-single .widget_opalhotel-check-available {
  border: 6px solid #f6f6f6;
  padding: 15px; }
  @media (min-width: 1200px) {
    .opalhotel-single .widget_opalhotel-check-available {
      padding: 50px 70px; } }
  .opalhotel-single .widget_opalhotel-check-available .opalhotel-form-field .opalhotel-form-field-group .value,.opalhotel-single .widget_opalhotel-check-available .opalhotel-form-field .opalhotel-form-field-group input,.opalhotel-single .widget_opalhotel-check-available .opalhotel-form-field .opalhotel-form-field-group select {
    border: 1px solid #e7e7e7; }
  .opalhotel-single .widget_opalhotel-check-available .opalhotel-form-field {
    margin-bottom: -1px; }

.opalhotel-single .opalhotel-rom-gallery {
  clear: both; }
  .opalhotel-single .opalhotel-rom-gallery .gallery-item img.size-room_gallery {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: auto; }
  .opalhotel-single .opalhotel-rom-gallery .owl-carousel.opalhotel-room-single-gallery-thumb {
    background: transparent; }
  .opalhotel-single .opalhotel-rom-gallery .owl-buttons>div i {
    display: none; }

.opalhotel-single .opalhotel-description {
  margin: 0; }
  .opalhotel-single .opalhotel-description .description {
    padding-right: 0; }
  .opalhotel-single .opalhotel-description .content {
    padding-right: 60px; }

.opalhotel-single .room-title {
  font-size: 36px;
  margin-top: 0;
  text-transform: uppercase; }

.opalhotel-single .opalhotel-price {
  text-transform: none;
  font-size: 14px;
  font-family: 'Times New Roman',Helvetica,Arial,sans-serif; }
  .opalhotel-single .opalhotel-price .price-value {
    color: #30adc5;
    font-size: 30px;
    float: left; }
  .opalhotel-single .opalhotel-price .unit {
    text-transform: uppercase;
    line-height: 60px;
    display: inline-block; }

.opalhotel-single .opalhotel-room-meta li {
  padding: 0 !important;
  border-right: 0 !important;
  width: 100% !important;
  line-height: 40px;
  color: #999;
  font-weight: 500;
  text-transform: uppercase; }
  .opalhotel-single .opalhotel-room-meta li .meta-label {
    display: inline-block; }
  .opalhotel-single .opalhotel-room-meta li .meta-text {
    color: #000;
    float: right; }

.opalhotel-single .opalhotel-room-meta li:before {
  font-size: 14px;
  color: #999; }

.opalhotel-single .room-extra-amenities {
  background: #f8f8f8;
  padding: 40px;
  clear: both; }
  .opalhotel-single .room-extra-amenities b,.opalhotel-single .room-extra-amenities strong {
    font-weight: 400; }
  .opalhotel-single .room-extra-amenities .amenity-item {
    margin: 0;
    font-size: 18px;
    line-height: 30px; }
    .opalhotel-single .room-extra-amenities .amenity-item i {
      font-size: 10px;
      color: #fff !important;
      background: #00c484;
      border-radius: 2px;
      padding: 2px;
      margin-right: 5px; }

.opalhotel-single .room-box {
  padding: 0;
  clear: both; }
  .opalhotel-single .room-box>h4 {
    font-size: 24px;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 15px;
    text-transform: none; }

.opalhotel-single .opalhotel-main {
  margin-bottom: 0 !important; }
  .opalhotel-single .opalhotel-main #opalhotel-reviews {
    padding: 0; }
    .opalhotel-single .opalhotel-main #opalhotel-reviews .comment-reply-title,.opalhotel-single .opalhotel-main #opalhotel-reviews .room-single-title {
      font-size: 24px;
      text-transform: none;
      border-bottom: 2px solid #eaeaea;
      padding-bottom: 15px; }
  .opalhotel-single .opalhotel-main .header-room .opalhotel-price {
    padding-right: 11%; }

.opalhotel-single .opalhotel_room .room-description {
  padding: 0; }
  .opalhotel-single .opalhotel_room .room-description>h4 {
    font-size: 24px;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 50px;
    text-transform: none; }

#opalhotel-reviews {
  clear: both;
  padding: 0 !important; }

.room-box .room-optional-packages>h4 {
  font-size: 24px;
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 15px;
  text-transform: none; }

.room-box .package-description {
  font-size: 16px; }

.room-box .opalhotel-package-price {
  font-weight: 700; }

.room-box .opalhotel-room-packages .package-item:after {
  pointer-events: none; }

.room-box .opalhotel-price-day,.room-box .room-discounts-info {
  width: 50%;
  float: left; }
  .room-box .opalhotel-price-day .alert,.room-box .room-discounts-info .alert {
    padding: 0;
    border-width: 0 0 0 3px;
    background: transparent;
    border-radius: 0;
    overflow: hidden; }
    .room-box .opalhotel-price-day .alert h4,.room-box .room-discounts-info .alert h4 {
      font-size: 18px;
      letter-spacing: -1px;
      font-weight: 500;
      color: #000;
      width: 30%;
      float: left; }
    .room-box .opalhotel-price-day .alert>div,.room-box .room-discounts-info .alert>div {
      float: left;
      width: 70%; }
    .room-box .opalhotel-price-day .alert .discount-item:first-child,.room-box .room-discounts-info .alert .discount-item:first-child {
      margin-top: 0; }
    .room-box .opalhotel-price-day .alert .price,.room-box .opalhotel-price-day .alert ul span,.room-box .room-discounts-info .alert .price,.room-box .room-discounts-info .alert ul span {
      float: right;
      font-weight: 500;
      color: #000; }
    .room-box .opalhotel-price-day .alert ul li:first-child,.room-box .room-discounts-info .alert ul li:first-child {
      margin-top: 0; }
    .room-box .opalhotel-price-day .alert.alert-danger,.room-box .room-discounts-info .alert.alert-danger {
      margin-bottom: 0; }

.room-box ul {
  padding: 0;
  list-style: none; }

.room-box .meta-text {
  font-weight: 500; }

.opal-hotel-room-booking .display-mode {
  border-width: 0 0 1px;
  padding: 0 0 15px; }
  .opal-hotel-room-booking .display-mode .btn:hover {
    color: #30adc5; }

.opalhotel_room .opalhotel-room-meta li:before {
  /* color: $theme-color; */ }

.single-opalhotel_hotel #opal-breadscrumb {
  margin-bottom: 0; }

.single-opalhotel_hotel .opalhotel_hotel h1 {
  color: #30adc5;
  font-weight: 500; }

.single-opalhotel_hotel .opalhotel-rom-gallery {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 30px; }
  .single-opalhotel_hotel .opalhotel-rom-gallery .opalhotel-room-single-gallery-thumb {
    display: block !important;
    padding: 10px;
    margin: 0; }
  .single-opalhotel_hotel .opalhotel-rom-gallery .gallery-item img {
    width: auto; }

.single-opalhotel_hotel .opalhotel-main .hotel-box {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 30px; }
  .single-opalhotel_hotel .opalhotel-main .hotel-box:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .single-opalhotel_hotel .opalhotel-main .hotel-box h3.title {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #e7e7e7; }
  .single-opalhotel_hotel .opalhotel-main .hotel-box ul.opalhotel-search-results form.opalhotel-available-form .inner-top {
    border-bottom: 0; }

.single-opalhotel_hotel h1.hotel-title {
  font-size: 36px;
  line-height: 40px;
  color: #000;
  margin: 0;
  text-transform: uppercase; }

.opalhotel-comment-advance h3.title {
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #e7e7e7; }

#opalhotel-reviews.opalhotel-comment-advance .comment-reply-title,#opalhotel-reviews.opalhotel-comment-advance .room-single-title {
  font-size: 24px;
  font-weight: 500;
  text-transform: none;
  margin-top: 0;
  border-bottom: 2px solid #e7e7e7;
  padding-bottom: 10px; }

#opalhotel-reviews.opalhotel-comment-advance #opalhotel-comments label {
  text-transform: none;
  font-size: 18px;
  color: #999;
  font-weight: 300;
  letter-spacing: 0; }
  #opalhotel-reviews.opalhotel-comment-advance #opalhotel-comments label.title {
    color: #000;
    font-weight: 500; }

#opalhotel-reviews.opalhotel-comment-advance #opalhotel-comments .date {
  font-size: 12px; }

#opalhotel-reviews.opalhotel-comment-advance #opalhotel-comments .comment-list .comment {
  padding-bottom: 30px; }

#opalhotel-reviews.opalhotel-comment-advance #opalhotel-comments .comment-list .comment:last-child {
  border: 0; }

#opalhotel-reviews.opalhotel-comment-advance.opalhotel-comment-advance #opalhotel-comment-rating .average-rating-circle .progress-radial {
  background: transparent !important;
  height: auto !important; }

#opalhotel-review-form-wrapper label {
  font-size: 18px;
  text-transform: none;
  color: #999;
  font-weight: 300;
  letter-spacing: 0; }

#opalhotel-review-form-wrapper .comment-form-comment label {
  font-size: 24px;
  padding-bottom: 15px;
  text-transform: none;
  display: block;
  color: #000;
  font-family: 'Times New Roman',Helvetica,Arial,sans-serif; }

#opalhotel-review-form-wrapper .opalhotel-comment-form {
  display: table;
  width: 100%; }

#opalhotel-review-form-wrapper input[type=submit] {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background-color: #30adc5;
  border-color: #2b9bb0;
  border-radius: 0; }
  #opalhotel-review-form-wrapper input[type=submit].focus,#opalhotel-review-form-wrapper input[type=submit]:focus {
    color: #fff;
    background-color: #26899c;
    border-color: #12414a; }
  #opalhotel-review-form-wrapper input[type=submit].active,#opalhotel-review-form-wrapper input[type=submit]:active,#opalhotel-review-form-wrapper input[type=submit]:hover,.open>#opalhotel-review-form-wrapper input[type=submit].dropdown-toggle {
    color: #fff;
    background-color: #26899c;
    border-color: #1f707f; }
    #opalhotel-review-form-wrapper input[type=submit].active.focus,#opalhotel-review-form-wrapper input[type=submit].active:focus,#opalhotel-review-form-wrapper input[type=submit].active:hover,#opalhotel-review-form-wrapper input[type=submit]:active.focus,#opalhotel-review-form-wrapper input[type=submit]:active:focus,#opalhotel-review-form-wrapper input[type=submit]:active:hover,.open>#opalhotel-review-form-wrapper input[type=submit].dropdown-toggle.focus,.open>#opalhotel-review-form-wrapper input[type=submit].dropdown-toggle:focus,.open>#opalhotel-review-form-wrapper input[type=submit].dropdown-toggle:hover {
      color: #fff;
      background-color: #1f707f;
      border-color: #12414a; }
  #opalhotel-review-form-wrapper input[type=submit].active,#opalhotel-review-form-wrapper input[type=submit]:active,.open>#opalhotel-review-form-wrapper input[type=submit].dropdown-toggle {
    background-image: none; }
  #opalhotel-review-form-wrapper input[type=submit].disabled,#opalhotel-review-form-wrapper input[type=submit].disabled.active,#opalhotel-review-form-wrapper input[type=submit].disabled.focus,#opalhotel-review-form-wrapper input[type=submit].disabled:active,#opalhotel-review-form-wrapper input[type=submit].disabled:focus,#opalhotel-review-form-wrapper input[type=submit].disabled:hover,#opalhotel-review-form-wrapper input[type=submit][disabled],#opalhotel-review-form-wrapper input[type=submit][disabled].active,#opalhotel-review-form-wrapper input[type=submit][disabled].focus,#opalhotel-review-form-wrapper input[type=submit][disabled]:active,#opalhotel-review-form-wrapper input[type=submit][disabled]:focus,#opalhotel-review-form-wrapper input[type=submit][disabled]:hover,fieldset[disabled] #opalhotel-review-form-wrapper input[type=submit],fieldset[disabled] #opalhotel-review-form-wrapper input[type=submit].active,fieldset[disabled] #opalhotel-review-form-wrapper input[type=submit].focus,fieldset[disabled] #opalhotel-review-form-wrapper input[type=submit]:active,fieldset[disabled] #opalhotel-review-form-wrapper input[type=submit]:focus,fieldset[disabled] #opalhotel-review-form-wrapper input[type=submit]:hover {
    background-color: #30adc5;
    border-color: #2b9bb0; }
  #opalhotel-review-form-wrapper input[type=submit] .badge {
    color: #30adc5;
    background-color: #fff; }

#opalhotel-comment-rating {
  display: flex;
  margin-bottom: 30px; }
  #opalhotel-comment-rating .opalhotel-review-stars {
    position: static; }
  #opalhotel-comment-rating div.average {
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    color: #30adc5;
    letter-spacing: -1px; }
  #opalhotel-comment-rating .overlay {
    position: static;
    background: transparent; }
    #opalhotel-comment-rating .overlay .opalhotel-review-stars li {
      float: none; }
    #opalhotel-comment-rating .overlay a {
      font-size: 14px;
      text-decoration: underline;
      color: #30adc5;
      font-weight: 300; }
  #opalhotel-comment-rating .average-rating {
    text-align: center; }
  #opalhotel-comment-rating .detailed-rating {
    width: 100%;
    padding-left: 50px;
    border-left: 1px solid #e7e7e7; }
    #opalhotel-comment-rating .detailed-rating .rating-item {
      width: 50%;
      float: left;
      display: flex; }
    #opalhotel-comment-rating .detailed-rating .rating-name {
      font-size: 18px;
      text-transform: none;
      color: #999;
      font-weight: 300;
      letter-spacing: 0; }
    #opalhotel-comment-rating .detailed-rating .opalhotel-review-stars {
      margin-left: 20px;
      margin-top: 5px; }

.address {
  color: #999;
  margin-bottom: 20px;
  display: block; }

.opalhotel-tabs.hotel-preview .tabs li a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  padding: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  background: #fafafa;
  margin-left: 5px; }
  .opalhotel-tabs.hotel-preview .tabs li a:hover {
    background: #30adc5;
    color: #fff; }

.opalhotel-tabs.hotel-preview .tabs li.active:before,.opalhotel-tabs.hotel-preview .tabs li:hover:before {
  content: none; }

.opalhotel-tabs.hotel-preview .tabs li.active a {
  background: #30adc5;
  color: #fff; }

.opalhotel-tabs.hotel-box .tabs {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 40px;
  padding: 0; }
  .opalhotel-tabs.hotel-box .tabs>li {
    background: #f5f5f5;
    position: relative;
    border-right: 1px solid #fff;
    margin: 0;
    margin-right: -3px; }
    .opalhotel-tabs.hotel-box .tabs>li>a {
      font-size: 20px;
      padding: 25px 40px;
      color: #999;
      font-family: 'Times New Roman',Helvetica,Arial,sans-serif;
      font-weight: 400;
      margin: 0;
      display: inline-block; }
    .opalhotel-tabs.hotel-box .tabs>li:last-child {
      border-right: 0; }
    .opalhotel-tabs.hotel-box .tabs>li.active {
      border-width: 1px 1px 0;
      border-color: #e1e1e1;
      border-style: solid;
      background: #fff; }
      .opalhotel-tabs.hotel-box .tabs>li.active:after {
        background: #fff;
        height: 2px;
        width: 100%;
        left: 0;
        bottom: -1px;
        position: absolute;
        content: ""; }
      .opalhotel-tabs.hotel-box .tabs>li.active a {
        position: relative;
        color: #30adc5; }
        .opalhotel-tabs.hotel-box .tabs>li.active a:after {
          background: #30adc5;
          height: 2px;
          width: 50%;
          left: 0;
          right: 0;
          margin: 0 auto;
          bottom: -1px;
          position: absolute;
          content: "";
          z-index: 2; }
    .opalhotel-tabs.hotel-box .tabs>li.active:before,.opalhotel-tabs.hotel-box .tabs>li:hover:before {
      content: none; }

.opalhotel-tabs.hotel-box .hotel-box,.opalhotel-tabs.hotel-box .opalhotel-comment-advance {
  border: 0;
  padding: 0;
  margin-bottom: 0; }

[class*=single-hotel-] .sidebar .widget {
  padding-left: 0; }

[class*=single-hotel-] .sidebar .widget_text {
  border: 6px solid #f6f6f6;
  padding: 20px 50px 50px;
  text-align: center; }

[class*=single-hotel-] .opalhotel_form_section {
  display: none; }

.single-hotel-v2 .full-screen-thumbnail {
  position: relative;
  margin-bottom: 100px; }
  .single-hotel-v2 .full-screen-thumbnail .opalhotel-tabs.hotel-preview .tabs {
    position: absolute;
    z-index: 15;
    bottom: 20px;
    left: 50%; }
  .single-hotel-v2 .full-screen-thumbnail:before {
    z-index: 10;
    pointer-events: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: #000;
    background: hsla(0,0%,100%,0);
    background: -moz-linear-gradient(top,hsla(0,0%,100%,0) 0,hsla(8,84%,65%,0) 0,rgba(240,47,23,0) 0,#000 140%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,hsla(0,0%,100%,0)),color-stop(0,hsla(8,84%,65%,0)),color-stop(0,rgba(240,47,23,0)),color-stop(140%,#000));
    background: -webkit-linear-gradient(top,hsla(0,0%,100%,0),hsla(8,84%,65%,0) 0,rgba(240,47,23,0) 0,#000 140%);
    background: -o-linear-gradient(top,hsla(0,0%,100%,0) 0,hsla(8,84%,65%,0) 0,rgba(240,47,23,0) 0,#000 140%);
    background: -ms-linear-gradient(top,hsla(0,0%,100%,0) 0,hsla(8,84%,65%,0) 0,rgba(240,47,23,0) 0,#000 140%);
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,hsla(8,84%,65%,0) 0,rgba(240,47,23,0) 0,#000 140%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=0); }
  .single-hotel-v2 .full-screen-thumbnail+.leftmain {
    margin-top: -120px;
    position: relative;
    z-index: 12; }
    .single-hotel-v2 .full-screen-thumbnail+.leftmain .address {
      color: #fff;
      margin-bottom: 60px;
      display: block; }
  .single-hotel-v2 .full-screen-thumbnail #video-preview,.single-hotel-v2 .full-screen-thumbnail .map,.single-hotel-v2 .full-screen-thumbnail .preview img {
    height: 620px; }

#video-preview {
  position: relative;
  min-height: 620px; }
  #video-preview .opalhotel-feature-video {
    height: 250%;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 102%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%); }

.single-hotel-v3 #video-preview,.single-hotel-v3 .hotel-preview .panel>.map,.single-hotel-v3 .hotel-preview .preview>img {
  height: 660px; }

.single-hotel-v3 #opalhotel-hotel-info-2 {
  position: absolute;
  top: 160px;
  left: 45px;
  z-index: 10;
  border: 0; }

.single-hotel-v3 .inner {
  position: relative; }

.single-hotel-v3 .feature-full-screen+.row [class*=col] {
  position: inherit; }

.feature-full-screen {
  margin-bottom: 30px; }
  .feature-full-screen .opalhotel-tabs {
    overflow: visible; }
  @media (min-width: 768px) {
    .feature-full-screen .tabs {
      position: absolute;
      right: 0;
      top: -70px; } }

ul.sections {
  margin-top: 30px;
  padding: 0;
  list-style: none; }
  ul.sections li {
    display: flex;
    margin-bottom: 30px; }
    ul.sections li:nth-child(2n) .image {
      order: 2;
      margin-right: 0;
      margin-left: 30px; }
    ul.sections li .image {
      min-width: 340px;
      margin-right: 30px; }
    ul.sections li .sub-title {
      margin: 40px 0 10px;
      letter-spacing: 0; }
    ul.sections li .description,ul.sections li>* {
      margin: 0; }

ul.amenities {
  overflow: hidden; }
  ul.amenities>li {
    width: 33.33333%;
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 40px; }
    ul.amenities>li i {
      width: 30px;
      color: #000; }
    ul.amenities>li ul {
      padding-left: 0;
      color: #666;
      font-weight: 300; }
      ul.amenities>li ul>li {
        position: relative; }
        ul.amenities>li ul>li:before {
          content: "\f00c";
          font-family: Fontawesome;
          top: 0;
          color: #666;
          padding-right: 18px; }

.opal-hotel-room-booking .grid-row,.opalhotel-hotels .grid-row {
  margin-left: -20px;
  margin-right: -20px; }
  .opal-hotel-room-booking .grid-row .grid-column,.opalhotel-hotels .grid-row .grid-column {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0; }
  .opal-hotel-room-booking .grid-row .grid-column-3,.opalhotel-hotels .grid-row .grid-column-3 {
    width: 25%; }
  .opal-hotel-room-booking .grid-row .grid-column-4,.opalhotel-hotels .grid-row .grid-column-4 {
    width: 33.3333%; }
    @media (max-width: 768px) {
      .opal-hotel-room-booking .grid-row .grid-column-4,.opalhotel-hotels .grid-row .grid-column-4 {
        width: 50%; } }
    @media (max-width: 480px) {
      .opal-hotel-room-booking .grid-row .grid-column-4,.opalhotel-hotels .grid-row .grid-column-4 {
        width: 100%; } }
  .opal-hotel-room-booking .grid-row .grid-column-6,.opalhotel-hotels .grid-row .grid-column-6 {
    width: 50%; }

.page-template-hotels-map #opal-breadscrumb,.page-template-hotels-map-sidebar-left #opal-breadscrumb,.page-template-hotels-map-sidebar-right #opal-breadscrumb {
  margin-bottom: 0; }

.opalhotel-main-map .horizontal-form {
  padding-top: 0; }

.opalhotel-split-map .opalhotel-map-wrapper {
  padding: 0;
  margin-bottom: 60px; }

.opalhotel-split-map .opalhotel-before-loop {
  margin: 0 0 30px;
  border: 0;
  padding: 0; }
  .opalhotel-split-map .opalhotel-before-loop .opalhotel-select {
    padding: 8px 20px;
    font-size: 14px;
    height: 42px;
    border-color: #e7e7e7;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px; }

.opalhotel-split-map .display-mode .btn.active,.opalhotel-split-map .display-mode .btn:hover {
  color: #30adc5; }

.opalhotel-split-map .count-results {
  margin-top: 30px; }

.opalhotel-split-map .form-hotel-availabel.vertical {
  padding: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #e7e7e7; }
  .opalhotel-split-map .form-hotel-availabel.vertical .opalhotel-form-field {
    padding: 0;
    margin-bottom: 20px; }
    .opalhotel-split-map .form-hotel-availabel.vertical .opalhotel-form-field.half {
      width: 100%;
      float: none; }

.opalhotel-split-map .opalhotel_form_section .button.button-theme {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%; }

.opalhotel-ajax-filter-hotel .filter-section {
  border-bottom: 1px solid #e7e7e7;
  padding: 30px; }
  .opalhotel-ajax-filter-hotel .filter-section:last-child {
    border: 0; }
  .opalhotel-ajax-filter-hotel .filter-section ul {
    padding: 0;
    list-style: none; }
  .opalhotel-ajax-filter-hotel .filter-section label {
    vertical-align: middle; }

.opalhotel-ajax-filter-hotel .section-title {
  font-size: 16px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 20px;
  position: relative; }
  .opalhotel-ajax-filter-hotel .section-title:before {
    content: "\f056";
    font-family: Fontawesome;
    color: #ccc;
    right: 0;
    top: 0;
    position: absolute; }

.opalhotel-ajax-filter-hotel .noUi-connect {
  background: #999; }

.opalhotel-ajax-filter-hotel .noUi-handle {
  background: #30adc5; }

.opalhotel-ajax-filter-hotel .noUi-horizontal {
  margin-bottom: 20px; }

.opalhotel-ajax-filter-hotel .count {
  color: #30adc5;
  font-weight: 500; }

ul.opalhotel-search-results {
  list-style: none;
  padding: 0; }
  ul.opalhotel-search-results form.opalhotel-available-form .inner-top {
    margin-bottom: -1px;
    border-bottom: 1px solid #e7e7e7; }
    @media (min-width: 1200px) {
      ul.opalhotel-search-results form.opalhotel-available-form .inner-top {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      ul.opalhotel-search-results form.opalhotel-available-form .inner-top {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
  ul.opalhotel-search-results form.opalhotel-available-form img {
    max-width: 200px; }
    @media (max-width: 991px) {
      ul.opalhotel-search-results form.opalhotel-available-form img {
        max-width: 100%; } }
  ul.opalhotel-search-results form.opalhotel-available-form .opalhotel-catalog-thumbnail {
    margin: 0;
    width: auto; }
  @media (min-width: 1200px) {
    ul.opalhotel-search-results form.opalhotel-available-form .room-info {
      display: flex;
      align-items: center; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    ul.opalhotel-search-results form.opalhotel-available-form .room-info {
      display: flex;
      align-items: center; } }
  @media (max-width: 991px) {
    ul.opalhotel-search-results form.opalhotel-available-form .room-info {
      padding-right: 0;
      margin-right: 0;
      border-right: 0; } }
  ul.opalhotel-search-results form.opalhotel-available-form .room-title a {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase; }
  ul.opalhotel-search-results .room-meta-info {
    margin-bottom: 15px; }
  ul.opalhotel-search-results .opalhotel-room-price {
    width: 125px;
    height: 125px;
    background: #232d33;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    float: left;
    padding: 35px 0;
    line-height: 10px; }
    ul.opalhotel-search-results .opalhotel-room-price .price-title {
      display: none; }
    ul.opalhotel-search-results .opalhotel-room-price ins span {
      color: #fff;
      font-size: 30px;
      font-family: 'Times New Roman',Helvetica,Arial,sans-serif; }
  ul.opalhotel-search-results .opalhotel-room-meta li {
    float: left;
    padding: 0; }
    ul.opalhotel-search-results .opalhotel-room-meta li:before {
      content: none; }
    ul.opalhotel-search-results .opalhotel-room-meta li .meta-label {
      display: inline-block;
      font-size: 12px; }
  ul.opalhotel-search-results .opalhotel-available-optional {
    padding: 0;
    border: 0;
    margin: 0;
    display: block; }
    ul.opalhotel-search-results .opalhotel-available-optional [class^=grid-column-] {
      float: none;
      width: 100%; }
      ul.opalhotel-search-results .opalhotel-available-optional [class^=grid-column-] a:focus {
        color: #000; }
  ul.opalhotel-search-results .room-label-discount {
    display: none; }
  ul.opalhotel-search-results .room-content {
    padding: 0 40px; }
  ul.opalhotel-search-results .room-actions {
    min-width: 140px; }
    ul.opalhotel-search-results .room-actions .room-title {
      font-size: 24px;
      color: #000; }
  ul.opalhotel-search-results .opalhotel-modal-button {
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline; }
  ul.opalhotel-search-results .opalhotel-room-price del {
    opacity: 1;
    filter: alpha(opacity=100);
    float: left;
    width: 100%; }
    @media (max-width: 991px) {
      ul.opalhotel-search-results .opalhotel-room-price del {
        float: none; } }
  ul.opalhotel-search-results .opalhotel-room-price .base-price {
    font-size: 12px;
    color: #999; }
  ul.opalhotel-search-results .opalhotel-room-price ins {
    color: #000;
    font-size: 30px;
    line-height: 50px;
    display: block;
    float: left;
    width: 100%; }
    ul.opalhotel-search-results .opalhotel-room-price ins b {
      font-weight: 400; }
  ul.opalhotel-search-results .opalhotel-room-price .price-unit {
    color: #999;
    font-weight: 300; }
  ul.opalhotel-search-results .opalhotel-button-submit {
    font-size: 14px;
    text-transform: none;
    margin-top: 20px;
    color: #fff;
    background-color: #30adc5;
    border-color: #2b9bb0;
    padding: 12px 20px; }
    ul.opalhotel-search-results .opalhotel-button-submit.focus,ul.opalhotel-search-results .opalhotel-button-submit:focus {
      color: #fff;
      background-color: #26899c;
      border-color: #12414a; }
    .open>ul.opalhotel-search-results .opalhotel-button-submit.dropdown-toggle,ul.opalhotel-search-results .opalhotel-button-submit.active,ul.opalhotel-search-results .opalhotel-button-submit:active,ul.opalhotel-search-results .opalhotel-button-submit:hover {
      color: #fff;
      background-color: #26899c;
      border-color: #1f707f; }
      .open>ul.opalhotel-search-results .opalhotel-button-submit.dropdown-toggle.focus,.open>ul.opalhotel-search-results .opalhotel-button-submit.dropdown-toggle:focus,.open>ul.opalhotel-search-results .opalhotel-button-submit.dropdown-toggle:hover,ul.opalhotel-search-results .opalhotel-button-submit.active.focus,ul.opalhotel-search-results .opalhotel-button-submit.active:focus,ul.opalhotel-search-results .opalhotel-button-submit.active:hover,ul.opalhotel-search-results .opalhotel-button-submit:active.focus,ul.opalhotel-search-results .opalhotel-button-submit:active:focus,ul.opalhotel-search-results .opalhotel-button-submit:active:hover {
        color: #fff;
        background-color: #1f707f;
        border-color: #12414a; }
    .open>ul.opalhotel-search-results .opalhotel-button-submit.dropdown-toggle,ul.opalhotel-search-results .opalhotel-button-submit.active,ul.opalhotel-search-results .opalhotel-button-submit:active {
      background-image: none; }
    fieldset[disabled] ul.opalhotel-search-results .opalhotel-button-submit,fieldset[disabled] ul.opalhotel-search-results .opalhotel-button-submit.active,fieldset[disabled] ul.opalhotel-search-results .opalhotel-button-submit.focus,fieldset[disabled] ul.opalhotel-search-results .opalhotel-button-submit:active,fieldset[disabled] ul.opalhotel-search-results .opalhotel-button-submit:focus,fieldset[disabled] ul.opalhotel-search-results .opalhotel-button-submit:hover,ul.opalhotel-search-results .opalhotel-button-submit.disabled,ul.opalhotel-search-results .opalhotel-button-submit.disabled.active,ul.opalhotel-search-results .opalhotel-button-submit.disabled.focus,ul.opalhotel-search-results .opalhotel-button-submit.disabled:active,ul.opalhotel-search-results .opalhotel-button-submit.disabled:focus,ul.opalhotel-search-results .opalhotel-button-submit.disabled:hover,ul.opalhotel-search-results .opalhotel-button-submit[disabled],ul.opalhotel-search-results .opalhotel-button-submit[disabled].active,ul.opalhotel-search-results .opalhotel-button-submit[disabled].focus,ul.opalhotel-search-results .opalhotel-button-submit[disabled]:active,ul.opalhotel-search-results .opalhotel-button-submit[disabled]:focus,ul.opalhotel-search-results .opalhotel-button-submit[disabled]:hover {
      background-color: #30adc5;
      border-color: #2b9bb0; }
    ul.opalhotel-search-results .opalhotel-button-submit .badge {
      color: #30adc5;
      background-color: #fff; }
    ul.opalhotel-search-results .opalhotel-button-submit:before {
      content: none; }

.opalhotel-map-wrapper+.inner {
  padding-bottom: 60px; }

.single-opalhotel_hotel .form-content {
  position: relative;
  padding-bottom: 60px; }

.single-opalhotel_hotel .button-wrap {
  position: absolute;
  bottom: 0; }

.opalhotel-before-loop.grid-row {
  margin-left: 0;
  margin-right: 0; }

.button {
  padding: 12px 40px;
  background: #e2b444;
  border: none;
  text-transform: uppercase;
  position: relative;
  z-index: 1; }
  .button:hover {
    background: #30adc5;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }

.opalhotel-checkout-review .coupon_section input {
  margin-bottom: 30px; }

.opalhotel-checkout-review .coupon_section button.opalhotel-button-submit {
  padding: 12px 40px !important;
  background: #e2b444;
  border: none !important;
  color: #fff !important;
  text-transform: uppercase;
  position: relative;
  z-index: 1; }
  .opalhotel-checkout-review .coupon_section button.opalhotel-button-submit:before {
    content: "";
    position: absolute;
    border-right: 3px solid #eaeaea;
    border-bottom: 3px solid #eaeaea;
    left: 3px;
    bottom: -3px;
    width: 100%;
    height: 100%;
    background: #e2b444;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    z-index: -1; }
  .opalhotel-checkout-review .coupon_section button.opalhotel-button-submit:hover {
    background: #30adc5;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }
    .opalhotel-checkout-review .coupon_section button.opalhotel-button-submit:hover:before {
      -webkit-transform: translate(3px,3px);
      -ms-transform: translate(3px,3px);
      -o-transform: translate(3px,3px);
      transform: translate(3px,3px); }

.room-optional-packages .opalhotel-room-packages {
  border: none; }
  .room-optional-packages .opalhotel-room-packages .package-item {
    overflow: hidden; }
    .room-optional-packages .opalhotel-room-packages .package-item img {
      width: 30%; }
    .room-optional-packages .opalhotel-room-packages .package-item:after {
      pointer-events: none;
      top: 20px; }
    .room-optional-packages .opalhotel-room-packages .package-item h4 {
      text-transform: none;
      font-weight: 400;
      font-size: 16px; }
    .room-optional-packages .opalhotel-room-packages .package-item .package-description {
      margin-top: 0; }

.room-list {
  position: relative;
  background: #fff; }
  @media (min-width: 1200px) {
    .room-list .room-inner {
      overflow: hidden;
      display: flex;
      align-items: center; } }
  .room-list:hover .room-top-wrap .opalhotel-modal-button {
    opacity: 1;
    filter: alpha(opacity=100); }
  .room-list:hover .opalhotel-catalog-thumbnail:before {
    opacity: .6;
    filter: alpha(opacity=60); }
  @media (min-width: 1200px) {
    .room-list .room-top-wrap {
      position: relative;
      width: 50%; } }
  .room-list .room-top-wrap .room-label-discount {
    z-index: 2;
    transform: none;
    padding: 5px 10px;
    top: 0;
    right: 0; }
  .room-list .room-meta-info {
    margin-bottom: 10px;
    position: relative;
    margin-top: 5px; }
    .room-list .room-meta-info:after {
      width: 100%;
      height: 1px;
      content: "";
      bottom: -46px;
      position: absolute;
      left: 90px;
      background: #f2f2f2; }
  .room-list .room-title {
    margin: 0;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase; }
    .room-list .room-title a {
      color: #000; }
      .room-list .room-title a:hover {
        color: #30adc5; }
  .room-list .opalhotel-room-meta li {
    width: auto;
    float: left;
    text-transform: uppercase; }
    .room-list .opalhotel-room-meta li+li {
      margin-left: 20px; }
    .room-list .opalhotel-room-meta li:before {
      content: none !important; }
    .room-list .opalhotel-room-meta li .meta-label {
      display: inline-block;
      font-size: 12px;
      font-weight: 500; }
    .room-list .opalhotel-room-meta li i {
      color: #ccc;
      padding-right: 5px; }
  .room-list .room-main-wrap {
    padding: 20px; }
    @media (min-width: 1200px) {
      .room-list .room-main-wrap {
        padding: 10px 150px;
        overflow: hidden;
        width: 50%; } }
    .room-list .room-main-wrap .opalhotel-modal-button {
      border-color: #30adc5;
      background: transparent;
      color: #30adc5;
      text-transform: uppercase;
      font-weight: 500;
      position: relative;
      padding: 0;
      font-size: 12px;
      z-index: 1; }
      .room-list .room-main-wrap .opalhotel-modal-button:before {
        content: "";
        left: 0;
        width: 100%;
        height: 1px;
        background: #30adc5;
        bottom: -10px;
        position: absolute;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
      .room-list .room-main-wrap .opalhotel-modal-button:after {
        width: 0;
        height: 1px;
        content: "";
        bottom: -10px;
        position: absolute;
        left: 0;
        background: #000; }
      .room-list .room-main-wrap .opalhotel-modal-button:hover {
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        color: #000; }
        .room-list .room-main-wrap .opalhotel-modal-button:hover:after {
          width: 100%;
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s; }
  .room-list footer {
    top: 5%;
    position: absolute;
    right: 50px; }
    @media (min-width: 1200px) {
      .room-list footer {
        right: -60px;
        top: 40%; } }
    .room-list footer .opalhotel-rating-wrapper {
      display: none; }
    .room-list footer .opalhotel-room-price {
      width: 125px;
      height: 125px;
      background: #232d33;
      border-radius: 100%;
      color: #fff;
      text-align: center;
      float: left;
      padding: 35px 0; }
    .room-list footer .price-value {
      font-family: 'Times New Roman',Helvetica,Arial,sans-serif;
      color: #fff;
      font-size: 30px;
      line-height: 30px; }
      .room-list footer .price-value b {
        font-weight: 400; }
    .room-list footer .unit {
      font-size: 13px;
      text-transform: uppercase; }

.archive-hotels .hotel-top {
  padding: 0 5px; }

.archive-hotels .grid-row,.archive-room .grid-row {
  margin-left: -5px;
  margin-right: -5px; }
  .archive-hotels .grid-row [class*=grid-column-],.archive-room .grid-row [class*=grid-column-] {
    margin-right: 0;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px; }
  .archive-hotels .grid-row .grid-column-3,.archive-room .grid-row .grid-column-3 {
    width: 100%; }
    @media (min-width: 1200px) {
      .archive-hotels .grid-row .grid-column-3,.archive-room .grid-row .grid-column-3 {
        width: 25%; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .archive-hotels .grid-row .grid-column-3,.archive-room .grid-row .grid-column-3 {
        width: 25%; } }
  .archive-hotels .grid-row .grid-column-4,.archive-room .grid-row .grid-column-4 {
    width: 100%; }
    @media (min-width: 1200px) {
      .archive-hotels .grid-row .grid-column-4,.archive-room .grid-row .grid-column-4 {
        width: 33.33333%; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .archive-hotels .grid-row .grid-column-4,.archive-room .grid-row .grid-column-4 {
        width: 33.33333%; } }
  .archive-hotels .grid-row .grid-column-6,.archive-room .grid-row .grid-column-6 {
    width: 50%; }

.archive-hotels .room-grid,.archive-room .room-grid {
  margin-bottom: 10px; }

.attribute-room .room-meta-info {
  padding: 15px;
  border-top: 2px solid #e7e7e7; }
  @media (min-width: 1200px) {
    .attribute-room .room-meta-info {
      padding: 50px 60px 60px; } }

.room-attribute {
  margin-top: 60px;
  border-top: 2px solid #30adc5;
  padding-top: 50px;
  padding-right: 0;
  padding-left: 0; }

.room-tabs>ul {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 40px; }
  .room-tabs>ul>li {
    background: #f5f5f5;
    position: relative;
    border-right: 1px solid #fff;
    margin: 0; }
    .room-tabs>ul>li>a {
      font-size: 20px;
      padding: 25px 40px;
      color: #999;
      font-family: 'Times New Roman',Helvetica,Arial,sans-serif;
      font-weight: 400;
      margin: 0; }
    .room-tabs>ul>li:last-child {
      border-right: 0; }
    .room-tabs>ul>li.active {
      border-width: 1px 1px 0;
      border-color: #e1e1e1;
      border-style: solid;
      background: #fff; }
      .room-tabs>ul>li.active:after {
        background: #fff;
        height: 2px;
        width: 100%;
        left: 0;
        bottom: -1px;
        position: absolute;
        content: ""; }
      .room-tabs>ul>li.active a {
        position: relative; }
        .room-tabs>ul>li.active a:after {
          background: #30adc5;
          height: 2px;
          width: 50%;
          left: 0;
          right: 0;
          margin: 0 auto;
          bottom: -1px;
          position: absolute;
          content: "";
          z-index: 2; }

.opalhotel-room-meta>div {
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 3px;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-weight: 500; }
  .opalhotel-room-meta>div .meta-text {
    float: right;
    color: #000; }

.attribute-room .widget_opalhotel-check-available {
  background: transparent; }

.room-gallery.room-overlap .room-content-wrapper {
  background: rgba(0,0,0,.4); }
  .room-gallery.room-overlap .room-content-wrapper .room-title {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px; }
  .room-gallery.room-overlap .room-content-wrapper>a {
    position: absolute;
    bottom: -20px; }

.room-gallery.room-overlap footer {
  position: absolute;
  bottom: 35%;
  right: 0;
  z-index: 1;
  width: 45%;
  height: 100%; }
  .room-gallery.room-overlap footer .opalhotel-room-price {
    width: 125px;
    height: 125px;
    background: #232d33;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    float: left;
    text-transform: uppercase;
    padding: 35px 0; }
    .room-gallery.room-overlap footer .opalhotel-room-price .price-value {
      font-size: 30px;
      line-height: 30px;
      font-family: 'Times New Roman',Helvetica,Arial,sans-serif; }
      .room-gallery.room-overlap footer .opalhotel-room-price .price-value b {
        font-weight: 400; }

.room-gallery.room-overlap .opalhotel-modal-button {
  border-color: #30adc5;
  background: transparent;
  color: #30adc5;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding: 0;
  font-size: 12px;
  z-index: 1; }
  .room-gallery.room-overlap .opalhotel-modal-button:before {
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
    background: #30adc5;
    bottom: -10px;
    position: absolute;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  .room-gallery.room-overlap .opalhotel-modal-button:after {
    width: 0;
    height: 1px;
    content: "";
    bottom: -10px;
    position: absolute;
    left: 0;
    background: #fff; }
  .room-gallery.room-overlap .opalhotel-modal-button:hover {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fff; }
    .room-gallery.room-overlap .opalhotel-modal-button:hover:after {
      width: 100%;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }

.room-gallery.room-overlap:hover .room-content-wrapper .room-title {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  bottom: 70px; }

.room-gallery.room-overlap:hover .room-content-wrapper>a {
  bottom: 50px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

/*$media (min-width: 992px) and (max-width: 1199px)*/
@media (min-width: 992px) and (max-width: 1199px) {
  .widget.widget_opalhotel-form-hotel-available>.middle {
    left: 30px;
    max-width: 480px; }
  .widget_opalhotel-hotels-lastest-deals .style2 .hotel-content,.widget_opalhotel-hotels .style2 .hotel-content {
    margin-top: 0; }
  .widget_opalhotel-hotels-lastest-deals .style2 h4.hotel-title,.widget_opalhotel-hotels .style2 h4.hotel-title {
    margin-bottom: 0; }
  .widget_opalhotel-hotels-lastest-deals .style2 .hotel-grid footer,.widget_opalhotel-hotels .style2 .hotel-grid footer {
    margin-top: 30px; }
  .widget_opalhotel-hotels-lastest-deals .style2 .hotel-grid:hover footer,.widget_opalhotel-hotels .style2 .hotel-grid:hover footer {
    margin-top: 0; }
  .widget_opalhotel-hotels-lastest-deals .style2 .includes,.widget_opalhotel-hotels .style2 .includes {
    line-height: 18px; }
  .single-hotel-v2 .full-screen-thumbnail .opalhotel-tabs.hotel-preview .tabs {
    margin-left: -45px; }
  ul.opalhotel-search-results form.opalhotel-available-form .room-info {
    padding-right: 15px;
    margin-right: 15px; }
  ul.opalhotel-search-results form.opalhotel-available-form img {
    max-width: 150px; }
  .hotel-list .entry {
    padding: 20px 0; }
  .hotel-list h4.hotel-title,.opalhotel_hotel .address {
    margin-right: 0; }
  #opalhotel_apply_coupon {
    margin-top: 8px; } }

@media (max-width: 991px) {
  .book-now {
    position: absolute;
    top: -47px;
    right: 15px; }
  .widget_opalhotel-form-hotel-available .widgettitle {
    text-align: left; }
  .horizontal-form .form-content .opalhotel-form-field,.overlap-form .form-content .opalhotel-form-field {
    display: block;
    margin-bottom: 20px;
    padding: 0; }
  .opal-hotel-room-booking .grid-row .opalhotel_hotel {
    margin-bottom: 8px; }
  .room-grid .room-top-wrap .opalhotel-modal-button {
    display: none; }
  .widget_opalhotel-form-hotel-available .widgettitle span {
    padding-left: 40px;
    padding-right: 40px; }
  .widget_opalhotel-form-hotel-available>.middle {
    position: static;
    max-width: 100%;
    padding: 0 15px; }
  .widget_opalhotel-form-hotel-available>.middle .opalhotel_form_section {
    padding: 30px 0 0; }
  .widget_opalhotel-form-hotel-available>.overlap {
    position: static;
    max-width: 100%;
    padding: 0; }
    .widget_opalhotel-form-hotel-available>.overlap .form-content {
      text-align: left;
      display: block;
      padding: 40px 15px; }
    .widget_opalhotel-form-hotel-available>.overlap .widgettitle {
      display: block; }
  .widget_opalhotel-hotels-lastest-deals .style2 .hotel-content {
    margin: 0; } }

@media (max-width: 991px) and (min-width: 768px) {
  .widget_opalhotel-hotels-lastest-deals .style2 .hotel-grid:hover .hotel-content {
    padding-top: 10px; }
  .widget_opalhotel-hotels-lastest-deals .style2 .hotel-grid footer .includes {
    width: auto; } }

@media (max-width: 991px) {
  .single-hotel-v2 .full-screen-thumbnail #video-preview,.single-hotel-v2 .full-screen-thumbnail .map,.single-hotel-v2 .full-screen-thumbnail .preview img {
    height: 250px; }
  .hotel-preview .panel .opalhotel-feature-video,.hotel-preview .panel>.map,.hotel-preview .preview>img {
    height: 250px;
    min-height: 250px !important; }
  #video-preview {
    min-height: 250px; }
  .single-hotel-v3 #video-preview,.single-hotel-v3 .hotel-preview .panel>.map,.single-hotel-v3 .hotel-preview .preview>img {
    height: 250px; }
  .single-hotel-v3 #opalhotel-hotel-info-2 {
    position: static; }
  .sidebar.sidebar-right {
    margin-top: 30px; }
  .label-featured {
    display: none; }
  .room-tabs>ul>li>a {
    padding: 25px; } }

@media (max-width: 768px) {
  .opalhotel_hotel .hotel-list.media a.opalhotel-book-now {
    padding-left: 15px;
    padding-right: 15px; } }

/*$media (min-width: 768px) and (max-width: 991px) {*/
@media (min-width: 768px) and (max-width: 991px) {
  .opalhotel-wrapper .grid-row .grid-column {
    padding: 0 8px 30px;
    margin: 0; }
  .opalhotel-wrapper .grid-column-4,.opalhotel .grid-row .grid-column-4 {
    width: 50%; } }

/*$media (max-width: 767px) {*/
@media (max-width: 767px) {
  .opalhotel_hotel .opalhotel-catalog-thumbnail {
    text-align: center; }
    .opalhotel_hotel .opalhotel-catalog-thumbnail a {
      display: inline-block; }
  .hotel-list {
    display: block; }
    .hotel-list .media {
      width: auto; }
  .widget_opalhotel-single-hotel-destination .thumbnail {
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden; }
  .opalhotel_hotel .hotel-title {
    margin-top: 0; }
  #opalhotel-comment-rating {
    display: block; }
  .opalhotel_hotel footer .includes {
    margin-left: 0;
    min-height: auto; }
  .opalhotel_hotel .opalhotel-hotel-actions {
    right: 20px !important; }
  .opalhotel .grid-row .grid-column-4 {
    width: 100% !important; }
  .hotel-list .hotel-content {
    width: 100%;
    display: block;
    text-align: center; }
    .hotel-list .hotel-content>div {
      float: none !important;
      width: 100%; }
  .hotel-grid .opalhotel-rating-wrapper {
    margin-top: 20px; }
  .opalhotel-reservation-container .opalhotel-reservation-process-steps ul li {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 30px; }
  .grid-column-1,.grid-column-2,.grid-column-3,.grid-column-4,.grid-column-5,.grid-column-6,.grid-column-7,.grid-column-8,.grid-column-9,.grid-column-10,.grid-column-11,.grid-column-12 {
    width: 100%; } }

/*$media (max-width: 480px) {*/
@media (max-width: 480px) {
  .form-hotel-availabel .opalhotel_check_hotel_available .opalhotel-form-field.half {
    float: none;
    width: 100%; }
  .google-map-tabs .box-heading {
    float: none !important; }
  .google-map-tabs .nav-tabs>li+li {
    margin: 0; }
  .hotel-list .media {
    display: block; }
    .hotel-list .media .hotel-thumbnail {
      padding-bottom: 20px; } }

@media (max-width: 320px) {
  #opalhotel_apply_coupon {
    margin-top: 10px; }
  .opalhotel-reservation-step {
    text-align: right; } }

/* 7. Responsive */
@media (min-width: 992px) and (max-width: 1200px) {
  body.fix-width .kc-container {
    max-width: 1400px; } }

@media (min-width: 1400px) {
  body.fix-width .kc-container .container {
    max-width: 1400px; }
  body #page {
    max-width: 1600px; }
  .opal-copyright .container,body #page .container {
      max-width: 1400px;
      width: 1400px; }
  .opal-copyright .container {
    padding: 0; } }

@media (min-width: 1200px) {
  .col-lg-cus-5 {
    width: 20%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .col-md-cus-5 {
    width: 20%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-cus-5 {
    width: 50%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 480px) {
  .col-xs-cus-12 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (max-width: 992px) {
  .row-offcanvas-right {
    right: 0; }
  .row-offcanvas-left {
    left: 0; }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -65%; }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -65%; }
  .row-offcanvas-right.active {
    right: 65%; }
  .row-offcanvas-left.active,.row-offcanvas-right.active {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
    box-shadow: 0 0 5px rgba(0,0,0,.5); }
  .row-offcanvas-left.active {
    left: 65%;
    position: relative; }
    .row-offcanvas-left.active:before {
      content: "";
      background-color: rgba(0,0,0,.2);
      height: 100%;
      width: 100%;
      position: absolute;
      z-index: 999; }
  .zoomContainer {
    display: none; } }

/*
 * Off Canvas
 * --------------------------------------------------
 */
.sidebar-offcanvas {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 65%;
  text-align: left;
  background: #fff;
  z-index: 3; }

.btn-offcanvas:hover {
  color: #30adc5; }

.offcanvas-head button {
  padding: 14px 25px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-right: 20px; }

.row-offcanvas {
  position: relative; }

.offcanvas-showright,.row-offcanvas {
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out; }

.offcanvas-showright {
  background: rgba(48,173,197,.8);
  position: relative;
  width: 400px;
  position: absolute;
  right: -800px;
  top: 0;
  z-index: 1000;
  display: block;
  padding: 50px 0; }
  .offcanvas-showright.active {
    display: block;
    right: 0; }
  .offcanvas-showright .showright {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border: none;
    margin-right: 50px; }
    .offcanvas-showright .showright .fa {
      color: #30adc5; }

.navbar-offcanvas {
  border: none; }
  .navbar-offcanvas ul#main-menu-offcanvas {
    float: none;
    display: block; }
    .navbar-offcanvas ul#main-menu-offcanvas>li {
      position: relative;
      border-bottom: 1px solid #e7e7e7;
      display: block;
      float: none; }
      .navbar-offcanvas ul#main-menu-offcanvas>li .caret {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #e7e7e7;
        z-index: 9;
        background: #f5f5f5; }
        .navbar-offcanvas ul#main-menu-offcanvas>li .caret:hover {
          cursor: pointer; }
        .navbar-offcanvas ul#main-menu-offcanvas>li .caret:after {
          font-family: FontAwesome;
          content: "\f107";
          z-index: 9; }
      .navbar-offcanvas ul#main-menu-offcanvas>li ul {
        list-style: none;
        padding-left: 15px;
        padding-bottom: 20px;
        margin-top: 7px;
        position: relative;
        border: none;
        box-shadow: none;
        float: none; }
        .navbar-offcanvas ul#main-menu-offcanvas>li ul ul {
          padding-bottom: 0; }
        .navbar-offcanvas ul#main-menu-offcanvas>li ul li a {
          font-size: 14px;
          font-weight: 300;
          padding: 5px 15px;
          display: inline-block; }
    .navbar-offcanvas ul#main-menu-offcanvas li.active>a {
      background: none;
      color: #30adc5; }

@media (max-width: 480px) {
  .active-mobile.cart-popup .active-content {
    right: 0;
    left: -100px; }
  .zoomContainer {
    display: none; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .widget_wpopal_menu_vertical .navbar-nav>li>a {
    padding: 7px 15px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .widget_wpopal_menu_vertical .navbar-nav li .dropdown-menu {
    min-width: 550px; } }

@media (min-width: 991px) {
  .widget_wpopal_menu_vertical .menu-right .navbar-nav>li>.dropdown-menu {
    margin-right: 2px;
    min-height: 480px; } }

@media (min-width: 991px) {
  .widget_wpopal_menu_vertical .menu-right .navbar-nav li .dropdown-menu {
    right: 130%;
    left: auto; }
  .widget_wpopal_menu_vertical .menu-right .navbar-nav li:focus>.dropdown-menu,.widget_wpopal_menu_vertical .menu-right .navbar-nav li:hover>.dropdown-menu {
    right: 100%; } }

/*********************************/
@media (min-width: 992px) and (max-width: 1199px) {
  .kc-image-absolute .kc_single_image {
    right: -30px; } }

@media (min-width: 992px) {
  .kc-image-absolute .kc_single_image {
    position: absolute;
    top: 150px;
    margin: auto;
    right: -250px;
    z-index: 99; } }

@media (max-width: 1199px) {
  #opal-breadscrumb .breadcrumb {
    padding: 30px 0; } }

/*$media (min-width: 992px) and (max-width: 1199px)*/
@media (min-width: 992px) and (max-width: 1199px) {
  .header-absolute .navbar-mega .navbar-nav>li>a,.header-default .navbar-mega .navbar-nav>li>a {
    padding-left: 8px;
    padding-right: 8px; }
  .kc-feature-boxes.kc-fb-layout-3 {
    padding-right: 30px;
    padding-left: 30px; }
  .testimonial-collection {
    padding: 0 15px; } }

@media (max-width: 991px) {
  .opal-footer .kc_column {
    width: 100% !important; }
    .opal-footer .kc_column+.kc_column {
      margin-top: 30px; }
  .logo-wrapper {
    min-width: 200px;
    padding: 40px;
    text-align: center;
    margin-bottom: 30px; }
  html body div.kc_row[data-kc-parallax=true] {
    background-size: cover !important; }
  .nav-tabs>li>a {
    padding-right: 10px;
    padding-left: 10px; }
  /***************************/
  .kc-feature-boxes.kc-fb-layout-3,body.kc-css-system .kc-css-832411 {
    border: 0 !important; }
  .kc-tab-v1 .owl-carousel .owl-item {
    padding: 0 17px; }
  .feature-box-v3 {
    padding: 30px 15px; }
  .header-v1 .header-main {
    padding: 0; }
  .header-absolute .header-main {
    background: #30adc5;
    border-top: 1px solid rgba(124,207,223,.5); }
  .feature-box-v2.bg-icon1 .fbox-img:before,.feature-box-v4.bg-icon1 .fbox-img:before {
    background-position: 110px; }
  .feature-box-v2:hover .fbox-img:before,.feature-box-v4:hover .fbox-img:before {
    background-color: transparent; }
  .items-team {
    margin-bottom: 30px; }
    .items-team .team-image {
      padding: 30px; }
  .style-small+.kc-tabs-slider .owl-carousel .owl-item {
    padding: 0 20px; }
  .feature-box-v4 .fbox-img {
    text-align: right; }
  .opalhotel-form-field .opalhotel-form-field-group .value,.opalhotel-form-field .opalhotel-form-field-group input,.opalhotel-form-field .opalhotel-form-field-group select {
    border: 1px solid #e7e7e7; }
  .widget_opalhotel-form-hotel-available .horizontal {
    margin-top: 30px; }
  .newsletter-footer {
    text-align: center; }
  #opal-breadscrumb {
    padding: 0;
    margin-bottom: 30px; }
  .opalhotel-single .opalhotel-main {
    padding-left: 20px;
    padding-right: 20px; } }

/*$media (min-width: 768px) and (max-width: 991px) {*/
@media (min-width: 768px) and (max-width: 991px) {
  #main .container,.opal-footer .container {
    width: 100% !important; }
  .zoomContainer {
    display: none; }
  .opal-social-share {
    margin-left: 20px;
    display: block; }
  /******************/
  .element-timelife-light .entry-timeline {
    width: 50%;
    margin-bottom: 30px; }
  .kc_row.kc_row_inner.kc-video-bg {
    width: calc(100% + 100px); } }

/*$media (max-width: 767px) {*/
@media (max-width: 767px) {
  .kc-image-gallery>.kc_image_gallery.kc-grid>.item-grid {
    width: 50% !important; }
  .kc-feature-boxes.kc-fb-layout-2:hover .content-image:before {
    content: none; }
  .kc-fb-layout-2 .content-image,.kc-feature-boxes.kc-fb-layout-2 .content-title {
    text-align: center; }
  .element-timelife-light .entry-timeline,.element-timelife .entry-timeline {
    width: 100%;
    margin-bottom: 30px; }
  .opal-copyright .textwidget {
    margin-top: 30px; } }

/*$media (max-width: 480px) {*/
@media (max-width: 480px) {
  .kc-image-gallery>.kc_image_gallery.kc-grid>.item-grid {
    width: 100% !important; }
  .setting-popup .active-content {
    min-width: 170px; }
  .nav-tabs>li {
    display: block; }
    .nav-tabs>li+li {
      margin-top: 10px; }
    .nav-tabs>li>a {
      display: inline-block; }
  .newsletter-footer .input-group {
    display: block; }
    .newsletter-footer .input-group .form-control {
      margin-bottom: 20px; }
  .bo-sicolor span {
    display: block;
    margin-bottom: 10px; }
  .feature-box-v2,.feature-box-v4 {
    display: block;
    margin-bottom: 30px; }
    .feature-box-v2 .fbox-img,.feature-box-v2>div,.feature-box-v4 .fbox-img,.feature-box-v4>div {
      width: 100%;
      text-align: center; }
    .feature-box-v2 .fbox-img,.feature-box-v4 .fbox-img {
      padding-top: 30px; }
    .feature-box-v2 .fbox-content,.feature-box-v4 .fbox-content {
      padding: 30px; } }
	  /* Module Search v3 */
.v3slide.kc-container {
    padding:  0!important;
	max-width:980px!important;
}
@media(min-width:550px){
.v3slide {
    position:  absolute;
    left: 50%;
	z-index:101;
	visibility:hidden;
}}
/* @media(max-width:550px){
	.home #itTourWidgetWrapper {
		margin-top:20px!important;
	}
	div#rev_slider_1_1_wrapper {
    display:  none!important;
} */
.kc-call-to-action.kc-cta-2 .kc-cta-desc {
    bottom:  60px!Important;
}
.kc-call-to-action.kc-cta-2 .kc-cta-button {
    bottom: 0;
    padding-bottom: 30px;
}
.home .kc-call-to-action {
	margin-left:1px!important;
	margin-right:1px!important;
}
.entry.pull-left {
    width:  100%!important;
}

.meta.pull-left {
    width:  100%!important;
}
#opal-breadscrumb h2 {
    font-size: 26px;
}
body {
	overflow-x:unset!important;
}
#sendformWidget input, #sendformWidget select {
    padding: 10px;
}
}
@media(max-width:1024px) and (min-width:1024px) {
	.v3slide.kc-container {
    margin-top:  20px!important;
}}
@media(max-width:1280px) and (min-width:1025px){
	.v3slide.kc-container {
    margin-top:  -30px;
}
}
@media(max-width:1023px){
	.tparrows {
    margin-top:  -100px;
}
}
@media(max-width:1400px){
	.page-id-509 .meta.pull-left {
    width: 20%;
}

.page-id-509 .entry.pull-left {
    width: 80%;
}
body.page-id-31 .room-grid .room-title {
    font-size:  24px;
}}
@media(min-width:1400px){
body.page-id-29 .itt_hs_content_wrap.itt_hs_custom_scroll, body.page-id-29 .itt_hs_main_wrap.itt_border_color {
    height: 840px!important;
}}
@media(max-width:1399px){
body.page-id-29 .itt_hs_content_wrap.itt_hs_custom_scroll, body.page-id-29 .itt_hs_main_wrap.itt_border_color {
    height: 810px!important;
}
.page-id-94 .room-overlap .opalhotel-price {
	left: 20px;
    bottom: 10px;
}}
@media(max-width:900px){
	div#page a.kc_button.btn-light.eModal-1 {
    margin-top:  0;
}}
@media(max-width:960px) and (min-width:760px){
	.element-block-heading.style-light {width: 400px;margin-left: -60px;}
	footer#opal-footer .kc_col-sm-3.kc_column.kc_col-sm-3 {
    width: 33%!important;
}

footer#opal-footer .kc-elm.kc-css-197563.kc_col-sm-3.kc_column.kc_col-sm-3 {
    width:  100%!important;
}

ul#menu-footer-menu {
    font-size:  14px;
}
}
#opal-logo img {
	width: 250px;
}
@media(max-width:480px){
	.tp-caption.tp-resizeme {
    font-size: 20px!Important;
}
}
table {
margin: 0 auto;
}