/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* === fonts === */
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* === basic === */
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    line-height: 24px;
    font-size: 18px;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #125d80/*00bbf2*/
    /*background-color: #1f373e;*/
}
.text-muted {
    color: #777777;
}
.text-primary {
    color: #e55332;
}
p {
    font-size: 14px;
    line-height: 1.75em; /*5px;*/
}
p.large {
    font-size: 16px;
}
a, a:hover, a:focus, a:active, a.active {
    outline: none;
}
a {
    color: #e55332;
}
a:hover, a:focus, a:active, a.active {
    color: #d04221;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
    /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    text-transform: uppercase;
    font-weight: 700;
}
.img-centered {
    margin: 0 auto;
}
.bg-light-gray {
    background-color: #eeeeee;
}
.bg-darkest-gray {
    background-color: #222222;
}

/* === buttons === */
.btn-primary {
    color: white;
    background-color: #e55332;
    border-color: #e55332;
    font-family: "Open Sans", sans-serif;
    /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    text-transform: uppercase;
    font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: white;
    background-color: #d04221;
    border-color: #38742d;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #e55332;
    border-color: #e55332;
}
.btn-primary .badge {
    color: #e55332;
    background-color: white;
}
.btn-xl {
    color: white;
    background-color: #e55332;
    border-color: #e55332;
    font-family: "Open Sans", sans-serif;
    /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0px;
    font-size: 18px;
    padding: 16px 30px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: white;
    background-color: #d04221;
    border-color: #38742d;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    background-color: #e55332;
    border-color: #e55332;
}
.btn-xl .badge {
    color: #e55332;
    background-color: white;
}

/* === navigation === */
.navbar {
    margin: 0;
}
.navbar-custom {
    background-color: #083a52;
    border-color: transparent;
    /*background-color: rgba(50,50,50,0.9);*/
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);*/
    /*-webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;*/
}
#navbar_brand img {
    float: left;
    width: 48px;
    margin: 1px 0;
    padding: 5px;
}
/*
.navbar-custom .navbar-brand {
    color: #e55332;
    font-family: "Open Sans", sans-serif;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
    color: #d04221;
}
*/
.navbar-custom .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.02);
    text-align: center;
}
.navbar-custom .navbar-toggle {
    background-color: #e55332;
    border-color: #e55332;
    border-radius: 1px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: white;
    font-size: 17px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    padding: 2px 0 5px 0;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #d04221;
    border-color:#d04221;
}
.navbar-custom .nav li a {
    font-family: "Open Sans", sans-serif;
    /*font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: white;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
    color: white;
    outline: none;
    background-color: #e55332;
}
.navbar-custom .navbar-nav > .active > a {
    border-radius: 0;
    color: white;
    background-color: #e55332;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
    color: white;
    background-color: #d04221; /*#d04221*/
}
@media (min-width: 768px) {
    .navbar-custom {
        /*background-color: #333;*/
        /*background-color: transparent;*/
        padding: 55px 0 20px 0;
        /*-webkit-transition: padding 0.3s;*/
        /*-moz-transition: padding 0.3s;*/
        /*transition: padding 0.3s;*/
        border: none;
        background-color: rgba(19,93,128,1);
        /*background-color: rgba(0,187,242,1);*/
        /*background-color: rgba(215,238,252,1);*/
        /*background-color: rgba(50,50,0,.8);*/
        /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);*/
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
        text-align: center;
    }
    #navbar_brand {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
    }
    #navbar_brand img {
        width: 65px;
        padding: 5px 0 0 0;
        float: none;
    }
    /*.navbar-custom .navbar-nav > .active > a { }*/
    /*.navbar-custom.affix {
        background-color: #333;
        padding: 10px 0;
    }
    */
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
        padding-top: 15px;
    }
    .navbar-custom .nav li a {
        color: white;
    }
    .navbar-custom .nav li a:hover,
    .navbar-custom .nav li a:focus {
        color: white;
        background-color: #e55332;
    }
    .navbar-custom .navbar-nav > .active > a {
        color: white;
        background-color: #e55332;
    }
    .navbar-custom .navbar-nav > .active > a:hover,
    .navbar-custom .navbar-nav > .active > a:focus {
        color: white;
        background-color: #d04221; /*#d04221*/
    }
}



/* === header === */
header {
    background-image: url('../img/header-bkg4.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #125d80; /*#1b6c91;*//*bbc4c9;*//*#00bbf2;*/
    text-align: center;
    color: white;
    min-height: 430px;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    header {
        min-height: 757px;
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
        -o-background-size: auto;
        margin-top: 40px;
        margin-bottom: 30px;
        /*height:100vh;*/
    }
}

/* === section === */
section {
    padding: 100px 0;
}
section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}
section h3.section-subheading {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    /*font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    text-transform: none;
    /*font-style: italic;*/
    font-weight: 400;
    margin-bottom: 75px;
}
@media (min-width: 768px) {
    section {
        padding: 140px 0;
    }
}


/* === page 1 intro === */
#intro {
    padding: 0;
    background-color: transparent;
    /*background-color: #148aba;*/
    /*background-color: #f5f5f5;*/
}
#intro .intro-text {
    padding-top: 40px;
}
#intro .intro-lead-in {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 22px;
    text-transform: none;
    margin-bottom: 10px;
}
#intro .intro-heading {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 20px;
    text-transform: none;
    margin-bottom: 15px;
}
#intro_body p {
    font-size: 15px;
    line-height: 21px;
    color: white;
    text-align: left;
}
@media (min-width: 768px) {
    #intro .intro-text {
        padding-top: 48px;    
        padding-bottom: 5px;
    }
    #intro .intro-lead-in {
        font-family: "Open Sans", sans-serif;
        font-weight: 500;
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    #intro .intro-heading {
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    #intro_body {
        /*min-height: 600px;*/
        /*padding-bottom: 25%;*/
    } 
    #intro_body p {
        font-size: 15px;
        line-height: 22px;
    }
}


/* === page 1 work === */
section#work {
    /*background-color: #31c3f3;*/
}
.bg_color_1 {
    background-color: #f5f5f5; /*1f404a;*/ /*#0d7698;*/
}
.bg_color_2 {
    background-color: #fff; /*#14146;*/ /*117fa2;*/
}
section#work .section-heading {
    color: #222;
}
section#work .section-subheading {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #222;
}
section#work h4, .work_section h4 {
    font-size: 18px;
    line-height: 27px;
    text-transform: none;
    text-decoration: underline;
}
section#work h4, section#work p {
    color: #222;
}
section#work img, .work_section img {
    /*max-width: 600px;*/
    width: 100%;
    padding: 20px 0;
}
#work .text_links, #work .text_links a, #work .text_links a:hover, #work .text_links a:active {
    color: #555;
}
#asuccini {
    max-width: 90%;
    max-height: 90%;
    width: 90%;
}
@media (min-width: 768px) {
    section#work {
        padding: 100px 0 80px 0;
    }
    .work_section {
        padding: 80px 0;
    }
    #asuccini {
        max-width: 75%; 
        max-height: 75%; 
        width: 75%;
    }
}



/* === page 1 contact (home page) === */
section#contact {
    background-color: #13526f; /*#125063;*/ /*005067;*/ /*#333;*/
    background-image: url('../img/bkg_pattern_v2.png');
    background-position: center;
    background-repeat: repeat;
    color: white;
    padding: 75px 0;
}
section#contact .icon {
    font-family: FontAwesome;
}
section#contact .section-heading {
    color: white;
}
section#contact .section-subheading {
    color: white;
    font-size: 50px;
}
section#contact .form-group {
    margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
    padding: 18px;
    border-radius: 0;
    border-color: #13526f; /*#125063;*/
    background-color: #18678c; /*#2c7288;*/
    color: #fff;
}
section#contact .form-group input.form-control {
    height: auto;
}
section#contact .form-group textarea.form-control {
    height: 224px;
}
section#contact .form-control:focus {
    border-color: #e55332;
    border-width: 2px;
    box-shadow: none;
}
section#contact .formfield_name {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
}
section#contact ::-webkit-input-placeholder {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #ddd;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact :-ms-input-placeholder {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact .mobile_btn_text {
    padding-bottom: 60px;
}
section#contact .mobile_btn_text, section#contact .mobile_text {
    text-align: center;
}
section#contact .text-danger {
    color: #e74c3c;
}
#success {
    text-align: center;
}
@media (min-width: 768px) {
    section#contact .mobile_btn_text {
        text-align: right;
        padding-bottom: 0px;
    }
    section#contact .mobile_text {
        text-align: left;
    }
}


/* === page 2 about === */
section#about {
    /*padding: 160px 0 15px 0;*/
    background-color: #f4f4f4;
}
section#about .section-heading {
    color: 222;
}
section#about .section-subheading {
    color: 222;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #333;
}

section#about .about_img {
    text-align: center;
}
.round_img {
    border-radius: 50% !important;
    height: auto;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    #about {
        /*height: 100vh;*/
    }
    .round_img {
        margin: 0 0px 20px 40px;
    }
}



/* === page 3 contact === */
section#pg_contact {
    background-color: #f4f4f4;/*#005067*/
    /*background-image: url('../img/bkg_pattern_v2.png');*/
    /*background-position: center;*/
    /*background-repeat: repeat;*/
}
section#pg_contact .icon {
    font-family: FontAwesome;
}
section#pg_contact .section-heading {
    color: 222;
}
section#pg_contact .section-subheading {
    color: 222;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #333;
}
#pg_contact p {
    font-weight: bold;
}
section#pg_contact .form-group {
    margin-bottom: 25px;
}
section#pg_contact .form-group input,
section#pg_contact .form-group textarea {
    padding: 18px;
    background-color: #fbfbfb;
    border-color: #f4f4f4;
    border-radius: 0;
}
section#pg_contact .form-group input.form-control {
    height: auto;
}
section#pg_contact .form-group textarea.form-control {
    height: 224px;
}
section#pg_contact .form-control:focus {
    border-color: #e55332;
    border-width: 2px;
    box-shadow: none;
}
section#pg_contact .formfield_name {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
}
section#pg_contact ::-webkit-input-placeholder {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eee;
}
section#pg_contact :-moz-placeholder {
  /* Firefox 18- */
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#pg_contact ::-moz-placeholder {
  /* Firefox 19+ */
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#pg_contact :-ms-input-placeholder {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#pg_contact .mobile_btn_text {
    padding-bottom: 60px;
}
section#pg_contact .mobile_btn_text, section#pg_contact .mobile_text {
    text-align: center;
}
section#pg_contact .text-danger {
    color: #e74c3c;
}
@media (min-width: 768px) {
    section#pg_contact .mobile_btn_text {
        text-align: right;
        padding-bottom: 0px;
    }
    section#pg_contact .mobile_text {
        text-align: left;
    }
}


/* === footer === */
footer {
    padding: 22px 0;
    text-align: center;
    background-color: #1f373e; /*#ccc;*/ /*#404040;*/
}
footer span.copyright {
    line-height: 40px;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    text-transform: none;
    text-align: left;
    color: #ccc;
}
footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    text-transform: none;
}
@media (min-width: 768px) {
    footer {
    }
}

/* === social icons === */
ul.social-buttons {
    margin-bottom: 0;
}
ul.social-buttons li a {
    display: block;
    background-color: #e55332; /*#222222*/
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: white;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #d04221; /*#e55332*/
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: none;
}


/* === misc === */
::-moz-selection {
    text-shadow: none;
    background: #e55332;
}
::selection {
    text-shadow: none;
    background: #e55332;
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}
body {
    webkit-tap-highlight-color: #e55332;
}
