/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
*
*   Author: Marc van Nieuwenhuijzen
*   Company: WebVakman
*   Site: WebVakman.nl
*	https://github.com/marcvannieuwenhuijzen/BootstrapXL/blob/master/BootstrapXL.css
*/

@media (min-width: 1200px) and (max-width: 1599px) {
    .hidden-lg {
        display: none !important;
    }
}


.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl{
    display: none !important;
}



@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
}


/* reduce gutters for columns 

.row {
  margin-right:3px;
  margin-left:3px;
}
.row > [class*='col-'] {
  padding-right:3px;
  padding-left:3px;
}*/

.no-gutter {
    margin-right: 1px;
    margin-left: 1px;
}

.no-gutter > [class*="col-"] {
    padding-right: 1px;
    padding-left: 1px;
}



/* Important for this site only - max with 1920 to container fluid */
.container-fluid {
    max-width:1920px;
}

/***************************
************** Global Styles 
****************************/

html,
body {
    height: 100%;
    color: #cc9933;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 300;
    letter-spacing: 0.06em;

    background: rgb(13,26,57);
    background: linear-gradient(90deg, rgba(13,26,57,1) 15%, rgba(19,71,193,1) 50%, rgba(13,26,57,1) 85%);
}




h4, h5, h6, .h4, .h5, .h6 {
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight:300;
    color: #cc9933;
}

h1, h2, h3, .h1, .h2, .h3 {
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-top: 0;
    color: #cc9933;
}


h3, .h3 {
    font-size: 56px;
}

h4, .h4 {
    font-size: 28px;
}

h5, .h5 {
    font-size: 21px;
}

.page-header {
    border-bottom: 1px solid #eee;
    margin: 10px 10px 30px;
    padding-bottom: 9px;
}

p {
    text-align: justify;
}


/* thumbnails */

.thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0;
    margin-bottom: 20px;
    border-radius: 20px;
}

.zoom {
    transition: transform .2s; /* Animation */
}

.zoom:hover {
    transform: scale(1.03); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    opacity: 0.9;
}

.page-container {
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 11px;
}

.register-container {
    background: #000000;
}
/* golden gradient */

.register-text {
    color: #ffffff;
}

.golden {
    border-top: 2px solid #fdeb7d;
    border-bottom: 2px solid #fdeb7d;
    height: 2em;
    color: #000;
    font-size: 33px;
    line-height: 2em;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-weight: bold;

    background: rgb(168,129,27);
    background: linear-gradient(90deg, rgba(168,129,27,1) 0%, rgba(255,184,0,1) 20%, rgba(255,253,172,1) 50%, rgba(255,184,0,1) 80%, rgba(168,129,27,1) 100%);
}


.col-centered{
    float: none;
    margin: 0 auto;
}

/****************** buttons ******************/


.btn {
    border-radius: 0;
}

.menubuttons {
    text-align: right;
    margin: 5px;
    float: right;
}




/* unvisited link */
a:link {
    color: #000;
}

/* visited link */
a:visited {
    color: #000;
}

/* mouse over link */
a:hover {
    color: #000;
}

/* selected link */
a:active {
    color: #000;
}




/* LOGIN sample html for this button
<div class="button">
  SIGN UP
  <div></div>
</div>
*/

#login.button img {
    max-height: 35px;
    border-radius: 5px
}

#login.button {
    backface-visibility: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    border-radius: 5px;
    padding: 0;
    margin: 5px;
    margin-top: 10px;
}
#login.button > div {
    color: #999;
    font-size: 10px;
    font-family: Helvetica Neue;
    font-weight: initial;
    font-style: normal;
    text-align: center;
    margin: 0px 0px 0px 0px;
    border-radius: 5px;
}
#login.button > i {
    color: #fffdf0;
    font-size: 0.8em;
    border-radius: 5px;
    padding: 3px 3px 3px 3px;
    margin: 2px 2px 2px 2px;
    position: static
}
#login.button > .ld {
    font-size: initial;
    border-radius: 5px;
}




/* SIGN UP sample html for this button-->
<div class="button">
  SIGN UP
  <div></div>
</div>
*/

#signup.button img {
    max-height: 35px;
    border-radius: 5px
}

#signup.button {
    backface-visibility: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    border-radius: 5px;
    border: 0px;
    border-width: 1px 1px 1px 1px;
    padding: 0;

    margin: 5px;
    margin-top: 24px;
}
#signup.button > div {
    color: #999;
    font-size: 10px;
    font-family: Helvetica Neue;
    font-weight: initial;
    font-style: normal;
    text-align: center;
    margin: 0px 0px 0px 0px
}
#signup.button > i {
    color: #fffdf0;
    font-size: 0.8em;
    border-radius: 50px;
    border: 0px;
    border-width: 3px 3px 3px 3px;
    padding: 3px 3px 3px 3px;
    margin: 2px 2px 2px 2px;
    position: static
}
#signup.button > .ld {
    font-size: initial
}




/*****************************************************************************
**************** Nav New Styles ****************
*****************************************************************************/

.navbar-inverse {
    margin-bottom: 0;
    border-radius: 0;
    border-left: 0px;
    border-right: 0px;
    border-color: #BC393B;
    border-bottom-width: 1px;
    border-top-width: 1px;

    background: #111;
}


.navbar-brand {
    height: 50px;
    padding: 5px
}
.navbar-nav > li > a {
    padding-top: 6px;
    padding-bottom: 6px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 15px;
}
.navbar-text {
    margin-right: 0px;
    margin-top: 33px;
}


/* logo nav */
.brand-logo {
    height: 80px;
    padding: 5px;
    margin-bottom: 5px
}

@media (max-width: 768px) {

    .brand-logo  {
        text-align: center;
        margin-bottom: 10px;
    }
}

/* buttons nav */
.buttons {
    text-align: right
}

@media (max-width: 768px) {

    .buttons  {
        text-align: center;
        margin-bottom: 10px;
    }
}

/* flicker */

@keyframes flickerAnimation {
    0%   {
        opacity:1;
    }
    50%  {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
@-o-keyframes flickerAnimation{
    0%   {
        opacity:1;
    }
    50%  {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
@-moz-keyframes flickerAnimation{
    0%   {
        opacity:1;
    }
    50%  {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
@-webkit-keyframes flickerAnimation{
    0%   {
        opacity:1;
    }
    50%  {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
.animate-flicker {
    -webkit-animation: flickerAnimation 1s infinite;
    -moz-animation: flickerAnimation 1s infinite;
    -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}


/* Footer */

footer {
    border-top: none;
    padding-top: 40px;
    padding-bottom: 80px;
    font-family: 'Bebas Neue', sans-serif;
}

footer p{
    color: #BBBBBB;
    line-height: 1.1em;
    font-size: 12px;
}

footer img {
    max-height: 45px;
    margin-top: 20px;
}


/* footer payment logos */
.payments li {
    padding-top: 5px;
}



/* centered footer links navbar */

.navbar .navbar-header,

.navbar-collapse {
    float:none;
    display:inline-block;
    vertical-align: top;
    padding-left: 0;
    padding-right: 0;
}




footer .nav > li > a {
    display: inline-block
}

@media (max-width: 768px) {

    .navbar-collapse  {

        display: block;

    }

}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    background-image: unset !important;
    box-shadow: unset !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    box-shadow: none;
}


/* footer unvisited link */
.navbar-nav li a.footer:link {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 21px;
}


/* footer visited link */
.navbar-nav li a.footer:visited {
    color: #ffffff;

}

/* footer mouse over link */
.navbar-nav li a.footer:hover {
    color:#FFFE00;
}

/* footer selected link */
li a.footer:active {
    color: #cc9933;
}

.list-inline {
    display: flex;
    justify-content: center;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel {
        height: 30%;
    }

    .center-block h3 {
        display: none;
    }


}