body {
    background-color: #fff;
    font-size: 100%;
    font-family: "proxima-nova",sans-serif;
    max-width: 1920px;
    text-shadow: 0 0 1px rgba(0,0,0,0.2);
    background-color: #e7e7e5;
    overflow-x: hidden;
}

ul {
    list-style: none;
}

h3 {
    margin: 1.3em 0 0.5em;
    font-size: 2em;
}

p {
    margin: 1.3em 0;
}


#divContents{
    font-size:1.5em;
    line-height: 1.5em;
}

.navbar {
    background: url('../images/sprite.png') no-repeat -50px -50px;
    height: 90px;
    border-radius: 0;
    position: absolute;
    width: 100%;
    z-index: 1; /*to stay on top of others*/
}

.navbar .container{
    max-width:100%;
    width:100%;
    float:right;
}

.navbar-brand {
    height: 90px;
    width: 180px;
    position: absolute;
    left: 0;
}

.navbar ul{
    margin-left:220px;
}

.navbar ul li a.share {
    width: 120px;
    background-image: url('../images/sprite.png');
    height: 50px;
}

.navbar a.facebook {
    background-position: -40px -235px !important;
}

.navbar a.twitter {
    background-position: -40px -280px !important;
}

.navbar a.pinterest {
    background-position: -40px -318px !important;
}

.navbar input.txtSearch {
    border-radius: 0;
    width: 170px;
}

.navbar button[type="submit"] {
    background: url('../images/sprite.png') no-repeat -852px -1038px;
    border-radius: 0;
    border: none;
    width: 30px;
    height: 24px;
    margin-left: -4px;
    top: -1px;
    position: relative;
}

.ie .navbar input.txtSearch {
    height:23px;
}

.ie .navbar button[type="submit"] {
    position: relative;
    top:-3px;
    margin-left: -5px;
    height: 23px;
    position: relative;
    margin-top:4px;
}

.navbar .navbar-form {
    margin-top: 12px;
    display: none; /* hide for now */
}

header {
    position: relative;
    background-color: #000;
    z-index: 1;
}

header img {
    max-width: 100%;
    margin-top: 50px;
    width: 100%;
}

header .slogan{
    position: absolute;
    top: 60%;
    left: 8%;
    width:100%;
}

header .slogan span{
    display: inline-block;
    clear: both;
    background-color: #000;
    color: #fff;
    padding: 0 10px;
    margin: 5px;
    font-size: 3em;
}

.back{
    position: absolute;
    width: 183px;
    height: 30px;
    background-image: url('../images/sprite.png');
    background-repeat: no-repeat;
    z-index:1;
}

.back.up{
    top: 50px;
    right: 14px;
    background-position:-200px -1038px;
}

.back.down{
    bottom: 0;
    right: 130px;
    background-position: -500px -1038px;
}

a.articles {
    text-align: center;
    padding: 0.3em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font-size:1.3em;
}

.title-area .name {
    width: 220px;
}

section.inner-wrap {
    padding: 2em 2.5em;
    background-color: #e7e7e5;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

#bqMessage {
    padding: 5px;
    border: 0;
    box-sizing:border-box;
    margin-top:0;
    margin-bottom:0;
    font-size:1.3em;
}

.ie #bqMessage{
    margin-bottom:10px;
}

#bqMessage p {
    font-size: 1.2em;
    padding: 1em;
    margin: 0;
    color: #000;
    line-height: 1.8em;
    border:1px solid;
    border-left: 8px solid;
    background-color: #fff;
}

.menu {
    margin-bottom: 10px;
}

.menu ul {
    list-style: none;
    text-align: center;
}

.menu ul,
.menu li {
    margin: 0;
    padding: 0;
}

.menu li {
    padding-right: 15px;
    padding-bottom: 15px;
}

.menu li:last-child {
    padding-right: 0;
}

.menu li a {
    display: block;
    border-bottom: 0.3em solid;
    text-transform: uppercase;
    background-color: #f5f1f2;
    text-decoration: none;
    font-size:3.5em;
    line-height: 0.7em;
    padding: 0.3em;
}

.menu li a:hover {
    text-shadow: 0 1px rgba(0,0,0,0.2);
    border-color:#fff;
    color:#fff;
}

.menu li a.green:hover{background-color: #98c536;}
.menu li a.red:hover{background-color: #d72727;}
.menu li a.blue:hover{background-color: #0cbdef;}

.menu li a:first-line {
    font-size: 0.6em;
}

.box {
    text-align: center;
    padding: 0.3em;
    position: relative;
}

.menu a.green {
    border-color: #98c536;
    color: #98c536;
}

.menu a.red {
    border-color: #d72727;
    color: #d72727;
}

.menu a.blue {
    border-color: #0cbdef;
    color: #0cbdef;
}

.green-bd {
    border-color: #98c536 !important;
}

.red-bd {
    border-color: #d72727 !important;
}

.blue-bd {
    border-color: #0cbdef !important;
}

.green-bg {
    background-color: #98c536 !important;
}

.red-bg {
    background-color: #d72727 !important;
}

.blue-bg {
    background-color: #0cbdef !important;
}

.message {
    background-color: #fff;
    border-top: 10px solid;
    border-bottom: 10px solid;
    padding: 10px;
    margin: 10px 0 0 0;
    font-size: 1.4em;
    width: 200px;
    text-align: center;
}

a.achrRelatedArticles {
    width: 200px;
    height: 42px;
    line-height: 38px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
    margin-top: -42px;
    float: right;
    box-shadow: 0 -3px 3px rgba(0,0,0,0.2);
    color: #000;
    font-size:1.3em;
    font-weight: bold;
    border-top:5px solid;
}

.related-articles {
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0
    bottom:-225px;
    background-color: #fff;
    z-index:1;
}

.related-articles ul {
    padding: 10px;
    margin: 10px;
}

.related-articles li {
    font-family: arial;
    font-size: 15px;
    -webkit-transform: scale(0) rotateZ(-12deg);
    -webkit-transition: all .25s;
    background-color:#fefefe;
}

.related-articles img {
    outline: 5px solid #fff;
    box-shadow: 0 0 1px 5px rgba(0,0,0,0.3);
    max-width: 100%;
}

.related-articles figcaption {
    padding: 10px 0;
    color: #000;
    font-weight: bold;
    font-size: 0.8em;
}

.related-articles.open {
    bottom: 0;
    box-shadow:0px -5px 5px rgba(0,0,0,0.2);
}

.related-articles.open li {
    -webkit-transform: scale(1) rotateZ(0);
}

.related-articles ul.open li:nth-child(1) {
    -webkit-transition-delay: 200ms;
}

.related-articles ul.open li:nth-child(2) {
    -webkit-transition-delay: 400ms;
}

.related-articles ul.open li:nth-child(3) {
    -webkit-transition-delay: 600ms;
}

.related-articles ul.open li:nth-child(4) {
    -webkit-transition-delay: 800ms;
}

.related-articles ul.open li:nth-child(5) {
    -webkit-transition-delay: 1000ms;
}

.related-articles ul.open li:nth-child(6) {
    -webkit-transition-delay: 1200ms;
}

.hexagon {
    width: 160px;
    height: 120px;
    background: #98c536;
    position: relative;
    margin: 80px auto;
}

.hexagon:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
}

.hexagon:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
}

.hexagon.green:before {
    border-bottom: 50px solid #98c536;
}

.hexagon.green:after {
    border-top: 50px solid #98c536;
}

.hexagon.red:before {
    border-bottom: 50px solid #d72727;
}

.hexagon.red:after {
    border-top: 50px solid #d72727;
}

.hexagon.blue:before {
    border-bottom: 50px solid #0cbdef;
}

.hexagon.blue:after {
    border-top: 50px solid #0cbdef;
}

.hexagon .carousel-wrap {
    position: relative;
    margin: 0 auto;
    top: -20px;
    width: 140px;
    overflow: hidden;
}

.hexagon ul {
    padding: 0;
    width: 1000px;
    overflow: hidden;
}

.hexagon ul li {
    float: left;
    text-align: center;
    width: 140px;
    height: 150px;
}

.hexagon ul li img {
    vertical-align: top;
}

.hexagon ul li a{
    font-weight: bold;
    color:#fff;
    text-shadow:0 1px 1px rgba(0,0,0,0.4);
}

.hexagon .carousel-nav {
    position: absolute;
    z-index: 1;
    bottom: -25px;
    text-align: center;
    width: 100%;
    height: 20px;
}

.hexagon .carousel-nav a {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #270b07;
    margin: 5px;
    border-radius: 100px;
}

.hexagon .carousel-nav a.active {
    background-color: #fff;
}


header a.img-circle {
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -40px;
    margin-bottom: -40px;
    background-image: url('../images/sprite.png');
    background-repeat: no-repeat;
    background-position: -330px -826px;
    z-index: 0;
    border: 8px solid #e7e7e5;
}

.fixedFloat {
    top: 0;
    position: fixed;
}

.circle-image {
    width: 15em;
    height: 15em;
    border-radius: 500px;
    background: url('../images/green-3.jpg') no-repeat -45px -20px;
}

 a.articles {
    position: relative;
    padding: 0;
}

a.articles.col-lg-3:before {
    content: '';
    display: block;
    padding-top: 140%;
}

a.articles.col-lg-6:before {
    content: '';
    display: block;
    padding-top: 70%;
}

a.articles div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-right: 15px;
    margin-bottom: 15px;
    margin: 0 7px 15px;
}

a.articles .content {
    z-index: -1;
    border: none;
}

a.articles .content .table {
    display: table;
    height: 100%;
    margin: 0 !important;
    padding: 0;
}

a.articles .content .table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 10px;
    height: 50%;
    color: #fff;
}

a.articles .content {
    color: #000;
    font-weight: bold;
}

a.articles .img {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.img-headset {
	background-image: url('../images/sprite.png');
	background-repeat: no-repeat;
	background-position: -834px -539px;
}

/*use id try to overwrite the speaker bg*/
#img-headset {
	background-image: url('../images/sprite.png');
	background-repeat: no-repeat;
	background-position: -834px -539px;
}

.img-speaker-white{
    background-image: url('../images/sprite.png');
    background-repeat: no-repeat;
    background-position: -336px -840px;
}

.img-sb-white {
background-image: url('../images/sprite.png');
background-repeat: no-repeat;
background-position: -337px -530px;
}

/*use id try to overwrite the speaker bg*/
#img-sb-white {
background-image: url('../images/sprite.png');
background-repeat: no-repeat;
background-position: -337px -530px;
}

a.articles .image img{
    width:100%;
    height:100%;
}

a.articles:hover .content {
    z-index: 1;
}

a.articles:hover .image {
    opacity: 0;
}

.flex-video {
    position: relative;
    padding-top: 1.5625em;
    padding-bottom: 67.5%;
    height: 0;
    margin-top: 2em;
    margin-bottom: 2em;
    overflow: hidden;
}

.flex-video.widescreen {
    padding-bottom: 57.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.figureImg {
    margin: 2em 0;
}

.pager{
    height:60px;
    position: fixed;
    display: block;
    top:0;
    z-index: 3;
    top:50%;
    margin-top:-25px;
    color:#fff;
    line-height: 60px;
    overflow: hidden;
    font-size:1.3em;
}

.pager span{
    display: block;
    float:left;
    height: 62px;
    margin:0;
    border: none;
}

.pager span.arrow{
    width:60px;
    background:url('../images/sprite.png');
    background-repeat: no-repeat;
}

.pager span.title{
    background-color:#000;
    color:#fff;
    padding:0 10px;
    height: 60px;
    display: none;
    opacity: 0.8;
}

.pager.prev span.arrow{
    background-position: -51px -1195px;
}

.pager:hover{
    width:auto;
}

.pager:hover span.title{
    width:auto;
    display: block;
}

.pager.next{
    right:0;
}

.pager.next span.arrow{
    background-position: -52px -1038px;
}

.excerpt{
    padding:10px;
    border-top:1px solid #b3b3b3;
    border-bottom:1px solid #b3b3b3;
    margin-top:30px;
    margin-bottom:30px;
    font-size:2.2em;
    text-align: center;
    color:#333;
    line-height: 1.6em;
    font-family: georgia;
}

@media screen and (max-width : 1000px)) {

    body {
        /*font-size: small;*/
    }

    .menu li {
        padding: 5px !important;
    }

    a.articles div {
        margin: 10px !important;
    }

}

@media screen and (max-width : 320px) {

    input[type="search"] {
        width: 150px !important;
    }

    .slogan{
        left:0 !important;
        top:0% !important;
    }
	
	.menu li{
		padding-right:0px;
	}
}

@media screen and (max-width : 768px) {

    .navbar {
        height: 50px;
        padding: 0;
        background:none;
    }

    .navbar .container{
        margin:0;
    }

    .navbar-brand {
        height: 50px;
        width: 100px;
        background: url('../images/sprite.png') no-repeat -45px -425px;
        visibility: visible;
        margin: 0;
    }

    .navbar .container {
        background: #000;
    }

    .navbar ul{
        margin-left: 0;
        margin-top: 50px;
    }

    .navbar ul li a {
        border-bottom: 1px solid #3b3b3b;
    }

    .navbar ul li a.share {
        width: 100%;
    }

    .navbar form {
        float: left;
        margin: 0 10px 10px !important;
    }

    a.achrRelatedArticles {
        position: fixed;
        left: 50%;
        margin-left: -100px;
    }

    .message{
        width:auto;
    }

    .slogan{
        font-size:1em;
        top:50% !important;
    }
	
	.menu li{
		padding-right:0px;
	}
}

@media screen and (min-width: 768px) and (max-width:992px){
    .col-push-6{
        left:0;
    }

    .col-pull-3{
        right:0;
    }

    .message{
        width:auto;
    }
}

footer{
    background-color:#f9f9f9;
    border-top:1px solid #ddd;
    line-height:70px;
    text-align:center;
    font-size:12px;
}