/* CSS Document */
 
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700|Roboto:300,300i,400,400i,500');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700');

/* ---------------------------------- */


/*       GLOBAL STYLES       */


/* ---------------------------------- */

html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  /*font-family: 'Raleway', sans-serif;*/
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
hr {
  max-width: 50%;
  margin: 25px 0;
  border-width: 1px;
  border-color: #D4D4D4;
}
hr.light {
  border-color: white;
}

.mt30 { margin-top:30px !important;}
.mb20 { margin-bottom:20px !important;}
.m0 { margin: 0 !important;}
.p0 { padding: 0 !important;}
.blk-bg {
    background: #79cdd0 !important;
}
.color-bg {
    background: #79cdd0 !important;
    overflow: hidden;
    padding-bottom:30px; 
}

.home-logo {
    width: 400px;
  height: 400px;
  border-radius: 50%;
  line-height: 400px;
  text-align: center;
  background: #fff;
  margin: 60px auto;
  
}

.home-logo img {
    max-width: 100%;
    padding: 10px;
}

.partners {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-align: center;
}

a.skip {
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    top: 50px;
    right: 50px;
    text-decoration: none;
    display: block;
}


section#header {
    background-color: #fff;
}

.navbar {
    margin-top: 60px;
}

.navbar-brand {
    padding: 15px 5px;
}


ul.custom-nav {
    list-style: none;
    float: right;
    margin-top: 44px;
    margin-bottom: 0;
    padding: 0;
}

.custom-nav li {
    float: left;
}



section#main {
    margin-top: 6%;
}

.blk-bg .left-nav a {
    text-transform: uppercase;
    color: #333 !important;
	font-weight:200;
	font-size:15px;
    letter-spacing: 0.05em;
    padding: 7px 10px;
    display: block;
}

.blk-bg .article {
	color:#333;
	}

.left-nav ul {
    list-style: none;
    padding-left: 0;
    border-right: 1px #333 solid;
}

.left-nav li {
   /* padding: 7px 10px;*/
}

.left-nav li:hover {
    background-color: #5ec5bf;
}

.blk-bg .article {
    color: #333;
    /*border-left: 1px #333 solid;*/
   /* padding-left: 50px;*/
    margin-left: 30px;
	position:relative;
}

.article p { font-style: italic; line-height: 22px;}

.article h2 { color: #1c92a4;margin-top: 0;}

.article-text {
    font-size: 13px;
    line-height: 17px;
    margin-top: 10px;
}
ul.action {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.action li {
    /*float: left;
    margin-right: 10px;*/
}


span.white-arrow {
    position: absolute;
    left: -10px;
    top: 40%;
}
.new { position:relative;}
.new:after { content:""; background-image:url(../img/new-label-white.png); width:30px; height:30px; position:absolute; top: -4px; right: -34px;}
.white-bg .new:after {background-image:url(../img/new-label-blk.png) !important; }
.white-bg .left-nav li .active { position:relative; font-weight:bolder !important;}
.white-bg .left-nav li .active:before {content:""; background-image:url(../img/right-triange.png); width:25px; height:28px; position:absolute; top: -4px; left: -42px;}
.white-bg section#header {background-color: #f3f3f3; border-bottom: 3px #79cdd0 solid;}
.white-bg .left-nav a {
    text-transform: uppercase;
    color: #000;
	font-weight:200;
	font-size:16px;
    letter-spacing: 0.05em;
    padding: 7px 10px;
    display: block;
}
.white-bg .left-nav .active a {
    font-weight: 500 !important;
}

.white-bg .left-nav a:before { content: " ";
    display: inline-block;
    background: url('../img/bullet.png') no-repeat 0 0;
    width: 3px;
    height: 3px;
    padding: 3px 5px;
}

.white-bg .left-nav ul {
    list-style: none;
    padding-left: 30px;
    /*border-left: 1px #58585a solid;*/
    padding: 0;
	/*margin-bottom: 30px;*/
}
.white-bg section#main {
    margin-top: 5% !important;
    min-height: 450px;
    position: relative;
    padding-bottom: 20px;
}
.white-bg .article {
    /*border-bottom: 1px #ccc solid;*/
}
.white-bg .article img {
	max-width:100%;
}
.article-img {
	min-height:337px;
	position: relative;
}
.address {
    font-style: italic;
}

.article-img img {
    position: absolute;
    bottom: 0px;
}

.custom-nav li a {
    font-size: 18px;
    padding: 10px 10px;
    text-transform: uppercase;
    color: #222;
    font-weight: 400;
}

.custom-nav li a:hover {
    color: #666;
}
.custom-nav li a.active {
    font-weight: 500;
    color: #79cdd0;
}

.custom-nav li a.active:after {
    content: " ";
    display: block;
    background: url('../img/menu-active.png') no-repeat 0 0;
    width: 29px;
    height: 8px;
    margin: 0 auto -10px;
}

.blk-bg .left-nav a:before { content: " ";
    display: inline-block;
    background: url('../img/bullet.png') no-repeat 0 0;
    width: 3px;
    height: 3px;
    padding: 3px 5px;
}

.article h4 {
    color: #888;
    margin: 5px 0;
}

img.pub-logo {
    position: absolute;
    bottom: 0;
    right:5%;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { background-color: #1c92a4;}

@media (max-width: 767px) {
.home-logo {
  width: 300px;
  height: 300px;
  line-height: 300px;
}
a.skip {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.custom-nav li a {font-size: 13px;}
ul.custom-nav { float: none;}
.navbar { margin-top: 0;    }
img.pub-logo {position: relative; bottom: -20px;}

}

.white-bg .article.col-sm-3 {
    text-align: center;
}
