html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
body {
    font: normal normal 14px 'Titillium Web', sans-serif;
	color: #444;
}
#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}
.wrapper,
.header .wrapper {
	margin: 0 auto;
	position: relative;
    width: 960px;
}
a:hover,
a:focus,
a:active {
  outline: 0;
}
/************************
		HEADER
*************************/
.header {
	background-color: rgba(0, 57, 83, 0.8);
    height: 95px;
    padding: 15px 0;
    position: relative;
    z-index: 1;
}
.header .navbar {
    margin-bottom: 0;
}
.header .navbar-inner {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-style: none;
    box-shadow: none;
    padding: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter: none;
}
.header .navbar-search {
    margin-top: 32px;
}
.header input[type="text"] {
	margin-bottom: 0;
}
.header .navbar .nav {
    margin: 28px 10px 0 97px;
}
@-moz-document url-prefix() { 
	.header .navbar .nav {
		margin-top: 18px;
	}
}
.header .navbar .nav > li {
	position: relative;
    text-align: center;
}
.header .navbar .nav > li > a {
    color: #fff;
    padding: 0 15px;
}
.header .navbar .nav > li > a:hover {
    color: #F8EF00;
}
.header .navbar .nav > .active > a,
.header .navbar .nav > .active > a:hover,
.header .navbar .nav > .active > a:focus {
	background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    color: #F8EF00;
}
.header .arrow {
	border-bottom: 20px solid #F1E901;
    border-left: 19px solid rgba(0, 0, 0, 0);
    border-right: 19px solid rgba(0, 0, 0, 0);
    bottom: -40px;
    content: "";
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -18px;
    position: absolute;
    vertical-align: bottom;
    width: 0;
}
/************************
		META
*************************/
.meta {
	background-color: #F1E901;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5) inset;
    padding: 15px 0;
}
.meta .title {
	color: #666;
    font-size: 200%;
    padding: 0 15px;
}
.meta .title.single {
    padding: 10px 15px;
}
.meta .text {
	color: #777;
	font-size: 128%;/*font-size 18px*/
}
/************************
		CONTENT
*************************/
.content-container .well,
#eventAccordion .accordion-group {
    background-color: #fff;
    border-color: #E6E6E6;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 0 #EAEAEA;
    margin-bottom: 15px;
    padding: 19px 29px;
}
.content-container .well:first-child,
#eventAccordion .accordion-group:first-child {
    margin-top: 15px;
}
#eventAccordion .accordion-group .accordion-inner,
.content-container .well p,
.content-carousel p,
.content-scroll p {
	line-height: 20px;
}
.content-container .well p,
.content-container .well ul,
.content-container .well .photo-info {
    margin-bottom: 20px;
}
.content-container .well *.info,
.content-carousel p,
.content-scroll p {
	margin-bottom: 10px;
}
.content-container .well ul {
    list-style: none outside none;
    margin-left: 10px;
}
.content-container .well p:last-child,
.content-container .well ul:last-child,
.content-container .well *.info:last-child,
.content-carousel p:last-child,
.content-scroll p:last-child {
	margin-bottom: 0;
}
.content-container .well ul > li {
	background: url(../images/list-icon.png) no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    padding: 0 0 10px 18px;
}
.content-container .well table,
.meta table {
    width: 100%;
}
.content-container .well table .center {
	padding: 0 40px;
    width: 55px;
}
.content-container .well table .center2,
.meta table .center2 {
	padding: 0 20px 0 15px;
    width: 30px;
}
.content-container .well table td table tr td {
	padding: 10px 0 20px;
}
.content-container .well table td table tr:last-child td,
.content-container .well ul > li:last-child {
	padding-bottom: 0;
}
.content-container .well table span,
.content-container span.date-time {
	display: block;
}
.content-container span.date-time {
	margin: 2px 0 20px;
}
.content-container .alert {
	background-color: #F1E901;
    border: 1px solid #FBEED5;
    border-radius: 3px;
    color: #666;
    font-size: 128%;
    padding: 19px 29px;
}
/************************
			ICON
*************************/
[class^="i-asics-"],
[class*=" i-asics-"] {
	background: url(../images/icon.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-style: none;
    display: inline-block;
    height: 9px;
    width: 9px;
}
.i-asics-leaf-r {
	background-position: 0px -29px;
}
.active .i-asics-leaf-l {
	background-position: 0px -58px;
}
.active .i-asics-leaf-r {
	background-position: 0px -87px;
}
.i-asics-leaf-cover {
	background-position: 0px -145px;
	height: 51px;
    width: 55px;
}
.i-asics-leaf-divider-v {
	background-position: 0px -216px;
	height: 93px;
    width: 30px;
}
.i-asics-release {
	background-position: 0px -329px;
	height: 28px;
    width: 31px;
}
.i-asics-leaf-divider-h {
	background-position: 0px -377px;
	height: 30px;
    width: 93px;
}
.i-asics-search {
	background-color: #F0E901;
    background-image: none;
    border-radius: 500px;
    height: 12px;
    line-height: 12px;
    width: 12px;
}
.thumb115x115,
.content-container .well table td.photo {
	height: 115px;
	width: 115px;
}
.thumb115x115 {
	background-clip: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
.radius {
	border-radius: 500px;
}
/************************
		HEADER
*************************/
h1 {
	color: #4D4D4D;
    font-size: 157%;/*font-size 22px*/
    font-weight: bold;
    margin-bottom: 5px;
}
h2 {
	border-bottom: 5px solid #F1E901;
    color: #27586D;
    font-size: 143%;/*font-size 20px*/
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
h2.title {
	border-bottom-style: none;
    font-weight: normal;
}
h2 > span {
	display: inline-block;
}
h2 > span,
h2 > i {
	margin: 0 5px;
    vertical-align: middle;
}
h3 {
	color: #4D4D4D;
    font-size: 114%;/*font-size 16px*/
    text-transform: uppercase;
}
h3.name {
    font-size: 157%;/*font-size 22px*/
    text-transform: capitalize;
}
h4 {
	color: #27586D;
    font-weight: bold;
}
h4.role {
	color: #4D4D4D;
}
h4.role,
.date-time {
	font-size: 107%;/*font-size 15px*/
}

h11 {
	color: #ffffff;
    font-size: 187%;/*font-size 22px*/
    font-weight: bold;
    margin-bottom: 5px;
	line-height:40px;
	padding-left:50px;
}

.content-inner {
	margin: 0 auto;
	width: 750px;
}
.content-carousel {
	margin-top: 30px;
}
.box-carousel .thumb-video .video,
.box-carousel .thumb-trending,
.box-carousel .thumb-video,
.box-carousel .thumb-data,
.box-carousel .title,
.meta-container .shadow,
.main-carousel .thumb100x245,
.thumb230x120,
#eventAccordion .accordion-inner .media .thumb100x1,
.content-carousel .thumb100x1,
.content-carousel .thumb100x2,
.content-banner .thumb100x2 {
    background-clip: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#eventAccordion .accordion-inner .media .thumb100x1,
.content-carousel .thumb100x1 {/*width 100% and height 450px*/
	height: 450px;
}
.content-carousel .thumb100x2,
.content-banner .thumb100x2 {/*width auto and height 175px*/
	height: 230px;
    margin-left: 20px;
    width: auto;
}
.content-banner .thumb100x2 {
    margin-left: 0;
}
.thumb230x120 {
	height: 120px;
}
#myCarouselOne .carousel-control {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    border-style: none;
    color: rgba(0, 0, 0, 0.59);
    height: 20px;
    left: 0;
    line-height: 20px;
    margin-top: 0;
    width: 20px;
}
#myCarouselOne .carousel-control.right {
    left: auto;
    right: 0;
}
#myCarouselOne .carousel-control:hover,
#myCarouselOne .carousel-control:focus {
    color: rgba(0, 0, 0, 0.99);
}
#myCarouselOne .carousel-control,
#myCarouselOne .carousel-control:hover,
#myCarouselOne .carousel-control:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
#myCarouselOne .item-inner {
	margin: 0 30px;
}
#myCarouselOne .item-inner .pull-left {
    width: 46%;
}
.content-banner .pull-left {
	border: 1px solid #f2f2f2;
    border-radius: 3px;
    margin-left: 10px;
    padding: 6px;
    text-align: center;
    width: 356px;
}
#myCarouselOne .item-inner .pull-left:first-child,
.content-banner .pull-left:first-child {
	margin-left: 0;
}
.content-scroll,
.content-banner {
	padding: 20px 0;
}
.custom-modal .close {
	left: auto;
    position: absolute;
    right: 6px;
    top: 0;
}
.modal.fade.in.custom-modal {
	position: absolute;
	top: 50%;
}
.divider-horizontal {
	background: url(../images/divider.png) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 19px;
    margin: 0 auto;
    width: 87px;
}
/*
	ACCORDION
*/
#eventAccordion .accordion-group {
	padding: 0;
}
#eventAccordion .accordion-toggle {
	font-family: "Roboto", Verdana, Geneva, sans-serif;
    font-size: 20px;
    position: relative;
    text-decoration: none;
}
#eventAccordion .accordion-inner {
    padding: 20px;
}
#eventAccordion .accordion-inner .title {
	border-bottom: 2px solid #f1e901;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 2px 4px;
    text-transform: uppercase;
}
#eventAccordion .accordion-inner .title2 {
	padding-top: 20px;
}
#eventAccordion .accordion-inner .well {
	background-color: transparent;
    border-style: none;
    box-shadow: none;
    margin: 20px 0;
    padding: 0;
}
#eventAccordion .accordion-inner .well:last-child {
	margin-bottom: 0;
}
#eventAccordion .accordion-inner .well p:not(:last-child),
#eventAccordion .accordion-inner .well .photo-info {
	margin-bottom: 10px;
}
#eventAccordion .accordion-inner .media {
	margin-bottom: 40px;
}
#eventAccordion .accordion-inner .media .content {
	width: 680px;
}
#eventAccordion .accordion-inner .media .caption {
	color: #000;
    display: block;
    line-height: 1.2;
    margin-top: 6px;
}
#eventAccordion .accordion-inner .media .caption2 {
	margin-top: 0;
}
#eventAccordion .accordion-inner .media .caption {
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#eventAccordion .accordion-inner .media ul {
	list-style: none outside none;
    margin: 0;
}
#eventAccordion .accordion-inner .media ul > li > a {
    border-bottom: 2px dotted #999;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 6px;
}
#eventAccordion .accordion-inner .media ul > li:last-child > a {
    border-bottom-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#eventAccordion .caret {
	border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid #4d4d4d;
    left: auto;
    position: absolute;
    right: 15px;
    top: 20px;
}
#eventAccordion .caret-up .caret {
    border-style: none solid solid;
    border-width: 6px;
}
.hp-modal-video.modal.fade.in {
    top: 50%;
}
.hp-modal-video.modal {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    box-shadow: none;
    height: 480px;
    margin-left: -426px;
    margin-top: -240px;
    width: 853px;
	background:url(../images/loading_large.gif) no-repeat center center rgba(0, 0, 0, 0); 
}
.hp-modal-video .modal-close {
	color: rgba(255, 255, 255, 0.75);
    float: right;
    font-size: 25px;
    font-weight: 600;
    left: auto;
    line-height: 15px;
    position: absolute;
    right: -12px;
    text-decoration: none;
    top: -18px;
}
.hp-modal-video .modal-close:hover {
    color: rgba(255, 255, 255, 1);
}
#mediaAccordion .accordion-group {
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 20px 30px;
}
#mediaAccordion .accordion-inner {
    border-top-style: none;
    padding: 0;
}
#mediaAccordion h2 {
    border-bottom: 2px solid #f1e901;
    margin-bottom: 10px;
    padding-bottom: 0;
}
/*
	MAIN - CAROUSEL
*/
.main-carousel {
	background-color: #f1e901;
    height: 285px;
    padding: 0;
}
.main-carousel .carousel,
.box-carousel .carousel {
    margin-bottom: 0;
}
.main-carousel .carousel-inner > .item {
    padding: 20px 0;
}
.main-carousel .carousel .content {
	margin: 0 auto;
	width: 960px;
}
.main-carousel .carousel .content > div {
	display: inline-block;
	vertical-align: middle;
}
.main-carousel .thumb-content {
	height: 245px;
	margin: 0 71px;
    width: 350px;
}
.main-carousel .thumb100x245 {
	height: 245px;
}
.main-carousel .thumb-caption {
	width: 310px;
}
.main-carousel .thumb-rating {
	width: 150px;
}
.main-carousel .thumb-caption > h1,
.main-carousel .thumb-rating > span {
	color: #2a4347;
	font-family: "Roboto",Verdana,Geneva,sans-serif;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.main-carousel .thumb-caption > p {
	font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}
.main-carousel .thumb-rating > h4 {
	color: #2a4347;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.main-carousel .thumb-rating > span {
	font-size: 54px;
    margin-bottom: 0;
}
.main-carousel .carousel-control {
    left: 60px;
	top: 50%;
}
.main-carousel .carousel-control.right {
    left: auto;
    right: 60px;
}
.meta-container .shadow,
.box-carousel .title {
	background-image: url(../images/bg.png);
    height: 44px;
}
.meta-container h1 {
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 10px;
}
.meta-container p {
	font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.box-carousel {
	background: none repeat scroll 0 0 #fff;
    float: left;
    height: 275px;
    margin: 10px 0 30px 15px;
    min-height: 200px;
    width: 310px;
}
.box-carousel:first-child {
	margin-left: 0;
}
.shadow-effect {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0) inset;
    position: relative;
}
.box-carousel .title {
	background-image: url(../images/bg-box.png);
    background-position: left top;
    left: 0;
    position: absolute;
    top: -9px;
    width: 149px;
}
.box-carousel .title > h1 {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 10px 4px 10px 23px;
    text-transform: uppercase;
}

.box-carousel .content {
	padding: 49px 15px 15px;
}
.box-carousel .thumb-trending {
	height: 100px;
}
.box-carousel .thumb-video {
	height: 150px;
}
.box-carousel .thumb-data {
	height: 100px;
}
.box-carousel .thumb-trending,
.box-carousel .thumb-video,
.box-carousel .thumb-data {
    background-position: center top;
	margin-bottom: 6px;
}
.box-carousel .content > p,
.box-carousel .content > span {
    line-height: 1.4;
    margin: 0;
}
.box-carousel .content > span {
	display: block;
    margin: 4px 0;
}
.box-carousel .content > h4,
.box-carousel .content > a {
	color: #444;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 6px;
}
.box-carousel .thumb-video .video {
	cursor: pointer;
    height: 23px;
    left: 50%;
    margin: -12px 0 0 -15px;
    position: absolute;
    top: 50%;
    width: 30px;
}
.box-carousel .carousel-control {
	visibility: hidden;
}
.box-carousel .navbar {
    margin-bottom: 0;
}
.box-carousel .navbar-inner {
	background-color: #5d5d5d;
    background-image: none;
    border-style: none;
    box-shadow: none;
    margin: 0 15px 10px;
    min-height: 30px;
    padding: 0;
}
.box-carousel .navbar .nav {
    margin: 0;
}
.box-carousel .navbar .nav,
.box-carousel .navbar .nav > li {
	float: none;
}
.box-carousel .navbar .nav > li > a {
    color: #fff;
    padding: 6px 15px;
}
.box-carousel .navbar .nav li.dropdown .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
	position: absolute;
    right: 15px;
    top: 7px;
}
.box-carousel .navbar .nav li.dropdown > a:hover,
.box-carousel .navbar .nav li.dropdown > a:focus {
	color: #999;
}
.box-carousel .navbar .nav li.dropdown > a:hover .caret,
.box-carousel .navbar .nav li.dropdown > a:focus .caret {
    border-bottom-color: #999;
    border-top-color: #999;
}
.box-carousel .navbar .nav li.dropdown.open > .dropdown-toggle,
.box-carousel .navbar .nav li.dropdown.active > .dropdown-toggle,
.box-carousel .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    border-radius: 2px;
}
.box-carousel .dropdown-menu {
    border-radius: 2px;
    bottom: 100%;
    left: -1px;
    margin: 0 0 1px;
    min-width: 160px;
    top: auto;
    width: 100%;
}
.box-carousel .navbar .nav > li > .dropdown-menu:before,
.box-carousel .navbar .nav > li > .dropdown-menu:after {
    border-style: none;

}

.media-container,
.media-container *,
.media-container *::before,
.media-container *::after {
	box-sizing: border-box;
}

.media-container > .pull-left {
	border-right: 1px solid #e5e5e5;
    padding-right: 15px;
    width: 700px;
}

.media-container > .pull-right {
	padding-left: 15px;
    width: 260px;
}

.media-container .media {
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
    padding-top: 15px;
}

.media-container .media:nth-of-type(1) {
    border-top-style: none;
	padding-top: 0;
}

.media-container .media .date {
	text-transform: capitalize;
}

.media-container .media .heading-1,
.media-container .sidebar .heading-1 {
	font-weight: 400;
    line-height: 1;
}

.media-container .sidebar .heading-1 {
	margin: 15px 0;
}

.media-container .accordion-group {
    border-color: #e5e5e5;
    border-radius: 0;
    border-style: none none solid;
    border-width: 1px;
    margin: 0;
}

.media-container .accordion-heading .accordion-toggle {
    font-size: 16px;
}

.media-container .accordion-heading .accordion-toggle,
.media-container .accordion-inner ul > li > a {
	color: #4d4d4d;
	text-decoration: none;
	text-transform: capitalize;
}

.media-container .accordion-heading .accordion-toggle:hover,
.media-container .accordion-heading .accordion-toggle.active,
.media-container .accordion-inner ul > li > a:hover,
.media-container .accordion-inner ul > li.active > a {
	color: #0088cc;
}

.media-container .accordion-inner ul {
	margin: 0 0 0 15px;
}

.media-container .accordion-inner ul > li {
	line-height: 1.6;
}

.media-container .accordion-inner ul > li > a {
	font-size: 14px;
}

.collapsed-month {
	display: none;
    padding-bottom: 15px;
}

.collapsed-month.open {
	display: block;
}
