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

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Home
        3.1 Home about
        3.2 Home listings
4. Header
        4.1 Logo
        4.2 Main Navigation
        4.3 Phone Home
        4.4 Hamburger
5. Menu
6. Search Box
        6.1 Search Box Title
        6.2 Search Box Arrow
        6.3 Search Form
7. Section Title
8. Featured
9. Listings
10. Workflow
11. Cities
12. Call to Action 1
13. Newsletter
14. Footer
        14.1 Footer - About
        14.2 Footer - Useful Links
        14.3 Footer - Contact Form
        14.4 Footer - Contact Info
15. Credits


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Montserrat:700|Open+Sans:300,400,600,700');

/*********************************
2. Body and some general stuff
*********************************/

*
{
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

.owl-item-listing{
    max-height: 600px;
}
.listing_slider_container{
    /*    max-width:950px;
        margin: 0 auto;*/
}
body
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #FFFFFF;
    color: #a5a5a5;
}
div
{
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
    list-style: none;
    margin-bottom: 0px;
}
p
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    color: #838383;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
    display: inline;
    position: relative;
    color: inherit;
    border-bottom: solid 1px #ffa07f;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
    position: relative;
    color: #FF6347;
}
p a:hover
{
    color: #FFFFFF;
    background: #ffa07f;
}
p a:hover::after
{
    opacity: 0.2;
}
/* This 'disables' selection of all elements, inputs etc as well*/
/*::selection
{

}*/
p::selection
{

}
h1{font-size: 36px; color: #000000}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 18px; color: #000000; margin-top: 15px;}
h1, h2, h3, h4, h5, h6
{
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{

}
.form-control
{
    color: #db5246;
}
section
{
    display: block;
    position: relative;
    box-sizing: border-box;
}
.clear
{
    clear: both;
}
.clearfix::before, .clearfix::after
{
    content: "";
    display: table;
}
.clearfix::after
{
    clear: both;
}
.clearfix
{
    zoom: 1;
}
.float_left
{
    float: left;
}
.float_right
{
    float: right;
}
.trans_200
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.trans_300
{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.trans_400
{
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.trans_500
{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.fill_height
{
    height: 100%;
}
.super_container
{
    width: 100%;
    overflow: hidden;
}
.prlx_parent
{
    overflow: hidden;
}
.prlx
{
    height: 130% !important;
}
.nopadding
{
    padding: 0px !important;
}

/*********************************
3. Home
*********************************/

.covidalert{
    text-align:center;
    background: #fd784f;
    color:white;
    width: 100%;
}
.home
{
    width: 100%;
    height: 50vh;
}
.home_slider_container
{
    width: 100%;
    height: 100%;
}
.home_slider
{
    width: 100%;
    height: 100%;
}
.home_slider_item
{
    width: 100%;
    height: 100%;
}
.home_slider_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.home_slider_content_container
{
    width: 100%;
    height: 100%;
    padding-top: calc(50vh - 25px);
    padding-left: 30px;
    padding-right: 30px;
}
.home_slider_content
{
    width: 100%;
    max-width: 900px;
    height: 100%;
    margin: 0 auto;

}
.home_slider_content h2
{
    /*font-size: 92px;*/
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}
.home_slider_nav
{
    position: absolute;
    top: 53.9%;
    left: 0;
    width: 140px;
    height: 64px;
    background: #fd784f;
    z-index: 10;
    cursor: pointer;
}
.home_slider_nav::after
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0e1d41;
    content: '';
    z-index: -1;
    -webkit-transition: all 600ms cubic-bezier(.25,.62,.27,.99);
    -moz-transition: all 600ms cubic-bezier(.25,.62,.27,.99);
    -ms-transition: all 600ms cubic-bezier(.25,.62,.27,.99);
    -o-transition: all 600ms cubic-bezier(.25,.62,.27,.99);
    transition: all 600ms cubic-bezier(.25,.62,.27,.99);
}
.home_slider_nav:hover::after
{
    width: 0px;
}
.home_slider_nav_left
{
    padding-right: 28px;
}
.home_slider_nav img
{
    width: 12px;
    height: 13px;
}
.flipInX
{
    animation-delay: 600ms;
}
.fijimap{
    background-color: #D6D6D6;
    color: #000000;
    margin-top: 30px !important;
}
.fijimap img{
    /*background-image: url(../images/fijimap.png);*/
    max-width: 100%;
    padding-bottom: 15px;
}

.imgresponsive{
    max-width: 100%;
    height:auto;
}
/*********************************
3.1 Home_about
*********************************/

.home_about
{
    height: 433px;
}
.home_about_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/*********************************
3. Home listings
*********************************/

.home_listings
{
    height: 433px;
}
.home_listings_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.home_listings_content
{
    width: 100%;
    margin-top: 221px;
}
.home_listings_title
{
    display: inline-block;
    height: 31px;
    background: #fd784f;
}

.hiddentitle{
    padding-top:35px;
}
home_listings_title_map
{
    display: inline-block;
    margin-top:  35px;
}

 .home_listings_title_map h1
{
    font-size: 22px;
    line-height: 31px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 12px;
    padding-right: 14px;
}


.home_listings_title h1
{
    font-size: 22px;
    line-height: 31px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 12px;
    padding-right: 14px;
}

/*********************************
3. Home listings details
*********************************/

.home_listings_detail
{
    height: 350px;
}
/*********************************
9. Search Box
*********************************/

.search_box
{
    width: 100%;
    height: auto;
    z-index: 10;
}
.search_box_content
{
    width: 100%;
    background: #0e1d41;
    padding-bottom: 15px;
}
.search_box_inner
{
    width: 100%;

    padding-bottom: 25px;
}

.search_box_title
{
    width: 100%;
    height: 51px;
}
.search_box_title_inner
{
    width: 100%;
    height: 100%;
    background: #fd784f;
}

.search_box_title_inner span
{
    font-size: 16px;
    font-weight: 600;
    line-height: 51px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-left: 7%;
}

.search_box_container
{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.search_box_container:nth-child(2)
{
    margin-top: 15px;
}

.dropdown_item_select
{
    width: 100%;
    height: 34px;
    background: #FFFFFF;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-padding-end: 34px;
    -webkit-padding-start: 15px;
    -webkit-user-select: none;
    background-image: url(../images/dropdown_arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    border: solid 1px #FFFFFF;
    color: #838383;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.dropdown_item_select::-ms-expand
{
    display: none;
}
.dropdown_item_select:hover
{
    border: solid 1px #fd784f;
}
.dropdown_item_select:focus
{
    outline-color: #fd784f;
}
/*********************************
4. Header
*********************************/

.header
{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    border-bottom: solid 1px #aeaead;
    z-index: 15;
}
.header.scrolled
{
    height: 120px;
    background: #0e1d41;
    border: none;

}
.header_container
{
    width: 100%;
    height: 150px;
}
.header.scrolled .header_container
{
    height: 120px;
}


/*********************************
4.1 Logo
*********************************/

.logo_container
{

}
.logo
{
    text-align: center;
}
.logo span
{
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 1px;
}

.logo img {
    max-height: 150px;
}
/*********************************
4.2 Main Navigation
*********************************/

.main_nav
{
    margin-left: auto;
    margin-right: 112px;
}
.main_nav_item
{
    display: inline-block;
    margin-right: 40px;
}
.main_nav_item:last-child
{
    margin-right: 0px;
}
.main_nav_item a
{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.main_nav_item a:hover
{
    color: #fd784f;
}

/*********************************
4.3 Phone Home
*********************************/

.phone_home
{
    width: auto;
    height: 44px;
    background: #fd784f;
    padding-left: 46px;
    padding-right: 39px;
}
.phone_home span
{
    font-size: 18px;
    font-weight: 600;
    line-height: 44px;
    color: #FFFFFF;
}

/*********************************
4.4 Hamburger
*********************************/

.hamburger_container
{
    display: none;
    margin-left: auto;
}
.hamburger i
{
    font-size: 20px;
    padding: 5px;
    color: #FFFFFF;
    cursor: pointer;
}
.hamburger i:hover
{
    color: #f2f2f2;
}
.hamburger i:active
{
    color: #fd784f;
}

/*********************************
5. Menu
*********************************/

.menu
{
    display: block;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    background: #FFFFFF;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.menu.active
{
    opacity: 1;
    visibility: visible;
}
.menu_item
{
    border-bottom: solid 1px #f2f2f2;
}
.menu_item:last-child
{
    border: none;
}
.menu_item:hover
{
    background: #f2f2f2;
}
.menu_item a
{
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0e1d41;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 60px;
}


/*********************************
7. Section Title
*********************************/

.section_title
{
    padding-top: 37px;
    margin: 0 auto;
}
/*.section_title::after
{
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 3px;
    height: 25px;
    background: #fd784f;
    content: '';
}*/
.section_title h3
{
    text-transform: uppercase;
    color: #1e2c4e;
    font-weight: 700;
}
.section_subtitle
{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #b0b1b3;
    margin-top: -4px;
}

/*********************************
8. Featured
*********************************/


.featured_row
{
    padding-top: 20px;
    padding-bottom: 20px;
    width: 80%;
    margin: auto;
}

/*********************************
8. Intro
*********************************/

.intro
{
    padding-top: 92px;
    padding-bottom: 79px;
}
.intro_title
{
    font-weight: 700;
    color: #0e1d41;
}
.intro_subtitle, .intro_about
{
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    color: #0e1d41;

    margin-top: -1px;
}

.intro_about{
    color: #ffffff;
}
.intro_text
{
    margin-top: 10px;
    margin-bottom: 20px;
}

.intro_text img
{
    padding-top: 15px;
    max-width: 100%;
}

.intro_image
{
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 19px;
    padding-bottom: 30px;
    max-width: 100%;
    background-image: url('../images/flower.jpg');
    background-repeat: no-repeat;
    color:#ffc107;    
    padding-bottom: 400px;
}
.intro_image img
{
    max-width: 100%;
}

/*********************************
9. Listings
*********************************/
.disclaimer{
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    background-color: #0e1d41;
    margin-bottom: 10px;
}
.disclaimer p{
    padding: 0;
    margin: 0;
    color: #fff;
}
.listings
{
/*    padding-top: 100px;*/
    padding-bottom: 100px;
    width: 100%;
}

.listing_item
{
    width: 100%;
    background: #edeff4;
    margin-bottom: 49px;
}
.listing_item_inner
{
    width: 100%;
}
.listing_item:last-child
{
    margin-bottom: 0px;
}
.listing_image_container
{
    width: 50%;
    padding-right: 15px;
}
.listing_image
{
    width: 100%;
    height: calc(100% - 86px);
}
.listing_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.listing_content
{
    width: 50%;
    padding-left: 26px;
    background: #edeff4;
    padding-bottom: 27px;
    padding-left: 15px;
    padding-right: 15px;
}
.listing_title
{
    margin-top: 28px;
    font-size: 1.5em;
    color: #0e1d41;
}
.listing_title a
{
    font-size: 22px;
    font-weight: 600;
    color: #0e1d41;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.listing_title a:hover
{
    color: #fd784f;
}
.listing_text
{
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #838383;
    margin-top: 11px;
}
.rooms
{
    margin-top: 19px;
}
.room
{
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 6px;
}
.room_title
{
    font-size: 12px;
    font-weight: 400;
    color: #2e2e2e;
}
.room_content
{
    margin-top: 8px;
    padding-left: 2px;
}
.room_image
{
    display: inline-block;
    width: 32px;
}
.room_number
{
    position: relative;
    top: 3px;
    font-size: 12px;
    font-weight: 400;
    color: #2e2e2e;
    margin-left: 5px;
}
.room_tags
{
    margin-top: 22px;
}
.room_tag
{
    display: inline-block;
    font-size: 12px;
    background: #fd784f;
    margin-right: 7px;
    margin-bottom: 9px;
}
.room_tag a
{
    display: block;
    color: #FFFFFF;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.featured_card_box
{
    width: 100%;
    height: 86px;
    background: #edeff4;
    padding-left: 30px;
}
.featured_card_container:hover .featured_card_box
{
    box-shadow: 0px 40px 40px rgba(0,0,0,0.55);
}
.featured_card_box img
{
    width: 30px;
    height: 30px;
}
.featured_card_box_content
{
    padding-left: 28px;
}
.featured_card_price_title
{
    font-size: 12px;
    font-weight: 400;
    color: #1e2c4e;
}
.featured_card_price
{
    font-size: 24px;
    font-weight: 600;
    color: #1e2c4e;
    margin-top: -3px;
}
.listing_item_inner:hover
{
    box-shadow: 0px 40px 40px rgba(0,0,0, 0.25);
}
.listing_item_inner:hover .featured_card_price,
.listing_item_inner:hover .featured_card_price_title
{
    color: #FFFFFF;
}
.listing_item_inner:hover .featured_card_box
{
    background: #1e2c4e;
}
.listings_nav
{
    margin-top: 100px;
    float: right;
}
.listings_nav_item
{
    display: inline-block;
    width: 28px;
    text-align: center;
    margin-right: 2px;
}
.listings_nav_item:hover
{
    background: #fd784f;
}
.listings_nav_item.active
{
    background: #fd784f;
}
.listings_nav_item a
{
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
    color: #0e1d41;
}
.listings_nav_item:hover a
{
    color: #FFFFFF;
}
.listings_nav_item.active a
{
    color: #FFFFFF;
}


/*********************************
14. Footer
*********************************/

.footer
{

    display: block;
    width: 100%;
    height: 150px;
    background: #07122c;

}

.footer_col_title
{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
}

/*********************************
14.1 Footer - About
*********************************/

.footer .logo_container
{
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.footer .logo
{
    text-align: center;
}
.footer .logo span
{
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 1px;
}
/*********************************
14.2 Footer - Useful Links
*********************************/

.footer_useful_links
{
    margin-top: 27px;
}
.useful_links_item a
{
    font-size: 14px;
    font-weight: 600;
    color: #c5c5c5;
    line-height: 2.0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.useful_links_item a:hover
{
    color: #fd784f;
}

/*********************************
11.3 Footer - Contact Form
*********************************/

/*.footer_contact_form_container
{
    margin-top: 41px;
}
.footer_contact_form
{

}*/
.input_field
{
    width: 100%;
    background: #1e2c4e;
    border: solid 2px transparent;
    margin-bottom: 9px;
    height: 38px;
    padding-left: 17px;
    color: #fd784f;
}
.input_field:focus
{
    outline: none !important;
    border-color: #fd784f;
}
.text_field
{
    width: 100%;
    height: 117px;
    background: #1e2c4e;
    border: solid 2px transparent;
    padding-left: 17px;
    margin-bottom: 7px;
    color: #fd784f;
    padding-top: 10px;
}
.text_field:focus
{
    outline: none !important;
    border-color: #fd784f;
}
.contact_send_btn
{
    width: 86px;
    height: 32px;
    background: #fd784f;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
}
.contact_send_btn:focus
{
    outline: solid 1px #FFFFFF;
    border: green !important;
}
.input_field::-webkit-input-placeholder,
.text_field::-webkit-input-placeholder
{
    font-size: 11px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: #6678a3 !important;
}
.input_field:-moz-placeholder,
.text_field:-moz-placeholder
{
    font-size: 11px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: #6678a3 !important;
}
.input_field::-moz-placeholder,
.text_field::-moz-placeholder
{
    font-size: 11px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: #6678a3 !important;
} 
.input_field:-ms-input-placeholder,
.text_field:-ms-input-placeholder
{ 
    font-size: 11px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: #6678a3 !important;
}
.input_field::input-placeholder,
.text_field::input-placeholder
{
    font-size: 11px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: #6678a3 !important;
}
/*********************************
14.4 Footer - Contact Info
*********************************/
.sidebar_section
{
    margin-top: 48px;
}

.sidebar_section img
{
    max-width: 100%;
}
.hello
{
    padding-left: 30px;
    padding-right: 30px;
    background: #0e1d41;
    padding-top: 52px;
    padding-bottom: 62px;
}

.hello_owner
{
    padding-left: 30px;
    padding-right: 30px;
    background: #0e1d41;
    padding-top: 52px;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.contact_info_list
{
    margin-top: 33px;
}
.contact_info_item
{
    /*margin-bottom: 22px;*/
}
.contact_info_item img{
    margin-right: 5px;
}
.contact_info_icon
{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.contact_info_icon img
{
    display: block;
    width: 100%;
}
.contact_info_text,
.contact_info_text a
{
    color: #bcbcbd;
    line-height: 2.14;
    margin-top: -4px;
}
.contact_info_item:hover .contact_info_text,
.contact_info_item:hover .contact_info_text a
{
    color: #fd784f;
}

/*********************************
15. Credits
*********************************/

.credits
{
    background: #040b1d;
    text-align: center;
    font-size: 0.8em;
}
.credits span
{
    color: #485165;
    line-height: 30px;
}

/*******
  Send form properties

***/

.send_disabled{
    background: grey;
}

.g-recaptcha{
    padding-bottom: 5px;
}
.rc-anchor-light {
    background: #1e2c4e !important;
    color: #ffffff;
}

.modal-header, .modal-footer{
    background-color: #0e1d41;
    color: #fff;
}
.modal-header h4{
    color:#fd784f;    
}
.modal-body{
    background-color: #1e2c4e;
    color: #fff;
}

.close{
    color: #fff;
}

.btn-close{
    background-color: #fd784f;
    color: #fff;
}

#kpop p{
    color: #ffffff;

}


/** Owner props **/

.fcdark{
    color: #000000 !important;
}

.navbar-toggler-icon{
    /*background-color: orange;*/
}

.navbar-brand img{
    max-height: 100px;
}
table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}
table tr:nth-child(odd){
    background: #fff;
}
table tr:nth-child(even){
    background: #f8f8f8;

}

table th,
table td {
    padding: .625em;
    text-align: center;
}

table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.prdetail{
    font-size: .7em;
    font-style: italic;
    margin-top: 25px;
}

.logobg{
    background: url('../images/logo_bg.png') no-repeat center center fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.news_content{
    width: 100%;
    margin-top: 150px;
}
.hdrsmall
{
    height: 120px;
    background: #0e1d41;
}
.header_container_small {
    width: 100%;
    height: 120px;
}

/* Spinner Modal */

/* The Modal (background) */
.modal-loader, .modal-err {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content Spinner */

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #fd784f;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;

}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
}

.clsdlg:hover {
  cursor: pointer;
}