.-container div {
    border: 1px dotted black;
}
.pink {
    background: pink;
}
/*
    Theme colors:
    Primary     #69abb8
    Secundary   #166680
*/

/* ====================================================================== */
/* THEME STYLES */
/* ====================================================================== */

/* Fontface */

@font-face {
    font-family: 'acrombold';
    src: url('../fonts/acrom-bold-webfont.eot');
    src: url('../fonts/acrom-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/acrom-bold-webfont.woff2') format('woff2'),
         url('../fonts/acrom-bold-webfont.woff') format('woff'),
         url('../fonts/acrom-bold-webfont.ttf') format('truetype'),
         url('../fonts/acrom-bold-webfont.svg#acrombold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'acromregular';
    src: url('../fonts/acrom-regular-webfont.eot');
    src: url('../fonts/acrom-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/acrom-regular-webfont.woff2') format('woff2'),
         url('../fonts/acrom-regular-webfont.woff') format('woff'),
         url('../fonts/acrom-regular-webfont.ttf') format('truetype'),
         url('../fonts/acrom-regular-webfont.svg#acromregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Typography */

html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 50px;
	font-family: Arial, Helvetica, sans-serief;
    font-size: 14px;
    line-height: 1.6em;
    color: #888;
    background: #FFF;
}
h1,
.h1 {
    font-size: 48px;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: "acrombold", Arial, sans-serif;
    line-height: 1.48em;
    color: #69abb8;
}
h1 a,
h2 a,
h3 a,
h4 a {
    font-weight: 300 !important;
}
hr {
    margin: 15px 0;
    border: 0;
    height: 5px;
    background: #eee;
}
a,
.navbar a {
    text-decoration: none !important;
    color: #69abb8 !important;
    font-weight: bold !important;
    outline: none !important;
}
a:hover,
.navbar a:hover {
    color: #166680 !important;
}
a.current {
    color: #166680 !important;
}
.intro {
    color: #777;
    font-size: 16px;
    line-height: 1.6em;
}
strong {
    color: #777;
}
ul {
    margin: 0;
    padding-left: 1em !important;
}

/* Layout */

.navbar {
    margin: 0;
    background: #FFF;
}
.navbar .container-fluid {
    padding: 0;
}
.navbar * {
    height: auto;
}
.navbar-default,
.navbar-default * {
    border: 0 !important;
}
#hero {
    text-align: center;
    background: #a8d3ae;
	background-image: url('../img/header/cover3.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
#hero h1,
#hero h2,
#hero h3 {
    color: #FFF;

}
#hero .hero-text {
    display: table;
    width: 100%;
}
#hero .hero-text span {
    display: table-cell;
    vertical-align: middle;
}
#hero .hero-text h3 {
    font-family:  "acromregular", Arial, sans-serif;
}
#bar {
    height: 10px;
    background: #69abb8;
}
#sidebar {
    margin-top: 15px;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: #166680;
}


/* HTML5 Video */

video {
    width: 100%;
    height: auto;
}

/* Reusable Classes */

.bg-primary {
    background: #69abb8;
}
.bg-primary,
.bg-primary strong,
.bg-primary a {
    color: #FFF !important;
}
.bg-secondary {
    background: #69abb8;
}
img.flex {
    width: 100%;
    height: auto;
}
img.fluid {
    max-width: 100%;
    height: auto;
}
.nopad {
    padding: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0;
}
.box {
    padding: 30px;
    font-size: 16px;
    line-height: 1.6em;
}
.box.nested {
    padding: 15px 30px;
}

/* Lists */

ul#lang-select {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
}
ul#lang-select li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
ul#lang-select li {
    padding: 0 10px;
    border-right: 1px solid #666 !important;
}
ul#lang-select li:last-child {
    border-right: 0 !important;
    padding-right: 0;
}


/* ====================================================================== */
/* BOOSTRAP HELPERS */
/* ====================================================================== */

div[class*='col-'] {
    padding-top: 15px;
    padding-bottom: 15px;
}
.panel-title a {
    display: block;
}
.btn-primary,
.btn-primary:hover {
    color: #FFF !important;
    background: #69abb8;
    border: 0;
}
.btn-primary:hover {
    background: #166680;
}
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

/* ====================================================================== */
/* MEDIA QUERIES */
/* ====================================================================== */

/* EXTRA SMALL SCREENS */

@media (max-width: 767px) {
    a.logo {
        margin: 10px;
        padding: 0;
        height: 30px;
        width: 202px;
        background: url('../img/template/cls-mobi.png') no-repeat center;
        background-size: contain;
    }
    ul.nav {
        margin-left: -15px;
        margin-bottom: 0;
    }
    ul.nav li {
        margin-left: -15px;
        background: #69abb8;
    }
    ul.nav a,
    ul.nav a:hover {
        color: #FFF !important;
    }
    ul.nav li:hover {
        background: #166680;
    }
    #hero .container,
    #hero .hero-text {
        height: 150px;
        background-position: center;
    }
    #sidebar {
        border-top: 5px solid #eee;
    }
    #main {
        margin: 0 auto;
    }
}

/* SMALL SCREENS */

@media (min-width: 768px) {
    ul#lang-select {
        position: absolute;
        top: 10px;
        right: 0;
    }
    a.logo {
        margin: 15px;
        height: 61px;
        width: 100px;
        background: url('../img/template/cls-healthcare.png') no-repeat center;
        background-size: contain;
    }
    ul.nav {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    #hero .container,
    #hero .hero-text {
        height: 200px;
    }
    #bar,
    #bar .container {
        height: 150px;
        background: #a8d3ae;
    }
    #bar .container {
        background: #a8d3ae url('../img/header/bg-bar2.jpg') no-repeat center;
    }
	#bar .container.btb {
        background: #a8d3ae url('../img/header/bg-bar3.jpg') no-repeat center;
    }
	#bar .container.ecom {
        background: #a8d3ae url('../img/header/bg-bar4.jpg') no-repeat center;
    }
    #main {
        margin: 1em auto 2em auto;
    }
    #sidebar {
        margin-top: 0;
    }
}

/* MEDIUM SCREENS */

@media (min-width: 992px) {
    a.logo {
        height: 100px;
        width: 164px;
    }
    #hero .container,
    #hero .hero-text {
        height: 250px;
    }
}

/* LARGE SCREENS */

@media (min-width: 1200px) {
    #hero .container,
    #hero .hero-text {
        height: 400px;
    }
}
