.searchbox.fancy { position: relative; }

.searchbox.fancy .form-control {
    padding-right: 200px; 
    font-size:16px;
}
.searchbox.fancy button {  
    position: absolute; 
    top: 0; right: 0; 
    padding: 11px 20px 12px; 
    -webkit-border-radius: 4px;
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius: 4px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-radius: 4px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.searchbox .button.large { 
    padding: 11px 20px; 
}
.searchbox.fancy .form-control::-webkit-input-placeholder {
    opacity: 0.5;
    color: #333;
}
.searchbox.fancy .form-control::-moz-placeholder {
    opacity: 0.5;
    color: #333;
}
.searchbox.fancy .form-control:-ms-input-placeholder {
    opacity: 0.5;
    color: #333;
}

.searchbox .button { 
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #1e449c; 
    padding: 11px 20px 11px; 
    font-size: 15px; 
    border: 0; 
    color: #ffffff; 
    text-transform: uppercase; 
    font-weight: bold; 
    display: inline-block;
    text-align: center; 
    cursor: pointer; 
    -webkit-border-radius: 4px;
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius: 4px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-radius: 4px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.searchbox .button + .button {
    margin-left: 20px;
}
.searchbox .button:hover, .button:focus { 
    background: #132c66; 
    color: #ffffff; 
    border-color: #132c66;
}


.searchbox.fancy .form-control {
    padding-right: 200px;
    font-size: 16px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: none;
    height:50px !important;
    padding:5px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.searchbox.fancy .form-control:focus {
    border-color: #ccc;
    box-shadow: 0px 0px 5px #ccc;
}



.bg-footer .heading-footer {
    text-align: left;
    position: relative;
    padding-bottom:5px;
    padding-top:15px;
    color: #fff !important;
}
.bg-footer .heading-footer:after {
    left: 0;
    bottom: 0;
    height:3px;
    width:75px;
    content: " ";
    background: #809de1;
    position: absolute;
}
.bg-footer .heading-footer h2 {
    color: #fff !important;
    font-size:22px !important;
    padding:0px 0px 5px 0px;
    margin:0px 0px 0px 0px;
    text-transform:uppercase;
}


.bg-footer {
    background:#1e449c;
    padding-top:50px;
    padding-bottom:50px;
}

.bg-white-footer{
    background:#fff;
    padding:30px 30px 10px 30px ;
}
.bg-white-footer img{
    width:240px;
    margin-bottom:15px;
}
.bg-white-footer p{
    font-size:16px;
    color:#515153;
}


.content-footer .contacts ul, 
.content-footer .links ul {
    width:100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}


.content-footer .contacts li a {
    position:relative;
    color: #515153;
    padding:7px 0px 7px;
    border-bottom:1px solid #e1e1e1;
    font-size:16px;
    margin-bottom:1px;
    width:auto;
    display:block;
    text-align:left;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-weight:bold;
}
.content-footer .contacts li a:hover {
    color:#1e449c;
    padding-left:10px;
    border-color:#ccc;
}

.content-footer .contacts li a i {
    float: left;
    font-size:20px;
    text-align: left;
    margin: 0px 3px 0 0;
    display: inline-block;
    width:30px;
    line-height:24px;
}


.content-footer .links li {
    position:relative;
    color: #fff;
    padding:7px 0px 7px;
    border-bottom:1px solid rgba(255, 255, 255, .1);
    font-size:16px;
    margin-bottom:1px;
    width:auto;
    display:block;
    text-align:left;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-weight:bold;
}

.content-footer .links li a {
    position:relative;
    color: #fff;
    padding:3px 0px 3px;
    /*border-bottom:1px solid rgba(124, 145, 164, .5);*/
    font-size:16px;
    margin-bottom:1px;
    width:auto;
    display:block;
    text-align:left;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-weight:bold;
}

.content-footer .links li:last-child {
    border-bottom:0px solid #fc0;
}

.content-footer .links li a span{
    position:relative !important;
    z-index:10 !important;
}

.content-footer .links li a:hover {
    color:#809de1;
    padding-left:10px;
    border-color:#809de1;
}
.content-footer .links li:hover{
    border-color:#809de1;
}




/*COPYRIGHT*/
.copyright {
    margin-top:30px;
    padding:30px 0;
    border-top:1px solid rgba(255, 255, 255, .1)
}
.copyright p {
    color: #fff;
    font-size: 14px !important;
    line-height:20px;
    margin-bottom:0px;
}
.copyright a {
    color: #fff;
    font-size:14px !important;
}
.copyright a:hover {
    color: #809de1;
}
@media (max-width: 992px) {
    .copyright{
        text-align: center;
        float: none !important;
    }	
}



@media (max-width: 650px) {
    .copyright{
        padding-left:50px;
        padding-right:50px;
    }
    .content-footer .col-lg-4{
        padding-left:50px;
        padding-right:50px;
    }	
}

@media (max-width: 767px) {
    .bg-footer {
        padding-top:0px;
    }

}


.copyright a img {
    width: 150px;
    margin: 15px auto;
}
