/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                          http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a:hover {
        -webkit-animation-name: puffIn;
        animation-name: puffIn;
    }

    @-webkit-keyframes puffIn {
        0% {
            opacity: 0;
            -webkit-transform-origin: 50% 50%;
            -webkit-transform: scale(2, 2);
            -webkit-filter: blur(2px);
        }

        100% {
            opacity: 1;
            -webkit-transform-origin: 50% 50%;
            -webkit-transform: scale(1, 1);
            -webkit-filter: blur(0px);
        }
    }
    @keyframes puffIn {
        0% {
            opacity: 0;
            transform-origin: 50% 50%;
            transform: scale(2, 2);
            filter: blur(2px);
        }

        100% {
            opacity: 1;
            transform-origin: 50% 50%;
            transform: scale(1, 1);
            filter: blur(0px);
        }
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/**/
header {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    height: 100vh;
}

header,
#header_video {
    width: 100%;
    height: 100%;
    max-width: 100%;
    background-image: url("../img/homepage_bg_1600x900.jpg");
    background-repeat: no-repeat;
    min-height: 100vh;
    background-size: 100% 100%;
    overflow: hidden;
}

#small_header nav,
#header_video nav {
    z-index: 4;
}

#small_header nav a,
#header_video nav a {
    color: #fff;
    font-size: 18px;
    font-family: "Trebuchet MS";
    border-top: 10px solid transparent;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
    transition: border 500ms ease-out;
    letter-spacing: .2em;
    text-align: center;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#header_video nav li {
}

#header_video nav li.active a, #small_header nav li.active a, #small_header nav li a:hover,
#header_video nav li a:hover {
    background-color: transparent;
    border-top-color: rgb(207, 20, 43);
}

#header_video a {
    max-width: 100%;
}

#big_logo {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    top: 25%;
    z-index: 2;
    max-width: 100%;
}

#big_logo img {
    max-width: 100%;
    height: auto;
}

/*
#big_logo{ position: absolute; top: 50%;}*/

#big_header_tel {
    text-shadow: 0px 1px 5px rgb(207, 20, 43);
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    top: 72%;
    color: #fff;
    font-size: 4.5em;
    z-index: 2;
    max-width: 100%;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #cf142b;
}

#video_iframe {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
}

.img_container /*,#home_gallery*/
{
    margin-top: 5em;
}

.img_container a {
    width: 205px;
    margin-right: auto;
    margin-left: auto;
}

.img_container a:hover {
    text-decoration: none;
}

.location_rate,
.gallery_img {
    background: #cf142b;
    color: #fff;
    width: 224px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.5;
}

.gallery_img {
    font-size: 1.75em;
    font-family: "Roboto";
    font-weight: bold;
}

.location_rate {
    height: 2em;
}

.aboutus {
    margin-top: 5em;
    margin-bottom: 5em;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}

.aboutus h1 {
    text-align: center;
    font-size: 2.5em;
    font-family: "Harrington";
    color: rgb(11, 11, 11);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

#copyrights {
    font-size: 12px;
    font-family: "Trebuchet MS";
    text-align: center;
    position: absolute;
    bottom: 5%;
    z-index: 3;
    text-shadow: 1px 1px 1px #000;
}

.footer_company {
    background-color: rgb(0, 36, 125);
    height: 270px;
}

#footer {
    max-width: 100%;
    overflow: hidden;
    color: #fff;
}

.footer_part {
    padding: 0;
    height: 19em;
    margin-left: -1px;
}

.footer_part p {
    font-size: 1.1em;
    font-weight: bold;
}

#footer_logo {
    font-size: 2.5em;
    font-family: "Trebuchet MS";
    color: #fff;
    text-align: center;
    display: block;
    line-height: 1em;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: .5em;
}

#footer_tel {
    font-size: 2.4em;
    font-family: "Trebuchet MS";
    color: #fff;
    text-align: center;
    display: block;
    line-height: 1em;
    font-weight: bold;
}

#footer_social {
    position: absolute;
    right: 0;
    text-align: right;
    padding-top: 2em;
    font-size: 1em;
    font-weight: bold;
    float: right;
    z-index: 3;
}

#footer_social a {
    padding-left: 1.5em;
    margin-top: 1em;
    display: inline-block;
}

#social_video_header {
    position: absolute;
    right: 5%;
    bottom: 10%;
    z-index: 3;
}

#social_video_header a {
    display: block;
    margin-bottom: 1em;
}

#small_header {
    background: url("../img/small_header_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 236px;
    height: 236px;
    min-height: 236px;
}

#small_logo {
    position: absolute;
    top: 0;
    left: 10%;
}

#small_header_tel {
    float: right;
    margin-right: 16%;
    color: #fff;
    font-size: 3.5em;
    margin-bottom: .5em;
    text-shadow: 2px 2px 0px rgb(207, 20, 43);
}

.escort_details li {
    list-style: none;
    padding-left: 0;
}

#small_header h1 {
    color: #fff;
    text-align: center;
    font-size: 2.5em;
    font-family: "Harrington";
    font-weight: bold;
    margin-top: 0;
}

#small_header h1 img {
    padding-left: 1em;
    padding-right: 1em;
}

#escort_gallery,
.escort_details h2 {
    color: #cf142b;
    text-align: center;
    font-family: "Harrington";
    /*font-weight: bold;*/
}

.escort_details h2 img {
    padding-left: .5em;
    padding-right: .5em;
}

.decor_left {
    text-align: left;
    margin-bottom: 2em;
}

.decor_right {
    text-align: right;
    margin-bottom: 2em;
}

.escort_details ul li {
    font-size: 1.1em;
    font-family: "Trebuchet MS";
    color: rgb(11, 11, 11);
    line-height: 1.7em;

}

.property {
    width: 10em;
    display: inline-block;
    font-weight: bold;
    margin-left: 25%;
}

.value {
}

.aboutus img,
.aboutus figure {
    font-size: 2.5em;
    font-family: "Harrington";
    color: rgb(207, 20, 43);
    text-align: center;

}

.escort_details {
    margin-top: 2em;
}

.escort_details h3 {
    font-family: "Harrington";
    color: rgb(207, 20, 43);
    padding-left: 1.5em;
    font-weight: bold;
}

.escort_details li {
}

.escort_details .rate_time {
    font-weight: bold;
    width: 60%;
    display: inline-block;
}

#gal_dec_left img {
}

#gal_dec_right img {
}

#bs-navbar {
    z-index: 999
}

#bs-navbar ul {
    z-index: 999;
}

.navbar-collapse {
    border-top: 0 none;
}

.bs-docs-nav .navbar-header .navbar-toggle {
    border-color: #fff;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #cf142b;
    border-radius: 4px;
    z-index: 5;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.bs-docs-nav .navbar-toggle .icon-bar {
    background-color: #cf142b;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}

/*FOOTER*/
.footer_blue_bg {
    background: url('../img/blue_bg.jpg');
}

.footer_red_bg {
    background: url('../img/red_bg.jpg')
}

.triangle_container {
    display: inline-block;
    width: 100%;
    height: 19.5em;
}

.triangle_inner_container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 19.5em;
}

#left_triangle {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 9.75em solid transparent;
    border-right: 9.5em solid #fff;
    border-top: 10em solid #fff;
    left: 0em;
    top: 0em;
}

#center_triangle {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 9.75em solid transparent;
    border-left: 9.75em solid #fff;
    border-bottom: 10em solid #fff;
    left: 0em;
    top: 0em
}

#right_triangle {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 9.75em solid transparent;
    border-right: 9.75em solid #fff;
    border-top: 10em solid #fff;
    left: 0em;
    top: 0em
}

/*END FOOTER*/