/* GENERAL
================================================== */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #73879C;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  background-color: #f1f2f2;
  font-family: "Dosis", sans-serif;
}

/* RESET
================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: 0 !important;
}
figure {
    margin: 0;
    padding: 0;
}
figure img {
    width: 100%;
    height: auto;
}
iframe {
  border: none;
  width: 100%;
}
::selection {
  background: #fefac7;
  /* Safari */
  color: #555555;
}
::-moz-selection {
  background: #fefac7;
  /* Firefox */
  color: #555555;
}
strong, b {
  font-weight: 600;
}
input,
button,
select,
textarea {
  font-family: "Dosis", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
hr {
  height: 1px;
  margin: 22px 0 22px 0;
}
.badge {
  font-weight: normal;
  margin-left: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #32c5d2;
  padding: 3px 6px;
}
a {
  color: #73879C;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
a:hover,
a:focus {
  color: #b3255d;
  text-decoration: none;
}
.hidden {
  display: none;
}
.center-block {
  float: none;
}
ul {
  list-style: none;
  position: relative;
  padding-left: 22px;
}
ul.circled li, ol li {
  margin-bottom: 5px;
}
ul.circled li::before {
  font-family: 'fontello-circle';
  content: '\e800';
  font-size: 8px;
  font-weight: normal;
  color: #b3255d;
  padding-top: 1px;
  margin-left: -20px;
  vertical-align: top;
  position: absolute;
}
.grabbing {
  cursor: url(../img/grabbing.png) 8 8, move !important;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #506A85;
  font-weight: 700;
  margin: 0;
  font-family: "Dosis", sans-serif;
  letter-spacing: 0.025em;
}
h1 {
  font-size: 44px;
  line-height: 44px;
  margin: 0 0 25px 0;
}
h2 {
  font-size: 26px;
  line-height: 130%;
  margin-bottom: 20px;
}
h3 {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 15px;
}
/*use in section headings*/
h3.heading {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 20px;
  padding-bottom: 10px;
  position: relative;
  text-transform: capitalize;
  overflow: hidden;
  vertical-align: middle;
}
h3.heading:after {
  position: relative;
  left: 18px;
  content: "";
  display: inline-block;
  width: 200%;
  vertical-align: middle;
  height: .50em;
  margin: 0 -200% 0 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
h4 {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 15px;
}
h5 {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0;
}
h6 {
  color: #333;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0;
}
/*parahraphs*/
header p {
    font-size: 22px;
    line-height: 150%;
}
p {
  margin: 0 0 20px;
}
p.sub-text {
  font-style: normal;
  font-size: 16px;
  line-height: 29px;
  font-weight: 300;
  color: #555;
}
p.lead {
  font-size: 16px;
  font-weight: 400;
}
pre:after, pre:before {
  clear: both;
  display: table;
  content: "";
}
.text-small {
  font-size: 16px;
  line-height: 160%;
}
.border {
  border: 1px solid #CED7E0;
}
.border-top {
  border-top: 1px solid #CED7E0;
}

/*******section heading**********/
.center-heading {
  text-align: center;
  margin-bottom: 40px;
}

.center-heading h2 {
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #000;
  font-size: 30px;
}

.center-heading h2 strong {
  font-weight: 700;
}

.center-line {
  display: inline-block;
  width: 70px;
  height: 1px;
  border-top: 1px solid #bbb;
  /* border-bottom: 1px solid $skincolor; */
  margin: auto;
}

.center-heading p {
  margin-top: 10px;
}

.overflow-hidden {
  overflow: hidden;
}

/* DIVIDERS
================================================== */
.divide0 {
  width: 100%;
  height: 0px;
}
.divide2 {
  width: 100%;
  height: 2px;
}
.divide3 {
  width: 100%;
  height: 3px;
}
.divide5 {
  width: 100%;
  height: 5px;
}
.divide10 {
  width: 100%;
  height: 10px;
}
.divide15 {
  width: 100%;
  height: 15px;
}
.divide20 {
  width: 100%;
  height: 20px;
}
.divide25 {
  width: 100%;
  height: 25px;
}
.divide30 {
  width: 100%;
  height: 30px;
}
.divide35 {
  width: 100%;
  height: 35px;
}
.divide40 {
  width: 100%;
  height: 40px;
}
.divide45 {
  width: 100%;
  height: 40px;
}
.divide50 {
  width: 100%;
  height: 50px;
}
.divide55 {
  width: 100%;
  height: 55px;
}
.divide60 {
  width: 100%;
  height: 60px;
}
.divide65 {
  width: 100%;
  height: 65px;
}
.divide70 {
  width: 100%;
  height: 70px;
}
.divide75 {
  width: 100%;
  height: 75px;
}
.divide80 {
  width: 100%;
  height: 80px;
}
.divide85 {
  width: 100%;
  height: 85px;
}

/* DIVIDERS / PADDING / MARGIN
================================================== */
.mb-15 {
  margin-bottom: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pl-45 {
  padding-left: 45px;
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pt-120 {
  padding-top: 120px;
}


/* BUTTONS
================================================== */
#buttons .btn {
  margin: 5px 3px;
}
#buttons .btn-wrapper {
  margin: 30px 0;
}
.btn {
  color: #FFF !important;
  background: #f6355e;
  padding: 11px 20px 13px;
  margin: 15px 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -webkit-border-radius: 3px;
  /*border-radius: 3px;*/
  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
}
#get-in-touch .btn-large {
  padding: 5px 17px 9px;
  font-size: 24px;
}
.btn-small {
    padding: 5px 13px 6px;
  font-size: 13px;
}
.btn-large {
    padding: 14px 26px 16px;
  font-size: 15px;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    background: #db1b44;
    color: #FFF !important;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
}
h1 .btn,
h2 .btn,
h3 .btn,
h4 .btn,
p .btn {
  margin-left: 15px;
}
.txt-btn {
  font-size: 105%;
  font-weight: 700;
}
.txt-btn:after {
  content: '\2192';
  margin-left: 7px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.txt-btn:hover:after {
  margin-left: 12px;
}
.btn {
  color: #FFF !important;
  background: #f6355e;
  padding: 11px 20px 13px;
  margin: 15px 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
}
.btn-lg {
  padding: 11px 20px 13px;
  font-size: 14px;
}
.btn:focus, .btn:hover {
  outline: 0;
  color: #fff;
}
.btn-xs {
  font-size: 12px;
}
.btn i {
  margin-right: 10px;
}
/*********border-buttons**********/
.border-black {
  border: 1px solid #333;
  color: #000;
  background-color: transparent;
}
.border-black:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.border-white {
  border: 1px solid #fff;
  color: #fff;
}
.border-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.border-theme {
  border: 1px solid #32c5d2;
  color: #32c5d2;
}
.border-theme:hover {
  background-color: #32c5d2;
  border-color: #32c5d2;
  color: #fff;
}
.btn-3d {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}
.btn-ico i {
  margin-left: 5px;
}


/* BOOTSTRAP NAVIGATION DEFAULT OVERRIDES
================================================== */
.navbar-default {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0;
  width: 100%;
  min-height: 91px;
  padding: 20px 0;
  background: #222222;
  clear: both;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 9999 !important;
  border-bottom: 3px solid #b3255d;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #F5F7FA;
  border-bottom: 3px solid #E6E9ED;
}
.navbar-brand {
  font-weight: 700;
  color: #000 !important;
  font-size: 30px;
  line-height: 20px;
  font-style: normal;
  text-transform: uppercase;
  padding: 0 15px;
}
.navbar-nav {
  margin-top: 6px;
}
.navbar-nav > li > a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #aaa3a2;
    padding: 10px 20px;
    z-index: 1;
}
.navbar-default .navbar-nav > li > a:hover {
    border-bottom: 3px solid #B3255D;
    color: #b3255d;
}
.navbar-brand img {
  width: 236px;
  height: auto;
}
body#home a#p1, body#acompanhantes a#p2,
body#anuncie a#p3, body#contato a#p4 {
  border-bottom: 3px solid #B3255D;
}
.actived {
  border-bottom: 3px solid #B3255D;
}


/* MEGA MENU
================================================== */
.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    width: 210px;
    background: #F5F7FA;
  border: none;
  border-bottom-width: 2px;
  border-bottom-color: #CED2D6;
    -webkit-border-radius: 3px !important;
       -moz-border-radius: 3px !important;
            border-radius: 3px !important;
  -webkit-border-top-left-radius: 0 !important;
      -moz-border-radius-topleft: 0 !important;
        border-top-left-radius: 0 !important;
  -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.15);
     -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.15);
          box-shadow: 0 10px 10px rgba(0,0,0,0.15);
  z-index: 0;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li {
    background: transparent;
    border: none;
    /*border-top: 1px solid #E6E9ED;*/
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li:first-child {
    border: none;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a {
  line-height: 18px;
    padding: 13px 20px;
    color: #73879C;
    text-transform: uppercase;
    font-weight: 700;
  white-space: normal;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a.active {
    filter: none;
    background-color: #F5F7FA;
    color: #1ABB9C;
}
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus {
    background-color: #F5F7FA;
    border-bottom: 3px solid #E6E9ED;
}
.navbar .nav > li > .dropdown-menu:not(.yamm-dropdown-menu):after {
    display: none;
}
.navbar .nav > li > .dropdown-menu:not(.yamm-dropdown-menu):before {
    display: none;
}
.navbar .dropdown-submenu .dropdown-menu {
  top: -1px !important;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:focus {
    background: #B3255D;
    color: #FFF !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-header .info {
  padding-left: 0;
    margin: 0;
}
.navbar-header .info li {
    font-size: 12px;
    padding-right: 25px;
}
.navbar-header .info li a {
    font-size: 12px;
    color: #73879C;
}
.navbar-header .info a:hover {
    color: #1ABB9C;
}
.navbar-form {
    padding: 0;
    margin: 0;
}
.btn.responsive-menu {
    display: none;
  width: 40px;
  height: 40px;
    font-size: 15px;
    padding: 0;
    margin: 0;
}
.yamm .nav,
.yamm .dropup,
.yamm .dropdown,
.yamm .collapse {
    position: static;
}
.yamm .navbar-inner,
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
  top: auto;
    left: auto;
  -webkit-border-top-left-radius: 3px !important;
      -moz-border-radius-topleft: 3px !important;
        border-top-left-radius: 3px !important;
}
.yamm .dropdown-menu > li {
    display: block;
}
.yamm .nav.pull-right .dropdown-menu {
    right: 0;
}
.yamm .yamm-content {
  font-size: 14px;
  line-height: 22px;
    padding: 30px 40px;
  margin-left: -20px;
  margin-right: -20px;
}
.yamm .yamm-content .inner {
  padding: 0 20px;
}
.yamm .yamm-content li {
  line-height: inherit;
}
.yamm .yamm-content:before,
.yamm .yamm-content:after {
    display: table;
    content: "";
    line-height: 0;
}
.yamm .yamm-content:after {
    clear: both;
}
.yamm .nav > li > .dropdown-menu:after,
.yamm .nav > li > .dropdown-menu:before {
    display: none;
}
.yamm .yamm-content img {
    width: 100%;
}
.yamm .yamm-content a {
    color: inherit;
}
.yamm .yamm-content h1 {
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 2px solid #B3255D;
  padding-bottom: 10px;
}
.yamm .yamm-content h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.yamm .yamm-content p {
  font-size: inherit;
  line-height: inherit;
    margin-bottom: 15px;
}
.yamm .yamm-content .btn {
  margin: 10px 0;
}
.yamm .yamm-content a:hover {
    color: #b3255d;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}
.yamm .btn {
    font-weight: 400;
}
.thumbs .thumb {
  padding-bottom: 15px;
}
.yamm .yamm-content .info h4 {
  font-size: 12px;
}
.navbar-toggle {
  width: 40px;
  height: 40px;
  font-size: 15px;
  padding: 9px 9px;
  margin: 6px 15px 0;
  color: #FFF !important;
  background: #f6355e;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
  border: 0;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: #db1b44;
  color: #FFF !important;
}


/* SLIDESHOW
================================================== */
/*.height-lg {
  height: 90vh;
}*/
#hero h1 {
  font-size: 78px;
  line-height: 110%;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 0;
  -webkit-transition: font 200ms ease-out;
     -moz-transition: font 200ms ease-out;
     -o-transition: font 200ms ease-out;
      transition: font 200ms ease-out;
}
#hero #owl-main .caption h1.light-bg,
#hero #owl-main .caption h1.medium-bg,
#hero #owl-main .caption h1.dark-bg,
#hero #owl-main .caption h1.tint-bg {
  font-size: 73px;
}
#hero h4 {
  font-size: 33px;
  line-height: 120%;
}
#hero p {
  font-size: 24px;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: .015em;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  -webkit-transition: font 200ms ease-out, margin 200ms ease-out;
     -moz-transition: font 200ms ease-out, margin 200ms ease-out;
     -o-transition: font 200ms ease-out, margin 200ms ease-out;
      transition: font 200ms ease-out, margin 200ms ease-out;
}
#hero .btn {
  margin-top: 60px;
  margin-bottom: 0;
  -webkit-transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
     -moz-transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
     -o-transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
      transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
}
#hero .btn-large {
  font-size: 18px;
  padding: 18px 70px 20px;
}
h2 + figure,
h3 + figure,
h2 + .thumbs,
h3 + .thumbs,
h2 + .thumb,
h3 + .thumb {
  padding-top: 10px;
}
h4 + figure {
  /*padding-top: 5px;*/
}
h2 + .owl-carousel,
p + .owl-carousel,
h2 + .panel-group,
p + .panel-group {
  padding-top: 20px;
}
figure figcaption {
  font-size: 14px;
  line-height: 150%;
}
figure figcaption h4 {
  margin-bottom: 10px;
}
figure * + figcaption {
  padding-top: 20px;
}
figure + *,
.thumb + figure {
  padding-top: 25px;
}
.classic-blog figure + * {
  padding-top: 35px;
}
figure.post-media + * {
  padding-top: 0;
}


/* HOME
================================================== */
/* Destaques */
.bordered .info {
    text-align: center;
}
.bordered .info h3,
.bordered .info h4 {
  margin-bottom: 0;
  line-height: 20px;
}
.bordered .info h3 a,
.bordered .info h4 a {
    color: #506A85;
}
.bordered .info h3 a:hover,
.bordered .info h4 a:hover {
  color: #b3255d;
}
.bordered .info p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}
.bordered {
    border: 1px solid #222222;
  border-bottom-width: 2px;
  border-radius: 0;
    padding: 5px;
    background: #222222;
}
.no-top-border {
    border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.owl-buttons {
  display: none;
}
.owl-prev,
.owl-next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #FFF;
  background-color: #506A85;
  border: none;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      border-radius: 3px;
  margin: auto;
  -webkit-transition: all 200ms ease-out;
     -moz-transition: all 200ms ease-out;
     -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out;
  opacity: 0;
  text-align: center;
}
.owl-prev {
  left: 45px;
}
.owl-next {
  right: 45px;
}
.owl-carousel:hover .owl-prev {
  left: 35px;
  opacity: 1;
}
.owl-carousel:hover .owl-next {
  right: 35px;
  opacity: 1;
}
.owl-carousel:hover .owl-prev:hover,
.owl-carousel:hover .owl-next:hover {
    color: #b3255d;
  opacity: 1;
}
#destaques figcaption {
  background: #222222;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  padding: 5px;
}
#destaques h3 a {
  color: #506A85;
}
#destaques h3 a:hover {
  color: #b3255d;
}
#destaques p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 22px;
}
/* Portfolio */
#portfolio {
  background: #e6e5e4;
}
#portfolio header img, #portfolio header h1, #destaques header img {
  float: left;
  margin-right: 15px;
}
#portfolio header h1, #destaques header h1 {
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
  color: #f06d38;
  font-style: italic;
  padding-top: 40px;
}
#portfolio header .btn.btn-large, .contact-form .btn {
  margin: 33px 0 0 0;
  padding: 10px;
  font-size: 25px;
  font-weight: 300;
}
#portfolio li a {
  color: #B3255D;
}
#portfolio li a:hover {
  color: #B3255D;
  border-bottom: 3px solid #B3255D;
}
.ribbon {
  position: absolute;
  right: -36px;
  bottom: 18px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: 150px;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 12px;
  display: block;
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #B3255D;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 99;
  opacity: 0.8;
}
.ribbon-blue {
  background-color: #506A85;
}
/* Get in Touch */
#get-in-touch .inner {
  padding: 40px 0 0 0;
}
#banner .inner {
  padding: 40px 0 40px 0;
}


/* PORTFOLIO ISOTOPE
================================================== */
.items {
    list-style: none;
    margin: 0;
    padding: 0;
}
.items:before,
.items:after {
    display: table;
    content: "";
    line-height: 0;
}
.items:after {
    clear: both
}
.items li {
    float: left;
    min-height: 1px;
    position: relative;
}
.items.col-3 {
    margin-left: -8px;
    margin-bottom: -8px;
}
.items.col-3 li {
    width: 318px;
    margin-left: 8px;
    margin-bottom: 8px;
}
.items.col-3.gap {
    margin-left: -20px;
    margin-bottom: -20px;
}
.items.col-3.gap li {
    width: 310px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.items.col-4 {
    margin-left: -10px;
    margin-bottom: -10px;
}
.items.col-4 li {
  /*width: 230px;
  margin-left: 10px;
  margin-bottom: 10px;*/
  width: 25%;
  padding: 5px;
  marks: 0;
}
.items.col-4 .post-title {
  font-size: 16px;
  margin-bottom: 3px;
}
.items li img {
    display: block;
    width: 100%;
}
.items li,
.items li img,
.thumbs .thumb figure,
.owl-carousel .item figure {
  display: block;
    position: relative;
}
.items li {
    overflow: hidden;
}
.items li .text-overlay,
.thumbs .thumb .text-overlay,
.owl-carousel .item .text-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
    z-index: 100;
  padding: 10%;
  font: 0px/0 a; /* remove the gap between inline(-block) elements */
    background-color: rgba(246, 53, 94, 0.7);
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
    opacity: 0;
}
.items li .text-overlay:before,
.thumbs .thumb .text-overlay:before,
.owl-carousel .item .text-overlay:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.items li:hover .text-overlay,
.thumbs .thumb:hover .text-overlay,
.owl-carousel .item:hover .text-overlay {
    opacity: 1;
}
.thumbs .thumb:hover .member .text-overlay {
  opacity: 0;
}
/*.thumbs .thumb .member .member-image:hover .text-overlay {
  opacity: 1;
}*/
.items li .text-overlay .info,
.thumbs .thumb .text-overlay .info,
.owl-carousel .item .text-overlay .info {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  font-family: 'Dosis', sans-serif;
  font-size: 14px;
  line-height: 22px;
  /*color: #FFF;*/
  text-align: center;
}
.items li .text-overlay .info h2,
.thumbs .thumb .text-overlay .info h2,
.owl-carousel .item .text-overlay .info h2,
.items li .text-overlay .info h3,
.thumbs .thumb .text-overlay .info h3,
.owl-carousel .item .text-overlay .info h3,
.items li .text-overlay .info h4,
.thumbs .thumb .text-overlay .info h4,
.owl-carousel .item .text-overlay .info h4 {
  color: #FFF;
  margin-bottom: 2px;
}
.items li .text-overlay .info p,
.thumbs .thumb .text-overlay .info p,
.owl-carousel .item .text-overlay .info p {
  font-size: 14px;
  line-height: 22px;
  color: #FFF;
  margin-bottom: 0;
}
.items li .text-overlay .info.big p,
.thumbs .thumb .text-overlay .info.big p,
.owl-carousel .item .text-overlay .info.big p,
#hero .items li .text-overlay .info.big p,
#hero .thumbs .thumb .text-overlay .info.big p,
#hero .owl-carousel .item .text-overlay .info.big p {
  font-size: 18px;
  line-height: 140%;
  padding-top: 10px;
  margin-top: 0;
}
.filter {
  padding: 0;
  margin-bottom: 40px;
}
.filter:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  border-bottom: 1px solid #CED7E0;
}
.filter li {
    display: inline;
  position: relative;
  background: #e6e5e4;
  font-size: 15px;
    font-weight: 700;
  line-height: 150%;
  letter-spacing: .031em;
    text-transform: uppercase;
  margin: 0 -2px;
}
.filter li:after {
  content: "\00b7";
}
.filter li:last-child:after {
  content: "";
}
.filter li a {
    padding: 0 15px;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 600ms;
     -moz-transition-duration: 600ms;
      -ms-transition-duration: 600ms;
       -o-transition-duration: 600ms;
          transition-duration: 600ms;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property: -moz-transform, opacity;
      -ms-transition-property: -ms-transform, opacity;
       -o-transition-property: top, left, opacity;
          transition-property: transform, opacity;
}
.isotope figure,
.items figure {
  margin: 0;
}
.post-content .isotope figure {
  margin: auto;
}
.col-2-space .project-post {
  width: 50%;
  padding: 15px;
}
.col-2-no-space .project-post {
  width: 50%;
  padding: 0;
  margin: 0;
}
.col-3-space .project-post {
  width: 33.33%;
  padding: 15px;
}
.col-3-no-space .project-post {
  width: 33.333%;
  padding: 0;
  margin: 0;
}
.col-4-space .project-post {
  width: 25%;
  padding: 15px;
}
.col-4-no-space .project-post {
  width: 25%;
  padding: 0;
  margin: 0;
}
.col-5-no-space .project-post {
  width: 20%;
  padding: 0;
  margin: 0;
}


/* OWL CAROUSEL
================================================== */
.owl-carousel {
  text-align: center;
  cursor: default;
}
.panel-group .panel .owl-controls {
    margin-top: 25px;
}
.panel-group.blank .panel .owl-controls {
    margin-top: 40px;
}
.owl-pagination {
  position: relative;
  line-height: 30px;
}
.owl-buttons {
  display: none;
}
.owl-prev,
.owl-next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #FFF;
  background-color: #506A85;
  border: none;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      border-radius: 3px;
  margin: auto;
  -webkit-transition: all 200ms ease-out;
     -moz-transition: all 200ms ease-out;
     -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out;
  opacity: 0;
}
.owl-prev {
  left: -35px;
}
.owl-next {
  right: -35px;
}
.owl-carousel:hover .owl-prev {
  left: -40px;
  opacity: 1;
}
.owl-carousel:hover .owl-next {
  right: -40px;
  opacity: 1;
}
.owl-carousel:hover .owl-prev:hover,
.owl-carousel:hover .owl-next:hover {
    color: #b3255d;
  opacity: 1;
}
.owl-outer-nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15%;
  width: 130%;
  height: 100%;
  z-index: 0;
}
.owl-outer-nav .owl-wrapper-outer,
.owl-outer-nav .owl-pagination,
.owl-outer-nav .owl-prev,
.owl-outer-nav .owl-next {
  z-index: 1;
}
.owl-outer-nav .owl-controls {
  position: static;
}
.owl-outer-nav .owl-prev {
  left: -65px;
}
.owl-outer-nav .owl-next {
  right: -65px;
}
.owl-outer-nav:hover .owl-prev {
  left: -80px;
}
.owl-outer-nav:hover .owl-next {
  right: -80px;
}
.owl-ui-md .owl-pagination {
  line-height: 45px;
}
.owl-ui-md .owl-prev,
.owl-ui-md .owl-next {
  width: 45px;
  height: 45px;
  font-size: 45px;
}
.owl-ui-md .owl-prev {
  left: -55px;
}
.owl-ui-md .owl-next {
  right: -55px;
}
.owl-ui-md:hover .owl-prev {
  left: -60px;
}
.owl-ui-md:hover .owl-next {
  right: -60px;
}
.owl-outer-nav.owl-ui-md:after {
  left: -18%;
  width: 136%;
}
.owl-outer-nav.owl-ui-md .owl-prev {
  left: -85px;
}
.owl-outer-nav.owl-ui-md .owl-next {
  right: -85px;
}
.owl-outer-nav.owl-ui-md:hover .owl-prev {
  left: -100px;
}
.owl-outer-nav.owl-ui-md:hover .owl-next {
  right: -100px;
}
.owl-ui-lg .owl-pagination {
  line-height: 60px;
}
.owl-ui-lg .owl-prev,
.owl-ui-lg .owl-next {
  width: 60px;
  height: 60px;
  font-size: 60px;
}
.owl-ui-lg .owl-prev {
  left: -75px;
}
.owl-ui-lg .owl-next {
  right: -75px;
}
.owl-ui-lg:hover .owl-prev {
  left: -80px;
}
.owl-ui-lg:hover .owl-next {
  right: -80px;
}
.owl-outer-nav.owl-ui-lg:after {
  left: -22%;
  width: 144%;
}
.owl-outer-nav.owl-ui-lg .owl-prev {
  left: -105px;
}
.owl-outer-nav.owl-ui-lg .owl-next {
  right: -105px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-prev {
  left: -120px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-next {
  right: -120px;
}
.owl-inner-nav .owl-prev {
  left: 45px;
}
.owl-inner-nav .owl-next {
  right: 45px;
}
.owl-inner-nav:hover .owl-prev {
  left: 30px;
}
.owl-inner-nav:hover .owl-next {
  right: 30px;
}
.owl-outer-nav .owl-prev,
.owl-outer-nav .owl-next,
.owl-inner-nav .owl-prev,
.owl-inner-nav .owl-next {
  bottom: 70px;
}
.owl-outer-nav.owl-ui-md .owl-prev,
.owl-outer-nav.owl-ui-md .owl-next,
.owl-inner-nav.owl-ui-md .owl-prev,
.owl-inner-nav.owl-ui-md .owl-next {
  bottom: 85px;
}
.owl-outer-nav.owl-ui-lg .owl-prev,
.owl-outer-nav.owl-ui-lg .owl-next,
.owl-inner-nav.owl-ui-lg .owl-prev,
.owl-inner-nav.owl-ui-lg .owl-next {
  bottom: 100px;
}
.owl-inner-pagination .owl-pagination,
.owl-inner-pagination .owl-prev,
.owl-inner-pagination .owl-next {
  margin-top: -40px;
  top: -60px;
}
.owl-inner-pagination.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-ui-md .owl-prev,
.owl-inner-pagination.owl-ui-md .owl-next {
  margin-top: -50px;
  top: -65px;
}
.owl-inner-pagination.owl-ui-lg .owl-pagination,
.owl-inner-pagination.owl-ui-lg .owl-prev,
.owl-inner-pagination.owl-ui-lg .owl-next {
  margin-top: -60px;
  top: -75px;
}
.owl-inner-pagination.owl-outer-nav .owl-prev,
.owl-inner-pagination.owl-outer-nav .owl-next,
.owl-inner-pagination.owl-inner-nav .owl-prev,
.owl-inner-pagination.owl-inner-nav .owl-next {
  margin: auto;
  top: 0;
  bottom: 0;
}
.owl-inner-pagination .owl-pagination {
  -webkit-transition: all 200ms ease-out;
     -moz-transition: all 200ms ease-out;
     -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out;
  opacity: 0;
}
.owl-inner-pagination:hover .owl-pagination {
  opacity: 1;
}
.owl-inner-pagination.owl-inner-nav .owl-pagination,
.owl-inner-pagination.owl-outer-nav .owl-pagination {
  top: -45px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-pagination {
  top: -50px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-pagination {
  top: -60px;
}
.owl-inner-pagination.owl-inner-nav:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav:hover .owl-pagination {
  top: -60px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-pagination {
  top: -65px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-pagination {
  top: -75px;
}
#owl-main .item {
  height: 44vh;
  background-color: #FFF;
  background-position: center 55%;
  -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
      background-size: cover;
}
#owl-main.height-md .item {
  height: 61vh;
}
#owl-main.height-lg .item {
  height: 90vh;
}
#owl-main .container {
  display: table;
  height: inherit;
}
#owl-main .caption {
  display: table-cell;
}
#owl-main .caption.vertical-center {
  vertical-align: middle;
  padding-bottom: 3vh;
}
#owl-main .caption.vertical-top {
  vertical-align: top;
  padding-top: 8vh;
}
#owl-main .caption.vertical-bottom {
  vertical-align: bottom;
  padding-bottom: 14vh;
}
#owl-main .caption.text-center {
  padding-left: 10%;
  padding-right: 10%;
}
#owl-main .caption.text-left {
  padding-right: 20%;
}
#owl-main .caption.text-right {
  padding-left: 20%;
}
#owl-main .caption h1,
#owl-main .caption p,
#owl-main .caption div {
  position: relative;
}
#owl-main .caption h1 span {
  padding: .250em 0;
  line-height: 180%;
}
#owl-main .caption .light-bg,
#owl-main .caption .medium-bg,
#owl-main .caption .dark-bg,
#owl-main .caption .tint-bg {
  background: none;
  padding-left: .500em;
  padding-right: .500em;
}
#owl-main .caption h1.light-bg span,
#owl-main .caption p.light-bg span {
  background: #FFF;
  box-shadow: -.500em 0 0 #FFF, .500em 0 0 #FFF;
}
#owl-main .caption h1.medium-bg span,
#owl-main .caption p.medium-bg span {
  background: #A3B1BF;
  box-shadow: -.500em 0 0 #A3B1BF, .500em 0 0 #A3B1BF;
}
#owl-main .caption h1.dark-bg span,
#owl-main .caption p.dark-bg span {
  background: #506A85;
  box-shadow: -.500em 0 0 #506A85, .500em 0 0 #506A85;
}
#owl-main .caption h1.tint-bg span,
#owl-main .caption p.tint-bg span {
  background: #1ABB9C;
  box-shadow: -.500em 0 0 #1ABB9C, .500em 0 0 #1ABB9C;
}
#owl-main .owl-controls {
  display: block;
  position: static;
  margin-top: -47px;
}
#owl-main .owl-pagination {
  background: #FFF;
  line-height: inherit;
  position: relative;
  bottom: -40px;
  padding: 10px;
  display: inline-block;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      border-radius: 3px;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
     -moz-transition: all 200ms ease-out;
     -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out;
}
#owl-main:hover .owl-pagination {
  bottom: 3px;
  opacity: 1;
}
#owl-main .owl-prev,
#owl-main .owl-next {
  bottom: 0;
}
.owl-controls .owl-page {
    display: inline-block;
}
.owl-pagination .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  background: #506A85;
  border: none;
  -webkit-border-radius: 50%;
      border-radius: 50%;
  margin: 0 5px;
  -webkit-transition: all 200ms ease-out;
     -moz-transition: all 200ms ease-out;
     -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out;
}
.owl-pagination .owl-page.active span,
.owl-pagination .owl-page:hover span {
  background: #b3255d;
}
.owl-item-gap .item {
    margin: 0 15px;
}
.owl-item-gap-sm .item {
    margin: 0 10px;
}
/* preloading images */
.owl-item.loading {
    min-height: inherit;
    background: none;
}


/* MODAL
================================================== */
.modal {
  z-index: 99999;
  background: none;
}
.modal.fade {
  -webkit-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out;
}
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: all 0.4s ease-out;
            transition: all 0.4s ease-out;
  opacity: 0;
}
.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  opacity: 1;
}
.modal-open .modal {
  overflow: hidden;
}
.modal-backdrop {
  background-color: rgba(0,0,0,0.8);
  z-index: 99998;
}
.modal-backdrop.in {
  opacity: .95;
}
.modal .container {
  width: 100%;
  max-width: 1170px;
  padding-left: 50px;
  padding-right: 50px;
}
.modal-dialog {
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 35px;
  right: 35px;
  width: calc(100% - 70px);
  margin: auto;
}
.modal-full {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.modal-lg {
  max-width: 100%;
  max-height: 100%;
}
.modal-md {
  max-width: 1170px;
  max-height: 800px;
}
.modal-sm {
  max-width: 750px;
  max-height: 500px;
}
.modal-xs {
  max-width: 480px;
  max-height: 350px;
}
.modal-content {
  width: 100%; /* Can use left: 0; right: 0; with position: absolute; as well */
  height: 100%; /* Can use top: 0; bottom: 0; with position: absolute; as well */
  padding: 0 !important;
  margin: 0 !important;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 30px 30px rgba(0,0,0,0.1);
      box-shadow: 0 30px 30px rgba(0,0,0,0.1);
  overflow: hidden;
}
.modal-full .modal-content {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
      box-shadow: none;
}
.modal-header {
  position: relative;
  z-index: 1;
  height: 70px;
  padding: 22px 25px;
  background-color: #630034;
  border-bottom: 1px solid #E6E9ED;
}
.modal-header .close {
  float: right;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-shadow: none;
  margin-top: 0;
  margin-left: 25px;
  -webkit-transition: opacity 200ms ease-out;
     -o-transition: opacity 200ms ease-out;
      transition: opacity 200ms ease-out;
}
.dark-bg.no-modal-header .modal-header .close,
.tint-bg.no-modal-header .modal-header .close {
  color: #fff;
  opacity: .4;
}
.modal-header .close:hover,
.modal-header .close:focus {
  opacity: 1 !important;
}
.modal-title {
  color: #fff !important;
  line-height: 150%;
}
.no-modal-header .modal-header {
  background-color: transparent;
  padding-right: 40px;
  border-bottom: none;
}
.no-modal-header .modal-header .modal-title {
  display: none;
}
.no-modal-footer .modal-footer {
  display: none;
}
.no-modal-header .modal-body {
  top: 0;
}
.no-modal-footer .modal-body {
  bottom: 0;
}
.modal-body {
  position: absolute;
  top: 70px;
  bottom: 75px;
  width: 100%; /* Can use left: 0; right: 0; as well */
  padding: 25px;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-footer {
  position: absolute;
  bottom: 0;
  width: 100%; /* Can use left: 0; right: 0; as well */
  height: 75px;
  background-color: #FFF;
  border-top: 1px solid #E6E9ED;
}
.modal-footer .btn {
  margin: 0;
}
.modal-open #scrollUp {
  -webkit-transition: none;
     -o-transition: none;
      transition: none;
  opacity: 0;
}
.btn-modal {
  background: #F5F7FA !important;
  color: #506A85 !important;
  border: 1px solid #E6E9ED;
  border-bottom-width: 2px;
  box-shadow: none !important;
}
.btn-modal:hover,
.btn-modal:focus,
.btn-modal:active,
.btn-modal.active {
    background: #EDF0F2 !important;
  color: #1ABB9C !important;
}


/* AGE GATE
================================================== */
#age-gate {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.98);
  z-index: 99999;
}
  #age-gate .over {
    width: 50%;
    margin: auto;
    height: 212px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
#age-gate .cidades {
  display: none;
}


/* OPS
================================================== */
#ops {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.98);
  z-index: 99999;
}
  #ops .over {
    width: 50%;
    margin: auto;
    height: 212px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }


/* FOOTER
================================================== */
footer ul.contacts li {
  margin-bottom: 2px;
}
footer hr {
  margin: 20px 0;
}
footer {
  font-size: 14px;
  line-height: 22px;
  background: #630034;
  color: #fff;
}
footer .icon-s-facebook, footer .icon-s-twitter {
  font-size: 20px;
  margin-right: 20px;
}
/*footer .inner {
  padding-top: 45px;
  padding-bottom: 35px;
}*/
/*footer .container > .row {
  margin-left: -25px;
  margin-right: -25px;
}*/
/*footer .row .inner {
  padding: 25px;
}*/
footer .logo {
  height: auto;
  max-height: 100%;
}
footer h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}
footer p {
  margin-bottom: 15px;
}
footer a {
  color: #fff;
}
.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-menu li {
    display: inline;
    padding-left: 10px;
}
.footer-menu li:before {
    display: inline-block;
    content: "·";
    padding-right: 12px;
}
.footer-menu li:first-child:before {
    display: none;
}
.footer-bottom {
  background: #440124;
  color: #a11f53;
}
.footer-bottom .container.inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-bottom p,
.footer-bottom a {
  color: #a11f53;
}
.footer-bottom p {
  padding: 0;
  margin: 0;
}
.newsletter {
  position: relative;
}
.newsletter input[type="email"] {
  background: rgba(255,255,255,0.15);
  padding-right: 100px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  color: #FFF !important;
}
.newsletter input[type="email"]:focus {
    background: rgba(255,255,255,0.20);
}
/*.navbar .searchbox .dropdown-menu {
  width: 270px;
}*/
.newsletter .btn-submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin-top: 5px;
  margin-right: 5px;
  color: #FFF !important;
  line-height: 1;
}
.newsletter .btn-submit:focus {
  color: red;
}
.navbar-form.search .btn-submit {
  width: 30px;
  height: 30px;
}
footer .newsletter .btn-submit {
  width: 88px;
  height: 30px;
  font-size: 13px;
}
.dark-bg input,
.dark-bg button,
.dark-bg select,
.dark-bg textarea {
    color: #A3B1BF;
}
.form-control::-webkit-input-placeholder {
    color: #C2C7CC;
}
.form-control:-moz-placeholder {
    color: #C2C7CC;
}
.form-control::-moz-placeholder {
    color: #C2C7CC;
}
.form-control:-ms-input-placeholder {
    color: #C2C7CC;
}
input:focus::-webkit-input-placeholder {
    color: transparent !important;
}
input:focus:-moz-placeholder {
    color: transparent !important;
}
input:focus::-moz-placeholder {
    color: transparent !important;
}
input:focus:-ms-input-placeholder {
    color: transparent !important;
}
ul.contacts {
  padding-left: 0;
}

/* OVERLAY
================================================== */
.icon-overlay {
  display: block;
  position: relative;
}
.icon-overlay img {
  display: block;
  max-width: 100%;
}
.icon-overlay a .icn-more {
  opacity: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
  width: 100%;
  z-index: 100;
  background-color: rgba(246, 53, 94, 0.7);
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  overflow: hidden;
}
.icon-overlay a:hover .icn-more {
  opacity: 1;
}
.icon-overlay a .icn-more:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  text-align: center;
  content: '\2b';
  width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 1;
  color: #FFF;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -30px 0 0 -30px;
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.icon-overlay a:hover .icn-more:before {
  font-size: 30px;
  padding-top: 15px;
}
.icon-overlay.icn-link a .icn-more:before {
  content: '\2b';
}
#load-content-d i {
  display: none;
}


/* ICONS
================================================== */
.icon {
  display: inline-block;
  margin-bottom: 20px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.icon i.icn {
  display: block;
  color: #1ABB9C;
  font-size: 65px;
  line-height: 100%;
  -webkit-transition: all 200ms ease-out;
     -moz-transition: all 200ms ease-out;
       -o-transition: all 200ms ease-out;
          transition: all 200ms ease-out;
}
i.contact {
  margin-right: 5px;
  width: auto;
  height: auto;
  line-height: 18px;
}


/* MODELS PAGE
================================================== */
.item-details {
    list-style: none;
  font-size: 16px;
  line-height: 140%;
  padding-left: 0;
  margin-bottom: 0;
}
.item-details li + li {
  margin-top: 6px;
}
.item-details li:before {
  content: "";
  font-family: "fontello", "fontello-zap";
  color: #506A85;
  margin-right: 10px;
}
.item-details li.date:before {
  content: "\f4f7";
}
.item-details li.categories:before {
  content: "\e70d";
}
.item-details li.phone:before {
  content: "\f4f1";
}
.item-details li.local:before {
  content: "\e724";
}
.item-details li.url:before {
  content: "\f30e";
}
.item-details li.zap:before {
  content: "\f232";
}
.text-center .item-details li {
  display: inline-block;
  margin: 0 15px 6px;
}
#portfolio-post .btn .icon-z-whatsapp {
  color: #fff;
  margin: 0;
  font-size: 18px;
  line-height: 0;
}
#portfolio-post .inner-top-md {
  padding-top: 20px;
}
#portfolio-post h1 {
  font-size: 37px;
  color: #b3255d;
  font-family: 'Oswald', sans-serif;
}
#portfolio-post h2 {
  font-style: italic;
}
#portfolio-post i {
  font-size: 32px;
  color: #506a85;
}
#tab-1 .col-md-3, #tab-2 .col-md-3, #tab-3 .col-md-3 {
  padding-top: 0;
}
#tab-1 .col-md-3 p, #tab-2 .col-md-3 p, #tab-3 .col-sm-8 p {
  font-weight: 700;
}
#portfolio-post .owl-next i, #portfolio-post .owl-prev i {
  color: #b3255d;
}


/* TABS ON TOP
================================================== */
.tabs-top .etabs {
    padding: 0;
    margin: 0;
}
.tabs-top .etabs:after {
  content: '';
  display: block;
  position: relative;
  z-index: 1;
    border-top: 1px solid #CED7E0;
  margin-top: -1px;
}
.tabs-top .tab {
    display: inline-block;
  position: relative;
  z-index: 0;
  max-width: 40%;
  margin: 0 3px;
}
.tabs-top .tab a {
    display: inline-block;
  vertical-align: bottom;
  background: #F5F7FA;
    color: #506A85;
  font-size: 14px;
  line-height: 130%;
  font-weight: 700;
    text-transform: uppercase;
  padding: 15px;
    border: 1px solid #E6E9ED;
    border-bottom: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
}
.tabs-top .tab a:hover {
  background: #F6355E;
  color: #FFF;
  border-color: #F6355E;
}
.tabs-top .tab.active {
  z-index: 2;
}
.tabs-top .tab.active a {
  background: #f1f2f2 !important;
  color: #b3255d;
  border-color: #CED7E0 !important;
}
.tabs-top.tab-container .panel-container {
  margin-top: 40px;
}
.tabs-top.tab-container .panel-container p {
    margin: 0;
    padding-bottom: 20px;
}
.tags {
    position: absolute !important;
    width: auto !important;
    right: 5px;
    bottom: 5px;
}


/* ANUNCIE
================================================== */
/* Tabs */
.tabs-circle-top .etabs {
  position: relative;
    padding: 0;
    margin: 0;
  z-index: 2;
}
.tabs-circle-top .etabs:before {
  content: '';
  display: block;
    border-bottom: 1px solid #CED7E0;
  margin: 65px 0 -65px;
}
.tabs-circle-top .tab {
    display: inline-block;
  height: 160px;
  position: relative;
  top: 0;
  margin: 0 15px;
  -webkit-transition: all 200ms ease-out;
     -moz-transition: all 200ms ease-out;
     -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out;
}
.tabs-circle-top .tab a {
    display: table-cell;
  vertical-align: middle;
  width: 130px;
  height: 130px;
  max-width: 130px;
  background: #FFF;
    color: #506A85;
  font-size: 14px;
  line-height: 130%;
  font-weight: 700;
    text-transform: uppercase;
  padding: 13px;
    border: 1px solid #CED7E0;
  border-radius: 50%;
  overflow: hidden;
}
.tabs-circle-top .tab a div {
  font-size: 40px;
  line-height: 100%;
  font-weight: 200;
  margin: -10px 0 5px;
}
.tabs-circle-top .tab a:hover {
  border: 4px solid #B3255D;
}
.tabs-circle-top .tab.active {
  top: -15px;
}
.tabs-circle-top .tab.active a {
  height: 160px;
  width: 160px;
  max-width: 160px;
    background: #B3255D;
  font-size: 15px;
  line-height: 140%;
  color: #FFF;
  border: 1px solid #B3255D;
}
.tabs-circle-top .tab.active a div {
  font-size: 50px;
  margin: -13px 0 8px;
}
.tabs-circle-top.tab-container .panel-container {
  position: relative;
  margin-top: 30px;
  z-index: 1;
}
.tabs-circle-top.tab-container .panel-container p {
    margin: 0;
    padding-bottom: 20px;
}
#circle-tabs h1 {
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #f06d38;
  font-style: italic;
}
#circle-tabs hr {
  margin: 20px 0;
}
#circle-tabs header p {
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  margin: 40px 0 0 40px;
  font-weight: 300;
  text-transform: uppercase;
  color: #B3255D;
}
#circle-tabs .inner-top {
  padding-top: 60px;
}
#circle-tabs h3 {
  text-transform: uppercase;
}


/* CONTACT
================================================== */
.contact-form .btn {
  font-size: 23px;
}
#contact-form a {
  color: #73879C;
}
#contact-form a:hover {
  color: #B3255D;
}
#contact-form hr {
  margin: 20px 0;
}
#contact-form.inner-top-md {
  padding-top: 35px;
}
#contact-form hr {
  margin: 20px 0 20px 0;
  border-bottom: 1px solid #CED7E0;
}
#contact-form h1 {
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
  color: #f06d38;
  font-style: italic;
}
.forms {
    position: relative;
    padding: 0;
    width: 100%;
}
.form-container .response {
    display: none;
}
.forms ol {
    margin: 0;
    padding: 0;
}
.forms ol li {
    line-height: auto;
    list-style: none;
}
.forms input, .forms textarea {
  background: #F8FAFD;
  border-radius: 3px;
}
.forms .defaultTextActive {
    color: #C2C7CC;
}
input,
textarea,
.uneditable-input,
.form-inline .form-control,
.navbar-form .form-control {
    width: 100%;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 25px;
  color: #73879C;
  resize: none;
  vertical-align: middle;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
  border: 1px solid #E6E9ED;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border: 1px solid #BCC7D1;
    box-shadow: none;
}
textarea {
    height: 100%;
    padding: 10px;
    min-height: 150px;
    resize: none;
}
.btn-submit {
    width: auto;
}
.forms .btn-submit {
  margin-bottom: 0;
}
.forms .defaultTextActive {
    color: #C2C7CC;
}
.forms .error input,
.forms .error textarea {
    border: 1px solid #d99898;
}
.forms span.error {
    display: none;
}
.forms .button-row span.error {
    padding: 0;
    display: none;
}
.forms label {
    display: block;
    float: left;
    width: 95px;
    padding-top: 7px;
    font-size: 13px;
    clear: both;
}
.forms input,
.forms textarea {
  background: #F8FAFD;
  border-radius: 3px;
}
.light-bg .forms input,
.light-bg .forms textarea {
  background: #FFF;
}
.comment-form div label {
    position: absolute;
    top: 0;
    left: 0;
}
.form-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
::-webkit-input-placeholder {
   color: #8fa0b2!important;
}
:-moz-placeholder {
   color: #8fa0b2!important;
}
::-moz-placeholder {
   color: #8fa0b2!important;
}
:-ms-input-placeholder {  
   color: #8fa0b2!important;
}
#contactForm .form-control {
  min-height: 45px;
  background-color: #fff;
}
.form-contact form label {
  font-size: 15px;
  font-weight: 400;
  color: #777;
}
.contact-info li a {
  color: #777;
}
.help-block {
  margin: 0;
  font-size: 12px;
}
  .help-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .help-block ul li {
    color: red;
  }
label span {
  color: red;
  margin-left: 5px;
}
.required span {
  color: red;
}


/* CADASTRO
================================================== */
#cadastro {
  background: #222222;
}
#cadastro select,
#cadastro textarea,
#cadastro input[type="text"],
#cadastro input[type="password"],
#cadastro input[type="datetime"],
#cadastro input[type="datetime-local"],
#cadastro input[type="date"],
#cadastro input[type="month"],
#cadastro input[type="time"],
#cadastro input[type="week"],
#cadastro input[type="number"],
#cadastro input[type="email"],
#cadastro input[type="url"],
#cadastro input[type="search"],
#cadastro input[type="tel"],
#cadastro input[type="color"],
.uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #73879C;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    border: 1px solid #E6E9ED;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
}
#cadastro label {
    display: block;
    float: left;
    padding-top: 7px;
    font-size: 16px;
    clear: both;
}
#cadastro #success2 {
  position: fixed;
  width: 480px;
  bottom: 10%;
  left: 50%;
  margin-left: -250px;
  z-index: 99999;
  overflow-y: auto;
}
  #cadastro #success2 .alert-success {
    background: #fff;
    border-color: #fff;
  }


/* IMAGE HOVER EFFECTS
================================================== */
.item-img-wrap {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.item-img-wrap img {
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  width: 100%;
}
.item-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.item-img-overlay span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/plus.png) no-repeat center center rgba(0, 0, 0, 0.7);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
.item-img-wrap:hover .item-img-overlay span {
  opacity: 1;
}
.item-img-wrap:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/* BOOTSTRAP COLLAPSE OVERRIDES
================================================== */
.panel-group .panel {
  margin-bottom: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.panel-default > .panel-heading {
  color: #000;
  background-color: #fff;
  border-color: #f5f5f5 !important;
  padding: 7px 12px;
}
.panel-title i {
  margin-right: 10px;
  color: #32c5d2;
}


/* ACCORDIONS
================================================== */
.panel-group {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}
.panel-group .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: -2px;
}
.panel-group .panel-heading {
  padding: 0;
  background: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel-body {
  font-size: 14px;
  background: #f9f9f9;
  -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
  font-family: "Dosis", sans-serif;
}
.panel-group .panel-heading a {
  position: relative;
  display: block;
  padding: 8px 20px 8px 10px;
  font-size: 15px;
  color: #505050;
  line-height: 1.5;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 400;
}
/**primary tabs***/
.panel-primary {
  border: 0px;
}
.panel-primary .panel-heading {
  background: #32c5d2;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border-color: rgba(0, 0, 0, 0.1);
}
.panel-primary .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px;
}
.panel-primary .panel-ico.active a {
  color: #fff;
}
.panel-primary .panel-ico.active:after {
  color: #fff;
}
.panel-primary .panel-heading a {
  color: #eee;
}
.panel-primary .panel-ico:after {
  color: #eee;
}
.simple-collapse .panel-body {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}
.simple-collapse.panel-group {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}


/* BOOTSTRAP TABS OVERRIDES
================================================== */
.nav-tabs {
  border: 0px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: 0px;
  background-color: #32c5d2;
  color: #fff;
}
.nav-tabs > li > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #f4f4f4;
  border: 0px;
}
.nav-tabs > li > a:hover {
  border: 0px;
}
.tabs .nav-tabs {
  border-bottom: none;
}
.tabs .nav-tabs li {
  margin-bottom: 0;
}
/*****vertical left tabs--*****/
.tabs-left .nav-tabs {
  float: left;
  margin-right: 19px;
}
.tabs-left .nav-tabs > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left .tab-content {
  padding: 0px;
}
/*****vertical right tabs--*****/
.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px;
}
.tabs-right .nav-tabs > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-right .tab-content {
  padding: 0px;
}
@media (max-width: 767px) {
  .tabs .nav-tabs li {
    width: 100%;
    float: none;
    margin-bottom: 2px;
  }

  .tabs .nav-tabs li a {
    margin-right: 0 !important;
  }

  .tabs .nav-tabs li.active a {
    border-bottom: 2px solid #dcdcdc !important;
  }
}
@media (max-width: 568px) {
  .tabs-right .nav-tabs {
    float: none;
    margin-left: 0;
  }

  .tabs-left .nav-tabs {
    float: none;
    margin-left: 0;
  }
}
.tabs .nav-tabs li a {
  background: #f7f7f7;
  margin-right: 2px;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-bottom: none !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  padding: 12px 20px;
  color: #6d6d6d;
  position: relative;
}
.tabs .nav-tabs li a:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 3px;
}
.tabs .nav-tabs li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
}
.tabs .nav-tabs li a:hover {
  border-color: #f7f7f7;
}
.tabs .nav-tabs > li > a .fa {
  margin-right: 4px;
}
.tabs .nav-tabs li.active a {
  color: #32c5d2;
  border-left-color: #eee;
  border-right-color: #eee;
  background: #fff;
}
.tabs .nav-tabs li.active a:after {
  background: #32c5d2;
}
.tabs .nav-tabs li.active a:before {
  background: #fff;
}
.tabs .nav-tabs li.active a:hover {
  border-bottom-color: #fff;
}
.tab-content p {
  overflow: hidden;
}
.tabs .tab-content:before,
.tabs .tab-content:after {
  content: " ";
  display: table;
}
.tabs .tab-content:after {
  clear: both;
}
.tabs .tab-content p:last-child {
  margin-bottom: 0;
}
.form-element .form-control {
  height: 31px;
}


/*******************new contact pages************************/
.sky-form-columns .btn-lg {
  padding: 14px 28px 13px 28px !important;
}

.sky-form-columns .sky-form {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.sky-form-columns .sky-form footer {
  border: 0px;
  background-color: transparent;
  padding: 0px;
}

.sky-form-columns .sky-form fieldset {
  padding: 0px;
}

.contact-option-circle {
  text-align: center;
  background-color: #f5f5f5;
  padding: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.contact-option-circle i {
  font-size: 35px;
  color: #888;
  display: block;
  margin-bottom: 10px;
}

.sky-form-columns .sky-form fieldset + fieldset {
  border-top: 0px;
}


/************no space columns end******/
.col-one-fourth {
  width: 25%;
  float: left;
}

@media (max-width: 767px) {
  .col-one-fourth {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .col-one-fourth {
    width: 100%;
  }
}


/*************NEW PORTFOLIO IN V1.4****************/


@media (max-width: 767px) {
  .col-2-space .project-post, .col-2-no-space .project-post, .col-3-space .project-post, .col-3-no-space .project-post, .col-4-space .project-post, .col-4-no-space .project-post, .col-5-no-space .project-post {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .col-2-space .project-post, .col-2-no-space .project-post, .col-3-space .project-post, .col-3-no-space .project-post, .col-4-space .project-post, .col-4-no-space .project-post, .col-5-no-space .project-post {
    width: 100%;
  }
}
/***new icon overlay***/
.img-icon {
  position: relative;
  overflow: hidden;
}

.img-icon img {
  width: 100%;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.img-icon-overlay {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(246, 53, 94, 0.7);
}
.portfolio-box .info {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  font-family: 'Dosis', sans-serif;
  font-size: 14px;
  line-height: 22px;
  /*color: #FFF;*/
  text-align: center;
}
.img-icon:hover .img-icon-overlay {
  opacity: 1;
}
.img-icon:hover img {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}



/************pace style for page pre-loader********/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #32c5d2;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #32c5d2, 0 0 5px #32c5d2;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #32c5d2;
  border-left-color: #32c5d2;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* RESPONSIVE
================================================== */
@media (min-width: 1200px) { 
  .owl-buttons {
    display: block;
  }
  .items.col-4 {
    margin-left: -10px;
    margin-bottom: -10px;
  }
  .items.col-4 li {
    width: 25%;
    padding: 5px;
    margin: 0;
  }
  .items.col-3 {
    margin-left: -9px;
    margin-bottom: -9px;
  }
  .items.col-3 li {
    width: 384px;
    margin-left: 9px;
    margin-bottom: 9px;
  }
  .items.col-3.gap {
    margin-left: -21px;
    margin-bottom: -21px;
  }
  .items.col-3.gap li {
    width: 376px;
    margin-left: 21px;
    margin-bottom: 21px;
  }
  .items.col-4.gap {
    margin-left: -18px;
    margin-bottom: -18px;
  }
  .items.col-4.gap li {
    width: 279px;
    margin-left: 18px;
    margin-bottom: 18px;
  }
  .grid-blog.col-2 {
    margin-left: -40px;
  }
  .sidebar-left .grid-blog.col-2 {
    margin-left: -20px;
  }
  .sidebar-left .pagination {
    margin-left: 20px;
  }
  .grid-blog.col-2 .post {
    width: 390px;
    margin-left: 40px;
    margin-bottom: 40px;
  }
  .grid-blog.col-2.no-sidebar .post {
    width: 565px;
  }
  .grid-blog.col-3 {
    margin-left: -30px;
  }
  .grid-blog.col-3 .post {
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .grid-blog.col-3.no-sidebar .post {
    width: 370px;
  }
  .sidebar {
    padding-left: 35px !important;
  }
  .navbar .dropdown-submenu > a:after {
    display: none;
  }
  .navbar .dropdown-submenu > .dropdown-menu:not(.yamm-dropdown-menu) {
    margin-top: 0;
  }
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu>.dropdown-menu:not(.yamm-dropdown-menu) {
    top: 0;
    left: 100%;
    margin-top: -6px;
  }
  .dropdown-submenu:hover>.dropdown-menu:not(.yamm-dropdown-menu) {
    display: block;
  }
  .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
  }
  .dropdown-submenu.pull-left {
    float: none;
  }
  .dropdown-submenu.pull-left>.dropdown-menu:not(.yamm-dropdown-menu) {
    left: -100%;
    margin-left: 10px;
  }
  .open > .dropdown-menu,
  .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: 200ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: 200ms;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-fill-mode: forwards;
  }
  @keyframes slidenavAnimation {
    from {
      margin-top: -30px;
      opacity: 0;
    }
    to {
      margin-top: 0;
      opacity: 1;
    }
  }
  @-webkit-keyframes slidenavAnimation {
    from {
      margin-top: -30px;
      opacity: 0;
    }
    to {
      margin-top: 0;
      opacity: 1;
    }
  }
}

@media (max-width: 1200px) { 
  .pt-md-20 {
    padding-top: 20px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #team .inner-left {
    padding-left: 40px;
  }
  #team .inner-right {
    padding-right: 40px;
  }
  .classic-blog .post {
    width: 601px;
    padding-bottom: 50px;
  }
  .classic-blog .post-content > * {
    margin-left: 50px;
    margin-right: 50px;
  }
  .classic-blog .post-content > .post-media {
    margin-left: 0;
    margin-right: 0;
  }
  .classic-blog .post-content > *:first-child,
  .classic-blog .post-media + * {
    margin-top: 45px;
  }
  .classic-blog .post-content > .post-media:first-child,
  .classic-blog .owl-carousel.post-media + * {
    margin-top: 0;
  }
  .classic-blog .post-title {
    font-size: 33px;
  }
  .classic-blog .post-content .meta {
    padding-left: 50px;
    padding-right: 50px;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 25px;
  }
  .grid-blog.col-2 {
      margin-left: -30px;
  }
  .grid-blog.col-2 .post {
      width: 330px;
      margin-left: 30px;
      margin-bottom: 30px;
  }
  .grid-blog.col-2 .post-title {
    font-size: 28px;
  }
  .grid-blog.col-2.no-sidebar {
      margin-left: -40px;
  }
  .grid-blog.col-2.no-sidebar .post {
      width: 465px;
      margin-left: 40px;
      margin-bottom: 40px;
  }
  .grid-blog.col-3.no-sidebar {
      margin-left: -25px;
  }
  .grid-blog.col-3.no-sidebar .post {
      width: 306px;
      margin-left: 25px;
      margin-bottom: 25px;
  }
  .grid-blog.col-3.no-sidebar .post-title {
    font-size: 24px;
  }
  .grid-blog.col-3.no-sidebar p {
    font-size: 16px;
  }
  .tabs-circle-top .etabs:before {
    margin: 55px 0 -55px;
  }
  .tabs-circle-top .tab {
    height: 140px;
    margin: 0 10px;
  }
  .tabs-circle-top .tab a {
    width: 110px;
    height: 110px;
    max-width: 110px;
    font-size: 12px;
  }
  .tabs-circle-top .tab a div {
    font-size: 36px;
  }
  .tabs-circle-top .tab.active a {
    height: 140px;
    width: 140px;
    max-width: 140px;
    font-size: 14px;
  }
  .tabs-circle-top .tab.active a div {
    font-size: 46px;
  }
  .navbar .dropdown-submenu > a:after {
      display: none;
  }
  .navbar .dropdown-submenu > .dropdown-menu:not(.yamm-dropdown-menu) {
      margin-top: 0;
  }
  .dropdown-submenu {
      position: relative;
  }
  .dropdown-submenu>.dropdown-menu:not(.yamm-dropdown-menu) {
      top: 0;
      left: 100%;
      margin-top: -6px;
  }
  .dropdown-submenu:hover>.dropdown-menu:not(.yamm-dropdown-menu) {
      display: block;
  }
  .dropdown-submenu>a:after {
      display: block;
      content: " ";
      float: right;
      width: 0;
      height: 0;
      margin-top: 5px;
      margin-right: -10px;
  }
  .dropdown-submenu.pull-left {
      float: none;
  }
  .dropdown-submenu.pull-left>.dropdown-menu:not(.yamm-dropdown-menu) {
      left: -100%;
      margin-left: 10px;
  }
  .open > .dropdown-menu,
  .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: 200ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: 200ms;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-fill-mode: forwards;
  }
  @keyframes slidenavAnimation {
      from {
        margin-top: -30px;
        opacity: 0;
      }
      to {
        margin-top: 0;
        opacity: 1;
      }
  }
  @-webkit-keyframes slidenavAnimation {
    from {
      margin-top: -30px;
      opacity: 0;
    }
    to {
      margin-top: 0;
      opacity: 1;
    }
  }
}

@media (max-width: 991px) {
  html {
    overflow-x: hidden;
  }
  #hero .info,
  #hero .info,
  #hero .info,
  .items li .text-overlay .info.big,
  .thumbs .thumb .text-overlay .info.big,
  .owl-carousel .item .text-overlay .info.big {
    margin-top: -35px;
  }
  .retina-icons-code code {
    font-size: 11.5px;
  }
  .tabs-side.tab-container .panel-container {
    padding-left: 50px;
  }
  br {
    display: none;
  }
  #team .inner-left {
    padding-left: 30px;
  }
  #team .inner-right {
    padding-right: 30px;
  }
  .classic-blog .post {
    width: 630px;
    padding-bottom: 50px;
  }
  .classic-blog .post-content > * {
    margin-left: 50px;
    margin-right: 50px;
  }
  .classic-blog .post-content > .post-media {
    margin-left: 0;
    margin-right: 0;
  }
  .classic-blog .post-content > *:first-child,
  .classic-blog .post-media + * {
    margin-top: 45px;
  }
  .classic-blog .post-content > .post-media:first-child,
  .classic-blog .owl-carousel.post-media + * {
    margin-top: 0;
  }
  .classic-blog .post-title {
    font-size: 33px;
  }
  .classic-blog .post-content .meta {
    padding-left: 50px;
    padding-right: 50px;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 25px;
  }
  .classic-blog.no-sidebar .sidemeta, .classic-blog.no-sidebar .pagination {
    left: auto;
  }
  .sidebar-left .grid-blog.col-2,
  .sidebar-left .grid-blog.col-2 + .pagination {
    padding-left: 20px;
    padding-right: 0;
  }
  .grid-blog.col-2 {
    padding-right: 20px;
      margin-left: 0;
    margin-bottom: 0;
  }
  .grid-blog.col-2 .post {
      width: 100%;
      margin-left: 0;
      margin-bottom: 30px;
  }
  .grid-blog.col-2 .post-title {
    font-size: 28px;
  }
  .grid-blog.col-2.no-sidebar,
  .grid-blog.col-3.no-sidebar {
    padding-right: 0;
      margin-left: -25px;
  }
  .grid-blog.col-2.no-sidebar .post,
  .grid-blog.col-3.no-sidebar .post {
      width: 347px;
    padding-bottom: 40px;
      margin-left: 25px;
      margin-bottom: 25px;
  }
  .grid-blog.col-2.no-sidebar .post-content > *,
  .grid-blog.col-3.no-sidebar .post-content > * {
    margin-left: 40px;
    margin-right: 40px;
  }
  .grid-blog.col-2.no-sidebar .post-content > *:first-child,
  .grid-blog.col-2.no-sidebar .post-media + *,
  .grid-blog.col-3.no-sidebar .post-content > *:first-child,
  .grid-blog.col-3.no-sidebar .post-media + * {
    margin-top: 35px;
  }
  .grid-blog.col-2.no-sidebar .post-content .meta,
  .grid-blog.col-3.no-sidebar .post-content .meta {
    padding-left: 40px;
    padding-right: 40px;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 25px;
  }
  .grid-blog.col-2.no-sidebar .post-title ,
  .grid-blog.col-3.no-sidebar .post-title {
    font-size: 24px;
  }
  .grid-blog.col-2.no-sidebar p,
  .grid-blog.col-3.no-sidebar p {
    font-size: 16px;
  }
  .format-filter li a {
    padding: 0 25px;
  }
  .blog.no-sidebar .post,
  .blog.no-sidebar #comments,
  .blog.no-sidebar .pagination,
  .blog.no-sidebar .comment-form-wrapper {
      width: 100%;
  }
  .classic-blog .pagination,
  .classic-blog .comment-form-wrapper {
    margin-bottom: 120px;
  }
  .classic-blog.no-sidebar .pagination,
  .classic-blog.no-sidebar .comment-form-wrapper {
    margin-bottom: 0;
  }
  [class*="col-md"][class*="inner-left"],
  [class*="col-md"][class*="inner-right"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  [class*="col-md"][class*="border-left"] {
    border-left: none;
  }
  [class*="col-md"][class*="border-right"] {
    border-right: none;
  }
  .tabs-circle-top .etabs:before {
    margin: 50px 0 -50px;
  }
  .tabs-circle-top .tab {
    height: 130px;
    margin: 0 5px;
  }
  .tabs-circle-top .tab a {
    width: 100px;
    height: 100px;
    max-width: 100px;
    font-size: 11px;
  }
  .tabs-circle-top .tab a div {
    font-size: 33px;
  }
  .tabs-circle-top .tab.active a {
    height: 130px;
    width: 130px;
    max-width: 130px;
    font-size: 13px;
  }
  .tabs-circle-top .tab.active a div {
    font-size: 44px;
  }
  #owl-main .caption.text-center,
  #owl-main .caption.text-left,
  #owl-main .caption.text-right {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-header .navbar-brand {
    display: inline-block;
  }
  .navbar-collapse .navbar-brand {
    display: none;
  }
  .navbar-nav {
    padding-left: 0;
  }
  .btn.responsive-menu {
      display: table;
  }
  .btn.responsive-menu i {
      display: table-cell;
    vertical-align: middle;
  }
  .navbar-collapse:after {
      content: '';
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
  }
  .yamm .yamm-content {
      padding: 12px;
      font-size: 13px;
  }
  .navbar-nav > li {
    display: block;
  }
  .navbar-nav > li > a:focus {
    background: none;
  }
  .navbar-nav .dropdown-menu {
    border: none;
    box-shadow: none;
  }
  .navbar-nav .dropdown-submenu .dropdown-menu {
    top: 0 !important;
      padding-left: 20px;
  }
  .navbar-nav .searchbox {
    float: left !important;
    display: block;
    width: 100%;
  }
  .navbar-header:after {
      content: '';
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
  }
  .nav > li > a:hover {
    border-bottom: none;
  }
  .yamm .yamm-content h4 {
    font-size: 14px;
  }
  .yamm .yamm-content .info h4, .yamm .yamm-content .info p {
    display: none;
  }
  #load-content-d i {
    display: block;
    color: #fff;
    font-size: 20px;
  }
}

@media (max-width: 979px) { 
  .yamm .dropdown.yamm-fw .dropdown-menu {
      width: 100%;
  }
  .navbar-nav .dropdown + .dropdown {
    border: none;
  }
  .nav > li > a:hover {
    border-bottom: none;
  }
  .navbar .nav .open > a, .navbar .nav .open > a:hover, .navbar .nav .open > a:focus
  {
    color: #B3255D;
  }
  col-md-5 col-md-pull-5 col-sm-6 col-sm-pull-6 {
    margin: 0 15px;
  }
  #owl-main.height-lg .item {
    height: 70vh;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  
  .navbar .container,
  .container {
      padding-right: 15px;
      padding-left: 15px;
  }
  .tabs-side .etabs {
      width: 240px;
  }
  .tabs-side.tab-container .panel-container {
      width: 480px;
  }
  .tabs-top.left .tab {
      margin-right: 2px;
  }
  .tabs-top.left .tab a {
      padding: 5px 10px;
  }
  .items.col-4 {
      margin-left: -9px;
      margin-bottom: -9px;
  }
  .items.col-4 li {
      /*width: 234px;
      margin-left: 9px;
      margin-bottom: 9px;*/
      width: 25%;
      padding: 5px;
      margin: 0;
  }
  .items.col-3 {
      margin-left: -9px;
      margin-bottom: -9px;
  }
  .items.col-3 li {
      width: 234px;
      margin-left: 9px;
      margin-bottom: 9px;
  }
  .items.col-3.gap {
      margin-left: -18px;
      margin-bottom: -18px;
  }
  .items.col-3.gap li {
      width: 351px;
      margin-left: 18px;
      margin-bottom: 18px;
  }
  .items.col-4.gap {
      margin-left: -18px;
      margin-bottom: -18px;
  }
  .items.col-4.gap li {
      width: 351px;
      margin-left: 18px;
      margin-bottom: 18px;
  }
  footer .pt-0 {
    padding-top: 0!important;
  }
}

@media (max-width: 767px) {
  body {
    height: 100vh;
  }
  h1 {
    font-size: 33px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  header p {
    font-size: 20px;
  }
  .display-tb {
    display: block!important; 
  }
  .pb-xs-20 {
    padding-bottom: 20px;
  }
  .row,
  #share {
    overflow: hidden;
  }
  #share .container {
    width: auto;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  #owl-main .container {
    width: 100%;
  }
  .last-bottom {
    padding-bottom: 20px !important;
  }
  .last-bottom + .last-bottom {
    padding-bottom: 0 !important;
  }
  .thumbs.gap-lg {
    margin-left: -15px;
  }
  .thumbs.gap-lg .thumb {
    padding: 0 0 15px 15px;
  }
  .icon.pull-right {
    margin-left: 10px;
  }
  .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .inner-md {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .inner-sm {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .inner-xs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inner-top {
    padding-top: 80px;
  }
  .inner-top-md {
    padding-top: 65px;
  }
  .inner-top-sm {
    padding-top: 50px;
  }
  .inner-top-xs {
    padding-top: 40px;
  }
  .inner-bottom {
    padding-bottom: 80px;
  }
  .inner-bottom-md {
    padding-bottom: 65px;
  }
  .inner-bottom-sm {
    padding-bottom: 50px;
  }
  .inner-bottom-xs {
    padding-bottom: 40px;
  }
  /*.height-xs,
  .height-sm,
  .height-md,
  .height-lg,
  #owl-main .item,
  #owl-main.height-md .item,
  #owl-main.height-lg .item {
    height: 48vh;
  }*/
  #hero h1 {
    font-size: 38px;
    line-height: 115%;
    letter-spacing: 0.031em;
  }
  #hero p {
    font-size: 20px;
    line-height: 135%;
    margin-top: 15px;
  }
  #hero #owl-main .caption h1.light-bg,
  #hero #owl-main .caption h1.medium-bg,
  #hero #owl-main .caption h1.dark-bg,
  #hero #owl-main .caption h1.tint-bg {
    font-size: 33px;
  }
  #hero .btn {
    margin-top: 25px;
  }
  #hero .btn-large {
    font-size: 16px;
    padding: 12px 30px 15px;
  }
  .retina-icons-code tr td:first-child,
  .retina-icons-code tr th:first-child {
    max-width: 30px;
  }
  .retina-icons-code i {
    font-size: 14px;
  }
  .retina-icons-code code {
    font-size: 10px;
  }
  .tabs-side .etabs {
    float: none;
    width: 100%;
  }
  .tabs-side .tab a {
    border-right-color: #E6E9ED;
  }
  .tabs-side .tab:first-child a {
    border-top-right-radius: 3px;
  }
  .tabs-side .tab:last-child a {
    border-bottom-right-radius: 3px;
  }
  .tabs-side .tab.active a {
    border-right-color: #CED7E0 !important;
  }
  .tabs-side.tab-container .panel-container {
    padding-left: 0;
    border-left: none;
    margin-top: 30px;
  }
  .tabs-top .etabs:after {
    display: none;
  }
  .tabs-top .tab {
    display: block;
    max-width: 100%;
    margin: 0;
  }
  .tabs-top .tab a {
    display: block;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .tabs-top .tab:first-child a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .tabs-top .tab:last-child a {
    border-bottom: 1px solid #E6E9ED;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .tabs-top .tab.active + .tab a {
    border-top-color: #CED7E0;
  }
  .tabs-top .tab.active + .tab a:hover {
    border-top-color: #1ABB9C;
  }
  .filter:before, .format-filter:before {
    display: none;
  }
  [class*="col"] > figcaption:first-child {
    padding-top: 20px;
  }
  [class*="col"][class*="border-left"] {
    border-left: none;
  }
  [class*="col"][class*="border-right"] {
    border-right: none;
  }
  .filter li {
    display: block;
  }
  .filter li + li {
    margin-top: 15px;
  }
  .filter li:after {
    display: none;
  }
  #hero .info,
  #hero .info,
  #hero .info,
  .items li .text-overlay .info.big,
  .thumbs .thumb .text-overlay .info.big,
  .owl-carousel .item .text-overlay .info.big {
    margin-top: -25px;
  }
  .items li .text-overlay .info h2,
  .thumbs .thumb .text-overlay .info h2,
  .owl-carousel .item .text-overlay .info h2,
  .items li .text-overlay .info h3,
  .thumbs .thumb .text-overlay .info h3,
  .owl-carousel .item .text-overlay .info h3,
  .items li .text-overlay .info h4,
  .thumbs .thumb .text-overlay .info h4,
  .owl-carousel .item .text-overlay .info h4 {
    font-size: 16px;
    line-height: 150%;
  }
  .items li .text-overlay .info p,
  .thumbs .thumb .text-overlay .info p,
  .owl-carousel .item .text-overlay .info p,
  .items li .text-overlay .info.big p,
  .thumbs .thumb .text-overlay .info.big p,
  .owl-carousel .item .text-overlay .info.big p,
  #hero .items li .text-overlay .info.big p,
  #hero .thumbs .thumb .text-overlay .info.big p,
  #hero .owl-carousel .item .text-overlay .info.big p {
    font-size: 14px;
    line-height: 140%;
    padding-top: 0;
  }
  .tabs-2-big-top .tab {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .tabs-2-big-top .tab a {
    padding: 25px;
  }
  .tabs-2-big-top.tab-container .panel-container {
    margin-top: 0;
  }
  [class*="col"][class*="inner-left"],
  [class*="col"][class*="inner-right"],
  [class*="col"][class*="reset-padding"] {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 15px;
  }
  .col-md-8.col-sm-9.center-block.text-center.animated.fadeInUp p, .col-md-10.col-sm-9.center-block.text-right.animated.fadeInUp {
    margin: 0 15px;
  }
  [class*="inner-top"].reset-xs {
    padding-top: 0 !important;
  }
  .tabs-circle-top .etabs:before {
    border-bottom: none;
    margin: 0;
  }
  .tabs-circle-top .tab {
    display: table;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .tabs-circle-top .tab.active {
    top: 0;
  }
  .tabs-circle-top .tab a,
  .tabs-circle-top .tab.active a {
    width: 100%;
    max-width: 100%;
    height: auto;
    font-size: 18px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: none;
    border-radius: 0;
  }
  .tabs-circle-top .tab a:hover {
    border-width: 1px;
    border-color: #CED7E0 !important;
    border-top: none;
  }
  .tabs-circle-top .tab.active a:hover {
    border-color: transparent !important;
  }
  .tabs-circle-top .tab:first-child a {
    border-top: 1px solid #CED7E0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .tabs-circle-top .tab:last-child a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .tabs-circle-top .tab a div,
  .tabs-circle-top .tab.active a div {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    line-height: 120%;
    padding-bottom: 5px;
    margin: 0 10px 0 0;
  }
  .yamm-content {
    margin-top: 25px;
  }
  .yamm-content > [class*="col"] {
    margin-bottom: 50px;
  }
  .footer-bottom p.pull-left,
  .footer-bottom ul.pull-right {
      float: none !important;
      text-align: center;
  }
  .footer-bottom p {
      margin-bottom: 20px;
  }
  .footer-menu li {
      padding: 0 5px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .filter li a:before {
    display: none;
  }
  .items {
    margin-left: 0 !important;
  }
  .items li {
    width: 25%!important;
    padding: 5px!important;
    margin: 0!important;
  }
  .items.fullscreen li {
    margin: 0 !important;
  }
  .sidebar {
    margin-top: 70px;
    padding-left: 15px !important;
  }
  .panel-title {
    line-height: 18px;
  }
  .yamm .yamm-content.row {
    margin-bottom: -30px
  }
  .text-center-xs {
    text-align: center;
  }
  .pt-xs-40 {
    padding-top: 40px;
  }
  .side-nav-wrapper {
    margin: 0px;
    padding: 0px;
    margin-bottom: -80px;
    background: #f5f5f5;
    margin-left: -15px;
    margin-right: -15px;
  }
  .items li {
    width: 33.33%!important;
    padding: 5px!important;
    margin: 0!important;
  }
  .navbar-default .navbar-collapse {
    border-top: 3px solid #b3255d;
    background-color: #f1f2f2;
  }
  .navbar-default {
    padding: 0;
  }
  .navbar-header {
    padding: 20px 0;
  }
  .navbar-default .navbar-nav > li > a:hover, body#home a#p1, body#acompanhantes a#p2, body#anuncie a#p3, body#contato a#p4 {
    border-bottom: 0;
  }
  .dropdown-menu {
    margin-left: 15px!important;
  }
}

@media (min-width: 768px) and (max-height: 1024px) {
  /*.height-xs,
  .height-sm,
  #owl-main .item {
    height: 480px;
  }*/
  #hero h1 {
    font-size: 60px;
    line-height: 115%;
  }
  #hero p {
    font-size: 22px;
    line-height: 135%;
    margin-top: 17px;
  }
  #hero #owl-main .caption h1.light-bg,
  #hero #owl-main .caption h1.medium-bg,
  #hero #owl-main .caption h1.dark-bg,
  #hero #owl-main .caption h1.tint-bg {
    font-size: 50px;
  }
  #hero .btn {
    margin-top: 35px;
  }
  #hero .btn-large {
    font-size: 30px;
    padding: 8px;
    text-transform: uppercase;
  }
}
@media (min-width: 768px) and (max-height: 768px) {
  .height-xs,
  .height-sm,
  .height-md,
  .height-lg,
  #owl-main .item,
  #owl-main.height-md .item,
  #owl-main.height-lg .item {
    height: 400px;
  }
}
@media (min-width: 580px) and (max-width: 768px) {
  .col-txs-6 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 580px) {
  .col-12 {
    width: 100%;
  }
  .pb-sp-20 {
    margin-bottom: 20px;
  }
  .items li {
    width: 50%!important;
    padding: 5px!important;
    margin: 0!important;
  }
}
@media (max-width: 480px) {
  .hidden-xs {
    display: none;
  }
  .pt-mb-0 {
    padding-top: 0;
  }
  .pb-mb-0 {
    padding-bottom: 0;
  }
  .prl-mb-15 {
    padding-right: 15px;
    padding-left: 15px; 
  }
  .pt-mb-20 {
    padding-top: 20px;
  }
  .pb-mb-20 {
    padding-bottom: 20px;
  }
  .pt-mb-40 {
    padding-top: 40px;
  }
  #owl-main.height-lg .item {
    height: 60vh;
  }
  #age-gate .over {
    width: 90%;
    height: 330px;
  }
  .logo {
    width: 190px;
  }
  .yamm-content > [class*="col"] {
    margin-bottom: 0px;
  }
  #destaques header h1 {
    font-size: 21px;
  }
  .tags {
    max-width: 80px;
  }
  .navbar-brand img {
    width: 210px;
  }
  .navbar-toggle {
    margin-top: 4px;
  }
  .dropdown-menu {
    margin-left: 0!important;
  }
  .yamm .yamm-content {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .yamm .yamm-content h1 {
    font-size: 24px;
  }
  .yamm .yamm-content h4 {
    font-size: 11px;
    margin-bottom: 10px;
  }
  figure * + figcaption {
    padding-top: 10px;
  }
  #cadastro #success2 {
    width: 300px;
    margin-left: -150px;
  }
}