body {
    padding-top: 50px;
    font-family: 'PT Sans', serif;
}
.starter-template {
    padding: 40px 15px;
    text-align: center;
}
.menus {
    float: right !important;
}
/* RESPONSIVE IMAGES */
img{ max-width:100%; height:auto;}
/*.container {
    width: 100% !important;
}*/

@media (max-width: 990px) {
    .img-border-white {
        display: none;
    }
    .home-others-divider {
        display: block !important;
    }
    .home-others .row .col-md-4 {
        text-align: justify !important;
    }
}
@media (max-width: 860px) {
    .menus {
        text-align: left;
        float: none !important;
    }
    .navbar {
        height: auto !important;
    }
    .brand-mobile-logo {
        display: block !important;
    }
    .brand-logo {
        display: none !important;
    }
    .slogan {
        height: 100px !important;
    }
}
@media (max-width: 500px) {
    .company-name {
        font-size: 20px !important;
    }
    .byline {
        font-size: 20px !important;
    }
}
@media (max-width: 280px) {
    .company-name {
        font-size: 16px !important;
    }
    .byline {
        font-size: 16px !important;
    }
}
.brand-logo {
    width: 432px;
    height: 107px;
	background-image:url(../img/viking.jpg);
    background-position: top;
    background-repeat: no-repeat;
    margin-left: 100px;
    float: left;

	
}
.brand-mobile-logo {
    width: 250px;
    height: 82px;
    background-image:url(../img/viking.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}
.navbar {
    height: 50px;
}
.brand-mobile-logo {
    display: none;
}
.banner {
    
    background-image: url("../img/banner.jpg");
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slogan {
    height: 60px;
    background-color: #181A19;
    text-align: center;
    padding: 10px;
}
.company-name {
    font-family: 'PT Sans', serif;
    color: #474B4C;
    font-size: 25px;
    font-weight: bold;
}
.byline {
    font-family: 'Titillium Web', sans-serif;
    color: #474B4C;
    font-size: 25px;
    font-style: italic;
}
.home-about-us {
    padding-top: 20px;
    background-color: #2893a3;
    padding-bottom: 50px;
}
.container {
    font-family: 'Titillium Web', sans-serif;
    color: #FFFFFF;
}
.contact-us-banner {
    font-family: 'PT Sans', serif;
	background-image:url(../img/_bg2.jpg);
    width:auto;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    box-shadow: 2px 2px 5px #000000;
	
}
.home-others {
    padding-top: 20px;
    background-color: #FFFFFF;
    padding-bottom: 50px;
}
.img-border-white {
    border: 5px solid #ffffff;
    box-shadow: 5px 5px 5px #555555;
    width: 70%;
}
.row-bg-dirty-white {
background-attachment:fixed;
background-image:url(../img/wall.jpg);
height:auto;

}
.home-others .row .col-md-4 {
    text-align: justify;
    color: #555555;
}
.home-others-divider {
    display: none;
    width: 100%;
    height: 1px;
    background-color: #555555;
}
.divider {
    width: 100%;
    height: 1px;
    background-color: #555555;
    border-style: none;
}
.main-footer {
    background-color: #fff;
    color: #000;
    font-family: 'PT Sans', serif;
    font-size: 16px;
	
}
.footer-content {
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}
.social-google {
    width: 32px;
    height: 32px;
    background-image: url("../img/googleplus.png");
    background-position: top;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    float: left;
}
.social-facebook {
    width: 32px;
    height: 32px;
    background-image: url("../img/facebook.png");
    background-position: top;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    float: left;
}
.social-twitter {
    width: 32px;
    height: 32px;
    background-image: url("../img/twitter.png");
    background-position: top;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    float: left;
}
.social-linkedin {
    width: 32px;
    height: 32px;
    background-image: url("../img/linkedin.png");
    background-position: top;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    float: left;
}
.main-footer .copy {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px !important;
}
a,
a:hover,
a:visited {
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Titillium Web', serif !important;
    font-size: 12px !important;
}
.site-map-list {
    list-style: none;
}
.site-map-list li {
    display: inline;
}
.dark-font{
    color:#555555;
}
.page-header{
    font-size: 16px;
    font-weight: bold;
}
#frmYourMessage{
    height: 100px;
}