/*************************start general selectors****************************/
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
body{
    font-family: 'Lora', serif;
	color:#1c1c1c;
	font-size:17px;
	line-height:26px;
	font-weight:normal;
	background:#fff;
	font-weight:400;
	letter-spacing:1px;
	}
ol, ul {
    margin-top: 0px;
    margin-bottom: 0px;
	padding-left:0px;
}
a{
	text-decoration:none;
	outline:none;
	color:inherit;
}
a:hover{
	text-decoration:none;
	color:inherit;
}
a:focus{
	color:inherit;
	text-decoration:none;
	outline:none;
}
#dp_swf_engine{
	display:none;
}
h1, h2, h3, h4, h5, h6{
	margin:0px;
	padding:0px;
}
p {

    margin: 0 0 12px;

}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
/*************************end general selectors*****************************/ 
/*************************start common selectors****************************/
.responsive-image{
   max-width:100%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clr {
	clear: both;
}
.clearfix:after{
	content:" ";
	display:block;
	clear:both;
	height:0;
	width:100%;
}
/*************************end common selectors****************************/
/*************************start nav selectors****************************/
.container > .navbar-header {
    margin-right: -10px;
    margin-left: -10px;
}
.navbar-nav{
	margin: 0px -15px;
}
.navbar {
    border-radius: 0px;
	margin-bottom:0px;
}
.navbar-default {

    background-color: transparent;

	border-bottom:none;

	border-color:transparent;
}
.nav > li > a {

    padding: 10px 10px;

}
.navbar-nav > li > a {

    padding-top: 8px;

    padding-bottom: 8px;

}
.navbar-default .navbar-nav > li > a {
    color:#000;
	font-size:15px;
	text-transform:uppercase;
	font-weight:600;
	font-family: 'Open Sans', sans-serif !important;
	letter-spacing:0.4px;
	border-bottom:3px solid #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {

    color: #ff9009;
	background-color:transparent;
	border-bottom:3px solid #ff9009;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ff9009;
	border-bottom:3px solid #ff9009;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus{
	color: #ff9009;
    background-color:transparent;
	border-bottom:3px solid #ff9009;
}
.navbar-default .navbar-toggle {
    border-color: #FFF;
}
.navbar-toggle {
    background-color:#dddddd;
}
.dropdown-menu{
	background-color: #5d5d5d;
}
.dropdown-menu > li > a{
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-weight:600;
}
.dropdown-menu > li > a:hover{
	background-color:#ececec;
	color:#292929
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #000;
    background-color:#fff;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #000;
    text-decoration: none;
    background-color:#fff;
}

.navbar-default .navbar-nav > li > a i {
    font-size: 28px;
    margin-top: -15px;
    color: #ff9009;
    border: 2px solid;
    padding: 8px;
    border-radius: 50%;
}


/*************************end nav selectors****************************/
/*************************start content selectors*************************/
.container{
	max-width:1400px;
	margin:0px auto;
	padding-right: 10px;
	padding-left: 10px;
}
.fixed_sec{
	position:fixed;
	z-index:99;
	width:100%;
	top:0;
}
.bottom_sec{
	margin-top:30%;
}
.top_bg{
	padding:10px 0px;
	background:#fff;
	border-bottom:1px solid #D3D3D3;
}
.top_bg .logo{
	text-align:center;
	margin-bottom:12px;
}
.top_bg .icon {
	background:url(images/top_logo.png) no-repeat;
	display: inline-block;
	width: 37px;
	height: 41px;
	text-align:center;
	font-family: 'Roboto Slab', serif;
}
.top_bg .phone_sec{
	color:#fff;
	text-align:center;
	letter-spacing:1px;
}
.carousel-control.left, .carousel-control.right{
	background-image:none;
}
.header_link {
    display: inline-block;
    margin: 0px 6px;
    vertical-align: middle;
}
.header_link li {
    display: inline-block;
    margin: 0px 6px;
    vertical-align: middle;
}
.top_bg .btn {
    border-radius: 2px;
    padding: 3px 12px;
    font-weight: 600;
    font-size: 13px;
}
.top_bg .btn-default {
    color: #dc143c;
    background-color: #fff;
    border-color: #dc143c;
}
.welcome_padding{
	padding:40px 0px;
}
.collectors_corner_bg{
	padding:35px 0px;
	background:#fff;
}
.collectors_corner_bg h2 {
	color:#292929;
	font-size:30px;
	margin-bottom:25px;
	padding-bottom:25px;
	font-weight:400;
	text-align:center;
	border-bottom:1px solid #e4e4e4;
}
.collectors_corner_bg h3 {
	color:#292929;
	font-size:24px;
	margin-top:25px;
	margin-bottom:6px;
	font-weight:500;
	text-align:center;
}
.our_collection{
	padding:35px 0px;
	background:#eeeeee;
}
.our_collection h2 {
	color:#292929;
	font-size:30px;
	margin-bottom:25px;
	padding-bottom:25px;
	font-weight:400;
	text-align:center;
	border-bottom:1px solid #c9c9c9;
}
.highlight_bg{
	padding:45px 0px;
	background:#fff;
}
.highlight_bg h2 {
	color:#292929;
	font-size:30px;
	padding-bottom:30px;
	font-weight:400;
	border-bottom:5px solid #000;
}
.highlight-link li{
	list-style-type:none;
	border-bottom:1px solid #000;
	padding:25px 0px;
}
.highlight-link li a {
	font-size:20px;
	color:#000;
	font-weight:500;
}
.highlight-link li a span{
	display:block;
	font-size:16px;
	color:#707070;
	font-weight:400;
}
.highlight-link li a:hover {
	color:#db7906;
}
.welcome-bg{
	padding:35px 0px;
	background:#eeeeee;
}
.welcome-bg h2 {
	color:#292929;
	font-size:30px;
	margin-bottom:25px;
	padding-bottom:25px;
	font-weight:400;
	text-align:center;
	border-bottom:1px solid #c9c9c9;
}
.recent-item {
	-webkit-background-size: 102% 102% !important;
	background-size: 102% 102% !important;
	background-position: center center !important;
	padding-top: 60% !important;
	padding-bottom: 60% !important;
	background-repeat: no-repeat !important;
	box-shadow: 1rem 1.25rem 2rem 0 rgba(0,0,0,.32);
	margin: 5px 15px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.recent-item:hover {
	
	cursor: pointer;
}
.artists-item {
	-webkit-background-size: 100% 100% !important;
	background-size: 100% 100% !important;
	background-position: center center !important;
	padding-top: 100% !important;
	background-repeat: no-repeat !important;

}
.artists-item:hover {
	-webkit-background-size: 98% 98% !important;
	background-size: 98% 98% !important;
	background-position: center center !important;
	padding-top: 100% !important;
	background-repeat: no-repeat !important;
	cursor: pointer;
}
.cat-item {
	-webkit-background-size: 140% 130% !important;
	background-size: 100% 100% !important;
	background-position: center center !important;
	padding-top: 100% !important;
	background-repeat: no-repeat !important;
	box-shadow: 1rem 1.25rem 2rem 0 rgba(0,0,0,.32);
	margin: 5px 15px;
}

.cat-item-container:hover .cat-item-caption i{
	opacity: 1;
	transition: .3s;
	position: absolute;
	top: calc(50% - 45px);
	right: calc(50% - 32px);
	cursor: pointer;
	background: #ff9c0f;

}
.cat-item-caption i{
	position: absolute;
	text-align: center;
	opacity: 0;
	color: #fff;
	line-height: 2;
	font-size: 30px;
	
}
.cat-item-caption h4 {
	font-weight: 800 !important;
	margin-top: 20px;
	color: #333;
	margin-top: 30px;
	text-decoration: none;
	font-size:20px;
}
.cat-item-caption i {
	height: 60px;
	width: 60px;
	border: 2px solid #fff;
	border-radius: 50%;
	line-height: 2;
	background: transparent;
}

#home-price-range {
	margin-bottom: 80px;
}
.price-item-caption {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.price-item-caption i {
	font-size: 30px;
}
.price-item-container a {
	text-decoration: none;
}
.price-item {
	-webkit-background-size: 100% 100% !important;
	background-size: 100% 100% !important;
	background-position: center center !important;
	padding-top: 50% !important;
	padding-bottom: 50% !important;
	background-repeat: no-repeat !important;
	margin: 0px 20px 20px;
	box-shadow: 1rem 1.25rem 2rem 0 rgba(0,0,0,.32);
}

.price-item-container:hover .price-item-caption i{
	opacity: 1;
	transition: .3s;
	cursor: pointer;
	background: #eebf33;

}
.price-item-caption i{
	text-align: center;
	opacity: 0;
	color: #fff;
	margin-bottom: 20px;
	
}
.price-item-caption h4 {
	font-weight: 800 !important;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
}
.price-item-caption i {
	height: 60px;
	width: 60px;
	border: 2px solid #fff;
	border-radius: 50%;
	line-height: 2;
	background: transparent;
}



.artists-item-caption {
	color: #fff;
	background: rgba(0,0,0,.5);
}
.artists-item-caption p {
	color: #fff;
	padding-bottom: 10px;
	font-size: 14px;
}
.artists-item-caption h2 {
	font-size: 18px;
	margin: 0;
	padding: 10px;
}
.artist-profile-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial;
}

.artist-profile-title {
  color: grey;
  font-size: 18px;
}

.artist-profile-button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #eebf33;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.artist-profile-a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

.artist-profile-button:hover, a:hover {
  opacity: 0.7;
}
.artist-profile-img {
	border-radius: 50%;
	width: 75% !important;
}
#home-banner {
    background:url(images/banner.jpg) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 550px;
	padding:135px 0px 70px 0px;
    text-align: center;
}
#home-banner h2 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 400;
    text-align: center;
}

#home-banner h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 500;
    text-align: center;
	line-height:40px;
}
#inside-banner {
    background:url(images/inside_banner.jpg) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 150px;
	padding:50px 0px 50px 0px;
    text-align: center;
}
#inside-banner h2 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 400;
    text-align: center;
}












.read_more {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding:6px 40px;
  background:#ff9c0f;
  color:#fff;
  border:2px solid #ff9c0f;
  font-size:17px;
  font-weight:600;
  border-radius:4px;
  text-transform:uppercase;
  letter-spacing:2px;
}
.read_more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#fff;
  color:#292929;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.read_more:hover, .read_more:focus{
	color:#292929;
}
.read_more:hover:before, .read_more:focus:before, .read_more:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); 
}
.search {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding:4px 30px;
  background:#ff9c0f;
  color:#fff;
  border:2px solid #ff9c0f;
  font-size:16px;
  font-weight:600;
  border-radius:4px;
  text-transform:uppercase;
  letter-spacing:2px;
}
.search:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#fff;
  color:#292929;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.search:hover, .search:focus{
	color:#292929;
}
.search:hover:before, .search:focus:before, .search:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); 
}
.painting-button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding:4px 8px;
  background:#fff;
  color:#292929;
  border:2px solid #ff9c0f;
  font-size:14px;
  font-weight:600;
  border-radius:4px;
  text-transform:uppercase;
  letter-spacing:1px;
}
.painting-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#ff9c0f;
  color:#fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.painting-button:hover, .painting-button:focus{
	color:#fff;
}
.painting-button:hover:before, .painting-button:focus:before, .painting-button:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); 
}
.artist-button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding:4px 8px;
  background:#fff;
  color:#292929;
  border:2px solid #ff9c0f;
  font-size:14px;
  font-weight:600;
  border-radius:4px;
  text-transform:uppercase;
  letter-spacing:1px;
}
.artist-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#ff9c0f;
  color:#fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.painting-button:hover, .painting-button:focus{
	color:#fff;
}
.artist-button:hover:before, .artist-button:focus:before, .artist-button:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); 
}
.cart_button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding:4px 16px;
  background:#ff9c0f;
  color:#fff;
  border:2px solid #ff9c0f;
  font-size:16px;
  font-weight:600;
  border-radius:4px;
  text-transform:uppercase;
  letter-spacing:2px;
}
.cart_button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#fff;
  color:#292929;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.cart_button:hover, .cart_button:focus{
	color:#292929;
}
.cart_button:hover:before, .cart_button:focus:before, .cart_button:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); 
}

#home-subs {
	background:#6C6C6C;
	padding:35px 0px;
}
#home-subs h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 35px;
    font-weight: 400;
}
#home-subs input[type="text"] {
    padding: 20px;
    border-radius: 0;
    font-size: 18px;
	border-radius:6px 0px 0px 6px;
}
#home-subs button[type="submit"] {
    padding: 8px 10px;
    border-radius: 0;
    font-size: 18px;
    background: #ff9c0f;
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
	border-radius:0px 6px 6px 0px;

}
.banner-main-head {
    font-size: 60px;
}
.banner-head {
    font-size: 26px;
    line-height: 1.7;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-family: 'Playfair Display', serif;
}
.text-white {
    color: #fff;
}
.banner-learn-more {
    padding: 10px 30px;
    background: #eebf33;
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
}

.post-shadow {
    -webkit-box-shadow: 0 0 10px 3px rgba(240, 169, 81, 0);
    box-shadow: 0 0 10px 3px rgba(240, 169, 81, 0);
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.enquiry_submit:hover:before, .enquiry_submit:focus:before, .enquiry_submit:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); 
}
.contact_submit {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding:6px 12px;
  background:none;
  color:#008fd0;
  border:2px solid #008fd0;
  font-size:17px;
  font-weight:500;
  border-radius:4px;
}
.contact_submit:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#008fd0;
  color:#fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.contact_submit:hover, .contact_submit:focus{
	color:#fff;
}
.contact_submit:hover:before, .contact_submit:focus:before, .contact_submit:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); 
}
.inside_bg{
	padding:35px 0px;
	background:#fff;
}
.inside_bg .artist_name{
	font-size:24px;
	font-weight:500;
	color:#292929;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #e7e7e7;
}
.inside_bg .subheading{
	font-size:20px;
	font-weight:500;
	color: #ff9009;
	padding-bottom:22px;
	padding-top:10px;
}

.select-pti {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    width: 100%;
    float: left;
}
.select-pti .form-control{
	height:40px;
	font-size:15px;
}
.cd-tab-filter-wrapper {
    background-color: #ffffff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    z-index: 1;
}
.cd-tab-filter {
    width: 100%;
    float: right;
    margin: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
}
.cd-tab-filter ul {
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: center;
	margin-bottom:35px;
}
.name-listing li {
    width: 40px;
	list-style-type: none;
padding: 0px 12px;
border-right: 1px solid #ccc;
}
.cd-tab-filter li {
    display: inline-block;
}
.cd-tab-filter a {
    display: inline-block;
    color:#808080;
    text-transform: uppercase;
    font-weight: 800;
}
.cd-tab-filter a:hover {
	color:#ff9c0f;
	text-decoration:underline;
}


.art-gallery {
	width: 100%;
	float: left;
	display: block;
}
.art-img {
	width: 100%;
	/*float: left;*/
	display: block;
	position: relative; height:280px; text-align:center;     /*border-top: 1px solid #ddd;     border-left: 1px solid #ddd;     border-right: 1px solid #ddd;*/
}
.art-img img{ height:100%; display:initial;}
.galley-box {
	width: 100%;
	float: left;
	display: block;
	/*border: 1px solid #dbdbdb;*/
	margin-bottom: 2em;
	max-height: 290px;
	text-align: center;
}
.pay-details {
    margin-bottom: 40px;
    text-align: center;
	font-size: 15px;
}
.pay-details h2 {
    color: #292929;   
    font-size: 20px;
	margin-top: 10px;
    margin-bottom: 12px;
    font-weight: 500;
    text-transform: capitalize;
}
.pay-details p, .pay-details span {
    font-size: 15px;
    font-weight: 600;
}
.painting-details .itemcode{
	color: #a2a2a2;
	margin-bottom: 6px;
	font-weight: 500;
}
.painting-details h2{
	color: #292929;
	font-size: 28px;
	margin-bottom: 14px;
	font-weight: 500;
	text-transform: capitalize;
}
.painting-details .artistsec{
	font-size:22px;
	font-weight: 500;
}
.painting-details .artistsec span{
	color:#ff9c0f;
}
.painting-details h3{
	color: #ff9c0f;
	font-size: 26px;
	margin-bottom: 20px;
	font-weight: 500;
	text-transform: capitalize;
}
.box01, .box03 {
    background: #e4e4e4;
    border: 1px solid #bebebe;
    border-radius: 3px;
    margin-bottom: 15px;
	font-size: 15px;
	color:#1a1a1a;
}
.box01 h3 {
    color: #292929;
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 500;
    padding: 15px 15px 0px 15px;
}
.box01 .padding_sec {
    padding: 4px 15px;
}
.box01 hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #bebebe;
}
.box01 .table > tbody > tr > td {
    border-top: none;
}
.coupon_code {
    display: inline-block;
    height: 40px;
    margin-right: 4px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #e4e4e4;
    background-image: none;
    border: 1px solid #bebebe;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.payable_sec {
    background:#5E5E5E;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    margin-bottom: 15px;
    font-size: 15px;
}
.payable_sec h4 {
    margin-bottom: 12px;
    font-weight: 500;
    padding: 15px 15px 0px 15px;
    text-transform: uppercase;
    color: #fff;
}
.payable_sec .padding_sec {
    padding: 4px 15px;
    color: #fff;
    letter-spacing: 1px;
}
.payable_sec .table > tbody > tr > td {
    border-top: none;
}
.box01 .padding_sec02 {
    padding: 25px;
}
.box01 h5 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px;
    color: #292929;
}
.form-control02 {
    display: block;
    width: 98%;
    height: 40px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border-bottom: 1px solid #a6a6a6;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.box01 .form-control01 {
    display: block;
    width: 98%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border-bottom: 1px solid #a6a6a6;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
a.forget_link {
    color: #f25601;
    font-weight: 600;
}
a:hover.forget_link {
    color: #292929;
    font-weight: 600;
}
.border01{
	padding:4px;
	border:1px solid #D1D1D1;
}
.form-control03 {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #a3a3a3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.box01 h4 {
    margin-bottom: 12px;
    font-weight: 600;
    padding: 15px 15px 0px 15px;
    text-transform: uppercase;
    font-size: 18px;
	color: #292929;
}
.text-heading {
    margin-bottom: 20px;
    font-size: 18px;
    color: #292929;
    font-weight: 600;
}
.order_link{
	margin-bottom:15px;
}
.order_link li{
	list-style-type:none;
	border-bottom:1px dotted #c6c6c6;
	padding:4px 0px 4px 10px;
	background:url(images/arrow01.png) no-repeat left 22px;
}
.order_link li:last-child{
	border-bottom:none;
}
.order_link li a {
	font-size:16px;
    color: #000;

	display:block;

	padding:10px 8px;
	font-weight:500;

}
.order_link li a:hover {
    color: #f25601;
}
a.main_link {
    color: #f25601;
    text-decoration: underline;
    letter-spacing: 1px;
}
a:hover.main_link {
    color: #292929;
}
.progress {
    height: 10px;
    margin-bottom: 8px;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #292929;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.bg02 {
    padding: 30px;
    background: #6C6C6C;
}
.bg02 .font01 {
    margin-bottom: 18px;
    font-size: 20px;
    color: #fff;
}
a.link02 {
    color: #f25601;
	font-weight: 600;
    text-decoration: underline;
}
a:hover.link02{
	color:#292929;
}
.box01 .padding_sec01 {
    padding: 25px 15px;
}




a.resorts_link{
	color:#008fd0;
	font-weight:600;
}
a:hover.resorts_link{
	color:#292929;
}
.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 100%;
}
.image-box img {
    max-width: 100%;
    transition: all 2.0s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
.inside_bg .inside_bullet{
	margin-bottom:20px;
}
.inside_bg .inside_bullet li {
	
    background: url(images/bullet.png) no-repeat left 5px;
	list-style-type:none;
    padding: 1px 0px 1px 32px;
	margin-left:20px;
}
.inside_bg .inside_numbering{
	margin-bottom:20px;
}
.inside_bg .inside_numbering li {
    padding: 1px 0px 1px 12px;
	margin-left:30px;
}
.inside_bg .breadcrumb{
	background-color:transparent;
	margin-bottom:10px;
	padding: 6px 4px;
}
.inside_bg .breadcrumb > .active{
	color:#a2a2a2;
	font-weight: 400;
}
.inside_bg .breadcrumb > li a{
	color: #4c4c4c;
	font-weight: 400;
	font-size:15px;
}
.inside_bg .breadcrumb > li a:hover{
	color:#a2a2a2;
}
.silder_border{
	border:1px solid #e2e2e2;
	padding:6px;
}

.image-box:hover img {
    transform: scale(1.6);
}

.mobile_view{
	display:block;
}
.desktop_view{
	display:none;
}
.icon-bar01 {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:99;
}

.icon-bar01 a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar01 a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}
/*************************start footer selectors *************************/
.footer_bg{
	padding:20px 0px;
	background:#f4f0f1;
}
.footer_bg p{
	color:#292929;
	font-size:15px;
}
a.link01{
	color:#a8e4ff;
}
a:hover.link01{
	color:#fff;
}
.footer_bg h2 {
    color: #292929;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 26px;
}
.footer_link li{
	list-style-type:none;
margin-left: -4px;
padding: 2px 2px;
border-bottom:1px solid #a4a4a4;
}
.footer_link li:last-child{
	border-bottom:none;
}
.footer_link li a{
	color:#292929;
	font-size:15px;
	font-weight:400;
}
.footer_link li a:hover{
	color:#4A4A4A;
}
.copyrights{
	padding:8px 0px;
	background:#292929;
}
.copyrights p{
	text-align:center;
	color:#fff;
	margin-bottom:0px;
	font-size:15px;
}
/*************************end form section****************************/


#flexiselDemo1,  #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
	margin-bottom:25px;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    /*width: 100%;*/
    cursor: pointer;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width:240px;
    max-height:265px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 32px;
    height: 40px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background:url(images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(images/button-next.png) no-repeat;
}



#flexiselDemo1,  #flexiselDemo2 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
	margin-bottom:25px;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    /*width: 100%;*/
    cursor: pointer;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width:270px;
    max-height:400px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 32px;
    height: 40px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background:url(images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(images/button-next.png) no-repeat;
}

.text_link a{
	display:inline-block;
	color:#dc143c;
	padding:10px 0px;
	text-decoration:none;
	width:160px;
	height:60px;
	line-height:20px;
	font-weight:500;
}
.text_link a:hover{
	color:#fd8714;
}
.text_link span{
	display:block;
	color:#292929;
}
.copyright_bg a{
	font-size:13px;
	color:#FFEE08;
}
.copyright_bg a:hover{
	color:#fff;
}


.desktop{
	display:none;
}
.mobile{
	display:block;
}
/* arrow icon (span tag) */
#back-top {



	position: fixed;



	bottom: 0px;



	right: 10px;



	z-index:111;



}



#back-top a {



	width: 40px;



	display: block;



	text-align: center;



	font: 11px/100% Arial, Helvetica, sans-serif;



	text-transform: uppercase;



	text-decoration: none;



	color: #bbb;



	/* background color transition */



	-webkit-transition: 1s;



	-moz-transition: 1s;



	transition: 1s;



}



#back-top a:hover {



	color: #000;



}



/* arrow icon (span tag) */



#back-top span {



	width: 40px;



	height: 40px;



	display: block;



	margin-bottom: 7px;



	background:#ababab url(up-arrow.png) no-repeat center center;



	/* rounded corners */



	-webkit-border-radius: 15px;



	-moz-border-radius: 15px;



	border-radius: 15px;



	/* background color transition */



	-webkit-transition: 1s;



	-moz-transition: 1s;



	transition: 1s;



}



#back-top a:hover span {



	background-color: #3f3f3f;



}
.img_position {

    margin-top: -38px;
    padding-bottom: 15px;

}
.hidecaption {

    position: relative;
    overflow: hidden;
    height: 300px;
    //background: #f5f5f5;
    text-align: center;

}
.feature a:first-child {
	margin-top:6px;
    display: block;
    position: relative;
    overflow: hidden;
	color: #dc143c;
}
.feature a:first-child img {

    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*opacity: 0.7;
    filter: alpha(opacity=70);*/

}
.spotlight-cards .hidecaption img {

    background-color: #f1f1f1;

}
.hidecaption {
   position: relative;
   overflow: hidden;
   height: 300px;
   //background: #f5f5f5;
   text-align: center;
}
.hidecaption img {
/*   width: 350px;
   height: 270px; */
   width: 100%;
   max-width: 300px;
}
.hidecaption .caption {
   display:block;
   color: #fff;
   background-color: rgba(165,0,33,0.8); 
   position: relative;
   height: 38px;
   line-height: 30px;
   font-size: 16px;
   text-align: center;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.hidecaption:hover .caption, .feature:hover .caption {
   margin-top: -38px;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.hidecaption:hover .caption:hover  {
   background-color: rgba(21,21,21,0.7); 
}
.feature a:first-child {
    display: block;
    position: relative;
    overflow: hidden;
}
cardlabel {

    font-size: 14px;
    line-height: 14px;
    padding: 10px 0 2px 0;
    margin: 0;
    text-align: center;
    white-space: pre-wrap;
	color:#DC143C;
}
.price {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color:#333;
    margin-bottom: 1em;

}
.price span{
	font-size:14px;
	color:#A6A6A6;
	text-decoration:line-through;
}

	
	
	
	
.rag{
    position: relative;
}
.rag:after{
    position: absolute;
    content: 'RAG';
    top: 80%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #eeeeee70;
}