


/******************************* 
    1 - GENERAL CSS STARTS 
********************************/

#testMap {
    width: 100%;
    height: 600px;
}

.back{
    padding-top: 25%;
}

.close_prv{
        cursor: pointer;
    font-size: 30px;
    position: fixed;
    top: 5%;
    right: 10%;
    z-index: 999999;
    color: #000 !important;
}

.prv_click{
    cursor: pointer;
    color: #fff;
}

.pvpolicy{
    display: none;

    position: fixed;
    top: 0;
    z-index: 999;
    height: 100vh;
    overflow: scroll;
    padding: 10% 20%;
    background: #f7e0b3;
}

.pvpolicy p{
    letter-spacing: 2px;
    line-height: 27px;
}

.back_title{
    text-transform: uppercase;
    font-size: 27px;

}
.det_gal_back{
text-align: center !important;
}
.back_medium{
    text-transform: capitalize;
    font-size: 18px;

}
.all_col_btn{
        background: #d4c7bc5e;
    padding: 9px 36px;
    font-size: 18px;
}
.back_size{
    text-transform: capitalize;
    font-size: 13px;

}

.slider_says{
    line-height: 27px;
    font-size: 16px;
    letter-spacing: 3px;
    color: #fff;
}

.artist_back{
    background-image: linear-gradient(rgb(146, 182, 190,0.60), rgba(203, 203, 195, 0.78), rgba(139, 168, 186, 0.72)), url(../img/art_paintings/art_3_back1.jpg);
    background-size: cover;
    background-attachment: fixed;
}



.artist_back_coll{
    background-image: linear-gradient(rgb(146, 182, 190,0.60), rgba(203, 203, 195, 0.78), rgba(139, 168, 186, 0.72)), url(../img/jf_back2.jpeg);
    background-size: cover;
    background-attachment: fixed;
}

.artist-words{
font-size: 13px;
line-height: 30px;
letter-spacing: 3px;
color: #fff;

}

.events-back{
    background-image: linear-gradient(rgb(146, 182, 190,0.60), rgba(203, 203, 195, 0.68), rgba(139, 168, 186, 0.62)), url(../img/art_paintings/art_5.jpg);
    background-size: cover;
    background-attachment: scroll;

}

.gallerys-back{
    background-image: linear-gradient(rgba(146, 182, 190, 0.28), rgba(203, 203, 195, 0.58), rgba(139, 168, 186, 0.28));
    background-size: cover;
    background-attachment: fixed;

}

.contact-back{
    background-image: linear-gradient(rgb(225, 228, 226), rgba(203, 203, 195, 0.83), rgb(243, 233, 222)), url(../img/art_paintings/art_11.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;

}

/*----------------1.2 Global properties (body, common classes, structure etc) Starts----------------------*/

body {
    font-family: 'Open Sans', sans-serif; 
    font-weight: normal;
    background: #ffffff;
    color: #666;
    -webkit-font-kerning: auto;
    -moz-font-kerning: auto;
    font-kerning: auto;
    -o-font-kerning: auto;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-backface-visibility: visible !important;  
    -o-backface-visibility: visible !important;  
    -moz-backface-visibility: visible !important;  
    overflow-x: hidden;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.theme-container{
    padding-left: 0;
    padding-right: 0;
}
.boxed .wrapper {
    background-color: #ffffff;
    margin: 0 auto;
    max-width: 1200px;
}
body.off-canvas-body{
    margin-left: 301px;
}
.no-padding{
    padding-left: 0;
    padding-right: 0;
}
.no-margin{
    margin: 0;
}
img{
    max-width: 100%;
    /*max-height: 100%; Map conflict*/
    height: auto;
}
.light-bg{
    background-color: #f2f2f2;
}
.white-bg{
    background-color: #fff;
}
.black-bg{
    background-color: #000;
}
.relative-div{
    position: relative;
}
.mask-overlay,.theme-color-mask,.white-mask{    
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.mask-overlay{
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.white-mask{
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}
.title-wrap{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
.title-wrap .title-2{
    font-weight: normal;
    font-size: 13px;
}
.section-title, .title-1, .title-2, .title-3, .post-title, .product-title, .widget-title, .widget-title-2{
    color: #000;  
    text-transform: uppercase;  
    letter-spacing: 1px;
}
.section-title { font-size: 24px; }
.title-1{ font-size: 16px; }
.title-2, .title-3, .widget-title-2{ font-size: 14px; }
.post-title, .product-title, .widget-title{font-size: 18px;}
.white-color{
    color: #fff;
}
.white-color .section-title, .white-color p{
    color: #fff;
}
.black-color {
    color: #000000;
}
.light-black {
    color: #333;
}
.gray-color{ color: #999; }
.green-color{ color: #99cc00; }
.red-color{ color: #FF000A;}
.blue-color, a.blue-color{color: #0099cc;}
.main-color{
    color: #7e848e;
}
.block-inline{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.font-18{
    font-size: 18px;
}
.divider-small{
    border-color: #000;  
    border-style: dashed;
    width: 190px;
}
.fullwidth-divider{ border-color: #ccc; }
.list-items li{
    display: inline-block;
    margin: 0 5px;
}
.list-items{ 
    margin-bottom: 0; 
    margin-left: -5px;
}
.black-arrow i,.white-arrow i{   
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;

    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.black-arrow:hover i, .white-arrow:hover i{
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
.black-arrow,a.black-arrow{
    color: #000 !important;
}
.white-arrow, a.white-arrow{
    color: #fff !important;
}

/*-- Tags --*/
.sale-tag > span, .new-tag > span {
    position: absolute;
    right: -55px;
    top: 13px;
    -webkit-transform: rotate(49deg);
    -moz-transform: rotate(49deg);
    -o-transform: rotate(49deg);
    -ms-transform: rotate(49deg);
    transform: rotate(49deg);
}
.sale-tag, .new-tag{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 60px 60px 0;   
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
}
.sale-tag{
    border-color: transparent #cc0000  transparent transparent;
}
.new-tag{
    border-color: transparent #000 transparent transparent;
}
.hot-tag, .hot-tag-left, .black-tag, .black-tag-left{    
    border-radius: 2px;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 5px;
    position: relative;
    z-index: 2;
}
.hot-tag, .hot-tag-left{
    background-color: #cc0000;
}
.black-tag, .black-tag-left {
    background-color: #000;
}
.hot-tag::after, .black-tag::before {
    border-bottom: 6px solid rgba(0, 0, 0, 0);   
    bottom: -6px;
    content: "";
    left: 15px;
    position: absolute;
}
.hot-tag::after, .hot-tag::before{
    border-left: 6px solid #cc0000;
}
.black-tag::after, .black-tag::before{
    border-left: 6px solid #000;
}
.bubble {
    display: table;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 6px;
    width: auto;
}
.hot-tag-left:before, .black-tag-left:before{
    border-style: solid;
    border-width: 3px 5px 3px 0;
    content: "";
    height: 0;
    left: -5px;
    position: absolute;
    top: 5px;
    width: 0;  
}
.hot-tag-left:before {
    border-color: transparent #cc0000 transparent transparent; 
}
.black-tag-left:before{
    border-color: transparent #000 transparent transparent; 
}
.hot-tag-left, .black-tag-left {
    margin-left: 8px;
}

.owl-carousel .owl-item img {    
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
/*-------------------1.2 Global properties (body, common classes, structure etc) Ends-----------------*/

/*---------------------- 1.3 Page section block Starts----------------------------*/
.space-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.space-bottom-10 {
    padding-bottom: 10px;
}
.space-top-10 {
    padding-top: 10px;
}
.space-15{
    padding-bottom: 15px;
    padding-top: 15px;
}
.space-bottom-15{
    padding-bottom: 15px;
}
.space-top-15{
    padding-top: 15px;
}
.space-20{
    padding-bottom: 20px;
    padding-top: 20px;
}
.space-bottom-20{
    padding-bottom: 20px;
}
.space-top-20{
    padding-top: 20px;
}
.space-30{
    padding-bottom: 30px;
    padding-top: 30px;
}
.space-bottom-30{
    padding-bottom: 30px;
}
.space-top-30{
    padding-top: 30px;
}
.space-40{
    padding-bottom: 40px;
    padding-top: 40px;
}
.space-bottom-40 {
    padding-bottom: 40px;
}
.space-top-40 {
    padding-top: 40px;
}
.space-50{
    padding-bottom: 50px;
    padding-top: 50px;
}
.space-bottom-50{
    padding-bottom: 50px;
}
.space-top-50{
    padding-top: 50px;
}
.space-60 {
    padding-bottom: 60px;
    padding-top: 60px;
}
.space-bottom-60{
    padding-bottom: 60px;
}
.space-top-60{
    padding-top: 60px;
}
.space-70{
    padding-bottom: 70px;
    padding-top: 70px;
}
.space-bottom-70{
    padding-bottom: 70px;
}
.space-top-70{
    padding-top: 70px;
}
.space-80{
    padding-bottom: 80px;
    padding-top: 80px;
}
.space-bottom-80{
    padding-bottom: 80px;
}
.space-top-80{
    padding-top: 80px;
}
.space-100{
    padding-bottom: 100px;
    padding-top: 100px; 
}
.space-bottom-100{
    padding-bottom: 100px;
}
.space-top-100{
    padding-top: 100px;
}
.mb-30{
    margin-bottom: 30px;
}
/*----------------------------1.3 Page section block Ends---------------------------*/

/*---------------------------1.4 Typography (section title, links, page dividers) Starts-------------------------- */
a:hover 
a:active,
a:focus,
.btn:hover, .btn:focus,.btn:active{  
    text-decoration: none;
    outline: 0;
}
.btn {
    -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;
    color: #000;
}
a{
    -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;
    color: #999999;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
    -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;
}

p {
    margin-bottom: 15px;
    line-height: 1.7;
}
ul,
ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    padding-left: 20px;
}
h2,h3,h4,h5,h6{
    margin-top: 10px;
    margin-bottom: 10px;
}

/*------------------------1.4 Typography (section title, links, page dividers) Ends---------------------- */

/*--------------------------- 1.5 Buttons Starts ---------------------- */
.theme-btn-1, .theme-btn, .btn-black {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-osx-font-smoothing: grayscale;
    -o-osx-font-smoothing: grayscale;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.theme-btn-1:before, .theme-btn:before, .btn-black:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    -moz-transition-property: top, right, bottom, left;
    -o-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}
.theme-btn-1:before{
    border: #454545 solid 4px;
}
.theme-btn:before {
    border: transparent solid 4px;
}
.btn-black:before{
    border: #000 solid 4px;
}
.theme-btn-1:hover:before, .theme-btn-1:focus:before,
.theme-btn:hover:before, .theme-btn:focus:before,
.btn-black:hover:before, .btn-black:focus:before{
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
}
.theme-btn:hover:before, .theme-btn:focus:before{
    border: #999 solid 4px;  
}
.theme-btn:hover, .theme-btn:focus{
    background-color: #999;
}
.theme-btn:hover, .theme-btn:focus{
    border-color: #999;
}
.btn-black:hover, .btn-black:focus{
    background-color: #000;
}
.btn-black:hover, .btn-black:focus{
    border-color: #000;
}
.theme-btn, .theme-btn-1, .btn-black{
    text-align: center;
    border: 1px solid #000;
    border-radius: 0;
    color: #000000;
    background-color: transparent;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    min-width: 170px;
    padding: 0 10px;
    text-transform: uppercase;
    position: relative;
}
.theme-btn-1 {    
    background-color: #454545;
    border: 1px solid #454545;
    color: #ffffff;
}
.btn-black {    
    background-color: #000;
    border: 1px solid #000;
    color: #ffffff;
}
.theme-btn-1:hover, .theme-btn-1:focus, .theme-btn:hover, .theme-btn:focus, .btn-black:hover, .btn-black:focus{
    color: #fff;
}
.theme-btn i {
    margin-right: 6px;
    vertical-align: middle;
}
.btn.small-btn{
    height: 40px;
    line-height: 40px;
    min-width: 115px;
    font-size: 13px;
}
.btn.larg-btn{
    height: 60px;
    line-height: 60px;
    min-width: 200px;
}
label.btn input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    text-transform: uppercase;
}
.login-form label .pw {
    display: inline-block;
    margin-top: 7px;
}
/*------------------------ 1.5 Buttons Ends ---------------------------- */

/*-----------------------1.6 Form / Input / Textarea Starts--------------------------- */

textarea{
    resize: vertical;
}
label{
    font-weight: normal;
    margin: 0;
}
.form-group {
    margin-bottom: 20px;
}
.form-control, .input-group-addon, .bootstrap-select .btn {
    background-color: rgba(0, 0, 0, 0);
    border-color: #e7e8ec;
    border-radius: 0;
    box-shadow: none;
    color: #999;
    font-size: 13px;
    height: 54px;
    line-height: 50px;
    padding: 10px 20px;
}
.form-control.submit-btn{
    height: auto;
    line-height: normal;
}
.form-alert{
    margin: 0;
}

/*-- Checkbox/Radiobox Starts --*/
.form-group [type="checkbox"], .form-group [type="radio"]{
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.form-group .checkbox-inline, .form-group .radio-inline {
    margin: 0;
    padding-left: 0;
    line-height: 1.2;
    vertical-align: -moz-middle-with-baseline;
}
.form-group [type="checkbox"] + span, .form-group [type="radio"] + span {
    cursor: pointer;
    vertical-align: text-top;
}
.form-group [type="checkbox"] + span::before{   
    color: #999999;
    content: "\56";
    font-family: "ElegantIcons";
    font-size: 20px;
    margin-right: 3px;
    vertical-align: middle;
    line-height: 0;
}
.form-group [type="checkbox"]:checked + span:before {  
    content: "\5a";
    font-family: "ElegantIcons";
}
.form-group [type="radio"] + span::before{   
    color: #000;
    content: "\5b";
    font-family: "ElegantIcons";
    font-size: 20px;
    margin-right: 3px;
    vertical-align: middle;
    line-height: 0;
}
.form-group [type="radio"]:checked + span:before {  
    content: "\5c";
    font-family: "ElegantIcons";
}
/*-- Checkbox/Radiobox Ends --*/


/*--Bootstrap Select--*/
.bootstrap-select .btn .filter-option{
    color: #000000;
    line-height: 30px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret{
    border: none;
    margin-top: 0; 
    right: 30px;
    top: 0;
}
.bootstrap-select.btn-group .dropdown-toggle .caret:after{
    content: "3";
    font-family: "ElegantIcons";
    font-size: 20px;
    color: #000;
}
.bootstrap-select .btn-default.active.focus, .bootstrap-select .btn-default.active:focus, .bootstrap-select .btn-default.active:hover, 
.bootstrap-select .btn-default.focus:active, .bootstrap-select .btn-default:active:focus, .bootstrap-select .btn-default:active:hover, 
.bootstrap-select > .dropdown-toggle.btn-default.focus, .bootstrap-select > .dropdown-toggle.btn-default:focus, 
.bootstrap-select > .dropdown-toggle.btn-default:hover {
    background-color: #f9f9f9;
    border-color: #cccccc;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: 0 none !important;
    outline-offset: 0;
}

::-webkit-input-placeholder {
    color: #999 ;
}
:-moz-placeholder {
    color: #999;
}
::-moz-placeholder {
    color: #999;
}
:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control::-ms-input-placeholder{
    color: #999;
    opacity: 1;
}
.form-control:focus {
    background-color: transparent;
    border-color: #e7e8ec;
    box-shadow: none;
    outline: 0 none;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus{
    outline: 0;
}
input:focus::-webkit-input-placeholder {
    color: transparent !important;
}
input:focus:-moz-placeholder {
    color: transparent !important;
}
input:focus::-moz-placeholder {
    color: transparent !important;
}
input:focus:-ms-input-placeholder {
    color: transparent !important;
}
textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}
textarea:focus:-moz-placeholder {
    color: transparent !important;
}
textarea:focus::-moz-placeholder {
    color: transparent !important;
}
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}


/*----------------------------1.6 Form / Input / Textarea Ends------------------------------ */

/*----------------------------------1.7 Theme Colors Starts-------------------------------- */
a:hover,
a:active,
a:focus {
    color: #000;
}
.theme-color, .hover-color:hover, .hover-color:focus, .footer-stl-2 a:hover, .footer-stl-2 a:focus {
    color: #cc0000; 
}
.theme-color-bg, .theme-tabs ul li.current a,.items-count, .widget-feature li a:hover .feature-icon{
    background-color: #cc0000;
}
/*------------------------1.7 Theme Colors Ends------------------------ */


/*--------------------------1.8 Theme Fonts Starts------------------- */

.font-2, .title-2, .title-1, .post-title, .product-title, .widget-title-2, .slider-nav, .sale-tag, .new-tag, .countdown-period,
.theme-btn, .theme-btn-1, .btn-black, .primary-navbar li a {
    font-family: 'Montserrat', sans-serif;
}
.font-3, .title-3, .section-title, .widget-title, .countdown-amount {
    font-family: 'Oswald', sans-serif;
}
.normal-font {
    font-weight: normal;
}
.bold-font, .logo-title, .section-title, .title-2, .widget-title, .sale-tag, .new-tag, .sale-tag, .new-tag,
.newsletter .form-control, .countdown-amount, .countdown-amount {
    font-weight: bold;
}
.italic-font {
    font-style: italic;
}
.extra-bold-font{
    font-weight: 800;
}
.light-font{
    font-weight: 300;
}
.upper-text{
    text-transform: uppercase;
}
.normal-text{
    text-transform: none;
}
.capital-text{
    text-transform: capitalize;
}
.size-8 { font-size: 8px; }
.size-10 { font-size: 10px; }
.size-12 { font-size: 12px; }
.size-13 { font-size: 13px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-20 { font-size: 20px; }
.size-24 { font-size: 24px; }
.size-30 { font-size: 30px; }
.size-32 { font-size: 32px; }
.size-36 { font-size: 36px; }
.size-40 { font-size: 40px; }
.size-48 { font-size: 48px; }
.size-64 { font-size: 64px; }
.size-96 { font-size: 96px; }
/*------------------------- 1.8 Theme Fonts Ends --------------------- */



/*--------------------- Contact Starts -------------------------*/
.contact-box + .contact-box {
    border-left: 1px solid #e5e5e5;
}
.contact-box .title-1 {
    display: block;
    margin: 20px 0 10px;
}
.contact-box p {
    font-size: 13px;
    margin-bottom: 0;
}
.contact-form .form-group {
    margin-bottom: 25px;
}
.contact-form .form-control {
    background-color: #f6f6f6;
    border: medium none;
}
.contact-form .section-title span {
    display: block;
    line-height: 2;
}
.google-map, .map-canvas, #map-canvas2 {
    max-height: 500px;
    min-height: 500px;
}
#map-canvas{
    min-height: 700px;
    max-height: 700px;
}

.map-location {
    background: #ffffff none repeat scroll 0 0;
    display: inline-block;
    width: 330px;
    position: relative;
}
.loctn-img {
    display: inline-block;
    vertical-align: middle;
}
.loctn-info {
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
}
.loctn-info > p {
    margin-bottom: 5px;
}
/*--------------------- Contact Ends -------------------------*/

/*--------------------- Contact Style 2 Starts -------------------------*/
.contact-2 {
    display: inline-block;
    width: 100%;
}
.contact-details .section-title {
    font-weight: normal;
    margin: 30px 0 12px;
}
.contact-details p{
    font-size: 13px;
    margin-bottom: 0;
}
.contact-form-2 .form-control {
    border-width: 0 0 1px;
    padding: 0;
    color: #000;
    font-size: 14px;
}
.contact-form-2 .form-control:focus {
    border-color: #000;
}
.contact-form-2 .submit-btn {
    background: transparent;
    padding: 10px 0;
    border-color: #000;
    margin-top: 30px;
    border-width: 0 0 1px;
}
.map-styl-2 #map {
    /*    height: 600px;
        width: 100%;*/
}


/*----------------  Shopping Cart Ends -------------------------- */

/*---------------- Back To Top Starts -------------------------- */
.to-top { 
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
    border-radius: 0;
    bottom: -150px;
    color: #ffffff;
    cursor: pointer;    
    font-size: 26px;
    height: 30px;
    line-height: 30px;
    position: fixed;
    right: 3%;
    text-align: center;
    width: 30px;
    z-index: 999;
}
.to-top:hover {
    opacity: 0.5;
}
/*---------------- Back To Top Ends ------------------------ */


/*---------------- Product Preview Popup Starts ------------------------ */

/*---------------- Product Preview Popup Ends ------------------------ */

/*---------------- Newsletter Popup Starts ------------------------ */
.subscribe-me{
    background-color: #e9e9e9;
    height: auto;
    left: 0;
    margin: auto;
    padding: 12px;
    right: 0;    
    top: 20%;
    width: 830px;
    background-image: url(../img/sunglasses/popup/newsletter.png);
    background-repeat: no-repeat;
    background-position: 85% bottom;
}
.subscribe-me p {
    font-size: 13px;
    margin: auto auto 15px;
    width: 80%;
}
.popup-newsletter {
    border: 1px solid #cccccc;
    display: inline-block;
    width: 100%;    
}
.subscribe-wrap {
    padding: 0 42px;
}
.subscribe-me .form-control.text {
    border: 1px solid #cccccc;
    font-size: 13px;
    height: 37px;
    margin-bottom: 25px;
    padding: 0 15px;
    width: 100%;
}
.subscribe-me .sb-close-btn {
    font-size: 18px;
    background-color: #999999;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 13px;
    text-align: center;
    top: 13px;
    width: 40px;
    z-index: 1;
}
/*---------------- Newsletter Popup Ends ------------------------ */

/******************************* 
        3 - MAIN CSS ENDS 
********************************/

/******************************* 
    6 - FOOTER STARTS 
********************************/
/*---------------- Footer Style 1 ------------------------ */
.footer-bg{
    background-color: #333333;
}
.footer-bg .logo-title{
    margin: 20px 0;
    font-size: 30px;
}
.social-icons a {    
    font-size: 20px;     
}
.footer a{
    color: #fff;
}
.footer-bg li{
    margin: 0 15px;
}
.footer a:hover{
    color: #666666;
}
.copy-rights{  
    margin: 0;
}

/*---------------- Footer Style 2 ------------------------ */
.footer-stl-2 {
    background-color: #ebebeb;
    color: #666666;
}
.footer-stl-2 .title-2 {
    color: #666666;
    font-weight: normal;
    margin-bottom: 20px;
    letter-spacing: 5px;
}
.footer-stl-2 a {
    color: #666666;
}

/******************************* 
    6 - FOOTER ENDS 
********************************/


@media (max-width:767px) {  

    

    /* Contact */
    #map {       
        height: 250px;       
    }
    .contact-2-map{
        overflow: hidden;
    }
    #map-canvas{
        height: 1000px;
    }
    #gmap_canvas img { 
        max-width:none!important;
        background:none!important
    }

   

    /* Preview Popup */
    .sb-close-btn {
        right: 15px;
    }

    /*Map*/
    .google-map, .map-canvas, #map-canvas, #map-canvas2 {
        max-height: 400px;
        min-height: 400px;
    }

    .contact-2 {
        text-align: center;
    }

}

/*-- post masonery --*/
.post-masonry .post-wrap {
    float: left;       
}
.post-masonry .post-wrap, .post-masonry .grid-sizer {
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
}
.post-masonry .post-media blockquote {
    padding: 50px;
}
.post-masonry .post-media iframe {
    height: 190px;
}
.post-masonry .video-link {
    font-size: 23px;
    height: 60px;
    width: 60px;
}
.post-masonry .main-player-scrubber {
    width: 90px;
    margin: 0 10px;
}
.post-masonry .post-meta > li + li::before {
    margin-left: 0px;
    padding-right: 5px;
}
.post-masonry .post-meta > li {
    margin-right: 0;
}
.load-more a::before {
    background-color: #ebf0f1;
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
    z-index: -1;
    margin: auto;
    right: 0;
    bottom: 0;
}
.load-more a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 110px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;   
    text-transform: uppercase;
}
.load-more a:hover {
    color: #000000;
}

@media (min-width:768px)and (max-width:991px){
 .post-masonry .post-wrap, .post-masonry .grid-sizer {
        width: 50%;
    }

    }
 @media (max-width:480px){ 
 
  /* Masonery Post */
    .post-masonry .post-wrap, .post-masonry .grid-sizer {
        width: 100%;
    }
    .tp-banner-container,.slider-section{
        height: 100vh;

    }

    .slider_says{

    line-height: 14px;
    font-size: 9px;
    letter-spacing: 1px;
    color: #fff;

    }

 }   

/*--------------------- Blog Ends -------------------------*/