/* all html but footer, includes nav */
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -510px;
}

/* push just before closing wrapper */
.footer, .push{
    height: 510px;
}

/*-----Footer-----*/

.footer {
    padding: 10px 0px 3px 0px;
    background-color: #002538;
}

.footer-nav-item,
.footer-nav-item a{
    color:#66747e;
    line-height: 1.25;
}

.footer-nav-item-head{
    color:#66747e;
    font-weight:bold;
    line-height: 1.25;
}

.footer-nav-hr{
    color: #66747e;
	border-color: #66747e;
	height:1px;
	padding:0px 0px 10px 0px;
	margin:0px;
}

.footer-item,
.footer-item a{
    color:#66747e;
    font-size:11px;
}

.footer-item-delimiter{
    padding:0px 5px 0px 5px;
}

.footer-brand-img{
    padding-top:55px;
}

.footer-icon-social{
    display:inline-block;
    width:45px;
}

@media (max-width:375px) AND (min-width:320px){
    .footer-icon-social{
        width:40px;
        margin-top:5px;
    }
}

@media (min-width:1300px){
    .footer-icon-social{
        margin-top:10px;
    }
}

@media (max-width:375px) AND (min-width:320px){

	.wrapper {
        margin: 0 auto -2040px;
    }

    .footer, .push{
        height: 2040px;
    }

    .footer-item-container{
        text-align:center;
    }

    .footer-nav-item-head,
    .footer-nav-item{
        font-size:18px;
        padding-bottom:5px;
    }

	.footer-simple p {
        font-size:11px;
    }

    .footer-simple-links li {
        font-size:11px;
    }

}

@media(max-width:767px) and (min-width:376px){

	.wrapper {
        margin: 0 auto -2040px;
    }

    /* push just befor closing wrapper */
    .footer, .push{
        height: 2040px;
    }

    .footer-item-container{
        text-align:center;
    }

    .footer-nav-item-head,
    .footer-nav-item{
        font-size:18px;
        padding-bottom:5px;
    }

	.footer-simple p {
        font-size:11px;
    }

    .footer-simple-links li {
        font-size:11px;
    }

	.footer-brand-img{
        padding-top:45px;
    }

}

@media(min-width:768px) AND (max-width:991px){

	.wrapper {
        margin: 0 auto -540px;
    }

    .footer, .push{
        height: 540px;
    }

    .footer-nav-item,
    .footer-nav-item a{
        font-size:12px;
        line-height:1.5;
    }

    .footer-nav-item-head{
        font-size:12px;
        line-height:1.5;
    }

    .footer-brand-img{
        padding-top:80px;
    }

}
@media(min-width:992px) AND (max-width:1199px){

	.wrapper {
        margin: 0 auto -455px;
    }

    /* push just befor closing wrapper */
    .footer, .push{
        height: 455px;
    }

    .footer-brand-img{
        padding-top:45px;
    }

}
@media(min-width:1200px){

    .footer-brand-img{
        padding-top:25px;
    }

}


