a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
	background: transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
table,
table td {
	padding: 0;
	border: none;
	border-collapse: collapse;
}
img {
	vertical-align: top;
}
embed {
	vertical-align: top;
}
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
	display: block;
}
mark,
rp,
rt,
ruby,
summary,
time {
	display: inline;
}
input,
textarea {
	border: 0;
	padding: 0;
	margin: 0;
	outline: 0;
}
iframe {
	border: 0;
	margin: 0;
	padding: 0;
}
input,
textarea,
select {
	margin: 0;
	padding: 0px;
}

/* -------------------------------------------- */
/* ------------------Font---------------------- */

/*Add your font at here*/

/* -------------------------------------------- */
/* ------------------Style--------------------- */
html,
body {
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 100%;
	overflow-x: hidden;
}
body {
	background: #0e2848 url("../images/fondo.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #ffffff;
	font: 14px/25px Arial, Helvetica, sans-serif;
	margin-bottom: 100px; /* Ajusta este valor según la altura de tu pie de página */
	position: relative;
}

a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #7b3b8b;
	text-decoration: none;
}

a.button {
	cursor: pointer;
	color: #ffffff;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: #3f3f3f;
	border: 1px solid #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}

.clear {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* -------------------------------------------- */
/* ------------------Header-------------------- */
header {
	margin-bottom: 15px;
	margin-top: 25px;
}
/*header .wrap-header{height: 150px; background:#141414;}*/

/*header #logo { width:100%; position: absolute; top:40px; left: 20px;}*/

header #search {
	position: absolute;
	top: 60px;
	right: 20px;
	width: 218px;
	z-index: 15;
}
header .button-search {
	position: absolute;
	right: 0px;
	background: url("../images/button-search.png") center center no-repeat;
	width: 28px;
	height: 35px;
	cursor: pointer;
}
header #search input {
	background: #fff;
	padding: 1px 33px 1px 5px;
	width: 182px;
	height: 32px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

/* -------------------------------------------- */
/* ------------------Navigation---------------- */
nav {
	margin: 15px 0px;
}
nav .wrap-nav {
	height: auto;
	background: #0e2848;
	border-bottom: 7px #c80063 groove;
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu ul li {
	position: relative;
	float: left;
	padding: 6px 5px 0px 5px;
	margin: 17px;
}
.menu ul li:hover {
	/*background: #e88e33;*/
	background-image: url(../images/fondologo.jpg);
}
.menu ul li a {
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	display: block;
	padding: 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative; /*text-transform:uppercase; */
}

.menu .current {
	/*background: #e88e33*/
	background-image: url(../images/fondologo.jpg);
}

.minimenu {
	display: none;
}
.minimenu {
	position: relative;
	margin: 0px;
	background: #0e2848;
	border: 1px solid #ccc;
	color: #0e2848;
}
.minimenu div {
	overflow: hidden;
	position: relative;
	font: 18px/40px "PT Sans Narrow";
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.minimenu select {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	cursor: pointer;
}

/* -------------------------------------------- */
/* ------------------Featured---------------- */

.featured {
	margin: 15px 0px;
}
.featured .wrap-featured {
	background: #370942;
}
.featured .wrap-featured .slider {
	padding: 20px;
}

/* -------------------------------------------- */
/* ------------------Content------------------- */
#content {
	margin: 15px 0px;
}
#content .wrap-content {
	background: rgba(233, 30, 150, 0.35); /*rgba(77, 216, 74, 0.35);*/
}

.block01 {
	padding: 10px;
}
.block01 .box {
	background: #0e2848;
	padding: 20px 10px;
}
.block01 h2 {
	font-size: 23px;
	line-height: 30px;
	font-weight: normal;
}
.block01 p {
	font-size: 16px;
}
.block01 .more {
	text-align: right;
}

.block02 {
	margin: 10px;
	color: #eee;
}
.block02 article {
	clear: both;
	margin: 10px 0px;
	background-image: url(../images/fondo.jpg); /*background: #040404;*/
}
.block02 article h2 {
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
	color: #0cea90;
}
.block02 article .info {
	font-style: italic;
	background: rgba(0, 21, 148, 0.31);
	padding: 5px 10px;
}
.block02 article img {
	margin: 5px;
}
.block02 .box {
	margin-bottom: 20px;
}
.block02 .heading {
	padding: 5px 0px;
	border-bottom: 3px solid #e88e33;
}
.block02 .heading h2 {
	font-size: 24px;
	font-weight: normal;
	display: inline;
	color: #ffffff;
}
.block02 .content {
	margin: 15px 0px;
	padding: 15px;
	background: #040404;
}
.block02 .content .list {
	background: #1e1e1e;
	padding: 10px;
}
.block02 .content ul {
	font-size: 14px;
	list-style-type: none;
	margin-left: 20px;
}
.block02 .content ul li {
	padding: 5px;
}

.block03 {
	margin: 10px;
	color: #eee;
}
.block03 article {
	clear: both;
	margin: 20px 0px;
	background: #040404;
	padding: 20px;
}
.block03 article h2 {
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
}
.block03 article .info {
	font-style: italic;
	padding: 10px 0px;
}
.block03 article img {
	margin-bottom: 10px;
	width: 100%;
}
.block03 .box {
	margin-bottom: 20px;
}
.block03 .heading {
	padding: 5px 0px;
	border-bottom: 3px solid #e88e33;
}
.block03 .heading h2 {
	font-size: 24px;
	font-weight: normal;
	display: inline;
	color: #ffffff;
}
.block03 .content {
	margin: 15px 0px;
	padding: 15px;
	background: #040404;
}
.block03 .content .list {
	background: #1e1e1e;
	padding: 10px;
}
.block03 .content ul {
	font-size: 14px;
	list-style-type: circle;
	margin-left: 20px;
}
.block03 .content ul li {
	padding: 5px;
}

/* -------------------------------------------- */
/* ------------------Footer-------------------- */
footer {
	margin-top: 15px;
}
.wrap-footer {
	background: #141414;
	border-top: 7px #e88e33 solid;
}

.block09 {
	padding: 0px;
}
.block09 .box {
	margin-bottom: 0px;
	color: #959595;
}
.block09 .heading {
	padding: 5px 0px;
}
.block09 .heading h2 {
	font-size: 18px;
	font-weight: normal;
	display: inline;
	color: #ffffff;
	text-transform: uppercase;
}
.block09 .content {
	margin: 15px 0px;
}
.block09 .content ul {
	font-size: 14px;
}
.block09 .content ul li {
	padding: 5px 0;
	border-bottom: 1px dotted #333333;
}
.block09 .content .tag a {
	padding: 10px;
	background: #391150;
	margin: 0px 5px 5px 0px;
	float: left;
}
.block09 .content .tag a:hover {
	color: #ffffff;
	background: green;
}
.block09 .content p {
	margin-bottom: 10px;
}

.copyright {
	text-align: center;
	background: #040404;
	padding: 10px 0px;
}
.copyright a {
	text-decoration: underline;
}

/* -------------------------------------------- */
/* ------------------Components-------------------- */

.photos:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.photos a {
	display: block;
	float: left;
	margin: 0px 4px 10px 4px;
	position: relative;
}
.photos a img {
	display: block;
	border: 1px solid #ccc;
}

#pagi {
	margin: 50px auto;
	padding: 20px 0px;
	list-style: none;
	width: 250px;
}
#pagi li {
	float: left;
	margin-right: 10px;
}
#pagi li a {
	display: block;
	text-decoration: none;
	color: #717171;
	font: bold 16px Arial, sans-serif;
	padding: 7px;
	background: #ffffff;
}
#pagi li a.current,
#pagi li a:hover {
	color: #ffffff;
	background: #ed145b;
}

.comment {
	font-weight: bold;
	margin: 50px 0px;
	width: auto;
}
.comment div {
	margin-bottom: 20px;
	vertical-align: middle;
}
.comment input {
	border: 2px solid #999999;
	padding: 8px 10px;
	width: 250px;
}
.comment textarea {
	border: 2px solid #999999;
	padding: 8px 10px;
	width: 95%;
}
.comment input[type="submit"] {
	cursor: pointer;
	width: 100px;
	float: right;
	background: -webkit-linear-gradient(top, #efefef, #ddd);
	background: -moz-linear-gradient(top, #efefef, #ddd);
	background: -ms-linear-gradient(top, #efefef, #ddd);
	background: -o-linear-gradient(top, #efefef, #ddd);
	background: linear-gradient(top, #efefef, #ddd);
	color: #333;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
	border: 2px solid #999999;
}
.comment input[type="submit"]:hover {
	background: -webkit-linear-gradient(top, #eee, #ccc);
	background: -moz-linear-gradient(top, #eee, #ccc);
	background: -ms-linear-gradient(top, #eee, #ccc);
	background: -o-linear-gradient(top, #eee, #ccc);
	background: linear-gradient(top, #eee, #ccc);
	border: 2px solid #bbb;
}
.comment input[type="submit"]:active {
	background: -webkit-linear-gradient(top, #ddd, #aaa);
	background: -moz-linear-gradient(top, #ddd, #aaa);
	background: -ms-linear-gradient(top, #ddd, #aaa);
	background: -o-linear-gradient(top, #ddd, #aaa);
	background: linear-gradient(top, #ddd, #aaa);
	border: 2px solid #999;
}

/*Personalizacion codigo*/

.avatar {
	width: 200px;
	height: 200px;
	margin-left: 2em;
	margin-top: 2em;
	border-radius: 200px;
	float: center;
}
.jumbotron {
	background-color: #ffffff;
	border: 1px solid #aaa;
	border-bottom: 3px solid #bbb;
	padding: 0px;
	margin-top: 4em;
	overflow: hidden;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	font-family: "Roboto", sans-serif;
	-webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.blue h1,
h2,
h3 {
	color: #2196f3;
}
.headline {
	color: #ffffff;
	margin: 1em;
}
.card {
	background: rgba(245, 245, 245, 0.83);
	display: block;

	border: 1px solid #aaa;
	border-bottom: 3px solid #bbb;
	padding: 0px;
	margin-top: 2em;
	overflow: hidden;
}
.card-p {
	color: #700075;
}
.card-body {
	margin: 1em;
}
.pull-none {
	float: none !important;
}
.pull-right {
	float: right;
}
.card-header {
	width: 100%;
	color: #2196f3;
	border-bottom: 3px solid #bbb;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	font-family: "Roboto", sans-serif;
	padding: 0px;
	margin-top: 0px;
	overflow: hidden;
	-webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-header-blue {
	/*background-color:#2196F3;*/
	background: #000;
	color: #ffffff;
	border-bottom: 3px solid #bbb;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	font-family: "Roboto", sans-serif;
	padding: 0px;
	margin-top: 0px;
	overflow: hidden;
	-webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-header-red {
	background-color: #001040;
	color: #ffffff;
	border-bottom: 3px solid #bbb;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	font-family: "Roboto", sans-serif;
	padding: 0px;
	margin-top: 0px;
	overflow: hidden;
	-webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-header-grey {
	background-color: #424242;
	color: #ffffff;
	border-bottom: 3px solid #bbb;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	font-family: "Roboto", sans-serif;
	padding: 0px;
	margin-top: 0px;
	overflow: hidden;
	-webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.img-fill {
	max-height: 100%;
	max-width: 100%;
	display: inline-block;
	margin: 1em;
}

.card-image {
	overflow: hidden;
	position: relative;
	margin-bottom: 1em;
}
.card-image:first-child {
	border-radius: 2px 2px 0 0;
}
.card-image:last-child {
	border-radius: 0 0 2px 2px;
}
.card-image img {
	display: block;
	height: auto;
	width: 100%;
}

.card-image-text {
	background-image: -webkit-linear-gradient(
		top,
		transparent,
		rgba(0, 0, 0, 0.5)
	);
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
	color: #ffffff;
	font-size: 20px;
	line-height: 28px;
	margin: 0;
	padding: 12px 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

/* CONTACTO */

.jumbotron {
	background: #358cce;
	color: #fff;
	border-radius: 0px;
}
.jumbotron-sm {
	padding-top: 24px;
	padding-bottom: 24px;
}
.jumbotron small {
	color: #fff;
}
.h1 small {
	font-size: 24px;
}
/*mapa*/
.map-responsive {
	overflow: hidden;
	padding-bottom: 50%;
	position: relative;
	height: 0;
}
.map-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.centrado {
	margin: 30px auto;
	display: block;
}

/* slider en quienes somos */

/* cambio de estilo de las listas */

#lista2 {
	counter-reset: li;
	list-style: none;
	/*list-style: decimal; */
	font: 15px "trebuchet MS", "lucida sans";
	padding: 0;
	margin-bottom: 1em; /*colocar margen desde el texto con la imagen*/
	text-decoration: none;
	/*text-shadow: 0 1px 0 #FFFFFF;*/
}

#lista2 ol {
	margin: 0 0 0 2em;
}

#lista2 li {
	position: relative;
	display: block;
	padding: 0.4em 0.2em 0.4em 2em;
	/*padding: .4em .4em .4em 2em; original*/
	/*padding: .4em;*/
	margin: 0.5em 0;
	/*background: #ddd;*/
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
	border-radius: 0.3em;
	transition: all 0.3s ease-out;
}

#lista2 li:hover {
	background: #eee;
	color: #1b1818;
}

#lista2 li:hover:before {
	transform: rotate(360deg);
}

#lista2 li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -1.3em;
	top: 25%;
	margin-top: -0.5em;
	/*margin-top: -1.3em;*/
	/*background: #87ceeb;*/
	background: #551784;
	height: 2em;
	width: 2em;
	line-height: 2em;
	/*border: .3em solid #fff;*/
	border: 0.3em solid #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 2em;
	transition: all 0.3s ease-out;
}

/* **********************FOOTER NUEVO************************************* */

.footer-distributed {
	background-color: #333333;
	/*background-color: #292c2f;*/
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;

	padding: 25px 25px;
	margin-top: 0px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
	width: 40%;
}

/* The company logo */

.footer-distributed h3 {
	color: #ffffff;
	font: normal 36px "Cookie", cursive;
	margin: 0;
}

.footer-distributed h3 span {
	color: #5383d3;
}

/* Footer links */

.footer-distributed .footer-links {
	color: #ffffff;
	margin: 20px 0 0px;
	padding: 0px 0px 0px 15px;
	width: 1140px;
}

.footer-distributed .footer-links a {
	display: inline;
	line-height: 2.5;
	font-size: 13px;
	text-decoration: none;
	color: inherit;
}

.footer-distributed .footer-company-name {
	color: #8f9296;
	font-size: 14px;
	font-weight: normal;

	/*padding: 5px 0px 0px 15px;*/
	width: 100%;
}

.footer-distributed .footer-center {
	width: 35%;
}

.footer-distributed .footer-center i {
	background-color: #333333;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p {
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin: 0;
}

.footer-distributed .footer-center p span {
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 2;
}

.footer-distributed .footer-center p a {
	color: #5383d3;
	text-decoration: none;
}

/* Footer Right */

.footer-distributed .footer-right {
	width: 20%;
}

.footer-distributed .footer-company-about {
	line-height: 20px;
	color: #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span {
	display: block;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons {
	margin-top: 25px;
}

.footer-distributed .footer-icons a {
	display: inline-block;
	width: 45px;
	height: 45px;
	cursor: pointer;
	background-color: #083f60;
	border-radius: 8px;

	font-size: 45px;
	color: #ffffff;
	text-align: center;
	line-height: 45px;

	margin-right: 5px;
	margin-bottom: 8px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {
	.footer-distributed {
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right {
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i {
		margin-left: 0;
	}
}

@media (max-width: 1140px) {
	.footer-distributed {
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right {
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i {
		margin-left: 0;
	}
}
/* **********************VENTANA POPUP NUEVO************************************* */

/* Start state */
.animated-modal {
	max-width: 550px;
	border-radius: 4px;
	overflow: hidden;

	transform: translateY(-50px);
	transition: all 0.7s;
}

.animated-modal h2,
.animated-modal p {
	transform: translateY(-50px);
	opacity: 0;

	transition-property: transform, opacity;
	transition-duration: 0.4s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
	transform: translateY(0);
	opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
	transition-delay: 0.1s;
}

.fancybox-slide--current .animated-modal p {
	transition-delay: 0.3s;
}

/* **********************upper nav************************************* */
.upper-nav {
	/* background-color: #f2f2f2 vb*/

	padding-top: 5px;
	padding-bottom: 0;
}

.upper-nav .navbar-brand {
	margin-top: 0;
	margin-right: 0;
}

.titulovb {
	color: #0e7205;
	font-weight: bold;
}
.upper-nav .top-info {
	font-size: 15px;
	color: #2d2d2d;
	font-weight: normal;
	margin-top: auto;
	margin-bottom: auto;
}
.upper-nav .top-info li {
	margin-right: 10px;
}
.upper-nav .top-info li i {
	font-size: 18px;
	color: #58b433;
}
.upper-nav .top-info li a {
	color: #2d2d2d;
	margin-left: 3px;
	text-decoration: none;
	transition: 0.5s ease;
}
.upper-nav .top-info li a:hover {
	color: #79a207;
}

.upper-nav .shop-user-details {
	display: inline-block;
	margin-bottom: 0;
}
.upper-nav .shop-user-details li {
	list-style: none;
	display: inline-block;
	margin-left: 3px;
}
.upper-nav .shop-user-details li:after {
	content: "";
	height: 8px;
	width: 8px;
	background-color: #2d2d2d1c;
	display: inline-block;
	margin-left: 10px;
	border-radius: 50%;
}
.upper-nav .shop-user-details li:last-child:after {
	display: none;
}
.upper-nav .shop-user-details li a {
	text-decoration: none;
	color: #2d2d2d;
}
.upper-nav .shop-user-details li a i {
	margin-left: 5px;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -25px;
	margin-left: -25px;
}
.sub-title-hours {
	color: #000;
	background-color: rgb(184, 184, 184);
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
.f-15{
	font-size: 15px !important;
}