@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,300italic,600,600italic,700,700italic);
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    cursor: url('../images/paint-brush.png'), auto !important;
}

a {
    cursor: url(../images/paint-brush.png), auto !important;
}

@font-face {
    font-family: 'halimun';
    src: url('../fonts/halimun.eot'), url('../fonts/halimun.ttf') format('truetype'), url('../fonts/halimun.svg') format('svg'), url('../fonts/halimun.otf') format('opentype'), url('../fonts/halimun.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

.theme-footer p.right-align {
    text-align: right;
}

.theme-footer p.left-align {
    text-align: left;
}

p {
    line-height: 28px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #4c4c4c;
    width: 100%;
    float: left;
    margin: 0px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1170px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/* Scrollbar Styling */

 ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

 ::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 6px;
}

 ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #a5a5a5;
    height: 6px;
}

a,
a:hover {
    color: #7bbcc5;
    text-decoration: none;
    cursor: pointer;
}

.row {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.width-1-2 {
    max-width: 50%;
    float: left;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.width-1-3 {
    max-width: 33.33%;
    float: left;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.width-1-4 {
    max-width: 25%;
    float: left;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.width-1-5 {
    max-width: 20%;
    float: left;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.radio-theme {
    padding-left: 20px !important;
    margin-top: 0px;
}

.radio-theme label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 9px;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    margin: 0px;
    color: #3E3E3D;
    font-weight: 600;
}

.radio-theme label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 2px;
    margin-left: -20px;
    margin-top: 1px;
    border: 1px solid #a5a5a5;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.radio-theme input[type="radio"] {
    opacity: 0;
    z-index: 1;
    margin: 0px 0px 0px -17px;
    cursor: pointer;
}

.radio-theme input[type="radio"].styled:checked+label:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 2px;
    margin-left: -18px;
    margin-top: 3px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #1c4386;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.radio-theme input[type="radio"].styled:checked+label:before {
    border: 1px solid #1c4386;
}

.menu-toggler {
    border-radius: 180px;
    float: right;
    height: 18px;
    width: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    margin: 11px 10px;
    z-index: 1;
}

.menu-toggler .bar1,
.menu-toggler .bar2,
.menu-toggler .bar3 {
    width: 20px;
    height: 2px;
    background-color: #a2d7df;
    margin: 2px 0;
    transition: 0.4s;
    float: left;
}

.header-theme.menu-toggler-active .menu-toggler .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 6px);
    transform: rotate(-45deg) translate(-4px, 4px);
}

.header-theme.menu-toggler-active .menu-toggler .bar2 {
    opacity: 0;
}

.header-theme.menu-toggler-active .menu-toggler .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -6px);
    transform: rotate(45deg) translate(-5px, -4px);
}

.menu-toggler-2 {
    border-radius: 180px;
    float: right;
    height: 18px;
    width: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    margin: 11px 10px;
    z-index: 1;
    top: 25px;
    right: 15px;
    position: absolute;
}

.menu-toggler-2 .bar1,
.menu-toggler-2 .bar2,
.menu-toggler-2 .bar3 {
    width: 20px;
    height: 2px;
    background-color: #a2d7df;
    margin: 2px 0;
    transition: 0.4s;
    float: left;
}

.menu-toggler-2.menu-toggler-active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 6px);
    transform: rotate(-45deg) translate(-4px, 4px);
}

.menu-toggler-2.menu-toggler-active .bar2 {
    opacity: 0;
}

.menu-toggler-2.menu-toggler-active .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -6px);
    transform: rotate(45deg) translate(-5px, -4px);
}

.header-theme {
    width: 100%;
    position: relative;
    float: left;
    padding-bottom: 0px;
    z-index: 20;
    background: #ffffffcc;
}

body.header-fixed .header-theme,
.header-theme.header-theme-inner {
    background: #ffffff;
}

.header-theme-content {
    width: 100%;
    position: relative;
    float: left;
    display: flex;
    padding: 25px 0px;
}

.header-theme-content .header-logo {
    width: auto;
    float: left;
}

.header-theme-content .header-logo img {
    float: left;
    height: 40px;
    width: auto;
}

.nav-menu {
    width: 100%;
    float: left;
    position: relative;
    text-align: left;
    white-space: nowrap;
    border-top: 1px solid #dcdcdc;
    margin-bottom: 15px;
}

.nav-menu .header-menu {
    margin: -1px 0px 0px 0px;
    width: auto;
    float: left;
    text-align: left;
    padding: 0px;
    list-style: none;
}

.nav-menu .header-menu .nav-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.nav-menu .header-menu .nav-list .nav-item {
    color: #1b1b1b;
    font-size: 14px;
    line-height: 40px;
    float: left;
    position: relative;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0px 25px;
    letter-spacing: 2px;
}

.nav-menu .header-menu .nav-list.dropdown:hover .dropdown-content {
    display: block;
}

.nav-menu .header-menu .nav-list .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 #00000033;
    z-index: 1;
    top: 40px;
    left: 0px;
}

.nav-menu .header-menu .nav-list .dropdown-content .sub-item {
    color: #00222b !important;
    padding: 10px 25px;
    text-decoration: none;
    text-align: left;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    float: left;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-menu .header-menu .nav-list .dropdown-content .sub-item+.sub-item {
    border-top: 1px solid #dcdcdc;
}

.nav-menu .header-menu .nav-list .dropdown-content .sub-item:hover {
    color: #a2d7df !important;
    background: #ffffff;
}

.nav-menu .header-menu .nav-list .nav-item:before {
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 0px;
    height: 4px;
    background: #a2d7df;
    position: absolute;
    top: 0px;
    left: 0px;
}

.nav-menu .header-menu .nav-list.active .nav-item,
.nav-menu .header-menu .nav-list:hover .nav-item {
    color: #7bbcc5;
}

.nav-menu .header-menu .nav-list.active .nav-item:before,
.nav-menu .header-menu .nav-list:hover .nav-item:before {
    content: "";
    width: 100%;
}

.nav-menu .nav-btn {
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    float: none;
    position: relative;
    background: #a2d7df;
    padding: 0px 12px 0px 20px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 25px;
}

.nav-menu .nav-btn .fa {
    font-weight: normal;
    margin-left: 5px;
}

.nav-menu .nav-btn .qty {
    background: #2b6ad5;
    position: absolute;
    line-height: 24px;
    width: 24px;
    text-align: center;
    font-size: 13px;
    border-radius: 180px;
    left: -12px;
    top: 50%;
    margin-top: -12px;
}

.testimonials-main-group {
    width: 100%;
    float: left;
    background: #f7f7f7;
    padding: 40px 0px;
}

.testimonials-group {
    width: 100%;
    float: left;
    position: relative;
    padding: 0px 200px;
}

.testimonials-group .owl-nav {
    display: none;
}

.testimonials-group .owl-dots {
    position: relative;
    bottom: 0px;
    width: 100%;
    left: 0px;
    text-align: center;
    height: 5px;
    margin-top: 20px;
}

.testimonials-group .owl-dot {
    background: #cecece;
    width: 30px;
    height: 5px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px;
}

.testimonials-group .owl-dot.active {
    background: #a2d7df;
}

.single-testimonial {
    width: 100%;
    float: left;
    position: relative;
    margin: 15px 0px;
}

.single-testimonial .testimonial-message {
    width: 100%;
    float: left;
    position: relative;
    font-size: 26px;
    line-height: 40px;
    color: #8e8e8e;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    text-align: center;
}

.single-testimonial .testimonial-message .commas {
    background-image: url(../images/commas.png);
    line-height: 30px;
    width: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    margin-right: 10px;
    opacity: 0.4;
}

.single-testimonial .testimonial-footer {
    width: 100%;
    float: left;
    position: relative;
}

.single-testimonial .testimonial-footer .testimonial-user {
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    line-height: 30px;
    color: #7bbcc5;
    text-align: center;
}

.theme-footer {
    background: #182229;
    width: 100%;
    float: left;
    position: relative;
}

.theme-footer .theme-footer-content {
    width: 100%;
    float: left;
    position: relative;
    padding: 40px 0px;
}

.theme-footer .theme-footer-bottom {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 0px;
    border-top: 1px solid #ffffff1a;
}

.theme-footer p {
    color: #ffffff66;
    text-align: center;
}

.theme-banner-group {
    width: 100%;
    position: relative;
    float: left;
    background: #a2d7df;
}

.theme-banner-group .theme-banner-background {
    width: 100%;
    position: absolute;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
}

.theme-banner-group .theme-banner-background .banner-left-image {
    position: absolute;
    width: calc(50% + 350px);
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
}

.theme-banner-group .theme-banner-background .banner-right-image {
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0.7;
    background: #e6fcff;
    height: 100%;
    width: calc(50% - 350px);
}

.theme-banner-group .theme-banner-content {
    width: 100%;
    position: relative;
    float: left;
    padding: 120px 0px;
}

.theme-banner-group .theme-banner-content .theme-center-content {
    float: right;
    background: #000000a3;
    padding: 45px;
    color: #fff;
    text-align: left;
    max-width: 480px;
    position: relative;
}

.theme-banner-group .theme-banner-content .theme-center-content:after {
    content: "";
    width: 120px;
    position: absolute;
    left: 100%;
    height: calc(100% - 6px);
    background: transparent;
    right: 0px;
    top: 0px;
    border: 3px solid #fff;
    border-left: none;
}

.theme-banner-group .theme-banner-content .theme-left-content {
    position: relative;
    width: calc(50% + 350px);
    height: 100%;
    text-align: right;
}

.theme-banner-group .theme-banner-content .theme-left-content .banner-title {
    width: 100%;
    position: relative;
    float: left;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 24px;
    line-height: 30px;
}

.theme-banner-group .theme-banner-content .theme-left-content .banner-subtitle {
    width: 100%;
    position: relative;
    float: left;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 44px;
    line-height: 60px;
}

.theme-banner-group .theme-banner-content .theme-left-content .banner-cursive {
    width: 100%;
    position: relative;
    float: left;
    font-weight: 100;
    font-size: 22px;
    line-height: 60px;
    font-family: 'halimun';
}

.theme-banner-group .theme-banner-content .theme-left-content .banner-cursive span {
    width: auto;
    position: relative;
    float: left;
}

.theme-banner-group .theme-banner-content .theme-left-content .banner-cursive span:after {
    content: "";
    width: 100px;
    background: #a2d7df;
    height: 7px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.single-quickview-box {
    width: calc(50% - 40px);
    float: left;
    position: relative;
    height: 270px;
    margin: 20px 20px 40px 20px;
}

.single-quickview-box .quickview-image-group {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.single-quickview-box .quickview-image-group .banner-image {
    width: 100%;
    position: absolute;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    right: 0px;
    top: 0px;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.single-quickview-box:hover .quickview-btn {
    background: #7bbcc5;
    color: #fff;
}

.single-quickview-box:hover .quickview-image-group .banner-image {
    transform: scale(1.1, 1.1);
}

.single-quickview-box .quickview-btn {
    background: #ffffff;
    position: absolute;
    bottom: -18px;
    left: 50%;
    padding: 0px 25px;
    color: #7bbcc5;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    letter-spacing: 2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    white-space: nowrap;
}

.white-group {
    width: 100%;
    position: relative;
    float: left;
    padding: 40px 0px;
}

.section-title {
    width: 100%;
    position: relative;
    float: left;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
}

.section-title span {
    width: 100%;
    position: relative;
    float: left;
    text-transform: none;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    font-family: 'halimun';
}

.artgallery-group {
    width: 100%;
    position: relative;
    float: left;
}

.artgallery-group:before {
    content: "";
    background-image: url(../images/bg.png);
    position: absolute;
    top: 25%;
    right: 0px;
    height: 50%;
    width: calc(50% - 100px);
    background-size: 22px;
    opacity: 0.2;
    background-position: center right;
}

.artgallery-group .artgallery-content {
    width: 100%;
    position: relative;
    float: left;
    padding: 0px 100px;
}

.about-group {
    width: 100%;
    position: relative;
    float: left;
}

.about-group .about-content {
    width: 100%;
    position: relative;
    float: left;
    padding: 0px 120px;
    display: flex;
    margin-bottom: 40px;
}

.about-group .about-content .readmore {
    display: inline-block;
    vertical-align: top;
}

.about-group .about-content .about-image {
    padding-left: 100px;
}

.about-group .about-content .about-image img {
    max-width: 321px;
    min-width: 321px;
}

.footer-logo {
    width: 100%;
    float: left;
    position: relative;
    text-align: left;
}

.footer-logo img {
    height: 40px;
    width: auto;
}

.footer-social {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0px;
    text-align: right;
    margin: 0px;
}

.footer-social li {
    display: inline-block;
    vertical-align: top;
    margin: 7px;
}

.footer-social li a {
    width: 26px;
    height: 26px;
    float: left;
}

.footer-social li a .fa {
    height: 26px;
    line-height: 26px;
    width: 26px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer-social li:hover a .fa {
    color: #a2d7df;
}

.header-social {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0px;
    text-align: right;
    margin: 0px;
}

.header-social li {
    display: inline-block;
    vertical-align: top;
    margin: 7px;
}

.header-social li a {
    width: 26px;
    height: 26px;
    float: left;
}

.header-social li a .fa {
    height: 26px;
    line-height: 26px;
    width: 26px;
    text-align: center;
    font-size: 26px;
    color: black;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header-social li:hover a .fa {
    color: #a2d7df;
}

.mailing-group {
    width: 100%;
    position: relative;
    float: left;
    padding: 40px 0px;
    text-align: center;
}

.mailing-group p {
    font-size: 13px;
    letter-spacing: 1px;
}

.theme-mailing {
    margin: 10px 0px 0px 0px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 40px;
}

.theme-mailing .form-control {
    height: 40px;
    border-radius: 0px;
    border: 1px solid #3e3e3d52;
    padding: 0px 20px 0px 20px;
    font-size: 13px;
    line-height: 38px;
    box-shadow: none;
    outline: none;
    letter-spacing: 1px;
    min-width: 260px;
    display: inline-block;
    vertical-align: top;
}

.theme-mailing .submit-btn {
    top: 0px;
    right: 0px;
    width: 130px;
    line-height: 38px;
    background: #a2d7df;
    border-radius: 0px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 1px;
}

.hoverx {
    background: #c864c8 !important;
}

.caja {
    position: relative;
}

.theme-form-group {
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
}

.theme-form-group .form-title {
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    color: #333333;
    letter-spacing: 0.2px;
    float: left;
    line-height: 40px;
    margin: 12px 0px;
    width: 100%;
    font-family: 'halimun';
}

.theme-form-group .form-subtitle {
    line-height: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.theme-form {
    width: 100%;
    position: relative;
    float: none;
    max-width: 70%;
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
}

.theme-form .form-group {
    width: 100%;
    padding: 0px 10px;
    float: left;
    margin-bottom: 26px;
    text-align: center;
}

.theme-form .form-group.width-50 {
    width: 50%;
}

.theme-form .form-group .form-control {
    height: 40px;
    border: 1px solid #eaeaea;
    background: white;
    font-size: 13px;
    width: 100%;
    float: left;
    font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    text-align: left;
    padding: 10px 16px;
    line-height: 18px;
}

.theme-form .form-group .form-control:focus {
    border: 1px solid #a2d7df;
}

.theme-form .form-group textarea.form-control {
    min-height: 120px;
    resize: none;
}

.theme-form .form-group .btn-send {
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    float: none;
    position: relative;
    background: #a2d7df;
    padding: 0px 25px;
    border-radius: 0px;
    display: inline-block;
    border: none;
    vertical-align: top;
    text-align: center;
    min-width: 150px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.theme-form .form-group .btn-send:hover {
    background: #6da4ad;
}

.inner-banner-group {
    width: 100%;
    position: relative;
    float: left;
}

.inner-banner-group .inner-banner-background {
    width: 100%;
    position: absolute;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
}

.inner-banner-group .inner-banner-background:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0.7;
    background: #ffffff9c;
    height: 100%;
    width: calc(50% - 350px);
}

.inner-banner-group .inner-banner-content {
    width: 100%;
    position: relative;
    float: left;
    min-height: 251px;
}

.inner-banner-group .inner-banner-content .banner-title {
    float: right;
    background: #000000a3;
    padding: 15px 30px;
    color: #fff;
    text-align: left;
    position: absolute;
    bottom: -15px;
    left: 0px;
    z-index: 1;
    min-width: 250px;
    border-bottom: 15px solid #a2d7df;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 21px;
}

.artgallery-page {
    width: 100%;
    position: relative;
    float: left;
    padding: 0px 100px;
}

.single-painting-group {
    width: 100%;
    position: relative;
    float: left;
    margin: 45px 0px;
    padding-left: 550px;
    background: #f7f7f7;
    min-height: 340px;
}

.single-painting-group:nth-child(even) {
    padding: 0px 550px 0px 0px;
}

.single-painting-group:nth-child(even) .painting-image-group {
    right: 0px;
    left: initial;
}

.single-painting-group .painting-image-group {
    width: 550px;
    position: absolute;
    float: left;
    height: calc(100% + 40px);
    left: 0px;
    top: -20px;
    overflow: hidden;
}

.single-painting-group .painting-image-group .painting-image {
    width: 100%;
    position: absolute;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    right: 0px;
    top: 0px;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.single-painting-group .painting-image-group .painting-image-img {
    padding: 0px;
    position: absolute;
    bottom: auto;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    max-width: 100%;
}

.single-painting-group:hover .painting-image-group .painting-image {
    transform: scale(1.1, 1.1);
}

.single-painting-group .painting-content {
    position: relative;
    right: 0px;
    width: 100%;
    float: right;
    padding: 35px;
}

.single-painting-group .painting-content .painting-name {
    width: 100%;
    position: relative;
    float: left;
    text-transform: none;
    font-weight: normal;
    font-size: 28px;
    line-height: 48px;
    font-family: 'halimun';
    margin-bottom: 20px;
}

.single-painting-group .painting-content .painting-info {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 30px;
}

.single-painting-group .painting-content .painting-info .painting-info-single {
    width: 100%;
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333333;
    letter-spacing: 1px;
}

.single-painting-group .painting-content .painting-info .painting-info-frame {
    width: 100%;
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #198494;
    letter-spacing: 1px;
    margin-top: 15px;
}

.single-painting-group .painting-content .painting-info .painting-info-single .label {
    width: 100px;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    text-transform: initial;
    font-weight: normal;
    color: gray;
    text-align: left;
}

.single-painting-group .painting-content .painting-price {
    width: 100%;
    position: relative;
    float: left;
}

.single-painting-group .painting-content .painting-price .price-btn {
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    float: none;
    position: relative;
    background: #7dc5d0;
    padding: 0px 25px;
    border-radius: 0px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    min-width: 150px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.single-painting-group .painting-content .painting-price .sold-btn {
    color: red;
    border: 1px solid red;
    font-size: 14px;
    line-height: 40px;
    float: none;
    position: relative;
    background: transparent;
    padding: 0px 25px;
    border-radius: 0px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    min-width: 150px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.full-image-preview {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #000000b3;
    z-index: 2000;
    height: 100%;
    display: none;
}

.full-image-preview.show-preview {
    display: block;
}

.full-image-preview .full-image-close {
    width: 30px;
    height: 30px;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 2001;
}

.full-image-preview .full-image-close:before {
    content: "";
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    transform: rotate(45deg);
    top: 15px;
    left: 0px;
}

.full-image-preview .full-image-close:after {
    content: "";
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    transform: rotate(-45deg);
    top: 15px;
    left: 0px;
}

.full-image-preview .full-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    bottom: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    padding: 20px;
    border-radius: 35px;
}

.full-image-preview .full-image-caption {
    position: absolute;
    background: #fff;
    padding: 0px 15px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    width: auto;
    height: auto;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    max-width: 100%;
    max-height: 100%;
    white-space: nowrap;
    border-radius: 7px;
}

.single-painting-group .painting-image-group .close-btn {
    display: none;
}

.single-painting-group .painting-image-group .close-btn:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 14px;
    transform: rotate(45deg);
    left: 5px;
}

.single-painting-group .painting-image-group .close-btn:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 14px;
    transform: rotate(-45deg);
    left: 5px;
}

.single-painting-group .painting-image-group.painting-image-modal .close-btn {
    display: block;
    width: 30px;
    height: 30px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}

.single-painting-group .painting-image-group.painting-image-modal {
    position: fixed;
    width: 100%;
    z-index: 20000;
    height: 100%;
    background: rgb(0 0 0 / 72%);
    top: 0px;
    left: 0px;
}

.single-painting-group .painting-image-group.painting-image-modal .full-image-preview-modal {
    height: calc(100% - 50px);
    width: calc(100% - 50px);
    margin: 25px;
    border-radius: 20px;
    position: fixed;
    transform: scale(1, 1);
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
}


/*******************Validation classes*******************/

.form-group .has-success {
    border-color: #9cc573 !important;
}

.form-group .has-error {
    border-color: #f2a696 !important;
}

.error {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    width: 100%;
    float: left;
    color: #f2a696;
}

.form-group label {
    text-align: left;
}

.response_class {
    background: #D4EDDA;
    clear: both;
    padding: 10px;
    display: none;
}