html,body,h1,h2,h3,h4,h5,h6,p,ul,li{
	margin:0;
	padding:0;
}
html, body{
	font-family:"caslons-egyptian";
	font-style:normal;
	font-weight:200;
	color:#000000;
}
h1{
	font-family: miller-banner, serif;
	font-weight: 400;
	font-style: normal;
	font-size:72px;
    line-height: 90px;
}
h2{
	font-family:"caslons-egyptian";	
	font-weight:500;
	font-size:36px;
}
h4{
	font-family: miller-banner, serif;
	font-weight: 400;
	font-style: normal;
	font-size:24px;
}
h5{
	font-family:"caslons-egyptian";	
	font-weight:500;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:35px;
}
h6{
	font-family:"caslons-egyptian";	
	font-weight:500;
	font-size:16px;
}
p{
	font-family:"caslons-egyptian";	
	font-weight:200;
	font-size:16px;
}
ul.megamenu li{list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);}
.first-section{
	padding-top:200px;
}
.strong{
	font-weight:400;
}
.form-control:focus{
	box-shadow: none;
	border-color:#ced4da;
}
.form-group {
    margin-bottom: 2rem;
}
.font-miller{
	font-family: miller-banner, serif;
	font-weight: 400;
	font-style: normal;
}
.container-medium{
	padding:100px 5%;
	width:100%;
	display:inline-table;
}
.container-full{
	padding:100px 0;
	width:100%;
	display:inline-table;
}
.container-full .row{
	margin:0;
}
.section-title{
	font-weight:200;
	margin-bottom:50px;
}
/* Header */
.navbar{
    padding: 1.5rem 1rem;
	transition: all 0.5s;
}
.navbar-light {
  color: #fff;
  background-color: transparent;
  border-color: #ffffff;
  border: none;
}
/*.navbar-light {
  color: #fff;
  background-color: #ccc6c6;
  border-color: #aca1a2;
}*/

.navbar-light .navbar-nav > li > a {
  color: #fff;
}

.navbar-light .navbar-nav > .dropdown > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-light .navbar-brand {
  color: #fff;
}

.menu-large {
  position: static !important;
}

.megamenu {
  padding: 20px 20px;
  width: 100%;
  border-radius: 0;
  margin: 0;
}

.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}

.megamenu > div > li > ul > li {
  list-style: none;
}

.megamenu .card {
    outline: none;
}

.megamenu .card:hover,
.megamenu .card:focus {
    outline: 1px solid #000;
}

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 1rem 1.5rem;
  clear: both;
  line-height: 1.428571429;
  color: #000000;
  font-weight: 300;
  white-space: normal;
  font-size: 16px;
}

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

.menu-large .dropdown-toggle::after{
	display:none;
}

.navbar-nav .nav-link img{
	height:22px;
}

.icons-menu{
    margin-left: 4rem;
}

.text-menu.navbar-nav .nav-link{
    padding: 1rem 1.5rem;
}

.navbar-nav .nav-link{
	font-family:"caslons-egyptian";	
	font-weight:500;
	font-size:18px;	
}
.navbar-light .navbar-nav .nav-link{
	color:#000000;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color:#000000;
}

.text-menu.navbar-nav .nav-item{
	margin:0 1.5rem;
}

/*Nav Hove Image*/
#magic-line {
  position: absolute;
  top: 50px;
  left: 0;
  width: 108px;
  height: 15px;
  background: url("../images/nav-hover-black.svg") no-repeat center center;
  transition: all 0.3s;
}

.text-menu:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
*:first-child + html .text-menu {
  zoom: 1;
}

.icons-menu.navbar-nav .nav-link{
    padding: .5rem 1rem;
}

.megamenu .dropdown-item{
	width:inherit;
}
.megamenu .dropdown-item:last-child{
	width: 35rem;
}
.megamenu .dropdown-header{
	color:#000000;
	font-weight:500;
	font-size:18px;
    padding: 1.5rem 1.5rem;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: transparent;
}
.dropdown-item .input-group{
    padding: .5rem 1.5rem;
}
.form-control, .btn{
    border-radius: 0!important;
    font-weight: 300;
    font-size: 16px;
    height: 60px;
    padding: 0.5rem 1.5rem;
}
.btn{
	height: 40px;
}
.btn-dark{
	color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
.input-group-append .btn{
	height: 60px;
}
.logo-white{
	display:none;
}
.icons-menu.navbar-nav .nav-link .icon-white{
	display:none;
}
.home-white.navbar-light .navbar-brand .logo-black{
	display:none;
}
.home-white.navbar-light .navbar-brand .logo-white{	
	display:block;
}
.home-white.navbar-light .navbar-nav .nav-link{
	color:#ffffff;
}
.home-white .icons-menu.navbar-nav .nav-link .icon-black{
	display:none;
}
.home-white .icons-menu.navbar-nav .nav-link .icon-white{
	display:block;
}
.home-white #magic-line {
    background: url(../images/nav-hover-white.svg) no-repeat center center;    
}


.navbar.compressed{
	padding:15px 5px;;
	background-color:#000000!important;
	color:#ffffff;
}
.navbar .navbar-brand img{
	height:100px;
}
.navbar.compressed .navbar-brand img{
	height:50px;
}
.navbar.compressed .navbar-brand .logo-black{
	display:none;
}
.navbar.compressed .navbar-brand .logo-white{
	display:block;
}
.navbar.compressed .icons-menu.navbar-nav .nav-link .icon-black{
	display:none;
}
.navbar.compressed .icons-menu.navbar-nav .nav-link .icon-white{
	display:block;
}
.navbar.compressed .navbar-nav .nav-link{
	color:#ffffff;
}
.navbar.compressed #magic-line{
	background: url("../images/nav-hover-white.svg") no-repeat center center;
    top: 15px;
}
.icons-menu.navbar-nav .dropdown .nav-link{
	padding-right:0;
}
/* Artist Page*/


.left-side-text h2, .left-side-text p{
	margin-bottom:15px;
}
.left-side-text h6{
	margin-bottom:25px;
}
.video-js{
	width:100%!important;
}
.vjs-default-skin .vjs-big-play-button{
	width: 2em;
	height: 2em;
	left: 50%;
	top: 50%;
	border-radius: 50%;
    transform: translate(-50%,-50%);
}
.vjs-default-skin .vjs-big-play-button:before{
    line-height: 1.8em;
}
.vjs-poster{
    background-size: cover;
}
.video-details{
	text-align: right;
    margin: 15px 0;
}

/*.artist-details-text{
	column-count: 3;	
}
.artist-details-text{
	-webkit-column-count: 3;
	-moz-column-count: 3; 
	column-count: 3;
	-webkit-column-gap: 40px; 
	-moz-column-gap: 40px;
	column-gap: 40px;
	-webkit-column-rule: 1px solid lightblue;
	-moz-column-rule: 1px solid lightblue; 
	column-rule: 1px solid lightblue;
	 
}
.artist-details-text img{	
	  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
}
.artist-details-text-with-image p{
  height: 300px;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -moz-column-fill: auto;
       column-fill: auto;
}
.artist-details-text{
	-webkit-column-count: 3;
	-moz-column-count: 3; 
	column-count: 3;
	-webkit-column-gap: 40px; 
	-moz-column-gap: 40px;
	column-gap: 40px;
}
.artist-details-text img{	
	  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
}*/
.artist-details{
	background-image:url(../images/waves.svg);
	background-repeat:no-repeat;	
    background-position: left -5px top 100px;
    background-size: 30%;
}
.artist-details p{
	margin-bottom:15px;
}
.artist-details-middle{
	padding-top:25px;
	padding-bottom:25px;
}
.artist-words a{
	color:#000000;
	border-bottom: 3px double;
	text-decoration:none;
}
.artist-words a:hover, .artist-words a:active, .artist-words a:visited{
	text-decoration:none;
}
.artist-words-main{
    padding-top: 100px;
    padding-bottom: 100px;
}
.publications-main{
    padding-top: 100px;
    padding-bottom: 100px;
}
.artist-words-main h1{
	margin-bottom:35px;
}
.publications-text blockquote {
  margin: 1.5em 0;
  padding: 0.5em 5px;
  quotes: "\201C""\201D""\2018""\2019";
  position:relative;
}
.publications-text blockquote:before {
	color: #000000;
	content: open-quote;
	font-size: 6em;
	line-height: 0.1em;	
	position: absolute;
	left: 0;
	top: 0;
}
.publications-text blockquote:after {
	color: #000000;
	content: close-quote;
	font-size: 6em;
	line-height: 0.1em;	
	position: absolute;
	bottom: -0.2em;
	right: 0;
}
.publications-text blockquote p {
  display: inline;
}
.awards-main{
	padding-top: 100px;
    padding-bottom: 100px;
}
.awards-listing{
	list-style:none;
	padding:0;
	margin:0;
	font-size:24px;
}
.awards-listing li{
	padding:15px 0;
	border-bottom:1px solid #000000;
}
.news-main{
	padding-top: 100px;
    padding-bottom: 100px;
}
.news-listing{
	list-style:none;
	padding:0;
	margin:0;	
}
.news-listing li{
	padding:15px 0;
}
.news-listing .news-right p{
	border-bottom:1px solid #000000;
	padding-bottom:30px;
}
.news-listing h4{
	margin-bottom:15px;
	font-family:"caslons-egyptian";
	font-weight:200;
}
.news-listing a{
	font-weight:400;
	color:#000000;
	border-bottom:3px solid #3BAABF;
	text-decoration:none;
}
.clients-main{
	padding-top: 100px;
    padding-bottom: 100px;
}
.testimonial-main{
	padding-top: 100px;
    padding-bottom: 100px;
}
footer{
	background-image:url(../images/Illuminator.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	min-height:500px;
	position:relative;
}
footer:after{
	height:100%;
	width:100%;
	content:"";
	background:rgba(0,0,0,0.5);
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.footer-main{
	padding-top: 120px;
    padding-bottom: 120px;
	color:#ffffff;
	position: relative;
	z-index:1;
}
.footer-menu-main{
	padding-bottom:40px;
	border-bottom:1px solid #ffffff;    
}
.footer-menu{
	list-style:none;
	padding:0;
	margin:0;
	font-size:16px;	
}
.footer-menu li a{
	color:#ffffff;
    text-decoration: none;
}
.footer-menu li{
	padding:10px 0;
}
.footer-menu li.footer-menu-header{
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
	padding-top:0;
	padding-bottom:20px;
}
.footer-left img{
	height:200px;
}
.copyright-main{
	padding-top:40px;
}
.social-icon{
	list-style:none;
	padding:0;
	margin:0;
	font-size:26px;
    text-align: right;
}
.social-icon li{
	float:none;
	display:inline-table;
	margin:0 5px;
}
.social-icon li:last-child{
	margin-right:0;
}
.social-icon li a{
	padding:5px;
	color:#ffffff;
}
.social-icon li:last-child a{
	padding-right:0;
}
.copyright-main p{
	margin:0 5px;
    padding: 5px;
    line-height: 28px;
	padding-left:0;
	margin-left:0;
}
.slider-main{
	height:700px;
	width:100%;
	background:#dddddd;
}
.products-home-main{
	padding-top: 100px;
    padding-bottom: 100px;
}
.products-home-image{
	position:relative;
}
.products-home-image .btn{
    position: absolute;
    bottom: 0;
    right: 0;
}
.products-home-config{
	list-style:none;
	padding:0;
	margin:30px 0;
	font-size:16px;
}
.products-home-details{
	height:100%;
}
.products-single-details{
	position:relative;
	height:inherit;
}
.products-home-details h2{
	font-weight:200;	
}
.products-home-config .form-control{
    height: 50px;
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
	border-left:none;
	border-right:none;
    font-weight: 500;
}
.products-home-config select {
	color:#000000;	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* Some browsers will not display the caret when using calc, so we put the fallback first */ 
	background: url("../images/down-select.svg") white no-repeat 98.5% !important; /* !important used for overriding all other customisations */
	background: url("../images/down-select.svg") white no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
    background-size: 22px!important;
}
.products-home-config select::-ms-expand { 
	display: none; 
}
.products-home-details .btn{
    position: absolute;
    bottom: 0;
}
.products-single-details .btn{
	bottom: -100px;
}
.products-home-main [class*="col-"]{
	-webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

#products-home-slider .owl-nav{
	height: 50px;
    position: relative;
	width: 65%;
	-webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}
#products-home-slider .owl-nav img{
	height:30px;
}
#products-home-slider .owl-nav button.owl-prev{
	left: 20%;
    margin: 0;
}
#products-home-slider .owl-nav button.owl-next{
	right: 20%;
    margin: 0;
}
#products-home-slider .owl-nav [class*=owl-]{
	font-size:36px;
	position:absolute;
}
#products-home-slider .owl-nav [class*=owl-]:hover{
	background:transparent;
	color:#000000;
}
#products-home-slider .owl-nav [class*=owl-]:focus{
	outline:none;
}
#products-home-slider .owl-nav.big{
    width: 100%;
}

#limited-slider .owl-nav{
	height: 50px;
    position: relative;
	width: 100%;
}
#limited-slider .owl-nav button.owl-prev{
	left: 20%;
    margin: 0;
}
#limited-slider .owl-nav img{
	height:30px;
}
#limited-slider .owl-nav button.owl-next{
	right: 20%;
    margin: 0;
}
#limited-slider .owl-nav [class*=owl-]{
	font-size:36px;
	position:absolute;
}
#limited-slider .owl-nav [class*=owl-]:hover{
	background:transparent;
	color:#000000;
}
#limited-slider .owl-nav [class*=owl-]:focus{
	outline:none;
}
#limited-slider .owl-item img{
    height: 500px;
}
#limited-slider .owl-item.active img{
    height: 700px;
}
#limited-slider .owl-item .limited-slider-details{
	display:none;
}
#limited-slider .owl-item.active .limited-slider-details{
	display:block;
}
.limited-slider-details{
	padding:25px 50px 0 50px;
}
.limited-slider-details h6{
	font-family: miller-banner, serif;
    font-size: 20px;
    margin-bottom: 10px;
}
.limited-options-main{
	padding-top: 100px;
    padding-bottom: 100px;
}
.limited-options-image{
	height:250px;
	border:1px solid #707070;
	margin-bottom:15px;	
	background-size:cover;
	background-repeat:no-repeat;
	background-position:left bottom;
}
.limited-img-1{
	background-image:url(../images/smooth.jpg);
}
.limited-img-2{
	background-image:url(../images/metallic.jpg);
}
.limited-img-3{
	background-image:url(../images/canvas.jpg);
}
.limited-options-details h6{
	margin-bottom:15px;
	font-family: miller-banner, serif;
    font-size: 20px;
}
.limited-options-details p{
	margin-bottom:15px;
}
.get-in-touch-main{
	background-image: url(../images/waves.svg);
    background-repeat: no-repeat;    
    background-position: left -5px top 100px;
    background-size: 30%;
}
.contact-main{
	padding-top: 100px;
    padding-bottom: 100px;
}
.empty-only-waves-left{
	background-image: url(../images/waves.svg);
    background-repeat: no-repeat;    
    background-position: left -5px top 100px;
    background-size: 30%;
	min-height:500px;
}
.link-underline{
    font-weight: 400;
    color: #000000;
    border-bottom: 3px solid #3BAABF;
    text-decoration: none;
}
.link-underline:hover, .link-underline:focus, .link-underline:visited{
	color: #000000;
	text-decoration: none;
}
.contact-main p{
	margin:5px 0;
}
.social-listing{
	padding-top: 100px;
    padding-bottom: 100px;
}
.social-listing{
	list-style:none;
	padding:0;
	margin:0;
	font-size:24px;
}
.social-listing li{
	padding:15px 0;
	border-bottom:1px solid #000000;
}
.social-listing li a{
	color: #000000;
	text-decoration: none;
    display: block;
}
.social-listing li a:hover, .social-listing li a:focus, .social-listing li a:visited{
	color: #000000;
	text-decoration: none;
}
.create-account-main{
	padding-top: 100px;
    padding-bottom: 100px;
}
.category-listing{
	padding-top: 100px;
    padding-bottom: 100px;
}
.category-listing{
	list-style:none;
	padding:0;
	margin:50px 0;
	font-size:24px;
}
.category-listing li{
	padding:15px 0;
	border-bottom:1px solid #000000;
}
.category-listing li a{
	color: #000000;
	text-decoration: none;
    display: block;
}
.category-listing li a:hover, .category-listing li a:focus, .category-listing li a:visited{
	color: #000000;
	text-decoration: none;
}
.shop-list-testimonial{
    padding: 25px 0px;
}
.shop-list-testimonial blockquote {
  margin: 1.5em 0;
  padding: 0.5em 5px;
  quotes: "\201C""\201D""\2018""\2019";
  position:relative;
}
.shop-list-testimonial blockquote:before {
	color: #000000;
	content: open-quote;
	font-size: 6em;
	line-height: 0.1em;	
	position: absolute;
	left: 0;
	top: 0;
}
.shop-list-testimonial blockquote:after {
	color: #000000;
	content: close-quote;
	font-size: 6em;
	line-height: 0.1em;	
	position: absolute;
	bottom: -0.2em;
	right: 0;
}
.shop-list-testimonial blockquote h4{
	margin-bottom:10px;
	line-height:38px;
}
.shop-list-testimonial blockquote p {
  display: inline;
}



.content {
	width: 100%;
	margin: 0 -15px;
	padding: 0px;
	text-align: center;
}

.single-content{
	margin:15px;
}
.single-content a{
	color:#000000;
	text-decoration:none;
	display:block;
}
.single-content a:hover, .single-content a:focus, .single-content a:active{
	color:#000000;
	text-decoration:none;
}
.single-content img {
	width: 395px;
	height: 100%;
	margin: 15px 0;
}
.single-content h6{
	margin-bottom:15px;
}
.single-content h4{
	font-family:"caslons-egyptian";
	font-weight:200;
}
.filters {
	width: 100%;
	text-align: left;
}
.filters span{
    display: inline-table;
    vertical-align: middle;
	margin-right:10px;
}
.filters ul {
	list-style: none;
	padding: 20px 0;
}

.filters li {
	display: inline-table;
    padding: 5px 0px;
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    cursor: pointer;
    line-height: normal;
	margin: 0 15px;
}

.filters li:hover {
	color: #000000;    
    font-weight: 500;
	border-bottom: 3px solid #3BAABF;
    text-decoration: none;
}

.filters li.active {
	color: #000000;    
    font-weight: 500;
	border-bottom: 3px solid #3BAABF;
    text-decoration: none;
}
.filter-img-div{
	width: 395px;
	height: 450px;
	margin: 15px 0;
	border:1px solid #707070;	
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.shop-single-main{
	padding-top: 100px;
    padding-bottom: 100px;
}
.shop-single-main .carousel-inner .carousel-item{
	height:550px;
	border:1px solid #707070;
}
.shop-single-main .carousel-inner .carousel-item img{
	height:100%;
}
.shop-single-main .carousel-indicators{
	position:relative;
	justify-content: flex-start;
	margin-right: 0;
	margin-left: 0;
    margin-top: 30px;
	margin-bottom:0;
}
.shop-single-main .carousel-indicators li{
	height:150px;
	width:150px;
	margin-left:0;
	margin-right:15px;
	border:1px solid #707070;
}
.shop-single-main .carousel-indicators li img{
	height:100%;
}
.shop-single-options-main{
	padding-top: 100px;
    padding-bottom: 100px;
}
.shop-single-options-main .nav-tabs{
	border:none;
    padding: 0;
    margin-bottom: 50px;
}
.shop-single-options-main .nav-tabs .nav-link{
	font-size:36px;
	font-weight:200;
	color:#000000;
	padding:20px 30px;
	border:2px solid #707070;	    
    line-height: normal;
    border-radius: 0;
}
.shop-single-options-main .nav-tabs .nav-link.active{
	border:2px solid #34ABC2;
	font-weight:400;
}
.limited-options-inner{
    min-height: 600px;
	border-bottom:1px solid #707070;
	padding-bottom:30px;
}

.limited-options-list{
	list-style:none;
	padding:0;
	margin:30px 0;
}
.limited-options-list li{
	padding:10px 0;	
}
.frames-tab .limited-options-inner{
	min-height: 100px;
}
.blog-single-main{
	padding-top: 100px;
    padding-bottom: 100px;
}
.blog-single-main .section-title{
	margin-top:50px;
	margin-bottom:20px;
}
.blog-single-main p.date {
    margin-bottom: 30px;
    color: #9B9B9B;
}
.blog-single-img img{
	height:680px;
	border:1px solid #707070;
    width: 100%;
}
.blog-single-content{
	margin-top:50px;
}
.blog-single-content h4{
	font-family:"caslons-egyptian";
	margin-bottom:30px;
	text-transform:capitalize;
	font-weight:200;
}
.blog-single-content h5{
	font-family:"caslons-egyptian";
	font-size:16px;
	color:#9B9B9B;
	margin:30px 0;
	text-transform:uppercase;
	font-weight:200;
	padding-left:30px;
	border-left:5px solid #000000;
	line-height:30px;
}
.blog-single-content h6{
	margin-bottom:15px;
	font-weight:300;
}
.blog-single-content p{
	margin-bottom:15px;
}
.blog-single-related-post{
	padding-top: 100px;
    padding-bottom: 100px;
	border-top:1px solid #E3E3E3;
}
.blog-single-related-post-inner{
	padding-right:20%;
}
.blog-single-related-post-inner a{
	display:block;
	color:#000000;
	text-decoration:none;
}
.blog-single-related-post-inner a:hover, .blog-single-related-post-inner a:active, .blog-single-related-post-inner a:focus{
	text-decoration:none;
}
.blog-single-related-post-title h4{
	font-family:"caslons-egyptian";
	margin:30px 0;
	text-transform:capitalize;
	font-weight:200;
}
.blog-single-related-post-img img{
    height: 220px;
}
.empty-only-waves-right{
	background-image: url(../images/waves.svg);
    background-repeat: no-repeat;    
    background-position: right -5px top 100px;
    background-size: 30%;
	min-height:500px;
}
.faq-main{
	padding-top: 100px;
    padding-bottom: 100px;
}
.accordion-common{
	margin-bottom:100px;
}
.accordion-shipping-0{
	margin-bottom:0;
}
.accordion-common .card{
	border-radius:0;
	padding:15px 0;
	border:none;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
.accordion-common .card-header{
	border-radius:0!important;
    background-color: transparent;
    border-bottom: none;
	padding:5px 0;
}
.accordion-common .card-header .card-link{
	font-family:"caslons-egyptian";	
	font-weight:500;
	font-size:18px;
	color:#000000;	
	line-height:30px;
	display:block;
	position:relative;
    padding-right: 30px;
}
.accordion-common .card-body{
	padding:15px 0;
}
.accordion-common .card-header .card-link:after{
	content:'';
	display:block;
	height:30px;
	width:30px;
	background-image: url(../images/minus-icon.svg);
    background-repeat: no-repeat;    
    background-position: center center;
    background-size: contain;
	position: absolute;
    right: 0;
    top: 0;
}
.accordion-common .card-header .card-link.collapsed:after{
	content:'';
	display:block;
	height:30px;
	width:30px;
	background-image: url(../images/plus-icon.svg);
    background-repeat: no-repeat;    
    background-position: center center;
    background-size: contain;
	position: absolute;
    right: 0;
    top: 0;
}
.accordion-common .card-body h5{
	margin-bottom:30px;
}
.accordion-common .card-body p{
	margin-bottom:15px;
}
.accordion-common .card-body h6{
	margin-bottom:15px;
}
.accordion-common .card-body h4{
	margin-bottom:15px;
}
.accordion-common .card-body a{
	font-weight:500;
	color:#000000;
}
.terms-main{
	padding-top: 100px;
    padding-bottom: 100px;
}
.terms-main h5{
	margin-bottom: 15px;
	margin-top: 30px;
}
.terms-main p{
	margin-bottom:15px;
}
.terms-main h6{
	margin-bottom:15px;
}
.terms-main h4{
	margin-bottom:15px;
}
.terms-main a{
	font-weight:500;
	color:#000000;
}
.blog-listing-content{
	padding:50px 0;
	border-bottom:1px solid #E3E3E3;
}
.blog-listing-image{
	height: 250px;
    border: 1px solid #707070;
    margin-bottom: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.blog-listing-details{
	
}
.blog-listing-details p{
	margin-bottom:15px;
}
.blog-listing-details p.date{
	margin-bottom:30px;
	color:#9B9B9B;
}
.blog-listing-details h4{
	font-family:"caslons-egyptian";
	font-style:normal;
	font-weight:200;	
	margin-bottom:15px;
}
.blog-listing-read-more{
	margin:15px 0 0 0;
}
.blog-listing-read-more a.link{
	font-weight: 400;
    color: #000000;
    border-bottom: 3px solid #3BAABF;
    text-decoration: none;
	margin-bottom:30px;
	display:inline-table;
}
.blog-listing-social-icon{
	list-style: none;
    padding: 0;
    margin: 0;
    font-size: 26px;    
}
.blog-listing-social-icon li {
    float: none;
    display: inline-table;
    margin: 0 5px;
} 
.blog-listing-social-icon li a {
    padding: 5px;
    color: #000000;
}   
.blog-listing-main .pagination{
	margin:100px 0;
}
.blog-listing-main .pagination .page-link{
	color: #9B9B9B;
    border: none;
    border-radius: 0!important;
}
.blog-listing-main .pagination .page-item.active .page-link{
	color: #000000;
	background-color: transparent;
    border-color: transparent;
}
.blog-listing-main .pagination .page-link:focus{
	box-shadow:none;
}
.video-listing-main{
	padding-top: 100px;
    padding-bottom: 100px;
}
.video-listing-content{
    margin-top: 50px;
}
.video-listing-inner {
    padding-right: 20%;
}
.video-listing-title h4 {
    font-family: "caslons-egyptian";
    margin: 30px 0;
    text-transform: capitalize;
    font-weight: 200;
}
.login-account-main{
	padding-top: 100px;
    padding-bottom: 100px;
}
.login-account-main{
	padding-top: 100px;
    padding-bottom: 100px;
}
.login-account-inner{
	margin:50px 0;
}
.login-account-inner a{
	font-weight: 400;
    color: #000000;
    border-bottom: 3px solid #3BAABF;
    text-decoration: none;
	margin-bottom:30px;
	margin-right: 15px;
	display:inline-table;
}
.login-account-inner a:last-child{
	margin-right: 0;
}
.login-account-inner h2{
	margin-bottom:30px;
	font-weight: 200;
}
.login-account-inner p{
	margin-bottom:15px;
}
.login-account-main a.back-link{
	font-weight: 400;
    color: #000000;    
    text-decoration: none;
	margin-bottom:15px;
	display:inline-table;
}
.add-address-modal .modal-header{
	border-bottom:none;
}
.add-address-modal select{
	color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/down-select.svg) white no-repeat 98.5% !important;
    background: url(../images/down-select.svg) white no-repeat calc(100% - 10px) !important;
    background-size: 22px!important;
}
.add-address-modal .modal-body{
	padding-left:10%;
	padding-right:10%;
}
.add-address-modal .modal-header .close{
    background: url(../images/close.png) no-repeat center center;
    padding: 2rem 2rem;
}
.add-address-modal .form-check{
    padding-left: 2.25rem;
    margin: 8px 0;
}
.add-address-modal .form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.add-address-modal .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border:1px solid #707070;
}
.add-address-modal .form-check-label:hover input ~ .checkmark {
  background-color: #ccc;
}
.add-address-modal .form-check-label input:checked ~ .checkmark {
  background-color: #000000;
}
.add-address-modal .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.add-address-modal .form-check-label input:checked ~ .checkmark:after {
  display: block;
}
.add-address-modal .form-check-label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.add-to-cart-main{
	padding-top: 100px;
    padding-bottom: 100px;
}
.add-to-cart-img{
	height: 250px;
	width:250px;
    border: 1px solid #707070;
    margin-bottom: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.add-to-cart-details-notes{
	margin-bottom: 50px;
}
.add-to-cart-details-notes p{
	margin-bottom: 15px;
}
/*
 Hover Effect CSS 
.limited-home-main{
	padding-top: 50px;
    padding-bottom: 50px;
}
.limited-home-main {
	display: flex;
	flex-direction: column;	
	height: calc(100vh - 13rem);
	position: relative;
	justify-content: flex-start;
	align-items: center;
}

.distort {
	position: absolute;
	pointer-events: none;
	will-change: transform;
}

.distort__img {
	opacity: 0;
}

.limited-home-main {
	font-family: var(--font-content), serif;
	color: var(--color-content-text);
}

.menu {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	text-align: center;
	font-size: 10vh;
	font-weight: normal;
}

.demo-2 .menu {
	line-height: 1.5;
}

.quote {
	display: block;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 2rem;
	z-index: 999;
	font-weight: normal;
}

.quote__author {
	margin: 2rem 0 0 0;
	display: block;
	font-size: 1rem;
	color: var(--color-content-secondary);
}

.quote__author::before {
	content: '\2014';
	margin-right: 1rem;
}

.menu__link,
.quote__link {
	z-index: 999;
	color: var(--color-content-link);
	position: relative;
	white-space: nowrap;
}

.menu__link:hover,
.quote__link:hover {
	color: var(--color-content-link-hover);
}

.menu__link span,
.quote__link span {
	display: inline-block;
}

.quote__link::after {
	content: '';
	position: absolute;
	height: 5px;
	border-width: 1px 0;
	border-style: solid;
	width: 100%;
	left: 0;
	top: calc(100% - 0.25rem);
	border-color: currentColor;
}

@media screen and (min-width: 53em){
	.limited-home-main {
		height: 100vh;
		justify-content: center;
	}
	.quote {
		font-size: 7vh;
	}
	.quote__author {
		font-size: 2.5vh;
	}
	.quote__link::after {
		top: calc(100% - 1vh);
	}
}
*/
@media (max-width: 1900px) {
	.filter-img-div{
		width:350px;
		height:400px;
	}
	.artist-video{
	    height: 580px!important;
	}
}
@media (max-width: 1700px) {
	.filter-img-div{
		width:300px;
		height:350px;
	}
	.artist-video{
	    height: 530px!important;
	}
}
@media (max-width: 1500px) {
	#limited-slider .owl-item.active img{
		height:500px;
	}
	#limited-slider .owl-item img{
		height:380px;
	}	
	.filter-img-div{
		width:250px;
		height:300px;
	}
	.artist-video{
	    height: 480px!important;
	}
}
@media (max-width: 1300px) {
	#limited-slider .owl-item.active img{
		height:400px;
	}
	#limited-slider .owl-item img{
		height:330px;
	}	
	.filter-img-div{
		width:230px;
		height:280px;
	}
	.artist-video{
	    height: 430px!important;
	}
}
@media (max-width: 1200px) {
	#limited-slider .owl-item.active img{
		height:350px;
	}
	#limited-slider .owl-item img{
		height:280px;
	}
	.text-menu.navbar-nav .nav-item {
		margin: 0 0.5rem;
	}
	.megamenu{
		height:350px;
		overflow:auto;		
	}
	.blog-single-img img{
	    height: 450px;
	}
	.blog-single-related-post-img img {
		height: 200px;
	    width: 100%;
	}
	.video-listing-inner{
		padding-right:0;
	}
	.blog-single-related-post-inner {
		padding-right:0;
	}
	.filter-img-div{
		width:190px;
		height:230px;
	}
	.shop-list-main h2{
	    font-size: 28px;
	}
	.artist-video{
	    height: 400px!important;
	}
	.megamenu .dropdown-item{
	    padding: .25rem 0.5rem;
	}
	.shop-single-options-main .nav-tabs .nav-link{
	    font-size: 30px;
	    padding: 20px 15px;
	}
}
@media (max-width: 1010px) {
	.text-menu.navbar-nav .nav-item {
		margin: 0 0.2rem;
	}
}
@media (max-width: 991px) {
	.text-menu.navbar-nav .nav-link{
	    padding: 1rem 0.5rem;
	}
	.icons-menu.navbar-nav .nav-link {
		padding: .5rem 0.2rem;
	}
	.video-js{
		height: 300px!important;
	}
	.shop-single-main .carousel-inner .carousel-item{
		height: 300px;
	}
	.video-listing-video .video-js{		 
		height: 200px!important;
	}
	.filter-img-div{
		width:190px;
		height:230px;
	}
	.megamenu .dropdown-header, .megamenu > div > li > ul > li > a, .dropdown-item .input-group{
	    padding: 0.5rem 0.5rem;
	}
	.megamenu .dropdown-item:last-child {
		width: 100%;
	}
	.shop-single-options-main .nav-tabs .nav-link{
	    font-size: 24px;
	    padding: 10px 10px;
	}
}
@media (max-width: 768px) {
	.navbar-light .navbar-toggler .icon-white{
		display:none;
	}
	.navbar-light .navbar-toggler .icon-black{
		display:block;
	}
	.compressed.navbar-light .navbar-toggler .icon-black{
		display:none;
	}
	.compressed.navbar-light .navbar-toggler .icon-white{
		display:block;
	}
	.home-white.navbar-light .navbar-toggler .icon-black{
		display:none;
	}
	.home-white.navbar-light .navbar-toggler .icon-white{
		display:block;
	}
	.navbar-light .navbar-toggler{
	    outline: none;
		border:none;
		padding:0;
		height:50px;
		width:50px;
	}
	.home-white .navbar-collapse{
	    background: #ffffff;
	}
	.navbar-light .navbar-collapse{
	    background: #ffffff;
	}
	.home-white.navbar-light .navbar-nav .nav-link{
		color:#000000;
	}
	.navbar-light .navbar-nav .nav-link{
		color:#000000;
	}
	.home-white .icons-menu.navbar-nav .nav-link .icon-white{
		display:none;
	}
	.home-white .icons-menu.navbar-nav .nav-link .icon-black{
		display:block;
	}
	.navbar-light .icons-menu.navbar-nav .nav-link .icon-white{
		display:none;
	}
	.navbar-light .icons-menu.navbar-nav .nav-link .icon-black{
		display:block;
	}
	
	.navbar.compressed.home-white .navbar-collapse {
		background: transparent;
	}
	.navbar.compressed.home-white .navbar-nav .nav-link{
		color:#ffffff;
	}
	.navbar.compressed .icons-menu.navbar-nav .nav-link .icon-black{
		display:none;
	}
	.navbar.compressed .icons-menu.navbar-nav .nav-link .icon-white{
		display:block;
	}
	
	.navbar.compressed .navbar-collapse {
		background: transparent;
	}
	.navbar.compressed .navbar-nav .nav-link{
		color:#ffffff;
	}
	.navbar.compressed .icons-menu.navbar-nav .nav-link .icon-black{
		display:none;
	}
	.navbar.compressed .icons-menu.navbar-nav .nav-link .icon-white{
		display:block;
	}
	
	h1{
		font-size: 32px;
		line-height: 40px;
	}
	h5{
		margin-bottom:15px;
	}
	.form-group{
	    margin-bottom: 0.5rem;
	}
	.contact-main .col-md-4{
		margin:15px 0;
	}
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
  .icons-menu {
	margin-left: 0;
  }
  .artist-details, .get-in-touch-main{
	  background:none;
  }
  .left-side-text{
	  margin-bottom:15px;
  }
  .publications-image{
	  text-align:center;
  }
  .publications-image img{
	  margin-bottom:30px;
  }
  .footer-main, .social-icon{
	  text-align:center;
  }
  .footer-main{
	  padding-top:50px;
	  padding-bottom:50px;
  }
  .footer-left img{
	  margin-bottom:30px;
  }
  .video-js, .blog-single-img img{
	  height:250px!important;
  }
  .artist-words-main, .publications-main, .awards-main, .news-main, .clients-main, .testimonial-main, .products-home-main, .contact-main, .create-account-main, .limited-options-main, .shop-single-main, .shop-single-options-main, .faq-main, .blog-single-main, .container-medium, .container-full, .terms-main, .blog-listing-content, .blog-single-main, .blog-single-related-post, .video-listing-main, .login-account-main, .add-to-cart-main{
	  padding-top:25px;
	  padding-bottom:25px;
  }
  .section-title, .blog-listing-details p.date, .blog-listing-read-more a.link, .login-account-inner a, .login-account-inner h2, .add-to-cart-details-notes{
	  margin-bottom:15px;	  
  }
  .awards-listing li, .social-listing li, .accordion-common .card, .accordion-common .card-body{
      padding: 10px 0;
  }
  .news-listing .news-right p{
      padding-bottom: 15px;
  }
  .news-listing li, .category-listing li{
      padding: 7px 0;
  }
  .news-left, .left-side-text h6{
	  margin-bottom:15px;
  }
  .video-details{
      text-align: left;
  }
  #products-home-slider .owl-nav{
	  width:100%;
  }
  .products-home-details{
	  margin:10px 0;
      text-align: center;
  }
  .products-home-config, .category-listing, .filter-img-div{
	  margin:10px 0;
  }
  .products-home-details h2{
	  margin:15px 0;
  }
  .products-home-details .btn{
	  position:relative;
      bottom: 0;
  }
  .products-home-image .btn{
	  display:none;
  }
  #limited-slider .owl-item.active img, #limited-slider .owl-item img{
	  height:250px;
  }
  .limited-slider-details{
      padding: 10px;
  }
  .single-content{
	  width:100%;
	  margin: 0;
  }
  .filter-img-div{
	  width:100%;
	  height:250px;
  }
  .filters span{
	  display:block;
	  margin:0;
  }
  .filters ul{
      text-align: center;
      padding: 10px 0;
  }
  .filters li{
      margin: 5px 15px;
  }
  .content{
	  margin:0;
  }
  .shop-single-main .carousel-inner .carousel-item{
      height: 250px;
  }
  .shop-single-main .carousel-indicators{
      margin-top: 10px;
  }
  .shop-single-main .carousel-indicators li{
	  margin-right:5px;
	  height:50px;
	  width:50px;
  }
  .shop-single-options-main .nav-tabs{
	  margin-bottom:15px;
  }
  .shop-single-options-main .nav-tabs .nav-link{
      padding: 10px 20px;
  }
  .limited-options-inner, .frames-tab .limited-options-inner{
	  min-height:inherit;
	  padding-bottom:15px;
  }
  .limited-options-list{
      margin: 15px 0;
  }
  .empty-only-waves-right{
	  display:none;
  }
  .empty-only-waves-left{
	  display:none;
  }
  .accordion-common .card-body h6, .accordion-common .card-body h4, .accordion-common .card-body p, .accordion-common .card-body h5, .blog-single-content h5, .blog-single-content h6, .blog-single-content p, .blog-single-content h4, .single-content h6, .limited-options-details h6, .limited-options-details p, .terms-main h4, .terms-main h6, .terms-main p, .blog-single-main p.date, .login-account-inner p, .login-account-main a.back-link, .add-to-cart-details-notes p{
	  margin-bottom:10px;
  }
  .terms-main h5, .blog-single-main .section-title{
	  margin-bottom:10px;
	  margin-top:15px;
  }
  .accordion-common{
	  margin-bottom:30px;
  }
	.blog-listing-image{
		height:200px;
	}
  .blog-single-content, .video-listing-content{
	  margin-top:30px;
  }
  .blog-listing-read-more{
	  margin:0;
  }
  .blog-listing-main .pagination, .login-account-inner{
	  margin:25px 0;
  }
  .blog-single-content h5{
	  margin:15px 0;
  }
  .blog-single-related-post-inner, .video-listing-inner{
	  padding-right:0;
  }
  .blog-single-related-post-img img {
	  height: auto;
	  width: 100%;
   }
   .blog-single-related-post-title h4, .video-listing-title h4{
	   margin:10px 0 30px 0;
   }
   .add-to-cart-img{
	   height:200px;
	   width:200px;
       margin: 0 auto 30px;
   }
   .add-to-cart-details .form-group{
	   text-align:center;
   }
   .navbar{
       padding: 1rem 1rem;
   }
   .navbar.compressed{
	   padding:15px 15px;
   }
   .navbar-brand{
	   padding:0;
   }
   .video-listing-video .video-js {
		height: 250px!important;
	}
	.blog-single-related-post-img img {
		height: 250px;	    
	}
   
}


