/* *****************************************
         		%%FOOTER
***************************************** */

footer {
    /* position: absolute; */
    width: 100%;
    /*bottom: 0px !important;*/
    font-size:0;
    /* padding-top:80px; */
    /* border-top: 50px solid #0e2d6d; */
}

footer a{
	text-decoration: none;
}

.footer-top {
	background-color: #1D1D38;
	position: relative;
	width: 100%;
	height: 50px;
	display: inline-block;
}

/*///////// SOCIAL MEDIA /////////*/
.social-media li.instagram{
	background-image: url(../img/instagram.png);
}

.social-media {
	float:left;
	padding-top:15px;
	height:24px;
	vertical-align: middle;
	margin-right:3%;
}

.social-media-mobile {
  display: none;
}

@media only screen and ( max-width: 610px ) {

}

.social-media ul {
	padding: 0px;
	font-size: 0;
}

.social-media li {
	display: inline-block;
	width:26px;
	height:24px;
	margin-right: 10px;
	background-image: url(../img/sprite.png);
}

.social-media li:last-of-type {
	margin-right:0;
}

.social-media .twitter {
	background-position: -186px 0px;
}

.social-media .facebook {
	background-position: -220px 0px;
}

.social-media .linkedin {
	background-position: -254px 0px;
}

.social-media .youtube {
	background-position: -288px 0px;
}

/*///////// FOOTER NAV /////////*/
footer .footer-mobile-navigation {
	display:none;
}

footer .footer-navigation {
	float:left;
	width:50%;
}

footer .footer-navigation ul,
footer .footer-mobile-navigation ul {
	padding:0;
}

.menu-footer-menu-container ul {
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	display:-o-flex;
	display:-ms-flex;
	display:-ms-flexbox;
}

.menu-footer-menu-container li {
	display: block;
	padding:15px 2px;
	flex:1 0 auto;
	-webkit-flex:1 0 auto;
	-moz-flex:1 0 auto;
	-o-flex:1 0 auto;
	-ms-flex:1 0 auto;
}

.menu-footer-menu-container li a {
	font-size:15px;
	color:#fff;
	text-transform: uppercase;
	font-weight: bold;
}


/*///////// FOOTER BAGS /////////*/
footer .bags-section {
	display: inline-block;
	width:309px;
	margin-top:-118px;
	float:right;
}

footer .bags {
	background: url(../img/bags.png) no-repeat center top;
	position: relative;
	vertical-align: top;
	width:309px;
	height:118px;
}


/*///////// FOOTER BOTTOM /////////*/
.footer-bottom {
	/* height:57px; */
	background-color: #1D1D38;
	padding: 20px 0px;
}

.search-box {
	display: inline-block;
	vertical-align: middle;
	/*width:30%;*/
}

.search-box form .form-control {
	height:25px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding:7px 9px;
	color:#fff;
	background-color: #3c3c3c;
	border:solid 2px #fff;
	margin-right:5px;
	font-size:14px;
}

.search-box form .form-control:focus{
	color:#fff;
	background-color: #3c3c3c;
	outline:none;
}

.search-box form button[type=submit] {
	opacity: 0;
	padding:0;
	height:25px !important;
	width:25px !important;
	border:0;
	margin:0 !important;
}

.search-box form .input-group-btn {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	height:25px !important;
	width:29px !important;
	background: #fff url(../img/search-icon.jpg) center center no-repeat;
	border-left:solid 4px #3c3c3c;
}

.search-box label {
	display: none;
}

.search-box #s {
	background:rgba(0,0,0,0);
	border:1px solid #fff;
	color:#fff;
	padding:1px 5px;
}

.search-box #searchsubmit {
	background-image: url(../img/sprite.png);
	width: 25px;
	height: 24px;
	color:rgba(0,0,0,0);
	border:0px;
	background-position: -187px -26px;
	margin-left: 2px;
}

/**/
.footer-bottom p {
	font-size:14px;
	color:#fff;
	float:right;
}

.footer-bottom .large-spacing{
	padding-right:15px;
}




@media only screen and ( max-width: 1000px ) {

	footer{
		padding-top:115px;
	}

	footer .bags-section {
	    margin:0px auto;
	    float:none;
	    margin-top: -165px;
	    display: block;
	    z-index: 8;
	}

	footer .bags {
		background: url(../img/bags.png) no-repeat center top;
		height:165px;
	}

	.footer-top {
		z-index: 10;
		background-color:#1D1D38;
	}

	/*///////// SOCIAL MEDIA /////////*/
	.social-media {
		width:20%;
		margin-right:0;
		padding-top:15px;
	}

	.social-media li {
		margin-right: 2%;
	}

	/*///////// FOOTER NAV /////////*/
	footer .footer-navigation {
		width:80%;
	}

	.menu-footer-menu-container li {
		text-align: right;
		/*padding:15px 6.7% 15px 0;*/
		padding:15px 0 15px;
	}

	.menu-footer-menu-container li:first-of-type {
		padding-left:1%;
	}

	.menu-footer-menu-container li:last-of-type {
		padding-right:0;
	}

	/*///////// FOOTER BOTTOM /////////*/
	.search-box {
		padding-top:10px;
	}

	/**/
	.footer-bottom p {
		width:275px;
		text-align: right;
		vertical-align: middle;
	}

	.footer-bottom .large-spacing,
	.footer-bottom .footer-dot{
		display:none;
	}



} /*CLOSE 1000PX RESPONSIVE*/




@media only screen and ( max-width: 610px ) {

	footer .bags-section {
	    margin:0px auto;
	    float:none;
	    margin-top: -165px;
	    display: block;
	    z-index: 8;
	}

	footer .bags {
		background: url(../img/bags.png) no-repeat center top;
		height:165px;
	}

	.footer-top {
		z-index: 10;
		background-color:rgba(60, 60, 60,.8);
		font-size:0;
	}

	/*///////// SOCIAL MEDIA /////////*/
	.social-media {
		width: 100%;
		padding-top:15px;
	}

	.social-media ul {
		width:194px;
		margin:0 auto;
		display: block;
	}

	.social-media li {
		margin-right: 30px;
	}

	/*///////// FOOTER BOTTOM /////////*/
	.search-box {
		padding-top:10px;
		width: 100%;
		display:block;
		margin-bottom:30px;
	}

	.search-box form .input-group{
		width:100%;
	}

	.search-box form .form-control {
		height:35px;
		width:100%;
		padding:10px 15px;
		font-size:16px;
	}

	.search-box form button[type=submit] {
		height:35px !important;
		width:35px !important;
	}

	.search-box form .input-group-btn {
		height:35px !important;
		width:45px !important;
		border-left:solid 10px #3c3c3c;
	}

	/*///////// FOOTER NAV /////////*/
	footer .footer-navigation {
		display:none;
	}

	footer .footer-mobile-navigation {
		width:50%;
		display:block;
		float:left;
	}

	.menu-footer-menu-container ul {
		display:block;
	}

	.menu-footer-menu-container li {
		display:block;
		text-align: left;
		padding:0 0 10px 0;
	}

	.menu-footer-menu-container li a{
		font-size:16px;
	}

	.menu-footer-menu-container li:first-of-type {
		padding-left:0;
	}

	/**/
	.footer-bottom p {
		font-size:16px;
		width:50%;
		float:right;
		text-align: left;
	}

	.footer-bottom p span{
		display:block;
		margin-bottom:10px;
	}

	.footer-bottom .large-spacing,
	.footer-bottom .footer-dot,
	.footer-bottom .footer-line {
		display:none;
	}


  .social-media-mobile {
    display: block !important;
    flex-direction: row-reverse;
    padding-bottom: 40px;
    margin: 0;
  }

  .social-media-mobile ul{
    display: flex !important;
    flex-direction: row;
    justify-content: flex-end;
  }

  .footer-top {
    display: none;
  }


} /*CLOSE 610PX RESPONSIVE*/
