.container:after,
.content:after,
.item:after,
.side:after,
.nav-foot:after {
    content: "";
    display: table;
    clear: both
}

html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    margin: 0;
    padding: 168px 0 0;
    font-size-adjust: auto;
    color: #fff;
    background: #995932;
    min-width: 600px
}

a {
    text-decoration: none
}

.hidden {
    display: none
}

.bg-home {
    background: url("../img/bg-home.jpg") no-repeat center top;
    /*background-size: cover;
    background-attachment: fixed*/
}

.bg-inner-01 {
    background: url("../img/bg-inner-01.jpg") no-repeat center top;
    background-size: cover;
    background-attachment: fixed
}

.bg-inner-02 {
    background: url("../img/bg-inner-02.jpg") no-repeat center 100px;
    background-size: 1400px;
    background-attachment: fixed
}

body > header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1003;
}

header {
    position: relative;
    margin-bottom: 10px
}

header .container {
    padding-top: 20px
}

header.with-bg {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bae0fd), to(#fff));
    background-image: -webkit-linear-gradient(top, #bae0fd, #fff);
    background-image: -moz-linear-gradient(top, #bae0fd, #fff);
    background-image: -ms-linear-gradient(top, #bae0fd, #fff);
    background-image: -o-linear-gradient(top, #bae0fd, #fff);
    background-image: linear-gradient(top, #bae0fd, #fff);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#bae0fd', EndColorStr='#fff');
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15)
}

.logo {
    top: 15px;
    left: 15px;
    position: absolute
}

.logo img {
    margin-top: 10px;
    width: 300px;
    height: 59px;
    display: block
}

@media (min-width: 870px) {
    .logo img {
        width: 414px;
        height: 81px;
        margin-top: 0
    }
}

.phone, .phone a {
    text-align: right;
    color: #022f5d;
    font-size: 30px;
    margin-bottom: 10px
}

.phone:before {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/icon-phone.svg") no-repeat;
    background-size: 30px 30px;
    margin-right: 5px;
    content: ""
}

.nav-main {
    border-top: 3px solid #55a6e4;
    margin: 20px 0 0 0;
    padding: 5px 0;
    list-style: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    width: 100%
}

.nav-main > li {
    display: inline-block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0;
    white-space: nowrap
}

.nav-main > li:last-child {
    margin: 0
}

.nav-main a {
    padding: 5px 7px;
    color: #022f5d
}

.nav-main > li:hover {
    background: rgba(255, 255, 255, .7)
}

.nav-main > li.active a {
    color: #0e84de
}

.nav-main ul {
    margin-top: 4px;
    padding: 5px 0;
    display: none;
    position: absolute;
    z-index: -1;
    list-style: none;
    background: rgba(255, 255, 255, .7);
    -webkit-animation: fadein .2s;
    -moz-animation: fadein .2s;
    -ms-animation: fadein .2s;
    -o-animation: fadein .2s;
    animation: fadein .2s;
    border-bottom: 3px solid #55A6E4;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.nav-main ul.fixed-width-submenu {
    width: 230px;
}

.nav-main > li:hover ul {
    display: block;
    z-index: 1001;
}

.nav-main ul li {
    text-align: left;
    text-transform: none;
    white-space: normal;
}

.nav-main ul li:hover {
    background: #FFF;
}

.nav-main ul li a {
    display: block
}

.nav-secondary {
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-secondary li {
    display: inline-block
}

.nav-secondary a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    background: #093254;
    font-size: 15px;
    padding: 5px 10px
}

.nav-secondary li:first-child a {
    background: #0e84de
}

.nav-secondary li:last-child a {
    background: #8e744b
}

.container {
    max-width: 1030px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative
}

.intro,
.intro-inner {
    position: relative
}

.intro img,
.intro-inner img {
    max-width: 100%;
    height: auto
}

.intro-image-out {
    display: table;
    width: 100%;
    height: 100%
}

.intro-image-in {
    display: table-cell;
    vertical-align: middle
}

.intro-image-in.slideshow {
    display: table-row;
}

.intro-frame {
    position: relative;
    z-index: 1000
}

.intro-inner {
    margin: 20px auto 40px auto
}

.intro-inner-01 {
    max-width: 700px
}

.intro-inner-01 .intro-image-in {
    padding: 30px 10px 20px 15px
}

.intro-inner-01 .intro-image {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    overflow: hidden;
    text-align: center
}

.intro-inner-02 .intro-image {
    text-align: center;
    padding: 0 15px
}

.intro-inner-02 .intro-image img {
    border: 15px solid #281d1f;
    border-radius: 5px
}

.intro-home {
    max-width: 1095px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: -20px
}

.intro-home .intro-image-in {
    padding: 0 20px
}

.intro-home .intro-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center
}

.intro-headline {
    position: absolute;
    right: 90px;
    bottom: 75px;
    color: #172655;
    font-size: 60px;
    z-index: 1000;
    text-align: right;
    line-height: 0.6;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2)
}

@media (min-width: 1040px) {
    .intro-headline {
        right: 112px;
        bottom: 98px;
        font-size: 65px;
    }
}

.intro-headline span {
    font-size: 28px;
    line-height: 0.6
}

@media (min-width: 1040px) {
    .intro-headline span {
        font-size: 30px
    }
}

.slideshow {
    position: relative;
}

.slideshow div {
    width: 96%;
    height: 94%;
    margin-left:20px;
    position: absolute;
    top: 3%;
    background-size: cover;
}

.slideshow div:nth-child(2) {
    display: none;
}

.content {
    float: left;
    width: 69%;
    padding: 25px;
    background: rgba(153, 89, 50, 0.9);
    line-height: 1.6
}

.contactcontent {
    float: left;
    width: 49%;
	margin-left: 29%;
    padding: 25px;
    line-height: 1.6
}

.content.content-home {
    background: rgba(104, 41, 14, 0.75)
}

.content>* {
    margin: 0 0 25px 0
}

.content>*:first-child {
    margin-top: 0
}

.content>*:last-child {
    margin-bottom: 0
}

.content a {
    color: #FFF;
    text-decoration: underline;
}

h1 {
    font-weight: normal;
    font-size: 40px;
    line-height: 0.8
}

h1 span {
    font-size: 22px;
    line-height: 0.8
}

h2 {
    margin-bottom: 10px !important;
}

h3 {
    margin-bottom: 5px !important;
}

blockquote {
    float: left;
    margin: 50px 0;
    font-size: 26px;
    font-style: italic
}

blockquote p {
    margin: 0
}

blockquote .author {
    text-align: right;
    font-style: normal;
    font-size: 14px
}

.list {
    font-weight: bold;
    padding-left: 1em
}

.list li {
    margin-bottom: 10px
}

.list li:last-child {
    margin-bottom: 0
}

.item .image {
    float: left;
    width: 165px;
    padding-top: 5px
}

.item .info {
    margin-left: 180px
}

.item p {
    margin-top: 0
}

.side {
    float: right;
    width: 31%;
    padding-left: 15px;
    line-height: 1.6
}

.side img {
    width: 100%;
    height: auto
}

.side>*:first-child {
    margin-top: 0
}

.side>*:last-child {
    margin-bottom: 0
}

.box {
    background: rgba(20, 59, 91, 0.8);
    padding: 15px
}

.box>*:first-child {
    margin-top: 0
}

.box>*:last-child {
    margin-bottom: 0
}

.list-side {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.4
}

.list-side li {
    margin-bottom: 10px
}

.list-side li:last-child {
    margin-bottom: 0
}

.list-side a {
    color: #fff;
    display: block;
    background: rgba(5, 95, 170, 0.8);
    border: 10px solid transparent;
    border-top-width: 10px;
    border-bottom-width: 10px;

    max-height: 127px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-side div, .list-side small {
    color: #fff;
    display: block;
    padding: 10px 20px;
    background: rgba(5, 95, 170, 0.8)
}

.with-button {
    margin-bottom: 10px
}

.button {
    background: #db0303;
    font-size: 30px;
    display: block;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    line-height: 1.4
}

footer {
    font-size: 14px;
    color: #ccc;
    max-width: 1030px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 25px auto 0 auto
}

footer .container {
    background: rgba(88, 88, 88, 0.5);
    padding: 15px 25px
}

.info-foot {
    float: left
}

.copyright {
    margin: 0
}

.nav-foot {
    float: right
}

.nav-foot ul {
    margin: 0 40px 0 0;
    padding: 0;
    list-style: none;
    float: left;
    text-transform: lowercase
}

.nav-foot ul:last-child {
    margin-right: 0
}

.nav-foot ul li {
    margin-bottom: 10px
}

.nav-foot ul li:last-child {
    margin-bottom: 0
}

.nav-foot ul a {
    color: #fff
}

.nav-social {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none
}

.nav-social li {
    display: inline-block
}

.nav-social a {
    display: block;
    border-radius: 50%;
    background: #765b2f;
    color: #fff;
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 120%
}

@font-face {
    font-family: 'fontello';
    src: url("../fonts/fontello.eot?67914180");
    src: url("../fonts/fontello.eot?67914180#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?67914180") format("woff"), url("../fonts/fontello.ttf?67914180") format("truetype"), url("../fonts/fontello.svg?67914180#fontello") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-blogger:before {
    content: '\e800'
}

.icon-youtube:before {
    content: '\e801'
}

.icon-twitter:before {
    content: '\e802'
}

.icon-linkedin:before {
    content: '\e803'
}

.icon-facebook:before {
    content: '\e804'
}

.icon-gplus:before {
    content: '\e805'
}

@media (max-width: 767px) {
    body {
        padding-top: 203px;
    }
    .phone {
        margin-top: 20px;
    }
    .phone + .nav-secondary {
        margin-top: 15px;
    }
}

@media (max-width: 1024px) {
    .nav-main {
        text-align: left
    }
    
    .nav-main > li:hover, .nav-main ul {
        background: rgba(255, 255, 255, 1)
    }

    .intro-home {
        margin-top: 15px;
    }
    .intro-headline {
        right: 11%;
        bottom: 14%;
        font-size: 6vw;
    }
}

@media (min-width: 1400px) {
    .bg-inner-02 {
        background-position: center 80px;
        background-size: cover
    }
}

@media (min-width: 1600px) {
    .bg-inner-02 {
        background-position: center top;
    }
}

/* Added 10-15-2016 */

.addresshead {
	color: rgba(20, 59, 91, 0.8);
}

.addresslink {
	text-decoration: none!important;
	
}
.addresslink:hover {
	color: rgba(20, 59, 91, 0.8);
	
}