body{
	font-family: 'Barlow', sans-serif;
}
@media (min-width: 1200px){
	.container {
	    width: 1200px;
	}
}
a{
	color: #0F0F0F;
	text-decoration: none;
}
a:hover{
	color: #AB2F2D !important;
	text-decoration: none;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.mainhead {
    background-color: #ffffff;
    border-color: #e7e7e7;
}
.secnav{
	background-color: #F5F4F2;
}
.nav-link{
	text-transform: uppercase;
	border-right: 1px solid;
	padding-right: 10px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 8px;
    font-size: 13px;
}
.btn-custom{
	background-color: #AB2F2D;
	border: 1px solid #AB2F2D;
	color: #fff;
}
.btn-custom:hover{
	background-color: #ab2f2de6;
	border: 1px solid #AB2F2D;
	color: #fff;
}
.headerinput{
	width: 360px !important;
    background-color: #F7F6F4;
    color: #CDCBCC;
    font-size: 13px;
}
.link{
	color: #AB2F2D !important;
	font-size: 15px !important;
	font-weight: 500;
	margin: 6px 10px;
}
.btn-style{
	background-color: #fff;
	border: 1px solid #AB2F2D;
	color: #AB2F2D;
}
.secnav ul li a{
	font-size: 14px;
    text-transform: uppercase;
    color: #4e4e4e;
    font-weight: 500;
    margin: 0px 15px;
}

#slider1 img{
    display: block;
    width: 100% !important;
    height: 500px;
}
.slick-dots{
	position: absolute;
    bottom: 10px;
    margin: 0 47%;
}
section{
	padding: 40px 0px 50px;
}
.title{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px
}
.feaimg{
	max-height: 270px;
	padding-bottom: 70px;
	box-shadow: 0 0 20px 4px #0000002e;
	border: 1px solid #b3b3b3a3;
	border-radius: 4px;
	cursor: pointer;
	margin: 10px 0px;
}
.feaimg:hover{
	box-shadow: 0 0 20px 9px #0000002e;
	border: 1px solid #AB2F2D;
}
.feaimg img{
	height: 200px;
	width: 100%;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.ftext{
	position: absolute;
    text-align: center;
    left: 15%;
    width: 70%;
    bottom: 18%;
    background-color: #000;
    padding: 5px 20px 0px;
    border-radius: 3px;
    color: #fff;
}
.ftext a p{
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
    line-height: 1.8;
}
.feaimg:hover .ftext{
	background-color: #AB2F2D;
}
#featured{
	padding-top: 0px;
}
#featured .viewmore{
	text-align: center;
	margin: 30px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #AB2F2D;
	font-weight: 600;
	letter-spacing: 0.8px;
}
#featured .viewmore:hover{
	color: #000;
}

#artist{
	background-image: url(../images/bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 20px;*/
    color: #fff;
}
.artistimg{
	border-radius: 50%;
	box-shadow: 0 0 20px 4px #0000002e;
	width: 80%;
	margin: 20px;
}
.artistviewmore{
	background-image: url(../images/larry-marshall-1395245514-square.jpg);
    position: relative;
    background-position: center;
    width: 80%;
    border-radius: 50%;
    margin: 12%;
}
.artistimg1{
    background-color: #000;
    border: 1px solid black;
    opacity: 0.9;
    padding: 30%;
    filter: alpha(opacity=60);
    /* margin: 30px; */
    border-radius: 50%;
}
.artistimg:hover {
    border-radius: 50%;
    box-shadow: 0 0 20px 9px #0000002e;
}
.artistvm{
	color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.artistvm:hover{
	color: #fff;
	text-decoration: underline;
}
.mt-30{
	margin-top: 30px;
}
#artist h5{
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}
#price{
	background-color: #F3F3F3;
}
.shopprice{
	border: 1px solid #AB2F2D;
	background-color: #fff;
	text-align: center;
	margin: 20px 5px;
	padding: 15px 10px 10px;
	border-radius: 4px;
	box-shadow: 0 0 20px 4px #0000002e;
}
.shopprice a{
	color: #AB2F2D;
	font-weight: 500;
	font-size: 18px;
}
.shopprice:hover{
	border: 1px solid #AB2F2D;
	background-color: #AB2F2D;
	box-shadow: 0 0 20px 9px #0000002e;
}
.shopprice:hover a{
	color: #fff;
}

#testimonial .checked{
	color: #FCC400;
}
#widthtest{
	width: 70%;
	margin: 0 auto;
}

/*#slider2 .item{
  opacity:0.4;
  transition:.4s ease all;
  transform:scale(.8);
  margin: 10 auto;
}*/
#slider2 img{
	width: 80%;
	border-radius: 50%;
	height: 200px;
	margin: 20px auto;
}
@media(max-width:1000px){
  #testimonial .item{margin:0; transform:scale(.9)}
}
#testimonial .active .item{
  opacity:1;
  transform:scale(1);
} 
#slider2 .active img{
  border: 5px solid #AB2F2D;
} 
#testimonial .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

#testimonial .owl-carousel:after{content:""; display:block; position:absolute; width:8%; top:0; bottom:0; left:50%; margin-left:-4%; pointer-events: none; background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/43033/aett_logo_slider.png) no-repeat center 50%; background-size:100% auto;
}

#testimonial .owl-controls{position:absolute;}

.pd-20{
	padding: 20px 30px;
}
#testimonial .item h3{
	color: #000;
}
#testimonial .item p{
	color: #000;
}

#blog{
	background-color: #F3F3F3;
}
#blog .card{
	cursor: pointer;
	margin: 0px;
	padding: 20px;
}
#blog .card:hover{
	background-color: #fff;
	box-shadow: 0 0 20px 4px #0000002e;
}
#blog .card h5{
	color: #AB2F2D;
	margin: 20px 0px;
}
#blog .card h6{
	font-size: 18px;
	font-weight: 300;
}
#blog .card h3{
	text-transform: uppercase;
	color: #000;
	margin-bottom: 20px;
}
#blog .card:hover h3{
	color: #AB2F2D;
}

#selling{
	padding: 100px 0px;
}
#selling img{
	height: 300px;
	width: 100%;
	box-shadow: 0 0 20px 4px #0000002e;
}
.sellimg{
	position: relative;
	margin: 10px 0px;
}
.selloverlay{
    filter: alpha(opacity=60);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#selling h4{
	text-align: center;
    margin: 30% 10%;
    color: #000;
    font-size: 24px;
    border-radius: 6px;
    padding: 28px;
    text-transform: uppercase;
    background-color: #ffff;
    box-shadow: 0 0 20px 4px #0000002e;
}

#footer{
	background-color: #0F0F0F;
	color: #fff;
	padding: 40px 0 40px;
}
#footer .input-group-btn{
	width: 0;
}
#footer form{
	margin: 20px 0px;
}
#footer .btn {
    padding: 9px 12px;
}
#footer .form-control {
    height: 40px;
}
.contfooter{
	float: right;
	margin: 5% auto;
}
.contfooter p{
	font-size: 22px;
}
.contfooter .emaillink{
	float: right;
    margin-top: -10px;
    color: #AEAEAE;
    font-size: 20px;
}
.emaillink:hover{
	color: #AB2F2D;
}
.contfooter span a{
	font-size: 26px;
    font-weight: 500;
    color: #E4E4E4;
}
.contfooter span a:hover{
	color: #AB2F2D;
}
#footer hr{
	border-top: 1px solid #262626;
}
.col-md-1-5{
	width: 20%;
	float: left;
}
.sec-footer h4{
	color: #E4E4E4;
	text-transform: uppercase;
}
.sec-footer p a{
	color: #AEAEAE;
}
.sec-footer p a:hover{
	color: #AB2F2D;
}
#footer .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
#footer .panel-default>.panel-heading {
    color: #333;
    background-color: #0f0f0f;
    border-color: #0f0f0f;
    box-shadow: 0px 1px 0px #7d7d7d;
}
#footer .panel {
    margin-bottom: 20px;
    background-color: #0f0f0f;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
#footermb ul li{
	list-style: none;
}
#footermb ul li a{
	color: #AEAEAE;
    font-size: 19px;
    margin-left: -25px;
}
#footermb ul li a:hover{
	color: #AB2F2D;
}
#footer .copyright{
	color: #878787;
	font-size: 15px;
	text-align: right;
}
#footer .social ul{
	margin-left: -10%;
}
#footer .social ul li{
	list-style: none;
	display: inline-block;
	margin: 5px;
}
#footer .social ul li a{
	background-color: #676767;
	color: #0E0E0E;
	font-size: 15px;
	border-radius: 50%;
}
#footer .fb{
	padding: 8px 12px;
}
#footer .tw{
	padding: 8px 10px;
}
#footer .ist{
	padding: 8px 10px;
}
#footer .ln{
	padding: 8px 10px;
}
#footer .gp{
	padding: 8px 7px;
}
#footer .wht{
	padding: 8px 10px;
}
@media only screen and (max-width: 767px){
	.slick-dots {
	    position: absolute;
	    bottom: 10px;
	    margin: 0 40%;
	}
	#footer .copyright{
		color: #878787;
		font-size: 15px;
		text-align: center;
	}
	.contfooter{
		float: none;
		 text-align: center;
		margin: 5% auto;
	}
	#footer .social{
		text-align: center;
	}
	.contfooter .emaillink{
		float: none;
		text-align: center;
	    margin-top: -10px;
	    color: #AEAEAE;
	    font-size: 20px;
	}
	.headerinput {
	    width: 220px !important;
	    background-color: #F7F6F4;
	    color: #CDCBCC;
	    font-size: 13px;
	}
	.main-footer{
		margin: 0 auto !important;
	}
	#slider1 .item img {
	    display: block;
	    width: 100% !important;
	     height: 100%; 
	}
	.navbar {
	    position: relative;
	    min-height: 100px;
	    margin-bottom: 0px !important;
	    border: 1px solid transparent;
	}
	.slidercontent{
		position: absolute;
		top: 0% !important;
		width: 100% !important;
	    right: 0 !important;
	    left: 2%;
	    padding: 5px;
	}
	#myModal .modal-content{
		width: 100% !important;
	    margin: 10% auto;
	}
	#registerModal .modal-content{
		width: 100% !important;
	    margin: 10% auto;
	}
	#upcomingregisterModal .modal-content{
		width: 100% !important;
	    margin: 10% auto;
	}
	#forgotModal .modal-content{
		width: 100% !important;
	    margin: 10% auto;
	}
	.dropdown-cart {
	    display: none;
	    position: absolute;
	    background-color: #f9f9f9;
	    min-width: 160px;
	    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	    z-index: 1;
	    padding: 20px;
	    top: 10% !important;
	    z-index: 999 !important;
	    right: 2% !important;
	    width: 280px;
	}
	#wrapper .progress_bar {
	    width: 40px !important;
	    height: 5px;
	    border-radius: 20px;
	    background-color: #D8D8D8;
	    display: inline-block;
	}
}
.slidercontent {
    position: absolute;
    top: 25%;
    right: 3%;
    width: 40%;
}
.slidercontent h1{
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
}
.slidercontent h2{
	color: #FF9E00;
	/*border-bottom: 1px solid #FF9E00;*/
	padding-bottom: 3px;
	margin: 0px;
	font-size: 42px;
}
#slider1 .item{
	position: relative;
}
.mvlogo{
	width: 100%;
    float: left;
    padding: 15px 0px;
}
.mbformheader{
	border: 0;
	margin: 0px;
	padding: 7px 0px;
}
.headerinpmb{
	width: 0%;
}
.dropdown {
    position: relative;
    display: block;
    text-align: center;
    border-right: 1px solid;
    font-size: 15px;
    padding-right: 10px;
}
.dropdown span i{
	font-size: 22px;
    color: #616161;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 110px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 99;
}
.dropdown-content p a{
	color: #AB2F2D;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.userhead{
	display: block;
    list-style: none;
    float: right;
    margin: 15px 0px 0px;
}
.paddleft{
	padding-left: 10px;
}
.userhead li{
	display: inline-block;
}
.navbar-toggle {
    margin-right: 0px;
}
.logod{
	width: 85%;
}
.mb0 {
    margin-bottom: 0px;
}
.slider {
    width: 100%;
    /*margin: 100px auto;*/
}

/*.slick-slide {
  margin: 0px 20px;
}*/

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
  margin: 0;
}


#testimonial .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

#testimonial .slick-current {
  opacity: 1;
}

#slider2 .slick-current img{
	border: 5px solid #AB2F2D;
}

#slider2 .slick-current h3{
	color: #3E3E3E;
}
#slider2 .slick-current p{
	color: #3E3E3E;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.slick-active button{
	font-size: 0;
    line-height: 0;
    display: block;
    width: 14px;
    height: 14px;
    padding: 5px;
    cursor: pointer;
    color: #FDC400 !important;
    border: 0;
    border: 1px solid #FDC400 !important;
    outline: none;
    border-radius: 50%;
    background: #FDC400 !important;
}
a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}

#selling .sellimg:hover {
    background-color: #fff;
    box-shadow: 0 0 20px 4px #0000002e;
}
.heading-form {
    width: 100%;
    /* background-color: #AB2F2D; */
    color: #4a4a4a;
    padding: 20px;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    text-transform: capitalize;
}

#myModal .modal-content{
	width: 70%;
    margin: 10% auto;
}
#myModal .close{
	/* margin: -15px; */
    /* background-color: #000; */
    padding: 5px 10px;
    border-radius: 50%;
    opacity: 0.8;
    color: #6b6b6b;
    position: absolute;
    right: 4px;
}
#myModal .modal-body{
	padding: 0px;
    margin-top: -20px;
}
.sign-form .input-form{
	padding: 0px 20px 20px 20px;
	margin: 0 auto;
}
.my-form{
	padding: 10px 10px;
    border-radius: 2px;
    height: 36px;
    background-color: #ffffff;
    border: 1px solid #d2d2d2;
    box-shadow: none;
    font-size: 12px;
    width: 87%;
    margin: 0 auto;
}
.my-form:focus {
    border-color: #d87f7e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgb(255, 135, 133);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgb(255, 135, 133);
}
.forgotpsw1{
	text-align: right;
	float: right;
	font-size: 13px;
}
.forgotpsw a{
	color: #AB2F2D;
	font-size: 13px;
	margin: 10px auto;
}
.forgotpsw a:hover{
	text-decoration: underline;
}
.forgotpsw1 a{
	color: #AB2F2D;
	font-size: 13px;
	margin: 10px auto;
}
.forgotpsw1 a:hover{
	text-decoration: underline;
}
.newbtn{
	width: 87%;
	background-color: #1CB400;
	border: 1px solid #1CB400;
    border-radius: 2px;
}
#registerModal .modal-content{
	width: 70%;
    margin: 10% auto;
}
#registerModal .close{
	/* margin: -15px; */
    /* background-color: #000; */
    padding: 5px 10px;
    border-radius: 50%;
    opacity: 0.8;
    color: #6b6b6b;
    position: absolute;
    right: 4px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 300;
    font-size: 12px;
}
#registerModal .modal-body{
	padding: 0px;
    margin-top: -20px;
}
#registerModal .choose-user{
	position: relative;
    margin: 0px 0px 0px 10%;
    font-size: 15px;
    padding: 10px 20px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
#registerModal .choose-user img{
	float: left;
    margin-right: 10px;
}
#registerModal .choose-user1{
	position: relative;
    margin: 0px 10% 0px 0;
    font-size: 15px;
    padding: 10px 20px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
#registerModal .choose-user1 img{
	float: left;
    margin-right: 10px;
}
#registerModal .choose-checkform{
	position: absolute;
    top: 0;
    width: 10%;
    right: 0px;
}
.reg-form .input-form{
	padding: 20px;
	margin: 0 auto;
}
#forgotModal .modal-content{
	width: 70%;
    margin: 10% auto;
}
#forgotModal .close{
	/* margin: -15px; */
    /* background-color: #000; */
    padding: 5px 10px;
    border-radius: 50%;
    opacity: 0.8;
    color: #6b6b6b;
    position: absolute;
    right: 4px;
}
#forgotModal .modal-body{
	padding: 0px;
    margin-top: -20px;
}
.forgot-form .input-form{
	padding: 0px 20px 20px 20px;
	margin: 0 auto;
}
.alreadyaccount a{
	color: #AB2F2D;
	font-size: 15px;
	margin: 10px auto;
}
.alreadyaccount a:hover{
	text-decoration: underline;
}

.cartheader {
	cursor: pointer;
    /*float: left;*/
    /*overflow: hidden;*/
}

.dropdown .cartbtn {
    font-size: 16px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
.dropdown-cart {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 20px;
    top: 15%;
    right: 4%;
    width: 280px;
}

.dropdown-cart a {
    float: none;
    color: black;
    padding: 10px 0px 25px !important;
    text-decoration: none;
    display: block;
    text-align: left;
}

.cartheader:hover .dropdown-cart {
    display: block;
}
.btn-checkobtn{
  background-color: #ab2f2d;
  color: #fff;
  padding: 8px 10px;
  text-transform: uppercase;
  border-radius: 0px;
  width: 100%;
}
.btn-checkobtn:hover{
  background-color: #ab2f2d;
  color: #fff;
  padding: 8px 10px;
  text-transform: uppercase;
  border-radius: 0px;
  width: 100%;
}
.minicart-items-wrapper {
    border-top: 1px solid #ab2f2d;
    margin: 0;
    display: block;
    float: left;
    padding: 10px 0px;
    min-height: 115px !important;
    max-height: 115px !important;
    border-bottom: 1px solid #ab2f2d;
    overflow-x: auto;
    width: 100%;
}
.mini-cart-title{
    font-size: 13px;
    padding: 5px 0px 0px;
    word-break: break-all;
}
.mini-cart-title a{
  padding: 0px !important;
}
.minicart-img{
  width: 35%;
  border: 1px solid #ab2f2d;
  margin: 0px 25px 0px 0px;
  float: left;
}
.minicart-items-wrapper hr{
  border-bottom: 1px solid #ab2f2d;
}
.btn-minicartbtn{
  width: 100%;
  background-color: transparent;
  border: 1px solid #000;
  padding: 8px 10px;
  text-transform: uppercase;
  border-radius: 0px;
  color: #000;
  margin: 20px 0px 0px;
}
.btn-minicartbtn:hover{
  width: 100%;
  background-color: transparent;
  color: #ab2f2d;
  border: 1px solid #ab2f2d;
  padding: 8px 10px;
  text-transform: uppercase;
  border-radius: 0px;
  margin: 20px 0px 0px;
}

.faq-heading{
  position: absolute;
  top: 25%;
  left: 26%;
  color: #fff;
}
.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

.more-less {
  float: right;
  color: #212121;
}
.panel-default>.panel-heading {
    color: #363535;
    background-color: #ffffff;
    border-color: #363535;
    box-shadow: 0px 1px 1px #c1c1c1;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 4px;
}
.fa-minus1:before {
    content: "\f068";
}

.cart-title h2{
  font-size: 40px;
  color: #444444;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
}
.table-wrapper{
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-title-cart{
  display: inline-block;
  margin-top: 13px;
  vertical-align: middle;
  color: #222;
}
.carttable{
  margin-top: 10px;
  padding: 10px;
  border-top: 1px solid #e5e5e5;
}
.cartimg{
  width: 25%;
  position: relative;
  margin: 10px;
  margin-right: 40px;
}
.cart-title1{
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
}
.cart-title:hover{
  color: #cea679;
  font-weight: 600;
  text-transform: uppercase;
}
.itemdetailcart{
  width: 60%;
  text-align: left !important;
}
.table-wrapper th{
    padding: 15px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #ccc;
    text-transform: uppercase;
}
.table-wrapper td{
  padding: 5px;
  border: 1px solid #ccc;
  text-align: center;
}
.table-wrapper tr{
  border-top: 1px solid #E5E5E5;
}
.item-action{
  border-top: 0px !important;
}
.item-action td{
  text-align: left;
  padding: 10px;
}
.summary{
  margin-top: 20px;
  border: 1px solid #ab2f2d;
  margin-bottom: 25px;
  padding: 10px 15px 25px;
}
.summary-title{
    font-size: 2rem;
    margin-top: 0.8rem;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 1rem;
}
.rightsummary{
  float: right;
}
.leftsummary{
  float: left;
}
#discount-code{
  display: none;
}
.cartbtn1{
  margin: 20px auto 40px;
}
.btn-cartbtn{
	color: #fff;
    background-color: #ab2f2d;
    border-radius: 0;
    width: 100%;
}
.btn-cartbtn:hover {
    color: #fff;
    background-color: #ab2f2de6;
    border-radius: 0;
    width: 100%;
}

#wrapper
{
  margin:0px auto;
  position:relative;
}
#wrapper .baricon
{
  display:inline-block;
  border-radius:2%;
  padding:12px;
  background-color: #ab2f2d;
  color:white;
}
#wrapper .progress_bar
{
  width:200px;
  height:5px;
  border-radius:20px;
  background-color:#D8D8D8;
  display:inline-block;
}
#wrapper form .detailform
{
    padding: 10px;
    box-sizing: border-box;
    margin-top: 50px;
    background-color: #e0e0e0;
    border-radius: 4px;
}
#wrapper form  .form_head
{
  font-size:22px;
  font-weight:bold;
  margin-bottom:30px;
}
#wrapper form .form-control
{
  width:100%;
  height:40px;
  padding:5px;
  border-radius:5px;
  border:none;
  margin-top:10px;
}
#wrapper form div input[type="button"],input[type="submit"]
{
  width:90px;
  height:40px;
  border-radius:5px;
  border:2px solid #AB2F2D;
  background:none;
  color:#AB2F2D;
  margin:5px;
  margin-top:10px;
}
#user_details, #paymentdetails
{
  display:none;
}

.ordersummary{
  background: #f5f5f5;
  padding: 20px;
  margin-top: 31%;
}
.checkouttotal{
  float: right;
  font-size: 1.8rem;
  line-height: 1;
}
.cartcheckout{
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 20px;
}
#shipping-cart{
  display: none;
}
.checkoutimg{
  float: left;
  margin: 0px 0px -20px -15px;
  width: 22%;
}
.shipto{
    padding-bottom: 10px;
    color: #333;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    font-size: 20px;
    line-height: normal;
}
.checkshiping{
  margin: 40px 0px 20px;
}
.shipping-address-details {
    line-height: 27px;
}
.shipping-address-details p{
  margin-bottom: 0px;
  font-size: 13px;
}
.step-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 1px solid #c5c5c5;
}
.checkoutimg1{
  float: left;
  margin: 0px 4px 0px 0px !important;
  width: 22%;
}
.m-10{
	margin: 10px;
}
#paymentdetails p{
	margin: 10px 20px;
	font-weight: 600;
}
#paymentdetails span{
	font-weight: 300;
	margin-left: 20px;
}

.product-title{
  color: #222222;
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}

.detailproduct {
    margin: 10px 0px !important;
}
.detailproduct p{
	margin-bottom: 5px;
}
.navbar-fixed-top {
    border-bottom: 1px solid #e5e5e5;
}
.page-title-wrapper {
    margin: 0 0 18px;
}
.reviews-actions {
    font-size: 13px;
    line-height: 1.25;
    text-transform: capitalize;
    /*margin: 0 0 0 30px;*/
    display: inline-block;
    vertical-align: middle;
    color: #aaaaaa;
    /*border-right: 1px solid #aaaaaa;*/
    padding-right: 20px;
}
.reviews-actions:hover {
    color: #ab2f2d;
    border-right: 1px solid #CEA679;
}
.reviews-available {
    font-size: 13px;
    line-height: 1.25;
    text-transform: capitalize;
    margin: 0 0 0 20px;
    display: inline-block;
    vertical-align: middle;
    color: #aaaaaa;
}
.product-info-stock-sku {
    font-weight: normal;
    color: #fe6d4c;
    margin: 0px 2px;
}
.product-overview {
    margin: 12px 0 0;
    color: #707070;
    line-height: 24px;
    padding: 20px 0 20px;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
}
.detailproduct .price-box {
    margin: 0;
    padding: 15px 0 10px;
}
.special-price{
  display: inline-block;
  font-weight: 400;
  font-size: 24px;
  color: #ab2f2d;
  /*text-decoration: underline;*/
}
.old-price{
  color: #767676;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  font-weight: 400;
}
.detailproduct .product-add-form {
    /*float: left;*/
    margin: 15px 0 15px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 25px;
}
 .controls1 {
    display: inline-block;
}
.detailproduct .product-add-form .controls1 input {
    width: 70px !important;
    height: 45px;
    color: #777;
    text-align: center;
    border: 1px solid #e5e5e5
    font-weight: bold;
    font-size: 16px;
    padding: 0 0 0 8px !important;
}
.product-add-form .actionsdetail {
    /*float: left;*/
    display: inline-block;
    /*margin-left: 10px;*/
}
.detailproduct .product-add-form .controls1 input {
    width: 70px !important;
    height: 45px;
    color: #777;
    text-align: center;
    border: 1px solid #e5e5e5
    font-weight: bold;
    font-size: 16px;
    padding: 0 0 0 8px !important;
}
.controls1 {
    display: inline-block;
}
.product-social-links {
    float: left;
    margin: 25px 0 30px;
}
.product-social-links .mailto {
    background: #fff;
    border: 1px solid #e5e5e5;
    margin: 0 0px 0px 10px;
    position: relative;
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #222222;
    font-size: 16px;
}
.pdetailcart{
	border-radius: 0;
    height: 42px;
    margin-top: -6px;
}
.pr-10{
	padding-right: 10px;
}
#productdetailslider img{
	height: 500px;
	width: 100%;
}
#productdetailslider{
	padding: 10px;
}
#multiproduct{
	padding: 10px;
}
.custom-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark1 {
    position: absolute;
    top: 12px;
    left: -22px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.custom-check:hover input ~ .checkmark1 {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-check input:checked ~ .checkmark1 {
    background-color: #AB2F2D;
}

.custom-check input:checked ~ .choose-user {
    border: 1px solid #AB2F2D;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark1:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-check input:checked ~ .checkmark1:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-check .checkmark1:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.socialloginf{
	border: 1px solid #3961B0;
    padding: 5px 5px;
    background-color: #3961B0;
    color: #fff;
    border-radius: 2px;
    text-align: center;
}
.socialloginf i{
	font-size: 17px;
}
.socialloging{
	border: 1px solid #DF4930;
    padding: 5px 5px;
    background-color: #DF4930;
    color: #fff;
    border-radius: 2px;
    text-align: center;
}
.socialloging i{
	font-size: 20px;
}
@media only screen and (max-width: 767px){
	.cartimg {
		width: 38%;
		position: relative;
		margin: 10px;
		margin-right: 40px;
	}
	.product-title-cart {
	    display: inline-block;
	     margin-top: 0px; 
	    vertical-align: middle;
	    color: #222;
	}
	section {
	    padding: 20px 0px 25px;
	}
	.cartbtn{
		/*display: block;*/
		margin: 10px auto;
	}
	#artistprofile .artistdetail {
	    width: 60% !important;
	    margin: 0 auto;
	}
	.prod-stamp img {
	    width: 65px !important;
	}
	.prod-stamp span {
	    display: inline-block;
	    font-size: 13px;
	    font-weight: bold;
	    vertical-align: middle;
	    width: 70% !important;
	}
	#shippingworldModal .modal-dialog{
		margin: 15% auto;
	    width: 100% !important;
	}
	.artistfilter{
		/*width: 90% !important;*/
		/*margin: 10px auto;*/
		list-style: none;
		text-align: center;
	}
	#testimonialpage blockquote {
	    padding: 50px 25px;
	    margin: 50px 15px 45px;
	    height: 100% !important;
	    border-radius: 5px;
	    position: relative;
	    font-size: 14px;
	    /* background-color: #ccc; */
	    border: 3px solid #eee;
	}
	/*.or {
    	position: absolute;
	    left: 49.5%;
	    top: 55% !important;
	}*/
}
#main-content .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #333 !important;
    background-color: transparent;
    border-bottom: 1px solid #ab2f2d;
}
#main-content .nav-pills>li>a {
    border-radius: 2px;
}
#main-content .nav-pills{
	margin-bottom: -20px;
    margin-top: 30px;
}
#main-content .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
#relatedslider1 img{
	height: 300px;
    /*padding: 10px;*/
    /*width: 90%;*/
}
#relatedslider1 .slide2div{
	width: 95% !important;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px 2px #0000002e;
}
#relatedslider1 .slide2div:hover{
	width: 95% !important;
    display: inline-block;
    border: 1px solid #AB2F2D;
    box-shadow: 0 0 9px 7px #0000002e;
}

#relatedslider1 .relatedcart{
	border: 1px solid #ab2f2d;
    padding: 5px 2px;
    display: block;
    margin-top: 10%;
    border-radius: 2px;
    color: #ab2f2d;
    margin-bottom: 5%;
    text-align: center;
    display: none;
}
#relatedslider1 .slide2div:hover .relatedcart {
    display: block;
}
.price2{
	text-decoration: line-through;
	color: #b9b9b9;
	margin-bottom: 0px;
}
.prod-stamp span {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    width: 75%;
}
.prod-stamp img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 85px;
}
.checked{
	color: #AB2F2D;
}
#artistprofile{
	background-color: #F5F4F2;
	border-top: 1px solid #DADAD8;
}
#artistprofile .artistdetail{
	width: 15%;
	margin: 0 auto;
}
#artistprofile h3{
	color: #444444;
}
#artistprofile p{
	font-size: 15px;
}
#artistprofile .btn{
	margin: 10px;
    padding: 10px 20px;
}

#artistpage{
	background-image: url(../images/Dolna_Artist_-Page_02.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px;
}
#artistpage .artistdetail{
	width: 15%;
	margin: 0 auto;
}
#artistpage h3{
	color: #fff;
}
#artistpage p{
	font-size: 15px;
	color: #FFF;
}
#artistpage .btn{
	margin: 10px;
    padding: 10px 20px;
}
#artistpage img{
	border: 3px solid #fff;
}
#artistpage .checked {
    color: #ffffff !important;
}
#artistpage .fa-star{
	color: #B88481;
	font-size: 20px;
}
#artistpage .btn-profile{
	background-color: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    word-spacing: 5px;
    width: 18%;
    text-transform: uppercase;
}
#artistpage .btn-profile:hover {
    background-color: transparent;
    border: 1px solid #111016;
    border-radius: 3px;
    color: #fff;
    word-spacing: 5px;
    width: 18%;
    text-transform: uppercase;
}
#artistprofiledata{
	padding: 0;
}
.artistprofilemenu{
	background-color: #000;
	color: #fff;
	padding: 10px 10px 0px;
}
#artistprofiledata .nav-tabs {
    border-bottom: none;
}
#artistprofiledata .nav>li>a {
    position: relative;
    display: block;
    padding: 15px 15px;
    font-size: 15px;
    word-spacing: 5px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 3px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}
#artistprofiledata .nav-tabs>li.active>a {
    color: #fff;
    background-color: transparent;
    border-bottom: 3px solid #bf2d2c;
    border-top: none;
    border-left: none;
    border-right: none;
}
#artistprofiledata .nav-tabs>li>a:hover {
    border-bottom: 3px solid #bf2d2c;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #fff;
}
#artistprofiledata .nav-tabs>li {
    float: left;
    margin-bottom: 0px;
}
.optionimg{
	width: 98%;
    margin: 30px 10px 10px 10px;
	height: 250px;
	border-radius: 3px;
	box-shadow: 0 0 5px 2px #0000002e;
	background-image: #fff;
	cursor: pointer;
}
.optionimg:hover{
	box-shadow: 0 0 5px 2px #ab2f2d;
}
#queCarousel{
	margin-bottom: 30px;
}
.favourite{
	float: right;
    margin: 5px;
    font-size: 20px;
}
.favourite:hover{
	color: #ab2f2d;
}
.logotagline{
	float: left;
    position: absolute;
    bottom: 21px;
    color: #000000;
    border-left: 1px solid;
    left: 15%;
    padding-left: 10px;
    margin-left: 5px;
    /*text-transform: capitalize;*/
}

.dropbtn {
    color: #333;
    font-size: 16px;
    border: none;
    padding: 20px;
    cursor: pointer;
}
#myDropdown .link a{
	padding: 0px 5px;
	color: #333;
	font-weight: 300;
}
#myDropdown .link a:hover{
	padding: 0px 5px;
	color: #ab2f2d;
	font-weight: 300;
}
.shippingheading{
	padding: 10px;
    color: #616161;
    margin: 0 30%;
    text-align: center;
}
.shippingheading a{
	color: #ab2f2d;
}
.shippingheading a:hover{
	text-decoration: underline;
}
#myDropdown1{
	list-style: none;
}
#myDropdown1{
	padding: 5px;
    width: 151px;
    background-color: #f5f4f2;
}
#myDropdown1 li a{
	padding: 5px;
}
#myDropdown1 li{
	margin-top: 5px;
}

/* Floating Social Media Bar Style Starts Here */
.float-sm .fl-fl.sharesocial {
  /*background: #000000;*/
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 45px !important;
  position: fixed;
  right: 0px !important;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#allsocialicon{
	display: none;
}

.float-sm .fl-fl {
  /*background: #000000;*/
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -145px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.float-sm .fl-fl.float-share{
	background: #009100;
	cursor: pointer;
}
.float-sm .fl-fl.float-fb{
	background: #2D4383;
}
.float-sm .fl-fl.float-tw{
	background: #469AE9;
}
.float-sm .fl-fl.float-inst{
	background: #F93676;
}
.float-sm .fl-fl.float-gp{
	background: #0073b1;
}
.float-sm .fl-fl.float-rs{
	background: #AE1E1E;
}
.float-sm .fl-fl.float-ig{
	background: #2C2C2C;
}
.float-sm .fl-fl.float-yt{
	background: #F30211;
}

.float-sm .fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 30px;
  margin-left: 8px;
}

.float-sm .fl-fl:hover {
  right: 0;
}

.float-sm .fl-fl:hover .sharesocial{
  right: 0;
}
.float-sm .fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}
.float-share {
  top: 130px;
}


.float-fb {
  top: 180px;
}

.float-tw {
  top: 235px;
}

.float-inst {
  top: 290px;
}

.float-gp {
  top: 345px;
}

.float-rs {
  top: 400px;
}

.float-ig {
  top: 455px;
}

.float-pn {
  top: 490px;
}

.float-yt {
  top: 510px;
}
/* Floating Social Media Bar Style Ends Here */


.float-fav .fl-fl {
  /*background: #000000;*/
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 10px;
  width: 72px;
  cursor: pointer;
  position: fixed;
  left: 0px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.float-fav .fl-fl.float-fb{
	background: #D50000;
	color: #fff;
}
.float-fav .fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 30px;
  margin-left: 4px;
  display: inline;
}
.float-fav .num{
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 30px;
  margin-left: 4px;
  display: inline;
}
.float-fav .fl-fl.float-fb:hover{
	background-color: #000;
	color: #D50000;
}
.float-fav .fa:hover{
	color: #D50000;
}
#shippingworldModal .modal-dialog{
	margin: 15% auto;
    width: 30%;
}
.next-div{
	display:none;
}
.or{
	position: absolute;
    left: 49.5%;
    top: 53%;
}
.detailcheck{
	position: absolute;
    top: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    left: 25px;
    padding: 13%;
    width: 93%;
    border-radius: 2px;
}

.artistfilter{
	width: 100%;
	/*margin: 10px auto;*/
	list-style: none;
	text-align: center;
}
.artistfilter li{
	padding: 10px 15px;
	display: inline-block;
}
.blog-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  /*height: 226px;*/
}

.blogimg {
  /*position: absolute;*/
  top: 0;
  left: 0;
}

.blogimg img {
    -webkit-transition: all 4s ease;
    -moz-transition: all 4s ease;
    -ms-transition: all 4s ease;
    -o-transition: all 4s ease;
    vertical-align: middle;
    overflow: hidden;
    height: 250px;
    width: 100%;
}
.blog-container:hover .blogimg img {
    transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
}
.artistlistingpg{
	background-color: #F6F6F6;
	padding-bottom: 10px;
	margin-top: 30px;
	box-shadow: 0 0 20px 4px #0000002e;
}
.add1{
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}
.add1 p{
  margin: 0;
}
.checkoutradio{
  vertical-align: middle; margin-top: 8%;
}
.shipto{
    padding-bottom: 10px;
    color: #333;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    font-size: 20px;
    line-height: normal;
}
.checkshiping{
  margin: 40px 0px 20px;
}
#spngmethod th{
  width: 20%;
}
#spngmethod td{
  padding: 5px;
}
.cartcounter{
	border: 0px;
    width: 42%;
}
#contactus{
	margin-bottom: 40px;
}
#contactus i{
	color: #999;
	padding-right: 10px;
}

.title1{
	text-align: left;
    text-transform: uppercase;
    font-size: 22px;
    margin: 40px 15px 30px;
}
.title1 h2{
	font-size: 22px;
}

#testimonialpage .tab {
    overflow: hidden;
    border: 1px solid #f5f4f2;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
#testimonialpage .tab button {
    background-color: inherit;
    float: left;
    border-left: 1px solid #b62d2b;
    border-right: 1px solid #b32e2d;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    width: 33.33%;
    font-size: 17px;
    border-bottom: 1px solid #b62d2b;
    border-top: 1px solid #b62d2b;
}
}

/* Change background color of buttons on hover */
#testimonialpage .tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
#testimonialpage .tab button.active {
    background-color: #b42e2b;
    color: #ffffff;
}

/* Style the tab content */
#testimonialpage .tabcontent {
    display: none;
    padding: 6px 12px;
    /*border: 1px solid #ccc;*/
    border-top: none;
}

#testimonialpage blockquote {
    padding: 25px 25px;
    margin: 40px 0px 0;
    height: 240px;
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    /* background-color: #ccc; */
    border: 3px solid #eee;
}
#testimonialpage i{
	font-size: 34px;
    margin-right: 12px;
    color: #ab2f2d;
}
#testimonialpage i.fa-quote-right{
	position: absolute;
    margin: 10px 0px 10px 10px;
}
#testimonialpage blockquote cite{
	position: absolute;
	bottom: 20px;
	right: 20px;
	/*float: right;*/
}
.press {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 10px;
    height: 165px;
    box-shadow: 0 0 9px 3px #0000002e;
    text-align: center;
    margin: 15px 0px;
}
.press:hover{
	box-shadow: 0 0 9px 7px #0000002e;
}
.printcoverage{
	border: 1px solid #ccc;
    border-radius: 2px;
    padding: 10px;
    height: 120px;
    box-shadow: 0 0 9px 3px #0000002e;
    text-align: center;
    margin: 15px 0px;
}
.printcoverage:hover{
	box-shadow: 0 0 9px 7px #0000002e;
}
.blogdiv:hover h3{
	color: #6D2929;
}

#galleryDropdown{
	display: none;
	width: 275px;
	padding: 20px;
    height: 250px;
    overflow-y: auto;
}
.dropdown-content ul li{
	list-style: none;
	padding: 5px 0px;
	margin-left: -60px;
}
#galleryDropdown ul li a{
	margin: 5px 0px;
}
#exhiDropdown{
	display: none;
	width: 215px;
	padding: 20px;
}
#exhiDropdown li{
	list-style: none;
	padding: 5px 0px;
	margin-left: 0px;
}

#blogmain .tab {
    float: left;
    /*border: 1px solid #ccc;*/
    background-color: transparent;
    width: 12%;
}

/* Style the buttons that are used to open the tab content */
#blogmain .tab button {
    display: block;
    background-color: #f5f4f2;
    color: black;
    padding: 10px 16px;
    width: 100%;
    border: none;
    outline: none;
    color: #333;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
#blogmain .tab button:hover {
    color: #ab2f2de6;
}

/* Create an active/current "tab button" class */
#blogmain .tab button.active {
    color: #ffffff !important;
    background-color: #ad2f2e;
}

/* Style the tab content */
#blogmain .tabcontent {
    float: left;
    padding: 0px 12px;
    width: 88%;
    border-left: none;
}

/****************************EVENT PAGE*****************/
@media only screen and (max-width: 767px){
	#eventmainpage .tab button {
	    background-color: transparent;
	    float: left;
	    border: none;
	    outline: none;
	    width: 33.333%;
	    height: 100px !important;
	    text-transform: uppercase;
	    border-bottom: 1px solid #ccc;
	    /*border: 1px solid #ddd;*/
	    cursor: pointer;
	    padding: 14px 16px;
	    transition: 0.3s;
	    font-size: 17px;
	}
	#corporate .tab1, #eventsartist .tab1 {
	    float: left;
	    border: 1px solid #ccc;
	    background-color: #f1f1f1;
	    width: 15% !important;
	    /* height: 300px; */
	}
	#corporate .tabcontent1, #eventsartist .tabcontent2 {
	    float: left;
	    padding: 0px 12px;
	    /* border: 1px solid #ccc; */
	    width: 85% !important;
	    border-left: none;
	    /* height: 300px; */
	}
}


#eventmainpage .tab {
    overflow: hidden;
    /*border-bottom: 1px solid #ccc;*/
    /*background-color: #f1f1f1;*/
}

/* Style the buttons inside the tab */
#eventmainpage .tab button {
    background-color: transparent;
    float: left;
    border: none;
    outline: none;
    width: 33.333%;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    /*border: 1px solid #ddd;*/
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
#eventmainpage .tab button:hover {
    /*background-color: #ddd;*/
    color: #b32e2c;
}

/* Create an active/current tablink class */
#eventmainpage .tab button.active {
    /*background-color: #b32e2c;*/
    /*color: #fff;*/
    color: #b32e2c;
    border-bottom: 2px solid #b32e2c;
}

/* Style the tab content */
#eventmainpage .tabcontent {
    display: none;
    padding: 10px 0px;
    /*border: 1px solid #ccc;*/
    border-top: none;
}

#corporate .tab1, #eventsartist .tab1 {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 10%;
    /*height: 300px;*/
}

/* Style the buttons inside the tab */
#corporate .tab1 button, #eventsartist .tab1 button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
#corporate .tab1 button:hover, #eventsartist .tab1 button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
#corporate .tab1 button.active {
    background-color: #b32e2c;
    color: #fff !important;
}

#eventsartist .tab1 button.active{
	background-color: #b32e2c;
	color: #fff !important;
}

/* Style the tab content */
#corporate .tabcontent1, #eventsartist .tabcontent2 {
    float: left;
    padding: 0px 12px;
    /*border: 1px solid #ccc;*/
    width: 88%;
    border-left: none;
    /*height: 300px;*/
}
#eventmainpage .panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}

#eventmainpage .panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: #FAFAFA;
	border-color: #EEEEEE;
}

#eventmainpage .panel-title {
	font-size: 14px;
}

#eventmainpage .panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
}

#eventmainpage .more-less {
	float: right;
	color: #212121;
}

#eventmainpage .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
}
#patrons a img{
	margin: 10px;
}

#upcomingregisterModal .modal-content{
	width: 70%;
    margin: 10% auto;
}
#upcomingregisterModal .close{
	/* margin: -15px; */
    /* background-color: #000; */
    padding: 5px 10px;
    border-radius: 50%;
    opacity: 0.8;
    color: #6b6b6b;
    position: absolute;
    right: 4px;
}
#upcomingregisterModal .modal-body{
	padding: 0px;
    margin-top: -20px;
}
#upcomingregisterModal .choose-user{
	position: relative;
    margin: 0px 0px 0px 10%;
    font-size: 15px;
    padding: 10px 20px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
#upcomingregisterModal .choose-user img{
	float: left;
    margin-right: 10px;
}
#upcomingregisterModal .choose-user1{
	position: relative;
    margin: 0px 10% 0px 0;
    font-size: 15px;
    padding: 10px 20px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
#upcomingregisterModal .choose-user1 img{
	float: left;
    margin-right: 10px;
}
#upcomingregisterModal .choose-checkform{
	position: absolute;
    top: 0;
    width: 10%;
    right: 0px;
}
#privacypolicyhref p a{
    font-weight: 400;   
}
}

.filtersnew{
	background-color: #F5F4F2;
	z-index: 9999;
	list-style: none;
	text-align: center;
	/*margin: 20px auto 0px;*/
}
.filtersnew li{
	padding: 10px;
	display: inline-block;
}
.filtersnew li select{
	padding: 7px;
	border: 0;
	background-color: #F5F4F2;
    border-bottom: 1px solid #c5c5c5;
}