body {
    letter-spacing: -0.1px;
    background-color: ghostwhite;
}

img {
    max-width: 100%;
    height: auto;
}

.header-top-area {
    background: #C9C9C9;
    padding: 5px 0;
}

.header-top-area button {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.header-top-area button:hover {
    opacity: .5;
    filter: alpha(opacity=50);
}

.language-bar {
    float: right;
}

.language-bar button {
    font-family: 'WeblySleekUISemibold';
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    background: transparent;
    border: 0;
}

.language-bar .dropdown-menu {
    left: -9px;
    min-width: 70px;
    text-align: center;
}

.reset-buttons {
    float: right;
}

.reset-buttons button {
    border: 0;
    background: transparent;
    padding: 0;
}

.reset-buttons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.reset-buttons ul li {
    display: inline-block;
}

.reset-buttons ul li button {}

.body-color {
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

.body-color ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.body-color ul li {
    display: inline-block;
}

.body-color ul li button {
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    height: 23px;
    width: 23px;
    display: block;
    margin-left: 8px;
}

.body-color ul li button#color-1 {
    background: #75CB6D;
}

.body-color ul li button#color-2 {
    background: #908CCB;
}

.body-color ul li button#color-3 {
    background: #FB99DA;
}

.body-color ul li button:hover {}

.font-size {
    float: right;
    margin-top: -1px;
}

.font-size ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.font-size ul li {
    display: inline-block;
}

.font-size ul li button {
    display: block;
    border: 0;
    background: transparent;
    padding: 0;
    color: #000;
    font-size: 29px;
    font-family: 'WeblySleekUISemibold';
    line-height: 29px;
}

.font-size ul li button#font-1 {
    font-size: 20px;
    line-height: 21px;
}

.font-size ul li button#font-2 {
    font-size: 26px;
    line-height: 27px;
}

.font-size ul li button#font-3 {}

.font-size ul li button:hover {}

.white-bg {
    background: #fff;
}

.padding-bg {
    padding: 20px;
}

.header-area {
    position: relative;
}

.header {
    padding: 25px 0 20px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.header-left {
    overflow: hidden;
    margin-left: 20px;
}

.header-logo {
    float: left;
    margin-right: 40px;
    width: 190px;
}

.logo-top {
    overflow: hidden;
}

.logo-top img {
    display: inline-block;
    width: 88px;
}

.logo-right img{
    margin: 10px auto;
    padding-right: 15px;
}

.header-text h2 {
    font-family: 'WeblySleekUISemibold';
    color: #333333;
    font-size: 20px;
    margin: 0;
    font-weight: normal;
}

.header-text h3 {
    font-family: 'yorkville';
    color: #333333;
    font-size: 28px;
    line-height: 24px;
    margin: 0;
    font-weight: normal;
    text-shadow: 1px 0px 4px rgba(0, 0, 0, .27);
}

.header-right {}

.social-bookmark {
    position: relative;
    float: left;
    margin-right: 30px;
}

.social-bookmark:before {
    content: "";
    background: url(../images/border.png) no-repeat scroll 0 0 / 100% 100%;
    position: absolute;
    left: 45px;
    width: 2px;
    height: 190px;
    top: -30px;
}

.social-bookmark ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-bookmark ul li {
    display: block;
}

.social-bookmark ul li a {
    display: block;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.social-bookmark ul li a i {
    height: 33px;
    width: 33px;
    text-align: center;
    border-radius: 100%;
    font-size: 23px;
    padding: 6px;
    margin-bottom: 15px;
}

.social-bookmark ul li a i.fa-facebook {
    background: #3A589B;
}

.social-bookmark ul li a i.fa-twitter {
    background: #598DCA;
}

.social-bookmark ul li a i.fa-rss {
    background: #F8991D;
}

.social-bookmark ul li a:hover {
    opacity: .5;
    filter: alpha(opacity=50);
}

.header-right-text {
    float: left;
}

.header-right-text h2 {
    font-size: 21px;
    font-family: 'WeblySleekUISemibold';
    font-weight: 400;
    margin: 0 0 10px;
    letter-spacing: -0.1px;
}

.header-right-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-right-text ul li {
    display: block;
}

.header-right-text ul li a {
    font-family: 'WeblySleekUISemibold';
    display: inline-block;
    color: #414141;
    font-size: 15px;
    line-height: 21px;
}

.header-right-text ul li:last-child a {
    color: #a2a4a2;
}

.header-right-text ul li a:hover {}

.header-sliders {}

.header-slider {
    position: relative;
}

.header-slider-list {}

.single-header-slider {}

.single-header-slider img {
    width: 100%;
	height:221px;
}

.header-slider-title {
    position: absolute;
    bottom: -38px;
    width: 100%;
}

.header-slider-title ul {
    background: #E2E1E1;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    padding: 4px;
}

.header-slider-title ul li {
    display: block;
    float: left;
    width: 33.33%;
    text-align: center;
    position: relative;
}

.header-slider-title ul li:before {
    content: "";
    background: #D6D5D5;
    height: 100%;
    width: 4px;
    position: absolute;
    right: 0;
    top: 0;
}

.header-slider-title ul li:last-child:before {
    display: none;
}

.header-slider-title ul li a {
    font-size: 17px;
    color: #100f0f;
    font-family: 'WeblySleek UI Semilight';
}

.header-slider-title ul li.active a,
.header-slider-title ul li a:hover {
    font-family: 'WeblySleekUISemibold';
    color: #000;
    text-decoration: none;
}

.header-slider-title ul li a:focus {
    outline: 0;
    text-decoration: none;
}

.main-menu-area {
    margin-top: 28px;
}

.menu-box {
    background: #C9C9C9;
    padding: 5px 17px;
}

.main-menu {
    padding: 0;
}

.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu ul li {
    display: inline-block;
    text-align: center;
    position: relative;
}

.main-menu ul li a {
    font-family: 'WeblySleek UI Semilight';
    display: inline-block;
    color: #2e2d2d;
    font-size: 17px;
    margin-right: 20px;
    line-height: 35px;
}

.main-menu ul li a:hover {
    color: #1b1a1a;
    text-decoration: none;
}

.main-menu .dropdown-menu {
    min-width: 720px;
    border: 4px solid #C9C9C9;
    border-radius: 0;
    top: 35px;
    padding: 20px 20px 30px;
}

.main-menu .dropdown-menu li {
    display: block;
    text-align: left;
}

.single-mega-menu {}

.single-mega-menu h2 {
    font-size: 16px;
    font-family: 'WeblySleekUISemibold';
    margin: 0 0 10px;
}

.single-mega-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-mega-menu ul li {
    display: block;
    text-align: center;
}

.single-mega-menu ul li a {
    display: inline-block;
    font-family: 'WeblySleek UI Semilight';
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.single-mega-menu ul li a:hover {
    text-decoration: underline;
}

.search-box {
    width: 240px;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
}

.search-box input {}

.search-box input[type="text"] {
    font-family: 'WeblySleek UI Semilight';
    font-style: italic;
    color: #2c2c2c;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 20px;
    border: 0;
    float: left;
    width: 200px;
}

.search-box input[type="submit"] {
    display: block;
    text-indent: -9999px;
    background: #8F8E8E url(../images/search.png) no-repeat scroll center center;
    width: 40px;
    border: 0;
    height: 34px;
    float: right;
}

.slider-area {}

.slider-list {
    border: 2px solid #B8B8B8;
}

.single-slider {
    position: relative;
}

.slider-image {}

.slider-image img {
    width: 100%;
}

.slider-content {
    position: absolute;
    bottom: 120px;
    left: 110px;
    max-width: 630px;
}

.slider-content h3 {
    color: #000;
    font-family: 'WeblySleek UI Semilight';
    text-transform: uppercase;
    margin: 0;
}

.slider-content h2 {
    color: #E60D7D;
    text-transform: uppercase;
    font-family: 'WeblySleekUISemibold';
    margin: 0 0 10px;
}

.slider-content p {
    color: #000;
}

.slider-list .owl-controls {}

.slider-list .owl-controls .owl-nav {}

.slider-list .owl-controls .owl-nav div {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-list .owl-controls .owl-nav div:hover {
    opacity: .5;
    filter: alpha(opacity=50);
}

.slider-list .owl-controls .owl-nav div.owl-prev {
    left: 10px;
}

.slider-list .owl-controls .owl-nav div.owl-next {
    right: 10px;
}

.slider-list .owl-dots {
    position: absolute;
    left: 30px;
    bottom: 20px;
}

.slider-list .owl-dots .owl-dot {
    background: rgba(204, 204, 204, .59);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-right: 5px;
    display: inline-block;
}

.slider-list .owl-dots .owl-dot.active,
.slider-list .owl-dots .owl-dot:hover {
    background: rgba(204, 204, 204, 1);
}

.promo-area {}

.promo-list {
    padding-bottom: 15px;
    padding: 40px 0 0;
}

.promo {
    max-width: 870px;
    margin: auto;
}

.promo-list ul {
    margin: 0 -32.5px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.promo-list ul li {
    float: left;
    width: 25%;
    padding: 0 32.5px;
    display: block;
}

.promo-list ul li a {
    display: block;
    border: 2px solid #c6c7ca;
    width: 165px;
    height: 165px;
    border-radius: 100%;
    margin: 0 auto 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.promo-list ul li a:hover {
    text-decoration: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.sponsor-area {}

.sponsor-list {
    padding: 0 20px;
}

.sponsor-list h2,
.promo-link h2,
.resent-post h2,
.featured-post h2 {
    font-family: 'WeblySleekUISemibold';
    margin: 0 0 15px;
    color: #1b1a1a;
    font-size: 20px;
    text-transform: uppercase;
}

.sponsor-list h2 {
    /*border-top: 4px solid #e2e2e2;*/
    padding-top: 20px;
}

.sponsor-list ul {
    margin: 0 -2.5px;
    padding: 0;
    list-style: none;
}

.sponsor-list ul li {
    display: block;
    float: left;
    width: 20%;
    padding: 0 2.5px;
}

.sponsor-list ul li img {
    width: 100%;
}

.sponsor-list ul li a {}

.sponsor-list ul li a:hover {}

.single-event {
    margin-top: 25px;
	clear:both;
}

.event-icon {
    float: left;
    width: 135px;
    margin-right: 10px;
}

.event-text {
    float: left;
    margin-top: 30px;
}

.event-text a {
    font-family: 'MavenProRegular';
    letter-spacing: -0.5px;
    color: #e60d7d;
    font-size: 22px;
    line-height: 27px;
}

.single-event.two .event-text a {
    color: #7203a0;
}

.single-event.two{
	padding-top:40px;
}

.promo-link {
    padding-left: 10px;
    padding-right: 10px;
	border-left: 2px solid #e2e2e2;
}

.promo-link h2 {}

.promo-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 30px;
}

.promo-link ul li {
	float:left;
    display: block;
	height:80px;
	width:108px;
}

.promo-link ul li a {
    display: block;
    text-align: center;
    font-family: 'WeblySleek UI Semilight';
    color: #262524;
    font-size: 15px;
    padding: 2px 7px;
    position: relative;
}

.promo-link ul li a span {
    display: block;
}

.promo-link ul li a span.notification {
	background: #DD4B39;
	color: #fff;
	font-weight: 700;
	position: absolute;
	top: -6px;
	padding: 1px 7px;
	border-radius: 2px;
	right: 50%;
	font-size: 12px;
	margin-right: -20px;
}

.promo-link ul li a:hover {}

.horizontal-line{
	clear:both;
	margin:10px 0;
	border-bottom: 2px solid #e2e2e2;
}

.post-area {}

.resent-post {}

.resent-post h2 {
    margin-bottom: 35px;
}

.post-list {

}

.post-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.post-list ul li {
    display: block;
}

.post-list .owl-controls {}

.post-list .owl-controls .owl-nav {}

.post-list .owl-controls .owl-nav div {
    -webkit-transition: .4s;
    transition: .4s;
    display: inline-block;
    margin-right: 10px;
}

.post-list .owl-controls .owl-nav div:hover {
    opacity: .5;
    filter: alpha(opacity=50);
}

.single-post {
	height:255px;
}

.single-post h2 {
    font-family: 'WeblySleekUILight';
    color: #0d83f0;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.25px;
    margin: 0;
}

.single-post h2 a {
    color: #0d83f0;
}

.single-post p {
    font-family: 'WeblySleek UI Semilight';
    color: #666561;
    font-size: 16px;
}

.single-post p.description {
	height:175px;
	overflow-y:hidden;
}

.featured {
    overflow: hidden;
}

.featured-post {
    position: relative;
    float: left;
    width: 400px;
}

.featured-post img {
    width: 100%;
}

.featured-post h2 {
    margin-bottom: 25px;
}

.featured-content {
    position: absolute;
    padding: 7px;
    bottom: 0;
    left: 0;
    width: 100%;
	min-height:20px;
	background-color:#000;
	opacity:0.8;
}

.featured-content a {
    font-family: 'WeblySleek UI Semilight';
    color: #fff;
}

.featured-content a:hover {}

.tag-list {
    margin-top: 60px;
    float: left;
    width: 323px;
    text-align: center;
    padding: 0 18px;
}

.tag-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tag-list ul li {
    display: inline-block;
}

.tag-list ul li a {
    padding: 5px;
    color: #1d69c3;
    font-family: 'WeblySleek UI Semilight';
    font-size: 14px;
}

.tag-list ul li:nth-child(1) a {
    font-size: 23px;
}

.tag-list ul li:nth-child(2) a {
    font-size: 19px;
}

.tag-list ul li:nth-child(3) a {
    font-size: 17px;
}

.tag-list ul li:nth-child(4) a {
    font-size: 20px;
}

.tag-list ul li:nth-child(5) a {
    font-size: 13px;
}

.tag-list ul li:nth-child(6) a {
    font-size: 18px;
}

.tag-list ul li:nth-child(7) a {
    font-size: 17px;
}

.tag-list ul li:nth-child(8) a {
    font-size: 31px;
}

.tag-list ul li:nth-child(9) a {
    font-size: 17px;
}

.tag-list ul li:nth-child(10) a {
    font-size: 13px;
}

.tag-list ul li:nth-child(11) a {
    font-size: 27px;
}

.tag-list ul li:nth-child(12) a {
    font-size: 11px;
}

.tag-list ul li:nth-child(13) a {
    font-size: 13px;
}

.tag-list ul li:nth-child(14) a {
    font-size: 22px;
}

.tag-list ul li:nth-child(15) a {
    font-size: 19px;
}

.tag-list ul li a:hover {}

.clients-list {
    margin-top: 20px;
}

.clients-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clients-list ul li {
    display: inline-block;
    margin-right: 30px;
}

.clients-list ul li a {
    -webkit-transition: .4s;
    transition: .4s;
    display: block;
}

.clients-list ul li a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.footer-area {}

.footer {
    background: #8f8e8e;
    padding: 15px 25px 10px;
}

.footer-left {}

.footer-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-left ul li {
    display: block;
}

.footer-left ul li a {
    display: inline-block;
    font-family: 'WeblySleekUISemibold';
    color: #f1f1f1;
    font-size: 12px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.footer-left ul li a:hover {
    color: #2bbefb;
    text-decoration: none;
}

.footer-right {
    text-align: right;
}

.footer-right a{
    text-decoration:none;
	color:#fff;
}

.footer-right p {
    font-family: 'WeblySleekUISemibold';
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.25px;
    color: #fff;
}

.footer-right h3 {
    font-family: 'WeblySleekUISemibold';
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #fff;
    margin: 25px 0 0;
}

.copyright {
    margin-top: 20px;
}

.copyright h2 {
    color: #f1f1f1;
    font-size: 12px;
    margin-bottom: 5px;
    padding-bottom: 15px;
    position: relative;
}

.copyright h2:before {
    content: "";
    background: #fff;
    height: 1px;
    width: 80%;
    bottom: 0;
    left: 0;
    position: absolute;
}

.copyright p {
    color: #f1f1f1;
    font-size: 12px;
}

.bar-code {
    text-align: right;
    margin: 20px 0 0;
}

.navbar-toggle {
    float: left;
    padding: 9px 10px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    border: 1px solid #000;
}

.navbar-toggle .icon-bar {
    background: #000;
}

body.green {
    background: #75CB6D;
}

body.violate {
    background: #908CCB;
}

body.pink {
    background: #FB99DA;
}

body.colors {
    background: #000;
}

.red{
	color:red;
}

.clear{
	clear:both;
}

.content{
	padding: 10px;
}

.dateUpdated{
	padding: 0 15px;    
	margin: 10px 0 10px 0;	
}

.breadcrumb{
    font-size: 18px;
	margin-bottom: 10px;
}

.breadcrumb a, .breadcrumb_divider{	
	display:block;
	float:left;
	margin-right:5px;
}

.social_tools{
	width:300px;
	float:right;
	text-align:right;
}

.addthis_inline_share_toolbox{
	float:right;
	margin:2px 0 0 2px;
}

.nbos, .publication{
	margin-bottom:30px;
}

.thumbnail{
	margin-bottom:5px;
}

.caption{
	text-align:center;	
	overflow-y:hidden;
	height:45px;
}

/*
	Sidebar menu for sub page
*/
#sidebar {
    background-color: #f5f5f5;
    padding: 10px;
}

#sidebar a:hover, a:focus {
    color: #FFF;
    text-decoration: none;
}

/*#sidebar.nav{
	max-width: 200px;	
}*/

#sidebar.nav > li > a,
#sidebar.nav > li > a:link {
    
    color: #000;
}

#sidebar.nav > li > a:hover,
#sidebar.nav > li > a:focus {
    background-color: #8f8e8e;
	color:#fff;
}

#sidebar.nav-pills > li.active > a,
#sidebar.nav-pills > li.active > a:hover,
#sidebar.nav-pills > li.active > a:focus {
    color: #FFF;
    background-color: #8f8e8e;
}


/*
	Album carousel inside modal
*/
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	width:auto;
	height: 320px;
	margin: auto;
}

.polls{
	margin-bottom:20px;
}

.polls .thumbnail{
	height:250px;
	padding:10px;
}

.polls .buttons{
	padding-top:15px;
}

@media print {
  .header-top-area, .header-right, .header-sliders, .main-menu-area, .breadcrumb, .footer-area{
	  display:none;
  }
  
  .content{
	  margin-top:200px;
  }
}