/*!
 * Start Bootstrap - Freelancer v4.0.0-alpha (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */


body {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    background-color: black !important;
}

p {
  font-size: 20px; }

p.small {
  font-size: 16px; }

a,
a:hover,
a:focus,
a:active,
a.active {
  color: Black;
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700; }

hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px; }

hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em; }

hr.star-light {
  border-color: white; }

hr.star-light:after {
  background-color: #18BC9C;
  color: white; }

hr.star-primary {
  border-color: #2C3E50; }

hr.star-primary:after {
  background-color: white;
  color: #2C3E50; }

.img-centered {
  margin: 0 auto; }

header {
    background: black;
    background-image: url('../img/LA_himg.jpg');
    min-height: 1074px;
    color: white;
    background-position: top;
   background-size: cover;
    /* background-position: top;*/
    padding-top: 85px;
}
  header .container {
    padding-top: 100px;
    padding-bottom: 50px; }
  header img {
    display: block;
    margin: 0 auto 20px; }
  header .intro-text .name {
    display: block;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2em; }
  header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300; }

    header .intro-text {
        text-align: left;
        text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
        z-index: 50;
        position: relative;
        margin-left: 17px;
    }
    header .intro-text2 {
        text-align: left;
        text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
        z-index: 50;
        position: relative;
        margin-left: 17px;
    }
        header .intro-text2 .hgmla {
            font-size: 30px;
            font-weight: 51;
            line-height: 100%;
            z-index: 100;
            position: relative;
       
        }

            header .intro-text2 .hgmla .lmn {
                font-size: 200px;
                line-height: 67%;
                z-index: 100;
                position: relative;
         
            }



    header .intro-text .hgmla {
        font-size: 30px;
        font-weight: 100;
        line-height: 150%;
        z-index: 52;
        position: relative;

    }
        header .intro-text .hgmla .lmn2 {
            font-size: 76px;
            line-height: 67%;
            z-index: 53;
            position: relative;

        }
        header .intro-text .hgmla .lmn {
            font-size: 51px;
            z-index: 54;
            position: relative;
 
        }
        header .intro-text .hgmla .lmn3 {
            font-size: 49px;
            letter-spacing: 7px;
            position: absolute;
            z-index: 55;
 
        }


.intro-text2-bg {
    border: 1px solid black;
    width: 346px;
    background-color: black;
    opacity: 0.5;
    min-height: 2000px;
    position: absolute;
    z-index: 1;
    margin-top: -100px;
}


@media (min-width: 768px) {
    header .container {
        /*  padding-top: 200px;*/
        padding-bottom: 100px;
        /*  padding-top: 200px;
        padding-bottom: 240px;
        background-color: black;
        width: 490px;
        text-align: left;
        margin-right: 53%;*/
        min-height: 1000px;
    }
  header .intro-text .name {
    font-size: 4.75em; }
  header .intro-text .skills {
    font-size: 1.75em; }


}

#mainNav {
    background: #ffffff;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    border-top: black solid 10px;
    border-bottom: black solid 1px;
}
  #mainNav a:focus {
    outline: none; }
  #mainNav .navbar-brand {
    color: black; }
    #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:active, #mainNav .navbar-brand.active {
      color: black; }
  #mainNav .navbar-nav {
    letter-spacing: 1px; }
    #mainNav .navbar-nav li.nav-item a.nav-link {
        color: black;
        font-size: 25px;
    }
        #mainNav .navbar-nav li.nav-item a.nav-link:hover {
            color: #18BC9C;
            outline: black;
        }
        #mainNav .navbar-nav li.nav-item a.nav-link:focus, #mainNav .navbar-nav li.nav-item a.nav-link:active {
            color: black;
        }
    #mainNav .navbar-nav li.nav-item.active a {
        color: black;
        background: #18BC9C;
    }
        #mainNav .navbar-nav li.nav-item.active a:hover, #mainNav .navbar-nav li.nav-item.active a:focus, #mainNav .navbar-nav li.nav-item.active a:active {
            color: black;
            background: #18BC9C;
        }
    #mainNav .navbar-toggler {
        color: black;
        text-transform: uppercase;
        font-size: 25px;
        border-color: Black;
        padding: 28px;
    }
        #mainNav .navbar-toggler:hover, #mainNav .navbar-toggler:focus {
            background-color: black;
            color: white;
            border-color: black;
        }

@media (min-width: 992px) {
  #mainNav {
   /*padding: 25px 0;*/ 
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s; }
    #mainNav .navbar-brand {
      font-size: 2em;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
  #mainNav.navbar-shrink {
    padding: 10px 0; }
    #mainNav.navbar-shrink .navbar-brand {
      font-size: 1.5em; } 


}


@media (max-width: 400) {

    .n_btn {
        content: "EPS ";
        color: white !important;
    }
}



section {
    padding: 13px 0;
    background-color: white !important;
}
  section h2 {
    margin: 0;
    font-size: 3em; }

section.success {
  background: #18BC9C;
  color: white; }

.modal-content {
    background-color: rgb(0 0 0 / 40%) !important;
    margin: auto;
    width: 100%;
    padding: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    height: 100%;
}


.video {
    width: 100%;
    height: 400px;
    border: 10px double white;
    overflow: hidden;
    position: relative;
   /* min-width: 500px;*/
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media (max-width: 767px) {
    section {
        padding: 26px 0;
    }
  section.first {
    padding-top: 75px; } }

#build_series .portfolio-item {
  margin: 0 0 15px;
  right: 0; }
    #build_series .portfolio-item .portfolio-link {
        display: block;
        position: relative;
        max-width: 400px;
        margin: 0 auto;
        border: 10px double Black;
    }
    #build_series .portfolio-item .portfolio-link .caption {
        background: rgba(247, 247, 249, 0.45);
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
    }
      #build_series .portfolio-item .portfolio-link .caption:hover {
        opacity: 1; }
      #build_series .portfolio-item .portfolio-link .caption .caption-content {
        position: absolute;
        width: 100%;
        height: 20px;
        font-size: 20px;
        text-align: center;
        top: 40%;
        margin-top: -12px;
        color: red; }
        #build_series .portfolio-item .portfolio-link .caption .caption-content i {
          margin-top: -12px; }
        #build_series .portfolio-item .portfolio-link .caption .caption-content h3,
        #build_series .portfolio-item .portfolio-link .caption .caption-content h4 {
          margin: 0; }


        .bs_head{
color: white;
height: 116px;
text-align:center
}

.center-me {
text-align: center;


}
.bs_lmn2 {
    margin-top: 30px;
    max-width: 1111px;
    font-size: 73px;
    line-height: 67%;
    z-index: 100;
    position: relative;
    font-weight: 100;
    text-shadow: -11px 0 black, 0 7px black, 4px 0 black, 0 -5px black;
}


#build_series {
    background-image: url('../img/Build_bg.jpg');
    color: white;
    background-position: top;
    background-repeat: repeat-x;
}


.v_title {
    font-size: 20px;
    color: white;
    min-width: 270px;
    text-align: left;
}

.btn_close {
    margin-top: -11px;

}

#build_series * {
    z-index: 2;
}

@media (min-width: 767px) {
  #build_series .portfolio-item {
    margin: 0 0 30px; } }


@media (min-width: 767px) {
    #unboxing .portfolio-item {
        margin: 0 0 30px;
    }
}





#others .portfolio-item {
    margin: 0 0 15px;
    right: 0;
}

    #others .portfolio-item .portfolio-link {
        display: block;
        position: relative;
        max-width: 400px;
        margin: 0 auto;
        border: 10px double Black;
    }
     
        #others .portfolio-item .portfolio-link .caption {
            background: rgba(247, 247, 249, 0.45);
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: all ease 0.5s;
            -webkit-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
        }

            #others .portfolio-item .portfolio-link .caption:hover {
                opacity: 1;
            }

            #others .portfolio-item .portfolio-link .caption .caption-content {
                position: absolute;
                width: 100%;
                height: 20px;
                font-size: 20px;
                text-align: center;
                top: 40%;
                margin-top: -12px;
                color: red;
            }

                #others .portfolio-item .portfolio-link .caption .caption-content i {
                    margin-top: -12px;
                }

                #others .portfolio-item .portfolio-link .caption .caption-content h3,
                #others .portfolio-item .portfolio-link .caption .caption-content h4 {
                    margin: 0;
                }

#others {
    background-image: url('../img/Build_bg.jpg');
    color: white;
    background-position: top;
    background-repeat: repeat-x;
}



#others {
 
    color: Black;
    background-position: top;
    background-repeat: repeat-x;
}




#others * {
    z-index: 2;
}

@media (min-width: 767px) {
    #others .portfolio-item {
        margin: 0 0 30px;
    }
}

#contact {
    background-image: url('../img/unbox_bg.png');
    color: white;
    background-position: top;
    background-repeat: repeat-x;
    background-color: black !important;
}


#unboxing {
    background-image: url('../img/unbox_bg.png');
    color: white;
    background-position: top;
    background-repeat: repeat-x;
    background-color: #7c7a7a !important;
}
#unboxing .portfolio-item {
    margin: 0 0 15px;
    right: 0;
}

    #unboxing .portfolio-item .portfolio-link {
        display: block;
        position: relative;
        max-width: 400px;
        margin: 0 auto;
        border: 10px double Black;
    }

        #unboxing .portfolio-item .portfolio-link .caption {
            background: rgba(247, 247, 249, 0.45);
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: all ease 0.5s;
            -webkit-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
        }

            #unboxing .portfolio-item .portfolio-link .caption:hover {
                opacity: 1;
            }

            #unboxing .portfolio-item .portfolio-link .caption .caption-content {
                position: absolute;
                width: 100%;
                height: 20px;
                font-size: 20px;
                text-align: center;
                top: 40%;
                margin-top: -12px;
                color: red;
            }

                #unboxing .portfolio-item .portfolio-link .caption .caption-content i {
                    margin-top: -12px;
                }

                #unboxing .portfolio-item .portfolio-link .caption .caption-content h3,
                #unboxing .portfolio-item .portfolio-link .caption .caption-content h4 {
                    margin: 0;
                }
   
                
    

    #unboxing * {
        z-index: 2;
    }






.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eeeeee;
}
  .floating-label-form-group input,
  .floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-radius: 0;
    font-size: 1.5em;
    background: none;
    box-shadow: none !important;
    resize: none; }
  .floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: 0.85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease; }
  .floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eeeeee; }

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1; }

.floating-label-form-group-with-focus label {
  color: #18BC9C; }

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee; }

footer {
  color: white; }
  footer h3 {
    margin-bottom: 30px; }
  footer .footer-above {
    padding-top: 50px;
    background-color: #2C3E50; }
  footer .footer-col {
    margin-bottom: 50px; }
  footer .footer-below {
    padding: 25px 0;
    background-color: #2c3e50; }

.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: #18BC9C;
    background: white;
    border: solid 2px white; }

.btn-primary {
  color: white;
  background-color: #2C3E50;
  border-color: #2C3E50;
  font-weight: 700; }
  .btn-primary:focus, .btn-primary.focus {
    color: white;
    background-color: #1a252f;
    border-color: black; }
  .btn-primary:hover {
    color: white;
    background-color: #1a252f;
    border-color: #161f29; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: white;
    background-color: #1a252f;
    border-color: #161f29; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: white;
      background-color: #0d1318;
      border-color: black; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #2C3E50;
    border-color: #2C3E50; }
  .btn-primary .badge {
    color: #2C3E50;
    background-color: white; }

.btn-success {
    color: black;
    background-color: #ffffff;
    border-color: #ffffff;
    font-weight: 700;
}
  .btn-success:focus, .btn-success.focus {
    color: white;
    background-color: #128f76;
    border-color: #0a4b3e; }
  .btn-success:hover {
    color: white;
    background-color: #128f76;
    border-color: #11866f; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: white;
    background-color: #128f76;
    border-color: #11866f; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: white;
      background-color: #0e6f5c;
      border-color: #0a4b3e; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #18BC9C;
    border-color: #18BC9C; }
  .btn-success .badge {
    color: #18BC9C;
    background-color: white; }

.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px; }

.btn:focus,
.btn:active,
.btn.active {
  outline: none; }

.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049; }
  .scroll-top .btn {
    font-size: 16px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 28px;
    text-align: center; }
    .scroll-top .btn:focus {
      outline: none; }

.portfolio-modal .modal-dialog {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  text-align: center;
  max-width: 100%;
  margin: 0;
  padding: 0; }
  .portfolio-modal .modal-dialog .modal-content {
    padding: 100px 0;
    border-radius: 0;
    border: 0; }
    .portfolio-modal .modal-dialog .modal-content h2 {
      margin: 0;
      font-size: 3em; }
    .portfolio-modal .modal-dialog .modal-content img {
      margin-bottom: 30px; }
    .portfolio-modal .modal-dialog .modal-content .item-details {
      margin: 30px 0; }

.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer; }
  .portfolio-modal .close-modal:hover {
    opacity: 0.3; }
  .portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #2C3E50;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    z-index: 1051; }
    .portfolio-modal .close-modal .lr .rl {
      height: 75px;
      width: 1px;
      background-color: #2C3E50;
      transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      /* Safari and Chrome */
      z-index: 1052; }

.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none; }


/** arr */

.fmi {
    width: 325px;
    text-align: center;
}

.arrow_container {
    position: relative;
    margin-left: 150px;
    margin-top: 5px;
}


.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

    .chevron:before,
    .chevron:after {
        content: ' ';
        position: absolute;
        top: 0;
        height: 100%;
        width: 51%;
        background: #fff;
    }

    .chevron:before {
        left: 0;
        transform: skew(0deg, 30deg);
    }

    .chevron:after {
        right: 0;
        width: 50%;
        transform: skew(0deg, -30deg);
    }

    .chevron:first-child {
        animation: move 3s ease-out 1s infinite;
    }

    .chevron:nth-child(2) {
        animation: move 3s ease-out 2s infinite;
    }

.text {
    display: block;
    margin-left: -30px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}