@charset "UTF-8";

body {
    color: #5a6e7f;
    background-color: #E2E2E2;
    font-family: 'Ubuntu', sans-serif;
}

h1, h2, h3 {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    text-transform: uppercase;
    color: #5A6E7F;
}

h1 {
    font-size: 70px;
    color: #5a6e7f;
    letter-spacing: 5px;
    margin-bottom: 5px;
    margin-top: 100px;
}

h2 {
    font-size: 32px;
    font-weight: 500;
    color: #5a6e7f;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

h3 {
    font-size: 30px;
    font-weight: 300;
    color: #5a6e7f;
    letter-spacing: 3px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.clear{
    clear: both;
}
.text{
    font-size: 15px;
    color: #919da7;
    line-height: 24px;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
}


.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    padding-bottom: 4%;

    -webkit-box-align : center;
    -webkit-align-items : center;
    -moz-box-align : center;
    -ms-flex-align : center;
    align-items : center;
    width: 100%;

    -webkit-box-pack : center;
    -moz-box-pack : center;
    -ms-flex-pack : center;
    -webkit-justify-content : center;
    justify-content : center;
    
    position: relative;
}

.vertical-center > .row {
	width: 100%;
}

header {
	min-height: 183px;
}

.navbar-inverse {
    background-color:#e2e2e2;
    border-bottom: 2px solid #c1c6ca;
}

.navbar-inverse .navbar { 
    height: 65px;
}

.navbar-inverse .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar-inverse .navbar-collapse {
	text-align: center;
	border-color: #5a6e7f;
}

.navbar-inverse .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #919da7;
    height: 65px;
    line-height: 65px;
    letter-spacing: 2px;
}

.navbar-inverse .navbar-nav > li:first-child > a {
	border: none;
}

.navbar-inverse .navbar-header .navbar-toggle {
	margin-top: 5px;
	margin-bottom: 6px;
	border-color: #FFF;
}

.navbar-inverse .navbar-header .navbar-toggle:active,
.navbar-inverse .navbar-header .navbar-toggle:hover,
.navbar-inverse .navbar-header .navbar-toggle:focus {
	background: transparent;
	border: 1px solid #5a6e7f;
}

.navbar-inverse .navbar-header .navbar-toggle:active .icon-bar,
.navbar-inverse .navbar-header .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-header .navbar-toggle:focus .icon-bar {
	background-color: #292526;
}

.navbar-inverse .navbar-nav > li > a:active,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:active,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #FFF;
	background: transparent;
}

.container-fluid {
    background-image: url("../pics/bg_grey.png");
	background-size: cover;
    background-position: center;
}

header .startpage {    
    color: #5A6E7F;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 2px;
}

header .startpage img {
    width: 400px;
    margin: -25px auto 10px;
}

header .startpage .tel-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    background-color: #5ca8dc;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    line-height: 90px;
    font-weight: 400;
    letter-spacing: 2px;
}

header .startpage .tel-info a {
    color: white;
    text-decoration: none;
    transition: color 0.15s ease-out;
}

header .startpage .tel-info a:hover {
    color: #337ab7;
}

header .startpage .tel-info .tel-icon {
    position: absolute;
    left: 50%;
    top: -40px;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    border: 3px solid #5ca8dc;
    border-radius: 50%;
    background-color: #E2E2E2;
    color: #5ca8dc;
    line-height: 32px;
    font-size: 30px;
}

header .startpage .tel-info .tel-icon .glyphicon {
    top: 12px;
    left: 2px;
}



.fourpromo .pic {
    width: 80%;
    margin: 20px auto 0;
}

.fourpromo .title {
    margin-bottom: 50px;
    min-height: 80px;
}




.gallery .swiper-wrapper a {
    display: block;
    width: 33.333%;
    height: 150px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.gallery .swiper-wrapper a .hover {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(92, 168, 220, 0.7);
    display: none;
}

.gallery .swiper-wrapper a .hover .plus {
    width: 40px;
    height: 40px;
    border: 1px solid #FFF;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    color: #FFF;
    line-height: 38px;
    font-size: 20px;
    font-weight: bold;
}

.gallery .swiper-wrapper a:active .hover,
.gallery .swiper-wrapper a:focus .hover,
.gallery .swiper-wrapper a:hover .hover{
    display: block;
}

.gallery .swiper-button-next,
.gallery .swiper-button-prev {
    background: #5A6E7F;
    padding: 0 15px;
}

.gallery .swiper-button-next {
    right: -30px;
}

.gallery .swiper-button-prev {
    left: -30px;
}

.footer-wrapper {
    min-height: 100vh;
    color: #FFF;
}

.footer-wrapper h1,
.footer-wrapper h3 {
    color: #FFF;
}

footer .container-fluid {
    background-image: url("../pics/bg_blue.png");
}

.footer-wrapper .footer-top img {
	max-height: 100px;
	margin: 0px;
}

.footer-wrapper .footer-top a,
.footer-wrapper .footer-top a:active,
.footer-wrapper .footer-top a:hover,
.footer-wrapper .footer-top a:focus {
	color: #FFF;
}

.footer-wrapper .footer-bottom {
	background-color: #373737;
	min-height: 50px;
	padding: 15px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}



.footer-copyright {
    font-size: 11px;
    color: #ADADAD;
}
    .footer-copyright a{
        font-size: 11px;
        color: #ADADAD;
        text-decoration: none;
    }
        .footer-copyright a:hover{
            text-decoration: underline;
        }

        
        
        
 