/* ==========================================================================

site:           amerika 

Kleuren:
Lichtblauw: 	#1faadf / 1fa9dd 
Blauw:	        #1b2766 / 1b2764 / 2b2e83 / rgba(27, 39, 100, 1)
Achtergrond:    #27388f
Wit:	        #ffffff

   ========================================================================== */


/* ==========================================================================
   Base
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1b2764;
}


/* ==========================================================================
   Menu
   ========================================================================== */

.menu>li>a:hover,
.menu>li.active>a {
    color: #1b2764;
}


/* ==========================================================================
   Header
   ========================================================================== */

header a.searchjourney {
    background-color: #27388f;
}

.caption .quote,
.caption .name,
.person-info .arrow,
.tip .quote,
.tip .name {
    color: #27388f;
}

/* ==========================================================================
   Page
   ========================================================================== */

.page h1,
.page h2,
.content h1,
.content h2 {
    color: #1b2764;
}

/* .introduction {
    background-color: #27388f;
}

.introduction::after {
    position: absolute;
    background: transparent url('images/arrow-after.png') 0 0 no-repeat;
    left: 5px;
    bottom: -20px;
    z-index: 999;
} */

.content-404 .section i {
    color: #1fa9dd;
}

.introduction .content-left::after {
    border-color: #27388f transparent;
}


/* ==========================================================================
    Links & Buttons & Forms
    ========================================================================== */

a {
    color: #1faadf;
}

a:hover {
    color: #1b2766;
}

/* .btn {
    background: #1fa9dd none repeat scroll 0 0;
}

.btn:hover {
    background-color: #1b2764;
} */

.btn-ghost {
    background: transparent none repeat scroll 0 0;
}

.hvr-sweep-to-bottom::before {
    background: #1b2764 none repeat scroll 0 0;
}

.search button[type="submit"]:hover,
.result a {
    color: #1b2764;
}

.column .btn.btn-ghost:hover {
    background-color: #1b2764;
}

.search_form {
    background-color: #1fa9dd;
}

.search input[type="text"],
.search button[type="submit"] {
    color: #1fa9dd;
}


/* :-moz-placeholder {
    color: #1fa9dd;
}
::-moz-placeholder {
    color: #1fa9dd;
}
::-webkit-input-placeholder {
    color: #1fa9dd;
}
:-ms-input-placeholder {
    color: #1fa9dd;
} */

.result i {
    color: #1fa9dd;
}

.column .btn.btn-ghost {
    background-color: #1fa9dd;
}


/* ==========================================================================
    Highlights
    ========================================================================== */

.ch-info-wrap,
.content-highlight {
    background-color: #1b2764;
}

.highlights .owl-nav .owl-prev,
.highlights .owl-nav .owl-next {
    color: #27388f;
}

.ch-info i.fa.fa-expand,
.packages .column .top .description {
    color: #1b2764;
}

.packages .column .center .days {
    color: #1b2766;
}

.content-highlight .collapse.longdesc::after {
    background: -moz-linear-gradient(top, rgba(27, 39, 100, 0) 0%, rgba(27, 39, 100, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(27, 39, 100, 0) 0%, rgba(27, 39, 100, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(27, 39, 100, 0) 0%, rgba(27, 39, 100, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#001b2764', endColorstr='#1b2764', GradientType=0);
    /* IE6-9 */
}

.packages .column .bottom,
.packages .bottom.text-right .nano>.nano-pane>.nano-slider,
.packages .column .center .btn,
.packages .column .center .btn:hover {
    background-color: #27388f;
}

.packages .column .center .btn {
    border: 1px solid rgba(39, 56, 143, 0.5);
}

.packages .column .center .btn:hover {
    background: transparent none repeat scroll 0 0;
}

.packages .column .center .journey .title,
.packages .column .center .journey>ul>li::before,
.packages .column .center .extra .title,
.packages .column .center .extra>ul>li::before {
    color: #27388f !important;
}

.content-highlight .btn,
.packages .overlay .btn:hover,
.days-schedule .day.active,
.days-schedule .day.active p,
.packages .bottom .maps .marker:nth-of-type(1),
.packages .bottom .maps .marker:nth-of-type(2),
.packages .bottom .maps .marker:nth-of-type(3),
.packages .bottom .maps .marker:nth-of-type(4) {
    color: #1fa9dd;
}

.packages .overlay .btn {
    background: #1fa9dd;
}

.packages .overlay .btn:hover {
    border: 1px solid rgba(31, 169, 221, 0.5);
}

.days-schedule .day.active li>span {
    background-color: #1fa9dd;
}

/* ==========================================================================
    News
    ========================================================================== */

.news-summary .head-title,
.news-summary article .title small,
.news-summary.detail .description h1 {
    color: #1b2764;
}

/* ==========================================================================
    Blog
    ========================================================================== */

.blog .item .subtitle a,
.sidebar.blog .subtitle p,
.sidebar.blog .subtitle a  {
    color: #1b2764;
}

.sidebar.blog .categories {
    background-color: #1b2764;
}

.sidebar.blog .btn-block {
    border: 1px solid #1fa9dd;
}

.sidebar.blog .btn-block:hover {
    border-left: 1px solid #1b2764;
    border-right: 1px solid #1b2764;
    border-top: 1px solid #1b2764;
}

.blog .item .tags h4>a,
.blog .item .tags .comma {
    color: #1b2766;
}

/* ==========================================================================
    Footer
    ========================================================================== */

.top-footer
/* .col-4:nth-child(3) img,
.col-4:last-of-type .image i */ {
    background-color: #27388f;
}

.bottom-footer {
    background-color: #1b2764;
}

.bottom-footer .col-4:first-of-type .desc .btn {
    background-color: #1fa9dd;
    border: medium none #1fa9dd;
}

.bottom-footer .col-4:first-of-type .desc .btn:hover {
    color: #1fa9dd;
}

#casengo-inline-chat-status-button {
    background-color: #1b2764 !important;
}