/* ========================================================== */
/* 						    05. FOOTER                        */
/* ========================================================== */

/* ----- 1. Footer Styles ----- */
#footer_top {
    width:100%;
    background-color: #181b1b;
    z-index:100;
    padding:60px 0 60px 0;
}

#footer_box {
    width:90%;
    max-width:1140px;
    margin:0 auto;
    padding-left:5%;
    padding-right:5%;
}

.copyright{
    width:100%;
    text-align:center;
    padding-top:10px;
}

.copyright p{
    color:#fff!important;
    font-size:15px;
}

.copyright a{
    color:#3498db!important;
    //text-decoration:underline;
    font-size:15px;
}

p.contact_info{
    margin:10px 0 0 0!important;
    font-size:14px;
    line-height:20px;
}

p.contact_info i{
    font-size:18px;
    padding-right:5px;
    vertical-align: middle;
}

#footer{
    clear: both;
    position: relative;
    z-index: 10;
    //margin-top: 0;
}
#footer h4{
    color:#dedede;
    font-weight:400;
    font-size:18px;
    margin-bottom:10px;
}

#footer p{
   // margin-bottom:15px;
}

/* ----- 2. Footer Social Icons ----- */
ul.footer_social{
    width:100%;
    max-width:1140px;
    display:block;
    margin:0 auto;
}

ul.footer_social li{
    display:inline-block;
    margin:0 ;
    line-height:100%!important;
}

ul.footer_social li a i {
    display: inline-block;
    margin:0 8px;
    padding:0;
    font-size:26px!important;
    line-height: 26px!important;
    color: #8d8d8d;
    transition: all .5s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

ul.footer_social li a i:hover {
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    color:#3498db;
}

/* ----- 3. Footer Pictures ----- */
ul.footer_pics li{
    width:56px;
    height:56px;
    float:left;
    margin: 6px 6px 0 0;
}

ul.footer_pics li a img{
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul.footer_pics li a img:hover{
    -webkit-border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
    border-radius: 10px 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.button_pdf {
    padding:11px 15px 7px 15px;
    background-color:#3498db;
    border-radius: 5px;
    box-shadow: 0px 3px 0px 0px #227ebb;
    position: relative;
    display: inline-block;
    text-align:center;
    color: #fff;
    font-size: 14px;
    line-height:14px;
    font-weight:300;
    vertical-align: bottom!important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.button_pdf:hover {
    color: #252525;
}

a.button_pdf i {
    float:left;
    font-size: 18px;
    margin:0 8px 0 0;
}

a.button_pdf span {
    float:left;
    margin:2px 0 0 0;
}

#footer_bottom {
    width:100%;
    background-color: #181b1b;
    border-top:1px solid #282b2b;
    z-index:100;
    text-align:center;
    padding:5px 0 5px 0;
}



.reg_footer{
	width:100%;
	/* background-color: #181b1b; */
	/* border-top:1px solid #282b2b;*/
	z-index:100;
	text-align:center;
	padding:15px 0 0 0;
	bottom:0;
}
