/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

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

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

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

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

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

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

textarea {
    resize: vertical;
}

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


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

body > section {
    clear: both;
    padding: 50px 0;
}
h2,h3 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #15365b;
    margin-bottom: 30px;
}
h4 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #15365b;
    padding: 10px;
    padding-left: 200px;
}

h5 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #15365b;
    padding-left: 240px;
}

h2:after, 
h3:after {
    content: "";
    height: 5px;
    width: 40px;
    display: block;
    margin: 0 auto;
    margin-top: 8px;
}
.navbar-default {
    box-shadow: none;
    background-color: transparent;
    border:none;
    min-height: 90px;
    padding-top: 0.8em;
    transition: 1s all ease;
}

.navbar-default .navbar-brand {
    color: white!important;
    margin-left: 4px !important;
    font-size: 2em;
    font-family: 'Roboto Condensed', sans-serif;
    text-shadow: 2px 2px 1px black;
    -webkit-text-shadow: 2px 2px 1px black;
    -moz-text-shadow: 2px 2px 1px black;
}


.sexy_line{ 
    display:block;
    border:none;
    color:white;
    height:1px;
    background:black;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#000), to(#fff));
}


.effect {
    background-color: #123156;
    min-height: 30px;
    box-shadow: 0 0 10px black;
    padding-top: 0;

}

.nav > li > a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.3em;
    text-shadow: 2px 2px 1px black;
    -webkit-text-shadow: 2px 2px 1px black;
    -moz-text-shadow: 2px 2px 1px black;
}

.nav-custom {
    color: aliceblue !important;
    margin-right: 40px;

}

.nav > li.active {
    background-color: #08192D;
    transition: 1s all ease;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
}

section#slider {
background: rgb(30,61,90); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(30,61,90,1) 0%, rgba(12,34,59,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,61,90,1)), color-stop(100%,rgba(12,34,59,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(30,61,90,1) 0%,rgba(12,34,59,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(30,61,90,1) 0%,rgba(12,34,59,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(30,61,90,1) 0%,rgba(12,34,59,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(30,61,90,1) 0%,rgba(12,34,59,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3d5a', endColorstr='#0c223b',GradientType=0 ); /* IE6-9 */
padding: 5em 0;
}


section#slider img {
    margin: 0 auto;
}

section#contact {
    padding-bottom: 0;
    background-color: #1a3d61;
}

section#contact h2 {
    color: #ffffff;
}

section#contact p {
    font-size: 1.6em;
    color: #ffffff;
    margin-bottom: 30px;
}

section#contact .contact-note {
    font-size: 1em !important;
}

section#contact input, 
section#contact textarea {
    min-height: 50px;
    margin-bottom: 20px;
    background-color: #1a3d61;
    border: 2px solid #ffffff;
    border-radius: 25px;
    color: #ffffff;
}
section#contact textarea  {
    min-height: 200px;
}

section#contact .btn-send {
    background-color: #ffffff;
    border-radius: 25px;
    padding: 5px 50px;
    font-size: 1.4em;
    color: #1a3d61;
}

::-webkit-input-placeholder {
    color: #ffffff!important;
}

:moz-placeholder {
    color: #ffffff!important;
}


::moz-placeholder {
    color: #ffffff!important;
}
:-ms-input-placeholder {
    color: #ffffff!important;
}

footer p {
    background-color: #102745;
    padding: 10px 0;
    color: #ffffff;
    margin-bottom: 0;
}

/*** ANIMATIONS **/

.animation1,
.animation2,
.animation3 {
    opacity: 0;
}

.animation1 {

}
.animation2{
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
}

.animation3{
    animation-delay: .6s;
    -webkit-animation-delay: .6s;
}

.has-success .form-control-feedback {
    color: #ffffff;
    background-color: green;
    border-radius: 50%;
}

.has-error .form-control-feedback {
    color: #ffffff;
    background-color: red;
    border-radius: 50%;
}

.form-horizontal .has-feedback .form-control-feedback {
    top:8px!important;
    right: 22px!important;
    font-size: 1.5em;
}

.has-error .help-block {
    background-color: red;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media(max-width: 767px) {
    .navbar-default .navbar-collapse {
        border: none;
    }

    .navbar-collapse.in,
    .collapsing {
        background-color: #112741;
    }
    .navbar-default .navbar-toggle:hover {
        background:transparent;
    }
    .navbar-default .navbar-toggle:focus {
        background-color: #112741;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
}
@media(min-width: 768px) {}
@media(min-width: 992px) {}
@media(min-width: 1200px) {}



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

.hidden {
    display: none !important;
    visibility: hidden;
}

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

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

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

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

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

    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;
    }
}