

@import url(animate.css);

@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

@import url(//fonts.googleapis.com/css?family=Julius+Sans+One|Open+Sans+Condensed:300,700|Open+Sans:400,700,600,300);

@import url(./fl-36-slim-icons.css);

/*========================================================
					  Main Styles
=========================================================*/

html
{
    font-size: 10px;
}

@media (min-width: 1200px)
{
    html
    {
        font-size: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1199px)
{
    html
    {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px)
{
    html
    {
        font-size: 12px;
    }
}

body
{
    font: 400 18px/32px "Open Sans", sans-serif;
    -webkit-text-size-adjust: none;
}

img
{
    max-width: 100%;
    height: auto;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
    color: #425371;
}

h2
{
    font-size: 3.33333rem;
    line-height: 1.33333;
    font-family: "Julius Sans One", sans-serif;
    text-transform: uppercase;
}

h3
{
    font-family: "Julius Sans One", sans-serif;
    font-size: 1.77778rem;
    line-height: 1;
    text-transform: uppercase;
}

h4
{
    font-family: "Julius Sans One", sans-serif;
    font-size: 1.55556rem;
    line-height: 1;
    text-transform: uppercase;
}

h5
{
    font-family: "Julius Sans One", sans-serif;
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
}

p
{
    color: #9a9a9a;
}

p a:hover
{
    text-decoration: underline;
}

p .fa
{
    text-decoration: none;
}

a
{
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:focus
{
    outline: none;
}

a:active
{
    background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"]
{
    color: inherit;
    text-decoration: none;
}

strong
{
    font-weight: 700;
}

.fa
{
    line-height: inherit;
}

[class*='fa-']:before
{
    font-weight: 400;
    font-family: "FontAwesome";
}

.page
{
    overflow: hidden;
    min-height: 500px;
}

.lt-ie9 .page
{
    min-width: 1200px;
}

.center
{
    text-align: center;
}

@media (min-width: 992px)
{
    .md-left
    {
        text-align: left;
    }
}

@media (min-width: 1200px)
{
    .lg-right
    {
        text-align: right;
    }
    .lg-left
    {
        text-align: left;
    }
}

@media (min-width: 768px)
{
    .sm-left
    {
        text-align: left;
    }
}

@media (max-width: 1199px)
{
    .br-hide-md br
    {
        display: none;
    }
}

@media (max-width: 767px)
{
    h1 br, h2 br, h3 br, h4 br, h5 br, h6 br
    {
        display: none;
    }
}

/*=======================================================
					   Main Layout
=========================================================*/

* + h5
{
    margin-top: 1.11111rem;
}

* + h4
{
    margin-top: 2.88889rem;
}

.icon + h5
{
    margin-top: 2.94444rem;
}

* + p
{
    margin-top: 1.66667rem;
}

h5 + p
{
    margin-top: 1.5rem;
}

h4 + p
{
    margin-top: 0.66667rem;
}

* + .offset-1
{
    margin-top: 6.66667rem;
}

* + .offset-2
{
    margin-top: 4.61111rem;
}

* + .offset-3
{
    margin-top: 2.77778rem;
}

* + .btn
{
    margin-top: 1.44444rem;
}

.brand + .owl-carousel
{
    margin-top: 10.77778rem;
}

/*=======================================================
						Components
=========================================================*/

/*==================     Brand     ======================*/

.brand
{
    display: inline-block;
    width: 14.55556rem;
    height: 14.55556rem;
    line-height: 14.55556rem;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 2.5rem;
}

/*==================  Backgrounds  ======================*/

.bg-primary
{
    background: #425371;
    color: #fff;
}

.bg-image
{
    background: url(../images/page-1_bgimg01.jpg) center no-repeat;
    background-size: cover;
}

.primary
{
    color: #425371;
}

.secondary
{
    color: #73797d;
}

.default
{
    color: #555555;
}

/*==================      Hero     ======================*/

.hero_title span
{
    margin-top: 9px;
    font-size: 2.77778rem;
    color: #425371;
    display: block;
}

.hero_title + p
{
    margin-top: 3.22222rem;
    font-size: 20px;
    line-height: 1.6;
}

@media (max-width: 767px)
{
    .hero_title + p br
    {
        display: none;
    }
}

/*==================     Icons     ======================*/

.icon
{
    display: inline-block;
    width: 155px;
    height: 155px;
    line-height: 155px;
    text-align: center;
    font-size: 45px;
    color: #798ba7;
    border: 1px solid #bfcce0;
    border-radius: 50%;
}

.icon-2
{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    color: #425371;
    background: #fff;
    border-radius: 50%;
    font-size: 15px;
}

.icon-2:hover
{
    color: #fff;
    background: #425371;
}

/*==================    Buttons    ======================*/

.btn
{
    display: inline-block;
    min-width: 6.77778em;
    padding: 0.88889em 0.88889em 0.94444em;
    font-weight: 700;
    font-size: 1rem;
    font-family: "Open Sans Condensed", sans-serif;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #cecece;
    border-radius: 3.16667em;
}

.btn:hover
{
    background: #555555;
    border-color: #555555;
    color: #fff;
}

.btn:active
{
    background: black;
    border-color: #686868;
}

@media (max-width: 767px)
{
    .btn
    {
        font-size: 16px;
    }
}

.btn-lg
{
    display: inline-block;
    min-width: 9.80769em;
    padding: 1.30769em 1.30769em 1.34615em;
    font-weight: 700;
    font-size: 1.44444rem;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans Condensed", sans-serif;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3.92308em;
}

.btn-lg:hover
{
    background: #fff;
    color: #425371;
}

.btn-lg:active
{
    background: #999999;
    border-color: #999999;
}

@media (max-width: 767px)
{
    .btn-lg
    {
        font-size: 16px;
    }
}

/*==================  Inline List  ======================*/

.inline-list li
{
    display: inline-block;
}

/*==================   Index List  ======================*/

.index-list
{
    counter-reset: li;
}

.index-list li .box
{
    position: relative;
    padding-top: 179px;
    padding-left: 46px;
    padding-right: 20px;
    padding-bottom: 37px;
    border: 1px solid #c3c3c3;
}

.index-list li .box:before
{
    top: 40px;
    right: 40px;
    position: absolute;
    content: counter(li,decimal-leading-zero) ".";
    counter-increment: li;
    font-family: "Julius Sans One", sans-serif;
    font-size: 80px;
    line-height: 1;
    color: #c7c7c7;
}

.index-list li h3
{
    font-size: 2.22222rem;
    line-height: 1.075;
}

.index-list li h3 + p
{
    margin-top: 17px;
}

.index-list li.grid_1:nth-child(12n + 13),
.index-list li.grid_2:nth-child(6n + 7),
.index-list li.grid_3:nth-child(4n + 5),
.index-list li.grid_4:nth-child(3n + 4),
.index-list li.grid_6:nth-child(2n + 3)
{
    clear: left;
}

/*==================     ToTop     ======================*/

.toTop
{
    width: 42px;
    height: 42px;
    font-size: 18px;
    line-height: 42px;
    color: #425371;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    position: fixed;
    right: 66px;
    bottom: 180px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

.toTop:hover
{
    background: #425371;
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 1399px)
{
    .toTop
    {
        display: none !important;
    }
}

/*==================  RD Parallax    ======================*/

.parallax
{
    position: relative;
    overflow: hidden;
}

.parallax_image, .parallax_pattern
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform;
}

.parallax_image
{
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.parallax_pattern
{
    background-repeat: repeat;
}

.parallax_cnt
{
    position: relative;
}

.parallax h2,
.parallax h3
{
    color: #fff;
}

.parallax-1 h2
{
    font-size: 8.33333rem;
    line-height: 1;
}

@media (max-width: 479px)
{
    .parallax-1 h2
    {
        font-size: 5.55556rem;
    }
}

.parallax-1 h3
{
    font-size: 2.5rem;
    line-height: 1.22222;
}

.parallax-1 h2 + h3
{
    margin-top: 0.94444rem;
}

.parallax-1 * + .btn-lg
{
    margin-top: 3.16667rem;
}

.parallax-2 h2
{
    line-height: 1;
    font-size: 5.2rem;
}

.parallax-2 h3
{
    font-size: 2.5rem;
}

.parallax-2 h2 + h3
{
    margin-top: 0.61111rem;
}

.parallax-2 h3 + p
{
    margin-top: 2.61111rem;
}

.parallax-2 p
{
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    color: #fff;
}

/*========================================================
					 HEADER  Section
=========================================================*/

header
{
    padding-top: 7.44444rem;
    padding-bottom: 14.27778rem;
    background: url(../images/header-bg.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
}

header h2
{
    font-size: 8rem;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-family: "Julius Sans One", sans-serif;
}

header h3
{
    font-size: 3.77778rem;
    line-height: 1.32353;
    color: #fff;
    text-transform: uppercase;
    font-family: "Julius Sans One", sans-serif;
}

@media (max-width: 1600px)
{
    header h2
    {
        font-size: 5.55556rem;
    }
}

/*========================================================
					 CONTENT  Section
=========================================================*/

main
{
    display: block;
}

.subscribe h3
{
    color: #444444;
    font-size: 35px;
    line-height: 1.14286;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
}

.subscribe p
{
    font-size: 16px;
    line-height: 1.5;
}

.subscribe h3 + p
{
    margin-top: 17px;
}

/*==================      Well     ======================*/

.well-1
{
    padding-top: 6.27778rem;
    padding-bottom: 7.94444rem;
}

.well-2
{
    padding-top: 192px;
    padding-bottom: 134px;
}

.well-3
{
    padding-top: 5.83333rem;
    padding-bottom: 7.94444rem;
}

.well-4
{
    padding-top: 195px;
    padding-bottom: 170px;
}

.well-5
{
    padding-top: 5.55556rem;
    padding-bottom: 5.44444rem;
}

.well-6
{
    padding-top: 7.55556rem;
    padding-bottom: 7rem;
}

.well-7
{
    padding-top: 5rem;
    padding-bottom: 4.83333rem;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/

footer
{
    color: #fff;
}

footer .copyright
{
    margin-top: 48px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 979px)
{
    footer .copyright
    {
        text-align: center;
    }
}

footer .hr
{
    height: 31px;
    width: 1px;
    background: rgba(255, 255, 255, 0.61);
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

footer address
{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

footer address + .inline-list
{
    margin-top: 40px;
}

footer .map
{
    border-top: 10px solid #4c5c69;
}

