/* Typography */
/*===============================================================*/
body {
    color: #353c46;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

h1 { font-size: 58px; font-weight: 200; margin-top: 0; }
h2 { font-size: 45px; font-weight: 200; margin-top: 0; }
h3 { font-size: 32px; font-weight: 200; margin-top: 0; }
h4 { font-size: 22px; font-weight: 400; margin-top: 0; }
h5 { font-size: 16px; font-weight: 500; margin-top: 0; line-height: 1.5;}
h6 { font-size: 15px; font-weight: 500; margin-top: 0; }

h1, h2, h3, h4, h5, h6 {
    color:#00245D;
    letter-spacing: 1px;
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 38px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 18px;
    }
}

/* Header */
.fancy-title {
    color: #00245c;
    text-transform: none;
    margin-bottom: 40px;
}

p { 
    font-size:14px; 
    font-weight: 300; 
    line-height:1.8;  
    margin-bottom: 20px; 
    text-rendering: optimizelegibility;

    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    font-weight: normal;
}

/* Lead paragraph */
.lead {
    color: #778899;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.725;
    letter-spacing: 0px;
}
@media only screen and (max-width: 768px) {
    .lead {
        font-size: 18px;
    }
}

.text-medium {
    font-size: 18px;
}

.text-small {
    font-size: 14px;
}

/* Link */
/*===============================================================*/
a {
    color: #353c46;
    text-decoration: none;
    border-bottom: 1px solid #f12e45;
}

a:hover,
a:focus {
    color: #f12e45;
    text-decoration: none;
}

.logo a,
.navbar-nav a,
.footer-bottom a {
    border-bottom: 0;
}

/* Font property */
/*===============================================================*/
.xxlight { font-weight:100 !important;}
.xlight { font-weight:200 !important;}
.light { font-weight:300 !important;}
.medium { font-weight:400 !important;}
.bold { font-weight:600 !important;}
.xbold { font-weight:900 !important;}

.text-uppercase {
    text-transform: uppercase;
}

/* White space */
/*===============================================================*/
.white-space {display: block; width: 100%;}
.white-space.space-mini { padding:5px 0;}
.white-space.space-xsmall { padding:10px 0;}
.white-space.space-small { padding:20px 0;}
.white-space.space-medium { padding:30px 0;}
.white-space.space-large { padding:35px 0;}
.white-space.space-big { padding:50px 0;}

/* Height */
/*===============================================================*/
.height-large {
    min-height: 230px;
}

/* Display and text alignment */
/*===============================================================*/
.inline-block   { display: inline-block !important; }
.show           { display: block !important }
.hide           { display: none }
.text-left      { text-align: left !important }
.text-right     { text-align: right !important }
.text-center    { text-align: center !important }
.left           { float: left !important }
.right          { float: right !important }
.center         { float: none !important }

@media only screen and (max-width: 480px) {
    .small--show            { display: block !important }
    .small--hide            { display: none !important }
    .small--text-left       { text-align: left !important }
    .small--text-right      { text-align: right !important }
    .small--text-center     { text-align: center !important }
    .small--left            { float: left !important }
    .small--right           { float: right !important }
    .small--center          { float: none !important, text-align: center }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .medium--show           { display: block !important }
    .medium--hide           { display: none !important }
    .medium--text-left      { text-align: left !important }
    .medium--text-right     { text-align: right !important }
    .medium--text-center    { text-align: center !important }
    .medium--left           { float: left !important }
    .medium--right          { float: right !important }
    .medium--center          { float: none !important, text-align: center }
}

@media only screen and (max-width: 768px) {
    .medium-down--show            { display: block !important }
    .medium-down--hide            { display: none !important }
    .medium-down--text-left       { text-align: left !important }
    .medium-down--text-right      { text-align: right !important }
    .medium-down--text-center     { text-align: center !important }
    .medium-down--left            { float: left !important }
    .medium-down--right           { float: right !important }
    .medium-down--center          { float: none !important, text-align: center }
}

@media only screen and (min-width: 769px) {
    .large--show            { display: block !important }
    .large--hide            { display: none !important }
    .large--text-left       { text-align: left !important }
    .large--text-right      { text-align: right !important }
    .large--text-center     { text-align: center !important }
    .large--left            { float: left !important }
    .large--right           { float: right !important }
    .large--center          { float: none !important, text-align: center }
}

@media only screen and (min-width: 1024px) {
    .xlarge--show            { display: block !important }
    .xlarge--hide            { display: none !important }
    .xlarge--text-left       { text-align: left !important }
    .xlarge--text-right      { text-align: right !important }
    .xlarge--text-center     { text-align: center !important }
    .xlarge--left            { float: left !important }
    .xlarge--right           { float: right !important }
    .xlarge--center          { float: none !important, text-align: center }
}

/* Navbar menu */
/*===============================================================*/
/* Hamburger icon */
.navbar-toggle {
    position: absolute;
    float: none;
    cursor:pointer;
    top:30px;
    right:0;
    width:48px;
    height:48px;
    color:#fff;
    font-size:18px;
    text-align:center;
    padding: 11px 10px 7px 10px;
    margin: 0;
    background-color: #00245D;
    border: none;
    border-radius: 0;
}

.navbar-toggle:focus {
    outline: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    color: #fff;
    background-color: #78A22F;
}

/* Navbar active */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    border-top: 3px solid;
}

@media only screen and (max-width: 768px) {
    .navbar-default .navbar-nav > li {
        text-align: center;
    }

    .navbar-default .navbar-nav > li > a {
        display: inline-block;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        border-top: 0px;
        border-bottom: 3px solid;
    }
}

/* Featured table */
/*===============================================================*/
.featured-table {
    text-align:center;
    margin-bottom:20px;
    border:1px solid #ececec;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.featured-table .featured-table-head {
    padding: 20px 15px;
    border-bottom: 1px solid #ececec;
}

.featured-table .featured-table-subhead {
    padding: 17px 15px;
}

.featured-table .featured-table-content {
    text-align: left;
}

.featured-table .featured-table-content .featured-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.featured-table .featured-table-content .featured-list li {
    padding: 14px;
    border-top: 1px solid #ececec;
}

.featured-table .featured-table-content .featured-list li:first-child {
    border-top:0;
}

.featured-table .featured-table-footer {
    padding: 25px 0;
    border-top: 1px solid #ececec;
    background: #fafafa;
}

/* Header-main */
/*===============================================================*/
.header-main {
    border-bottom: 1px solid #f4f4f4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Main wrapper header */
/*===============================================================*/
.main-wrapper-header {
    padding: 100px 0;
}

/* Footer */
/*===============================================================*/
.footer-bottom {
    color: #9097ab;
    padding: 80px 0;
    background: #05193c;
}

.footer-bottom a {
    color: inherit;
}

.footer-bottom a:hover {
    color: #0093D0;
}

.footer-bottom .menu-footer ul li {
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 15px;
    border-right: 1px solid #545c77;
}

.footer-bottom .menu-footer ul li:last-child {
    border-right: 0;
}

.footer-bottom .copyright {
    padding: 0;
}

.footer-bottom .copyright p {
    font-size: 11px;
    text-transform: uppercase;
}

.footer-bottom img {
    opacity: 0.8;
}

/* Live icon */
/*===============================================================*/
.nv-iconbox-list .iconbox-wrapper {
    margin-left: 20px;
    margin-right: 0;
}
@media only screen and (max-width: 768px) {
    .nv-iconbox-list .iconbox-wrapper {
        margin-left: 0;
        margin-right: 20px;
    }
}
@media only screen and (min-width: 769px) {
    .nv-iconbox-list .iconbox-wrapper {
        margin-left: 0;
        margin-right: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .nv-iconbox-list .iconbox-wrapper {
        margin-left: 20px;
        margin-right: 0;
    }
}

/* Parallax background */
/*===============================================================*/
.parallax-home { 
    background-image:url(../img/demo/parallax/parallax-home.jpg);
}
.parallax-services {
    background-image:url(../img/demo/parallax/parallax-services.jpg);
}
.parallax-about {
    background-image:url(../img/demo/parallax/parallax-about.jpg);
}
.parallax-contact {
    background-image:url(../img/demo/parallax/parallax-contact.jpg);
}
.parallax-background-1 {
    background-image:url(../img/demo/parallax/parallax-background-1.jpg);
}

/* Back to top */
/*===============================================================*/
.scrollup {
    color:#d4d7dd;
    border:2px solid #d4d7dd;
    border: 1px solid red !important;
    z-index: 1000;
}
.scrollup:hover,
.scrollup:focus {
    color: #78A22F;
    border:2px solid;
}
