/* 
Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    border-radius: 8px;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


body {
	background-color:#ffffff;

}

#second {
    background-color:#151515;
}

#carouselExampleIndicators {
    position: relative;
    min-height: 1px;
    padding-top: 78px;
    margin: -3px;
    overflow: hidden;
}

#carousel-bounding-box {
    overflow: hidden !important;
    width: 100%;
}

.carousel-item {
  	height: 100vh;
  	min-height: 300px;
  	background: no-repeat center center scroll;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.carousel {
    margin-top: 55px;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 75px;
    height: 8px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(147,147,147,.5);
    border-style: solid;
    border-width: 1px;
}

.carousel-indicators li.active {
    background-color: rgba(147,147,147,1);
}

.container-box {
    max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.header {
    position: relative;
    min-height: 1px;
    padding-top: 1px;
    overflow: hidden;
    margin-left: 10px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .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, .col-xl,
.col-xl-auto {
  padding-right: 5px;
  padding-left: 5px;
  overflow: hidden;
}

.container {
    max-width: 1700px;
    z-index: 100!important;
}

.pb-5, .py-5 {
    padding-bottom: .5rem!important;
    padding-top: 2rem!important;
}
/*-------------------------------*/
/*        TEXT TEXT TEXT         */
/*-------------------------------*/


h1 {
  	font-family: 'Sunflower', sans-serif;
  	font-weight: 700;
  	font-size: 28px;
  	color:#000000;
  	line-height: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.whiteFont_Large {
    font-family: 'Sunflower', sans-serif;
  	font-weight: 700;
  	font-size: 24px;
  	color:#ffffff;
  	line-height: 22px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.whiteFont_Medium {
    font-family: 'Sunflower', sans-serif;
  	font-weight: 500;
  	font-size: 26px;
  	color:#ffffff;
  	line-height: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.whiteFont_Medium:hover {
    font-family: 'Sunflower', sans-serif;
  	font-weight: 500;
  	font-size: 22px;
  	color:#808080;
    -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
       -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
          transition: all .3s ease;
}

h2 {
  	font-family: 'Sunflower', sans-serif;
  	font-weight: 300;
  	font-size: 18px;
  	color:#000000;
  	line-height: 28px;
}

h3 {
    font-family: 'Sunflower', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color:#000000;
    line-height: 28px;
}

h3.hover {
    font-family: 'Sunflower', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color:#5c574c!important;
    line-height: 28px;
}

h4 {
  	font-family: 'Sunflower', sans-serif;
  	font-weight: 700;
  	font-size: 28px;
  	color:#000000;
  	line-height: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}

h5 {
    font-family: 'Sunflower', sans-serif;
    font-weight: 300;
    font-size: 24px;
    color:#000000;
    text-shadow: 3px 3px #000000;
    letter-spacing: 2px;
    line-height: 50px;
    display: block!important;
    margin: 20px 0px 20px 0px;
}

h6 {
  	font-family: 'Sunflower', sans-serif;
  	font-weight: 700;
  	font-size: 30px;
  	color:#000000;
    text-shadow: 3px 3px #000000;
    letter-spacing: 5px;
  	line-height: 20px;
    display: block!important;
}

p {
  	font-family: 'Sunflower', sans-serif;
  	font-weight: 500;
  	font-size: 16px;
  	color:#000000;
  	line-height: 28px;
}

a {
    font-family: 'Sunflower', sans-serif;
  	font-weight: 500;
  	font-size: 20px;
  	color:#ffffff;
  	line-height: 2px;
}

a:hover {
  	text-decoration: none;
    color: none;
}

p.body {
    font-family: 'Sunflower', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color:#000000;
    line-height: 23px;
}

p.whiteFont_Small {
    font-family: 'Sunflower', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color:#ffffff;
    line-height: 23px;
}

p.bottom {
    font-family: 'Sunflower', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color:#888888!important;
    line-height: 26px;
    letter-spacing: 3px;
    text-decoration: none!important;
    display: block;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

p.bottom:hover {
    color:#ffffff!important;
    font-weight: bold;
    text-decoration-line: underline!important;
    text-decoration-style: underline!important;
} 

p.regular {
    font-family: 'Sunflower', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color:#888888!important;
    line-height: 23px;
    letter-spacing: 3px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-decoration: none!important;
    display: block;
}

p.header {
    font-family: 'Sunflower', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color:#ffffff!important;
    line-height: 36px;
    letter-spacing: 3px;
    margin-top: 1.5rem;
    display: block;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

p span 
{
    display: block;
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
 
}

ul {
    margin-top: .5rem;
}
ul li {
    line-height: 3px!important;
    list-style-type: none;
}
/*-------------------------------------*/
/*        NAVIGATION NAVIGATION        */
/*-------------------------------------*/

.brand {
  width: 80px;
  height: 40px;
  margin-top: -5px;
  position: absolute;
  background-image: url("../images/brand.png");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
    -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
       -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
          transition: all .3s ease;
    z-index: 100;
}

.brand:hover {
  background-image: url("../images/brand-hover.png");
  background-repeat: no-repeat;
  background-position: top left;
}

.navigation {
    position: fixed;
    height: 75px!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bg-dark {
    max-width: 100%;
    height: auto;
}

.nav_background {
    width: 100%;
    height: 75px!important;
    position: fixed;
    background-color: #252525!important;
    opacity: .9;
    background-image: url("../images/nav_pattern_bg.png");
    background-repeat: repeat-x;
}   

.nav-link {
    display: inline-block;
    float: right;
    margin: 5px 0 0 40px;
    padding: 0 0 0 0;
}

.nav-link.a {
    font-family: 'Sunflower', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color:#ffffff;
    line-height: 20px;
}

.fas {
    color: #ffffff;
}

.fal {
    color: #ffffff;
}


/*-------------------------------*/
/*       VIDEO VIDEO VIDEO       */
/*-------------------------------*/


#video_container {
  	background-size: cover;
  	max-height: 100%;
  	max-width: 100%;
 	margin-top: 75px;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/*------------------------------------------*/
/*         BREAK POINTS BREAK POINTS        */
/*------------------------------------------*/

@media only screen and (max-width: 767px) {
    .pb-5, .py-5 {
        padding-bottom: 5px!important;
        padding-top: 20px!important;
}
}


/*-----------------------------------------------*/
/*            Thumbnail HOVER EFFECTS            */
/*-----------------------------------------------*/


.grid {
    overflow: hidden;
    margin-top: 10px;
    max-height: 400px;
    max-width: 99.95%;
}

.grid figure {
    position: relative;
    overflow: hidden;
    margin: auto; 
    min-width: 315px;
    height: auto;
    background: #000000;
    text-align: center;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: auto;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}


/*-------------------------------*/
/*            Goliath            */
/*-------------------------------*/

figure.effect-goliath img,
figure.effect-goliath h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

figure.effect-goliath p {
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
}

figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0,-80px,0);
    transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}

figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hide-bullets {
    list-style:none;
    margin-left: -40px;
}

.hide-bullets.ul.li {
    margin: 3px 3px 3px 3px;
}

.thumbnail {
    padding: 0;
    display: inline-block;
    line-height: 1.42857143;
    border-radius: 4px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
    float: left;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}


/*-----------------------------------------------*/
/*              PAGINATION PAGINATION            */
/*-----------------------------------------------*/


.image-row {
    text-align: center;
    display: block!important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.image-box {
    padding: .8%;
    display: inline-block;
    font-size: 0; /* fixes bottom padding */
}
.image-box img {
    max-width: 100%;
    opacity: 0.4;
    width: 75px;
    height: 75px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.image-box img:hover {
    max-width: 100%;
    opacity: 1;
    width: 85px;
    height: 85px;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    margin-left: -1px; 
    color: #5c574c!important;
    background-color: #fff;
    border: none!important;
    border: 1px solid #5c574c!important; 
}


/*-----------------------------------------------*/
/*             FOOTER FOOTER FOOTER              */
/*-----------------------------------------------*/


.footer {
    max-width: 100%;
    height: auto;
    background: #252525; /* Old browsers */
    background: -moz-linear-gradient(top, #252525 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #252525 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #252525 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.fab {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-size: 1.5em;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-decoration-color: #ffffff!important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
          transition: all .3s ease;
}

.fab:hover {
    color: #777777;
    text-decoration-color: #777777!important; 
    text-decoration: none;
    font-size: 1.75em;
}

.social {
    display: block;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}


/*-------------------------------------------*/
/*        MEDIA QUERIES  MEDIA QUERIES       */
/*-------------------------------------------*/

@media only screen and (max-width: 780px) {
        p.header {
        font-size: 18px;
        text-align: center;
        letter-spacing: 3px;
        margin-left: auto;
	    margin-right: auto;
        width: 80%;
    }
        .brand {
        margin-left: 15px;
    }
        .header {
        margin: auto;
    }
        .whiteFont_Medium {
        font-family: 'Sunflower', sans-serif;
        font-weight: 500;
        font-size: 23px;
        color:#ffffff;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

        .nav-link {
        display: inline-block;
        float: right;
        margin: 5px 0 0 21px;
        padding: 0 0 0 0;
    }
    
        p.bottom {
        font-size: 14px;
        line-height: 10px;
        width: 88%;
    }
        .social{
        text-align: center;
        width: 90%;
    }

        .fab {
        font-size: 1em;
    }
        ul li {
        line-height: 40px!important;
        height: 30px;
    }
}

@media only screen and (max-width: 640px) {
        p.header {
        font-size: 22px;
        text-align: center;
        letter-spacing: 3px;
        margin-left: auto;
	    margin-right: auto;
        margin-bottom: .25rem;
    }
        .brand {
        margin-left: 15px;
    }
        .header {
        margin: auto;
    }
        .whiteFont_Medium {
        font-family: 'Sunflower', sans-serif;
        font-weight: 500;
        font-size: 20px;
        color:#ffffff;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

        .nav-link {
        display: inline-block;
        float: right;
        margin: 5px 0 0 18px;
        padding: 0 0 0 0;
    }
    
        h1 {
        font-family: 'Sunflower', sans-serif;
        font-weight: 700;
        font-size: 24px;
        color: #000000;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
        h4 {
        font-family: 'Sunflower', sans-serif;
        font-weight: 700;
        font-size: 24px;
        color:#000000;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

        p.bottom {
        font-size: 16px;
        line-height: 16px;
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
        .social{
        text-align: center;
    }

        .fab {
        font-size: 1em;
    }
        /*--ul li {
        line-height: 40px!important;
        margin-left: 40px;
        height: 26px;
    }--*/
}



@media only screen and (max-width: 450px) {
        
        .nav-link {
        display: inline-block;
        float: right;
        margin: 5px 0 0 25px;
        padding: 0 0 0 0;
    }
        p.header {
        font-size: 18px;
        text-align: center;
        letter-spacing: 3px;
        margin-left: auto;
	    margin-right: auto;
    }
        .brand {
        margin-left: 15px;
    }
        h1 {
        font-family: 'Sunflower', sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #000000;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
        h4 {
        font-family: 'Sunflower', sans-serif;
        font-weight: 700;
        font-size: 20px;
        color:#000000;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
        
        .whiteFont_Medium {
        font-family: 'Sunflower', sans-serif;
        font-weight: 500;
        font-size: 17px;
        color:#ffffff;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

        .nav-link {
        display: inline-block;
        float: right;
        margin: 5px 0 0 12px;
        padding: 0 0 0 0;
    }
            p.body {
        font-family: 'Sunflower', sans-serif;
        font-weight: 500;
        font-size: 12px;
        color: #000000;
        line-height: 16px;
    }
        p {
        font-family: 'Sunflower', sans-serif;
        font-weight: 500;
        font-size: 12px;
        color: #000000;
        line-height: 16px;
    }
        .header {
        margin: auto;
    }

        p.bottom {
        font-size: 14px;
        line-height: 10px;
    }
        .social{
        text-align: center;
    }

        .fab {
        font-size: 1em;
    }
        ul li {
        line-height: 40px!important;
        margin-left: 40px;
        height: 26px;
    }
}



