.reset-list li, .menu ul li {
  display: inline;
  list-style-type: none;
  float: left;
  padding: 0;
  text-align: center; }
  .reset-list li a, .menu ul li a {
    padding: 5px; }
    @media (max-width: 769px) {
      .reset-list li a, .menu ul li a {
        width: 100%;
        display: block; } }

.remove-glow, .sidebar input[type="text"],
.sidebar input[type="email"], .newsletter input[type="text"],
.newsletter input[type="email"], .contact-form input[type="text"],
.contact-form input[type="email"] {
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.center {
  text-align: center; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000; }

#colorbox {
  outline: 0; }

#cboxContent {
  margin-top: 20px;
  background: #000; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff; }

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc; }

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc; }

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff; }

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: bottom left; }

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: bottom right; }

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(images/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px; }

#cboxClose:hover {
  background-position: bottom center; }

body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1; }

body {
  font-family: 'Montserrat', sans-serif;
  background: #f7f7f7; }

.menu {
  background: #ef6c6b;
  line-height: 130px;
  position: relative; }
  @media (max-width: 769px) {
    .menu {
      padding-top: 60px;
      line-height: 60px;
      min-height: 60px; }
      .menu.mobile-visible ul {
        display: block;
        position: absolute;
        z-index: 300;
        left: 0; } }
  .menu ul {
    float: right;
    font-size: 14px;
    font-weight: 700;
    margin-right: 50px; }
    @media (max-width: 1100px) {
      .menu ul {
        margin-right: 100px; } }
    @media (max-width: 769px) {
      .menu ul {
        width: 100%;
        margin: 0;
        display: none;
        padding: 0; } }
    @media (max-width: 769px) {
      .menu ul li {
        display: block;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #fff; } }
    .menu ul li a {
      color: #fff;
      padding: 0 33px;
      text-transform: uppercase;
      display: inline-block; }
      @media (max-width: 1300px) {
        .menu ul li a {
          padding: 0 5px;
          font-size: 12px; } }
      @media (max-width: 769px) {
        .menu ul li a {
          width: 100%;
          display: block; } }
      .menu ul li a:hover {
        text-decoration: underline; }

.title {
  background: #292864;
  margin-bottom: 80px;
  color: #fff; }
  .title h1 {
    color: #fff;
    line-height: 120px;
    margin: 0;
    font-size: 20px; }
  .title .social-icons {
    margin-top: 40px;
    text-align: right; }
    @media (max-width: 1100px) {
      .title .social-icons {
        display: none; } }
  .title span {
    position: relative;
    top: -11px;
    left: -10px; }

.content {
  margin-bottom: 80px;
  font-weight: 400; }
  .content a {
    color: #292865;
    text-decoration: none;
    font-weight: 400; }
  .content b, .content strong {
    color: #292865; }
  .content p {
    margin-bottom: 40px; }
  .content img {
    display: inline-block;
    margin: 10px 0; }

.gallery-item {
  display: inline-block;
  margin-right: 15px; }

.sidebar h2 {
  color: #f9a54b;
  font-size: 20px;
  margin: 40px 0 20px 0; }
.sidebar .box {
  margin: 0 0 20px 0; }
  .sidebar .box img {
    float: left;
    margin-right: 10px; }
  .sidebar .box h3 {
    margin: 0; }
  .sidebar .box .date {
    line-height: 22px; }
.sidebar .category {
  color: #292865;
  margin: 19px 0;
  display: block; }
.sidebar .tag-link {
  text-decoration: underline;
  color: #ef6c6b;
  font-weight: 600; }
.sidebar input[type="text"],
.sidebar input[type="email"] {
  border: none;
  margin: auto;
  display: block;
  width: 100%;
  color: #292865;
  font-size: 15px;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  background: url(../img/search-small.png) right center no-repeat; }
  .sidebar input[type="text"]::placeholder,
  .sidebar input[type="email"]::placeholder {
    color: #292865; }

.menu-button {
  width: 32px;
  height: 32px;
  background: url(../img/menu.png) center center no-repeat;
  position: absolute;
  top: 16px;
  left: 30px;
  display: none;
  cursor: pointer;
  z-index: 200; }
  @media (max-width: 769px) {
    .menu-button {
      display: block; } }

.hamburger {
  background: url(../img/hamburger.png) center center no-repeat;
  width: 67px;
  height: 67px;
  display: inline-block;
  position: absolute;
  right: 40px;
  top: 32px; }
  @media (max-width: 769px) {
    .hamburger {
      display: none; } }

@media (max-width: 1800px) {
  .home .logo {
    top: 20px;
    width: 288px;
    height: 272px; } }
@media (max-width: 1300px) {
  .home .logo {
    height: 160px;
    top: 10px;
    width: 160px; } }

.logo {
  background: url(../img/logo.png) center center no-repeat;
  background-size: contain;
  width: 288px;
  height: 272px;
  display: block;
  position: absolute;
  top: 20px;
  z-index: 100; }
  @media (max-width: 1800px) {
    .logo {
      height: 160px;
      top: 10px;
      width: 160px; } }
  @media (max-width: 769px) {
    .logo {
      background: url(../img/logo-mobile.png) center center no-repeat;
      width: 64px;
      height: 60px;
      left: 0;
      right: 0;
      top: 4px;
      margin: auto; } }

.logo-small {
  background: url(../img/logo-small.png) center center no-repeat;
  width: 147px;
  height: 138px;
  display: block;
  margin: -60px 0 0 40px; }
  @media (max-width: 769px) {
    .logo-small {
      margin: -100px auto 0; } }

.container-fluid {
  margin: 0 40px; }
  .container-fluid.full {
    margin: 0; }
  @media (max-width: 1100px) {
    .container-fluid {
      margin: 0; } }

h1, h2 {
  font-family: 'Dosis', sans-serif;
  font-weight: 800;
  font-size: 42px;
  margin: 60px 0;
  color: #faa44b; }
  @media (max-width: 769px) {
    h1, h2 {
      margin: 30px 20px; } }
  h1.dark, h2.dark {
    color: #ef6c6b; }

h3 {
  font-size: 20px;
  color: #292865;
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  line-height: 27px;
  margin: 0 0 28px 0; }

.date {
  color: #ef6c6b;
  font-size: 13px;
  font-weight: 400;
  line-height: 50px; }

p {
  font-size: 15px;
  color: #292865;
  line-height: 28px;
  font-weight: 300; }

.btn {
  background: #ef6c6b;
  color: #fff;
  line-height: 24px;
  padding: 0 30px;
  border-radius: 12px;
  display: inline-block;
  font-size: 13px; }
  .btn:hover {
    color: #fff; }

.news {
  margin-bottom: 0; }
  @media (max-width: 769px) {
    .news {
      margin-bottom: 0; } }
  .news img {
    width: 100%; }
  .news.list h3 {
    margin: 35px 0 0 0; }
  .news.list .box {
    margin-bottom: 50px; }

.box {
  margin-bottom: 40px; }

.social {
  background: url(../img/social-bg.jpg) no-repeat center center;
  height: 374px;
  color: #fff;
  padding-top: 108px;
  text-align: center; }
  @media (max-width: 769px) {
    .social {
      padding-top: 50px;
      background: #ef6c6b; } }
  .social h3 {
    font-weight: 800;
    font-family: 'Dosis' sans-serif;
    color: #fff; }
    @media (max-width: 769px) {
      .social h3 {
        margin: 0; } }
  .social p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 45px; }
  .social .col-md-1 {
    padding: 0; }
  .social .btn-fb {
    background: url(../img/btn-fb-light.png) no-repeat center center;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px; }
    @media (max-width: 769px) {
      .social .btn-fb {
        margin-bottom: 10px; } }
  .social .btn-pi {
    background: url(../img/btn-pi-light.png) no-repeat center center;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px; }
    @media (max-width: 769px) {
      .social .btn-pi {
        margin-bottom: 10px; } }
  .social .btn-in {
    background: url(../img/btn-in-light.png) no-repeat center center;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px; }
    @media (max-width: 769px) {
      .social .btn-in {
        margin-bottom: 10px; } }
  .social .btn-yt {
    background: url(../img/btn-yt-light.png) no-repeat center center;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px; }
    @media (max-width: 769px) {
      .social .btn-yt {
        margin-bottom: 10px; } }

.movie {
  min-height: 697px;
  position: relative;
  background: #f7f7f7; }
  .movie .movie-box {
    width: 70%;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100; }
    @media (max-width: 769px) {
      .movie .movie-box {
        width: 100%;
        top: 0; } }
  .movie .zu {
    position: absolute;
    background: url(../img/zu.png) no-repeat center center;
    width: 120px;
    height: 154px;
    left: 80px;
    bottom: 0; }
    @media (max-width: 769px) {
      .movie .zu {
        left: 10px; } }
  .movie .berry {
    position: absolute;
    background: url(../img/berry.png) no-repeat center center;
    width: 180px;
    height: 154px;
    right: 80px;
    bottom: 0; }
    @media (max-width: 769px) {
      .movie .berry {
        right: -26px; } }

.newsletter {
  background: url(../img/newsletter-bg.jpg) no-repeat center center #282667;
  min-height: 452px;
  text-align: center; }
  @media (max-width: 769px) {
    .newsletter {
      height: auto;
      background: #292865;
      padding-bottom: 60px; } }
  .newsletter h3 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin: 80px 0 40px 0;
    font-weight: 800;
    font-family: 'Dosis' sans-serif; }
    @media (max-width: 769px) {
      .newsletter h3 {
        margin: 40px 0; } }
  .newsletter input[type="text"],
  .newsletter input[type="email"] {
    background: #292865;
    border: none;
    margin: auto;
    display: block;
    max-width: 644px;
    width: 100%;
    color: #faa44b;
    font-size: 15px;
    border-bottom: 1px solid #000;
    text-transform: uppercase; }
    .newsletter input[type="text"]::placeholder,
    .newsletter input[type="email"]::placeholder {
      color: #faa44b; }
  .newsletter input[type="submit"] {
    color: #fff;
    background: #fa3f6d;
    line-height: 50px;
    border-radius: 0;
    border: 1px solid #000;
    display: block;
    margin: 40px auto 60px;
    padding: 0 30px; }
  .newsletter span.wpcf7-not-valid-tip {
    text-align: center;
    display: inline; }
  .newsletter div.wpcf7-validation-errors,
  .newsletter div.wpcf7-mail-sent-ng {
    border: none;
    color: #fff; }
  .newsletter p {
    max-width: 1170px;
    width: 100%;
    color: #fff;
    margin: auto; }

.social-icons {
  text-align: center; }
  .social-icons .btn-facebook {
    background: url(../img/btn-fb.png) no-repeat center center;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    display: inline-block; }
  .social-icons .btn-pinterest {
    background: url(../img/btn-pi.png) no-repeat center center;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    display: inline-block; }
  .social-icons .btn-instagram {
    background: url(../img/btn-in.png) no-repeat center center;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    display: inline-block; }
  .social-icons .btn-youtube {
    background: url(../img/btn-yt.png) no-repeat center center;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    display: inline-block; }

footer {
  padding-top: 130px;
  background: #f3f3f3;
  font-size: 15px;
  font-weight: 300; }
  footer h2 {
    font-size: 20px;
    line-height: 27px;
    color: #ef6c6b;
    margin: 0 0 15px 0; }
    @media (max-width: 769px) {
      footer h2 {
        margin: 20px 0 10px; } }
    footer h2.dark {
      color: #292865; }
  footer h3 {
    font-size: 18px;
    text-align: center;
    margin: 35px 0 45px; }
    @media (max-width: 1300px) {
      footer h3 {
        margin: 16px 0; } }
  footer p {
    margin: 0 0 30px 0;
    padding-right: 10%; }
  @media (max-width: 1300px) {
    footer .textwidget p {
      font-size: 12px;
      line-height: 20px; } }
  footer .date {
    line-height: 27px;
    margin-bottom: 15px; }
  footer .post {
    margin: 0 0 25px 0; }
  @media (max-width: 1300px) {
    footer .social-icons .btn-facebook {
      background: url(../img/btn-fb-small.png) no-repeat center center;
      width: 20px;
      height: 20px;
      margin-right: 6px;
      display: inline-block; }
    footer .social-icons .btn-pinterest {
      background: url(../img/btn-pi-small.png) no-repeat center center;
      width: 20px;
      height: 20px;
      margin-right: 6px;
      display: inline-block; }
    footer .social-icons .btn-instagram {
      background: url(../img/btn-in-small.png) no-repeat center center;
      width: 20px;
      height: 20px;
      margin-right: 6px;
      display: inline-block; }
    footer .social-icons .btn-youtube {
      background: url(../img/btn-yt-small.png) no-repeat center center;
      width: 20px;
      height: 20px;
      margin-right: 6px;
      display: inline-block; } }

.contact {
  padding: 100px 0 50px 0;
  background: #f7f7f7; }
  @media (max-width: 575px) {
    .contact {
      padding: 30px 0; } }
  .contact h1 {
    font-size: 70px;
    color: #292865;
    font-weigh: 800;
    margin: 0 0 10px 0;
    font-family: 'Dosis', sans-serif; }
  .contact h2 {
    font-size: 20px;
    color: #292865;
    font-weight: 800;
    margin: 0 0 30px 0;
    font-family: 'Dosis', sans-serif;
    clear: both; }
  .contact .email {
    display: block;
    line-height: 38px;
    background: url(../img/mail.png) left center no-repeat;
    padding-left: 50px; }
  .contact .phone {
    display: block;
    line-height: 38px;
    background: url(../img/phone.png) left center no-repeat;
    padding-left: 50px; }
  .contact hr {
    display: block;
    border: 4px solid #ef6c6b;
    width: 75px;
    float: left; }

.contact-form {
  background: #fff;
  padding: 130px 0; }
  @media (max-width: 575px) {
    .contact-form {
      padding: 30px 0; } }
  .contact-form h2, .contact-form h3 {
    font-size: 40px;
    color: #292865;
    font-weight: 800;
    margin: 0 0 30px 0;
    font-family: 'Dosis', sans-serif; }
    @media (max-width: 575px) {
      .contact-form h2, .contact-form h3 {
        margin: 30px 0; } }
  .contact-form h3 {
    font-size: 20px;
    text-align: left;
    margin: 0 0 10px 0; }
    @media (max-width: 575px) {
      .contact-form h3 {
        margin: 30px 0 10px 0; } }
  .contact-form hr {
    display: block;
    border: 4px solid #ef6c6b;
    width: 75px;
    float: left; }
  .contact-form p {
    clear: both;
    display: block;
    font-size: 15px;
    line-height: 22px; }
  .contact-form .social-icons {
    text-align: left; }
    .contact-form .social-icons .btn-facebook {
      background: url(../img/btn-fb-small.png) no-repeat center center;
      width: 20px;
      height: 20px;
      margin-right: 6px;
      display: inline-block; }
    .contact-form .social-icons .btn-pinterest {
      background: url(../img/btn-pi-small.png) no-repeat center center;
      width: 20px;
      height: 20px;
      margin-right: 6px;
      display: inline-block; }
    .contact-form .social-icons .btn-instagram {
      background: url(../img/btn-in-small.png) no-repeat center center;
      width: 20px;
      height: 20px;
      margin-right: 6px;
      display: inline-block; }
    .contact-form .social-icons .btn-youtube {
      background: url(../img/btn-yt-small.png) no-repeat center center;
      width: 20px;
      height: 20px;
      margin-right: 6px;
      display: inline-block; }
  .contact-form input[type="text"],
  .contact-form input[type="email"] {
    background: #fff;
    border: none;
    margin: 0 auto 10px;
    display: block;
    max-width: 644px;
    width: 100%;
    color: #faa44b;
    font-size: 15px;
    border-bottom: 1px solid #000;
    text-transform: uppercase; }
    .contact-form input[type="text"]::placeholder,
    .contact-form input[type="email"]::placeholder {
      color: #faa44b; }
  .contact-form textarea {
    border: 2px solid #f7f7f7;
    width: 100%;
    padding: 20px;
    height: 100px; }
  .contact-form input[type="submit"] {
    color: #fff;
    border: none;
    background: #fa3f6d;
    line-height: 50px;
    border-radius: 0;
    display: block;
    width: 100%;
    font-weight: 800;
    margin-top: 30px; }
  .contact-form div.wpcf7-validation-errors,
  .contact-form div.wpcf7-mail-sent-ng {
    border: none; }

.menu-float {
  diplay: block;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 50vw;
  max-width: 500px;
  background: #fff;
  z-index: 200;
  padding: 30px 0 0 50px;
  display: none; }
  .menu-float.visible {
    display: block; }
  @media (max-width: 769px) {
    .menu-float {
      width: 100%;
      height: 100vh;
      padding: 30px 0 0 30px; } }
  .menu-float h2 {
    font-size: 40px;
    margin: 0 0 25px 0; }
  .menu-float h3 {
    text-align: left;
    margin: 20px 0 10px 0; }
  .menu-float img {
    border-radius: 43px;
    float: left;
    margin: 10px 30px 10px 0; }
  .menu-float .post:after {
    content: '';
    clear: both; }
  .menu-float .post {
    margin: 10px 0;
    clear: both;
    min-height: 100px; }
  .menu-float .social-icons {
    text-align: left; }
  .menu-float .social-box {
    position: absolute;
    bottom: 20px; }
  .menu-float .x {
    position: absolute;
    display: block;
    top: 20px;
    right: 20px;
    height: 32px;
    width: 32px;
    background: url(../img/x.png) center center no-repeat;
    background-size: contain;
    cursor: pointer; }
    @media (max-width: 769px) {
      .menu-float .x {
        right: 50px; } }

.slider .theme-default .nivo-directionNav a {
  opacity: 100;
  text-indent: 0;
  line-height: 40px !important;
  background: url(../img/dot.png) center center repeat-x;
  color: #fff;
  width: 40px;
  height: 40px;
  border-bottom: 5px solid #fff;
  display: block;
  background-cover: none; }

form div.wpcf7-mail-sent-ok {
  border: none;
  color: #398f14;
  font-size: 18px;
  font-weight: 700; }

/*# sourceMappingURL=main.css.map */
.content img.alignleft{float:left; margin-right: 20px;}
.content img.alignright{float: right; margin-left: 20px;}