@charset "UTF-8";
/* CSS Document */

/*Strong blue #005EB8*/
/*Light blue #00A3E0*/
/*Light Gray  #63666A*/

/* WELCOME */
.submenu{
    float: right;
}

header#plain .main-menu > ul > li:hover > a{
    color: #005EB8;
}

header nav a.active{
    font-weight: bold;
}

#logo_home h1 a, header.sticky #logo_home h1 a, header#plain #logo_home h1 a, header#colored #logo_home h1 a {
    width: 160px;
    height: 34px;
    display: block;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 160px 34px;
    text-indent: -9999px;
}

#search_container_2{
    position: relative;
    height: 580px;
    background: #ccc url(http://www.ansonika.com/panagea/img/home_section_1.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    width: 100%;
    display: table;
    z-index: 99;
}

#search_2 .nav-tabs > li > a.active, #search_2 .nav-tabs > li > a:hover .active, #search_2 .nav-tabs > li > a:focus .active {
    color: #fff;
    background-color: #005EB8;
}

.custom-search-input-2 input[type='submit']{
    /*border-bottom-right-radius: 1em;
    border-top-right-radius: 1em;*/
}

h2 span, h3 span, h4 span, h5 span, h6 span {
    color: dodgerblue;
}

a.btn_1, .btn_1 {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background: #005EB8;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    outline: none;
    font-size: 13px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
}

.banner_2 {
    background: url(http://www.ansonika.com/citytours/img/banner_bg_desktop.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 400px;
    margin-bottom: 25px;
    position: relative;
}

.gray-text{
    color: #63666A;
}

.blue-text{
    color: #005EB8;
}

.form-text {
    font-size: 14px;
    color: #616161;
}

.form-control{
    border-radius: 10px;
    border: 1px solid #666;
    color: #888888;
    font-size: 16px;
    height: 45px;
}

.form-control:focus {
    border: solid 2px #005EB8;
    box-shadow: none;
    height: 45px;
    transition: height 0.3s, width 0.3s 0.1s;
    -webkit-box-shadow: none;
}


.btn-login{
    width: 170px;
    height: 50px;
    border-radius: 14px;
    box-shadow: 0 2px 12px 2px rgba(0, 94, 184, 0.48);
    border: solid 1px #005EB8;
    background-color: #005EB8;
    color: white;
    text-align: center;
}

#profile-dropdown .dropdown-toggle{
    display: inline;
}

#profile-dropdown img{
    width: 3em;
}

.profile-dropdown-item{
    font-size: small;
}

.btn-outline-primary{
    color: #005EB8;
    border-color: #005EB8;
}

.btn-outline-primary:hover{
    color: white;
    background-color: #005EB8;
}

.btn-primary{
    background-color: #005EB8;
}


#footer{
    background-color: #005EB8;
}

#footer a, #footer span{
    color: white;
    font-size: 0.9em;
    font-weight: 800;
}

#footer a:hover{
    font-size: 0.9em;
    font-weight: 800;
}

.footer-icons{
    color: white;
    font-size: 2em;
}
