.searchbox.fancy { position: relative; }

.searchbox.fancy .form-control {
    padding-right: 200px; 
    font-size:16px;
}
.searchbox.fancy button {  
    position: absolute; 
    top: 0; right: 0; 
    padding: 13px 20px 12px; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.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: #31a2b9; 
    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-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.searchbox .button + .button {
    margin-left: 20px;
}
.searchbox .button:hover, .button:focus { 
    background: #202545; 
    color: #ffffff; 
    border-color: #202545;
}


.searchbox.fancy .form-control {
    padding-right: 200px;
    font-size: 16px;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ccc;
    box-shadow: none;
    height:47px;
    padding: 12px 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;
}




.footer .contact-add{padding: 50px 15px; }

@media (max-width: 576px) {
    .footer .contact-add{padding:30px 15px; }	

}

.footer .contact-add .info-footer .icon-footer i{font-size:56px !important; color: #fff;}


.footer .contact-add .info-footer .social-icons i{font-size:24px !important;}

.footer .contact-add .info-footer p{font-size:15px !important;}

.footer .contact-add .info-footer a {font-size:15px !important; color:#fff;}
.footer .contact-add .info-footer a:hover {color:#231f20;}







.bg-footer .heading-footer {
    text-align: left;
    position: relative;
    padding-bottom:5px;
    padding-top:15px;
    color: #202545 !important;
}
.bg-footer .heading-footer:after {
    left: 0;
    bottom: 0;
    height:3px;
    width:75px;
    content: " ";
    background: #202545;
    position: absolute;
}
.bg-footer .heading-footer h2 {
    color: #202545 !important;
    font-size:22px !important;
    padding:0px 0px 5px 0px;
    margin:0px 0px 0px 0px;
    text-transform:uppercase;
}


.bg-footer {
    background:#31a2b9;
    padding-top:45px;
    padding-bottom:45px;
}

@media (max-width: 575px) {
    .bg-footer {
	padding-top:0px;
    }
}


.bg-white-footer{
    background:#fff;
    padding:30px 30px 10px 30px ;
}
.bg-white-footer img{
    width:200px;
    margin-bottom:15px;
}
.bg-white-footer p{
    font-size:16px;
    color:#414141;
}


.content-footer .contacts ul, 
.content-footer .links ul {
    width:100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}


.content-footer .contacts li {
    color: #fff;
    padding:7px 0px 7px;
    border-bottom:1px solid rgba(13, 23, 51, .25);
    font-size:15px;
    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:last-child {
    border-bottom: none !important;
}


.content-footer .contacts li:before,
.content-footer .contacts li:after {
    content: " ";
    display: table;
}
.content-footer .contacts li:after {
    clear: both;
}
.content-footer .contacts li i {
    float: left;
    font-size:20px;
    text-align: left;
    margin: 0px 3px 0 0;
    display: inline-block;
    width:30px;
    line-height:24px;
    color:#fff
}
.content-footer .contacts li p {
    margin-bottom: 0;
    color: #141112;
    font-size:14px;
}
.content-footer.contacts li {
    color: #fff;
    font-size:16px;
}
.content-footer .contacts li a {
    color: #fff;
    font-size:16px;
    line-height:16px
}
.content-footer .contacts li a:hover {
    color:#0d1733;
    padding-left:10px;
    border-color:rgba(13, 23, 51, .5);
}



.content-footer .links li {
    position:relative;
    color: #fff;
    padding:0px;
    font-size:14px;
    width:50%;
    float:left;
    text-align:left;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border-bottom:0px solid rgba(32, 37, 69, .25);
    font-weight:bold;
}

.content-footer .links li a {
    position:relative;
    color: #fff;
    padding:5px 0px;
    border-bottom:0px solid rgba(32, 37, 69, .25);
    font-size:15px;
    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:#0d1733;
    padding-left:10px;
    border-color:rgba(32, 37, 69, .5);
}
.content-footer .links li:hover{
    border-color:#062b4b;
}



@media only screen and (max-width:767px){
    .content-footer .links li {
	width:100%;
    }
}



/*COPYRIGHT*/
.copyright {
    margin-top:15px;
    padding:15px 0 15px;
    border-top:1px solid rgba(32, 37, 69, .25)
}
.copyright p {
    color: #fff;
    font-size: 15px !important;
    line-height:20px;
    margin-bottom:0px;
}
.copyright a {
    color: #fff;
    font-size: 15px !important;
}
.copyright a:hover {
    color: #0d1733;
}
@media (max-width: 992px) {
    .copyright{
	text-align: center;
	float: none !important;
    }	
}




@media (max-width: 650px) {
    .copyright{
	padding-left:45px;
	padding-right:45px;
    }
    .content-footer .col-lg-4{
	padding-left:25px;
	padding-right:25px;
    }	
}












.show-footer {
    visibility:hidden;
    display:none;
}

#bottom-bar-info{
    background:#ccc;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    padding:0px;
    height:50px;
    line-height:50px;
    font-weight:bold;
    color:#fff;
    z-index:100 !important
}

#bottom-bar-info .col1,
#bottom-bar-info .col2,
#bottom-bar-info .col3,
#bottom-bar-info .col1 a,
#bottom-bar-info .col2 a,
#bottom-bar-info .col3 a{
    line-height:50px;
    font-weight:bold;
    font-size:16px;
    color:#fff;
}


#bottom-bar-info .col1,
#bottom-bar-info .col2,
#bottom-bar-info .col3,
#bottom-bar-info .col4, 
#bottom-bar-info .col1 a,
#bottom-bar-info .col2 a,
#bottom-bar-info .col3 a,
#bottom-bar-info .col4 a {
    line-height:50px;
    font-weight:bold;
    font-size:24px;
    color:#fff;
    width:25%;
    height:50px;
    float:left;
    text-align:center;
    -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;
}

#bottom-bar-info .col1 a .mdi,
#bottom-bar-info .col2 a .mdi,
#bottom-bar-info .col3 a .mdi,
#bottom-bar-info .col4 a .mdi{
    font-size:28px !important
}

#bottom-bar-info .col1 {
    background:#298b9e;
    -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;
}
#bottom-bar-info .col1:hover {
    background:#227999;
}

#bottom-bar-info .col2 {
    background:#25d366;
    -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;
}
#bottom-bar-info .col2:hover {
    background:#075e54;
}


#bottom-bar-info .col3 {
    background:#212121;
    -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;
}
#bottom-bar-info .col3:hover {
    background:#111;
}

#bottom-bar-info .col4 {
    background:#298b9e;
    -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;
}
#bottom-bar-info .col4:hover {
    background:#227999;
}

