﻿/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

html, body {
    height: 100%;
}

body {
    padding-top: 50px;
    /* body padding for fixed top nav */
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
    margin-bottom: 30px;
}

.tab-pane {
    margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
    padding: 50px 0;
}

.section-colored {
    background-color: #e1e1e1;
    /* change this to change the background color of a colored section */
}

.sidebar {
    margin-top: 40px;
}

    .sidebar ul {
        border-radius: 5px;
        padding: 5px;
        border: 1px solid #cccccc;
    }

/* Half Page Height Carousel Customization */
.carousel {
    height: 50%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* Social Icons Styles */
.list-social-icons {
    margin-bottom: 45px;
}

.tooltip-social a {
    text-decoration: none;
    color: inherit;
}

.facebook-link a:hover {
    color: #3b5998;
}

.linkedin-link a:hover {
    color: #007fb1;
}

.twitter-link a:hover {
    color: #39a9e0;
}

.google-plus-link a:hover {
    color: #d14836;
}

/* Service Page Styles */
.service-icon {
    font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
    font-size: 8em;
}

/* Pricing Page Styles */
.price {
    font-size: 4em;
}

.price-cents {
    vertical-align: super;
    font-size: 50%;
}

.price-month {
    font-size: 35%;
    font-style: italic;
}

/* Footer Styles */
footer {
    margin: 50px 0;
}

/* Responsive Styles */
@media (max-width: 767px) {

    .carousel {
        height: 70%;
        /* increases the carousel height so it looks good on phones */
    }
}

i.fa {
    font-size: 20px;
    vertical-align: middle;
}

.navbar-menu-item {
    margin-top: 7px;
    font-size: 25px !important;
    color: #2b3e50;
}

.col-lg-12.top-image-wrapper {
    height: 350px;
    overflow-y: hidden;
}

    .col-lg-12.top-image-wrapper img {
        margin-top: -245px;
    }

@media (max-width: 767px) {
    .page-header.top-header {
        display: none;
    }

    .breadcrumb {
        display: none;
    }

    .section, .section-colored {
        padding: 0px;
    }

    .col-lg-12.top-image-wrapper {
        display: none;
    }

    .navbar-nav .fa-car:before {
        content: "\f1b9 \00a0\00a0 Sim Racing" !important;
    }

    .navbar-nav .fa-music:before {
        content: "\f001 \00a0\00a0 MN'O" !important;
    }

    .navbar-nav .fa-club:before {
        content: "\f327 \00a0\00a0 Poker" !important;
    }

    .navbar-nav .fa-gamepad-alt:before {
        content: "\f8bc \00a0 Retro Gaming" !important;
    }

    .navbar-nav .fa-soccer-ball-o:before {
        content: "\f1e3 \00a0\00a0 Ajax" !important;
    }

    .navbar-nav .fa-film:before {
        content: "\f008 \00a0\00a0 Films en Series" !important;
    }

    .paper-article {
        height: auto;
        width: 100%;
    }

    .tab-pane a.btn {
        bottom: -32px !important;
    }

    .header-title-mobile {
        font-size: 18px;
        font-weight: bold;
        position: absolute;
        top: 14px;
        bottom: 0;
        left: 70px;
        right: 70px;
        margin: auto;
        display: inline-block;
        text-align: center;
    }
}

.xbox-one-game {
    width: auto;
    height: 260px;
    float: left;
    margin-right: 10px;
}

.tab-pane a.btn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.img-mno {
    width: 450px;
    height: auto;
    padding: 7px 0px 7px 0px;
    float: right;
}

.embeded-video {
    width: 90vw;
    height: 50.625vw; /* 90*9/16 */
}

.href-header {
    font-weight: bold !important;
}

@media (min-width: 768px) {
    .paper-article {
        max-width: 640px;
    }

    .embeded-video {
        width: 45vw;
        height: 25.3125vw; /* 45*9/16 */
        min-width: 640px;
        min-height: 360px;
    }

    .header-title-mobile {
        display: none;
    }
}

.sim-race-hardware .col-sm-4 p {
    min-height: 147px;
}

.tab-pane {
    min-height: 100px;
}

span[data-toggle="tooltip"] {
    border-bottom: 1px dotted #df691a;
}

.tooltip-inner {
    color: #ebebeb;
    background-color: #df691a;
    border-radius: 6px;
    max-width: 500px;
    border: 1px solid #ebebeb;
    font-family: Arial, sans-serif;
}

.tooltip-arrow {
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow,
.tooltip.right .tooltip-arrow,
.tooltip.left .tooltip-arrow,
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-top-color: #ebebeb;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tab-pane hr {
    border-top: 1px solid #4e5d6c;
}

.page-header {
    border-bottom-color: #ebebeb;
}
