@import url('https://fonts.googleapis.com/css?family=Lato');
@media (max-width: 570px) {
  .hidden-xs-down {
    display: none;
  }
}
body::-webkit-scrollbar {
    width: 8px;
}

/* Track */
body::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
body::-webkit-scrollbar-thumb {
    background: #999; 
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.bgimg { display:block;overflow:hidden; }
.bgcover { background-size:cover; }
.bgcover.svg { background-size:auto; } 
.bgcontain { background-size:contain; }
/* Provides vertical center */
.vcenter {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.mb-20 { margin-bottom:20px; }
/* Provides center alignment */
.text-center {
  text-align: center;
}
/* Fix scrolling */
.is-scroll-disabled {
  overflow: hidden;
}
.invertcolor {
  background-color: #000000;
}
.invertcolor,
.invertcolor a {
  color: #ffffff;
}
.color-bg-alternative {
  background-color: #FFF199;
}
.col2 {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  text-align: left;
}
.fa.invert {
  color: #ffffff;
}
/*------------------------------------------------------------------
[1. Reset + default]
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;            
  font: inherit;
  vertical-align: baseline;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.navbar {
  border: none;
  background: #ffffff;
  border-radius: 0;
  margin: 0;
}
.subtitle {
  font-size: 15px;
  color: #989898;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
html,
body {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*height: 100%;*/
  color: #000000;
  background-color: #ffffff;
}
body {
  scrollbar-face-color: #ffffff;
  scrollbar-track-color: #000000;
}
input:focus,
button:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
strong {
  font-weight: 700;
}
input,
textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 15px;
  width: 100%;
  height: 45px;
}
textarea {
  height: 75px;
}
.button,
input[type=submit] {
  border: 1px solid #000000;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size:14px;
  height: 40px;
  line-height:40px;
  width: auto;
  text-decoration:none !important;
  padding: 0 38px;
  float: left;
  margin-top: 45px;
  -webkit-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}
.button:hover,
input[type=submit]:hover {
  background-color: #000000;
  color: #ffffff;
}
@media (min-width: 1600px) {
  .button,
  input[type=submit] {
    margin-left: 15px;
  }
}

p {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
p i {
  font-style: italic;
}
p b,
p strong {
  font-weight: 700;
}
h3 {
  font-size: 35px;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}
a,
a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}

.layer-page {
  /*position: fixed;*/
  width: 100%;
  /*height: 100%;*/
  z-index: 1;
  top: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #ffffff;
}
.layer-page .container-vcenter {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: calc(100% - 140px);
}
.close-layer {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  text-align: left;
  direction: ltr;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.close-layer:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.classic-menu .close-layer {
  display: none;
}
@media (max-width: 768px) {
  .close-layer {
    display: none;
  }
}

.row-no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutter [class^="col-"],
.row-no-gutter [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.container-full {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}
.section {
  /*overflow: auto;*/
  position: relative;
  /*height: 100%;*/
}
.container-fluid,
.container {
  /*height: 100%;*/
}
@media (min-width: 768px) {
  .container-fluid,
  .container {
    padding-left: calc(15px + 55px);
  }
}
@media (min-width: 1600px) {
  .container-fluid,
  .container {
    padding-left: calc(15px + 85px);
  }
}
.container-fluid.container-full,
.container.container-full {
  width: 100%;
}
@media (min-width: 768px) {
  .container-fluid.container-full,
  .container.container-full {
    padding-left: 55px;
  }
}
@media (min-width: 1600px) {
  .container-fluid.container-full,
  .container.container-full {
    padding-left: 85px;
  }
}
.classic-menu .container-fluid.container-full,
.classic-menu .container.container-full {
  padding-left: 0;
}
/*.row,*/
/*div[class*="col-"],*/
/*.content-section {*/
/*  height: 100%;*/
/*}*/
.content-section {
  position: relative;
}
.container .form-container {
  padding: 0 50px;
}
@media (min-width: 768px){
    /*.container{*/
    /*    width: 100%;*/
    /*}*/
}
@media (min-width: 1600px) {
  /*.container {*/
  /*  width: 1500px;*/
  /*}*/
  .container .form-container {
    padding: 0 80px;
  }
}
@media (min-width: 1500px) {
  .container {
    /*width: 1700px;*/
    width:95%;
  }
  .container .form-container {
    padding: 100px 120px 0;
  }
}

.left-menu .navbar {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.left-menu .navbar .navbar-toggle .icon-bar {
  background-color: #000000;
}
.left-menu .navbar .navbar-brand {
  display: block;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 6px;
}
@media (min-width: 767px) {
  .left-menu .navbar {
    position: fixed;
    width: 55px;
    height: 100%;
    background: #ffffff;
  }
  .left-menu .navbar .navbar-header {
    position: fixed;
    background-color: #ffffff;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    border-right: 1px solid rgba(128, 128, 128, 0.25);
    top: 0;
    left: 0;
    height: 100vh;
    width: 55px;
    z-index: 2;
    cursor: pointer;
  }
  .left-menu .navbar .navbar-header .navbar-brand {
    position: absolute;
    top: 0;
    left: 90px;
    width: 385px;
    display: none;
  }
  .left-menu .navbar .navbar-toggle {
    display: block;
    padding: 9px 15px;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .left-menu .navbar .navbar-toggle .icon-bar {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    background-color: #000000;
    margin-left: auto;
    margin-right: auto;
  }
  .left-menu .navbar #navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 480px;
    background: #000000;
    height: 100% !important;
    padding-left: 100px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: matrix(1, 0, 0, 1, -480, 0);
            transform: matrix(1, 0, 0, 1, -480, 0);
    z-index: 1;
  }
  .left-menu .navbar #navbar .navbar-nav {
    float: none !important;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: calc( 100% - 100px );
  }
  .left-menu .navbar #navbar .navbar-nav > li {
    float: none;
  }
  .left-menu .navbar #navbar .navbar-nav > li:last-child{
      display:none;
  }
  .left-menu .navbar #navbar .navbar-nav > li a {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    text-decoration: none;
  }
  .left-menu .navbar #navbar .navbar-nav,
  .left-menu .navbar #navbar .navbar-nav a {
    color: rgba(255, 255, 255, 0.8)!important;
    font-size: 35px;
    font-weight: 300!important;
    text-transform: capitalize;
    line-height: 60px;
  }
  .left-menu .navbar #navbar .navbar-nav a.visited{
      color: #fff!important;
  }
    .left-menu .navbar #navbar .navbar-nav a
  .left-menu .navbar #navbar .navbar-nav:hover,
  .left-menu .navbar #navbar .navbar-nav a:hover,
  .left-menu .navbar #navbar .navbar-nav:focus,
  .left-menu .navbar #navbar .navbar-nav a:focus {
    background-color: transparent;
    color: #fff!important;
  }
  .left-menu .navbar #navbar .close-nav {
    position: absolute;
    top: 20px;
    right: 34px;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .left-menu .navbar #navbar .close-nav:hover {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .left-menu .navbar .social-links {
    margin: 0;
    position: absolute;
    /*right: 25px;*/
    left: 200px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    bottom: 40px;
  }
  @media (max-width:1600px){
      .left-menu .navbar .social-links{
          left: 100px;
      }
  }

  .left-menu .navbar .social-links li a {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    color: #6f6f6f;
  }
  .left-menu .navbar .social-links li a:hover {
    color: #ccc;
  }
  .left-menu .navbar:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: matrix(1, 0, 0, 1, -2800, 0);
            transform: matrix(1, 0, 0, 1, -2800, 0);
  }
  .left-menu .navbar.active .navbar-header {
    background-color: #000000;
  }
  .left-menu .navbar.active .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  .left-menu .navbar.active:after {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
  .left-menu .navbar.active #navbar {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
  .left-menu .navbar.active #navbar .social-links {
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
    opacity: 1;
  }
  .left-menu .navbar.active #navbar .navbar-nav > li a {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    text-decoration: none;
  }
  .left-menu .navbar.active .left-menu .navbar.active:after{
      overflow-y: hidden;
  }
  .left-menu .navbar.active #navbar .navbar-nav > li:nth-child(1) a {
    -webkit-transition: opacity 0.3s ease 0.3s, color 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s, color 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s, color 0.3s ease 0s, transform 0.3s ease 0.3s, transform 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s, color 0.3s ease 0s, transform 0.3s ease 0.3s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
  }
  .left-menu .navbar.active #navbar .navbar-nav > li:nth-child(2) a {
    -webkit-transition: opacity 0.3s ease 0.4s, color 0.3s ease 0s, -webkit-transform 0.3s ease 0.4s, -webkit-transform 0.3s ease 0.4s;
    transition: opacity 0.3s ease 0.4s, color 0.3s ease 0s, -webkit-transform 0.3s ease 0.4s, -webkit-transform 0.3s ease 0.4s;
    transition: opacity 0.3s ease 0.4s, color 0.3s ease 0s, transform 0.3s ease 0.4s, transform 0.3s ease 0.4s;
    transition: opacity 0.3s ease 0.4s, color 0.3s ease 0s, transform 0.3s ease 0.4s, transform 0.3s ease 0.4s, -webkit-transform 0.3s ease 0.4s, -webkit-transform 0.3s ease 0.4s;
  }
  .left-menu .navbar.active #navbar .navbar-nav > li:nth-child(3) a {
    -webkit-transition: opacity 0.3s ease 0.5s, color 0.3s ease 0s, -webkit-transform 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s;
    transition: opacity 0.3s ease 0.5s, color 0.3s ease 0s, -webkit-transform 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s;
    transition: opacity 0.3s ease 0.5s, color 0.3s ease 0s, transform 0.3s ease 0.5s, transform 0.3s ease 0.5s;
    transition: opacity 0.3s ease 0.5s, color 0.3s ease 0s, transform 0.3s ease 0.5s, transform 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s;
  }
  .left-menu .navbar.active #navbar .navbar-nav > li:nth-child(4) a {
    -webkit-transition: opacity 0.3s ease 0.6s, color 0.3s ease 0s, -webkit-transform 0.3s ease 0.6s, -webkit-transform 0.3s ease 0.6s;
    transition: opacity 0.3s ease 0.6s, color 0.3s ease 0s, -webkit-transform 0.3s ease 0.6s, -webkit-transform 0.3s ease 0.6s;
    transition: opacity 0.3s ease 0.6s, color 0.3s ease 0s, transform 0.3s ease 0.6s, transform 0.3s ease 0.6s;
    transition: opacity 0.3s ease 0.6s, color 0.3s ease 0s, transform 0.3s ease 0.6s, transform 0.3s ease 0.6s, -webkit-transform 0.3s ease 0.6s, -webkit-transform 0.3s ease 0.6s;
  }
  .left-menu .navbar.active #navbar .navbar-nav > li:nth-child(5) a {
    -webkit-transition: opacity 0.3s ease 0.7s, color 0.3s ease 0s, -webkit-transform 0.3s ease 0.7s, -webkit-transform 0.3s ease 0.7s;
    transition: opacity 0.3s ease 0.7s, color 0.3s ease 0s, -webkit-transform 0.3s ease 0.7s, -webkit-transform 0.3s ease 0.7s;
    transition: opacity 0.3s ease 0.7s, color 0.3s ease 0s, transform 0.3s ease 0.7s, transform 0.3s ease 0.7s;
    transition: opacity 0.3s ease 0.7s, color 0.3s ease 0s, transform 0.3s ease 0.7s, transform 0.3s ease 0.7s, -webkit-transform 0.3s ease 0.7s, -webkit-transform 0.3s ease 0.7s;
  }
  .left-menu .navbar.active #navbar .navbar-nav > li:nth-child(6) a {
    -webkit-transition: opacity 0.3s ease 0.8s, color 0.3s ease 0s, -webkit-transform 0.3s ease 0.8s, -webkit-transform 0.3s ease 0.8s;
    transition: opacity 0.3s ease 0.8s, color 0.3s ease 0s, -webkit-transform 0.3s ease 0.8s, -webkit-transform 0.3s ease 0.8s;
    transition: opacity 0.3s ease 0.8s, color 0.3s ease 0s, transform 0.3s ease 0.8s, transform 0.3s ease 0.8s;
    transition: opacity 0.3s ease 0.8s, color 0.3s ease 0s, transform 0.3s ease 0.8s, transform 0.3s ease 0.8s, -webkit-transform 0.3s ease 0.8s, -webkit-transform 0.3s ease 0.8s;
  }
  .left-menu .navbar.active #navbar .navbar-nav > li:nth-child(7) a {
    -webkit-transition: opacity 0.3s ease 0.9s, color 0.3s ease 0s, -webkit-transform 0.3s ease 0.9s, -webkit-transform 0.3s ease 0.9s;
    transition: opacity 0.3s ease 0.9s, color 0.3s ease 0s, -webkit-transform 0.3s ease 0.9s, -webkit-transform 0.3s ease 0.9s;
    transition: opacity 0.3s ease 0.9s, color 0.3s ease 0s, transform 0.3s ease 0.9s, transform 0.3s ease 0.9s;
    transition: opacity 0.3s ease 0.9s, color 0.3s ease 0s, transform 0.3s ease 0.9s, transform 0.3s ease 0.9s, -webkit-transform 0.3s ease 0.9s, -webkit-transform 0.3s ease 0.9s;
  }
  .left-menu .navbar.active #navbar .navbar-nav > li:nth-child(8) a {
    -webkit-transition: opacity 0.3s ease 1s, color 0.3s ease 0s, -webkit-transform 0.3s ease 1s, -webkit-transform 0.3s ease 1s;
    transition: opacity 0.3s ease 1s, color 0.3s ease 0s, -webkit-transform 0.3s ease 1s, -webkit-transform 0.3s ease 1s;
    transition: opacity 0.3s ease 1s, color 0.3s ease 0s, transform 0.3s ease 1s, transform 0.3s ease 1s;
    transition: opacity 0.3s ease 1s, color 0.3s ease 0s, transform 0.3s ease 1s, transform 0.3s ease 1s, -webkit-transform 0.3s ease 1s, -webkit-transform 0.3s ease 1s;
  }
  .left-menu .navbar.active #navbar .navbar-nav > li:nth-child(9) a {
    -webkit-transition: opacity 0.3s ease 1.1s, color 0.3s ease 0s, -webkit-transform 0.3s ease 1.1s, -webkit-transform 0.3s ease 1.1s;
    transition: opacity 0.3s ease 1.1s, color 0.3s ease 0s, -webkit-transform 0.3s ease 1.1s, -webkit-transform 0.3s ease 1.1s;
    transition: opacity 0.3s ease 1.1s, color 0.3s ease 0s, transform 0.3s ease 1.1s, transform 0.3s ease 1.1s;
    transition: opacity 0.3s ease 1.1s, color 0.3s ease 0s, transform 0.3s ease 1.1s, transform 0.3s ease 1.1s, -webkit-transform 0.3s ease 1.1s, -webkit-transform 0.3s ease 1.1s;
  }
  .left-menu .navbar.active #navbar .navbar-nav > li:nth-child(10) a {
    -webkit-transition: opacity 0.3s ease 1.2s, color 0.3s ease 0s, -webkit-transform 0.3s ease 1.2s, -webkit-transform 0.3s ease 1.2s;
    transition: opacity 0.3s ease 1.2s, color 0.3s ease 0s, -webkit-transform 0.3s ease 1.2s, -webkit-transform 0.3s ease 1.2s;
    transition: opacity 0.3s ease 1.2s, color 0.3s ease 0s, transform 0.3s ease 1.2s, transform 0.3s ease 1.2s;
    transition: opacity 0.3s ease 1.2s, color 0.3s ease 0s, transform 0.3s ease 1.2s, transform 0.3s ease 1.2s, -webkit-transform 0.3s ease 1.2s, -webkit-transform 0.3s ease 1.2s;
  }
  .left-menu .navbar.active #navbar .navbar-nav > li:nth-child(11) a {
    -webkit-transition: opacity 0.3s ease 1.3s, color 0.3s ease 0s, -webkit-transform 0.3s ease 1.3s, -webkit-transform 0.3s ease 1.3s;
    transition: opacity 0.3s ease 1.3s, color 0.3s ease 0s, -webkit-transform 0.3s ease 1.3s, -webkit-transform 0.3s ease 1.3s;
    transition: opacity 0.3s ease 1.3s, color 0.3s ease 0s, transform 0.3s ease 1.3s, transform 0.3s ease 1.3s;
    transition: opacity 0.3s ease 1.3s, color 0.3s ease 0s, transform 0.3s ease 1.3s, transform 0.3s ease 1.3s, -webkit-transform 0.3s ease 1.3s, -webkit-transform 0.3s ease 1.3s;
  }
  .left-menu .navbar.active #navbar .navbar-nav > li:nth-child(12) a {
    -webkit-transition: opacity 0.3s ease 1.4s, color 0.3s ease 0s, -webkit-transform 0.3s ease 1.4s, -webkit-transform 0.3s ease 1.4s;
    transition: opacity 0.3s ease 1.4s, color 0.3s ease 0s, -webkit-transform 0.3s ease 1.4s, -webkit-transform 0.3s ease 1.4s;
    transition: opacity 0.3s ease 1.4s, color 0.3s ease 0s, transform 0.3s ease 1.4s, transform 0.3s ease 1.4s;
    transition: opacity 0.3s ease 1.4s, color 0.3s ease 0s, transform 0.3s ease 1.4s, transform 0.3s ease 1.4s, -webkit-transform 0.3s ease 1.4s, -webkit-transform 0.3s ease 1.4s;
  }
  .left-menu .navbar.active #navbar .navbar-nav > li:nth-child(13) a {
    -webkit-transition: opacity 0.3s ease 1.5s, color 0.3s ease 0s, -webkit-transform 0.3s ease 1.5s, -webkit-transform 0.3s ease 1.5s;
    transition: opacity 0.3s ease 1.5s, color 0.3s ease 0s, -webkit-transform 0.3s ease 1.5s, -webkit-transform 0.3s ease 1.5s;
    transition: opacity 0.3s ease 1.5s, color 0.3s ease 0s, transform 0.3s ease 1.5s, transform 0.3s ease 1.5s;
    transition: opacity 0.3s ease 1.5s, color 0.3s ease 0s, transform 0.3s ease 1.5s, transform 0.3s ease 1.5s, -webkit-transform 0.3s ease 1.5s, -webkit-transform 0.3s ease 1.5s;
  }
  .left-menu .navbar.active #navbar .navbar-nav > li:nth-child(14) a {
    -webkit-transition: opacity 0.3s ease 1.6s, color 0.3s ease 0s, -webkit-transform 0.3s ease 1.6s, -webkit-transform 0.3s ease 1.6s;
    transition: opacity 0.3s ease 1.6s, color 0.3s ease 0s, -webkit-transform 0.3s ease 1.6s, -webkit-transform 0.3s ease 1.6s;
    transition: opacity 0.3s ease 1.6s, color 0.3s ease 0s, transform 0.3s ease 1.6s, transform 0.3s ease 1.6s;
    transition: opacity 0.3s ease 1.6s, color 0.3s ease 0s, transform 0.3s ease 1.6s, transform 0.3s ease 1.6s, -webkit-transform 0.3s ease 1.6s, -webkit-transform 0.3s ease 1.6s;
  }
  .left-menu .navbar.active #navbar .navbar-nav > li:nth-child(15) a {
    -webkit-transition: opacity 0.3s ease 1.7s, color 0.3s ease 0s, -webkit-transform 0.3s ease 1.7s, -webkit-transform 0.3s ease 1.7s;
    transition: opacity 0.3s ease 1.7s, color 0.3s ease 0s, -webkit-transform 0.3s ease 1.7s, -webkit-transform 0.3s ease 1.7s;
    transition: opacity 0.3s ease 1.7s, color 0.3s ease 0s, transform 0.3s ease 1.7s, transform 0.3s ease 1.7s;
    transition: opacity 0.3s ease 1.7s, color 0.3s ease 0s, transform 0.3s ease 1.7s, transform 0.3s ease 1.7s, -webkit-transform 0.3s ease 1.7s, -webkit-transform 0.3s ease 1.7s;
  }
}

@media (min-width: 767px) and (min-width: 1600px) {
  .left-menu .navbar {
    width: 85px;
  }
}
@media (min-width: 767px) and (min-width: 1600px) {
  .left-menu .navbar .navbar-header {
    width: 85px;
  }
}
@media (min-width: 767px) and (min-width: 1600px) {
  .left-menu .navbar #navbar {
    width: 650px;
    -webkit-transform: matrix(1, 0, 0, 1, -995, 0);
            transform: matrix(1, 0, 0, 1, -995, 0);
  }
}
@media (min-width: 767px) and (min-width: 1600px) {
  .left-menu .navbar #navbar .navbar-nav > li a {
    padding: 15px 117px 15px;
  }
}
@media (min-width: 767px) and (min-width: 1600px) {
  .left-menu .navbar #navbar .close-nav {
    top: 30px;
    right: 25px;
  }
}
@media (min-width: 767px) and (min-width: 1600px) {
  .left-menu .navbar .social-links {
    bottom: 60px;
  }
}
.classic-menu .navbar-toggle .icon-bar {
  background-color: #000000;
}
.classic-menu .logo {
  position: relative;
  left: 4px;
  top: 5px;
  width: 120px;
}
@media (min-width: 768px) {
  .classic-menu .logo {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
    margin-left: 30px;
  }
}
.classic-menu .logo a {
  float: none;
}
.classic-menu .navbar {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.classic-menu .navbar .navbar-nav > li > a {
  color: #666666;
  text-decoration: none;
}
.classic-menu .navbar .navbar-nav > li > a:focus,
.classic-menu .navbar .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #000000;
}
.classic-menu .navbar .navbar-nav > li.active > a {
  background-color: transparent;
  color: #000000;
}
@media (min-width: 767px) {
  .classic-menu .navbar .navbar-nav {
    margin: 20px 35px;
  }
  .classic-menu .navbar .navbar-nav > li > a {
    padding: 10px 22px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.2px;
  }
}
@media (min-width: 767px) and (min-width: 1600px) {
  .classic-menu .navbar .navbar-nav {
    margin: 33px 35px;
  }
}
@media (max-width: 767px) {
  .nav > li > a,
  .nav > li > a {
    text-decoration: none;
    text-align: center;
  }
  .nav > li > a:hover,
  .nav > li > a:hover,
  .nav > li > a:focus,
  .nav > li > a:focus {
    background-color: transparent;
  }
  .nav > li.active > a,
  .nav > li.active > a {
    background-color: #eeeeee;
  }
}

.error{
    color: red;
}

.social-links {
  margin: 30px 0;
  text-align: center;
}
@media (min-width: 1600px) {
  .social-links {
    margin: 50px 0;
  }
}
.social-links li {
  display: inline-block;
  text-align: center;
  margin: 0 10px;
  font-size: 19px;
}
.social-links li a {
  color: #989898;
  -webkit-transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}
.social-links li a:hover {
  color: #000000;
}
.social-links.ontop {
  position: absolute;
  right: 25px;
  top: 3px;
  z-index: 1;
  display: none;
}
@media (min-width: 768px) {
  .social-links.ontop {
    display: block;
  }
}
@media (max-width: 992px) {
  .social-links.ontop li {
    margin: 0 5px;
  }
}
@media (min-width: 1600px) {
  .social-links.ontop {
    top: 21px;
  }
}
#layer-loade {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #ffffff;
  opacity: 1;
  -webkit-transition: top 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: top 1s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 9;
}

.pace-done #layer-loade {
  top: -100%;
  overflow-y: hidden;
}


.logo-intro {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  text-align: left;
  direction: ltr;
  width: 184px;
  height: 63px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

header {
  position: absolute;
  z-index: 2;
  top: 25px;
  left: 30px;
  display: none;
}
@media (min-width: 768px) {
  header {
    display: block;
  }
}
.left-menu header {
  top : 50px;
  left: 44.8%;
}
@media (min-width: 768px) {
  .home-gallery header {
    /*left: calc(15px + 55px);*/
    left: 47%;
  }
}
@media (min-width: 1600px) {
  .home-gallery header {
    /*left: calc(15px + 85px);*/
    left: 47%;
  }
}
@media (max-width: 768px) {
  .full-menu header {
    display: block;
    top: 5px;
    left: 5px;
  }
}
.logo > a, .logo .bgimg {
  display: block;
  border: 0;
  /*text-indent: -999em;*/
  overflow: hidden;
  text-align: left;
  direction: ltr;
  width: 221px;
  height: 76px !important;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}

div.ontop {
  position: absolute;
  right: 45px;
  top: 3vh;
  z-index: 2;
  display: block;
}
@media (max-width: 992px) {
  div.ontop li {
    margin: 0 5px;
  }
}
.animated.delay-2_5s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.animated.delay-2_75s {
    -webkit-animation-delay: 2.75s;
    animation-delay: 2.75s;
}
.animated.delay-3_25s{
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.animated.delay-3_5s {
    -webkit-animation-delay: 3.25s;
    animation-delay: 3.25s;
}

.lg-outer .lg-img-wrap{
    padding: 60px 5px;
}

.container-terms-conditions{
    width: auto;
    height: auto;
    margin-top: 200px;
    padding: 0 160px;
}

.container-footer{
    color: #4e4e4e;
    width: auto;
    height: auto;
    /*margin-top: 35%;*/
    padding-bottom: 20px;
    /*padding-left: 0;*/
    clear: both;
}
.f-menu li{
    float: left;
    padding: 15px;
}
.f-menu li a{
    color: #4e4e4e;
    text-decoration: none;
}
.left-menu .navbar body{
    overflow-y: hidden;
}
.container-footer{
    position: absolute;
    bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
    font-size:14px;
}
.left-menu .navbar #navbar .navbar-nav li:last-child{
        display: none!important;
}
@media(max-width:1200px){
    div.ontop{
        top: 6%;
        
    }
}    
@media(max-width:991px){
    .left-menu .navbar #navbar .navbar-nav, .left-menu .navbar #navbar .navbar-nav a{
        font-size: 26px;
        line-height: 30px;
    }
    .left-menu header{
        left: 37.8%;
    }
}
@media(max-width:750px){
    .left-menu .navbar .navbar-toggle{
        padding: 13px 10px;
    }
    .navbar-brand>img{
        max-height: 35px;
    }
    div.ontop{
        display: none;
    }
}
@media(max-width:667px){
    
    .container-footer{
        margin-top: 0;
        padding-left: 15px!important;
    }
    
}
#navbar .social-links{
    padding-bottom: 15px;
    margin: 5px 0;
}
#navbar .social-links li:nth-child(1){
    animation-delay: 0.25s;
}
#navbar .social-links li:nth-child(2){
    animation-delay: .5s;
}
#navbar .social-links li:nth-child(3){
    animation-delay: .75s;
}
#navbar .social-links li:nth-child(4){
    animation-delay: 1s;
}
#navbar .social-links li:nth-child(5){
    animation-delay: 1.25s;
}
.lg-outer .lg-toogle-thumb{
    background-color: #2d2d2d;
    color:#999!important;
    height: 55px;
    padding: 10px 0px;
    top: -50px;
}
.lg-outer .lg-thumb-outer{
    min-height: 100px;
    padding-bottom: 10px;
    background-color: #2d2d2d;
}
/*custom scrollbar*/
/* width */
.scrollbar{
    padding-right: 7px;
    overflow-y: scroll;
}
.scrollbar::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
    background: transparent; 
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
    background: #999; 
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.about-us-desc,
.about-us-desc *,
.albums-desc,
.about-us-desc p,
.albums-desc p,
.contact-us-content p
{
    font-family: 'Lato', sans-serif!important;
    color: #959595!important;
    max-height: 320px;
}
.contact-us-content p strong{
    color: #000!important;
}
.about-us-desc p{
    display: table;
}

.about-us-desc.admin { font-size:14px; }

.contact-us-content{
    max-height: 400px;
}
.contact-us-content p, .contact-us-content strong{
    font-family: 'Lato', sans-serif;
} 
.post-info-desc{
    font-family: 'Lato', sans-serif;
    color: #959595!important;
    max-height: 70px;
}

.blog-post-desc{
    color: #959595;
    text-decoration: none;
    overflow: hidden;
    width:100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-post-desc:hover{
    text-decoration: none;
}


body{
    /*overflow-y: hidden;*/
}
*{
     font-family: 'Lato', sans-serif;
}
.page-contact h3 {
  font-size: 36px;
  text-align:left;
}
p.form-message:empty{
    display: none;
}
h3{
   
    font-weight: 400;
    text-align: left!important;
}
.google-map {
  /*width: 779px;*/
  /*height: 655px;*/
  width: 788px;
    height: 685px;
}
@media (max-width: 768px) {
  .google-map {
    margin-bottom: 15px;
  }
}

.address {
  margin-top: 30px;
}

.address li {
  font-size: 15px;
}


form .form-group {
  margin-bottom: 4px;
}
/*form .form-group label {*/
/*  display: none;*/
/*}*/
form .form-group.inline {
  float: left;
  width: 50%;
}
::-webkit-input-placeholder {
  font-style: normal;
  font-size: 15px;
}
:-moz-placeholder {
  font-style: normal;
  font-size: 15px;
}
::-moz-placeholder {
  font-style: normal;
  font-size: 15px;
}
:-ms-input-placeholder {
  font-style: normal;
  font-size: 15px;
}

.map-widget > div {
    width: 100%;
    height: 100%;
}

.page-about .social-links {
  margin-bottom: 0;
  margin-top: 16px;
}
.col-map{
    padding-left: 4%;
    padding-top: 50px;
}
@media (min-width: 1600px) {
  .page-about .social-links {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .page-contact .content-section {
    margin-top: 100px;
  }
  
 .col-form{
        padding-bottom: 230px;
    }
}
@media (min-width: 768px) {
  .page-contact .content-section > div {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
.page-contact div[class*="col-"] {
  height: auto;
}
@media (max-width: 768px) {
  .page-contact div[class*="col-"] input[type=submit] {
    float: none;
  }
}
@media (min-width: 768px) {
  .page-contact div[class*="col-"] {
    margin-top: 0;
    height: 100%;
  }
}
@media (min-width: 1600px){
    .button, input[type=submit] {
         margin-left: 0; 
    }
}
input#name{
    width: 90%;
}
input, textarea{
    padding-top: 30px;
    height: 70px;
}
/*input#checkbox{*/
/*    width: 16px;*/
/*    height: 16px;*/
/*}*/
textarea:focus{
    outline:0;
}
#contact-form-submit-button{
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 15px;
}
@media(max-width:991px){
        body{
        overflow-y: scroll;
    }
}

@media(max-width:991px){
    .container-footer{
        /*padding-top: 160px;*/
        bottom: auto!important;
    }
}

.checkbox-container{
    color: #959595;
    display: block;
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
    font-size: 14px;
    margin-top:-11px;
}
.checkbox-container *{
    font-size: 14px!important;
}
.checkbox-container input{
    position: absolute;
    /*margin-top: -70px;*/
    opacity: 0;
    z-index: -999;
    cursor: pointer;
}
.checkmark{
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee; 
}
/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #e4e4e4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left:11px;
    top: 0px;
    width: 10px;
    height: 18px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#checkbox-error{
    position: absolute;
    top: 30px;
    left: 0;
    font-size: 18px;
}
.container-footer{
    position: static;
    padding-left: 145px;
}

.g-recaptcha{
    float: right;
}
@media(max-width:1500px){
    .checkbox-container{
        font-size: 13px;
    }
    .g-recaptcha{
        float: left;
    }
}
@media(max-width:1366px){
    .checkbox-container{
        font-size: 12px;
    }
    .g-recaptcha{
           float: none;
       }
        .container {
            padding-left: calc(15px + 70px);
        }
        .container-footer{
            padding-left: 140px;
            position: static;
        }
        .google-map {
           width: 100%;
           height: 450px;
        }
        #contact-form-submit-button{
            margin-bottom: 20px;
        }
        
}
@media(max-width:1200px){
    .g-recaptcha{
        float: right;
    }
    .col-map{
        padding-left: 0%;
    }
}
@media(max-width:1024px){
    .contact-us{
        margin-top: 80px!important;
    }
    .col-map{
    padding-left: 1.5%;
    padding-top: 0px;
}
    .f-m-desktop{
        display: none;
    }
    .f-m-tablet{
        display: block!important;
    }
    .container-footer{
        padding-left: 90px;
    }
}

@media(max-width:991px){
    /*.container {*/
    /*        padding-left: calc(15px + 30px);*/
    /*    }*/
     .container-footer{
            padding-left: 155px;
        }
}
@media(max-width:768px){
    .g-recaptcha{
           float: right!important;
       } 
    .container {
        padding-left: calc(15px + 55px);
    }
    /*.container-footer{*/
    /*        padding-left: 50px!important;*/
    /*    }*/
}
@media(max-width:750px){
    .container{
        padding-left: 15px;
    }
   .section{
       margin: 0!important;
   }
   .container-footer{
       padding-top: 0;
   }
}
@media(max-width:650px){
    .checkbox-container{
        font-size: 10px;
    }
    .g-recaptcha{
           float: left!important;
       }
       .container-footer{
            padding-left: 15px!important;
        }
       
}
@media(max-width:568px){
    #contact-form-submit-button{
        float: right;
    }    
}
.col-form{
    padding-right: 30px;
}
@media(max-width:468px){
    .g-recaptcha{
        margin-top: 45px!important;
    }
    input#name,
    form .form-group.inline{
        width: 100%;
    }
    #checkbox-error{
        top:50px;
    }
     #contact-form-submit-button{
        float: left;
    }    
}
/*@media (min-width: 1366px) {*/
/*  .container {*/
/*    width: 93%;*/
/*  }*/
/*}*/

/* about */

h3{
    font-weight: 400;
    text-align:left;
}
h4 { font-style: italic;margin-bottom:20px; }
.content-section { padding-right:25px; }
.page-about .image {
  position: relative;
  width: 100%;
  margin-top: 40px;
}

.page-about .author {
  position: absolute;
  margin: 0;
  right: 8%;
  top: 105%;
  font-size: 14px;
}
.page-about .author:before {
  content: "";
  display: inline-block;
  width: 51px;
  height: 1px;
  position: relative;
  top: -4px;
  right: 10px;
  background-color: #000000;
}
.container-about-us{
   /*padding-left: 2%;*/
}

@media (min-width: 1600px) {
  .page-about .author {
    top: 108%;
  }
  
}
@media (min-width: 2200px) {
  .page-about .author {
    right: 12%;
    top: 122%;
  }
}
.page-about h3 {
  font-size: 35px;
  margin-top: 150px;
  line-height: 1;
}

@media (min-width: 1600px) {
  .page-about h3 {
    margin-bottom: 30px;
    position: relative;
  }
  /*.page-about h3:before {*/
  /*  content: "";*/
  /*  width: 7px;*/
  /*  height: 35px;*/
  /*  position: absolute;*/
  /*  left: 50%;*/
  /*  margin-left: -4px;*/
  /*  top: -75px;*/
    /*background-image: url('../images/arrow-about.png');*/
  /*}*/
   
}

.page-about p {
  color: #989898;
  font-size: 15px;
  line-height: 21px;
  margin:0px 0px 15px;
}
.page-about .social-links {
  margin-bottom: 0;
  margin-top: 16px;
}
.container-footer{
      padding-left: 145px;
      position: static!important;
      padding-top: 210px;
    }
@media (min-width: 1600px) {
  .page-about .social-links {
    margin-top: 80px;
  }
}
.about-us-row{
    margin-top:231px;
  /*  padding-right: 100px; */
}
@media (max-width:1500px){
    .about-us-desc, .about-us-desc p{
        max-height: 200px;
    }
}
@media (max-width:1366px){
    .container-footer{
        padding-left: 165px;
    }
}
@media (max-width:1024px){
    .container-about-us{
        padding-left: calc(15px + 55px);
    }
     .container-footer{
            padding-left: 115px;
    }
}
@media (max-width:1024px){
    .about-us-row{
        margin-top: 65px;
        padding: 0;
    }
     .container-footer{
            padding-left: 105px;
    }
}
.image img{
    width: 870px;
}
/*.navbar.active .collapse{*/
/*    display: block;*/
/*}*/
@media(max-width:991px){
    .image img{
        width : 100%;
        height: auto;
    }
    .content-section{
        padding-left: 0!important;
    }
    .container-footer{
        padding-top : 30px;
        padding-left: 191px;
    }
}
@media(max-width:768px){
    
    .container-footer{
        padding-left: 80px;
    }
}
@media(max-width:750px){
    .page-about h3{
        margin-top: 50px;
    }
}
@media(max-width:667px){
    
    .container-about-us{
        padding-left: 4%;
    }
}

/* albums */

*{
    
}
.page-albums {
  padding: 0;
}
.container-albums {
  width: 100%;
  margin-top: 215px;
}

.albums-container {
  margin: 0px auto;
  width: 100%;
}
.albums-container .section-content { margin-top:0 !important;margin-bottom:30px; }

#albums-carousel .flickity-prev-next-button {
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
  background-size: 32px;
}
#albums-carousel .flickity-prev-next-button,
#albums-carousel .flickity-prev-next-button:hover {
  background-color: transparent;
}
@media (min-width: 1600px) {
  #albums-carousel .flickity-prev-next-button {
    background-size: auto;
  }
}
#albums-carousel .flickity-prev-next-button svg {
  display: none;
}
#albums-carousel .flickity-prev-next-button.previous {
  background-image: url('/media/left.svg');
  left: -55px;
}
@media (min-width: 1600px) {
  #albums-carousel .flickity-prev-next-button.previous {
    left: -86px;
  }
}
#albums-carousel .flickity-prev-next-button.next {
  background-image: url('/media/right.svg');
  right: -55px;
}
@media (min-width: 1600px) {
  #albums-carousel .flickity-prev-next-button.next {
    right: -86px;
  }
}
#albums-carousel .flickity-prev-next-button:hover {
  opacity: 0.5;
}
@media (min-width: 1600px) {
  #albums-carousel .flickity-page-dots {
    bottom: -60px;
  }
}
#albums-carousel .flickity-page-dots .dot {
  background-color: #999;
}
@media (min-width: 1600px) {
  #albums-carousel .flickity-page-dots .dot {
    width: 13px;
    height: 13px;
  }
}
#albums-carousel .carousel-cell {
  width: 100%;
  height: auto;
  min-height: 200px;
  margin-right: 2px;
  margin: 0 3px;
}
@media (min-width: 992px) {
  #albums-carousel .carousel-cell {
    width: 49.5%;
  }
}
#albums-carousel .carousel-cell .album {
  background-color: #F2F2F2;
  position: relative;
  overflow: hidden;
  padding: 10px;
}
@media (min-width: 1200px) {
  #albums-carousel .carousel-cell .album {
    padding: 25px;
  }
}
#albums-carousel .carousel-cell .album:first-child {
  margin-bottom: 4px;
}
#albums-carousel .carousel-cell .album .content-text,
#albums-carousel .carousel-cell .album .content-photo {
  width: 50%;
  position: relative;
  height: 150px;
}
@media (min-width: 1200px) {
  #albums-carousel .carousel-cell .album .content-text,
  #albums-carousel .carousel-cell .album .content-photo {
    height: 180px;
  }
}
@media (min-width: 1600px) {
  #albums-carousel .carousel-cell .album .content-text,
  #albums-carousel .carousel-cell .album .content-photo {
    height: 307px;
  }
}
#albums-carousel .carousel-cell .album .content-text {
  float: left;
}
@media (min-width: 1600px) {
  #albums-carousel .carousel-cell .album .content-text {
    width: calc(100% - 381px);
  }
}
#albums-carousel .carousel-cell .album .content-text,
#albums-carousel .carousel-cell .album .content-text p,
#albums-carousel .carousel-cell .album .content-text h3 {
  text-align: right;
}
#albums-carousel .carousel-cell .album .content-text .text {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 0 20px 0 0;
}
@media (min-width: 1600px) {
  #albums-carousel .carousel-cell .album .content-text .text {
    padding: 0 35px 0 0;
  }
}
#albums-carousel .carousel-cell .album .content-text .text h3 {
  font-size: 19px;
  line-height: 19px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #albums-carousel .carousel-cell .album .content-text .text h3 {
    font-size: 26px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  #albums-carousel .carousel-cell .album .content-text .text h3 {
    margin-bottom: 30px;
  }
}
#albums-carousel .carousel-cell .album .content-text .text p {
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 768px) {
  #albums-carousel .carousel-cell .album .content-text .text p {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (min-width: 1200px) {
  #albums-carousel .carousel-cell .album .content-text .text p {
    line-height: 23px;
  }
}
#albums-carousel .carousel-cell .album .content-photo {
  float: right;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
@media (min-width: 1600px) {
  #albums-carousel .carousel-cell .album .content-photo {
    background-size: auto;
    width: 381px;
  }
}
#albums-carousel .carousel-cell:nth-child(even) .album .content-text {
  float: right;
}
#albums-carousel .carousel-cell:nth-child(even) .album .content-text,
#albums-carousel .carousel-cell:nth-child(even) .album .content-text p,
#albums-carousel .carousel-cell:nth-child(even) .album .content-text h3 {
  text-align: left;
}
#albums-carousel .carousel-cell:nth-child(even) .album .content-text .text {
  padding: 0 0 0 20px;
}
@media (min-width: 1600px) {
  #albums-carousel .carousel-cell:nth-child(even) .album .content-text .text {
    padding: 0 0 0 55px;
  }
}
#albums-carousel .carousel-cell:nth-child(even) .album .content-photo {
  float: left;
}
.lightgallery,
.lightgallery li,
.lightgallery li img {
  /*height: 100%;*/
}
.lightgallery li {
  display: none;
}
.content-photo{
    overflow: hidden;
    cursor: pointer;
    
}
.content-photo-bg{
    width: 100%;
    height: 200px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .3s;
 /*   -webkit-transition: background-size 0.2s;*/
	/*-moz-transition: background-size 0.2s;*/
	/*-o-transition: background-size 0.2s;*/
	/*-ms-transition: background-size 0.2s;*/
	/*transition: background-size 0.2s;*/
}
.content-photo:hover .content-photo-bg{
    transform: scale(1.2);
    transition: .3s;
}

.lightgallery li:first-child{
    transition: 0.3s;
}
.lightgallery li:first-child:hover{
    cursor: pointer;
    transform: scale(1.2);
    transition: 0.3s;
}

.lightgallery li img {
  width: 100%;
  object-fit: cover;
}
@media (max-width:992px){
        .album{
            background-color: transparent!important;
        }
        #albums-carousel .carousel-cell .album .content-text,
        #albums-carousel .carousel-cell .album .content-text p,
        #albums-carousel .carousel-cell .album .content-text h3,
        #albums-carousel .carousel-cell:nth-child(even) .album .content-text,
        #albums-carousel .carousel-cell:nth-child(even) .album .content-text p,
        #albums-carousel .carousel-cell:nth-child(even) .album .content-text h3{
            text-align: center;
            margin: 0 auto;
        }
        #albums-carousel .carousel-cell .album .content-text,
        #albums-carousel .carousel-cell:nth-child(even) .album .content-text{
            float: none;
        }
        .content-photo{
            float: none!important;
            margin: 0 auto;
            clear: both;
        }
}
.section-content{
    width: 30%;
    padding-left: 8%;
    margin-top:170px;
    float: left;
    
}
.owl-carousel{
    float: right;
    width: 59%;
}
.owl-controls .owl-pagination{
  margin-top: 30px;
  text-align: center;
}
.owl-controls .owl-page{
  display: inline-block;
  margin:0 4px;
}
#albums-carousel .owl-controls .owl-page span{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  -moz-transition: .2s linear;
  transition: .2s linear;
  background:#d8d8d8;
}

#albums-carousel .owl-controls .owl-page.active span,
#albums-carousel .owl-controls .owl-page:hover span{
  background-color:#939393;
}
#albums-carousel .post .post-info{
    padding: 20px 0;
}
#albums-carousel .post .post-info h3 a{
    text-decoration: none;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 300;
}
#albums-carousel .post .post-info p{
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
}
.post-img {
    padding: 10px 10px 10px 0px;
    margin-bottom: 150px;
    height: 267px!important;
}
.blog-slider .post-img { margin-bottom:40px; }
.section-content h3,
.post-info h3{
    margin-top:20px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #000;
}
.section-content h3{
    font-size: 35px;
    margin-bottom: 25px;
}
.section-content p,
.post-info p{
    font-size: 15px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #959595!important;
}
.container-footer{
    padding-left: 150px;
    position: static!important;
    padding-top: 67px;
}
@media(max-width:1366px){
   
    .container-footer{
        padding-left: 120px;
    }
}
@media(max-width:1250px){
    .section-content{
        width: 90%;
        margin:150px 0 20px 0;
        float: none;
    }
.owl-carousel{
    float: none;
    width: 100%;
}
}

@media(max-width:1200px){
    .owl-carousel{
        width: 80%;
        margin: 0 auto;
    }
}
@media(max-width:1024px){
     .section-content{
        padding-left: 11%;
    }
    .container-footer{
        padding-left: 115px;
    }
}
@media(max-width:991px){
    .container-footer{
       padding-left: 110px;
    }
}
@media(max-width:768px){
    .container-footer{
        padding-left: 87px;
    }
}

@media(max-width:767px){
    .owl-carousel{
        width: 100%;
    }
    div.ontop{
        display: none;
    }
    
    .container-albums{
        margin: 0;
    }
    .section-content{
        width: 100%;
        margin: 0;
        padding: 100px 15px 0;
    }
}

/* Home */


.container-gallery{
    margin-top: 165px;
}

@media(max-width:991px){
    .container-gallery{
        margin-top: 180px;
    }
}
.page-gallery {
  padding: 0;
}
.grid-gallery {
  min-height: 600px;
  margin: 10px;
  margin-top: 20px;
}
.home-gallery .grid-gallery {
  margin-top: 0;
}
.classic-menu .grid-gallery {
  margin-top: 60px;
}
@media (min-width: 1600px) {
  .classic-menu .grid-gallery {
    margin-top: 106px;
  }
}
.grid-item {
  box-sizing: border-box;
  width: 50%;
  padding: 0 10px 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .grid-item {
    width: 33%;
  }
}
@media (min-width: 1600px) {
  .grid-item {
    width: 20%;
  }
}
.grid-item .image-wrapper{
  overflow : hidden;
}
.grid-item img {
  display: block;
  cursor: pointer;
  z-index: 1;
  position: relative;
  -webkit-transition: opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  overflow: hidden;
  transform: translate3d(0,0,0);
  transition: 0.3s;
}
/*.grid-item img:hover {*/
/*  opacity: 0.8;*/
/*}*/
.grid-item img:hover{
    transform: scale(1.2);
    transition: 0.3s;
}
.grid-item:after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  display: block;
  position: absolute;
  background-color: #000000;
  top: 0;
  left: 10px;
}
.gallery-filters {
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
}
@media (max-width: 991px) {
  .gallery-filters {
    padding-left: 12px;
    margin-top: 50px;
  }
}
.gallery-filters li {
  display: inline-block;
  cursor: pointer;
  color: #979797;
  margin: 5px 7px;
  padding-right: 5px;
  border-bottom: 2px solid transparent;
  transition: 0.2s;
}
.gallery-filters li:nth-child(1){
    padding-right: 0;
}
@media (min-width: 768px) {
  .gallery-filters li {
    margin: 0px 10px;
  }
}
@media (min-width: 992px) {
  .gallery-filters li {
    margin: 0px 22.5px;
  }
}
@media (min-width: 1600px) {
  .gallery-filters li {
    margin: 0px 22.5px;
  }
}
.gallery-filters li:not(:first-child):before {
  content: "/";
  position: relative;
  color: #979797;
  left: -7px;
}
@media (min-width: 768px) {
  .gallery-filters li:not(:first-child):before {
    left: -11px;
  }
}
@media (min-width: 992px) {
  .gallery-filters li:not(:first-child):before {
    left: -25px;
  }
}
.gallery-filters li.is-checked {
  border-color: #000;
  font-weight: 500;
  color: #000000;
  transition: 0.2s;
}

.container-footer{
    position: static;
    margin-top: 2%;
}
/*@media(max-width:1366px){*/
/*    .container-footer{*/
/*        padding-left: 60px;*/
/*    }*/
/*}*/
/*@media(max-width:1024px){*/
/*    .container-footer{*/
/*        padding-left: 70px;*/
/*    }*/
/*}*/
@media(max-width:991px){
    
    .container-footer{
        position: static;
        padding-top: 0;
        bottom: 0;
    }
    .container-article,.post-whidout-sidebar:before { margin-top:0 !important; }
}


/*RESPONSIVE HOME*/
@media(max-width:750px){
    .gallery-filters{
        padding-left: 21px;
    }
    .gallery-filters li:nth-child(1){
        margin-left: 0px;
        margin-top: 30px;
    }
    .container-gallery{
        margin-top: 0;
    }
}

/* Blog */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
body{
    /*overflow-y: scroll;*/
}
h3{
    font-size: 35px;
    font-weight: 400;
    text-align:left;
    margin-bottom: 20px;
}

.w-100{
    width: 100%;
}
.blog-post-title a{
    text-decoration: none;
}

.page-blog .section,
.page-blog .container-fluid,
.page-blog .container,
.page-blog .row,
.page-blog div[class*="col-"],
.page-blog .content-section {
  height: auto;
}
.blog-post-header {
  position: relative;
  overflow: hidden;
}
.blog-sidebar .blog-post-header {
  padding-top: 12px;
}
.blog-post-author {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  float: left;
}
.breadcrumb-link{
    padding: 0 7px;
    text-decoration: none;
}
.breadcrumb-link:hover{
    text-decoration: none;
}
@media (min-width: 768px) {
  .blog-post-author {
    width: 80px;
    height: 80px;
  }
}
.image-cover .blog-post-author {
  float: none;
  margin: 0 auto;
}
.blog-post-date {
  font-size: 13px;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .blog-post-date {
    letter-spacing: 3.8px;
  }
}
@media (max-width: 991px) {
  .blog-post-date {
    width: calc(100% - 80px);
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .blog-post-date {
    margin-top: 24px;
  }
}
.image-cover .blog-post-date {
  float: none;
  position: initial;
  text-align: center;
  color: white;
  font-size: 15px;
  margin-top: 17px;
  width: 100%;
}
.blog-post-date.block {
  float: none;
  text-align: left;
  margin-bottom: 42px;
}
.blog-post:hover .overcard {
  background-color: #000000;
}
.blog-post:hover .overcard p,
.blog-post:hover .overcard h1 {
  color: #ffffff;
}
.blog-post:hover .overcard a {
  color: #D7B64C;
}
.blog-post.original .banner {
  height: 320px;
}
@media (min-width: 1600px) {
  .blog-post.original .banner {
    height: 500px;
  }
}
.blog-post-title {
  font-size: 25px;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 22px;
}
@media (min-width: 768px) {
  .blog-post-title {
    font-size: 34px;
    letter-spacing: 7px;
    line-height: 30px;
  }
}
.blog-post-title:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 31px 0 0 2px;
  background-color: #000000;
}
.blog-post-intro {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 2px;
  font-family: 'Raleway', sans-serif;
}
@media (min-width: 1600px) {
  .blog-post-intro {
    line-height: 34px;
    letter-spacing: 4px;
  }
}
.readfull {
  font-size: 13px;
  letter-spacing: 4px;
  text-decoration: none;
  color: #000000;
}
.readfull:after {
  content: "";
  display: inline-block;
  background-image: url('/media/arrow.png');
  width: 15px;
  height: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 8px;
}
.readfull:hover {
  color: #000000;
}
.readfull.bottom {
  position: absolute;
  bottom: 42px;
}
.image-blog3 {
  height: 250px;
}
@media (min-width: 768px) {
  .image-blog3 {
    height: 450px;
  }
}
.blog-post-content {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .blog-post-content {
    padding: 0 65px;
  }
}
.blog-post-content.overcard {
  padding: 40px 40px 20px;
  position: relative;
  margin: 0 10px;
  top: -20px;
  background-color: #ffffff;
}
.blog-post-content.overcard .blog-post-author {
  position: absolute;
  top: -44px;
  left: 50%;
  margin-left: -40px;
}
.blog-post-content.overcard .blog-post-date {
  float: none;
  text-align: center;
  top: 0;
}
.blog-post-content.overcard .blog-post-title {
  font-size: 22px;
  text-align: center;
  line-height: 31px;
}
.blog-post-content.overcard .blog-post-title:after {
  display: none;
}
.blog-post-content.small {
  padding: 0 25px;
  height: 440px;
}
@media (min-width: 768px) {
  .blog-post-content.small {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .blog-post-content.small {
    height: 450px;
  }
}
@media (min-width: 1600px) {
  .blog-post-content.small {
    padding: 0 55px;
  }
}
.blog-post-content.small .blog-post-title {
  font-size: 22px;
  letter-spacing: 4.5px;
  font-weight: 300;
  line-height: 26px;
}
.blog-post-content.small .blog-post-title:after {
  display: none;
}
.blog-post-content.small .blog-post-author {
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .blog-post-content.small .blog-post-author {
    margin-top: 20px;
  }
}
.blog-post-content.small .blog-post-author span {
  color: #D4B137;
}
.blog-post-content.small .blog-post-intro {
  font-size: 13px;
  line-height: 25px;
}
@media (min-width: 1600px) {
  .blog-post-content.small .blog-post-intro {
    line-height: 30px;
  }
}
.blog-post-content.small .blog-post-date {
  width: calc(100% - 40px);
  text-align: left;
  padding-left: 12px;
}
.blog-post-content.small .blog-post-date span {
  color: #D4B137;
}
.paginationblog {
  text-align: center;
  font-size: 16px;
  padding: 65px 0;
  letter-spacing: 3.5px;
}
.paginationblog.includeimage {
  padding: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .paginationblog.includeimage {
    margin-bottom: 2px;
  }
}
.paginationblog.includeimage:before,
.paginationblog.includeimage:after {
  display: none;
}
.paginationblog.includeimage .banner {
  display: block;
  width: 25%;
  max-width: 400px;
}
@media (min-width: 768px) {
  .paginationblog.includeimage .banner {
    width: 45%;
  }
}
.paginationblog.includeimage a {
  color: #000000;
}
.paginationblog.includeimage .info {
  position: relative;
  width: 75%;
}
@media (min-width: 768px) {
  .paginationblog.includeimage .info {
    width: 55%;
  }
}
.paginationblog.includeimage .info:before {
  content: "";
  width: 24px;
  height: 14px;
  display: inline-block;
  top: 73px;
  position: absolute;
}
.paginationblog.includeimage .info span {
  display: block;
}
@media (max-width: 1199px) {
  .paginationblog.includeimage .info span.date-pagination {
    display: none;
  }
}
.paginationblog.includeimage .info span.title-pagination {
  font-size: 18px;
  font-style: normal;
  text-transform: uppercase;
}
.paginationblog.includeimage.oldpost {
  border-right: 1px solid #ffffff;
}
.paginationblog.includeimage.oldpost .banner,
.paginationblog.includeimage.oldpost .info {
  float: left;
}
.paginationblog.includeimage.oldpost .info {
  text-align: left;
  padding: 14px 20px 14px 65px;
}
@media (min-width: 768px) {
  .paginationblog.includeimage.oldpost .info {
    padding: 21px 21px 0px 65px;
  }
}
@media (min-width: 992px) {
  .paginationblog.includeimage.oldpost .info {
    padding: 32px 32px 32px 77px;
  }
}
.paginationblog.includeimage.oldpost .info:before {
  background-image: url('/media/arrow.png');
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 20px;
}
.paginationblog.includeimage.newpost {
  border-left: 1px solid #ffffff;
  background-color: #F9F7F7;
}
.paginationblog.includeimage.newpost .banner,
.paginationblog.includeimage.newpost .info {
  float: right;
}
.paginationblog.includeimage.newpost .info {
  text-align: right;
  padding: 14px 65px 14px 20px;
}
@media (min-width: 768px) {
  .paginationblog.includeimage.newpost .info {
    padding: 21px 65px 0px 21px;
  }
}
@media (min-width: 992px) {
  .paginationblog.includeimage.newpost .info {
    padding: 32px 77px 32px 32px;
  }
}
.paginationblog.includeimage.newpost .info:before {
  background-image: url('/media/arrow.png');
  right: 20px;
}
.oldpost {
  background-color: #F9F7F7;
  color: #000000;
}
.oldpost:before {
  content: "";
  background-image: url('/media/arrow.png');
  width: 24px;
  height: 14px;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 2px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.newpost {
  background-color: #000000;
  color: #ffffff;
}
.newpost:after {
  content: "";
  background-image: url('/media/right-arrow.png');
  width: 24px;
  height: 14px;
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: 2px;
}
.blog-sidebar div[class*="container-"] {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .blog-sidebar div[class*="container-"] {
    padding: 0 55px;
  }
}
.sidebar-content {
  padding: 50px 15px 0 15px;
}
@media (min-width: 992px) {
  .sidebar-content {
    padding: 0 0px 0 40px;
  }
}
@media (min-width: 1600px) {
  .sidebar-content {
    padding: 0 44px 0 62px;
  }
}
.feed-instagram {
  text-align: center;
}
@media (min-width: 768px) {
  .feed-instagram {
    text-align: left;
  }
}
.feed-instagram li {
  display: inline-block;
}
@media (min-width: 1600px) {
  .feed-instagram li {
    margin: 0 20px 20px 0;
  }
  .feed-instagram li:nth-child(3n+0) {
    margin-right: 0;
  }
}
.sidebar-recent-posts li {
  position: relative;
  margin-bottom: 2px;
}
.sidebar-recent-posts .blog-post-author {
  position: absolute;
  top: 14px;
  z-index: 1;
  left: 9px;
}
@media (min-width: 768px) {
  .sidebar-recent-posts .blog-post-author {
    left: 0;
    top: 10px;
  }
}
.sidebar-recent-posts .post-cart {
  padding: 12px 10px 10px 60px;
  min-height: 100px;
}
@media (min-width: 768px) {
  .sidebar-recent-posts .post-cart {
    margin-left: 40px;
  }
}
.sidebar-recent-posts .post-cart a {
  text-decoration: none;
}
.sidebar-recent-posts .post-cart a:hover {
  text-decoration: none;
}
.sidebar-recent-posts .blog-post-date {
  float: none;
  top: 0;
  text-align: left;
  letter-spacing: 2.5px;
  line-height: 28px;
  color: #D4B137;
}
.sidebar-recent-posts .blog-post-date:hover {
  text-decoration: none;
}
.sidebar-recent-posts .blog-post-title {
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 3px;
  font-style: italic;
  color: #000000;
}
.sidebar-recent-posts .blog-post-title:hover {
  text-decoration: none;
}
.sidebar-recent-posts .blog-post-title:after {
  display: none;
}
.sidebar-title {
  font-size: 15px;
  font-style: italic;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.sidebar-title:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #000000;
  margin-right: 17px;
  position: relative;
  top: -2px;
}
.sidebar-categories li a {
  font-size: 16px;
  font-style: italic;
  text-decoration: none;
  color: #000000;
  letter-spacing: 3px;
  margin: 0 0 17px 0px;
  display: block;
}
.sidebar-categories li a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #D4B137;
  margin-right: 17px;
  position: relative;
  top: -2px;
}
.sidebar-categories li a span {
  color: rgba(0, 0, 0, 0.5);
}
.sidebar-tags li {
  display: inline-block;
}
.sidebar-tags a {
  font-size: 13px;
  font-style: italic;
  color: #000000;
  text-decoration: none;
  border: 2px solid #000000;
  padding: 0px 11px;
  display: block;
  letter-spacing: 2.5px;
  margin: 0 6px 11px 0;
}
.search-form {
  padding: 0;
  position: relative;
}
.search-form input[type=text] {
  padding-right: 35px;
}
.search-form input[type=submit] {
  border: none;
  position: absolute;
  bottom: 2px;
  right: 2px;
  height: 36px;
  background: 0 0;
  padding: 0 15px 5px;
  width: 20px;
  margin: 0;
  color: transparent;
  /*background-image: url('../images/search.png');*/
  background-repeat: no-repeat;
  background-position: center center;
}
.share-post li {
  display: inline-block;
  margin: 0 5px;
}
.share-post li a {
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #ffffff;
  padding-top: 6px;
  background-repeat: no-repeat;
  background-position: center center;
}
.blog-2-image {
  height: 350px;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .blog-2-image {
    height: 590px;
  }
}
.blog-2-text {
  height: 700px;
}
.blog-2-text .blog-post-header {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .blog-2-text {
    height: 590px;
  }
  .blog-2-text .blog-post-header {
    margin-top: 0;
  }
}
.intro {
  height: 100%;
  background-color: #000000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.intro > div {
  width: 100%;
}
@media (min-width: 768px) {
}
.intro .image-cover {
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.intro .image-cover > div {
  width: 100%;
}
.primary-title {
  font-weight: 400;
  line-height: 56px;
  font-size: 30px;
  color: #000000;
}
@media (min-width: 768px) {
  .primary-title {
    font-size: 36px;
    letter-spacing: -0.3px;
  }
}
.primary-title strong {
  display: block;
  font-size: 50px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .primary-title strong {
    font-size: 105px;
    letter-spacing: 5px;
    line-height: 87px;
  }
}
.primary-title.invert {
  color: #ffffff;
}
.post-primary-title {
  font-size: 23px;
  font-style: italic;
  letter-spacing: 4px;
  line-height: 31px;
}
@media (min-width: 768px) {
  .post-primary-title {
    font-size: 32px;
    letter-spacing: 5.5px;
    line-height: 40px;
  }
}
.post-primary-title.invert {
  color: #ffffff;
}
.content-post.post-with-sidebar-left {
  margin-bottom: 80px;
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .content-post.post-with-sidebar-left {
    margin-bottom: 130px;
    padding: 65px 190px 0 20px;
  }
}
@media (min-width: 992px) {
  .content-post.post-with-sidebar-left {
    padding: 65px 190px 0 60px;
  }
}
@media (min-width: 1600px) {
  .content-post.post-with-sidebar-left {
    padding: 65px 295px 0 90px;
  }
}
.content-post.post-without-sidebar {
  background-color: #ffffff;
  position: relative;
  /*top: -100px;*/
  padding: 0;
}
.content-post.post-without-sidebar img{
    width: 100%;
}
@media (min-width: 768px) {
  .content-post.post-without-sidebar {
    padding: 0px 25px;
  }
}
@media (min-width: 992px) {
  .content-post.post-without-sidebar {
    padding: 0px 195px 0 25px;
  }
}
@media (min-width: 1600px) {
  .content-post.post-without-sidebar {
    padding: 0px 295px 0 90px;
  }
}
.content-post.post-without-sidebar .post-extra {
  overflow: hidden;
}
@media (min-width: 768px) {
  .content-post.post-without-sidebar .post-extra {
    position: relative;
    left: -25px;
  }
}
@media (min-width: 992px) {
  .content-post.post-without-sidebar .post-extra {
    position: absolute;
    width: 100px;
    left: -100px;
  }
}
@media (min-width: 1600px) {
  .content-post.post-without-sidebar .post-extra {
    left: -48px;
  }
}
.content-post.post-without-sidebar .post-extra .blog-post-author {
  border-radius: 0;
  height: 100px;
  float: none;
  width: 32%;
}
@media (min-width: 768px) {
  .content-post.post-without-sidebar .post-extra .blog-post-author {
    width: 100px;
  }
}
@media (max-width: 1199px) {
  .content-post.post-without-sidebar .post-extra .blog-post-author {
    float: left;
  }
}
.content-post.post-without-sidebar .post-extra .button-blog {
  width: 32%;
  height: 100px;
  background-color: #F9F7F7;
  display: block;
  margin-bottom: 1px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .content-post.post-without-sidebar .post-extra .button-blog {
    width: 100px;
  }
}
@media (max-width: 1199px) {
  .content-post.post-without-sidebar .post-extra .button-blog {
    float: left;
  }
}
.content-post.post-without-sidebar .blog-post-date {
  padding-top: 24px;
  margin-top: 0;
}
.content-post .primary-title {
  margin-bottom: 28px;
}
.content-post h1,
.content-post h2,
.content-post h3,
.content-post h4,
.content-post h5,
.content-post h6 {
  font-weight: 400;
  /*text-transform: uppercase;*/
}
.content-post h1 {
  font-size: 46px;
  margin: 71px 0px 42px;
  letter-spacing: 2.5px;
}
.content-post h2 {
  font-size: 26px;
  margin: 71px 0px 42px;
  letter-spacing: 2.5px;
}
.content-post h3 {
    margin: 50px 0px 20px;
    letter-spacing: 1.5px;
    font-family: 'Lato', sans-serif;
    font-size: 35px;
    font-weight: 400;
}
.content-post h4 {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    margin: 30px 0px 10px;
}
.content-post h5 {
  font-size: 16px;
  margin: 20px 0px 10px;
}
.content-post h6 {
  font-size: 14px;
  margin: 15px 0px 5px;
}
.content-post p {
  margin-bottom: 37px;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #959595;
}
.content-post blockquote {
  margin: 37px 40px;
}
.content-post blockquote p {
  font-style: italic;
}
.content-post .cite {
  font-style: italic;
}
.content-post dl {
  margin: 0 20px;
}
.content-post dt {
  font-weight: bold;
}
.content-post dd {
  margin: 0 0 20px;
}
.content-post ul,
.content-post ol {
  font-size: 15px;
  list-style-type: square;
  margin: 16px 0;
  padding: 0 0 0 40px;
  display: block;
}
.content-post ol {
  list-style-type: decimal;
}
.content-post li > ul,
.content-post li > ol {
  margin: 0;
}
.content-post table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 13px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
.content-post th {
  font-weight: bold;
  text-transform: uppercase;
}
.content-post td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
.content-post address {
  font-style: italic;
  margin: 0 0 24px;
}
.content-post a {
    cursor: pointer;
  color: red;
}
.content-post abbr[title] {
  border-bottom: 1px dotted;
}
.content-post cite,
.content-post em,
.content-post var {
  font-style: italic;
}
.content-post kbd {
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
.content-post pre {
  padding: 20px;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
}
.content-post img {
  width: 1497px;
  height: 670px;
  margin-top: 20px;
}
/*@media (min-width: 768px) {*/
/*  .content-post img {*/
/*    margin-bottom: 53px;*/
/*  }*/
/*}*/
.content-post img.aligncenter {
  margin: 5px auto;
}
.content-post img.alignleft {
  margin-left: -60px;
}
.content-post img.alignleft {
  margin: 5px 20px 5px 0;
}
.content-post img.size-full,
.content-post img.size-large,
.content-post img.wp-post-image {
  height: auto;
  max-width: 100%;
}
.content-post img.alignright {
  margin-right: -60px;
}
.content-post img.alignright {
  margin: 5px 0 5px 20px;
}
.content-post .alignleft {
  float: left;
}
.content-post .alignright {
  float: right;
}
.content-post .entry-content .wp-caption.alignright {
  margin-right: -60px;
}
.content-post .entry-content img,
.content-post .entry-summary img,
.content-post .comment-content img,
.content-post .widget img,
.content-post .wp-caption {
  max-width: 100%;
}
.img-responsive{
    width: 500px;
    height: 329px;
    object-fit: cover;
}
.content-post figure.wp-caption.alignright {
  margin: 5px 0 5px 20px;
}
.content-post figure.wp-caption.alignleft {
  margin: 5px 20px 5px 0;
}
.content-post .wp-caption .wp-caption-text,
.content-post .entry-caption,
.content-post .gallery-caption {
  color: #220e10;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 24px;
}
.content-post .wp-caption.alignleft {
  margin-left: -60px;
}
.content-post .wp-caption img {
  margin: 0;
}
.content-post hr {
  margin-top: 82px;
  display: block;
  max-width: 100px;
  border-color: black;
}
.content-post .quote {
  width: 100%;
  font-size: 26px;
  color: #ffffff;
  background-color: red;
  text-align: center;
  font-style: italic;
  line-height: 41px;
  font-weight: 100;
  letter-spacing: -1px;
  padding: 10px 10px 0;
}
@media (min-width: 768px) {
  .content-post .quote {
    padding: 52px 14px 16px 33px;
    margin-right: -185px;
    margin-left: 10px;
    margin-top: 10px;
    float: right;
    width: 350px;
  }
}
.content-post .quote .author {
  color: #BF9441;
  text-align: right;
  letter-spacing: 0px;
  margin: 16px 23px;
}
.content-post .content-image {
  position: relative;
}
@media (max-width: 991px) {
  .content-post .content-image {
    margin-bottom: 37px;
  }
}
.content-post .content-image .credits {
  margin: 0;
  font-size: 11px;
  font-style: italic;
  line-height: 20px;
  color: gray;
  letter-spacing: 2.2px;
}
@media (min-width: 768px) {
  .content-post .content-image .credits {
    width: 160px;
    right: -177px;
    position: absolute;
    bottom: 60px;
  }
}
@media (min-width: 1600px) {
  .content-post .content-image .credits {
    width: 211px;
    right: -220px;
  }
}
.content-post .content-image .credits:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #000000;
  margin-top: 13px;
}
.content-post .content-gallery {
  position: relative;
  margin-bottom: 50px;
}
.content-post .content-gallery .carusel-gallery-photo {
  width: 100%;
  height: 350px;
}
@media (min-width: 1600px) {
  .content-post .content-gallery .carusel-gallery-photo {
    height: 530px;
  }
}
.content-post .content-gallery .carusel-gallery-text {
  background-color: green;
  color: #ffffff;
  width: 100%;
  height: 375px;
  margin: 4px auto;
}
@media (min-width: 768px) {
  .content-post .content-gallery .carusel-gallery-text {
    width: 350px;
    height: 320px;
    margin: 30px auto;
  }
}
@media (min-width: 992px) {
  .content-post .content-gallery .carusel-gallery-text {
    margin: 0 78.2% 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.content-post .content-gallery .carusel-gallery-text .gallery-cell {
  padding: 24px;
}
.content-post .content-gallery .carusel-gallery-text .title-post-gallery {
  font-size: 18px;
  font-style: normal;
  letter-spacing: 3.7px;
  line-height: 33px;
  margin-bottom: 13px;
}
.content-post .content-gallery .carusel-gallery-text .title-post-gallery:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin: 20px 0 0 2px;
  background-color: #ffffff;
}
.content-post .content-gallery .carusel-gallery-text p {
  font-style: italic;
  line-height: 33px;
  letter-spacing: 2.5px;
}
.content-post .content-gallery .carusel-gallery-text .flickity-page-dots {
  bottom: 24px;
}
.content-post .content-gallery .carusel-gallery-tabs {
  text-align: center;
}
@media (min-width: 768px) {
  .content-post .content-gallery .carusel-gallery-tabs {
    text-align: right;
  }
}
.content-post .content-gallery .carusel-gallery-tabs li {
  display: inline-block;
  position: relative;
  top: 5px;
  height: 53px;
  width: 18.8%;
}
@media (min-width: 768px) {
  .content-post .content-gallery .carusel-gallery-tabs li {
    height: 84px;
    width: 19.3%;
  }
}
@media (min-width: 992px) {
  .content-post .content-gallery .carusel-gallery-tabs li {
    width: 15%;
  }
}
.content-post .intro-comments {
  font-style: italic;
  margin-top: 121px;
  margin-bottom: 90px;
  position: relative;
}
.content-post .intro-comments .count-comments {
  font-size: 20px;
  margin-left: 56px;
  letter-spacing: 2px;
  position: relative;
}
.content-post .intro-comments .number {
  font-size: 36px;
  position: absolute;
  left: -56px;
  top: -21px;
}
.content-post .intro-comments .number:after {
  content: "";
  width: 1px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(31deg);
          transform: rotate(31deg);
  left: 50px;
}
.content-post .intro-comments .leave-reply {
  font-size: 13px;
  display: block;
  margin: 11px 0 0 22px;
  letter-spacing: 2.5px;
  color: #000000;
  text-decoration: none;
  position: relative;
}
.content-post .intro-comments .leave-reply:before {
  content: "";
  height: 17px;
  width: 15px;
  display: block;
  position: absolute;
  left: -25px;
  top: 3px;
  background-image: url('/media/arrow.png');
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.content-post .intro-comments .share {
  font-size: 13px;
  right: 17px;
  margin-top: 40px;
  margin-left: 3px;
}
@media (min-width: 768px) {
  .content-post .intro-comments .share {
    position: absolute;
    top: -10px;
    margin-top: 0;
  }
}
/*.content-post .intro-comments .share li {*/
/*  display: inline-block;*/
/*}*/
/*.content-post .intro-comments .share li a {*/
/*  color: #000000;*/
/*}*/
/*.content-post .intro-comments .share li a i {*/
/*  position: relative;*/
/*  top: 2px;*/
/*}*/
/*.content-post .intro-comments .share li:first-child {*/
/*  margin-right: 15px;*/
/*  letter-spacing: 2px;*/
/*}*/
/*.content-post .intro-comments .share li:not(:first-child) {*/
/*  border: 1px solid rgba(0, 0, 0, 0.1);*/
/*  width: 35px;*/
/*  height: 35px;*/
/*  text-align: center;*/
/*  font-size: 20px;*/
/*  padding-top: 2px;*/
/*  border-radius: 50%;*/
/*  margin-right: 1px;*/
/*}*/
.content-post .share{
    padding-left: 0px;
}
.content-post .share li{
    list-style: none;
    display: inline-block;
    margin: 0 5px;
    color: #959595;
    opacity: 0.56;
}
.content-post .share li a i{
    color: #959595;
}
.content-post .media {
  margin-top: 26px;
}
.content-post .media .blog-post-author {
  width: 110px;
  height: 110px;
}
.content-post .media .media {
  margin-top: 50px;
  border-left: 10px solid rgba(0, 0, 0, 0.03);
  position: relative;
  left: -14px;
  padding-left: 30px;
  margin-bottom: 30px;
}
.content-post .media hr {
  margin: 12px auto;
}
.content-post .media-heading {
  font-size: 13px;
  margin: 23px 0 28px 0;
  line-height: 20px;
}
.content-post .media > .pull-left {
  display: none;
}
@media (min-width: 768px) {
  .content-post .media > .pull-left {
    display: block;
  }
}
.content-post .media-body {
  padding-left: 14px;
}
.content-post .media-body p {
  line-height: 29px;
}
.content-post .title-form {
  margin-top: 50px;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 30px;
}
.content-post form {
  padding: 10px 0 0 0;
}
.content-post form .form-group {
  padding: 0;
}
@media (min-width: 768px) {
  .content-post form .form-group.inline {
    padding-left: 30px;
  }
  .content-post form .form-group.inline:first-child {
    padding-left: 0;
    padding-right: 30px;
  }
}
.content-post form .form-group textarea {
  height: 150px;
}
.content-post form .btn {
  margin-right: 0;
}
.post-sidebar-left {
  padding: 65px 0 0 0;
}
@media (max-width: 1199px) {
  .post-sidebar-left {
    display: none;
  }
}
@media (min-width: 1600px) {
  .post-sidebar-left {
    padding: 65px 0 0 95px;
  }
}
.post-sidebar-left .post-sidebar-title {
  font-size: 18px;
  font-style: italic;
  margin: 3px 0 50px;
  letter-spacing: 3.5px;
}
.post-sidebar-left .post-sidebar-title:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #000000;
  margin: 14px 0 0;
}
.post-sidebar-left .post-sidebar-title-post {
  margin: 17px 3px;
  letter-spacing: 3.5px;
  line-height: 26px;
}
.post-sidebar-left .blog-post-header {
  margin: 23px 3px 40px;
}
.post-sidebar-left .blog-post-author {
  width: 40px;
  height: 40px;
}
.post-sidebar-left .blog-post-date {
  float: left;
  text-align: left;
  top: 0px;
  margin: 7px 0 0 10px;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 15px;
}
.section.post-whidout-sidebar {
  overflow: visible;
}
.post-whidout-sidebar:before {
  content: "";
  background-color: #ffffff;
  display: block;
  width: 50%;
  height: 102px;
  position: absolute;
  right: 0;
  margin-top: -100px;
}
@media (min-width: 768px) {
  .container-post-sidebar-right div[class*="container-"] {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .container-post-sidebar-right div[class*="container-"] {
    padding: 0 125px;
  }
}
.container-post-sidebar-right .sidebar-content {
  padding: 0;
}
@media (min-width: 1600px) {
  .container-post-sidebar-right .sidebar-content {
    padding: 0 0px 0 37px;
  }
}
@media (min-width: 992px) {
  .container-post-sidebar-right .post-sidebar-right {
    padding-right: 50px;
  }
}
.container-post-sidebar-right .feature-image {
  position: relative;
}
.container-post-sidebar-right .feature-image img {
  width: 100%;
  margin: 0;
  display: block;
}
.container-post-sidebar-right .feature-image .share-post {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.container-post-sidebar-right .feature-image .share-post li {
  display: block;
  margin-top: 15px;
}
.container-post-sidebar-right .post-info {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  margin-top: 40px;
  margin-bottom: 22px;
  letter-spacing: 2.5px;
}
.container-post-sidebar-right .post-info li {
  display: inline-block;
}
@media (min-width: 768px) {
  .container-post-sidebar-right .post-info li {
    margin-left: 35px;
  }
}
.container-post-sidebar-right .post-info li.post-author {
  position: relative;
  padding-left: 55px;
}
.container-post-sidebar-right .post-info li.post-author .blog-post-author {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  left: 0;
}
.container-post-sidebar-right .post-info li.post-tags:before,
.container-post-sidebar-right .post-info li.post-date:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  top: 6px;
  margin-right: 11px;
}
/*.container-post-sidebar-right .post-info li.post-date:before {*/
/*  background-image: url('../images/clock.png');*/
/*}*/
/*.container-post-sidebar-right .post-info li.post-tags:before {*/
/*  background-image: url('../images/tags.png');*/
/*}*/
.container-post-sidebar-right .primary-title {
  margin-bottom: 57px;
  border-bottom: 4px double #000000;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .container-post-sidebar-right .columns-post {
    margin-top: 60px;
    -moz-column-count: 2;
    -moz-column-gap: 62px;
    -webkit-column-count: 2;
    -webkit-column-gap: 62px;
    column-count: 2;
    column-gap: 62px;
  }
}
@media (min-width: 992px) {
  .container-post-sidebar-right .columns-post {
    padding-right: 53px;
  }
}
.container-post-sidebar-right .quote {
  font-size: 37px;
  font-style: italic;
  font-family: Georgia, Times, 'Times New Roman', serif;
  float: none;
  width: 100%;
  background-color: transparent;
  color: #000;
  margin: 0 0 30px 0;
  text-align: left;
  border-bottom: 1px solid;
  padding: 40px 20px;
}
@media (min-width: 1200px) {
  .container-post-sidebar-right .quote {
    padding: 0px 20px 40px;
  }
}
@media (min-width: 1600px) {
  .container-post-sidebar-right .quote {
    padding: 0 70px 46px;
  }
}
.menu-bar .sidebar-content {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .menu-bar .post-sidebar-right {
    margin-top: 40px;
  }
}
.ico-comments {
  background-image: url('/media/comments.png');
}
.ico-share {
  background-image: url('/media/share.png');
}

.post-share li {
  display: inline-block;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  margin-right: 15px;
}
.container-slider{
    margin-top: 215px;
}
.container-article{
    margin-top: 250px;
}
@media (min-width: 992px) {
  .post-share li {
    margin-right: 19px;
  }
}
@media (min-width: 1600px){
    .container-slider {
         padding-left: calc(15px + 100px); 
    }
}

@media (min-width: 768px){
    .container-slider {
        padding-left: calc(15px + 45px);
    }
}
.post-share li i {
  color: #EBEBEB;
  font-size: 20px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.post-share li:hover{
    cursor: pointer;
}

.black-prev-posts, .white-prev-posts{
    text-decoration: none;
}

.black-prev-posts{
    color: black;
}

.white-prev-posts, .white-prev-posts:hover, .white-prev-posts:focus{
    color: white;
}

.disabled-link{
    text-decoration: none;
    cursor: not-allowed;
}

.paginationblog.includeimage.oldpost .info.without-image:before, .paginationblog.includeimage.newpost .info.without-image:before{
    background-image: none;
}
.owl-controls .owl-pagination{
  margin-top: 70px;
  text-align: center;
}
.owl-controls .owl-page{
  display: inline-block;
  margin:0 4px;
}
.blog-slider .owl-controls .owl-page span{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  -moz-transition: .2s linear;
  transition: .2s linear;
  background:#d8d8d8;
}

.blog-slider .owl-controls .owl-page.active span,
.blog-slider .owl-controls .owl-page:hover span{
  background-color:#1e1e1e;
}
.blog-slider .post .post-info{
    max-width: 500px;
    padding: 40px 0;
}
.blog-slider .post .post-info h3 a{
    min-height: 50px;
    display: block;
    /*padding-right: 80px;*/
    text-decoration: none;
    color: #000;
    text-align: left;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
}
.blog-slider .post .post-info p{
    text-align: justify;
    /*padding-right: 60px;*/
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
.p-0{
    padding: 0!important;
}
    .container-footer{
        margin-top: 7%!important;
        bottom: auto!important;
    }
@media(max-width:1366px){
    .container-footer{
        padding-left: 100px!important;
    }
}
@media(max-width:1024px){
    .post-img{
        margin-right: 20px;
    }
    .container-footer{
        padding-left: 100px!important;
    }
    h3.md-text-center{
        text-align: center!important;
    }
    .owl-wrapper{
        left: 15%!important;
    }
    .container-slider{
        margin-top: 200px;
    }
}
@media(max-width:768px){
    .blog-slider .post .post-info p{
        /*padding-right: 130px;*/
    }
}
@media(max-width:750px){
    .owl-controls .owl-pagination{
        margin-top: 0px;
    }
    .container-article{
        
        top:100px;
    }
    .container-slider{
        margin-top: 0;
        padding-top: 100px;
    }
    .post-without-sidebar{
        padding: 0 15px!important;
    }
   
}
@media(max-width:667px){
    .container-footer{
        padding-left: 15px!important;
    }
}
@media(max-width:568px){
    .owl-wrapper{
        left: 3%!important;
    }
}
@media(max-width:468px){
    .post-without-sidebar{
        padding: 0 10px!important;
    }
    .content-post-image{
        margin-top:0px;
        background-size: contain!important;
        height: 210px!important;
    }
    .img-responsive{
        width: auto;
        height: auto;
    }
    .blog-slider .post .post-info{
        max-width: 325px;
    }
    .owl-wrapper{
        left: 0!important;
    }
    .content-post img{
        width: 100%!important;
        height: auto!important;
    }
    .content-post h3{
        font-size: 30px;
        margin-top: 0px;    
    }
    .content-post.post-without-sidebar{
        margin-top: 10px!important;
    }
    .blog-slider.owl-carousel .owl-item+.owl-item { margin-left:0px; }
    .post-img { margin-right:0; }
}






