#footer {
	position:absolute;
	width:100%;
	left:0;
	right:0;
	bottom:0;
	/*border-top:1px solid rgba(0,0,0,0.05);
	background-color: rgba(242,242,242,1);*/
	height:200px;
}
#footer > .inside {
	position:relative;
	padding:15px 0;
	text-align:center;
	top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#footer a {
	color: rgba(71,73,86,0.8) !important;
}
#footer a:hover {
	color: rgba(236,34,46,1) !important
}
#footer .title {
	position: relative;
	font-size: 13px;
	line-height:20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase !important;
	margin-bottom:10px;
}
#footer .title:before {
	position: absolute;
	width:100%;
	display: block;
	border-top: thin solid rgba(0,0,0,0.1);
	top:50%;
	content:"";
	z-index:1;
}
#footer .title > span {
	position:relative;
	background:#fff;
	padding:0 10px;
	z-index:2;
}
#footer .text {
    font-size: 10px;
	line-height:18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase !important;
}
#footer > .inside .row-menu {
	position:relative;
	display:table;
	width:100%;
	clear:both;
}
/*#footer > .inside .row-menu > [ class*="col-" ] {
	position: relative;
	display:inline-block;
	float:left;
	width:50%;
}
#footer > .inside .row-menu > .col-company {
	text-align:left;
}
#footer > .inside .row-menu > .col-menu {
	text-align:right;
}*/
#footer > .inside .row-menu > .col-menu {
	padding:5px 0;
}
#footer > .inside .row-menu > .col-menu ul.group-slot-text {
	margin:0 auto;
}
#footer > .inside .row-menu > .col-menu ul.group-slot-text > li:before,
#footer > .inside .row-menu > .col-menu ul.group-slot-text > li:after {
	border-color: rgba(10,10,10,0.15);
}
#footer > .inside .row-copyright {}

/* lg customized */
@media (min-width:1200px) and (max-width:1649px) {
}

/* md */
@media (min-width:992px) and (max-width:1199px) {
}

/* sm - xs */
@media (max-width:991px) {
}

/* sm */
@media (min-width:768px) and (max-width:991px) {
}

/* xs */
@media (max-width:767px) {
#footer {
	border-top:1px solid rgba(0,0,0,0.05);
	background-color:rgba(0,0,0,0.03);
	height:160px;
}
#footer > .inside {
	height:100%;
	padding:0 !important;
}
#footer .title:before,
#footer > .inside .row-menu > .col-menu {
	display:none !important;
}
#footer > .inside .row-menu {
	padding:20px 40px !important;
	height:calc( 100% - 35px );
	display:table;
}
#footer > .inside .row-menu .col-company {
	display:table-cell;
	vertical-align:middle;
}
#footer .title > span { background:none !important; }
#footer > .inside .row-copyright {
	height:35px;
	background-color: rgba(236,34,46,1) !important;
    color: rgba(255,255,255,1) !important;
	padding-top: 8px;
}
#footer > .inside .row-copyright .text {
	letter-spacing:0 !important;
}
}

/* xs customized */
@media (max-width:399px) {
}