/*$color-03         : #;
$color-04         : #;
$color-05         : #;
$color-06         : #;
$color-07         : #;
$color-08         : #;
$color-09         : #; */
/* LESS / Social Media Brand Colors */
h1, h2, h3, h4, h5, h6, p, label, span, ul, li, .list-inline {
  margin: 0;
  padding: 0; }

input, textarea {
  box-shadow: none !important; }

.img img {
  width: 100%;
  max-width: 100%;
  display: block; }

.row-nopad {
  margin-right: 0;
  margin-left: 0; }
  .row-nopad > .col {
    padding: 0; }

.row-5 {
  margin-right: -5px;
  margin-left: -5px; }
  .row-5 > .col {
    padding: 0 5px; }

.row-10 {
  margin-right: -10px;
  margin-left: -10px; }
  .row-10 > .col {
    padding: 0 10px; }

.row-30 {
  margin-right: -30px;
  margin-left: -30px; }
  .row-30 > .col {
    padding: 0 30px; }
  @media (max-width: 767px) {
    .row-30 {
      margin-right: -15px;
      margin-left: -15px; }
      .row-30 > .col {
        padding: 0 15px; } }

@media (max-width: 650px) {
  .row-xs > .col {
    display: block;
    float: none;
    width: 100%; }
    .row-xs > .col:before, .row-xs > .col:after {
      content: " ";
      display: table; }
    .row-xs > .col:after {
      clear: both; } }

@media (max-width: 767px) {
  .content-hidden-sm {
    display: none; } }

.affix {
  z-index: 99999999; }
  @media (max-width: 991px) {
    .affix {
      display: none; } }

.twitter-color,
.facebook-color,
.google-plus-color,
.pinterest-color,
.linkedin-color,
.youtube-color,
.vimeo-color,
.tumblr-color,
.instagram-color,
.flickr-color,
.dribbble-color,
.quora-color,
.foursquare-color,
.forrst-color,
.vk-color,
.wordpress-color,
.stumbleupon-color,
.yahoo-color,
.blogger-color,
.soundcloud-color,
.mail-color {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.twitter-color:hover, .twitter-color:active, .twitter-color:focus {
  color: #00aced !important; }

.facebook-color:hover, .facebook-color:active, .facebook-color:focus {
  color: #3b5998 !important; }

.google-plus-color:hover, .google-plus-color:active, .google-plus-color:focus {
  color: #dd4b39 !important; }

.pinterest-color:hover, .pinterest-color:active, .pinterest-color:focus {
  color: #cb2027 !important; }

.linkedin-color:hover, .linkedin-color:active, .linkedin-color:focus {
  color: #007bb6 !important; }

.youtube-color:hover, .youtube-color:active, .youtube-color:focus {
  color: #bb0000 !important; }

.vimeo-color:hover, .vimeo-color:active, .vimeo-color:focus {
  color: #aad450 !important; }

.tumblr-color:hover, .tumblr-color:active, .tumblr-color:focus {
  color: #32506d !important; }

.instagram-color:hover, .instagram-color:active, .instagram-color:focus {
  color: #517fa4 !important; }

.flickr-color:hover, .flickr-color:active, .flickr-color:focus {
  color: #ff0084 !important; }

.dribbble-color:hover, .dribbble-color:active, .dribbble-color:focus {
  color: #ea4c89 !important; }

.quora-color:hover, .quora-color:active, .quora-color:focus {
  color: #a82400 !important; }

.foursquare-color:hover, .foursquare-color:active, .foursquare-color:focus {
  color: #0072b1 !important; }

.forrst-color:hover, .forrst-color:active, .forrst-color:focus {
  color: #5B9A68 !important; }

.vk-color:hover, .vk-color:active, .vk-color:focus {
  color: #45668e !important; }

.wordpress-color:hover, .wordpress-color:active, .wordpress-color:focus {
  color: #21759b !important; }

.stumbleupon-color:hover, .stumbleupon-color:active, .stumbleupon-color:focus {
  color: #EB4823 !important; }

.yahoo-color:hover, .yahoo-color:active, .yahoo-color:focus {
  color: #7B0099 !important; }

.blogger-color:hover, .blogger-color:active, .blogger-color:focus {
  color: #fb8f3d !important; }

.soundcloud-color:hover, .soundcloud-color:active, .soundcloud-color:focus {
  color: #ff3a00 !important; }

.mail-color:hover, .mail-color:active, .mail-color:focus {
  color: #111 !important; }

/*$color-03         : #;
$color-04         : #;
$color-05         : #;
$color-06         : #;
$color-07         : #;
$color-08         : #;
$color-09         : #; */
/* LESS / Social Media Brand Colors */
html, body {
  height: 100%; }
  @media (max-width: 767px) {
    html, body {
      overflow: visible; } }

body {
  font-family: "montserratregular", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
  color: #fff;
  position: relative; }
  @media (max-width: 1150px) {
    body {
      font-family: "montserratregular", sans-serif;
      font-size: 14px;
      font-weight: 300;
      line-height: 20px;
      color: #fff; } }

a {
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

:focus {
  outline: none !important; }

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 55; }
  header .artist-name-container {
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    text-align: center;
    padding: 9px 0;
    display: block;
    background: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    header .artist-name-container h1 {
      font-family: "montserratregular", sans-serif;
      font-size: 14px;
      font-weight: 100;
      line-height: 22px;
      color: #000;
      letter-spacing: 10px;
      text-transform: uppercase; }
    header .artist-name-container:hover, header .artist-name-container:active, header .artist-name-container:focus {
      background: rgba(255, 255, 255, 0.9); }
  header .main-navbar-container {
    text-align: center;
    position: relative; }
    header .main-navbar-container a.btn-nav-toggle {
      font-family: "montserratregular", sans-serif;
      font-size: 14px;
      font-weight: 100;
      line-height: 22px;
      color: #fff;
      background: #000;
      display: block;
      padding: 10px 0;
      text-transform: uppercase;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      header .main-navbar-container a.btn-nav-toggle span {
        letter-spacing: 10px; }
      header .main-navbar-container a.btn-nav-toggle i {
        margin-left: 20px; }
      header .main-navbar-container a.btn-nav-toggle:hover, header .main-navbar-container a.btn-nav-toggle:active, header .main-navbar-container a.btn-nav-toggle:focus {
        background: rgba(0, 0, 0, 0.9); }
    header .main-navbar-container nav.main-nav {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      z-index: 55;
      display: none;
      background: #fff; 
      opacity: 0.8;}
      header .main-navbar-container nav.main-nav ul li a {
        font-family: "montserratregular", sans-serif;
        font-size: 13px;
        font-weight: 100;
        line-height: 13px;
        color: #000;
        text-transform: uppercase;
        display: block;
        padding: 5px 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        header .main-navbar-container nav.main-nav ul li a:hover, header .main-navbar-container nav.main-nav ul li a:active, header .main-navbar-container nav.main-nav ul li a:focus {
          background: #000;
          background: rgba(0, 0, 0, 0.08); }

section .section-top-gutter {
  padding-top: 40px; }
  @media (max-width: 767px) {
    section .section-top-gutter {
      padding-top: 84px; } }
section .carousel-container .owl-carousel {
  position: relative; }
  section .carousel-container .owl-carousel .item .carousel-img {
    background-size: cover !important; }
  section .carousel-container .owl-carousel .owl-controls {
    margin: 0; }
    section .carousel-container .owl-carousel .owl-controls .owl-buttons {
      text-align: left; }
      section .carousel-container .owl-carousel .owl-controls .owl-buttons .owl-prev, section .carousel-container .owl-carousel .owl-controls .owl-buttons .owl-next {
        background: none;
        position: absolute;
        top: 50%;
        margin: 0;
        margin-top: -10px;
        opacity: 1;
        z-index: 999;
        padding: 10px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        section .carousel-container .owl-carousel .owl-controls .owl-buttons .owl-prev i, section .carousel-container .owl-carousel .owl-controls .owl-buttons .owl-next i {
          font-size: 50px;
          line-height: 54px; }
        section .carousel-container .owl-carousel .owl-controls .owl-buttons .owl-prev:hover, section .carousel-container .owl-carousel .owl-controls .owl-buttons .owl-prev:active, section .carousel-container .owl-carousel .owl-controls .owl-buttons .owl-prev:focus, section .carousel-container .owl-carousel .owl-controls .owl-buttons .owl-next:hover, section .carousel-container .owl-carousel .owl-controls .owl-buttons .owl-next:active, section .carousel-container .owl-carousel .owl-controls .owl-buttons .owl-next:focus {
          text-shadow: 0 0 25px rgba(0, 0, 0, 0.3); }
        @media (max-width: 400px) {
          section .carousel-container .owl-carousel .owl-controls .owl-buttons .owl-prev i, section .carousel-container .owl-carousel .owl-controls .owl-buttons .owl-next i {
            font-size: 30px;
            line-height: 34px; } }
      section .carousel-container .owl-carousel .owl-controls .owl-buttons .owl-prev {
        left: 0; }
      section .carousel-container .owl-carousel .owl-controls .owl-buttons .owl-next {
        right: 0; }
  @media (max-width: 767px) {
    section .carousel-container .owl-carousel {
      display: none !important; } }
section .carousel-container .carousel-xs-img {
  display: none; }
  section .carousel-container .carousel-xs-img img {
    width: 100%;
    height: 100%; }
  @media (max-width: 767px) {
    section .carousel-container .carousel-xs-img {
      display: block; } }
section .portfolio-container .portfolio-img {
  position: relative; }
  section .portfolio-container .portfolio-img img {
    width: 100%; }
  section .portfolio-container .portfolio-img .painting-info-floater {
    position: absolute;
    top: 90%;
    left: 0;
    background: #dedede;
    background: rgba(222, 222, 222, 0.85);
    padding: 10px;
    padding-left: 13px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    section .portfolio-container .portfolio-img .painting-info-floater p {
      font-family: "montserratregular", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 15.4px;
      color: #828282;
      letter-spacing: 2px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    @media (max-width: 991px) {
      section .portfolio-container .portfolio-img .painting-info-floater {
        top: 85%; } }
  section .portfolio-container .portfolio-img:hover .painting-info-floater, section .portfolio-container .portfolio-img:active .painting-info-floater, section .portfolio-container .portfolio-img:focus .painting-info-floater {
    background: #dedede; }
    section .portfolio-container .portfolio-img:hover .painting-info-floater p, section .portfolio-container .portfolio-img:active .painting-info-floater p, section .portfolio-container .portfolio-img:focus .painting-info-floater p {
      color: #000; }
section .artist-statement-container .artist-statement-container-inner {
  background: url("../images/artist-statement-bg.png") no-repeat center center;
  background-size: cover; }
section .artist-statement-container .artist-details .artist-img {
  text-align: center;
  margin: 50px; }
  section .artist-statement-container .artist-details .artist-img img {
    display: inline-block;
    width: 100%;
    max-width: 625px; }
  @media (max-width: 767px) {
    section .artist-statement-container .artist-details .artist-img {
      margin: 20px; }
      section .artist-statement-container .artist-details .artist-img img {
        max-width: 100%; } }
section .artist-statement-container .artist-details .artist-statement {
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  margin: 50px;
  padding: 20px 10px; }
  section .artist-statement-container .artist-details .artist-statement .statement-text-box {
    width: 100%;
    overflow: auto; }
    section .artist-statement-container .artist-details .artist-statement .statement-text-box p {
      font-family: "montserratregular", sans-serif;
      font-size: 15px;
      font-weight: 100;
      line-height: 17px;
      color: #000; }
  @media (max-width: 767px) {
    section .artist-statement-container .artist-details .artist-statement {
      margin: 20px; } }
section .contact-container {
  background: url("../images/contact-bg.png") no-repeat center center;
  background-size: cover; }
  section .contact-container .contact-container-inner .contact-box {
    max-width: 100%;
    min-height: 300px;
    overflow: auto;
    margin: 50px;
    background: #fff;
    background: rgba(255, 255, 255, 0.72); }
    section .contact-container .contact-container-inner .contact-box .contact-text-area {
      padding: 20px; }
      section .contact-container .contact-container-inner .contact-box .contact-text-area p {
        font-family: "montserratregular", sans-serif;
        font-size: 20px;
        font-weight: 300;
        line-height: 22px;
        color: #000;
        letter-spacing: 10px;
        margin-bottom: 25px;
        text-transform: uppercase; }
  @media (max-width: 767px) {
    section .contact-container .contact-container-inner .contact-box {
      min-height: 200px;
      margin: 20px; }
      section .contact-container .contact-container-inner .contact-box .contact-text-area p {
        font-family: "montserratregular", sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        color: #000;
        letter-spacing: 7px;
        margin-bottom: 10px; } }

footer {
  background: #000;
  padding: 7px 0; }
  footer .footer-text-block {
    text-align: right;
    margin-top: 52px; }
    footer .footer-text-block > p {
      letter-spacing: 4px;
      text-transform: uppercase; }
    footer .footer-text-block .social-icons-container {
      margin-top: 5px; }
      footer .footer-text-block .social-icons-container a {
        display: inline-block;
        color: #fff; }
        footer .footer-text-block .social-icons-container a span.fa-lg {
          font-size: 1.1em; }
        footer .footer-text-block .social-icons-container a i.fa-ico {
          color: #000;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
        footer .footer-text-block .social-icons-container a:hover i.fa-ico, footer .footer-text-block .social-icons-container a:active i.fa-ico, footer .footer-text-block .social-icons-container a:focus i.fa-ico {
          color: #fff; }
    @media (max-width: 767px) {
      footer .footer-text-block {
        display: none; } }
  footer .signature-container {
    padding-top: 6px;
    text-align: center; }
    footer .signature-container img {
      display: inline-block; }
    @media (max-width: 767px) {
      footer .signature-container {
        padding: 10px 0;
        margin: 0; } }
  footer .footer-nav-container ul li {
    border-bottom: 1px solid #fff; }
    footer .footer-nav-container ul li a {
      font-family: "montserratregular", sans-serif;
      font-size: 13px;
      font-weight: 300;
      line-height: 8px;
      color: #fff;
      letter-spacing: 7px;
      padding: 10px 0;
      display: block;
      text-transform: uppercase;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      footer .footer-nav-container ul li a:hover, footer .footer-nav-container ul li a:active, footer .footer-nav-container ul li a:focus {
        color: rgba(255, 255, 255, 0.5); }
      @media (max-width: 1150px) {
        footer .footer-nav-container ul li a {
          font-family: "montserratregular", sans-serif;
          font-size: 14px;
          font-weight: 300;
          line-height: 20px;
          color: #fff;
          letter-spacing: 7px; } }
    footer .footer-nav-container ul li:last-child {
      border-bottom: 0; }
  @media (max-width: 767px) {
    footer .footer-nav-container {
      display: none; } }

/*# sourceMappingURL=project-theme.css.map */
