/* CSS Document */
html {
	padding-top: 7rem;
/*	padding-bottom: 3rem;*/
}

body {
}

h2 {
	font-size: 1.3em !important;
}

a {
	height: 100% !important;
}

.mainContent {
	
}

.above-indicators {
	position: relative !important;
	bottom: 0 !important;
	margin-top: 10px !important;
}

.above-indicators li {
	height: auto !important;
}

.title {
	font-size: 1.3em;
}

.title i {
	margin-right: 0.5em;
}

.header {
	background-color: #f8f9fa !important;
}

.border-2 {
    border-width: 2px !important;
}

.fa-input-trash {
	font-family: "Font Awesome 5 Free";
	content: "\f2ed";
}

.fa-input-edit {
	font-family: "Font Awesome 5 Free";
	content: "\f2ed";
}

.fa-input-add {
	font-family: "Font Awesome 5 Free";
	content: "\f0fe";
}

.sizeHelp {
	position: relative;
}

.carousel-control-next, .carousel-control-prev {
	width: auto !important;
}

.carousel-control-next {
    right: -20px !important;
}

.carousel-control-prev {
    left: -20px !important;
}

.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.fixed-size-img {
    width: 246.167px;
    height: 351.521px;
    object-fit: cover;
    object-position: center;
}


section {
    padding: 0 0;
	margin: 10px 0 0 0;
}

section .section-title {
    text-align: center;
    color: #f8f9fa;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#footer {
    background: #f8f9fa !important;
}

#footer a {
    color: #000;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}

#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}

#footer ul.social li a,
#footer ul.quick-links li a{
	color:#000;
}

#footer ul.social li a:hover{
	color:#222;
}

#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}

#footer ul.quick-links li a i{
	margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}