
/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
   - header 1,
   - header 2,
   - header 3,
   - header 4,
   - header 5
 4.General
 5.Home - default
   - heading-news section
   - basis-news section
   - features-today section
   - block wrapper section
   - feautre video style
   - latest articles style
   - pagination style
 6.Home2
   - heading news style
 7.Home4
 8.Home5
 9.Sidebar style
 10.News Posts style
   - news post general style
   - image-post style
   - post-tags list style
   - standard post style
   - standard post2 style
   - image post2 style
   - list posts style
   - image post3 style
   - article post style
   - large post style
   - list post style
   - very large post style
   - Banner quote post
 11.Single post pages
 12.contact page
 13.404 error page
 14.Autor list page
 15.Forum pages
 16.Log in popup
 17.Comming-soon-page
 18.Footer
 19.Responsive Part
-------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
body {
   color: #444;
    background: #f1f2f7;
    font-family: 'Open Sans',sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 16px !important;
    text-rendering: optimizeLegibility;
background-image:url("../Images/ring-alt.gif");
background-size:150px 150px;
 background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 160px;
   
}
.loadingWheel
{
   background-image: url(../Images/ring-alt.gif);
    background-size: 150px 150px;
    background-repeat: no-repeat;
    
    background-color: #fff;
    background-position: center 100px;
  
}
.animsition
{
 

}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:    1.0
date:       07/27/11
author:     themepunch
email:      support@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}
/*********************************************
    -   SETTINGS FOR BANNER CONTAINERS  -
**********************************************/
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
/* header 1 */
header {
  position: relative;
  z-index: 99999 !important;
}
.nav-list-container {
  width: 100%;
 
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: relative;
}
header.active .nav-list-container {
  position: fixed;
  top: 0;
  left: 0;
  background: #fafafa;
}
.navbar-default {
  background: #2456a6;
     
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}
.navbar-default .advertisement .desktop-advert {
  max-width: 728px;
}
.navbar-default .advertisement .tablet-advert {
  max-width: 468px;
}
.top-line {
  padding: 7px 0 9px;
  background: #193048;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.top-line ul.top-line-list {
  margin: 0;
  padding: 0;
}
.top-line ul.top-line-list li {
  display: inline-block;
  margin-right: 18px;
}
.top-line ul.top-line-list li span,
.top-line ul.top-line-list li a {
  display: inline-block;
  color: #b3d4f1;
  font-size: 11px;
   font-family: 'Open Sans',sans-serif !important;
  margin: 0;
  line-height: 15px;
  font-weight:900;
}
.top-line ul.top-line-list li svg {
  margin: -5px 2px -2px 4px;
}
.top-line ul.top-line-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.top-line ul.top-line-list li a:hover {
  color: #ffffff;
  font-weight:900;
}
.top-line ul.top-line-list li:before {
  content: '';
  width: 0;
  height: 15px;
  border-left: 1px solid #0096d5;
  margin-right: 20px;
}
.top-line ul.top-line-list li:first-child:before {
  display: none;
  margin-right: 0;
}
.top-line ul.top-line-list li:last-child {
  margin-right: 0;
}
.top-line ul.social-icons {
  margin: 0;
  padding: 0;
  text-align: right;
  margin-top: 2px;
}
.top-line ul.social-icons li {
  display: inline-block;
}
.top-line ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 14px;
  color: #666666;
  width: 18px;
  height: 18px;
  line-height: 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  background: transparent;
}
.top-line ul.social-icons li a:hover {
  color: #ffffff;
  background: #f44336;
}
.navbar-basis {
  display: inline-block;
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 15px;
 font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin: 0;
  color: #222222 !important;
  font-size: 26px;
  text-transform: capitalize;
  padding: 20px 20px 20px 20px;
  letter-spacing: 2.5px;
  border: none;
}
.navbar-basis span {
  color: #f44336 !important;
}
.navbar-basis img {
    max-width: 70px !important;
    position: absolute;
    top: 3px;
    z-index: 500;
}
.navbar-collapse-basis {
  margin-top: -10px;
    width: 620px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
.container-basis
{
	width: 100% !important;
    height: 5px !important;

}
.title-basis {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    float: right;
    font-size: 16px;
    padding-top: 15px;
    padding-right: 40px;
    text-align: center;
    background-color: transparent;
    margin-right: -15px;
    padding-left: 35px;
    padding-bottom: 16px;

}
.search-link
{
    color: #006621;
    font-size: 14px;
    font-weight: 600;
}
.search-result
{
margin-bottom:40px;
}
#searchomb .col-md-8
{
padding-left:0px;
padding-right:0px;
width:100% !important;
}
#searchomb .col-md-10
{
width:50%;
padding-left:0px;
float:left;
}
#searchomb .col-md-2
{
width:50%;
text-align: right;
float:right;
}
#searchomb p {
    font-size: 14px;
    color: #666;
    font-family: 'Open Sans',sans-serif !important;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 10px;
    margin: 0px;
}
#searchomb b {
    font-weight: 900;
    background-color: #ffffc9;
}
#searchomb br {
display:none;
}
.search-result h3
{
font-size:20px;
font-weight:500;
margin-top: 5px;
    margin-bottom: 5px;
}
.search-result h3 a
{
color:#214f96;
text-decoration:none;
 transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.search-result h3 a:hover
{
text-decoration:none;
background-color: #214f96;
color: #fff;
padding:5px;
border-radius:5px;
}
#searchCount
{
font-weight:900;
margin-top:10px;
margin-bottom:10px;
}
.listrefinement
{
margin-bottom:20px;
}
.refinement {
    color: #214f96;
    font-weight: 900;
    cursor: pointer;
display:inline-block;
margin-right:10px;
 transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.refinement:hover
{
background-color: #214f96;
color: #fff;
padding:10px;
}
.selectedrefinement
{
background-color: #214f96;
color: #fff;
padding:10px;
}
.searchDIV
{
    max-width:50em;
    margin-left:auto;
    margin-right:auto;
}
.search-basis
{
	
	  
	    padding-bottom:50px;
	  
}
.search-basis-center
{
    width:80%;
   margin-left:auto;
   margin-right:auto;
   
}
 #searchboxomb
    {
        margin-top:20px;
        margin-bottom:20px;
    }
    #searchboxomb .input-group
    {
        width:80%;
        margin-left:auto;
        margin-right:auto;
    }
     #searchboxomb input
    {
        border-top-left-radius:50px;
        border-bottom-left-radius:50px;
        height: 40px;
            padding-left: 25px;
    font-weight: 900;
}
 select#sortby {
    margin-left: 5px;
}
     #searchboxomb #btnSearchBox
    {
       border-top-right-radius:50px;
        border-bottom-right-radius:50px;
            font-weight: 900;
            height:40px;
    }
    #searchomb #txtSearchTerm
    {
         border-top-left-radius:50px;
        border-bottom-left-radius:50px;
         height: 40px;
            padding-left: 25px;
    font-weight: 900;
    }
    #searchomb .input-group {
    margin-bottom: 50px;
        margin-top: 20px;
}
    #searchomb #btnSearch
    {
             width: 80px;
         border-top-right-radius:50px;
        border-bottom-right-radius:50px;
            font-weight: 900;
            height: 40px;
    }
.search-basis input
{
	width: 70%;
    float:left;
    margin-left:auto;
	}
	
.search-basis button
{
	height: 35px;
    width: 35px;
    margin-left:5px;
     float:left;
}
.logo-basis {
  /*background: #009d65; -- cip*/
  background: #2456a6;
}
.logo-basis .desktop-advert,
.logo-basis .tablet-advert {
  float: right;
}
.logo-basis .advertisement span {
  color: #666666;
}

.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li {
  margin-right: 1px;
  position: inherit;
}
.navbar-nav > li > a {
  color: #fff !important;
  font-size: 16px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 20px 30px 20px 12px;
  position: relative;
  z-index: 2;
}
.navbar-nav > li > a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  top: 0;
  left: 0;
  z-index: -1;
  background: #f44336;
}
.navbar-nav > li > a:after {
  content: '\f13a';
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #fff;
  top: 19px;
  right: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a.home {
  padding-left: 20px;
  padding-right: 30px;
}
.navbar-nav > li > a.reference:before {
  background: #33a3f1;
}
.navbar-nav li.drop ul.referenceDrop {
    border-top: 3px solid #33a3f1 !important;
}
.navbar-nav > li > a.departments:before {
  background: #d9b00b;
}
.navbar-nav li.drop ul.departmentsDrop {
    border-top: 3px solid #d9b00b !important;
}

.navbar-nav > li > a.travel:before {
  background: #f58021;
}
.navbar-nav > li > a.search:before {
  background: #2d794b;
}
.navbar-nav > li > a.fashion:before {
  background: #aa35d6;
}
.navbar-nav > li > a.video:before {
  background: #d6ac1b;
}
.navbar-nav > li > a.sport:before {
  background: #4c60f6;
}
.navbar-nav > li > a.food:before {
  background: #32b47b;
}
.navbar-nav > li > a.features:before {
  background: #ab632e;
}
.navbar-nav > li:hover > a,
.navbar-nav > li > a.active {
  color: #ffffff !important;
}
.navbar-nav > li:hover > a:before,
.navbar-nav > li > a.active:before {
  height: 100%;
}
.navbar-nav > li:hover > a:after,
.navbar-nav > li > a.active:after {
  color: #ffffff;
}
.navbar-nav li.drop {
  position: relative;
}
.navbar-nav li.drop ul.dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  background: #ffffff;
  border:1px solid #e8e8e8;
  border-top: 3px solid #f44336;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow:3px 3px 8px #222;
}
.navbar-nav li.drop ul.dropdown li {
  display: block;
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav li.drop ul.dropdown li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #666;
  font-size: 14px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 400;
 
  padding: 15px 20px;
  background: #ffffff;
}
.navbar-nav li.drop ul.dropdown li a:hover {
  color: #222222;
  background: #e8e8e8;
}
.navbar-nav li.drop ul.dropdown li ul.dropdown.level2 {
  top: 0;
  left: 100%;
  border: none;
  border-left: 1px solid #f4f4f4;
}
.navbar-nav li.drop ul.dropdown li:last-child {
  border-bottom: none;
}
.navbar-nav li.drop ul.dropdown li.drop > a:after {
  content: '\f105';
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #666666;
  top: 15px;
  right: 12px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav li.drop ul.dropdown.features-dropdown {
  border-top: 3px solid #ab632e;
}
.navbar-nav li.drop:hover > ul.dropdown {
  opacity: 1;
  visibility: visible;
}
.navbar-nav .megadropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav .megadropdown .inner-megadropdown {
  background: #fff;
  border-top: 3px solid #f44336;
  margin-top: 66px;
  overflow: hidden;
  position: relative;
      border: 1px solid #e8e8e8;
    box-shadow: 3px 3px 8px #222;
}
.navbar-nav .megadropdown .inner-megadropdown .filter-block {
  float: left;
  width: 220px;
  text-align: right;
  height: 100%;
}
.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  display: block;
}
.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts li {
  display: block;
}
.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #999999;
  font-size: 11px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 20px;
  background: #fafafa;
  border-bottom: 1px solid #f2f2f2;
}
.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .inner-megadropdown .filter-block ul.filter-posts li a.active {
  color: #33a3f1;
  background: #fff;
}
.navbar-nav .megadropdown .inner-megadropdown .filter-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 100%;
  background: #fafafa;
}
.navbar-nav .megadropdown .inner-megadropdown .posts-filtered-block {
  width: 920px;
  float: right;
}
.navbar-nav .megadropdown .inner-megadropdown .posts-filtered-block > .owl-wrapper {
  padding: 20px;
}
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts {
  margin: 0;
  padding: 0;
  margin-bottom: 17px;
}
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li {
  display: inline-block;
  margin-right: 2px;
}
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 10px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 10px;
  background: transparent;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a:hover,
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a.active {
  color: #222222;
  background: #f5d76e;
  border: 1px solid #f5d76e;
}
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a:hover:after,
.navbar-nav .megadropdown .inner-megadropdown ul.horizontal-filter-posts li a.active:after {
  border-top-color: #f5d76e;
}
.navbar-nav .megadropdown .inner-megadropdown .owl-wrapper h1 {
  color: #222222;
  font-size: 15px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-size: 13px;
}
.navbar-nav .megadropdown .inner-megadropdown .owl-wrapper .news-post.item {
  margin: 0 10px;
}
.navbar-nav .megadropdown .inner-megadropdown .owl-wrapper .owl-carousel {
  margin-left: -10px;
  margin-right: -10px;
}
.navbar-nav .megadropdown .inner-megadropdown .owl-wrapper .owl-theme .owl-controls {
  margin-top: -37px;
  margin-right: 7px;
}
.navbar-nav .megadropdown .inner-megadropdown > .owl-wrapper {
  padding: 20px 20px 25px;
}
.navbar-nav .megadropdown .world-dropdown {
  border-top: 3px solid #33a3f1;
}
.navbar-nav .megadropdown .world-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .world-dropdown .filter-block ul.filter-posts li a.active {
  color: #33a3f1;
}
.navbar-nav .megadropdown .travel-dropdown {
  border-top: 3px solid #f58021;
}
.navbar-nav .megadropdown .travel-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .travel-dropdown .filter-block ul.filter-posts li a.active {
  color: #f58021;
}
.navbar-nav .megadropdown .search-dropdown {
  border-top: 3px solid #2d794b;
}
.navbar-nav .megadropdown .search-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .search-dropdown .filter-block ul.filter-posts li a.active {
  color: #74b430;
}
.navbar-nav .megadropdown .fashion-dropdown {
  border-top: 3px solid #aa35d6;
}
.navbar-nav .megadropdown .fashion-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .fashion-dropdown .filter-block ul.filter-posts li a.active {
  color: #aa35d6;
}
.navbar-nav .megadropdown .video-dropdown {
  border-top: 3px solid #d6ac1b;
}
.navbar-nav .megadropdown .video-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .video-dropdown .filter-block ul.filter-posts li a.active {
  color: #d6ac1b;
}
.navbar-nav .megadropdown .food-dropdown {
  border-top: 3px solid #32b47b;
}
.navbar-nav .megadropdown .food-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .food-dropdown .filter-block ul.filter-posts li a.active {
  color: #32b47b;
}
.navbar-nav .megadropdown .features-dropdown {
  border-top: 3px solid #ab632e;
}
.navbar-nav .megadropdown .features-dropdown .filter-block ul.filter-posts li a:hover,
.navbar-nav .megadropdown .features-dropdown .filter-block ul.filter-posts li a.active {
  color: #ab632e;
}
.navbar-nav li:hover .megadropdown {
  visibility: visible;
  opacity: 1;
}
.navbar-form {
  margin: 10px 0;
  padding: 0;
  position: relative;
}
.navbar-form input[type="text"] {
  border: 1px solid #eeeeee;
  padding: 10px;
  color: #999999;
  font-size: 11px;
   font-family: 'Open Sans',sans-serif !important;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  width: 200px;
  margin: 0 !important;
}
.navbar-form button {
  background: transparent;
  border: none;
  position: absolute;
  top: 10px;
  right: 13px;
  padding: 0;
  font-size: 13px;
  color: #666666;
}
/*header 2 */
header.second-style .top-line {
  background: #ffffff;
  border-bottom: 1px dotted #c6c6c6;
}
header.second-style .top-line ul.top-line-list li a:hover {
  color: #222222;
}
header.second-style .logo-basis {
  background: #ffffff;
}
header.second-style .nav-list-container {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+1,262626+100 */
  background: #333333;
  /* Old browsers */
  background: -moz-linear-gradient(top, #333333 1%, #262626 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #333333 1%, #262626 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #333333 1%, #262626 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#262626', GradientType=0);
  /* IE6-9 */
  border-bottom: 1px solid #202020;
}
header.second-style .navbar-nav > li > a {
  color: #ffffff !important;
}
header.second-style .navbar-nav > li > a:after {
  color: #7b7b7b;
}
header.second-style .navbar-nav > li:hover > a:after,
header.second-style .navbar-nav > li > a.active:after {
  color: #fff;
}
header.second-style .navbar-form input[type="text"] {
  background: #222222;
  border: 1px solid #333333;
}
header.second-style .navbar-form button {
  color: #ffffff;
}
/*header 3, header 4 */
header.third-style .navbar-basis {
  padding: 15px 0px;
}
header.third-style .navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
header.third-style .navbar-nav > li > a:after {
  top: 16px;
}
header.third-style .list-line-posts {
  background: #222222;
}
header.third-style .list-line-posts .owl-wrapper {
  padding-left: 0;
  padding-right: 0;
}
header.third-style .list-line-posts .owl-wrapper .owl-carousel {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
header.third-style .list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev,
header.third-style .list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
  border-color: #444444;
  background: #333333;
  color: #999999;
}
header.third-style .list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
header.third-style .list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  border-color: #f44336;
  background: #f44336;
  color: #ffffff;
}
header.third-style .list-line-posts .owl-wrapper .owl-theme .owl-controls .owl-buttons div.owl-next {
  margin-right: -20px;
}
header.third-style .list-line-posts div.list-post {
  background: #333333;
  padding: 0px;
  margin: 0 15px;
  box-shadow: 0 0 10px #1a1a1a;
  -webkit-box-shadow: 0 0 10px #1a1a1a;
  -moz-box-shadow: 0 0 10px #1a1a1a;
  -o-box-shadow: 0 0 10px #1a1a1a;
}
header.third-style .list-line-posts div.list-post .post-content {
  padding: 8px 10px 8px 0;
}
header.third-style .list-line-posts div.list-post .post-content h2 {
  line-height: 18px;
  margin-bottom: 1px;
}
header.third-style .list-line-posts div.list-post .post-content h2 a {
  color: #ffffff;
}
header.third-style .list-line-posts div.list-post .post-content h2 a:hover {
  opacity: 0.7;
}
header.third-style .nav-list-container ul.navbar-right {
  padding-right: 15px;
}
/* header 5 */
header.fifth-style .logo-basis {
  background: #ffffff;
}
header.fifth-style .navbar-header {
  text-align: center;
  float: none;
}
header.fifth-style .navbar-header a.navbar-basis {
  display: inline-block;
  float: none;
  padding: 40px 0 20px;
}
/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
body.boxed {
  background: url('../Images/pattern.png');
}
body.boxed #container {
  max-width: 1260px;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#container {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#container.active {
  opacity: 1;
}
p {
  font-size: 16px;
  color: #000;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 400;
      line-height: 1.5;
  margin: 0 0 10px;
  color: #58585b;
    font-size: 16px;
    line-height: 2;
}
.title-section {
  margin-bottom: 20px;
}
.title-section h1 {
  color: #222222;
  font-size: 22px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin-bottom: -1px;
}
.title-section h1 span {
  display: inline-block;
  padding-bottom: 16px;
  padding-right: 5px;
  border-bottom: 1px solid #33a3f1;
}
.title-section h1 span.world {
  border-bottom: 1px solid #33a3f1;
}
.title-section h1 span.fashion {
  border-bottom: 1px solid #aa35d6;
}
.title-section h1 span.travel {
  border-bottom: 1px solid #f58021;
}
.title-section h1 span.sport {
  border-bottom: 1px solid #4c60f6;
}
.title-section h1 span.food {
  border-bottom: 1px solid #32b47b;
}
.title-section .arrow-box {
  float: right;
  text-align: right;
}
.title-section .arrow-box a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 11px;
  color: #999999;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  background: transparent;
  border: 1px solid #cccccc;
  margin-left: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.title-section .arrow-box a:hover {
  color: #ffffff;
  background: #f44336;
  border: 1px solid #f44336;
}
.title-section.white {
  border-bottom: 1px solid #444444;
}
.title-section.white h1 {
  color: #ffffff;
}
.title-section.white .arrow-box a {
  color: #666666;
  border: 1px solid #666666;
}
.title-section.white .arrow-box a:hover {
  color: #ffffff;
  border: 1px solid #f44336;
}
.homeBig
{
	font-size:90px;
	padding-right:15px;
	float:left;
}
.homeBlock
{
	padding:10px;
}
.homeBlock a.category-post {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 16px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
  background: #f44336;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
    border-radius: 7px;
    padding: 10px;
}
.homeBlock a.category-post:hover {
  opacity: 0.7;
}

.homeBlock a {
  font-size:16px;
  color:#333;
}

.homeBlock a:hover {
 text-decoration:none;
}


a.category-post {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 11px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 10px;
  background: #f44336;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

a.category-post.budgetOverview {
  background: #263e59;
}
a.category-post.sport {
  background: #4c60f6;
}
a.category-post.world {
  background: #33a3f1;
}
a.category-post.fashion {
  background: #aa35d6;
}
a.category-post.tech {
  background: #74b430;
}
a.category-post.food {
  background: #32b47b;
}
a.category-post.video {
  background: #d6ac1b;
}
.shadow-white {
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
}
/*-------------------------------------------------*/
/* =  home - default
/*-------------------------------------------------*/
/*heading-news section*/
section.heading-news {
  padding-top: 0px;
}
section.heading-news .heading-news-box .image-post {
  width: 16.6666%;
  padding-right: 1px;
  padding-bottom: 1px;
}
section.heading-news .heading-news-box .snd-size {
  width: 33.3333%;
}
section.heading-news .heading-news-box .snd-size .image-post {
  width: 100%;
}
/*basis-news section*/
section.basis-news {
 padding: 25px 0;
    height: 650px;
    background-position: center center;
    background-size:cover;
    background-image: url('../Images/rockvilleCORE.jpg');
}
.transBack
{
    
    /* width: 50em; */
    /* margin-left: auto; */
    /* margin-right: auto; */

    margin-top: 0px;
   /* 
background-color: rgba(0, 0, 0, 0.2);
background: rgba(17, 17, 17, 0);
    background: -moz-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.15) 60%, rgba(17, 17, 17, 0.0) 70%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17, 17, 17, 0)), color-stop(60%, rgba(17, 17, 17, 0.15)), color-stop(70%, rgba(17, 17, 17, 0.0)));
    background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.15) 60%, rgba(17, 17, 17, 0.0) 70%);
    background: -o-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.15) 60%, rgba(17, 17, 17, 0.0) 70%);
    background: -ms-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.15) 60%, rgba(17, 17, 17, 0.0) 70%);
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.15) 60%, rgba(17, 17, 17, 0.0) 70%);*/
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.basis-news-box {
  overflow: hidden !important;
      overflow: hidden !important;
 background-color: rgba(38, 62, 89, .7);
    box-shadow: 4px 4px 4px #000;
    padding: 30px;
text-align:center;
	margin-top:180px;
	border-radius: 300px;
	    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.basis-news-box a {
	color:#fff; 
	font-weight:900;
	font-size:26px;
	 -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}

.basis-news-box a:hover {
	background-color:#214f96; 
color:#fff;
text-decoration:none;
padding:5px;
border-radius:5px;
}
.basis-news-box h2
{
	font-weight: 100;
    color: #fff;
    margin-top: 0px;
    font-size:32px;
    text-shadow: 1px 1px 50px #021a40;
}

.basis-breakdown span.breaking-news {
  display: inline-block;
  position: relative;
  margin-right: 25px;
  color: #ffffff;
  font-size: 16px;
  line-height: 12px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 14px;
  padding-right: 17px;
  background: #2d794b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.basis-breakdown span.breaking-news:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background: #2d794b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3px;
  right: -7px;
}
.basis-news-box span.new-news {
  display: inline-block;
  color: #fffa31;
    font-size: 16px;
    line-height: 12px;
    font-weight: 900;
   font-family: 'Open Sans',sans-serif !important;
  text-transform: uppercase;
  padding: 3px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 8px 10px 0 0;
}
.basis-news-box .ticker-content {
  color: #999999;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 400;
  margin: 0;
}
.basis-news-box .ticker-content span.time-news {
  color: #f44336;
  margin-right: 3px;
}
.basis-news-box .ticker-content a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-weight: 700;
  color: #666666;
}
.basis-news-box .ticker-content a:hover {
  color: #f44336;
}
.basis-news-box .ticker-controls li {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #999999;
  text-align: center;
  line-height: 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.basis-news-box .ticker {
  width: 879px;
}
.basis-news-box .ticker-controls li:after {
  color: #666666;
  font-family: 'FontAwesome';
  font-size: 11px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.basis-news-box .ticker-controls li:hover {
  border: 1px solid #f44336;
  background: #f44336;
}
.basis-news-box .ticker-controls li:hover:after {
  color: #ffffff;
}
.basis-news-box .ticker-controls li.jnt-prev:after {
  content: '\f104';
}
.basis-news-box .ticker-controls li.jnt-next:after {
  content: '\f105';
}
.basis-news-box .ticker-controls li.jnt-play-pause {
  line-height: 14px;
}
.basis-news-box .ticker-controls li.jnt-play-pause:after {
  content: '\f04c';
  font-size: 8px;
}
.basis-news-box .ticker-controls li.jnt-play-pause.paused:after {
  content: '\f04b';
}
/*features-today section*/
section.features-today {
  padding: 30px 0 20px;
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
section.features-today .owl-carousel {
  margin-left: -15px;
  margin-right: -15px;
}
section.features-today .owl-carousel .item {
  padding: 0 15px;
}
section.features-today .owl-carousel .news-post {
  margin-bottom: 15px;
}
section.features-today .owl-carousel .owl-wrapper-outer {
  padding: 3px 0;
}
section.features-today .owl-theme .owl-controls {
  margin-right: 12px;
}
.owl-theme .owl-controls .owl-pagination {
  display: none !important;
}
.owl-carousel {
  width: auto;
}
.owl-theme .owl-controls {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -64px;
  margin-right: 2px;
}
.owl-theme .owl-controls .owl-buttons div {
  font-size: 11px;
  color: #999999;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  background: transparent;
  border: 1px solid #cccccc;
  margin-left: 2px;
  outline: none;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  opacity: 1;
  margin: 0 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  color: #ffffff;
  background: #f44336;
  border: 1px solid #f44336;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:after {
  content: '\f104';
  font-family: 'FontAwesome';
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:after {
  content: '\f105';
  font-family: 'FontAwesome';
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
  color: #ffffff;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
  color: #ffffff;
}
/*block wrapper section */
div.block-content {
  padding: 30px 0 60px;
  position: relative;
}
div.block-content .advertisement {
  margin-bottom: 30px;
}
div.block-content:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 15px;
  border-right: 1px solid #f0f0f0;
}
div.block-content.non-sidebar:after {
  display: none;
}
section.left-sidebar div.block-content:after {
  left: 0 !important;
  margin-left: -15px !important;
}
div.block-content:after {
  padding: 30px 0 60px;
}
.carousel-box {
  margin-bottom: 25px;
}
.carousel-box .news-post,
.carousel-box ul.list-posts {
  margin-bottom: 10px;
}
.block-content .owl-carousel {
  margin-left: -5px;
  margin-right: -5px;
}
.block-content .owl-carousel .item {
  margin: 0 5px 10px;
}
.grid-box {
  margin-bottom: 15px;
}
.grid-box .news-post,
.grid-box ul.list-posts {
  margin-bottom: 30px;
}
.masonry-box {
  margin-bottom: 25px;
}
.article-box {
  padding-bottom: 20px;
}
.image-post-slider {
  margin-bottom: 10px;
}
.image-post-slider ul.bxslider {
  margin: 0;
  padding: 0;
}
.image-post-slider ul.bxslider .image-post2 {
  margin-bottom: 0 !important;
}
.image-post-slider .bx-wrapper .bx-prev,
.image-post-slider .bx-wrapper .bx-next {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.image-post-slider .bx-wrapper .bx-prev:hover,
.image-post-slider .bx-wrapper .bx-next:hover {
  background: rgba(244, 67, 54, 0.9);
}
/* feature-video style */
section.feature-video {
  padding: 30px 0 45px;
  background: #222222;
  overflow: hidden;
}
section.feature-video .owl-carousel {
  margin-left: -15px;
  margin-right: -15px;
}
section.feature-video .owl-carousel .item {
  margin: 0 15px;
}
section.feature-video .features-video-box {
  position: relative;
}
section.feature-video .features-video-box:before {
  position: absolute;
  content: '';
  width: 10000px;
  height: 100%;
  background: rgba(34, 34, 34, 0.7);
  right: 100%;
  top: 0;
  z-index: 2;
}
section.feature-video .features-video-box:after {
  position: absolute;
  content: '';
  width: 10000px;
  height: 100%;
  background: rgba(34, 34, 34, 0.7);
  left: 100%;
  top: 0;
}
section.feature-video .owl-carousel .owl-wrapper-outer {
  overflow: visible;
}
section.feature-video .owl-theme .owl-controls {
  margin-right: 12px;
}
section.feature-video .owl-theme .owl-controls .owl-buttons div {
  color: #666666;
  border: 1px solid #666666;
}
section.feature-video .owl-theme .owl-controls .owl-buttons div:hover {
  color: #ffffff;
  background: #f44336;
  border: 1px solid #f44336;
}
section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-prev:after {
  color: #999999;
}
section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-next:after {
  color: #999999;
}
section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-prev:hover:after {
  color: #ffffff;
}
section.feature-video .owl-theme .owl-controls .owl-buttons div.owl-next:hover:after {
  color: #ffffff;
}
/* latest articles style */
.latest-articles.iso-call {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
}
.latest-articles.iso-call .news-post {
  width: 360px;
  margin: 15px 15px;
}
/* pagination style */
.pagination-box ul.pagination-list {
  margin: 0;
  padding: 0;
}
.pagination-box ul.pagination-list li {
  display: inline-block;
  margin-right: 3px;
}
.pagination-box ul.pagination-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
  font-size: 12px;
   font-family: 'Open Sans',sans-serif !important;
  padding: 6px 11px;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.pagination-box ul.pagination-list li a:hover,
.pagination-box ul.pagination-list li a.active {
  border: 1px solid #f44336;
  background: #f44336;
  color: #ffffff;
}
.pagination-box ul.pagination-list li span {
  display: inline-block;
  margin: 0;
  color: #333333;
  font-size: 12px;
   font-family: 'Open Sans',sans-serif !important;
}
.pagination-box p {
  text-align: right;
  margin-top: -22px;
  color: #333333;
  font-size: 12px;
}

/*-------------------------------------------------*/
/* =  Sidebar style
/*-------------------------------------------------*/
.sidebar {
  padding: 30px 0;
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar ul.social-share {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.sidebar ul.social-share li {
  width: 48%;
  float: left;
  list-style: none;
  margin-right: 4%;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fafafa;
}
.sidebar ul.social-share li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: left;
  width: 40px;
  height: 40px;
  color: #ffffff;
  text-align: center;
  position: relative;
  line-height: 40px;
  font-size: 14px;
  margin-right: 16px;
}
.sidebar ul.social-share li a:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 100%;
  width: 0;
  height: 0;
}
.sidebar ul.social-share li a.rss {
  background: #f0771e;
}
.sidebar ul.social-share li a.rss:after {
  border: 4px solid #f0771e;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}
.sidebar ul.social-share li a.facebook {
  background: #436feb;
}
.sidebar ul.social-share li a.facebook:after {
  border: 4px solid #436feb;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}
.sidebar ul.social-share li a.twitter {
  background: #43c9eb;
}
.sidebar ul.social-share li a.twitter:after {
  border: 4px solid #43c9eb;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}
.sidebar ul.social-share li a.google {
  background: #f14133;
}
.sidebar ul.social-share li a.google:after {
  border: 4px solid #f14133;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}
.sidebar ul.social-share li a:hover {
  opacity: 0.7;
}
.sidebar ul.social-share li span {
  display: block;
  margin: 0;
  color: #999999;
  font-size: 12px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  line-height: 15px;
}
.sidebar ul.social-share li span.number {
  color: #333333;
  margin-top: 5px;
}
.sidebar ul.social-share li:nth-child(2n) {
  margin-right: 0;
}
.sidebar .features-slide-widget .bx-wrapper .bx-pager.bx-default-pager a:hover,
.sidebar .features-slide-widget .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f44336;
  border: 2px solid #f44336;
}
.sidebar .features-slide-widget ul.list-posts li img {
  max-width: 70px;
}
.sidebar .features-slide-widget ul.list-posts li .post-content {
  margin-left: 90px;
}
.sidebar .subscribe-widget form {
  background: #222222;
  padding: 20px;
  margin: 0;
}
.sidebar .subscribe-widget form h1 {
  color: #222222;
  font-size: 15px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 14px;
}
.sidebar .subscribe-widget form input[type="text"] {
  width: 100%;
  outline: none;
  background: #ffffff;
  padding: 14px 20px 11px;
  color: #999999;
  font-size: 12px;
   font-family: 'Open Sans',sans-serif !important;
  border: transparent;
  margin: 0;
  line-height: 12px;
}
.sidebar .subscribe-widget form button {
  position: relative;
  display: inline-block;
  background: #222222;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #f44336;
  font-size: 30px;
  border: none;
  margin-top: -40px;
  z-index: 2;
  float: right;
  outline: none;
}
.sidebar .subscribe-widget form p {
  font-size: 12px;
  color: #999999;
  margin: 14px 0 0;
  line-height: 16px;
}
.sidebar .advertisement {
  margin-bottom: 30px;
}
.sidebar .advertisement .desktop-advert {
  width: auto;
}
.sidebar .advertisement .tablet-advert,
.sidebar .advertisement .mobile-advert {
  width: auto;
  display: none;
}
.sidebar .tab-posts-widget ul.nav-tabs {
  text-align: center;
  border: none;
  border-bottom: 2px solid #f44336;
}
.sidebar .tab-posts-widget ul.nav-tabs li {
  float: left;
  width: 33.333333333333%;
  border: none;
  margin: 0;
  padding-left: 1px;
}
.sidebar .tab-posts-widget ul.nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 11px 3px;
  background: #222222;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  margin: 0;
}
.sidebar .tab-posts-widget ul.nav-tabs li a:hover {
  background: #f44336;
}
.sidebar .tab-posts-widget ul.nav-tabs li:first-child {
  padding-left: 0;
}
.sidebar .tab-posts-widget ul.nav-tabs li.active a {
  border: none;
  background: #f44336;
}
.sidebar .tab-posts-widget .tab-pane {
  padding: 20px 0 0;
  background: #fafafa;
}
.sidebar .tab-posts-widget .tab-pane ul.list-posts > li {
  padding-left: 20px;
  padding-right: 30px;
}
.sidebar .tab-posts-widget .tab-pane ul.list-posts > li img {
  max-width: 75px;
}
.sidebar .tags-widget ul.tag-list {
  margin: 0;
  padding: 0;
}
.sidebar .tags-widget ul.tag-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}
.sidebar .tags-widget ul.tag-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px;
   font-family: 'Open Sans',sans-serif !important;
  padding: 6px 9px;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.sidebar .tags-widget ul.tag-list li a:hover {
  border: 1px solid #333333;
  background: #333333;
  color: #ffffff;
}
.sidebar .recent-comments-widget ul {
  margin: 0;
  padding: 0;
}
.sidebar .recent-comments-widget ul li {
  list-style: none;
}
.sidebar .recent-comments-widget ul.comment-list li {
  overflow: hidden;
  margin-bottom: 25px;
}
.sidebar .recent-comments-widget ul.comment-list li img {
  float: left;
  max-width: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content {
  margin-left: 90px;
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content p {
  color: #333333;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0 20px;
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content p.main-message {
  background: #fafafa;
  font-weight: 400;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 19px;
  margin-bottom: 7px;
  position: relative;
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content p.main-message:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: -6px;
  top: 27px;
  background: #fafafa;
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content span {
  display: inline-block;
  padding-left: 20px;
  color: #999999;
  font-size: 12px;
   font-family: 'Open Sans',sans-serif !important;
  font-style: italic;
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content span i {
  margin-right: 10px;
}
.sidebar .recent-comments-widget ul.comment-list li:last-child {
  margin-bottom: 0;
}
.sidebar .review-widget h1 {
  color: #222222;
  font-size: 15px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 20px;
  background: #f44336;
  margin-bottom: 10px;
}
.sidebar .review-widget ul.review-posts-list {
  margin: 0;
  padding: 0;
  padding: 0 10px;
  background: #fafafa;
}
.sidebar .review-widget ul.review-posts-list li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  overflow: hidden;
}
.sidebar .review-widget ul.review-posts-list li img {
  width: 100%;
  margin-bottom: 4px;
}
.sidebar .review-widget ul.review-posts-list li h2 {
  color: #333333;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
}
.sidebar .review-widget ul.review-posts-list li h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.sidebar .review-widget ul.review-posts-list li h2 a:hover {
  color: #f44336;
}
.sidebar .review-widget ul.review-posts-list li span.date {
  display: inline-block;
  float: left;
  margin-right: 5px;
  color: #999999;
  font-size: 11px;
   font-family: 'Open Sans',sans-serif !important;
  font-style: italic;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sidebar .review-widget ul.review-posts-list li span.date i {
  color: #ccc;
  margin-right: 5px;
}
.sidebar .review-widget ul.review-posts-list li span.post-rating {
  display: inline-block;
  float: right;
  line-height: 14px;
}
.sidebar .review-widget ul.review-posts-list li span.post-rating i {
  font-size: 11px;
  color: #f7ca18;
  margin-left: -2px;
}
.sidebar .categories-widget .title-section h1 span {
  padding-left: 10px;
}
.sidebar .categories-widget ul.category-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding: 0 10px;
}
.sidebar .categories-widget ul.category-list li {
  list-style: none;
  margin-bottom: 10px;
}
.sidebar .categories-widget ul.category-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #333333;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
}
.sidebar .categories-widget ul.category-list li a span {
  display: inline-block;
  float: right;
  width: 30px;
  font-size: 11px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sidebar .categories-widget ul.category-list li a:hover {
  color: #f44336;
}
.sidebar .categories-widget ul.category-list li a:hover span {
  background: #f44336;
  border: 1px solid #f44336;
  color: #ffffff;
}
.sidebar .flickr-widget ul.flickr-list {
  margin: 0;
  padding: 0;
}
.sidebar .flickr-widget ul.flickr-list li {
  list-style: none;
  float: left;
  margin: 0 4px 8px;
}
.sidebar .flickr-widget ul.flickr-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sidebar .flickr-widget ul.flickr-list li a img {
  width: 74px;
}
.sidebar .flickr-widget ul.flickr-list li a:hover {
  opacity: 0.7;
}
.sidebar .flickr-widget > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px;
   font-family: 'Open Sans',sans-serif !important;
  margin-left: 5px;
}
.sidebar .flickr-widget > a:hover {
  color: #f44336;
}
.sidebar.large-sidebar .tab-posts-widget ul.nav-tabs li {
  width: 50%;
}
.sidebar.large-sidebar .tab-posts-widget .tab-pane {
  padding: 10px 0 0;
  background: #fafafa;
}
.sidebar.large-sidebar .tab-posts-widget .tab-pane ul.list-posts li {
  padding-left: 10px;
  padding-right: 10px;
}
.sidebar.small-sidebar {
  position: relative;
}
.sidebar.small-sidebar:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 15px;
  border-right: 1px solid #f0f0f0;
}
form.search-form {
  position: relative;
  margin: 0;
}
form.search-form input[type="text"] {
  border: 1px solid #eeeeee;
  padding: 10px;
  color: #999999;
  font-size: 11px;
   font-family: 'Open Sans',sans-serif !important;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  outline: none;
  width: 100%;
  margin: 0 !important;
}
form.search-form button {
  background: transparent;
  border: none;
  position: absolute;
  top: 10px;
  right: 13px;
  padding: 0;
  font-size: 13px;
  color: #666666;
}
/*-------------------------------------------------*/
/* =  News posts style
/*-------------------------------------------------*/
/* news post general style */
.news-post {
  position: relative;
}
.news-post .post-gallery {
  position: relative;
}
.news-post img {
  width: 100%;
}
.news-post a.category-post {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
a.read-more-button {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 6px 10px;
  background: #fafafa;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #666666;
  font-size: 11px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
}
a.read-more-button i {
  margin-right: 9px;
}
a.read-more-button:hover {
  color: #ffffff;
  background: #f44336;
  border-color: #f44336;
}
/* image post style */
.image-post {
  position: relative;
}
.image-post .hover-box {
  position: absolute;
  overflow: hidden !important;
  top: 0;
  left: 0px;
  bottom: 1px;
  right: 1px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: transparent;
}
.image-post .hover-box .inner-hover {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px;
  background: rgba(17, 17, 17, 0);
  background: -moz-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17, 17, 17, 0)), color-stop(10%, rgba(17, 17, 17, 0.1)), color-stop(100%, rgba(17, 17, 17, 0.95)));
  background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  background: -o-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  background: -ms-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#171717', GradientType=0);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.image-post .hover-box .inner-hover a.category-post {
  margin-bottom: 12px;
  position: relative;
  bottom: inherit;
  left: inherit;
}
.image-post .hover-box .inner-hover h2 {
  color: #333333;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 15px;
  text-transform: uppercase;
}
.image-post .hover-box .inner-hover h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.image-post .hover-box .inner-hover p {
  overflow: hidden;
  max-height: 0;
  margin: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.image-post .hover-box .inner-hover ul.post-tags {
  margin: 0;
  padding: 0;
}
.image-post .hover-box .inner-hover ul.post-tags li {
  display: inline-block;
  margin-right: 7px;
  color: #ccc;
  font-size: 12px;
   font-family: 'Open Sans',sans-serif !important;
  font-style: italic;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.image-post .hover-box .inner-hover ul.post-tags li i {
  margin-right: 9px;
}
.image-post .hover-box .inner-hover ul.post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  color: #ccc;
}
.image-post .hover-box .inner-hover ul.post-tags li:last-child {
  margin-right: 0;
}
span.top-stories {
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 10px;
  background: #f44336;
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  z-index: 2;
}
.image-post.snd-size .hover-box .inner-hover h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
}
.image-post:hover .hover-box {
  background: rgba(255, 255, 255, 0.95);
}
.image-post:hover .hover-box .inner-hover {
  background: transparent !important;
}
.image-post:hover .hover-box .inner-hover p {
  margin-top: 10px;
  max-height: 40px;
}
.image-post:hover .hover-box .inner-hover h2 a {
  color: #222222;
}
.image-post:hover .hover-box .inner-hover h2 a:hover {
  color: #f44336;
}
.image-post:hover .hover-box .inner-hover ul.post-tags li {
  color: #aaa;
}
.image-post:hover .hover-box .inner-hover ul.post-tags li a {
  color: #aaa;
}
.image-post:hover .hover-box .inner-hover ul.post-tags li a:hover {
  color: #f44336;
}
/* post tags list style */
ul.post-tags {
  margin: 0;
  padding: 0;
}
ul.post-tags li {
  display: inline-block;
  margin-right: 7px;
  color: #999999;
  font-size: 12px;
   font-family: 'Open Sans',sans-serif !important;
  font-style: italic;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
ul.post-tags li i {
  color: #ccc;
  margin-right: 9px;
}
ul.post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
}
ul.post-tags li a:hover {
  color: #f44336;
}
ul.post-tags li:last-child {
  margin-right: 0;
}
/* standard post style */
.standard-post {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.standard-post .post-content {
  padding-top: 15px;
}
.standard-post .post-content h2 {
  color: #333333;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
}
.standard-post .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.standard-post .post-content h2 a:hover {
  color: #f44336;
}
/* standard post2 style */
.standard-post2 .post-title {
  padding: 18px 20px;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.standard-post2 .post-title h2 {
  color: #333333;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 16px;
}
.standard-post2 .post-title h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.standard-post2 .post-title h2 a:hover {
  color: #f44336;
}
.standard-post2 .post-content {
  padding: 15px 20px 0;
}
.standard-post2 .post-content p {
  margin-bottom: 15px;
}
.standard-post2:hover .post-title {
  background: transparent;
}
/* standard post3 style */
.standard-post3 .post-title {
  padding: 18px 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.standard-post3 .post-title h2 {
  color: #333333;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 16px;
}
.standard-post3 .post-title h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.standard-post3 .post-title h2 a:hover {
  color: #f44336;
}
.standard-post3 .post-title a.category-post {
  position: relative;
  bottom: inherit;
  left: inherit;
  background: transparent;
  padding: 0 !important;
  margin-bottom: 6px;
}
.standard-post3 .post-title a.category-post.travel {
  color: #f58021;
}
.standard-post3 .post-title a.category-post.sport {
  color: #4c60f6;
}
.standard-post3 .post-title a.category-post.world {
  color: #33a3f1;
}
.standard-post3 .post-title a.category-post.fashion {
  color: #aa35d6;
}
.standard-post3 .post-title a.category-post.tech {
  color: #74b430;
}
.standard-post3 .post-title a.category-post.food {
  color: #32b47b;
}
.standard-post3 .post-title a.category-post.video {
  color: #d6ac1b;
}
.standard-post3 .post-content {
  padding: 15px 20px 0;
}
.standard-post3 .post-content p {
  margin-bottom: 15px;
}
.standard-post2:hover .post-title {
  background: transparent;
}
/* image post2 style */
.image-post2 {
  position: relative;
}
.image-post2 .hover-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  display: block;
}
.image-post2 .hover-box .inner-hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 40px;
  text-align: center;
  margin-top: -40px;
}
.image-post2 .hover-box a.category-post {
  position: relative;
  bottom: inherit;
  left: inherit;
}
.image-post2 .hover-box h2 {
  color: #333333;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 7px;
  margin-top: 10px;
  max-height: 48px;
  overflow: hidden;
}
.image-post2 .hover-box h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.image-post2 .hover-box h2 a:hover {
  opacity: 0.7;
}
.image-post2 .hover-box ul.post-tags li {
  color: #ccc;
}
.image-post2 .hover-box ul.post-tags li a {
  color: #ccc;
}
.image-post2 .hover-box ul.post-tags li a:hover {
  color: #f44336;
}
.image-post2 div.post-content {
  padding: 16px 16px 0;
}
.image-post2 div.post-content p {
  margin-bottom: 3px;
}
.image-post2 div.post-content p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #f44336;
  text-decoration: underline;
}
.image-post2 div.post-content p a:hover {
  opacity: 0.7;
}
.image-post2 div.post-content > a {
  margin-top: 12px;
}
/* list posts style */
ul.list-posts {
  margin: 0;
  padding: 0;
}
ul.list-posts > li {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
}
ul.list-posts > li img {
  width: 100px;
  margin-right: 20px;
  float: left;
}
ul.list-posts > li .post-content > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #999999;
  font-size: 12px;
   font-family: 'Open Sans',sans-serif !important;
  font-style: italic;
  margin: 0;
  line-height: 16px;
  margin-top: -2px;
}
ul.list-posts > li .post-content > a:hover {
  opacity: 0.7;
}
ul.list-posts > li .post-content h2 {
  color: #333333;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 7px;
}
ul.list-posts > li .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
ul.list-posts > li .post-content h2 a:hover {
  color: #f44336;
}
/* image post3 style */
.image-post3,
.video-post {
  position: relative;
}
.image-post3 .hover-box,
.video-post .hover-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: rgba(34, 34, 34, 0.8);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.image-post3 .hover-box h2,
.video-post .hover-box h2 {
  color: #333333;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 0;
}
.image-post3 .hover-box h2 a,
.video-post .hover-box h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.image-post3 .hover-box h2 a:hover,
.video-post .hover-box h2 a:hover {
  opacity: 0.7;
}
.image-post3 .hover-box ul.post-tags li,
.video-post .hover-box ul.post-tags li {
  color: #ccc;
}
.image-post3 .hover-box ul.post-tags li a,
.video-post .hover-box ul.post-tags li a {
  color: #ccc;
}
.image-post3:hover .hover-box,
.video-post:hover .hover-box {
  background: rgba(244, 67, 54, 0.9);
}
.video-post {
  margin-bottom: 10px;
}
.video-post a.video-link {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #ffffff;
  font-size: 30px;
  padding: 1px;
  outline: none;
}
.video-post a:hover {
  opacity: 0.6;
}
button.mfp-close,
button.mfp-arrow {
  outline: none;
}
/* article post style */
.article-post {
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.article-post .post-gallery {
  margin-bottom: 20px;
}
.article-post .post-content {
  margin-bottom: 20px;
}
.article-post .post-content h2 {
  color: #333333;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 7px;
}
.article-post .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.article-post .post-content h2 a:hover {
  color: #f44336;
}
.article-post .post-content span.post-rating {
  display: inline-block;
}
.article-post .post-content span.post-rating i {
  font-size: 12px;
  color: #f7ca18;
  line-height: 10px;
}
.article-post .post-content p {
  margin-bottom: 13px;
  margin-top: 15px;
}
/* large post style */
.large-post {
  margin-bottom: 30px;
}
.large-post .post-gallery iframe {
  width: 100%;
  height: 420px;
  margin-bottom: -5px;
}
.large-post .post-gallery ul.bxslider {
  margin: 0;
  padding: 0;
}
.large-post .post-gallery .bx-controls-direction {
  display: none !important;
}
.large-post .post-title {
  padding: 24px 20px;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
}
.large-post .post-title h2 {
  color: #333333;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 6px;
}
.large-post .post-title h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.large-post .post-title h2 a:hover {
  color: #f44336;
}
.large-post .post-content {
  padding: 24px 20px 30px;
  border-bottom: 1px solid #f0f0f0;
}
.large-post .post-content p {
  margin-bottom: 24px;
}
/* list post style */
div.list-post {
  overflow: hidden;
}
div.list-post img {
  width: 100px;
  margin-right: 20px;
  float: left;
}
div.list-post .post-content > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #999999;
  font-size: 12px;
   font-family: 'Open Sans',sans-serif !important;
  font-style: italic;
  margin: 0;
  line-height: 16px;
  margin-top: -2px;
}
div.list-post .post-content > a:hover {
  opacity: 0.7;
}
div.list-post .post-content h2 {
  color: #333333;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 7px;
}
div.list-post .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
div.list-post .post-content h2 a:hover {
  color: #f44336;
}
/* very-large-post style */
.very-large-post {
  background: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 1px 1px 1px #eeeeee;
  -webkit-box-shadow: 1px 1px 1px #eeeeee;
  -moz-box-shadow: 1px 1px 1px #eeeeee;
  -o-box-shadow: 1px 1px 1px #eeeeee;
}
.very-large-post .title-post {
  padding: 60px 0 30px;
  max-width: 560px;
  margin: 0 auto;
}
.very-large-post .title-post a.category-post {
  display: inline-block;
  position: relative;
  margin: 0 2px;
  left: inherit;
  bottom: inherit;
}
.very-large-post .title-post h2 {
  color: #333333;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 24px;
  margin: 20px 0 12px;
}
.very-large-post .title-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.very-large-post .title-post h2 a:hover {
  color: #f44336;
}
.very-large-post .post-gallery {
  margin-bottom: 25px;
}
.very-large-post .post-gallery .group-image {
  margin: -5px;
  overflow: hidden;
}
.very-large-post .post-gallery .group-image a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 33.333333%;
  float: left;
  padding: 5px;
  outline: none;
}
.very-large-post .post-gallery .group-image a.big-size {
  width: 66.666666%;
}
.very-large-post .post-gallery .bx-wrapper .bx-next {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 30px;
  top: 50%;
  margin-top: -35px;
}
.very-large-post .post-gallery .bx-wrapper .bx-prev {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-left: 30px;
  top: 50%;
  margin-top: -35px;
}
.very-large-post .post-gallery .bx-wrapper .bx-prev:hover,
.very-large-post .post-gallery .bx-wrapper .bx-next:hover {
  background: #ffffff;
}
.very-large-post .post-gallery .bx-wrapper .bx-next:before,
.very-large-post .post-gallery .bx-wrapper .bx-prev:before {
  margin-top: -20px;
}
.very-large-post .post-gallery .bx-wrapper .bx-next:hover:before,
.very-large-post .post-gallery .bx-wrapper .bx-prev:hover:before {
  color: #333333;
}
.very-large-post .post-gallery #bx-pager {
  text-align: center;
  margin-top: 10px;
}
.very-large-post .post-gallery #bx-pager a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0.7;
  margin: 0 3px;
}
.very-large-post .post-gallery #bx-pager a img {
  width: auto;
}
.very-large-post .post-gallery #bx-pager a.active {
  opacity: 1;
}
.very-large-post .post-gallery iframe {
  width: 100%;
  height: 480px;
}
.very-large-post .post-content {
  padding: 0 70px 35px;
}
.very-large-post .post-content p {
  margin-bottom: 20px;
}
.very-large-post .post-content p.highlight {
  color: #333333;
  font-weight: 700;
}
.very-large-post .post-content blockquote {
  padding: 25px 60px;
  background: #fff9e6;
  border: none;
  margin: 20px 0 40px;
}
.very-large-post .post-content blockquote p {
  margin: 0;
  color: #333333;
  font-style: italic;
}
.very-large-post .post-content .article-inpost {
  overflow: hidden;
  text-align: left;
}
.very-large-post .post-content .article-inpost img {
  width: auto;
  float: left;
  margin-right: 40px;
  margin-bottom: 16px;
}
.very-large-post .post-content .article-inpost .right-content {
  margin-top: 5px;
}
.very-large-post .share-box {
  overflow: hidden;
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid #f0f0f0;
}
.very-large-post .share-box a.likes {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  float: left;
}
.very-large-post .share-box a.likes i {
  font-size: 14px;
  color: #999999;
  margin-right: 6px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.very-large-post .share-box a.likes:hover {
  color: #f44336;
}
.very-large-post .share-box a.likes:hover i {
  color: #f44336;
}
.very-large-post .share-box ul.share-list-post {
  margin: 0;
  padding: 0;
  float: right;
}
.very-large-post .share-box ul.share-list-post li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
}
.very-large-post .share-box ul.share-list-post li > i {
  font-size: 14px;
  color: #999999;
  margin-right: 6px;
}
.very-large-post .share-box ul.share-list-post li span {
  margin-right: 5px;
}
.very-large-post .share-box ul.share-list-post li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 18px;
  height: 18px;
  font-size: 14px;
  color: #999999;
  background: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.very-large-post .share-box ul.share-list-post li a:hover {
  color: #ffffff;
  background: #333333;
}
/* Banner quote post */
.banner-quote-post {
  padding: 120px 85px 48px;
  margin-bottom: 30px;
  position: relative;
  background: url('../upload/news-posts/banner.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.banner-quote-post .quote {
  position: relative;
  z-index: 2;
  text-align: center;
}
.banner-quote-post .quote p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 8px;
  line-height: 24px;
}
.banner-quote-post .quote span {
  color: #ccc;
  font-size: 12px;
  display: inline-block;
   font-family: 'Open Sans',sans-serif !important;
  font-style: italic;
  margin: 0;
}
.banner-quote-post .quote span i {
  margin-right: 8px;
}
.banner-quote-post .quote:before {
  content: '\201C';
  position: absolute;
  top: -72px;
  left: 50%;
  margin-left: -28px;
  color: #ffffff;
  font-size: 90px;
  font-family: georgia;
  line-height: 90px;
  font-weight: 700;
}
.banner-quote-post:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
}
/*-------------------------------------------------*/
/* =  single post pages
/*-------------------------------------------------*/
.single-post-box .title-post {
  padding: 0 20px 25px;
  margin-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
  margin-top: -10px;
}
.single-post-box .title-post h1 {
  color: #333333;
  font-size: 24px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 8px;
}
.single-post-box .share-post-box {
  margin-bottom: 10px;
  padding: 0 20px;
}
.single-post-box .share-post-box ul.share-box {
  margin: 0;
  padding: 0;
}
.single-post-box .share-post-box ul.share-box li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  margin-right: 8px;
  margin-bottom: 2px;
}
.single-post-box .share-post-box ul.share-box li i {
  font-size: 20px;
  margin-right: 12px;
  color: #999999;
  float: left;
}
.single-post-box .share-post-box ul.share-box li span {
  display: inline-block;
  line-height: 15px;
}
.single-post-box .share-post-box ul.share-box li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  padding: 8px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.single-post-box .share-post-box ul.share-box li a i {
  color: #ffffff;
}
.single-post-box .share-post-box ul.share-box li a.facebook {
  background: #1854dd;
}
.single-post-box .share-post-box ul.share-box li a.twitter {
  background: #18a3dd;
}
.single-post-box .share-post-box ul.share-box li a.google {
  background: #f14133;
}
.single-post-box .share-post-box ul.share-box li a.google i {
  margin-right: 0;
}
.single-post-box .share-post-box ul.share-box li a.linkedin {
  background: #1879dd;
}
.single-post-box .share-post-box ul.share-box li a.linkedin i {
  margin-right: 0;
}
.single-post-box .share-post-box ul.share-box li a:hover {
  opacity: 0.7;
}
.single-post-box .post-gallery {
  text-align: center;
  margin-bottom: 20px;
}
.single-post-box .post-gallery img {
  width: 100%;
  margin-bottom: 5px;
}
.single-post-box .post-gallery span.image-caption {
  display: inline-block;
  color: #aaa;
  font-size: 12px;
   font-family: 'Open Sans',sans-serif !important;
  font-style: italic;
  margin: 0;
}
.single-post-box .post-gallery iframe {
  width: 100%;
  height: 422px;
  margin-bottom: 20px;
}
.single-post-box .post-gallery.audio-post iframe {
  height: 168px;
}
.single-post-box > .post-content {
  margin-bottom: 10px;
  overflow: hidden;
}
.single-post-box > .post-content p {
  padding: 0 20px;
  margin-bottom: 18px;
}
.single-post-box > .post-content p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #f44336;
  text-decoration: underline;
}
.single-post-box > .post-content p a:hover {
  opacity: 0.6;
}
.single-post-box > .post-content blockquote {
  padding: 20px;
  padding-left: 70px;
  background: #eeeeee;
  border: none;
  margin: 0 0 20px;
  position: relative;
}
.single-post-box > .post-content blockquote p {
  color: #222222;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 0;
  line-height: 24px;
}
.single-post-box > .post-content blockquote:before {
  content: '\201C';
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 72px;
  color: #222222;
  font-family: georgia;
  line-height: 70px;
  font-weight: 700;
}
.single-post-box > .post-content > h2 {
  color: #333333;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 24px;
  padding: 0 20px;
}
.single-post-box .article-inpost {
  overflow: hidden;
  margin-bottom: 20px;
}
.single-post-box .article-inpost .image-content {
  text-align: center;
  margin-bottom: 20px;
}
.single-post-box .article-inpost .image-content .image-place {
  position: relative;
  margin-bottom: 5px;
}
.single-post-box .article-inpost .image-content .image-place img {
  width: 100%;
}
.single-post-box .article-inpost .image-content .image-place .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post-box .article-inpost .image-content .image-place .hover-image a {
  position: absolute;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 70px;
  height: 70px;
  background: #f44336;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  margin-top: -35px;
  left: 50%;
  margin-left: -35px;
  line-height: 70px;
  color: #ffffff;
  font-size: 30px;
  outline: none;
}
.single-post-box .article-inpost .image-content .image-place .hover-image a:hover {
  opacity: 0.7;
}
.single-post-box .article-inpost .image-content .image-place:hover .hover-image {
  opacity: 1;
}
.single-post-box .article-inpost .image-content span.image-caption {
  display: inline-block;
  color: #aaa;
  font-size: 12px;
   font-family: 'Open Sans',sans-serif !important;
  font-style: italic;
  margin: 0;
}
.single-post-box .article-inpost .text-content {
  padding-top: 15px;
}
.single-post-box .article-inpost .text-content h2 {
  color: #333333;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 24px;
}
.single-post-box .article-inpost .text-content p {
  margin-bottom: 18px;
}
.single-post-box .review-box .member-skills {
  padding: 0 20px;
  margin-bottom: 15px;
  overflow: hidden;
}
.single-post-box .review-box .member-skills > p {
  font-weight: 700;
  color: #222222;
  margin-bottom: 16px;
}
.single-post-box .review-box .member-skills .meter {
  height: 17px;
  padding: 2px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 100%;
  background: #fff;
  border: 1px solid #e1e1e1;
  margin-bottom: 16px;
}
.single-post-box .review-box .member-skills .meter p {
  height: 100%;
  background: #f44336;
  text-align: right;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.single-post-box .review-box .summary-box {
  padding: 14px 190px 14px 20px;
  background: #333333;
  position: relative;
  margin-bottom: 50px;
}
.single-post-box .review-box .summary-box h2 {
  color: #333333;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.single-post-box .review-box .summary-box p {
  color: #ffffff;
}
.single-post-box .review-box .summary-box .summary-degree {
  position: absolute;
  bottom: -10px;
  right: 20px;
  background: #f44336;
  padding: 10px 20px 14px;
  text-align: center;
}
.single-post-box .review-box .summary-box .summary-degree p {
  color: #333333;
  font-weight: 700;
  margin: 0;
}
.single-post-box .review-box .summary-box .summary-degree p span {
  display: block;
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 4px;
  line-height: 48px;
}
.single-post-box .post-tags-box {
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 20px 12px;
}
.single-post-box .post-tags-box ul.tags-box {
  margin: 0;
  padding: 0;
}
.single-post-box .post-tags-box ul.tags-box li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  margin-right: 3px;
  margin-bottom: 2px;
}
.single-post-box .post-tags-box ul.tags-box li i {
  font-size: 18px;
  margin-right: 10px;
  color: #999999;
}
.single-post-box .post-tags-box ul.tags-box li span {
  margin-right: 18px;
}
.single-post-box .post-tags-box ul.tags-box li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 6px 10px;
  border: 1px solid #efefef;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #999999;
  font-size: 12px;
   font-family: 'Open Sans',sans-serif !important;
}
.single-post-box .post-tags-box ul.tags-box li a:hover {
  background: #222222;
  border: 1px solid #222222;
  color: #ffffff;
}
.single-post-box .prev-next-posts {
  overflow: hidden;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
}
.single-post-box .prev-next-posts .prev-post {
  float: left;
  border-right: 1px solid #f0f0f0;
}
.single-post-box .prev-next-posts .next-post {
  width: 50%;
  float: right;
}
.single-post-box .prev-next-posts .next-post img {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.single-post-box .prev-next-posts .prev-post,
.single-post-box .prev-next-posts .next-post {
  width: 50%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 25px 40px;
}
.single-post-box .prev-next-posts .prev-post:hover,
.single-post-box .prev-next-posts .next-post:hover {
  background: #fafafa;
}
.single-post-box .prev-next-posts img {
  width: 100px;
  margin-right: 15px;
  float: left;
}
.single-post-box .prev-next-posts .post-content {
  margin-top: 10px;
}
.single-post-box .prev-next-posts .post-content > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #999999;
  font-size: 12px;
   font-family: 'Open Sans',sans-serif !important;
  font-style: italic;
  margin: 0;
  line-height: 16px;
  margin-top: -2px;
}
.single-post-box .prev-next-posts .post-content > a:hover {
  opacity: 0.7;
}
.single-post-box .prev-next-posts .post-content h2 {
  color: #333333;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 7px;
}
.single-post-box .prev-next-posts .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.single-post-box .prev-next-posts .post-content h2 a:hover {
  color: #f44336;
}
.single-post-box .about-more-autor {
  margin-bottom: 10px;
}
.single-post-box .about-more-autor ul.nav-tabs {
  text-align: center;
  border: none;
  border-bottom: 2px solid #f44336;
}
.single-post-box .about-more-autor ul.nav-tabs li {
  float: left;
  width: 50%;
  border: none;
  margin: 0;
  padding-left: 1px;
}
.single-post-box .about-more-autor ul.nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 11px 3px;
  background: #222222;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  margin: 0;
}
.single-post-box .about-more-autor ul.nav-tabs li a:hover {
  background: #f44336;
}
.single-post-box .about-more-autor ul.nav-tabs li:first-child {
  padding-left: 0;
}
.single-post-box .about-more-autor ul.nav-tabs li.active a {
  border: none;
  background: #f44336;
}
.single-post-box .about-more-autor .autor-box {
  padding: 30px 15px 30px 0;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.single-post-box .about-more-autor .autor-box img {
  max-width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
.single-post-box .about-more-autor .autor-box .autor-content {
  margin-left: 120px;
  margin-top: 10px;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title {
  overflow: hidden;
  margin-bottom: 10px;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 {
  float: left;
  color: #333333;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 span:after {
  content: '/';
  color: #333333;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 6px;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 a {
  text-decoration: underline;
  display: inline-block;
  color: #f44336;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 a:hover {
  opacity: 0.7;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social {
  margin: 0;
  padding: 0;
  float: right;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social li {
  display: inline-block;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social li a:hover {
  color: #ffffff;
  background: #f44336;
}
.single-post-box .about-more-autor .autor-box .autor-content p {
  margin: 0;
}
.single-post-box .about-more-autor .more-autor-posts {
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: -5px;
  margin-right: -5px;
}
.single-post-box .about-more-autor .more-autor-posts .news-post {
  float: left;
  width: 25%;
  padding: 5px;
}
.single-post-box .about-more-autor .more-autor-posts .news-post .hover-box {
  bottom: 5px;
  left: 5px;
  right: 5px;
  width: auto;
}
.single-post-box .comment-area-box ul {
  margin: 0;
  padding: 0;
}
.single-post-box .comment-area-box ul li {
  list-style: none;
}
.single-post-box .comment-area-box ul li .comment-box {
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px;
}
.single-post-box .comment-area-box ul li .comment-box img {
  width: 100px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content {
  margin-left: 120px;
  padding-top: 10px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content h4 {
  color: #333333;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  margin: 0;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  float: right;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 4px 9px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a i {
  font-size: 10px;
  margin-right: 9px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a:hover {
  background: #f44336;
  color: #ffffff;
  border: 1px solid #f44336;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content span {
  font-size: 12px;
  color: #999999;
   font-family: 'Open Sans',sans-serif !important;
  display: inline-block;
  font-style: italic;
  margin: 0 0 13px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content span i {
  margin-right: 9px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content p {
  margin: 0 !important;
}
.single-post-box .comment-area-box ul.depth .comment-box {
  padding-left: 100px;
}
.single-post-box .bx-wrapper .bx-next {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 20px;
  top: 50%;
  margin-top: -35px;
}
.single-post-box .bx-wrapper .bx-prev {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-left: 20px;
  top: 50%;
  margin-top: -35px;
}
.single-post-box .bx-wrapper .bx-prev:hover,
.single-post-box .bx-wrapper .bx-next:hover {
  background: #ffffff;
}
.single-post-box .bx-wrapper .bx-next:before,
.single-post-box .bx-wrapper .bx-prev:before {
  margin-top: -20px;
}
.single-post-box .bx-wrapper .bx-next:hover:before,
.single-post-box .bx-wrapper .bx-prev:hover:before {
  color: #333333;
}
.single-post-box .bx-wrapper .bx-pager {
  display: block !important;
}
.single-post-box ul.bxslider {
  margin: 0;
  padding: 0;
}
.single-wide .image-slider .news-post .hover-box .inner-hover {
  background: transparent !important;
  padding-bottom: 50px;
}
.single-wide .image-slider .news-post .hover-box .inner-hover h1 {
  color: #222222;
  font-size: 15px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: 900;
  line-height: 30px;
  padding: 0 20px;
}
.single-wide .image-slider .news-post .hover-box .inner-hover ul.post-tags {
  padding: 0 20px;
}
.single-wide .image-slider .bx-wrapper .bx-pager {
  bottom: 20px;
  top: inherit;
  right: inherit;
  left: 50%;
}
.single-post-box.wide-version .share-post-box {
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
}
/*-------------------------------------------------*/
/* =  contact page
/*-------------------------------------------------*/
.contact-info-box {
  margin-bottom: 40px;
}
.contact-info-box #map {
  height: 360px;
  margin-bottom: 25px;
}
.contact-info-box p {
  padding: 0 20px;
}
.contact-form-box #contact-form,
.contact-form-box #comment-form {
  margin: 0;
}
.contact-form-box #contact-form label,
.contact-form-box #comment-form label {
  display: block;
  color: #333333;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  margin: 0 0 16px;
  cursor: pointer;
}
.contact-form-box #contact-form input[type="text"],
.contact-form-box #comment-form input[type="text"],
.contact-form-box #contact-form textarea,
.contact-form-box #comment-form textarea {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: #fafafa;
  color: #333333;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  outline: none;
  border: 1px solid #e1e1e1;
  margin: 0 0 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.contact-form-box #contact-form input[type="text"]:focus,
.contact-form-box #comment-form input[type="text"]:focus,
.contact-form-box #contact-form textarea:focus,
.contact-form-box #comment-form textarea:focus {
  border: 1px solid #f44336;
}
.contact-form-box #contact-form textarea,
.contact-form-box #comment-form textarea {
  height: 130px;
}
.contact-form-box #contact-form button,
.contact-form-box #comment-form button {
  color: #ccc;
  font-size: 11px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
  background: #222222;
  padding: 8px 10px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.contact-form-box #contact-form button i,
.contact-form-box #comment-form button i {
  margin-right: 7px;
}
.contact-form-box #contact-form button:hover,
.contact-form-box #comment-form button:hover {
  background: #f44336;
  color: #ffffff;
}
.contact-form-box .title-section span.email-not-published {
  float: right;
  padding-right: 0;
  border: none;
  color: #999999;
  font-size: 13px;
  text-transform: initial;
  font-weight: 400;
}
/*-------------------------------------------------*/
/* =  404 erro page
/*-------------------------------------------------*/
.error-banner {
  background: #f44336;
  padding: 20px 30px;
  margin-bottom: 30px;
}
.error-banner h1 {
  color: #ffffff;
  font-size: 48px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 7px;
}
.error-banner h1 span {
  font-weight: 900;
}
.error-banner p {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 3px;
}
div.search-box {
  padding: 0 30px;
  margin-bottom: 35px;
}
/*-------------------------------------------------*/
/* =  Autor list page
/*-------------------------------------------------*/
ul.autor-list {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
ul.autor-list > li {
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
}
ul.autor-list > li .autor-box {
  padding: 30px;
  background: #fafafa;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
ul.autor-list > li .autor-box img {
  max-width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
ul.autor-list > li .autor-box .autor-content {
  margin-left: 120px;
}
ul.autor-list > li .autor-box .autor-content .autor-title {
  overflow: hidden;
  margin-bottom: 10px;
}
ul.autor-list > li .autor-box .autor-content .autor-title h1 {
  float: left;
  color: #333333;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
}
ul.autor-list > li .autor-box .autor-content .autor-title h1 span:after {
  content: '/';
  color: #333333;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 6px;
}
ul.autor-list > li .autor-box .autor-content .autor-title h1 a {
  text-decoration: underline;
  display: inline-block;
  color: #f44336;
}
ul.autor-list > li .autor-box .autor-content .autor-title h1 a:hover {
  opacity: 0.7;
}
ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social {
  margin: 0;
  padding: 0;
  float: right;
}
ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social li {
  display: inline-block;
  margin-left: 7px;
}
ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
}
ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social li a:hover {
  color: #f44336;
}
ul.autor-list > li .autor-box .autor-content p {
  margin: 0;
}
ul.autor-list > li .autor-last-line {
  overflow: hidden;
  padding: 10px 30px;
}
ul.autor-list > li .autor-last-line ul.autor-tags {
  margin: 0;
  padding: 0;
  float: left;
}
ul.autor-list > li .autor-last-line ul.autor-tags li {
  display: inline-block;
  margin-right: 3px;
}
ul.autor-list > li .autor-last-line ul.autor-tags li span {
  display: inline-block;
  color: #666666;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  line-height: 30px;
  padding-right: 3px;
}
ul.autor-list > li .autor-last-line ul.autor-tags li span i {
  margin-right: 10px;
  color: #999999;
  font-size: 18px;
}
ul.autor-list > li .autor-last-line ul.autor-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px;
   font-family: 'Open Sans',sans-serif !important;
  padding: 6px 10px;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
ul.autor-list > li .autor-last-line ul.autor-tags li a:hover {
  color: #ffffff;
  background: #f44336;
  border-color: #f44336;
}
ul.autor-list > li .autor-last-line a.autor-site {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: right;
  text-decoration: underline;
  color: #33a3f1;
  font-size: 13px;
  line-height: 30px;
   font-family: 'Open Sans',sans-serif !important;
}
ul.autor-list > li .autor-last-line a.autor-site:hover {
  opacity: 0.7;
}
ul.autor-list > li:hover .autor-box {
  border-color: #999999;
}
/*-------------------------------------------------*/
/* =  forum-pages
/*-------------------------------------------------*/
.forum-box .search-box {
  padding: 30px;
  background: #fafafa;
}
.forum-box p.line-for-loggin {
  padding: 4px 20px;
  background: #fff3c9;
  font-size: 12px;
}
.forum-table {
  margin-bottom: 30px;
}
.forum-table .table-head {
  overflow: hidden;
  background: #222222;
}
.forum-table .table-head > div {
  float: left;
  padding: 12px 20px;
}
.forum-table .table-head > div span {
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.forum-table div.first-col {
  width: 55%;
}
.forum-table div.first-col a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.forum-table div.first-col a:hover {
  color: #f44336;
}
.forum-table div.second-col {
  width: 20%;
}
.forum-table div.third-col {
  width: 25%;
  text-align: right;
}
.forum-table div.table-row {
  overflow: hidden;
  background: #fafafa;
  position: relative;
}
.forum-table div.table-row > div {
  float: left;
  padding: 15px 20px;
}
.forum-table div.table-row > div span {
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.forum-table div.table-row > div h2 {
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  color: #222222;
  margin: 0 0 8px;
}
.forum-table div.table-row > div h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.forum-table div.table-row > div h2 a:hover {
  color: #f44336;
}
.forum-table div.table-row > div p {
  display: block;
  margin: 0;
  font-size: 13px;
}
.forum-table div.table-row div.second-col span {
  color: #222222;
}
.forum-table div.table-row div.second-col p {
  font-size: 10px;
  text-transform: uppercase;
}
.forum-table div.table-row div.third-col img {
  width: 40px;
  float: right;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-left: 17px;
}
.forum-table div.table-row div.third-col p {
  font-size: 10px;
  line-height: 16px;
}
.forum-table div.table-row div.third-col p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #f44336;
  text-transform: inherit;
}
.forum-table div.table-row div.forum-post {
  overflow: hidden;
  float: left;
  width: 80%;
}
.forum-table div.table-row div.forum-post img {
  max-width: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
.forum-table div.table-row div.forum-post .post-autor-date {
  margin-left: 60px;
}
.forum-table div.table-row div.forum-post .post-autor-date h2 {
  color: #222222;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  line-height: 16px;
  margin: 0 0 3px;
}
.forum-table div.table-row div.forum-post .post-autor-date h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.forum-table div.table-row div.forum-post .post-autor-date h2 a:hover {
  color: #f44336;
}
.forum-table div.table-row div.forum-post .post-autor-date p {
  font-size: 10px;
  line-height: 16px;
}
.forum-table div.table-row div.forum-post .post-autor-date p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #f44336;
  text-transform: inherit;
}
.forum-table div.table-row div.forum-post.comment-post {
  width: 100%;
}
.forum-table div.table-row div.forum-post.comment-post img {
  max-width: 100px;
}
.forum-table div.table-row div.forum-post.comment-post .post-autor-date {
  margin-left: 120px;
}
.forum-table div.table-row div.forum-post.comment-post .post-autor-date p span {
  color: #666666;
}
.forum-table div.table-row div.forum-post.comment-post .post-autor-date div.content-post-area p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 22px;
}
.forum-table div.table-row div.forum-topics {
  width: 20%;
  float: left;
  padding-top: 25px;
  padding-bottom: 25px;
}
.forum-table div.table-row div.forum-topics span {
  color: #222222;
}
.forum-table div.table-row div.forum-topics p {
  font-size: 10px;
  text-transform: uppercase;
  margin: 0;
}
.forum-table div.table-row:after {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  border-top: 1px solid #f0f0f0;
}
.forum-table div.table-row:first-child:after {
  border-top: none;
}
.forum-table div.table-title {
  background: #222222;
  padding: 20px;
}
.forum-table div.table-title h2 {
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  line-height: 24px;
}
.forum-table div.table-title p {
  margin: 0;
  font-size: 13px;
}
.forum-table p.posted-in-category {
  font-size: 11px;
  margin: 7px 0;
  padding-left: 20px;
}
.forum-table p.posted-in-category a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #f44336;
}
/*-------------------------------------------------*/
/* =  Log in popup
/*-------------------------------------------------*/
.white-popup {
  position: relative;
  padding: 30px;
  width: auto;
  max-width: 430px;
  margin: 20px auto;
  background: #FFF;
}
.white-popup .mfp-close-btn-in .mfp-close {
  color: #222222 !important;
  width: 16px !important;
  padding-top: 20px !important;
  padding-right: 45px !important;
}
#log-in-popup {
  overflow: hidden;
}
#log-in-popup form.login-form .title-section,
#log-in-popup form.register-form .title-section,
#log-in-popup form.lost-password-form .title-section {
  margin-bottom: 18px;
}
#log-in-popup form.login-form p,
#log-in-popup form.register-form p,
#log-in-popup form.lost-password-form p {
  font-size: 11px;
  margin: 0 0 18px;
  color: #666;
}
#log-in-popup form.login-form label,
#log-in-popup form.register-form label,
#log-in-popup form.lost-password-form label {
  display: block;
  margin: 0 0 5px;
  color: #222222;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
}
#log-in-popup form.login-form label span,
#log-in-popup form.register-form label span,
#log-in-popup form.lost-password-form label span {
  color: #f44336;
}
#log-in-popup form.login-form input[type="text"],
#log-in-popup form.register-form input[type="text"],
#log-in-popup form.lost-password-form input[type="text"],
#log-in-popup form.login-form input[type="password"],
#log-in-popup form.register-form input[type="password"],
#log-in-popup form.lost-password-form input[type="password"] {
  display: block;
  margin: 0 0 17px;
  color: #666666;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  width: 100%;
  border: 1px solid #e1e1e1;
  background: #fafafa;
  outline: none;
  padding: 10px 20px;
}
#log-in-popup form.login-form button[type="submit"],
#log-in-popup form.register-form button[type="submit"],
#log-in-popup form.lost-password-form button[type="submit"] {
  border: none;
  float: left;
  padding: 8px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #222222;
  color: #ffffff;
  font-size: 11px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 49px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#log-in-popup form.login-form button[type="submit"] i,
#log-in-popup form.register-form button[type="submit"] i,
#log-in-popup form.lost-password-form button[type="submit"] i {
  margin-right: 8px;
}
#log-in-popup form.login-form button[type="submit"]:hover,
#log-in-popup form.register-form button[type="submit"]:hover,
#log-in-popup form.lost-password-form button[type="submit"]:hover {
  background: #f44336;
}
#log-in-popup form.login-form input[type="checkbox"],
#log-in-popup form.register-form input[type="checkbox"],
#log-in-popup form.lost-password-form input[type="checkbox"] {
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-top: 10px;
}
#log-in-popup form.login-form span,
#log-in-popup form.register-form span,
#log-in-popup form.lost-password-form span {
  display: inline-block;
  color: #222222;
  font-size: 11px;
   font-family: 'Open Sans',sans-serif !important;
  margin-top: 8px;
}
#log-in-popup form.login-form > a,
#log-in-popup form.register-form > a,
#log-in-popup form.lost-password-form > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: right;
  color: #222222;
  font-size: 11px;
   font-family: 'Open Sans',sans-serif !important;
  text-decoration: underline;
  margin-top: 8px;
}
#log-in-popup form.login-form > a:hover,
#log-in-popup form.register-form > a:hover,
#log-in-popup form.lost-password-form > a:hover {
  color: #f44336;
}
#log-in-popup form.login-form p.register-line,
#log-in-popup form.register-form p.register-line,
#log-in-popup form.lost-password-form p.register-line,
#log-in-popup form.login-form p.login-line,
#log-in-popup form.register-form p.login-line,
#log-in-popup form.lost-password-form p.login-line {
  margin-top: 10px;
  margin-bottom: 0;
  clear: both;
}
#log-in-popup form.login-form p.register-line a,
#log-in-popup form.register-form p.register-line a,
#log-in-popup form.lost-password-form p.register-line a,
#log-in-popup form.login-form p.login-line a,
#log-in-popup form.register-form p.login-line a,
#log-in-popup form.lost-password-form p.login-line a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 11px;
   font-family: 'Open Sans',sans-serif !important;
  text-decoration: underline;
}
#log-in-popup form.login-form p.register-line a:hover,
#log-in-popup form.register-form p.register-line a:hover,
#log-in-popup form.lost-password-form p.register-line a:hover,
#log-in-popup form.login-form p.login-line a:hover,
#log-in-popup form.register-form p.login-line a:hover,
#log-in-popup form.lost-password-form p.login-line a:hover {
  color: #f44336;
}
#log-in-popup form.register-form,
#log-in-popup form.lost-password-form {
  display: none;
}
#log-in-popup form.register-form p,
#log-in-popup form.lost-password-form p {
  clear: both;
  margin: 10px 0 0;
}
#log-in-popup form.register-form button[type="submit"],
#log-in-popup form.lost-password-form button[type="submit"] {
  float: none;
}
a.log-in-popup {
  outline: none;
}
/*-------------------------------------------------*/
/* =  comming-soon-page
/*-------------------------------------------------*/
body.comming-soon-page {
  width: 100%;
  height: 100%;
  background: url('../upload/banners/1.jpg') center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
body.comming-soon-page #comming-soon-content {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 100px 0;
}
body.comming-soon-page #comming-soon-content .logo-place {
  margin-bottom: 200px;
}
body.comming-soon-page #comming-soon-content .logo-place a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
body.comming-soon-page #comming-soon-content .logo-place a img {
  max-width: 100%;
}
body.comming-soon-page #comming-soon-content .logo-place a:hover {
  opacity: 0.8;
}
body.comming-soon-page #comming-soon-content #clock {
  max-width: 420px;
  margin: 0 auto 40px;
  overflow: hidden;
}
body.comming-soon-page #comming-soon-content #clock .comming-part {
  float: left;
  width: 25%;
  text-align: center;
}
body.comming-soon-page #comming-soon-content #clock .comming-part span {
  display: inline-block;
  color: #ffffff;
  font-size: 48px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 900;
  margin: 0 0 5px;
}
body.comming-soon-page #comming-soon-content #clock .comming-part p {
  font-size: 13px;
  color: #f44336;
  text-transform: uppercase;
  margin-bottom: 0;
}
body.comming-soon-page #comming-soon-content form.subscribe {
  margin: 0 0 40px;
}
body.comming-soon-page #comming-soon-content form.subscribe p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 24px;
}
body.comming-soon-page #comming-soon-content form.subscribe h1 {
  color: #ffffff;
  font-size: 48px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 20px;
}
body.comming-soon-page #comming-soon-content form.subscribe h1 span {
  color: #f44336;
  font-weight: 900;
}
body.comming-soon-page #comming-soon-content form.subscribe input[type=text] {
  display: inline-block;
  width: 430px;
  padding: 9px 10px;
  background: #ffffff;
  color: #aaa;
  font-size: 11px;
   font-family: 'Open Sans',sans-serif !important;
  text-transform: uppercase;
  outline: none;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  margin: 0 10px 10px 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
body.comming-soon-page #comming-soon-content form.subscribe input[type=text]:focus {
  border: 1px solid #f44336;
}
body.comming-soon-page #comming-soon-content form.subscribe button {
  display: inline-block;
  margin: 0;
  padding: 10px 26px;
  background: #222222;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  color: #fff;
  font-size: 11px;
   font-family: 'Open Sans',sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
body.comming-soon-page #comming-soon-content form.subscribe button i {
  margin: 0 8px;
}
body.comming-soon-page #comming-soon-content form.subscribe button:hover {
  background: #f44336;
}
body.comming-soon-page #comming-soon-content .social-box {
  margin-top: 200px;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons {
  margin: 0;
  padding: 0;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li {
  display: inline-block;
  margin-right: 1px;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 36px;
  height: 36px;
  border: 1px solid #666666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #666666;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.facebook:hover {
  border: 1px solid #1854dd;
  background: #1854dd;
  color: #ffffff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.google:hover {
  border: 1px solid #f14133;
  background: #f14133;
  color: #ffffff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.twitter:hover {
  border: 1px solid #18a3dd;
  background: #18a3dd;
  color: #ffffff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.youtube:hover {
  border: 1px solid #d31708;
  background: #d31708;
  color: #ffffff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.instagram:hover {
  border: 1px solid #a55900;
  background: #a55900;
  color: #ffffff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.linkedin:hover {
  border: 1px solid #1879dd;
  background: #1879dd;
  color: #ffffff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.vimeo:hover {
  border: 1px solid #2ea0f0;
  background: #2ea0f0;
  color: #ffffff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.dribble:hover {
  border: 1px solid #f05c9e;
  background: #f05c9e;
  color: #ffffff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.pinterest:hover {
  border: 1px solid #d30829;
  background: #d30829;
  color: #ffffff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.flickr:hover {
  border: 1px solid #a43e99;
  background: #a43e99;
  color: #ffffff;
}
body.comming-soon-page #comming-soon-content .social-box ul.social-icons li a.rss:hover {
  border: 1px solid #f0590f;
  background: #f0590f;
  color: #ffffff;
}
body.comming-soon-page.underconstruction {
  background: url('../upload/banners/2.jpg') center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
  background: #253e59;
  padding-top: 20px;
}
footer .footer-widgets-part {
  padding-bottom: 25px;
}
footer h1 {
  color: #222222;
  font-size: 15px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 25px;
  border-bottom: 1px solid #333333;
  margin-bottom: 25px;
  color: #ffffff;
  letter-spacing: 1px;
}
footer .widget {
  margin-bottom: 20px;
}
footer .widget p {
  color: #999999;
}
footer .text-widget a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
}
footer .text-widget a img {
  margin-top: 20px;
}
footer .social-widget ul.social-icons {
  margin: 0;
  padding: 0;
}
footer .social-widget ul.social-icons li {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 4px;
}
footer .social-widget ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 36px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #333333;
  color: #666666;
  font-size: 20px;
  background: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
footer .social-widget ul.social-icons li a:hover {
  color: #ffffff;
}
footer .social-widget ul.social-icons li a.facebook:hover {
  background: #1854dd;
  border: 1px solid #1854dd;
}
footer .social-widget ul.social-icons li a.google:hover {
  background: #f14133;
  border: 1px solid #f14133;
}
footer .social-widget ul.social-icons li a.twitter:hover {
  background: #18a3dd;
  border: 1px solid #18a3dd;
}
footer .social-widget ul.social-icons li a.youtube:hover {
  background: #d31708;
  border: 1px solid #d31708;
}
footer .social-widget ul.social-icons li a.instagram:hover {
  background: #a55900;
  border: 1px solid #a55900;
}
footer .social-widget ul.social-icons li a.linkedin:hover {
  background: #1879dd;
  border: 1px solid #1879dd;
}
footer .social-widget ul.social-icons li a.vimeo:hover {
  background: #2ea0f0;
  border: 1px solid #2ea0f0;
}
footer .social-widget ul.social-icons li a.dribble:hover {
  background: #f05c9e;
  border: 1px solid #f05c9e;
}
footer .social-widget ul.social-icons li a.pinterest:hover {
  background: #d30829;
  border: 1px solid #d30829;
}
footer .social-widget ul.social-icons li a.flickr:hover {
  background: #a43e99;
  border: 1px solid #a43e99;
}
footer .social-widget ul.social-icons li a.rss:hover {
  background: #f0590f;
  border: 1px solid #f0590f;
}
footer .posts-widget ul.list-posts > li {
  border-bottom: none;
  margin-bottom: 20px;
}
footer .posts-widget ul.list-posts > li img {
  width: 80px;
}
footer .posts-widget ul.list-posts > li .post-content {
  margin-left: 100px;
}
footer .posts-widget ul.list-posts > li .post-content > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #666666;
  font-size: 12px;
   font-family: 'Open Sans',sans-serif !important;
  font-style: italic;
  margin: 0;
  line-height: 16px;
  margin-top: -2px;
}
footer .posts-widget ul.list-posts > li .post-content > a:hover {
  opacity: 0.7;
}
footer .posts-widget ul.list-posts > li .post-content h2 {
  line-height: 18px;
  margin-bottom: 0;
  max-height: 36px;
  overflow: hidden;
}
footer .posts-widget ul.list-posts > li .post-content h2 a {
  color: #999999;
}
footer .posts-widget ul.list-posts > li .post-content h2 a:hover {
  color: #ffffff;
}
footer .categories-widget ul.category-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
footer .categories-widget ul.category-list li {
  list-style: none;
  width: 50%;
  float: left;
  margin-bottom: 15px;
}
footer .categories-widget ul.category-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #999999;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #333333;
}
footer .categories-widget ul.category-list li a span {
  display: inline-block;
  float: right;
  width: 30px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  border: 1px solid #333333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
footer .categories-widget ul.category-list li a:hover {
  color: #f44336;
}
footer .categories-widget ul.category-list li a:hover span {
  background: #f44336;
  border: 1px solid #f44336;
  color: #ffffff;
}
footer .categories-widget ul.category-list li:nth-child(2n) {
  padding-left: 9px;
}
footer .flickr-widget ul.flickr-list {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
footer .flickr-widget ul.flickr-list li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
}
footer .flickr-widget ul.flickr-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
footer .flickr-widget ul.flickr-list li a img {
  max-width: 81px;
}
footer .flickr-widget ul.flickr-list li a:hover {
  opacity: 0.7;
}
footer .flickr-widget ul.flickr-list li:nth-child(3n) {
  margin-right: 0;
}
footer .flickr-widget a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px;
   font-family: 'Open Sans',sans-serif !important;
}
footer .flickr-widget a:hover {
  color: #ffffff;
}
footer .tags-widget ul.tag-list {
  margin: 0;
  padding: 0;
}
footer .tags-widget ul.tag-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}
footer .tags-widget ul.tag-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px;
   font-family: 'Open Sans',sans-serif !important;
  padding: 6px 10px;
  border: 1px solid #444444;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
footer .tags-widget ul.tag-list li a:hover {
  color: #ffffff;
  background: #f44336;
  border: 1px solid #f44336;
}
footer .subscribe-widget form {
  margin: 0;
  background: #f44336;
  padding: 17px 20px;
}
footer .subscribe-widget form h1 {
  color: #ffffff;
  margin-bottom: 16px;
  padding: 0;
  border: none;
}
footer .subscribe-widget form input[type="text"] {
  outline: none;
  padding: 12px;
  color: #999999;
  font-size: 12px;
   font-family: 'Open Sans',sans-serif !important;
  background: #ffffff;
  border: none;
  width: 100%;
  display: block;
}
footer .subscribe-widget form button {
  width: 40px;
  height: 42px;
  text-align: right;
  background: #f44336;
  border: none;
  outline: none;
  line-height: 40px;
  color: #ffffff;
  font-size: 30px;
  float: right;
  margin-top: -42px;
}
footer .subscribe-widget form p {
  color: #ffffff;
  margin: 0;
  font-size: 12px;
  line-height: 15px;
  margin-top: 15px;
}
footer .recent-comments-widget {
  margin-bottom: 45px;
}
footer .recent-comments-widget ul {
  margin: 0;
  padding: 0;
  background: transparent;
}
footer .recent-comments-widget .bx-wrapper .bx-viewport {
  background: transparent;
}
footer .recent-comments-widget .bx-wrapper .bx-controls-direction {
  display: none;
}
footer .recent-comments-widget .bx-wrapper .bx-pager {
  bottom: -35px !important;
  padding-top: 0;
}
footer .recent-comments-widget .bx-wrapper .bx-pager.bx-default-pager a:hover,
footer .recent-comments-widget .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f5d76e;
  border: 2px solid #f5d76e;
}
footer .recent-comments-widget div.recent-comment {
  text-align: center;
}
footer .recent-comments-widget div.recent-comment img {
  max-width: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 12px;
}
footer .recent-comments-widget div.recent-comment .comment-content p {
  color: #cccccc;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0;
}
footer .recent-comments-widget div.recent-comment .comment-content p.main-message {
  font-weight: 400;
  margin-bottom: 13px;
  position: relative;
  color: #999999;
}
footer .recent-comments-widget div.recent-comment .comment-content span {
  display: inline-block;
  color: #999999;
  font-size: 12px;
   font-family: 'Open Sans',sans-serif !important;
  font-style: italic;
}
footer .recent-comments-widget div.recent-comment .comment-content span i {
  margin-right: 10px;
}
footer .footer-last-line {
  padding: 30px 0;
  border-top: 1px solid #333333;
}
footer .footer-last-line p {
  font-size: 12px;
  color: #666666;
}
footer .footer-last-line nav.footer-nav {
  text-align: right;
}
footer .footer-last-line nav.footer-nav ul {
  margin: 0;
  padding: 0;
}
footer .footer-last-line nav.footer-nav ul li {
  display: inline-block;
  margin-left: 10px;
}
footer .footer-last-line nav.footer-nav ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 12px;
   font-family: 'Open Sans',sans-serif !important;
}
footer .footer-last-line nav.footer-nav ul li a:hover {
  color: #ffffff;
}
footer .footer-last-line nav.footer-nav ul li:first-child {
  margin-left: 0;
}
footer .footer-last-line nav.footer-nav ul li:before {
  content: '|';
  margin-right: 13px;
  color: #666666;
  font-size: 12px;
   font-family: 'Open Sans',sans-serif !important;
}
footer .footer-last-line nav.footer-nav ul li:first-child:before {
  display: none;
  margin-right: 0;
}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1400px) {
  section.heading-news .heading-news-box .image-post {
    width: 20%;
  }
  section.heading-news .heading-news-box .snd-size {
    width: 40%;
  }
  section.heading-news .heading-news-box > .image-post:nth-last-of-type(-n+2) {
    display: none;
  }
}
@media (max-width: 1199px) 
{
     .navbar-basis {
    max-width: 230px;
    padding-top: 58px;
}
  #container {
    overflow: hidden;
  }
  .navbar-basis {
    max-width: 230px;
    padding-top: 58px;
  }
  .navbar-nav > li > a {
    padding: 20px 12px;
  }
  .navbar-nav > li > a.home {
    padding: 20px 12px;
  }
  .navbar-nav > li > a:after {
    display: none;
  }
  .navbar-nav .megadropdown .inner-megadropdown .filter-block,
  .navbar-nav .megadropdown .inner-megadropdown .filter-block:before {
    width: 170px;
  }
  .navbar-nav .megadropdown .inner-megadropdown .posts-filtered-block {
    width: 770px;
  }
  section.heading-news .heading-news-box .image-post {
    width: 25%;
  }
  section.heading-news .heading-news-box .snd-size {
    width: 50%;
  }
  section.heading-news .heading-news-box > .image-post:nth-last-of-type(-n+4) {
    display: none;
  }
  .basis-news-box .ticker {
    width: 679px;
  }
  .heading-news2 .basis-news-box .ticker {
    width: 716px;
  }
  .latest-articles.iso-call .news-post {
    width: 293px;
  }
  .advertisement img {
    max-width: 100%;
  }
  .heading-news2 .heading-news-box .news-post {
    width: 33.33333%;
  }
  .heading-news2 .heading-news-box > .news-post:nth-last-of-type(-n+2) {
    display: none;
  }
  .heading-news2 .heading-news-box .image-slider.snd-size {
    width: 66.66666%;
  }
  .galery-box #bx-pager2 a {
    width: 69px;
  }
  .very-large-post .post-gallery .group-image a.big-size {
    width: 66%;
  }
}
@media (max-width: 991px) {
  .top-line ul.social-icons {
    display: none;
  }
  form.navbar-right {
    display: none;
  }
  .navbar-nav > li > a {
    padding: 15px 8px;
  }
  .navbar-nav > li > a.home {
    padding: 15px 8px;
  }
  .advertisement .desktop-advert,
  .sidebar .advertisement .desktop-advert {
    display: none;
  }
  .advertisement .tablet-advert,
  .sidebar .advertisement .tablet-advert {
    display: block;
  }
  .navbar-basis {
    padding: 45px 15px 40px 0;
  }
  .navbar-nav .megadropdown .inner-megadropdown .filter-block {
    display: none;
  }
  .navbar-nav .megadropdown .inner-megadropdown .posts-filtered-block {
    width: 720px;
  }
  section.heading-news .heading-news-box .image-post {
    width: 33.33333%;
  }
  section.heading-news .heading-news-box .snd-size {
    width: 66.66666%;
  }
  section.heading-news .heading-news-box > .image-post:nth-last-of-type(-n+6) {
    display: none;
  }
    .sidebar ul.social-share li span {
    font-size: 9px;
  }
  .latest-articles.iso-call .news-post {
    width: 470px;
  }
  .sidebar .image-post-slider .news-post .hover-box .inner-hover {
    padding: 0 20px;
  }
  .sidebar .image-post-slider .news-post .hover-box .inner-hover h2 {
    font-size: 14px;
    line-height: 18px;
    max-height: 36px;
  }
  .sidebar .image-post-slider .news-post .hover-box .inner-hover .post-tags li:last-child {
    display: none;
  }
  .sidebar .image-post-slider .news-post .hover-box .inner-hover .post-tags li:nth-child(1) {
    display: none;
  }
  .sidebar .tab-posts-widget ul.nav-tabs li a {
    font-size: 10px;
  }
  .sidebar .tab-posts-widget .tab-pane ul.list-posts > li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sidebar .tab-posts-widget .tab-pane ul.list-posts > li img {
    margin-right: 10px;
  }
  footer .footer-last-line nav.footer-nav {
    display: none;
  }
  footer .footer-last-line p {
    text-align: center;
  }
  .sidebar .recent-comments-widget ul.comment-list li {
    text-align: center;
  }
  .sidebar .recent-comments-widget ul.comment-list li img {
    float: none;
    margin-bottom: 20px;
  }
  .sidebar .recent-comments-widget ul.comment-list li .comment-content {
    margin-left: 0;
    padding: 0 10px;
  }
  .sidebar .recent-comments-widget ul.comment-list li .comment-content p.main-message:before {
    top: -6px;
    left: 50%;
    margin-left: -3px;
  }
  .sidebar .recent-comments-widget ul.comment-list li .comment-content span {
    padding-left: 0;
  }
  header.third-style .list-line-posts {
    display: none;
  }
  header.third-style .navbar-nav > li > a.food {
    display: none;
  }
  .sidebar.small-sidebar {
    display: none;
  }
  .slider-caption-box #bx-pager a {
    max-height: 45px;
    overflow: hidden;
    padding: 5px 15px;
    font-weight: 400;
    font-size: 12px;
  }
  .galery-box #bx-pager2 a {
    width: 60px;
  }
  .very-large-post .post-content {
    padding: 0 30px 35px;
  }
  .very-large-post .post-gallery .group-image a {
    width: 50%;
  }
  .very-large-post .post-gallery .group-image a.big-size {
    width: 100%;
  }
  .very-large-post .post-gallery #bx-pager {
    display: none;
  }
  .single-post-box .prev-next-posts img {
    display: none;
  }
  .single-post-box .about-more-autor .more-autor-posts .news-post {
    width: 50%;
  }
  .single-wide .image-slider .news-post .hover-box .inner-hover h1 {
    font-size: 15px;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
  }
  .single-wide .image-slider .news-post .hover-box .inner-hover {
    padding-bottom: 35px;
  }
  .forum-table {
    overflow-x: scroll;
    width: 100%;
  }
  .forum-table div.table-head,
  .forum-table div.table-row,
  .forum-table div.table-title {
    min-width: 610px;
  }
  .forum-table.single-topic {
    overflow-x: hidden;
    width: 100%;
  }
  .forum-table.single-topic div.table-head,
  .forum-table.single-topic div.table-row,
  .forum-table.single-topic div.table-title {
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .top-line {
    display: none;
  }
 
  .navbar-basis,
  header.third-style .navbar-basis {
    padding: 20px 15px 20px;
  }
  .navbar-toggle {
    margin-top: 14px;
  }
  .navbar-nav > li > a {
    padding: 5px 15px;
    color: #fff !important;
  }
  .navbar-nav > li:hover > a {
    color: #f44336 !important;
  }
  .navbar-nav > li > a.home {
    padding: 5px 15px;
  }
  .navbar-nav > li > a:before {
    display: none;
  }
  .navbar-nav li.drop ul.dropdown,
  .navbar-nav li.drop ul.dropdown li ul.dropdown.level2 {
    position: relative;
    display: block;
    opacity: 1;
    visibility: visible;
    width: 100%;
    border: none !important;
    top: inherit;
    left: inherit;
    background: transparent !important;
  }
  .navbar-nav li.drop ul.dropdown li,
  .navbar-nav li.drop ul.dropdown li ul.dropdown.level2 li {
    background: transparent;
    border: none;
  }
  .navbar-nav li.drop ul.dropdown li a,
  .navbar-nav li.drop ul.dropdown li ul.dropdown.level2 li a {
    padding: 5px 20px;
    background: transparent !important;
    font-weight: 700;
    font-size: 13px;
  }
  header.second-style .navbar-nav > li a {
    color: #ffffff !important;
  }
  header.second-style .navbar-nav > li a:hover {
    color: #f44336 !important;
  }
  header.third-style .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-nav .megadropdown {
    display: none !important;
  }
  .navbar-default .navbar-collapse {
    
    overflow-y: scroll;
    overflow-x: hidden;
  }
  

  section.heading-news .heading-news-box > .image-post {
    display: none;
  }
  section.heading-news .heading-news-box .snd-size {
    width: 100%;
  }
  .latest-articles.iso-call {
    margin-left: 0;
    margin-right: 0;
  }
  .latest-articles.iso-call .news-post {
    width: 100%;
    margin: 0 0 30px;
  }
  .advertisement .tablet-advert,
  .sidebar .advertisement .tablet-advert {
    display: none;
  }
  .advertisement .mobile-advert,
  .sidebar .advertisement .mobile-advert {
    display: block;
  }
  .heading-news2 .heading-news-box > .news-post {
    display: none;
  }
  .heading-news2 .heading-news-box .image-slider.snd-size {
    width: 100%;
  }
  .bx-controls {
    display: none;
  }
  .slider-caption-box #bx-pager a {
    max-height: inherit;
    overflow: hidden;
    padding: 12px 15px;
    font-weight: 400;
    font-size: 13px;
  }
  .galery-box #bx-pager2 a {
    width: 86px;
  }
  header.fifth-style .navbar-header a.navbar-basis {
    padding: 20px 0;
  }
  section.big-slider .big-bxslider li .image-post2 .hover-box .inner-hover h2 {
    font-size: 20px;
    line-height: 26px;
    max-height: 52px;
  }
  section.big-slider .big-bxslider li .image-post2 .hover-box .inner-hover ul.post-tags {
    display: none;
  }
  .banner-quote-post {
    padding-left: 35px;
    padding-right: 35px;
  }
  .image-slider .image-post2 .hover-box h2 {
    font-size: 15px;
    line-height: 18px;
    max-height: 36px;
  }
  .single-post-box .title-post,
  .single-post-box .share-post-box {
    padding-left: 0;
    padding-right: 0;
  }
  .single-post-box .share-post-box ul.share-box li {
    margin-right: 0;
  }
  .single-wide .image-slider .news-post .hover-box .inner-hover {
    padding: 0 0 10px;
  }
  .single-wide .image-slider .news-post .hover-box .inner-hover h2 {
    margin-bottom: 0;
  }
  .single-wide .image-slider .news-post .hover-box .inner-hover ul.post-tags {
    display: none;
  }
  .error-banner h1,
  body.comming-soon-page #comming-soon-content form.subscribe h1 {
    font-size: 40px;
  }
  body.comming-soon-page #comming-soon-content form.subscribe input[type=text] {
    width: 350px;
  }
  body.comming-soon-page #comming-soon-content .logo-place {
    margin-bottom: 60px;
  }
  body.comming-soon-page #comming-soon-content .social-box {
    margin-top: 80px;
  }
}


div.versions-box-choose {
  position: fixed;
  top: 208px;
  left: 0;
  width: 200px;
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 25px 20px;
  z-index: 999999;
  transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -webkit-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
}

div.versions-box-choose.closed {
  left: -200px;
}

div.versions-box-choose a.toogle-box {
  position: absolute;
  top: -1px;
  right: -50px;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;
  color: #222222;
  font-size: 20px;
  border: 1px solid #e7e7e7;
}

div.versions-box-choose h2 {
  color: #333333;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
}

div.versions-box-choose h2 span {
  display: inline-block;
  padding-bottom: 12px;
  margin-bottom: -1px;
  border-bottom: 1px solid #f44336;
}

ul.demo-list {
  padding: 0;
  margin: 0;
}

ul.demo-list li {
  display: block;
  margin-bottom: 14px;
}

ul.demo-list li:last-child {
  margin-bottom: 0;
}

ul.demo-list li a {
  display: inline-block;
  color: #333;
  font-size: 13px;
   font-family: 'Open Sans',sans-serif !important;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -webkit-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
}

ul.demo-list li a span {
  display: inline-block;
  background: #f44336;
  font-weight: 400;
  width: 80px;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  margin-right: 5px;
  transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -webkit-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
}

ul.demo-list li a:hover span {
  opacity: 0.7;
}

ul.demo-list li a.fashion span {
  background: #aa35d6;
  width: 80px;
  text-align: center;
}

ul.demo-list li a.sport span {
  background: #4c60f6;
}

ul.demo-list li a.tech span {
  background: #74b430;
}

ul.demo-list li a.design span {
  background: #f5d76e;
  color: #222;
}

ul.demo-list li a.travel span {
  background: #f58021;
  color: #fff;
}

ul.demo-list li a.dark span {
  background: #222;
  color: #fff;
}

ul.demo-list li a i {
  background: red;
  padding: 0px 4px 2px;
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 4px;
  right: -30px;
}
/* New BASIS styles */
.basis-total
{
	
	color:#fff;
	    margin-left: -15px;
		margin-right: -15px;
		
		clear:both;
		font-size:18px;
		font-weight:100;
}
.menuTitle
{
    display: block;
    float: left;
    padding-top: 22px;
    font-weight: 900;
}
.basis-largeNumber
{
	font-size:50px;
	font-weight:900;
	padding-left:40px;
}
.basis-largeTitle
{
	font-size: 24px;
    font-weight: 900;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.basis-largeTitle2
{
	font-size: 26px;
    font-weight: 900;
    border-bottom: 1px solid #93cdfc;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.basis-darkBlueBackground .basis-largeTitle
{
 font-size: 26px;
    font-weight: 900;
    border-bottom: 1px solid #f3cf33;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.basis-blueText
{
	color: #2456a6;
}
.basis-blackText
{
	color: #222222;
	border-bottom: 1px solid #33a3f1;
}
.basis-summary-block .largeNumberBlock
{
       display: inline-block;
         transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.basis-summary-block .largeNumberBlock:hover
{
    background: #deb400;
    border-radius:6px;
   
    padding:5px;
}

.basis-summary-block .largeNumberBlock:hover .basis-largeNumber
{
    color:#fff;
} 

.largeNumberBlock
{
    color:#fff !important;
    
}
.loading
{
    text-align: center;
    padding-top: 250px;
    font-weight: 900;
    text-transform: lowercase;
    color: #19314a;
    font-size: 30px;
}

.serviceArea
{
    background-color: #fff;
    margin-top: 0px;
    padding: 70px;
}

.serviceTitle
{
    font-weight:900;
}

.largeNumberBlock:hover .basis-greenBackground
{
    background: #2b517b;
    color:#fff;
}

.largeNumberBlock:hover .basis-blueBackground
{
    background: #0a4c63;
    color:#fff;
}
.largeNumberBlock:hover .whiteBackground
{
    background: #e8e8e8;
    color:#444;
}
.basis-whiteBackground
{
	background: #fff;
	color:#000;
	padding:20px;
	transition: background-color 0.5s ease;
}
.basis-blueBackground
{
	background: #225b8c;
	padding:20px;
	transition: background-color 0.5s ease;
}
.basis-greenBackground
{
	background: #263e59;
	padding:20px;
	transition: background-color 0.5s ease;
}
.basis-darkBlueBackground
{
	background: #263e59;
	padding:20px;
	color:#fff;
	transition: background-color 0.5s ease;
}
.basis-coolBlueBackground
{
    background: #225b8c;
	padding:20px;
	color:#fff;
	transition: background-color 0.5s ease;
}
.basis-darkGreenBackground
{
	background: #476a67;
	padding:20px;
	color:#fff;
	transition: background-color 0.5s ease;
}
.basis-darkBlueBackground p, .basis-coolBlueBackground p, .basis-darkGreenBackground p
{
    color:#fff;
}

.basis-darkBlueBackground .table-bordered {
    border: 1px solid #263e59 !important;
    font-size: 14px;
}

.basis-darkBlueBackground .table-bordered > thead > tr > th {
        border-color: #263e59 !important;
        border-bottom-color:#fff !important;
        border-bottom: 1px solid #fff !important;
}
.basis-darkBlueBackground .table-bordered > tbody > tr > td
{
    border-width: 1px;
    border-style: solid;
    border-color: #263e59 !important;
    border-image: initial;
    padding: 10px;
}
.basis-darkBlueBackground .table-hover>tbody>tr:hover {
    background-color: #43bcce !important;
}
.basis-darkBlueBackground .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #3678ff !important;
}
.basis-darkBlueBackground .table-striped>tbody>tr.grayBack:nth-of-type(odd) {
    background-color: #ffff00 !important;
}
.basis-darkBlueBackground .table-striped>tbody>tr.grayBack:nth-of-type(odd) {
    background-color: #263e59 !important;
    font-weight: 900 !important;
    font-size: 18px;
    color:#ffe264 !important;
}
.basis-darkBlueBackground .table-striped>tbody>tr:nth-of-type(odd):hover {
    background-color: #43bcce !important;
}
.archiveBlock {
    max-width: 90em;
  margin-left: 20px;
}
.narrativeBlock img
{
max-width:50em;
width: 100%;
}
.narrativeBlock h5
{
    font-size:18px;
    display:block;
    border-bottom:1px solid #d9b00b;
    margin-top:20px;
    margin-bottom:20px;
    font-weight:900;
}
    
.otherChapter table
{
border-collapse: collapse;
width:100%;
margin-bottom:10px;
border:1px solid #fff;
}

.otherChapter table tr td
{
   
      border-top:none !important;
      border-bottom:none !important;
      border-left:none !important;
      border-right:none !important;
 padding:10px !important;
 padding-top:5px !important;
 padding-bottom:5px !important;
 margin:0px !important;
}

.otherChapter table tr td p
{
    
 margin:0px !important;
}

.otherChapter table tr th {
    background-color: #000 !important;
    color: #fff !important;
    font-size: 11pt !important;
      border-top:none !important;
      border-bottom:none !important;
      border-left:none !important;
      border-right:none !important;
      text-align:left !important;
    font-weight: 900;
   
    padding:5px !important;
    
}

.otherChapter table>tbody>tr:nth-child(even)>td {
    background-color: #f9f9f9 !important;
}

.narrativeBlock ul {
    list-style: none !important;
}
.narrativeBlock ul  li {
    line-height: 1.5;
    text-indent: -2em;
    margin-bottom: 10px;
    padding-left: 20px;
}
.narrativeBlock ul  li:before {
    content: "\f0a9";
    font-family: FontAwesome;
    color: #d9b00b;
    padding-right: 10px;
    border: 1px solid transparent;
}
.narrativeBlock ul li a {
	font-size:16px;
}
.narrativeBlock ul li p {
    display:inline;
}
.narrativeBlock ul  li a.basis-whiteText {
    color:#fff;
	font-size:16px;
}


.narrativeBlock p, .narrativeBlock p span {
   color: #58585b;
}

.pubText, .pubText span
{
      color: #58585b !important;
}

.basis-darkBlueBackground .pubText, .basis-darkBlueBackground .pubText span
{
     color: #fff !important;
}

.basis-list {
    list-style: none !important;
}
.basis-list li {
    line-height: 1.5;
    text-indent: -2em;
    margin-bottom: 10px;
    padding-left: 20px;
}
.basis-list li:before {
    content: "\f0a9";
    font-family: FontAwesome;
    color: #d9b00b;
    padding-right: 10px;
    border: 1px solid transparent;
}
.basis-list li a 
{
    color:#fff;
	font-size:16px;
	font-weight:500;
	background-color:transparent;
	 transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.basis-list li:hover a {
	font-size:16px;
	background-color:#3d77d2;
	color:#fff;
	padding:5px;
	font-weight:600;
	text-decoration:none;
	border-radius:5px;
}
}
.basis-list li a.basis-whiteText {
    color:#fff;
	font-size:16px;
}


.basis-list2 {
    list-style: none !important;
}
.basis-list2 li {
   line-height: 1.5;
    text-indent: -2em;
    margin-bottom: 10px;
    padding-left: 20px;
}
.basis-list2 li:before {
    content: "\f0a9";
    font-family: FontAwesome;
    color: #93cdfc;
    padding-right: 10px;
    border: 1px solid transparent;
}
.basis-list2 li a 
{
    color:#fff;
	font-size:16px;
		background-color:transparent;
	 transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.basis-list2 li:hover a {
	font-size:16px;
	background-color:#80aada;
	color:#fff;
	padding:5px;
	font-weight:600;
	text-decoration:none;
	border-radius:5px;
}
}
.basis-list2 li a.basis-whiteText {
    color:#fff;
	font-size:16px;
}

.basis-list3 {
    list-style: none !important;
}
.basis-list3 li {
    line-height: 1.5;
    text-indent: -2em;
    margin-bottom: 10px;
    padding-left: 20px;
}
.basis-list3 li:before {
    content: "\f0a9";
    font-family: FontAwesome;
    color: #0096d5;
    padding-right: 10px;
    border: 1px solid transparent;
}
.basis-list3 li a {
	font-size:16px;
		background-color:transparent;
	 transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.basis-list3 li:hover a {
background-color: #3d77d2;
    color: #fff;
	text-decoration:none;
	padding:5px;
	border-radius:5px;
}

.basis-list-large {
    list-style: none !important;
}
.basis-list-large li {
   line-height: 1.5;
    text-indent: -2em;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size:20px;
    font-weight:900;
}
.basis-list-large li:before {
    content: "\f0ac" !important;
    font-family: FontAwesome;
    color: #6179d0 !important;
    padding-right: 10px;
    border: 1px solid transparent;
}
.basis-list-large li a {
	font-size:20px;
}

.basis-list-file {
    list-style: none !important;
}
.basis-list-file li {
    line-height: 1.5;
    text-indent: -2em;
    margin-bottom: 10px;
    padding-left: 20px;
}
.basis-list-file li:before {
    content: "\f1c1";
    font-family: FontAwesome;
    color: #afdbff;
    padding-right: 10px;
    border: 1px solid transparent;
    font-size:20px;
}
.basis-list-file li a {
	font-size:16px;
	font-weight: 600;
	
}

.basis-list-file li a.basis-whiteText {
    color:#fff;
	font-size:16px;
	font-weight: 600;
}
.basis-list-file li.archive:before {
    content: "\f187";
    font-family: FontAwesome;
    color: #49e0e8;
    padding-right: 10px;
    border: 1px solid transparent;
    font-size:20px;
}

.basis-list-file-download {
    list-style: none !important;
        margin-left: -40px;
}
.basis-list-file-download li {
    line-height:2;
}

.basis-list-file-download li:before {
    content: "\f1c1";
    font-family: FontAwesome;
    color: #f9df6e;
    padding-right: 10px;
    border: 1px solid transparent;
    font-size: 20px;
}
.basis-list-file-download li a {
	font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    word-spacing: 0.05em;
     transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.basis-list-file-download li:hover a {
padding:5px;
background-color:#80aada;
text-decoration:none;
border-radius:5px;
}

.basis-list-file-download li.archive:before {
    content: "\f1c6";
    font-family: FontAwesome;
    color: #70ddff;
    padding-right: 10px;
    border: 1px solid transparent;
    font-size:20px;
}

.basis-list-file-download li.visualize:before {
    content: "\f200";
    font-family: FontAwesome;
    color: #85ff70;
    padding-right: 10px;
    border: 1px solid transparent;
    font-size:20px;
}

.basis-list-file-download li.department:before {
    content: "\f0a9";
    font-family: FontAwesome;
    color: #ffef70;
    padding-right: 10px;
    border: 1px solid transparent;
    font-size:20px;
}

.basis-list-file-download li.data:before {
    content: "\f1c0";
    font-family: FontAwesome;
    color: #f2f2f2;
    padding-right: 10px;
    border: 1px solid transparent;
    font-size:20px;
}

.basis-list-accomplish {
    list-style: none !important;
}
.basis-list-accomplish li {
    line-height: 1.5;
    text-indent: -2em;
    margin-bottom: 10px;
    padding-left: 20px;
}
.basis-list-accomplish li:before {
    content: "\f046" !important;
    font-family: FontAwesome;
    color: #3678ff !important;
    padding-right: 10px;
    border: 1px solid transparent;
    font-size:20px;
}
.basis-list-accomplish li a {
	font-size:16px;
	font-weight: 600;
}

.basis-list-accomplish li a.basis-whiteText {
    color:#fff;
	font-size:16px;
	font-weight: 600;
}

.basis-list-init {
    list-style: none !important;
}
.basis-list-init li {
    line-height: 1.5;
    text-indent: -2em;
    margin-bottom: 10px;
    padding-left: 20px;
}
.basis-list-init li:before {
    content: "\f069" !important;
    font-family: FontAwesome;
    color: #f3cf33 !important;
    padding-right: 10px;
    border: 1px solid transparent;
    font-size:20px;
}
.basis-list-init li a {
	font-size:16px;
	font-weight: 600;
}

.basis-list-init li a.basis-whiteText {
    color:#fff;
	font-size:16px;
	font-weight: 600;
}


.basis-list-prod {
    list-style: none !important;
}
.basis-list-prod li {
    line-height: 1.5;
    text-indent: -2em;
    margin-bottom: 10px;
    padding-left: 20px;
}
.basis-list-prod li:before {
    content: "\f201" !important;
    font-family: FontAwesome;
    color: #d9290b !important;
    padding-right: 10px;
    border: 1px solid transparent;
    font-size:20px;
}
.basis-list-prod li a {
	font-size:16px;
	font-weight: 600;
}

.basis-list-prod li a.basis-whiteText {
    color:#fff;
	font-size:16px;
	font-weight: 600;
}

.collabTitle {
    font-weight: 900;
}

.narrativeBlock ul ul {
    list-style: disc !important;
}

.narrativeBlock ul ul li {
    text-indent: 0em !important;
}

.narrativeBlock ul ul li:before {
    content: none !important;
}

.basis-breakdown
{
	padding:30px;
	background-color:#fff;
	margin-left:-15px;
	margin-right:-15px;
}

.basis-home
{
	background-color:#fff;
	border-bottom:1px solid #ccc;
}

.basis-content
{
	background-color:#fff;
	border-bottom:1px solid #ccc;
	padding-top:20px;
	border-top:1px solid #e8e8e8;
}

.dataTables_info
{
    font-weight: 900;
    color: #666;
}

.dataTables_paginate.paging_bootstrap.pagination li a {
    color: #666;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 900;
}
.dataTables_paginate.paging_bootstrap.pagination li.disabled a {
    display: none;
}
.dataTables_length,.dataTables_filter {
    padding:15px;
}
.dataTables_info {
    padding:0 15px;
}
.dataTables_filter {
    float:right;
}
.dataTables_length select {
    width:65px;
    padding:5px 8px;
}
.dataTables_length label,.dataTables_filter label {
    font-weight:300;
}
.searchText
{
     
    display: inline-block;
   padding-right:10px;
    text-align: right;
    font-weight:500;
    color:#666;
    font-size:14px;
}
.dataTables_filter label {
    width:100%;
}
.dataTables_filter label input {
    width:78%;
}
.border-top {
    border-top:1px solid #ddd;
}
.dataTables_paginate.paging_bootstrap.pagination li {
    float:left;
    margin:0 1px;
    border:1px solid #ddd;
    border-radius:3px;
    -webkit-border-radius:3px;
    list-style: none;
}
.dataTables_paginate.paging_bootstrap.pagination li.disabled a {
    color:#c7c7c7;
}
.dataTables_paginate.paging_bootstrap.pagination li a {
    color:#666;
    padding:5px 10px;
    display:inline-block;
}
.dataTables_paginate.paging_bootstrap.pagination li:hover a,.dataTables_paginate.paging_bootstrap.pagination li.active a {
    color:#666;
    background:#eee;
    border-radius:3px;
    -webkit-border-radius:3px;
}
.dataTables_paginate.paging_bootstrap.pagination {
    float:right;
    margin-top:-5px;
    margin-bottom:15px;
}
.dataTable tr:last-child {
    border-bottom: 1px solid #ddd;
}


.dataTables_length label, .dataTables_filter label {
  font-weight: 500;
}

#pageNumberSelect
{
    font-weight:bold;
    color:#222;

    text-shadow:1px 1px #fff;
}

.dataTables_length
{
    font-weight:bold;
    color:#666;
}

#editable-sample_filter label input, #editable-sample2_filter label input, #editable-sample3_filter label input,#editable-sample4_filter label input, #editable-sample-bar_filter label input, #editable-sample-bar2_filter label input
{
     font-weight:bold;
    color:#666;
   
    text-shadow:1px 1px #fff;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
	    padding: 10px;
}

.table-bordered > thead > tr > th
{
	border-bottom:1px solid #000 !important;
}
.table-bordered
{
	border: 1px solid #fff;
	font-size:14px;
}


.table-bordered a
{
	font-weight:500;
	color:#2456a6;
	text-decoration:none !important;
	background-color:transparent;
	 transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display:block;
        padding: 5px;
    margin-top: -5px;
    margin-bottom: -5px;
}

.table-bordered a:hover
{
    color: #fff;
    background-color: #33a3f1;
    padding:5px;
    border-radius:5px;
}

.table-bordered a:hover::before
{
	text-decoration:none !important;
	content: "\f14d";
    font-family: FontAwesome;
    color: #fff;
    padding-right: 10px;
}

.table-bordered a:before {
    content: "\f0a9";
    font-family: FontAwesome;
    color: #3498db;
    padding-right: 10px;
    border: 1px solid transparent;
}

.currencyField, .currencyField2, .currencyFieldRound2 {
  text-shadow: 1px 1px #fff;
  font-size:16px;
  font-weight: 500;
}

.numberField, .numberField2, .numberFieldNoDecimalInput, .numberFieldNoDecimal, .numberFieldInput, .percentageField  {
  text-shadow: 1px 1px #fff;
  font-size:16px;
  font-weight: 500;
}

.currencyFieldLight, .currencyField2Light, .currencyFieldRound2Light {
  font-size:16px;
  font-weight: 500;
}

.numberFieldLight, .numberField2Light, .numberFieldNoDecimalInputLight, .numberFieldNoDecimalLight, .numberFieldInputLight, .percentageFieldLight  {
  font-size:16px;
  font-weight: 500;
}
.noShadow {
    text-shadow: none !important;
}

progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

  /* Get rid of default border in Firefox. */
  border: none;

 /* Dimensions */
width: 200%;
    min-width: 350px;
    max-width: 950px;
  height: 35px;

  /* For IE10 */
  color: #225b8c; 
  background-color:transparent;
}

progress[value]::-webkit-progress-bar {
  background-color: transparent;

  
}

progress[value]::-webkit-progress-value 
{
    background-color: #225b8c;
 
    background-size: 35px 20px, 100% 100%, 100% 100%;
}



progress[value]::-moz-progress-bar { 
   background-color: #225b8c;
 

  background-size: 35px 20px, 100% 100%, 100% 100%; 
}

#progress1[value]
{
  color: #1abc9c; 
}
#progress1[value]::-webkit-progress-value
{
    background-color: #1abc9c;
}
#progress1[value]::-moz-progress-bar { 
   background-color: #1abc9c;
}
#progress2[value]
{
  color: #16a085; 
}
#progress2[value]::-webkit-progress-value
{
    background-color: #16a085;
}

#progress2[value]::-moz-progress-bar { 
   background-color: #16a085;
}
#progress3[value]
{
  color: #2ecc71; 
}
#progress3[value]::-webkit-progress-value
{
    background-color: #2ecc71;
}

#progress3[value]::-moz-progress-bar { 
   background-color: #2ecc71;
}
#progress4[value]
{
  color: #27ae60; 
}
#progress4[value]::-webkit-progress-value
{
    background-color: #27ae60;
}

#progress4[value]::-moz-progress-bar { 
   background-color: #27ae60;
}
#progress5[value]
{
  color: #3498db; 
}
#progress5[value]::-webkit-progress-value
{
    background-color: #3498db;
}

#progress5[value]::-moz-progress-bar { 
   background-color: #3498db;
}
#progress6[value]
{
  color: #2980b9; 
}
#progress6[value]::-webkit-progress-value
{
    background-color: #2980b9;
}

#progress6[value]::-moz-progress-bar { 
   background-color: #2980b9;
}
#progress7[value]
{
  color: #9b59b6; 
}
#progress7[value]::-webkit-progress-value
{
    background-color: #9b59b6;
}

#progress7[value]::-moz-progress-bar { 
   background-color: #9b59b6;
}
#progress8[value]
{
  color: #8e44ad; 
}
#progress8[value]::-webkit-progress-value
{
    background-color: #8e44ad;
}

#progress8[value]::-moz-progress-bar { 
   background-color: #8e44ad;
}

#progress9[value]
{
  color: #f1c40f; 
}
#progress9[value]::-webkit-progress-value
{
    background-color: #f1c40f;
}

#progress9[value]::-moz-progress-bar { 
   background-color: #f1c40f;
}
#progress10[value]
{
  color: #f39c12; 
}
#progress10[value]::-webkit-progress-value
{
    background-color: #f39c12;
}

#progress10[value]::-moz-progress-bar { 
   background-color: #f39c12;
}
#progress11[value]
{
  color: #e67e22; 
}
#progress11[value]::-webkit-progress-value
{
    background-color: #e67e22;
}

#progress11[value]::-moz-progress-bar { 
   background-color: #e67e22;
}
#progress12[value]
{
  color: #d35400; 
}
#progress12[value]::-webkit-progress-value
{
    background-color: #d35400;
}

#progress12[value]::-moz-progress-bar { 
   background-color: #d35400;
}
#progress13[value]
{
  color: #e74c3c; 
}
#progress13[value]::-webkit-progress-value
{
    background-color: #e74c3c;
}

#progress13[value]::-moz-progress-bar { 
   background-color: #e74c3c;
}
#progress14[value]
{
  color: #c0392b; 
}
#progress14[value]::-webkit-progress-value
{
    background-color: #c0392b;
}

#progress14[value]::-moz-progress-bar { 
   background-color: #c0392b;
}
#progress15[value]
{
  color: #34495e; 
}
#progress15[value]::-webkit-progress-value
{
    background-color: #34495e;
}

#progress15[value]::-moz-progress-bar { 
   background-color: #34495e;
}
#progress16[value]
{
  color: #2c3e50; 
}
#progress16[value]::-webkit-progress-value
{
    background-color: #2c3e50;
}

#progress16[value]::-moz-progress-bar { 
   background-color: #2c3e50;
}
#progress17[value]
{
  color: #1abc9c; 
}
#progress17[value]::-webkit-progress-value
{
    background-color: #1abc9c;
}
#progress17[value]::-moz-progress-bar { 
   background-color: #1abc9c;
}
#progress18[value]
{
  color: #16a085; 
}
#progress18[value]::-webkit-progress-value
{
    background-color: #16a085;
}

#progress18[value]::-moz-progress-bar { 
   background-color: #16a085;
}
#progress19[value]
{
  color: #2ecc71; 
}
#progress19[value]::-webkit-progress-value
{
    background-color: #2ecc71;
}

#progress19[value]::-moz-progress-bar { 
   background-color: #2ecc71;
}
#progress20[value]
{
  color: #27ae60; 
}
#progress20[value]::-webkit-progress-value
{
    background-color: #27ae60;
}

#progress20[value]::-moz-progress-bar { 
   background-color: #27ae60;
}
#progress21[value]
{
  color: #3498db; 
}
#progress21[value]::-webkit-progress-value
{
    background-color: #3498db;
}

#progress21[value]::-moz-progress-bar { 
   background-color: #3498db;
}
#progress22[value]
{
  color: #2980b9; 
}
#progress22[value]::-webkit-progress-value
{
    background-color: #2980b9;
}

#progress22[value]::-moz-progress-bar { 
   background-color: #2980b9;
}
#progress23[value]
{
  color: #9b59b6; 
}
#progress23[value]::-webkit-progress-value
{
    background-color: #9b59b6;
}

#progress23[value]::-moz-progress-bar { 
   background-color: #9b59b6;
}
#progress24[value]
{
  color: #8e44ad; 
}

#progress24[vaue]::-moz-progress-bar { 
   background-color: #8e44ad;
}

#progress25[value]
{
  color: #f1c40f; 
}
#progress25[value]::-webkit-progress-value
{
    background-color: #f1c40f;
}

#progress25[value]::-moz-progress-bar { 
   background-color: #f1c40f;
}
#progress26[value]
{
  color: #f39c12; 
}
#progress26[value]::-webkit-progress-value
{
    background-color: #f39c12;
}

#progress26[value]::-moz-progress-bar { 
   background-color: #f39c12;
}
#progress27[value]
{
  color: #e67e22; 
}
#progress27[value]::-webkit-progress-value
{
    background-color: #e67e22;
}

#progress27[value]::-moz-progress-bar { 
   background-color: #e67e22;
}
#progress28[value]
{
  color: #d35400; 
}
#progress28[value]::-webkit-progress-value
{
    background-color: #d35400;
}

#progress28[value]::-moz-progress-bar { 
   background-color: #d35400;
}
#progress29[value]
{
  color: #e74c3c; 
}
#progress29[value]::-webkit-progress-value
{
    background-color: #e74c3c;
}

#progress29[value]::-moz-progress-bar { 
   background-color: #e74c3c;
}
#progress30[value]
{
  color: #c0392b; 
}
#progress30[value]::-webkit-progress-value
{
    background-color: #c0392b;
}

#progress30[value]::-moz-progress-bar { 
   background-color: #c0392b;
}
#progress31[value]
{
  color: #34495e; 
}
#progress31[value]::-webkit-progress-value
{
    background-color: #34495e;
}

#progress31[value]::-moz-progress-bar { 
   background-color: #34495e;
}
#progress32[value]
{
  color: #2c3e50; 
}
#progress32[value]::-webkit-progress-value
{
    background-color: #2c3e50;
}

#progress32[value]::-moz-progress-bar { 
   background-color: #2c3e50;
}


#progress1Rev[value]
{
  color: #c8c3cc; 
}
#progress1Rev[value]::-webkit-progress-value
{
    background-color: #c8c3cc;
}
#progress1Rev[value]::-moz-progress-bar { 
   background-color: #c8c3cc;
}
#progress2Rev[value]
{
  color: #d9ad7c; 
}
#progress2Rev[value]::-webkit-progress-value
{
    background-color: #d9ad7c;
}

#progress2Rev[value]::-moz-progress-bar { 
   background-color: #d9ad7c;
}
#progress3Rev[value]
{
  color: #a2836e; 
}
#progress3Rev[value]::-webkit-progress-value
{
    background-color: #a2836e;
}

#progress3Rev[value]::-moz-progress-bar { 
   background-color: #a2836e;
}
#progress4Rev[value]
{
  color: #674d3c; 
}
#progress4Rev[value]::-webkit-progress-value
{
    background-color: #674d3c;
}

#progress4Rev[value]::-moz-progress-bar { 
   background-color: #674d3c;
}
#progress5Rev[value]
{
  color: #bccad6; 
}
#progress5Rev[value]::-webkit-progress-value
{
    background-color: #bccad6;
}

#progress5Rev[value]::-moz-progress-bar { 
   background-color: #bccad6;
}
#progress6Rev[value]
{
  color: #8d9db6; 
}
#progress6Rev[value]::-webkit-progress-value
{
    background-color: #8d9db6;
}

#progress6Rev[value]::-moz-progress-bar { 
   background-color: #8d9db6;
}
#progress7Rev[value]
{
  color: #667292; 
}
#progress7Rev[value]::-webkit-progress-value
{
    background-color: #667292;
}

#progress7Rev[value]::-moz-progress-bar { 
   background-color: #667292;
}
#progress8Rev[value]
{
  color: #4c5469; 
}
#progress8Rev[value]::-webkit-progress-value
{
    background-color: #4c5469;
}

#progress8Rev[value]::-moz-progress-bar { 
   background-color: #4c5469;
}

#progress9Rev[value]
{
  color: #f9ccac; 
}
#progress9Rev[value]::-webkit-progress-value
{
    background-color: #f9ccac;
}

#progress9Rev[value]::-moz-progress-bar { 
   background-color: #f9ccac;
}
#progress10Rev[value]
{
  color: #f4a688; 
}
#progress10Rev[value]::-webkit-progress-value
{
    background-color: #f4a688;
}

#progress10Rev[value]::-moz-progress-bar { 
   background-color: #f4a688;
}
#progress11Rev[value]
{
  color: #e0876a; 
}
#progress11Rev[value]::-webkit-progress-value
{
    background-color: #e0876a;
}

#progress11Rev[value]::-moz-progress-bar { 
   background-color: #e0876a;
}
#progress12Rev[value]
{
  color: #fbefcc; 
}
#progress12Rev[value]::-webkit-progress-value
{
    background-color: #fbefcc;
}

#progress12Rev[value]::-moz-progress-bar { 
   background-color: #fbefcc;
}
#progress13Rev[value]
{
  color: #cfe0e8; 
}
#progress13Rev[value]::-webkit-progress-value
{
    background-color: #cfe0e8;
}

#progress13Rev[value]::-moz-progress-bar { 
   background-color: #cfe0e8;
}
#progress14Rev[value]
{
  color: #b7d7e8; 
}
#progress14Rev[value]::-webkit-progress-value
{
    background-color: #b7d7e8;
}

#progress14Rev[value]::-moz-progress-bar { 
   background-color: #b7d7e8;
}
#progress15Rev[value]
{
  color: #87bdd8; 
}
#progress15Rev[value]::-webkit-progress-value
{
    background-color: #87bdd8;
}

#progress15Rev[value]::-moz-progress-bar { 
   background-color: #87bdd8;
}
#progress16Rev[value]
{
  color: #daebe8; 
}
#progress16Rev[value]::-webkit-progress-value
{
    background-color: #daebe8;
}

#progress16Rev[value]::-moz-progress-bar { 
   background-color: #daebe8;
}
#progress17Rev[value]
{
  color: #c8c3cc; 
}
#progress17Rev[value]::-webkit-progress-value
{
    background-color: #c8c3cc;
}
#progress17Rev[value]::-moz-progress-bar { 
   background-color: #c8c3cc;
}
#progress18Rev[value]
{
  color: #d9ad7c; 
}
#progress18Rev[value]::-webkit-progress-value
{
    background-color: #d9ad7c;
}

#progress18Rev[value]::-moz-progress-bar { 
   background-color: #d9ad7c;
}
#progress19Rev[value]
{
  color: #a2836e; 
}
#progress19Rev[value]::-webkit-progress-value
{
    background-color: #a2836e;
}

#progress19Rev[value]::-moz-progress-bar { 
   background-color: #a2836e;
}
#progress20Rev[value]
{
  color: #674d3c; 
}
#progress20Rev[value]::-webkit-progress-value
{
    background-color: #674d3c;
}

#progress20Rev[value]::-moz-progress-bar { 
   background-color: #674d3c;
}
#progress21Rev[value]
{
  color: #bccad6; 
}
#progress21Rev[value]::-webkit-progress-value
{
    background-color: #bccad6;
}

#progress21Rev[value]::-moz-progress-bar { 
   background-color: #bccad6;
}
#progress22Rev[value]
{
  color: #8d9db6; 
}
#progress22Rev[value]::-webkit-progress-value
{
    background-color: #8d9db6;
}

#progress22Rev[value]::-moz-progress-bar { 
   background-color: #8d9db6;
}
#progress23Rev[value]
{
  color: #667292; 
}
#progress23Rev[value]::-webkit-progress-value
{
    background-color: #667292;
}

#progress23Rev[value]::-moz-progress-bar { 
   background-color: #667292;
}
#progress24Rev[value]
{
  color: #4c5469; 
}

#progress24[vaue]::-moz-progress-bar { 
   background-color: #4c5469;
}

#progress25Rev[value]
{
  color: #f9ccac; 
}
#progress25Rev[value]::-webkit-progress-value
{
    background-color: #f9ccac;
}

#progress25Rev[value]::-moz-progress-bar { 
   background-color: #f9ccac;
}
#progress26Rev[value]
{
  color: #f4a688; 
}
#progress26Rev[value]::-webkit-progress-value
{
    background-color: #f4a688;
}

#progress26Rev[value]::-moz-progress-bar { 
   background-color: #f4a688;
}
#progress27Rev[value]
{
  color: #e0876a; 
}
#progress27Rev[value]::-webkit-progress-value
{
    background-color: #e0876a;
}

#progress27Rev[value]::-moz-progress-bar { 
   background-color: #e0876a;
}
#progress28Rev[value]
{
  color: #fbefcc; 
}
#progress28Rev[value]::-webkit-progress-value
{
    background-color: #fbefcc;
}

#progress28Rev[value]::-moz-progress-bar { 
   background-color: #fbefcc;
}
#progress29Rev[value]
{
  color: #cfe0e8; 
}
#progress29Rev[value]::-webkit-progress-value
{
    background-color: #cfe0e8;
}

#progress29Rev[value]::-moz-progress-bar { 
   background-color: #cfe0e8;
}
#progress30Rev[value]
{
  color: #b7d7e8; 
}
#progress30Rev[value]::-webkit-progress-value
{
    background-color: #b7d7e8;
}

#progress30Rev[value]::-moz-progress-bar { 
   background-color: #b7d7e8;
}
#progress31Rev[value]
{
  color: #87bdd8; 
}
#progress31Rev[value]::-webkit-progress-value
{
    background-color: #87bdd8;
}

#progress31Rev[value]::-moz-progress-bar { 
   background-color: #87bdd8;
}
#progress32Rev[value]
{
  color: #daebe8; 
}
#progress32Rev[value]::-webkit-progress-value
{
    background-color: #daebe8;
}

#progress32Rev[value]::-moz-progress-bar { 
   background-color: #daebe8;
}
#progress1Fund[value]
{
  color: #ece257; 
}
#progress1Fund[value]::-webkit-progress-value
{
    background-color: #ece257;
}
#progress1Fund[value]::-moz-progress-bar { 
   background-color: #ece257;
}
#progress2Fund[value]
{
  color: #599FDA; 
}
#progress2Fund[value]::-webkit-progress-value
{
    background-color: #599FDA;
}

#progress2Fund[value]::-moz-progress-bar { 
   background-color: #599FDA;
}
#progress3Fund[value]
{
  color: #1069CD; 
}
#progress3Fund[value]::-webkit-progress-value
{
    background-color: #1069CD;
}

#progress3Fund[value]::-moz-progress-bar { 
   background-color: #1069CD;
}
#progress4Fund[value]
{
  color: #0F438E; 
}
#progress4Fund[value]::-webkit-progress-value
{
    background-color: #0F438E;
}

#progress4Fund[value]::-moz-progress-bar { 
   background-color: #0F438E;
}
#progress5Fund[value]
{
  color: #1C296D; 
}
#progress5Fund[value]::-webkit-progress-value
{
    background-color: #1C296D;
}

#progress5Fund[value]::-moz-progress-bar { 
   background-color: #1C296D;
}
#progress6Fund[value]
{
  color: #6A9E87; 
}
#progress6Fund[value]::-webkit-progress-value
{
    background-color: #6A9E87;
}

#progress6Fund[value]::-moz-progress-bar { 
   background-color: #6A9E87;
}
#progress7Fund[value]
{
  color: #417B6D; 
}
#progress7Fund[value]::-webkit-progress-value
{
    background-color: #417B6D;
}

#progress7Fund[value]::-moz-progress-bar { 
   background-color: #417B6D;
}
#progress8Fund[value]
{
  color: #84d485; 
}
#progress8Fund[value]::-webkit-progress-value
{
    background-color: #84d485;
}

#progress8Fund[value]::-moz-progress-bar { 
   background-color: #84d485;
}

#progress9Fund[value]
{
  color: #ece257; 
}
#progress9Fund[value]::-webkit-progress-value
{
    background-color: #ece257;
}

#progress9Fund[value]::-moz-progress-bar { 
   background-color: #ece257;
}
#progress10Fund[value]
{
  color: #599FDA; 
}
#progress10Fund[value]::-webkit-progress-value
{
    background-color: #599FDA;
}

#progress10Fund[value]::-moz-progress-bar { 
   background-color: #599FDA;
}
#progress11Fund[value]
{
  color: #1069CD; 
}
#progress11Fund[value]::-webkit-progress-value
{
    background-color: #1069CD;
}

#progress11Fund[value]::-moz-progress-bar { 
   background-color: #1069CD;
}
#progress12Fund[value]
{
  color: #0F438E; 
}
#progress12Fund[value]::-webkit-progress-value
{
    background-color: #0F438E;
}

#progress12Fund[value]::-moz-progress-bar { 
   background-color: #0F438E;
}
#progress13Fund[value]
{
  color: #1C296D; 
}
#progress13Fund[value]::-webkit-progress-value
{
    background-color: #1C296D;
}

#progress13Fund[value]::-moz-progress-bar { 
   background-color: #1C296D;
}
#progress14Fund[value]
{
  color: #6A9E87; 
}
#progress14Fund[value]::-webkit-progress-value
{
    background-color: #6A9E87;
}

#progress14Fund[value]::-moz-progress-bar { 
   background-color: #6A9E87;
}
#progress15Fund[value]
{
  color: #417B6D; 
}
#progress15Fund[value]::-webkit-progress-value
{
    background-color: #417B6D;
}

#progress15Fund[value]::-moz-progress-bar { 
   background-color: #417B6D;
}
#progress16Fund[value]
{
  color: #84d485; 
}
#progress16Fund[value]::-webkit-progress-value
{
    background-color: #84d485;
}

#progress16Fund[value]::-moz-progress-bar { 
   background-color: #84d485;
}
#progress17Fund[value]
{
  color: #ece257; 
}
#progress17Fund[value]::-webkit-progress-value
{
    background-color: #ece257;
}
#progress17Fund[value]::-moz-progress-bar { 
   background-color: #ece257;
}
#progress18Fund[value]
{
  color: #599FDA; 
}
#progress18Fund[value]::-webkit-progress-value
{
    background-color: #599FDA;
}

#progress18Fund[value]::-moz-progress-bar { 
   background-color: #599FDA;
}
#progress19Fund[value]
{
  color: #1069CD; 
}
#progress19Fund[value]::-webkit-progress-value
{
    background-color: #1069CD;
}

#progress19Fund[value]::-moz-progress-bar { 
   background-color: #1069CD;
}
#progress20Fund[value]
{
  color: #0F438E; 
}
#progress20Fund[value]::-webkit-progress-value
{
    background-color: #0F438E;
}

#progress20Fund[value]::-moz-progress-bar { 
   background-color: #0F438E;
}
#progress21Fund[value]
{
  color: #1C296D; 
}
#progress21Fund[value]::-webkit-progress-value
{
    background-color: #1C296D;
}

#progress21Fund[value]::-moz-progress-bar { 
   background-color: #1C296D;
}
#progress22Fund[value]
{
  color: #6A9E87; 
}
#progress22Fund[value]::-webkit-progress-value
{
    background-color: #6A9E87;
}

#progress22Fund[value]::-moz-progress-bar { 
   background-color: #6A9E87;
}
#progress23Fund[value]
{
  color: #417B6D; 
}
#progress23Fund[value]::-webkit-progress-value
{
    background-color: #417B6D;
}

#progress23Fund[value]::-moz-progress-bar { 
   background-color: #417B6D;
}
#progress24Fund[value]
{
  color: #84d485; 
}

#progress24[vaue]::-moz-progress-bar { 
   background-color: #84d485;
}

#progress25Fund[value]
{
  color: #ece257; 
}
#progress25Fund[value]::-webkit-progress-value
{
    background-color: #ece257;
}

#progress25Fund[value]::-moz-progress-bar { 
   background-color: #ece257;
}
#progress26Fund[value]
{
  color: #599FDA; 
}
#progress26Fund[value]::-webkit-progress-value
{
    background-color: #599FDA;
}

#progress26Fund[value]::-moz-progress-bar { 
   background-color: #599FDA;
}
#progress27Fund[value]
{
  color: #1069CD; 
}
#progress27Fund[value]::-webkit-progress-value
{
    background-color: #1069CD;
}

#progress27Fund[value]::-moz-progress-bar { 
   background-color: #1069CD;
}
#progress28Fund[value]
{
  color: #0F438E; 
}
#progress28Fund[value]::-webkit-progress-value
{
    background-color: #0F438E;
}

#progress28Fund[value]::-moz-progress-bar { 
   background-color: #0F438E;
}
#progress29Fund[value]
{
  color: #1C296D; 
}
#progress29Fund[value]::-webkit-progress-value
{
    background-color: #1C296D;
}

#progress29Fund[value]::-moz-progress-bar { 
   background-color: #1C296D;
}
#progress30Fund[value]
{
  color: #6A9E87; 
}
#progress30Fund[value]::-webkit-progress-value
{
    background-color: #6A9E87;
}

#progress30Fund[value]::-moz-progress-bar { 
   background-color: #6A9E87;
}
#progress31Fund[value]
{
  color: #417B6D; 
}
#progress31Fund[value]::-webkit-progress-value
{
    background-color: #417B6D;
}

#progress31Fund[value]::-moz-progress-bar { 
   background-color: #417B6D;
}
#progress32Fund[value]
{
  color: #84d485; 
}
#progress32Fund[value]::-webkit-progress-value
{
    background-color: #84d485;
}

#progress32Fund[value]::-moz-progress-bar { 
   background-color: #84d485;
}
.translateBlock
{
    float:right;
}
.goog-te-gadget, .goog-logo-link
{
    color:#fff !important;
}
.goog-te-combo
{
width: 100%;
    height: 35px;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    line-height: 1;
    color: #fafafa !important;
    /* background-color: #fff; */
    /* background-image: none; */

    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    /* -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /* transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
    font-family: 'Open Sans',sans-serif !important;
    background-color: #2456a6;
    
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    font: initial;
    line-height: 1.5em;
    padding: 0.4em .0em 0.4em .8em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #f5f5f5 50%), linear-gradient(135deg, #f5f5f5 50%, transparent 50%), linear-gradient(to right, #2456a6, #2456a6);
    background-position: calc(100% - 10px) calc(1em + 2px), calc(100% - 5px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 1.5em 2.5em;
    background-repeat: no-repeat;
}

.goog-te-combo:focus {
  background-image:  linear-gradient(45deg, #f5f5f5 50%, transparent 50%),   linear-gradient(135deg, transparent 50%, #f5f5f5 50%),   linear-gradient(to right, #2456a6, #2456a6);
  background-position:   calc(100% - 5px) 1em,  calc(100% - 10px) 1em,   100% 0;
  background-size: 5px 5px, 5px 5px, 1.5em 2.5em;
  background-repeat: no-repeat;
border: 1px solid #ddd;
  outline: 0;
}

.goog-te-combo option
{
    color:#fff !important;
}

#google_translate_element {
    height: 45px;
    overflow: hidden;
}
.webTitle {
    clear: both;
    font-size: 14px;
    font-weight: 500;
    padding-top: 5px;
    text-align: right;
}

.largeFont .currencyField, .largeFont .currencyField2, .largeFont .currencyFieldRound2 {
  text-shadow: 1px 1px #fff;
  font-size:16px;
  font-weight: 500;
}

.largeFont .numberField, .largeFont .numberField2, .largeFont .numberFieldNoDecimalInput, .largeFont .numberFieldNoDecimal, .largeFont .numberFieldInput, .largeFont .percentageField  {
  text-shadow: 1px 1px #fff;
  font-size:16px;
  font-weight: 500;
}

.largeFont
{
	font-size:16px;
}

.basis-footer
{
    background-color:#214f96;
}
.basis-footer-title a
{
      font-size: 18px;
    color: #fff;
    font-weight: 900;
    text-transform:uppercase;
      transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background-color:transparent;
}

.basis-footer-title a:hover
{
   
    background-color:#193048;
    padding:5px;
    text-decoration:none;
    border-radius:5px;
}

.basis-list-footer {
    list-style: none !important;
}

.basis-list-footer li {
    line-height:2;
}
.basis-list-footer li:before {
    content: "\f0a9";
    font-family: FontAwesome;
    color: #66fff8;
    padding-right: 10px;
    border: 1px solid transparent;
}
.basis-list-footer li a {

	   transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color:#fff;
    
	font-size:16px;
	background-color:transparent;
}

.basis-list-footer li:hover a {
	background-color:#193048;
	padding:5px;
	text-decoration:none;
	border-radius:5px;
}

.basis-footer-bottom
{
    background-color:#193048;
    padding-top:40px;
    color:#fff;
    text-align:center;
    padding-bottom:20px;
}

.basis-footer-text
{
    display:inline-block;
    text-align:left;
    min-width:840px;
}

.basis-footer-bottom p
{
    color:#fff;
    line-height: 1.5;
    margin: 0 0 0px;
    font-size:14px;
}
.basis-footer-bottom a
{
    color:#7fe8f9;
     transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.basis-footer-bottom a:hover
{
    color:#fff;
        background-color: #0096d5;
        text-decoration:none;
  
        border-radius:5px;
}
 
.mcg-footer-seal
{
    height:120px;
    float:left;
    margin-right:20px;
    margin-top:-20px;
}



.navbar-nav {
 
    margin-top: 16px;
}

.btn-primary {
    color: #fff;
    background-color: #214f96;
    border-color: #214f96;
    border: 1px solid #214f96;
}

.departmentTitle a:hover
{
    text-decoration:none !important;
    color:#fff;
}

.departmentTitle {
 text-align: left;
    background-color: #263e59;
    margin-top: 0px;
    padding: 20px;
    color:#fff;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    margin-bottom: 7px;
    padding-bottom: 15px;
    border-top: 10px solid #f1f2f7;
   /* background: #263e59;
    background: #2456a6;
    background: -webkit-linear-gradient(#2456a6, #214f96);
    background: -o-linear-gradient(#2456a6, #214f96);
    background: -moz-linear-gradient(#2456a6, #214f96);
    background: linear-gradient(#263e59, #225b8c);*/
}

.departmentTitle h2 {
font-weight: 100;
    color: #fff;
    font-size: 40px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    word-spacing: 0.05em;
    font-size: 24px;
        margin-top: -25px;
    border-left: 5px solid #ffcc00;
    padding-left: 15px;
}

.departmentTitle h2:after {
content: '\f13a';
    color: #ffcc00;
    font-family: 'FontAwesome';
    padding-left: 5px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.departmentTitle a:hover h2 span{
color:#f1efb2 !important;
}
.departmentTitle a:focus,.departmentTitle a:hover {
text-decoration:none !important;
}

.departmentTitle h2 span {
text-decoration:none !important;
}

.departmentTitle a:hover h2:after {
content: '\f13a';
    color: #f3cf33;
    font-family: 'FontAwesome';
    padding-left: 5px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.department-select-basis
{
    margin-top:-5px;
    border-left: 5px solid #f9df6e !important;
    border-radius:0px !important;
    padding-left: 15px;
    display:inline-block;
}
.department-select-basis .select2-container
{
    width:100% !important;
        margin-top: -4px;
      
}
.department-select-basis .word1 {
    color: #90cdfd;
    font-weight:900;
}
.department-select-basis .select2-container .select2-choice .select2-arrow
{
        display: none;
   
}
.department-select-basis .select2-chosen:after
{
    content: "\f13a";
    font-family: FontAwesome;
    color: #fff;
    padding-right: 0px;
    border: 1px solid transparent;
}
.department-select-basis .select2-container .select2-choice 
{
    display: block;
overflow: visible;
    white-space: normal !important;
    position: relative;
    border: 1px solid transparent;
    white-space: normal;
    color: #444;
    text-decoration: none;
    border-radius: 6px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    background-image: none;
    filter: none;

    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 12px;
    font-size: 22px;
font-weight: 100;
    color: #fff;
    font-size: 40px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    word-spacing: 0.05em;
    font-size: 30px;
    
}
.longTitle .select2-container .select2-choice 
{
    font-size: 26px;
}
.superLongTitle .select2-container .select2-choice 
{
    font-size: 22px;
}
.superDuperLongTitle .select2-container .select2-choice 
{
    font-size: 18px;
}

.department-select-basis .select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow:visible;
    white-space:normal;
    text-overflow: ellipsis;
    line-height: 1.2;
}
.department-select-basis .select2-container .select2-choice:hover .select2-chosen
{
    color: #90cdfd !important;
 
}

.department-select-basis .select2-container .select2-choice:hover .select2-chosen .word1
{
    color: #90cdfd !important;

}

.department-select-basis .select2-container .select2-choice:hover .select2-chosen:after
{
     content: "\f13a";
    font-family: FontAwesome;
    color: #90cdfd;

}
.narrativeBlock
{
   
    padding-bottom:15px;
    max-width:50em;
    margin-left:auto;
    margin-right:auto;
}
.narrativeBlock h2
{
       color: #000;
    font-size: 35px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    /* border-bottom: 10px solid #000; */
    font-weight: 900;
    padding-bottom: 3px;
}

.narrativeBlock h4 {
 font-size: 18px;
    color: #1c5bbf;
    border-bottom: 1px solid #e8e8e8;
    font-weight: 900 !important;
    padding-bottom: 3px;
    margin-bottom: 10px;
    display: block;
    margin-top: 30px;
}

.notes
{
font-style: italic;
    background-color: #dbe6f9;
    padding: 5px;
        margin-top: 10px;
    border-radius: 5px;
display:block;
}
.footNote
{
    font-size: 14px;
    padding-bottom: 0px;
    display: block;
}

.basis-darkBlueBackground .programTitle
{
     font-size: 18px;
       font-weight: 900 !important;
       color:#ffe264 !important;
}

.basis-darkBlueBackground .c3-legend-item, .basis-coolBlueBackground .c3-legend-item {
    font-size: 16px;
    font-weight:700;
    fill: #fff;
}

.basis-darkBlueBackground .c3-chart-arc text  {
    fill: #fff;
    font-size: 26px;
    font-weight: 900;
    /* stroke: #000; */
    /* stroke-width: 1px; */
    stroke-dashoffset: unset;
    /* font-family: arial black !important; */
    /* background-color: #000 !important; */
    text-shadow: 2px 2px 0px #263e59;
}

.basis-darkBlueBackground .c3-chart-arc path {
    stroke: #263e59;
    stroke-width: 7;
}
.basis-coolBlueBackground .c3-chart-arc text  {
    fill: #fff;
    font-size: 26px;
    font-weight: 900;
    /* stroke: #000; */
    /* stroke-width: 1px; */
    stroke-dashoffset: unset;
    /* font-family: arial black !important; */
    /* background-color: #000 !important; */
    text-shadow: 2px 2px 0px #225b8c;
}

.basis-coolBlueBackground .c3-chart-arc path {
    stroke: #225b8c;
    stroke-width: 7;
}


.basis-darkBlueBackground .barChart g.c3-axis.c3-axis-y, .basis-coolBlueBackground .barChart g.c3-axis.c3-axis-y {
    fill: #fff;
    font-size: 16px;
}

.basis-darkBlueBackground .barChart g.tick, .basis-coolBlueBackground .barChart g.tick {
    fill: #fff;
    font-size: 16px;
    font-weight:700;
}


.basis-darkBlueBackground .barChart path, .basis-coolBlueBackground .barChart path  {
    fill: none;
    stroke: #000;
    stroke: #e8e8e8 !important;
}
.basis-darkBlueBackground .barChart line, .basis-coolBlueBackground .barChart line {
    fill: none;
    stroke: #fff;
}

.basis-darkBlueBackground .barChart .c3-grid line, .basis-coolBlueBackground .barChart .c3-grid line {
    stroke: rgba(0, 128, 255, 0.2);
    stroke-width: 1;
    stroke-dasharray: none;
}

.basis-whiteBackground .c3-legend-item {
    font-size: 16px;
    font-weight:700;
    fill: #444;
}



.basis-darkBlueBackground .lineChart g.c3-axis.c3-axis-y
 {
    fill: #fff;
    font-size: 16px;
}

.basis-darkBlueBackground .lineChart g.tick
 {
    fill: #fff;
    font-size: 16px;
    font-weight:700;
}


.basis-darkBlueBackground .lineChart path  {
    fill: none;
    stroke: #e8e8e8;
 
}
.basis-darkBlueBackground .lineChart line
 {
    fill: none;
    stroke: #fff;
}

.basis-darkBlueBackground .lineChart .c3-grid line
 {
    stroke: rgba(0, 128, 255, 0.2);
    stroke-width: 1;
    stroke-dasharray: none;
}

.basis-whiteBackground .c3-legend-item {
    font-size: 16px;
    font-weight:700;
    fill: #444;
}

.basis-whiteBackground .c3-chart-arc text  {
    fill: #444;
    font-size: 26px;
    font-weight: 900;
    /* stroke: #000; */
    /* stroke-width: 1px; */
    stroke-dashoffset: unset;
    /* font-family: arial black !important; */
    /* background-color: #000 !important; */
    text-shadow: 2px 2px 0px #263e59;
}

.basis-whiteBackground .c3-chart-arc path {
    stroke: #325356;
    stroke-width: 7;
}

.basis-whiteBackground .barChart g.c3-axis.c3-axis-y {
    fill: #444;
    font-size: 16px;
}

.basis-whiteBackground .barChart g.tick {
    fill: #444;
    font-size: 14px;
    font-weight:700;
}



.basis-whiteBackground .barChart .c3-grid line {
    stroke: rgba(0, 255, 128, .1);
    stroke-width: 1;
    stroke-dasharray: none;
}
.c3-target-smallCircle .c3-circle {
  r:5;
 }
 
 .c3-target-smallCircle .c3-line {
 stroke-width: 2px !important;
 }


.basis-whiteBackground .barChart .c3-grid line {
    stroke: #e8e8e8;
    stroke-width: 1;
    stroke-dasharray: none;
}


/*-- Tooltip --*/
.c3-tooltip-container {
  z-index: 10; }

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  
  opacity: 0.9; 
  border-radius: 0px;
    padding: 6px;
    color: #666;
    background: rgba(0, 0, 0, 0.8);
  
    box-shadow: 4px 4px 4px #000;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
  }
  
 
.c3-tooltip tr {
  border: 1px solid #CCC; }

.c3-tooltip th {
 background-color: #fff!important;
    color: #444 !important;
    font-size: 18px;
    /* text-transform: uppercase; */
    border-bottom: 1px solid #000;
    padding: 2px 5px;
    text-align: left;
font-weight:900;
  
}

.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999;
  font-weight:900;
   text-align: left;
   }

.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px; }

.c3-tooltip td.value 
{
  text-align: right; 
  }

.basis-summary-block
{
    max-width:60em;
    margin-top:-40px;
}


.basis-summary-block .basis-largeNumber {
    font-size: 42px;
 
    color: #c6ffaf;
    display: inline-block;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
}

.basis-summary-block .largeNumberBlock {
    color: #fff;
    font-size: 16px;
}


.clear-space-15
{
    height:15px;
    clear:both;
}

header.active .nav-list-container {
    background: #2456a6;
        height: 75px;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,0.6);
}

.noPadding
{
    padding-left:0px;
    padding-right:0px;
    padding-top:0px;
    padding-bottom:0px;
}

.pubTitle
{
    background-color: #f1f2f7;
    text-align: right;
    
       padding-bottom: 20px;
}
.pubTitle h2 {
font-size: 14px;
    font-weight: 500;
    background-color: #f1f2f7;
    padding-right: 30px;
    margin-top: 0px;
    color: #000;
    text-shadow: 1px 1px #fff;
    border-top: 1px solid #263e59;
    padding-top: 10px;
  text-transform:uppercase;
}

.pubTitle h2 a {
    color: #000;
    border-left: 1px solid #aaa;
    padding-left: 30px;
    border-right: 1px solid #aaa;
    padding-right: 25px;

}

.pubTitle h2 a .fa {
    color: #214f96;
    font-size:20px;
    font-size: 17px;
    padding-right:10px;
}

.budSumTotal {
    display: inline-block;
    line-height: 1.2;
    font-weight:100;
}

.downloadLinks {
  
}


.yearVersion .select2
{
    min-width:150px;
}
.yearVersionLabel
{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    word-spacing: 0.05em;
}

.select2-drop {
    margin-top: 1px !important;
    border-radius: 4px !important;
}

.select2-search input {
    margin-top: 5px !important;
}

.contentMenu
{
    margin: 0;
    padding: 0;
    display: block;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-align: center;
}

ul.contentMenuList {
   margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
}
ul.drillDownMenu {
   margin-left: 0px;
    margin-bottom: 20px;
    margin-top: 0px;
}
.contentMenuList li
{
    border-left: 1px solid #ccc;
    display: inline-block;
    line-height: 1;
    margin-top: 1.875rem;
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
}

.drillDownMenu li:after
{
 position: absolute;
    margin-top: -28px;
   font-size: 25px;
    float: right;
    content: '\f04e';
    font-family: FontAwesome;
    color: #444;
    right: -10px;
    border: 1px solid transparent;
    opacity:.4;
}
.drillDownMenu li:nth-last-child(2)::after 
{
    margin-top: -35px;
    color: #428fd2;
    opacity:1;
    font-size: 40px;
    right: -20px;
}
.drillDownMenu li
{
    padding-right: 1.5em;
    border-left: 0px solid #ccc;
}

.drillDownMenu li:nth-last-child(1)::after {
    content: '';
}

.drillDownMenu li:nth-last-child(1) {
    border-right: 0px solid #ccc !important;
}


.contentMenuList > li > a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    top: 0;
    left: 0;
    z-index: -1;
    background: #214f96;
     border-radius:5px;
}

.contentMenuList > li > a:after {
   
    content: '';
   
}

.contentMenuList > li > a {
    color: #214f96 !important;
    font-weight: 900 !important;
    font-size: 15px;
    font-family: 'Open Sans',sans-serif !important;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 5px 5px 5px 5px;
    position: relative;
    z-index: 2;
     border-radius:5px;
}
.drillDownMenu > li > a {
    color: #444 !important;
    opacity:.4;
}
.contentMenuList > li > a.selected {
    color: #fff !important;
    background-color:#214f96;
    font-weight: 900 !important;
    font-size: 15px;
    font-family: 'Open Sans',sans-serif !important;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 5px 5px 5px 5px;
    position: relative;
    z-index: 2;
}
.drillDownMenu > li > a.selected 
{
 
    font-size: 24px !important;
    opacity: 1;
   margin-left:10px;
   margin-top:-4px;
    padding: 10px 10px 10px 10px;
   
}

.contentMenuList li:nth-last-child(1)
{
    border-right: 1px solid #ccc;
}


.logoTitle {
    margin-left: 60px;
    display: inline-block;
    margin-top: 15px;
    color: #fff;
}

.mcgTitle {
        font-weight: 900;
    color: #fff;
    letter-spacing: 0.0em;
    text-transform: uppercase;
    word-spacing: 0.05em;
    font-size: 18px;
}

.publicationTitle {
 font-weight: 100 !important;
    color: #fff !important;
    letter-spacing: .3em;
    text-transform: uppercase;
    word-spacing: 0.05em;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: left;
    border-top: 1px solid #4184be;
}

.select2-container .select2-choice {
    display: block;
    height: 32px;
    overflow: hidden;
    position: relative;
    border: 1px solid #009acd;
    white-space: nowrap;
    color: #444;
    text-decoration: none;
    border-radius: 6px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #225b8c;
    background-image: none;
    filter: none;
    height: 34px;
    padding-top: 3px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    font-size: 14px;
}

.select2-chosen {
   font-weight: 500;
    color: #fff !important;
    color:#fff;
    text-transform: uppercase;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #999;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: #f5f5f5;
    background-image: none;
    filter: none;
}



.yearVersion .select2-container .select2-choice, .department-select-basis .select2-container .select2-choice {
  border: 1px solid transparent;
    border-radius: 6px;
}

.yearVersion .select2-dropdown-open .select2-choice, .department-select-basis .select2-dropdown-open .select2-choice {
    -webkit-box-shadow: 0 1px 0 #263e59 inset;
            box-shadow: 0 1px 0 #263e59 inset;
}




.basis-home-link {
    height: 75px;
        z-index: 99999999;
        transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.basis-home-link:hover
{
    cursor:pointer;
    
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle {
     border: none;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 6px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.mobileMenu
{
    display:none;
}


.headerBack
{
       font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    background-color: #486cb9 !important;
}
.sectionBack
{
     font-weight: 900;
}
.sectionBreak
{
    background-color: #fff !important;
}
.extraBold
{
    font-weight:700 !important;
}
.numberFieldPlain
{
    color:#000 !important;
}

.narrativeBlock .currencyField
{
    color:#000;
}
.pubText .numberFieldPlain
{
    color:#000 !important;
}

.fixedUpArrow {
    position: fixed;
    right: 40px;
    bottom:40px;
    z-index: 9999;
    opacity: .55;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 400;
    box-shadow: 4px 4px 6px #000;
    transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  background-color: #fff;
  border-color: #ccc;
  color:#000;
}

.fixedUpArrow:hover {
    opacity: 1;
}


.fixedDownArrow {
    position: fixed;
    right: 50%;
    bottom:10px;
    z-index: 9999;
    opacity: .65;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 400;
   
    transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  background-color: transparent;
  border-color: transparent;
  color:#fff;
  
}

.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.fixedDownArrow:hover {
    opacity: 1;
}

td.totalsTD {
    background-color: #ffffdd;
    font-weight:900 !important;
}
.hideLargeScreen
{
    display:none !important;
}
 .largeTableEM
    {
        max-width: 110em !important;
    margin-left: auto;
    margin-right: auto;
    }
    .whatsNewsOLD
    {
            text-align: center;
    margin-top: 15px;
   text-shadow: 1px 1px 50px #000;
    }
    .floatLeftLarge
    {
        float:left;
    }
     .floatRightLarge
    {
        float:right;
    }
    .totBud
    {
        display: inline-block;
    padding-left: 20px;
    line-height: 1;
    text-align:left;
    }
    .homeDescription
    {
        display:none;
    }
    .homeDescriptionLarge {
    max-width: 50em;
    margin-left:10px;
    
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.homeContentMenu
{
background-color: #f1f2f7;
    padding-left: 20px;
    padding-right: 20px;
}
.basis-notice {
    background-color: #3d77d2;
    color: #fff;
    display: block;
    border-radius: 6px;
    padding: 20px;
    margin: 20px;
    font-size: 16px;
    margin-left: 0px;
}
.basis-notice .fa
{
    font-size: 80px;
    float:left;
    padding-right:20px;
}
.basis-notice p
{
   color: #fff;
    font-weight: 500;
        padding-top: 15px;
}
.basis-warning
{
   background-color: #ca3e0c;
    color: #fff;
    display: block;
    border-radius: 6px;
    padding: 20px;
    margin: 20px;
    font-size: 16px;
    margin-left: 0px;
}
.basis-warning .fa
{
    font-size: 80px;
    float:left;
    padding-right:20px;
}
.basis-warning p
{
   color: #fff;
    font-weight: 500;
        padding-top: 15px;
}
.sorting_1
{
    background-color:#ebf4ff;
    font-weight: 700 !important;
    color: #263e59 !important;
}
.sorting
{
    cursor:pointer;
}
.sorting:after {
content: '\f0dc';
    color: #ccc;
    font-family: 'FontAwesome';
    padding-left: 10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
th.sorting_desc {
    background-color: #263e59;
    color: #fff;
    cursor:pointer;
}
.sorting_desc:after {
content: '\f13a';
    color: #f3cf33;
    font-family: 'FontAwesome';
    padding-left: 10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
th.sorting_asc {
    background-color: #263e59;
    color: #fff;
    cursor:pointer;
}
.sorting_asc:after {
content: '\f139';
    color: #f3cf33;
    font-family: 'FontAwesome';
    padding-left: 10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.mobileBold {
    font-weight: 900;
    color: #b0d9ff;
}
.wNew
{
   

    padding: 20px;

    display: inline-block;
    border-radius: 5px;
}
.wNew a
{
    color: #fff; 
    font-weight:900;
     transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; 
}
.wNew a:hover
{
    background-color: #214f96; 
    color:#fff;
    padding:5px;
    border-radius:5px;
    font-weight:900;
    text-decoration:none;
      
}
.navbar-nav > li > .search:after
{
    content: '\f002';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #fff;
    top: 19px;
    right: 10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.mobileOnly
{
    display:none;
}

.subSectionSmall, .subSection, .subSectionWithTopBorder
{
    background-color: #ffffdd !important;
    font-weight: 700 !important;
}

.subSectionSmall .percentageField, .subSectionSmall .currencyField, .subSection .percentageField, .subSection .currencyField, .subSection .currencyFieldRound2, .subSectionWithTopBorder .percentageField, .subSectionWithTopBorder .currencyField, .subSectionWithTopBorder .currencyFieldRound2
{
    font-weight: 700 !important;
}

tr.SmallSubTotalPaddingBottom td {
    font-weight: 700 !important;
    background-color: #ffffdd;
}
tr.superLargeFont {
    background-color: #2456a6 !important;
    font-weight: 700 !important;
    color:#fff !important;
}
tr.boldTD
{
    font-weight:700 !important;
}
tr.mediumFont.extraBold.grayBackground {
    background-color: #ffffdd !important;
    font-weight: 700 !important;
}


tr.SmallSubTotal td
{
    background-color: #ffffdd !important;
    font-weight: 700 !important;
}
tr.mediumFont.boldTD {
    background-color: #ffffdd !important;
    font-weight: 700 !important;
}

tr.mediumFont.boldTD .currencyField, tr.mediumFont.boldTD .percentageField
{
    font-weight: 700 !important;
}
tr.mediumFont.extraBold.grayBackground td.percentageField {
    font-weight: 700 !important;
}
tr.mediumFont.extraBold .largerFontBoldLeftPadding, tr.mediumFont.extraBold .currencyField, tr.mediumFont.extraBold .percentageField {
    font-weight: 700 !important;
}
.pspBig {
    background-image: url('http://www.montgomerycountymd.gov/OMB/Resources/Images/home/psp.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 100%;
    height: 150px;
    margin: auto;
}

.stripFormatting p, .stripFormatting span, .stripFormatting div
{
    color:#000 !important;
    background:#fff !important;
    background-color:#fff !important;
    font-size:16px !important;
}
.stripFormattingUL p, .stripFormattingUL span, .stripFormattingUL div
{
    color:#000 !important;
    background:#fff !important;
    background-color:#fff !important;
    font-size:16px !important;
}
.stripFormattingUL h3
{
margin-bottom: 10px;
    margin-top: -25px;
    margin-left: 30px;
}
#MainContent_mainDeptContent
{
    background-color:#f1f2f7;
}
.whatsNewBlock
{
    display: block;
    float: right;
}
.new-news {
    text-transform: uppercase;
    padding-left:10px;
}
#MainContent_bookFiscalYear
{
    font-weight: 900;
    color: #b0d9ff;
        font-size: 20px;
    margin-bottom:10px;
}
.sr-only
{
    color:#000;
    background-color:#fff;
}
.basis-darkBlueBackground .colorTable .table-bordered {
    border: 0px solid #fff !important;
    font-size: 14px;
}
.basis-darkBlueBackground .colorTable .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}
.basis-darkBlueBackground .colorTable .table-hover>tbody>tr:hover {
    background-color: #182c44 !important;
}
.colorTable .table-bordered a:hover {
    color: #fff;
    background-color: #2456a6;
    padding: 5px;
    border-radius: 5px;
}
.basis-darkBlueBackground .colorTable .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent !important;
}
.colorTable .table-bordered {
    border: 0px solid #fff;
    font-size: 14px;
}
.colorTable .dataTable tr:last-child {
    border-bottom: 0px solid #ddd;
}
.colorTable .table-bordered > thead > tr > th {
    border-width: 0px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
    padding: 10px;
}
.colorTable .table-bordered > thead > tr > th {
    border-bottom: 1px solid #fff !important;
}
.colorTable .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}
.colorTable .table-bordered a {
    font-weight: 700;
    color: #fff;
    text-decoration: none !important;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.colorTable .table-bordered a:before {
    content: "\f0a9";
    font-family: FontAwesome;
    color: #fff;
    padding-right: 10px;
    border: 1px solid transparent;
}
.colorTable .table-hover>tbody>tr:hover {
    background-color: #1fc5bc;
}
.colorTable .dataTables_length {
    font-weight: bold;
    color: #fff;
}
.colorTable .dataTables_info {
    font-weight: 900;
    color: #fff;
}
.colorTable .searchText {
    display: inline-block;
    padding-right: 10px;
    text-align: right;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}
.colorTable .dataTables_paginate.paging_bootstrap.pagination li.disabled a {
    color: #fff;
}
.colorTable .dataTables_paginate.paging_bootstrap.pagination li a {
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}
.colorTable .table-bordered > tbody > tr > td
{
    border-width: 0px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
    padding: 10px;
}
.colorTable .sorting_1 {
    background-color: #e2bc16;
}
#noSort:after {
    content: none;
}
.homeDistMenu
{
    background-color: #f2f2f2;
    border: 1px solid #e8e8e8;
    padding: 10px;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom:20px;
}
.narrativeBlock p, .narrativeBlock p span {
   color: #58585b;
}

.pubText, .pubText span
{
      color: #58585b !important;
}
.narrativeBlock p, .narrativeBlock p span {
   color: #58585b;
}

.pubText, .pubText span
{
      color: #58585b !important;
}
p {
  font-size: 16px;
  color: #000;
   font-family: 'Open Sans',sans-serif !important;
  font-weight: 400;
      line-height: 1.5;
  margin: 0 0 10px;
  color: #58585b;
    font-size: 16px;
    line-height: 2;
}
.narrativeBlock h2
{
       color: #000;
    font-size: 30px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    /* border-bottom: 10px solid #000; */
    font-weight: 900;
    padding-bottom: 3px;
}
.basis-largeTitle2 {
    font-size: 30px;
}
.basis-darkBlueBackground .basis-largeTitle {
    font-size: 30px;
}
.basis-largeTitle {
    font-size: 30px;
}
.basis-list-file-download li a {
    font-size: 16px;
}
.narrativeBlock ul li {
    line-height: 2;
}
.homeDescriptionLarge {
    max-width: 50em;
    margin-left: 10px;
    font-size: 20px;
    margin-top: 20px;
    border-left: 5px solid #428fd2;
    padding-left: 20px;
    margin-bottom: 20px;
}
.wNew {
    padding: 20px;
    display: block;
   
}

#MainContent_bookFiscalYear {
    font-weight: 400; 
    color: #b0d9ff;
    font-size: 16px;
    margin-bottom: 10px;
}
.narrativeBlock .currencyField
{
    font-size:16px !important;
}
td.hideMobileTD {
    padding: 5px !important;
    padding-left: 0px !important;
}
.hideIt
{
    display:none;
}
#MainContent_mainContent
{
    background-color:#f2f2f2;
}
a.readMore  {
    font-weight: 900;
    color: #214f96;
    text-decoration: none !important;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
a.readMore:before {
    content: "\f0a9";
    font-family: FontAwesome;
    color: #214f96;
    padding-right: 0px;
    border: 1px solid transparent;
}
a.readMore:hover {
    color: #fff;
    background-color: #33a3f1;
    padding: 5px;
    border-radius: 5px;
}
a.readMore:hover::before {
    text-decoration: none !important;
    content: "\f14d";
    font-family: FontAwesome;
    color: #fff;
    padding-right: 10px;
}
.opacityBack
{
    background-color: rgba(38, 62, 89, .85);
    box-shadow: 4px 4px 4px #000;
    padding: 20px;
        width: 90%;
    margin: auto;
    border-radius:20px;
}
.opacityBack .c3-chart-arc path {
    stroke: #263e59b3;
    stroke-opacity: 0.5;
    stroke-width: 1;
}
.opacityBack h4
{
    text-align:center;
    font-weight:700;
    font-size:20px;
}
.plainLink
{
    text-decoration:none !important;
}
.plainLink:before {
    content: "" !important;
    display:none;
}
.plainLink:hover {
    color: transparent !important;
    background-color: transparent !important;
  
}
progress:hover{
    opacity: .5;
}
.visualizeMobile
{
    display:none;
}
.c3
{
    font-family: 'Open Sans',sans-serif !important;
}
.c3-legend-item {

    font-family: 'Open Sans',sans-serif !important;
        font-weight: 500 !important;
}
text.c3-chart-arcs-title {
 font-family: 'Open Sans',sans-serif !important;
        font-weight: 500 !important;
}
.c3-chart-arc text {
   font-family: 'Open Sans',sans-serif !important;
        font-weight: 900 !important;
}
.moreWords
{
  clear: both;
    /* display: inline-block; */
    margin-left: 0px;
    background-color: #2d4c79;
    color: #fff;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 900;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.moreWords:hover
{
    background-color: #e48715; 
    color:#fff;
  
    border-radius:5px;
    font-weight:900;
    text-decoration:none !important;
      
}
.mobileOnly
{
    display:none;
}
.desktopOnly
{
    display:block;
}
table.c3-tooltip {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    empty-cells: show;
    opacity: 0.9;
    border-radius: 0px;
    padding: 6px;
    color: #666;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 4px 4px 4px #000;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
}
.largeFontList,.largeFontList .numberField,.largeFontList .numberField2,.largeFontList .numberFieldNoDecimalInput,.largeFontList .numberFieldNoDecimal,.largeFontList .numberFieldInput,.largeFontList .percentageField
{
    font-size:18px !important;
}
.largeFontList .currencyField,.largeFontList .currencyField2,.largeFontList .currencyFieldRound2
{
    font-size:18px !important;
}
.coolBackgroundNoPattern1
{
background-image: url(""), linear-gradient(-180deg,#263e59 0,#134977 34%,#365d8a 51%,#2456a6 100%);
    background-position: bottom, center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
}
.coolBackgroundNoPattern2
{
background-image: url(""), linear-gradient(-180deg,#263e59 0,#263e59 100%);
    background-position: center, center;
     background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
}
.coolBackgroundNoPattern3
{
background-image: url(""), linear-gradient(-180deg,#263e59 0,#134977 34%,#365d8a 51%,#0f3e8a 100%);
    background-position: center, center;
     background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
}
.coolBackgroundPattern1
{
background-image: url(""), linear-gradient(-180deg,#263e59 0,#134977 34%,#365d8a 51%,#2456a6 100%);
    background-position: top, center;
    background-repeat: repeat;
    background-size: auto;
}
.coolBackgroundPattern2
{
background-image: url("../Images/background-pattern-2x.png"), linear-gradient(-180deg,#263e59 0,#263e59 100%);
    background-position: top, left;
     background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
}
.coolBackgroundPattern3
{
    background-image: url(../Images/serious-security-bg2.png), linear-gradient(-180deg,#263e59 0,#134977 34%,#365d8a 51%,#0f3e8a 100%);
    background-position: top, center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
}
.coolBackgroundPattern4
{
    background-image: url(../Images/serious-security-bg2.png), linear-gradient(-180deg,#263e59 0,#134977 34%,#365d8a 51%,#2456a6 100%);
    background-position: top, center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
}

.c3 text {

    font-family: 'Open Sans',sans-serif !important;
}
.homePageThinTitle
{
    font-weight:100;     
    color: #b0d9ff;
}
td.hideMobileTD {
    overflow: hidden;
}
ul.basis-breadcrumb{
  margin-left: 10px;
  display:inline-block;
  list-style:none;
}
  
ul.basis-breadcrumb li{
    float: right;
    padding:0px;
   
   
    position:relative;
    margin-left: 0px;
   
    margin-top: 0px;
}
ul.basis-breadcrumb li a {
      overflow: hidden;
    border-radius: 60px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    text-decoration: none;
      color: #fff;
    background-color: #235282;
    text-align: center;
    /* min-width: 80px; */
    display: block;
    line-height: 1;
    padding-left: 30px;
    padding-right: 0px;
    padding-top: 10px;
font-weight:700;
     width: 100px;
    overflow: hidden;
    font-size: 20px;
    height: 55px;
    border: 6px solid #243f5c;
    margin-left: -50px;
}
    
ul.basis-breadcrumb li:nth-last-child(1) a {
   overflow: hidden;
    border-radius: 60px;
transition: all 0.42s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    text-decoration: none;
    
    color: #fff;
    background-color: #235282;
    text-align: center;
    /* min-width: 80px; */
    display: block;
    line-height: 1;
    padding-left: 10px !important;
    padding-right: 10px;
    padding-top: 10px;

    width: 55px;
    overflow: hidden;
    font-size: 20px;
    height: 55px;
    border: 6px solid #243f5c;
    margin-left: -50px;
}

ul.basis-breadcrumb li:nth-last-child(1) a.BCselected {
 
    background-color: #235282;
  
}

ul.basis-breadcrumb li a:hover {
    
    border-radius: 60px;
   
    text-decoration: none;
  
    color: #fff;
   background-color: #da8914;
    text-align: center;
    /* min-width: 80px; */
    display: block;
    line-height: 1;
   padding-left: 50px;
    padding-right: 10px;
    padding-top: 10px;
  
    width: auto;

    height: 55px;
    font-size: 20px;
}

ul.basis-breadcrumb li a:hover .BCtext {
    
   display: inline-block;
    font-size: 12px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    word-spacing: 0.05em;
}
ul.basis-breadcrumb li:nth-last-child(1) a:hover {
   
    padding-left: 10px;
   
}
.BCtext
{
    display:none;
}

ul.basis-breadcrumb li a.BCselected {
    overflow: hidden;
    border-radius: 60px;
 
    text-decoration: none;
 
    color: #fff;
    background-color: #2d794b;
    text-align: center;
    /* min-width: 80px; */
    display: block;
    line-height: 1;
    padding-left: 50px;
    padding-right: 10px;
    padding-top: 10px;
  
    width: auto;

    height: 55px;
    font-size: 20px;
}
.BCselected .BCtext {
    display: inline-block;
    font-size: 12px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    word-spacing: 0.05em;
}
.mobileLink a .word1
{
    font-weight:900;
}
.pageOptionsBlock
{
    display:none;
}
.removeDesktopHideMobile
{
    display:none !important;
}
.summaryTablesSection h2 {
    color: #000;
    font-size: 30px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    /* border-bottom: 10px solid #000; */
    font-weight: 900;
    padding-bottom: 3px;
        border-bottom: 10px solid #000;
}
.scheduleMenu
{
background-color: #263e59;
  padding: 15px;
   padding-bottom: 0px;
  border-radius:10px;
  max-width: 110em;

    margin-left: auto;
    margin-right: auto;
}
.scheduleMenu a {
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px;
    color:#fff !important;
        margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.scheduleMenu a span
{
    color:#fff !important;
}
.scheduleMenu a span:hover
{
    color:#fff !important;
}
.scheduleMenu a .word1, .scheduleMenu a .word2  {
    font-weight: 900;
}
.scheduleMenu a:before {
    content: "\f0a9";
    font-family: FontAwesome;
    color: #d9b00b;
    padding-right: 10px;
    border: 1px solid transparent;
    font-size: 18px;
}
.scheduleMenu a:hover {

    background-color: #3d77d2;
    color: #fff;
    padding: 5px;

    text-decoration: none;
    border-radius: 5px;
}
.changesTable tr td, .changesTable tr th
{
    text-align:right;
    font-size:14px !important;
    padding-top:10px !important;
    padding-bottom:10px !important;
}
@media (max-width:1800px)
{    
    .longTitle .select2-container .select2-choice 
{
    font-size: 26px;
}
.superLongTitle .select2-container .select2-choice 
{
    font-size: 22px;
}
.superDuperLongTitle .select2-container .select2-choice 
{
    font-size: 18px;
}
}

@media (max-width:1700px)
{
    .department-select-basis .select2-container .select2-choice {
    font-size: 28px;
}
  .longTitle .select2-container .select2-choice 
{
    font-size: 26px;
}
.superLongTitle .select2-container .select2-choice 
{
    font-size: 22px;
}
.superDuperLongTitle .select2-container .select2-choice 
{
    font-size: 16px;
}
    .navbar-nav {
    margin-top: 16px;
    margin-left: 60px;
}
.yearVersion {
    float: right;
}
}
@media (max-width:1600px)
{
      .largeFontList,.largeFontList .numberField,.largeFontList .numberField2,.largeFontList .numberFieldNoDecimalInput,.largeFontList .numberFieldNoDecimal,.largeFontList .numberFieldInput,.largeFontList .percentageField
{
    font-size:16px !important;
}
.largeFontList .currencyField,.largeFontList .currencyField2,.largeFontList .currencyFieldRound2
{
    font-size:16px !important;
}
     .largeTable
    {
        width: 100% !important;
    }
    .largeTableEM
    {
         max-width: 100% !important;
    }
    .navbar-nav {
    margin-top: 16px;
    margin-left: 60px;
}
.yearVersion {
    float: right;
}
}
@media (max-width:1500px)
{
    
     .department-select-basis .select2-container .select2-choice {
    font-size: 24px;
}
 .longTitle .select2-container .select2-choice 
{
    font-size: 26px;
}
.superLongTitle .select2-container .select2-choice 
{
    font-size: 22px;
}
.superDuperLongTitle .select2-container .select2-choice 
{
    font-size: 14px;
}
    .navbar-nav {
    margin-top: 16px;
    margin-left: 50px;
}
.logoTitle {
    margin-top: 20px;
}
.mcgTitle {
    font-size: 15px;
}

.publicationTitle {
    font-size: 12px;
}

}
@media (max-width:1400px)
{
   section.basis-news {
    
    height: 450px;
   
}
.basis-news-box {
   
    margin-top: 120px;
 
}
.transBack {
 
   
}
    .department-select-basis .select2-container .select2-choice {
    font-size: 24px;
}
.longTitle .select2-container .select2-choice 
{
    font-size: 22px;
}
.superLongTitle .select2-container .select2-choice 
{
    font-size: 20px;
}
.superDuperLongTitle .select2-container .select2-choice 
{
    font-size: 14px;
}
.navbar-nav {
    margin-top: 16px;
    margin-left: 30px;
}
.mcgTitle {
    font-size: 14px;
}

.publicationTitle {
    font-size: 11px;
}

}

@media (max-width:1300px)
{
    .yearVersionLabel {
    font-size: 12px;
    }
    .department-select-basis .select2-container .select2-choice {
    font-size: 22px;
}
.longTitle .select2-container .select2-choice 
{
    font-size: 20px;
}
.superLongTitle .select2-container .select2-choice 
{
    font-size: 16px;
}
.superDuperLongTitle .select2-container .select2-choice 
{
    font-size: 12px;
}
.navbar-nav {
    margin-top: 16px;
    margin-left: 10px;
}
.logo-title
{
       margin-right: 30px;
    }
.mcgTitle {
    font-size: 13px;
}

.publicationTitle {
    font-size: 12px;
}
.navbar-basis
{
    padding-left:0px;
}
}

@media (max-width:1200px)
{
     .hideSmallScreen
    {
        height:0px !important;
        font-size:0px !important;
        padding:0px !important;
         margin:0px !important;
    }
    .basis-coolBlueBackground, .basis-darkBlueBackground
    {
        border-radius:0px !important;
    }
    .desktopOnly
{
    display:none;
}
    progress[value] {
 
  /* Dimensions */
  width: 100%;
  min-width:200px;
  max-width:350px;
}
    
    .hideLargeScreen
{
    display:inline-block !important;
}
    
.department-select-basis .select2-container .select2-choice {
    font-size: 28px;
}

.longTitle .select2-container .select2-choice 
{
    font-size: 26px;
}
.superLongTitle .select2-container .select2-choice 
{
    font-size: 24px;
}
.superDuperLongTitle .select2-container .select2-choice 
{
    font-size: 20px;
}
    .basis-summary-block {
    max-width: 100%;
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

 .basis-summary-block .basis-coolBlueBackground
 {
     margin-bottom:0px !important;
 }
    .navbar-nav {
    margin-top: 16px;
    margin-left: 10px;
}
    .yearVersion {
    margin-top: 0px;
    margin-bottom:20px
}


}

@media (max-width:1199px)
{ 
   
.logoTitle
{
    margin-left: 80px;
    display: block;
    margin-top: -50px;
    color: #fff;
        margin-right: 30px;
}
.mcgTitle {
  
    font-size: 12px;
}

.publicationTitle {
    font-size: 11px;
}
}

@media (max-width:1100px)
{ 
.department-select-basis .select2-container .select2-choice {
    font-size: 24px;
}
.longTitle .select2-container .select2-choice 
{
    font-size: 22px;
}
.superLongTitle .select2-container .select2-choice 
{
    font-size: 20px;
}
.superDuperLongTitle .select2-container .select2-choice 
{
    font-size: 18px;
}
}
@media (max-width:1055px)
{
.mcgTitle {
   
    font-size: 15px;
}

.publicationTitle {
  
    font-size: 14px;
}

}

@media (max-width:1032px)
{
   
      .goog-te-gadget, .goog-logo-link {
 
    background: #263e59;
    background-image: url(""), linear-gradient(-180deg,#f1f2f7 0,#f1f2f7 34%,#f1f2f7 51%,#f1f2f7 100%);
}
    .pageOptionsBlock {
    display: inline-block;
    color:#222;
    float: left;
    margin-top: 10px;
    margin-left:5px;
}
.pageOptionsBlock .yearVersionLabel
{
    color:#222 !important;
}

.pageOptionsBlock .select2-container .select2-choice {
    display: block;
    height: 32px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
    white-space: nowrap;
    color: #444 !important;
    text-decoration: none;
    border-radius: 6px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: none;
    filter: none;
    height: 34px;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 6px;
    padding-left: 5px;
    font-size: 14px;
}
.pageOptionsBlock .select2-chosen {
    font-weight: 500;
    color: #222 !important;
    color: #fff;
    text-transform: uppercase;
}

    .navbar-nav > li > a.departments:before {
    background: transparent;
}
    .buttonBackground 
   {
           z-index: 9999999999;
    background-color: #263e59;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-top: 26px;
    margin-top: 0px;
    padding-right: 15px;
    margin-right: 0px;
    border-radius: 0px;
    border-left: 1px solid #000 !important;
}
.buttonBackground:hover {
    background-color: #90cdfd;
  
}
     .largeFontList,.largeFontList .numberField,.largeFontList .numberField2,.largeFontList .numberFieldNoDecimalInput,.largeFontList .numberFieldNoDecimal,.largeFontList .numberFieldInput,.largeFontList .percentageField
{
    font-size:16px !important;
}
.largeFontList .currencyField,.largeFontList .currencyField2,.largeFontList .currencyFieldRound2
{
    font-size:16px !important;
}

   
    .loading
{
    text-align: center;
    padding-top: 100px;
    font-weight: 900;
    text-transform: lowercase;
    color: #19314a;
    font-size: 30px;
}

    .searchDIV
{
    max-width:90%;
    margin-left:auto;
    margin-right:auto;
}
    body {
  background-size:100px 100px;
background-image:url("../Images/ring-alt.gif");
 background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 300px;
   
}
    .transBack {
   

    }
    .basis-news-box {
    overflow: hidden !important;
    overflow: hidden !important;
    background-color: rgba(0, 0, 0, 0.35);
    padding: 20px;
    text-align: center;
    margin-top: 100px;
    border-radius: 300px;
}
.basis-news-box h2 {
    font-weight: 100;
    color: #fff;
    margin-top: 0px;
    font-size: 26px;
    text-shadow: 1px 1px 50px #021a40;
}

       section.basis-news {
    padding: 25px 0;
    height: 350px;
    background-position: bottom left;
    background-image: url(../Images/rockvilleCORE.jpg);
}

    .navbar-basis img {
    max-width: 110px !important;
    position: absolute;
    top: 7px;
    z-index: 500;
}


.mcgTitle {
  border-bottom: 1px solid #4184be;
    font-size: 15px;
}

.publicationTitle {
   border-top:0px solid #fff;
    font-size: 12px;
}
.logoTitle {
    margin-left: 75px;
    display: block;
    margin-top: -60px;
    color: #fff;
    float: none;
    width: auto;
}

.title-basis {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    float: right;
    font-size: 16px;
    padding-top: 15px;
    padding-right: 20px;
    text-align: center;
    background-color: transparent;
    margin-right: -15px;
    padding-left: 0px;
    padding-bottom: 0px;

}
.navbar-left {
    clear: both;
    float: left !important;
       margin-top: 0px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.navbar-collapse-basis {
    clear: both;
    margin-top: 0px;
    width: 480px;
}
.navbar-nav .megadropdown .inner-megadropdown {
    margin-top: 125px;
}
 header.active .nav-list-container {
    display: none;
}
   .mobileFixedMenu {
    position: fixed;
        background: #2456a6;
  
    width: 100%;
    margin-left: -15px;
   
    height: 70px;
}
.mobileMenu
{
    display:block;
}
 .title-basis {
    background-color: #f1f2f7;
    float: none;
    height: 50px;
    clear: both;
    display: block;
    padding: 0px;
    margin: 0px;
    margin-left: -15px;
    margin-right: -15px;
        border-left: 1px solid #f1f2f7;
        margin-top:71px !important;
}

  .navbar-basis img {
   max-width: 60px !important;
    position: absolute;
    top: 5px;
    z-index: 500;
    margin-top: 0px;
    left: 5px;
}

.goog-te-combo {
    width: 100%;
    height: 35px;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    line-height: 1;
    color: #444 !important;
    background-color: #fff !important;
    /* background-color: #fff; */
    /* background-image: none; */
    border: 1px solid #2456a6;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    /* -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /* transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
    font-family: 'Open Sans',sans-serif !important;
    background-color: #f1f2f7;
    border: 1px solid #999999;
    border-radius: 4px;
    display: inline-block;
    font: initial;
    line-height: 1.5em;
    padding: 0.4em .0em 0.4em .8em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #999 50%), linear-gradient(135deg, #999 50%, transparent 50%), linear-gradient(to right, #f1f2f7, #f1f2f7);
    background-position: calc(100% - 10px) calc(1em + 2px), calc(100% - 5px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 1.5em 2.5em;
    background-repeat: no-repeat;
}
.goog-te-combo:focus {
  background-image:  linear-gradient(45deg, #999 50%, transparent 50%),   linear-gradient(135deg, transparent 50%, #999 50%),   linear-gradient(to right, #f1f2f7, #f1f2f7);
  background-position:   calc(100% - 5px) 1em,  calc(100% - 10px) 1em,   100% 0;
  background-size: 5px 5px, 5px 5px, 1.5em 2.5em;
  background-repeat: no-repeat;
border: 1px solid #ddd;
  outline: 0;
}
.goog-te-combo option {
    color: #444 !important;
}
.translateBlock {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}
.navbar-default .navbar-collapse {
    background-color: #152e4a;
    margin-left: -15px !important;
    margin-right: -45px !important;
    width: 110% !important;
    border: 1px solid #263e59;
    padding-left: 30px;
    padding-top: 10px;
    margin-top: -5px;
    border-bottom: 1px solid #fff;
    box-shadow: 2px 2px 2px #444;
}
li.drop:before {
    content: "\f0a9";
    font-family: FontAwesome;
    color: #d9b00b;
    padding-right: 10px;
    border: 1px solid transparent;
}

.navbar-nav > li > a {

    padding: 5px;
    display: inline-block;
    padding-top: 10px;
    font-weight: 900;
}
.navbar-default .navbar-collapse {
  
}
.navbar-nav > li:hover > a {
    color: #90cdfd !important;
}
.contentMenuList > li > a {
    color: #214f96 !important;
    font-weight: 900 !important;
    font-size: 15px;
    font-family: 'Open Sans',sans-serif !important;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 5px 5px 5px 5px;
    position: relative;
    z-index: 2;
   
}
.navbar-toggle 
{
    display:inline-block;
}
.navbar-header {
    float: none;
}
.navbar-collapse.collapse {
    display: none!important;
    
}
.collapse.in {
    display: block !important;
}
.title-basis {
    background-color: #f1f2f7;
    float: none;
    height: 50px;
    clear: both;
    display: block;
    padding: 0px;
    margin: 0px;
    margin-left: -15px;
    margin-right: -15px;
    border-left: 1px solid #f1f2f7;
    margin-top: 71px !important;
}
.navbar-nav>li {
    float: none;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent;
}
 .drillDownMenu li:after {
    margin-top: 0px;
    }
    .drillDownMenu li:nth-last-child(2)::after {
    margin-top: -5px;
    }
    .drillDownMenu > li > a {
    color: #444 !important;
    opacity: .4;
}
.drillDownMenu li {
   margin-top: 1.3rem;
}
}
@media (max-width:990px)
{
    .logoTitle {
    margin-top: -68px;
}
  .department-select-basis .select2-container .select2-choice {
    font-size: 24px;
}
.longTitle .select2-container .select2-choice 
{
    font-size: 22px;
}
.superLongTitle .select2-container .select2-choice 
{
    font-size: 20px;
}
.superDuperLongTitle .select2-container .select2-choice 
{
    font-size: 16px;
}
.navbar-nav .megadropdown .inner-megadropdown {
    margin-top: 115px;
}
}
@media (max-width:900px)
{
    .basis-largeNumber {
    font-size: 35px;
}
.basis-total {
    font-size: 16px;
}
    .department-select-basis .select2-container .select2-choice {
    font-size: 24px;
}
.longTitle .select2-container .select2-choice 
{
    font-size: 22px;
}
.superLongTitle .select2-container .select2-choice 
{
    font-size: 20px;
}
.superDuperLongTitle .select2-container .select2-choice 
{
    font-size: 14px;
}
.navbar-nav .megadropdown .inner-megadropdown {
    margin-top: 115px;
}
    .basis-footer-text {
    display: inline-block;
    text-align: left;
    min-width: 100%;
    padding: 10px;
}
    .contentMenu {
    white-space: normal;
}




}

@media (max-width:800px)
{
    .remove800
    {
        display:none !important;
    }
    .c3-tooltip td {
    font-weight: 900;
    font-size: 14px !important;
    padding-left: 5px !important;
}
.c3-tooltip tr {
    margin-bottom: 0px !important;
}
table.c3-tooltip {
 
    max-width: 250px !important;
}
    .yearVersionLabel
    {
        display:none;
    }
    .mobileLink
    {
        padding-left:0px !important;
        background-color:#263e59 !important;
            padding: 0px !important;
    }
    .mobileLink a
    {
        font-weight:700 !important;
        color: #fff;
        padding: 10px !important;
    padding-top: 5px !important;
    }
    .mobileLink a:hover
    {
         background-color: #2456a6;
    border-radius: 0px;
}
     
    .mobileLink a:before {
    content: "\f0a9";
    font-family: FontAwesome;
    color: #fff;
    padding-right: 10px;
    border: 1px solid transparent;
    font-size: 18px;
}
    .sorting_1 {
    background-color: transparent;
    text-align:left !important;
    font-weight:500 !important;
    color:#585858 !important;
}
    .summaryTablesSection
    {
        padding-left:15px;
        padding-right:15px;
    }
    
    .dataTables_paginate.paging_bootstrap.pagination {
    margin-top: 15px;
}
 .hideMobileTD
    {
        display:none !important;
    }
#no-more-tables tr {
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 0px solid #e8e8e8;
    margin-bottom: 20px;
}
#no-more-tables td 
{
    text-shadow:none;
}
  #no-more-tables td:before {
    color: #555;
    text-align: right;
    border-right: 1px solid #e8e8e8;
        white-space: inherit;
}
#no-more-tables .colorTable tr {
    border-left: 0px solid #e8e8e8;
    border-top: 0px solid #e8e8e8;
    border-right: 0px solid #e8e8e8;
    border-bottom: 0px solid #e8e8e8;
    margin-bottom: 20px;
}
#no-more-tables td 
{
    text-shadow:none;
}
  #no-more-tables td:before {
    color: #555;
    text-align: right;
    border-right: 1px solid #e8e8e8;
        white-space: inherit;
}
#no-more-tables .colorTable td:before {
    color: #fff;
    text-align: right;
    border-right: 1px solid #e8e8e8;
    white-space: inherit;
}
   .department-select-basis .select2-container .select2-choice {
    font-size: 24px;
}
.longTitle .select2-container .select2-choice 
{
    font-size: 20px;
}
.superLongTitle .select2-container .select2-choice 
{
    font-size: 18px;
}
.superDuperLongTitle .select2-container .select2-choice 
{
    font-size: 14px;
}
}
@media (max-width:768px)
{
      .col-ssm-6
    {
        width:50%;
        float: left;
    }
    .contentMenuList > li > a:hover
    {
            background-color: #214f96 !important;
                color: #fff !important;
    }
    .basis-whiteBackground
    {
        padding:0px;
    }
   
  .fixedUpArrow {
    position: fixed;
    right: 10px;
    bottom:10px;
    z-index: 9999;
    opacity: .55;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    box-shadow: 4px 4px 6px #000;
    transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  background-color: #fff;
  border-color: #ccc;
  color:#000;
}
 .mcg-footer-seal { 
    display: none;
}

    header.active .nav-list-container {
    display: none;
}
   .mobileFixedMenu {
    position: fixed;
        background: #2456a6;
    
    width: 100%;
    margin-left: -15px;
    
    height: 70px;
}
.mobileMenu
{
    display:block;
}
 .title-basis {
    background-color: #f1f2f7;
    float: none;
    height: 50px;
    clear: both;
    display: block;
    padding: 0px;
    margin: 0px;
    margin-left: -15px;
    margin-right: -15px;
        border-left: 1px solid #f1f2f7;
        margin-top:71px !important;
}

.goog-te-combo {
    width: 100%;
    height: 35px;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    line-height: 1;
    color: #444 !important;
    /* background-color: #fff; */
    /* background-image: none; */
    border: 1px solid #2456a6;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    /* -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /* transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
    font-family: 'Open Sans',sans-serif !important;
    background-color: #f1f2f7;
    border: 1px solid #999999;
    border-radius: 4px;
    display: inline-block;
    font: initial;
    line-height: 1.5em;
    padding: 0.4em .0em 0.4em .8em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #999 50%), linear-gradient(135deg, #999 50%, transparent 50%), linear-gradient(to right, #f1f2f7, #f1f2f7);
    background-position: calc(100% - 10px) calc(1em + 2px), calc(100% - 5px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 1.5em 2.5em;
    background-repeat: no-repeat;
}
.goog-te-combo:focus {
  background-image:  linear-gradient(45deg, #999 50%, transparent 50%),   linear-gradient(135deg, transparent 50%, #999 50%),   linear-gradient(to right, #f1f2f7, #f1f2f7);
  background-position:   calc(100% - 5px) 1em,  calc(100% - 10px) 1em,   100% 0;
  background-size: 5px 5px, 5px 5px, 1.5em 2.5em;
  background-repeat: no-repeat;
border: 1px solid #ddd;
  outline: 0;
}
.goog-te-combo option {
    color: #444 !important;
}
.translateBlock {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}
.navbar-default .navbar-collapse {
    background-color: #152e4a;
    margin-left: -15px !important;
    margin-right: -45px !important;
    width: 110% !important;
    border: 1px solid #263e59;
    padding-left: 30px;
    padding-top: 10px;
    margin-top: -5px;
    border-bottom: 1px solid #fff;
    box-shadow: 2px 2px 2px #444;
}
li.drop:before {
    content: "\f0a9";
    font-family: FontAwesome;
    color: #d9b00b;
    padding-right: 10px;
    border: 1px solid transparent;
}

.navbar-nav > li > a {

    padding: 5px;
    display: inline-block;
    padding-top: 10px;
    font-weight: 900;
}
.navbar-default .navbar-collapse {
 
}
.navbar-nav > li:hover > a {
    color: #90cdfd !important;
}
.contentMenuList > li > a {
    color: #214f96 !important;
    font-weight: 900 !important;
    font-size: 15px;
    font-family: 'Open Sans',sans-serif !important;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 5px 5px 5px 5px;
    position: relative;
    z-index: 2;
}
}

 @media (max-width: 767px) 
{
     span.buttonBackground {
  
    padding-top: 0px !important;
}
.logoTitle {
    margin-left: 75px;
    display: block;
    margin-top: -25px;
    color: #fff;
    float: none;
    width: auto;
}
}


@media (max-width: 650px) 
{
  
    .pageOptionsBlock #s2id_MainContent_ddlYear
{
    width:80px;
}
.pageOptionsBlock #s2id_MainContent_ddlVersion {
    width: 130px;
}
    .department-select-basis .select2-chosen:after {
 
    padding-right: 0px !important;

}

.department-select-basis .select2-container .select2-choice > .select2-chosen {
    margin-right: 0px !important;

}
    .departmentTitle {
    padding-left: 10px;
    padding-right: 10px;
}
    #barChart
    {
            margin-left: -15px;
    margin-right: -15px;
    }
    .whatsNewBlock
    {
        text-align:left !important;
    }
    .wNew h2
    {
        padding-top: 0px !important;
    }
    .homeDescription {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: block;
}
    .basis-news-box h2 {
    font-weight: 100;
    text-shadow: 0px 0px 0px #163971;
}
   
     .homePageThinTitle
  {
      display:block;
  }
   .coolBackgroundPattern1
{
background-image: url(""), linear-gradient(-180deg,#263e59 0,#134977 34%,#365d8a 51%,#2456a6 100%);
  
}
.coolBackgroundPattern3
{
background-image: url(""), linear-gradient(-180deg,#263e59 0,#134977 34%,#365d8a 51%,#0f3e8a 100%);
 
}

.coolBackgroundPattern2
{
background-image: url(""), linear-gradient(-180deg,#263e59 0,#263e59 100%);
   
}

.coolBackgroundPattern4
{
    background-image: url(""), linear-gradient(-180deg,#263e59 0,#263e59 34%,#263e59 51%,#263e59 100%);
    background-position: top, center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
}
    .drillDownMenu {
    padding-top: 50px;
    display: block;
}
.drillDownMenu li:after
{
    content:"";
}
  .contentMenuList > li > a {

    display: block !important;
}
.contentMenuList li {
    display: block !important;
    text-align:left;
}
    .homeCMList li {
    border-left: 1px solid #f2f2f2 !important;
    }
    .mobileOnly
{
    display:block;
}
      .col-ssm-6
    {
        width:95%;
        float: none;
    }
  
    .table-bordered a {
    line-height: 1.5;
    text-shadow: none;
    }
   .largeFont, .largeFont .numberField, .largeFont .numberField2, .largeFont .numberFieldNoDecimalInput, .largeFont .numberFieldNoDecimal, .largeFont .numberFieldInput, .largeFont .percentageField 
   {
    text-shadow: 1px 1px #fff;
    font-size: 14px;
    font-weight: 500;
}
.largeFont .currencyField, .largeFont .currencyField2, .largeFont .currencyFieldRound2 {
    text-shadow: 1px 1px #fff;
    font-size: 14px;
    font-weight: 500;
}
.currencyField, .currencyField2, .currencyFieldRound2 {
    text-shadow: 1px 1px #fff;
    font-size: 14px;

}
    .dataTables_filter {
    float: right;
    margin-top: -90px;
    margin-left: 20px;
    padding-left: 20px;
    display: block;
}
.dataTables_length label
{
        color: #fff;
    font-size: 1px;
}
    .hideMobile
    {
        display:none;
    }
    .transBack {
  
    background: #163971;
}
.homeDescriptionLarge
{
    display:none;
}

    ul.contentMenuList {
    margin-left: 0px;
    margin-bottom: 20px;
    margin-top: 0px;
    margin: 0px 0px;
    margin-bottom: 20px;
}

.contentMenuList li {
    border-left: 1px solid #fff;
    display: inline-block;
    line-height: 1;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.contentMenuList li:nth-last-child(1) {
    border-right: 1px solid #fff;
}

    .serviceArea {
    padding: 20px;
}
     
    .department-select-basis .select2-container .select2-choice {
    font-size: 22px;
}
.longTitle .select2-container .select2-choice 
{
    font-size: 18px;
}
.superLongTitle .select2-container .select2-choice 
{
    font-size: 16px;
}
.superDuperLongTitle .select2-container .select2-choice 
{
    font-size: 14px;
}
     .whatsNewOLD
    {
        
              text-align: center;
    margin-top: 15px;
    /* border-top: 1px solid #ccc; */
    margin-bottom: 25px;
    }
     .mobileBold
    {
        font-weight:900;
        color: #2456a6;
    }
    .basis-news-box span.new-news {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 12px;
    font-weight: 900;
    font-family: 'Open Sans',sans-serif !important;
    text-transform: uppercase;
    padding: 3px;
    background: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 8px 10px 0 0;
    padding-left: 10px;
}
    section.basis-news {
   padding: 0px 0 !important;
    height: auto !important;
    background-position: bottom center !important;
    background-image: none;
    padding-bottom: 60px !important;
}
    .basis-news-box h2 {
   font-weight: 500;
    color: #000;
    margin-top: 0px;
    font-size: 28px;
}
.basis-news-box a {
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    padding-top: 20px;
    display: inline-block;
}

  
    .basis-news-box 
  {
    margin-top: 0px !important;
    border-radius: 0px !important;
    background-color: #f1f2f7 !important;
}
  ul.autor-list > li .autor-last-line a.autor-site {
    float: none;
  }
  ul.autor-list > li .autor-box img {
    float: none;
    margin-bottom: 20px;
  }
  ul.autor-list > li .autor-box .autor-content {
    margin-left: 0;
  }
}
@media (max-width: 500px) 
{
    
    .basis-list-large li {
    font-size: 18px;
    line-height: 1.2 !important;
}
    .transBack {
 
}
    
    .department-select-basis .select2-container .select2-choice {
    font-size: 22px;
}
.longTitle .select2-container .select2-choice 
{
    font-size: 18px;
}
.superLongTitle .select2-container .select2-choice 
{
    font-size: 16px;
}
.superDuperLongTitle .select2-container .select2-choice 
{
    font-size: 12px;
}
    .basis-news-box span.new-news
{
    display:none;
}
  .image-slider .image-post .hover-box .inner-hover h2 {
    font-size: 16px;
    line-height: 20px;
  }
  footer .categories-widget ul.category-list li {
    width: 100%;
    float: none;
    padding-left: 0 !important;
  }
  .heading-news2 .heading-news-box .image-slider.snd-size .image-post .hover-box .inner-hover h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .image-post-slider .image-post2 ul.post-tags {
    display: none;
  }
  .image-post-slider .image-post2 .hover-box h2 {
    font-size: 13px;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
  }
  .slider-caption-box #bx-pager {
    display: none;
  }
  .slider-caption-box div.slider-holder {
    width: 100% !important;
    float: none;
  }
  .galery-box #bx-pager2 {
    display: none;
  }
  section.big-slider .big-bxslider li .image-post2 .hover-box .inner-hover h2,
  .image-post2 .hover-box h2 {
    font-size: 15px;
    line-height: 18px;
    max-height: 36px;
  }
  .other-posts-box {
    padding: 0;
  }
  .very-large-post .post-gallery .group-image a {
    width: 100%;
  }
  .very-large-post .post-content .article-inpost img {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .very-large-post .post-content {
    padding: 0 10px 35px;
  }
  .banner-quote-post {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner-quote-post .quote p {
    font-size: 15px;
  }
  .very-large-post .post-gallery iframe,
  .large-post .post-gallery iframe,
  .single-post-box .post-gallery iframe {
    height: 240px;
  }
  .image-slider .image-post2 .hover-box ul.post-tags,
  .image-post2 .hover-box ul.post-tags,
  .contact-form-box .title-section span.email-not-published,
  .single-post-box .review-box .summary-box .summary-degree {
    display: none;
  }
  .single-post-box .about-more-autor .more-autor-posts .news-post {
    width: 100%;
  }
  .single-post-box .prev-next-posts .prev-post,
  .single-post-box .prev-next-posts .next-post {
    padding: 10px;
  }
  .single-post-box .about-more-autor .autor-box img,
  .forum-table div.table-row div.forum-post.comment-post img {
    float: none;
    margin: 0 auto;
  }
  .single-post-box .about-more-autor .autor-box .autor-content,
  .forum-table div.table-row div.forum-post.comment-post .post-autor-date {
    margin-left: 0;
  }
  .single-post-box .review-box .summary-box {
    padding-right: 20px;
  }
  .error-banner h1,
  body.comming-soon-page #comming-soon-content form.subscribe h1,
  body.comming-soon-page #comming-soon-content #clock .comming-part span {
    font-size: 30px;
  }
  body.comming-soon-page #comming-soon-content form.subscribe input[type=text] {
    width: 180px;
  }
  ul.autor-list > li .autor-box {
    padding: 10px;
  }
  ul.autor-list > li .autor-box .autor-content .autor-title ul.autor-social {
    float: none;
    display: block;
    clear: both;
  }
}
@media (max-width: 480px)
{
    
    .basis-greenBackground, .basis-blueBackground {
    margin: 0px;
    margin-bottom: 15px;
    margin-left: 5px;
}
    .basis-breakdown {
    margin-left: -30px;
    margin-right: -30px;
}
    .wNewDivider
    {
        display:none;
    }
  .wNew {
 
    font-size: 15px;
}
.wNew a {
    display: block;
}
.basis-breakdown span.breaking-news {
  
    font-size: 16px;
    margin-bottom:10px;
 
}
    .mobileBold
    {
        font-weight:900;
        color: #2456a6;
    }
  .title-basis {
    background-color: #f1f2f7;
    float: none;
    height: 50px;
    clear: both;
    display: block;
    padding: 0px;
    margin: 0px;
    margin-left: -15px;
    margin-right: -15px;
        border-left: 1px solid #f1f2f7;
}
.mcgTitle {
    font-size: 17px;
}
.publicationTitle {
    font-size: 12px;
    text-align: center;
}
  .navbar-basis img {
    max-width: 80px !important;
    position: absolute;
    top: 5px;
    z-index: 500;
    margin-top: 0px;
    display:none;
}
.logoTitle {
    margin-left: 20px;
    display: block;
    margin-top: -22px;
    color: #fff;
    float: none;
    width: 260px;
}
.yearVersionLabel {
    display: none;
}
.goog-te-combo {
    width: 100%;
    height: 35px;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    line-height: 1;
    color: #444 !important;
    /* background-color: #fff; */
    /* background-image: none; */
    border: 1px solid #2456a6;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    /* -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /* transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
    font-family: 'Open Sans',sans-serif !important;
    background-color: #f1f2f7;
    border: 1px solid #999999;
    border-radius: 4px;
    display: inline-block;
    font: initial;
    line-height: 1.5em;
    padding: 0.4em .0em 0.4em .8em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #999 50%), linear-gradient(135deg, #999 50%, transparent 50%), linear-gradient(to right, #f1f2f7, #f1f2f7);
    background-position: calc(100% - 10px) calc(1em + 2px), calc(100% - 5px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 1.5em 2.5em;
    background-repeat: no-repeat;
}
.goog-te-combo:focus {
  background-image:  linear-gradient(45deg, #999 50%, transparent 50%),   linear-gradient(135deg, transparent 50%, #999 50%),   linear-gradient(to right, #f1f2f7, #f1f2f7);
  background-position:   calc(100% - 5px) 1em,  calc(100% - 10px) 1em,   100% 0;
  background-size: 5px 5px, 5px 5px, 1.5em 2.5em;
  background-repeat: no-repeat;
border: 1px solid #ddd;
  outline: 0;
}
.goog-te-combo option {
    color: #444 !important;
}
.translateBlock {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}
}

.header {
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
@media (max-width:450px)
{
    .select2-drop {
    min-width: 200px !important;
}
    .pageOptionsBlock #s2id_MainContent_ddlYear {
    width: 70px;
}
.pageOptionsBlock #s2id_MainContent_ddlVersion {
    width: 100px;
}
     .pageOptionsBlock .select2-container .select2-choice {
    
    font-size: 12px;
}
.goog-te-combo {
    font-size: 12px !important;
}
    .department-select-basis .select2-container .select2-choice {
    font-size: 22px;
}
.longTitle .select2-container .select2-choice 
{
    font-size: 16px;
}
.superLongTitle .select2-container .select2-choice 
{
    font-size: 16px;
}
.superDuperLongTitle .select2-container .select2-choice 
{
    font-size: 12px;
}
}

@media (max-width: 767px) and (min-width: 480px)
{
    
.header {
    position: relative! important;
     margin-top: 0px ! important; 
}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) 
{ 
.logoTitle {
    margin-left: 75px;
    display: block;
    margin-top: -70px;
    color: #fff;
    float: none;
    width: auto;
}
}
