@font-face {
    font-family: 'Helvetica Medium';
    src: url('../fonts/HelveticaNeue-Medium.eot');
    src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Medium.woff') format('woff'),
        url('../fonts/HelveticaNeue-Medium.ttf') format('truetype'),
        url('../fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Regular';
    src: url('../fonts/HelveticaNeue-Roman.eot');
    src: url('../fonts/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Roman.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Roman.woff') format('woff'),
        url('../fonts/HelveticaNeue-Roman.ttf') format('truetype'),
        url('../fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Light';
    src: url('../fonts/HelveticaNeue-Light.eot');
    src: url('../fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-Light.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Light.woff') format('woff'),
        url('../fonts/HelveticaNeue-Light.ttf') format('truetype'),
        url('../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
body {
	font-family: 'Arial';
	color:#333f48;}
a {color:#57263b;}
a:focus, a:hover {
    color: #52375f;
}
ul li { list-style-type: none;}

.top-bar {
	background-color:#ffffff;
	color:#333f48;}
.top-bar a.login-btn {
	color:#333f48;
	font-weight: normal;
	text-transform: none;}
#navbar {
    background-color: #57263b;
    color: #fff;
}
#navbar .navbar-nav > li > a {
	text-transform: none;
	color:#ffffff;
	font-weight: normal;}
#navbar .navbar-nav > li > a:hover,
#navbar .navbar-nav > li > a:focus {
  background: rgba(82, 55, 95, 0.5) !important;
  border-color: #52375f  !important;
}

#navbar .dropdown-menu a.nav-link:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #57263b;}
.dropdown-item.active, .dropdown-item:active {
  color: #57263b;
  background-color: #f8f9fa;}
#navbar .dropdown-menu a.nav-link {
	text-transform: none !important;
	color: #57263b;
	border-bottom: #c9d0d7;}
#navbar .navbar-toggler {color:#ffffff;}
.fa.fa-twitter {color:#ffffff !important;font-size: 25px;}
.social-custom.list-inline {
    margin: 0;
    padding: 0;
}
.list-inline-item a {
    color: #fff !important;
	letter-spacing: 0.1em;
	font-size: 0.9rem;}
.list-inline-item a:hover {text-decoration:none;}
.bar, footer.main-footer {padding:0;}
h2 {
	text-transform:none;
	/*font-family: 'Helvetica Light';*/
	color:#57263b;
	font-weight:normal !important;
	font-size: 32px;}
.btn-template-outlined {
    background: none;
    border: 1px solid #57263b !important;
    color: #57263b;
    text-decoration: none;
	text-tramsform: none;
	border-radius: 4px !important;}
.btn-template-outlined:hover, .btn-template-outlined:focus {
	border: 1px solid #57263b;
	color: #57263b;}
.btn-template-outlined:hover, .btn-template-outlined:focus {
	background-color: #57263b;}
.home-blog-post .text .intro {
    color: #333f48;
	text-align: justify;}
input[type="text"],
input[type="password"] {
    padding: 5px;
    width: 100%;}
input[type="text"] {
	margin-bottom: 25px;
	margin-top: 10px;}
.btn-template-outlined:hover, .btn-template-outlined:focus {
    background-color: #57263b;
    color: #fff !important;}
label {display:none;}
#all {
    background-color: #fff;}
.home-carousel .owl-carousel {
    padding-top: 0px;}
.owl-carousel .owl-dots {
    margin-top: -40px;
    text-align: center;
    z-index: 1000;
    position: relative;}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #57263b;}
.red {color:#ff0000;}
footer.main-footer .copyrights,
footer.main-footer .copyrights a {
    color: #ffffff !important;
}
div.nav-link { border-bottom: 0 !important;}
.col-lg-9,
.col-lg-6 {
 float: left;}
.col-lg-6 {
    padding: 0 40px;
}
.col-lg-6:first-child {
    padding-right: 0;
}
.news {
	margin-bottom: 20px;
 display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	}


.img-placeholder img 
{max-width: 100%;}

.img-placeholder  {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
	width: 30%;    }

.news-title {
     -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
	text-align: left;
    }

.news-title a {
	text-align: left;
	font-size: 14px;
	padding-left: 20px;}

/* second */

.list-icons {
  margin: 0;
  padding: 0;
}
.list-icons img {
    background-color: #57263b;
}

.mt-40 {margin-top: 40px;}

h3, .h3 {
    font-size: 1.3rem !important;
    color: #57263b !important;
    font-weight: normal !important;
}
.icon-seller {
	float: left;
	width: 33.33333%;
position: relative;
}
#hideshow {text-align:left;display:none;width: 350px;z-index: 1000;font-size:1em;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;position: absolute;background-color:
#fff;top: 50px;border: 1px solid #295eb9;}
	#hideshow li {list-style-type:none;}
	#hideshow a{text-decoration:none;font-weight:normal;}
	#hideshow a:hover {text-decoration: underline;}
	#hideshow ul { padding: 0 1em 1em; }
	.bottone  { text-align: right;margin-right: 15px; }

/* style div news content */


/*.content-container {
	background: rgba(0, 0, 0, .5);
	width: 100%;
	position: absolute;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	z-index: 1000000;
	top: 0;
	}*/
.content-container {
    background: rgba(0, 0, 0, .5);
    background-size: cover;
    position: absolute;
    z-index: 1000000;
    top: 0;
	left: 0;
	right: 0;
    overflow: hidden;
    padding-bottom: 150px;
}
	
.content-container.news-content h2  {
	margin:0;
	padding:0;
	color:#57263b;
	font: 16px;
	font-weight: normal;}
.content-container.news-content {
	width: 80%;
	background-color:#ffffff;
	padding: 20px;	}
.content-container.news-content ul,
.content-container.news-content li {
	list-style-type: square;
	color:#57263b;
	margin: 0;
	padding: 0;
	line-height: 25px;}
.content-container.news-content a {
	color:#57263b;
	text-decoration: none;	}
.content-container.news-content a:hover {text-decoration: underline;	}

ul#news {
    padding-left: 0;
    margin-left: 0;
	font-size: 14px;
}


.btn.text-uppercase a {
    color: #fff;
    font-size: 50px;
    font-weight: normal;
	text-decoration: none;
	text-transform: lowercase !important;}
.news-content,
#video {
    height: auto;
    width: 80%;
    margin: auto;
    background-color: #fff;
    padding: 50px;
    overflow: hidden;}
#video {
    padding: 25px;
}
.news-content ul li {
    list-style-type: disc;}

.scrollbar-deep-purple::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
      background-color: #F5F5F5;
      border-radius: 10px;
    }

    .scrollbar-deep-purple::-webkit-scrollbar {
      width: 12px;
      background-color: #F5F5F5;
    }

    .scrollbar-deep-purple::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
      background-color: #57263b;
    }

    .scrollbar-deep-purple {
      scrollbar-color: #57263b #F5F5F5;
    }
.news-box {
    height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
	scrollbar-color: #57263b #F5F5F5;
	position: relative;}
 