/* ----------------------------------------------------------------
	Canvas: Travel Demo
	Version: 1.0
-----------------------------------------------------------------*/


@font-face {
    font-family: 'Arca Majora';
    src: url('css/fonts/arca-heavy-webfont.eot');
    src: url('css/fonts/arca-heavy-webfont.eot?#iefix') format('embedded-opentype'), url('css/fonts/arca-heavy-webfont.woff2') format('woff2'), url('css/fonts/arca-heavy-webfont.woff') format('woff'), url('css/fonts/arca-heavy-webfont.ttf') format('truetype'), url('css/fonts/arca-heavy-webfont.svg#arca_majoraheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4 {
    font-family: 'Arca Majora', sans-serif;
}



@media (min-width: 992px) {

    #top-bar {
        z-index: 299;
    }

        #top-bar.transparent-topbar {
            /*background: rgba(0,0,0,0.6) !important;*/
            background: #3a3e47 !important;
            position: fixed;
            width: 100%;
        }

            #top-bar.transparent-topbar + #header.transparent-header + #slider,
            #top-bar.transparent-topbar + #header.transparent-header + .page-title-parallax {
                margin-bottom: -145px;
                top: -145px;
            }
}

.dark .top-links li > a {
    color: #EEE;
}

.dark .top-links li:hover {
    background-color: rgba(255,255,255,0.15);
}

.dark #top-social li {
    border-left: 0;
}

    .dark #top-social li a {
        color: #EEE;
    }

.dark #header-wrap:not(.not-dark) #primary-menu.style-4 > ul > li:hover > a,
.dark #header-wrap:not(.not-dark) #primary-menu.style-4 > ul > li.current > a {
    border-color: rgba(255,255,255,0.5);
}

.tabs.travel-organiser-tabs {
    width: 100% !important;
}

.tabs.travel-organiser-tabs {
    margin: 0;
}

.travel-organiser-tabs ul.tab-nav {
    border-bottom: 4px solid #483c5f;
}

    .travel-organiser-tabs ul.tab-nav li {
        margin-left: 1px;
        border: 0;
        height: 48px;
        border-left: 0 !important;
    }

        .travel-organiser-tabs ul.tab-nav li:first-child {
            margin-left: 0;
        }

        .travel-organiser-tabs ul.tab-nav li a {
            padding: 0 20px;
            color: #FFF;
            height: 48px;
            line-height: 48px;
            background-color: rgba(0,0,0,0.5);
            font-size: 15px;
            font-weight: 400;
            text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
        }

        .travel-organiser-tabs ul.tab-nav li.ui-tabs-active a {
            top: 0;
            background-color: #483c5f;
			text-transform: uppercase;
        }

        .travel-organiser-tabs ul.tab-nav li .label {
            margin-left: 5px;
        }

        .travel-organiser-tabs ul.tab-nav li a i {
            margin-right: 7px;
        }

.travel-organiser-tabs .tab-container {
    margin-bottom: 50px;
}

#travel-slider-overlay {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-outer {
    box-shadow: 2px 2px 5px #eee;
    -moz-box-shadow: 2px 2px 5px #eee;
    -webkit-box-shadow: 2px 2px 5px #eee;
}

.block {
    background-color: #fff;
    margin: 0 0 40px 0;
    padding: 40px;
}

.block-title {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    color: #555;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    padding: 20px 40px;
    text-transform: uppercase
}

.GvGridFull {
    border: 1px solid #eee;
}

.GvGrid:nth-child(even) {
    background: #fff;
}

.GvGrid:nth-child(odd) {
    background: #fff;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay-open .portfolio-item .portfolio-image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay-open .portfolio-item:hover .portfolio-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-overlay-open .portfolio-overlay {
    opacity: 1;
    background-color: rgba(0,0,0,0.2);
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay {
    -webkit-transition: background-color .4s ease-in-out;
    -o-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
}

.portfolio-overlay-open .portfolio-item:hover .portfolio-overlay {
    background-color: rgba(0,0,0,0.4);
}

.portfolio-overlay .portfolio-desc h3 {
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}


.footer-big-contacts {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}

    .footer-big-contacts span {
        display: block;
        font-size: 11px;
        font-weight: 400;
        text-transform: uppercase;
        color: #888;
        letter-spacing: 2px;
    }

.dark .footer-big-contacts {
    color: rgba(255,255,255,0.8);
}


.device-sm .tabs.travel-organiser-tabs {
    width: 100% !important;
}

/*
HEADER
---------------------------------------------------------------------------------------------------- */

#cv_header {
    background: #fff !important;
    box-shadow: 2px 2px 5px #eee;
    -moz-box-shadow: 2px 2px 5px #eee;
    -webkit-box-shadow: 2px 2px 5px #eee;
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
    margin-left: 0;
    margin-right: 0;
}

    /* MENU TOGGLE
--------------------------------------------- */

    #cv_header #cv_menuToggle {
        position: relative;
        display: inline-block;
        padding: 18px 14px 14px 0;
        border-right: 1px solid #eee;
        margin-bottom: -5px;
        transition: all .6s ease;
        color: #2f3f55;
        cursor: default;
        width: 223px;
        box-sizing: border-box;
    }

        #cv_header #cv_menuToggle img {
            height: 30px;
        }

        #cv_header #cv_menuToggle i {
            position: absolute;
            right: 28px;
            top: 50%;
            transform: translateY(-50%);
        }

            #cv_header #cv_menuToggle i:hover {
                color: #483c5f;
            }

    #cv_header img {
        float: left;
    }

    #cv_header .title {
        display: inline-block;
        float: left;
        line-height: 30px;
        padding-left: 20px;
        font-size: 20px;
    }

/* MENU ITEMS
--------------------------------------------- */

#cv_menuItems {
    float: right;
    height: 62px;
}

.header-members {
    position: relative;
    display: inline-block;
    line-height: 62px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    top: -4px;
    margin-right: 20px;
}

#cv_menuItems .item {
    position: relative;
    display: inline-block;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 32px;
    padding: 0 20px;
}

    #cv_menuItems .item a {
        color: #fff;
        display: block;
        font-family: "Raleway",sans-serif;
        font-size: 17px;
        font-weight: 500;
        text-decoration: none;
        text-transform: uppercase;
    }

#cv_menuItems a::after {
    display: none;
}

#cv_menuItems .item .tooltip {
    position: absolute;
    background: #2b2e33;
    color: #fff;
    padding: 4px 3px;
    font-size: 9px;
    line-height: 12px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
    transition: all .6s ease;
    bottom: -60px;
    opacity: 0;
    visibility: hidden;
}

    #cv_menuItems .item .tooltip::before {
        content: '';
        position: absolute;
        height: 0;
        width: 0;
        border-left: solid 5px transparent;
        border-right: solid 5px transparent;
        border-bottom: solid 5px #2b2e33;
        left: 50%;
        top: -5px;
        transform: translateX(-50%);
    }

#cv_menuItems .item:hover .tooltip {
    bottom: -20px;
    opacity: 1;
    visibility: visible;
}

/*
SIDEBAR MENU
---------------------------------------------------------------------------------------------------- */

#cv_sidebarMenu {
    position: fixed;
    overflow-x: hidden;
    top: 63px;
    background: #fff url(imgs/menu-bg.png) no-repeat bottom right;
    background-size: auto 125px;
    box-shadow: 2px 2px 5px #eee;
    -moz-box-shadow: 2px 2px 5px #eee;
    -webkit-box-shadow: 2px 2px 5px #eee;
    height: calc(100% - 62px);
    transition: all .6s ease;
    left: -300px;
    width: 299px;
    z-index: 99999999;
    overflow-y: auto;
}

    #cv_sidebarMenu.open {
        left: 0px;
    }

    /* ITEM
--------------------------------------------- */

    #cv_sidebarMenu .item {
        position: relative;
        left: -3px;
        border-left: solid 3px #483c5f;
        height: 60px;
        transition: all .6s ease;
        box-sizing: border-box;
        width: 300px;
    }

    #cv_sidebarMenu .item {
        border-bottom: solid 1px #eee;
    }

        #cv_sidebarMenu .item a {
            overflow: hidden;
            display: block;
            height: 100%;
            line-height: 60px;
            text-decoration: none;
            font-family: sans-serif;
            font-size: 12px;
            opacity: 1;
            text-transform: uppercase;
            color: #555;
            font-weight: 600;
        }

            #cv_sidebarMenu .item a i {
                font-size: 28px;
                display: block;
                width: 60px;
                float: left;
                line-height: 60px;
                text-align: center;
                color: #483c5f;
            }

        /* HOVER
--------------------------------------------- */

        #cv_sidebarMenu .item:hover {
            background-color: #483c5f;
        }

            #cv_sidebarMenu .item:hover i, #cv_sidebarMenu .item:hover a {
                color: #fff;
            }

    /* OPEN
--------------------------------------------- */

    #cv_sidebarMenu.open .item {
        width: 300px;
        left: 0;
    }

@media (max-width: 767px) {

    #slider {
        height: auto !important;
    }

    .tabs.travel-organiser-tabs {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        margin-top: 0 !important;
        width: 100% !important;
    }
}


@media (max-width: 767px) {

    .tabs.travel-organiser-tabs .heading-block h4 {
        margin-bottom: 20px;
    }

    .tabs.travel-organiser-tabs .heading-block .fleft,
    .tabs.travel-organiser-tabs .heading-block .fright {
        float: none !important;
    }
}


.device-xxs .tabs.travel-organiser-tabs .more-link.fright {
    float: none !important;
}

.device-xs .tabs.travel-organiser-tabs .tab-nav i,
.device-xxs .tabs.travel-organiser-tabs .tab-nav i {
    margin-right: 0 !important;
}





#posts .entry-meta li i {
    display: inline-block;
}

.entry-c {
    overflow: visible;
}

.toggle .togglet i {
    top: 7px;
    left: 6px;
}

.checkbox-style:checked + .checkbox-style-2-label:before {
    background: #483c5f
}

.hotel-price {
    display: block;
    font-size: 30px;
    color: #483c5f;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 1px;
}

.travel-slider .text-overlay {
    padding: 40px 25px 25px;
}

.travel-slider .text-overlay-title h3 {
    font-size: 22px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.travel-slider .text-overlay-meta {
    color: #EEE;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .travel-slider .text-overlay-meta span:first-child {
        margin-right: 3px;
    }


.result-box {
    background: #fff;
    border: 2px solid #ddd;
    margin-bottom: 30px;
    padding: 23px 23px 30px 23px;
}

#menu-logo {
    height: 30px;
    margin-top: 10px;
    width: 37px;
}

/* CLAIMS
--------------------------------------------- */

.form-icon {
    position: relative;
}

    .form-icon .overlay {
        color: #eee;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        text-align: center;
        width: 40px;
        z-index: 2;
    }

    .form-icon .sm-form-control {
        padding: 8px 14px 8px 37px;
    }

/* TABLE
--------------------------------------------- */

.GvGridFull {
    margin-bottom: 0;
}

.GvGridHeader th {
    padding: 16px 20px;
}

.GvGrid td {
    padding: 16px 20px;
}

.no-padding {
    padding: 0 !important;
}

.GvGridFull .button {
    width: auto !important;
}

.button-table, .button-table-line {
	background: transparent;
	border: 0;
	color: #483c5f;
}

.button-table:hover, .button-table-line:hover {
	color: #777;
}

.button-table {
	margin-right: 20px;
}

.button-table-line {
	border-right: 1px solid #999;
	margin-right: 10px;
	padding-right: 10px;
}

.button-disabled, .button-disabled:hover {
	color: #ccc;
}

.set-date {
	color: #ccc;
}

/* IDS RESULT TABLE
--------------------------------------------- */

.result-title {
    background: #eee;
    float: left;
    padding: 15px;
    width: 100%;
}

.primary-result .result-title {
    background: #483c5f;
    color: #fff;
}

.result-title, .result-title-alternate {
    font-size: 13px;
}

    .result-title .col-sm-5, .result-title-alternate .col-sm-5 {
        text-align: right;
    }

.secondary-result .primary-result .result-title {
    background: #ccc;
    color: #000;
}

.result-title-alternate {
    background: #eee;
    float: left;
    padding: 15px;
    width: 100%;
}

.result-block {
    float: left;
    padding: 15px;
    width: 100%;
}

    .result-block .col-sm-11 {
        padding-top: 7px;
    }

    .result-block .col-sm-9 {
        padding-top: 11px;
    }

    .result-block .button {
        float: right;
        margin-left: 15px !important;
        width: auto !important;
    }

/* PAGER
--------------------------------------------- */

.gridpager span, .gridpager a {
	float: left;
	height: 40px;
	line-height: 40px;
	margin-top: 25px;
	text-align: center;
	width: 40px;
}

.gridpager span {
	background: #483c5f;
	color: #fff;	
}

.gridpager a {
	background: #f3f3f3;
}

.gridpager a:hover {
	background: #ddd;
}

/* DATE POPUP
--------------------------------------------- */

.RadCalendar caption {
    display: none;
}

table.RadCalendar_Default {
    margin-bottom: 0;
}

/* FORMS
--------------------------------------------- */

html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default {
    font: 15px "segoe ui",arial,sans-serif !important;
}
