/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import 'flexvideo.css';
@import 'fix-bootstrap.css';

body {
    font-family: "Noto Sans",Helvetica,Arial,sans-serif;
	font-size:18px;
}

a{
	color:#034ea1;
}

.page-container a{
	color:#29abe1;
}

a:focus, a:hover {
    color: #29abe1;
    text-decoration: none;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

/* ancient-browser-alert error */
.ancient-browser-alert {
	background: #a00;
	color: #faa;
	display: block;
	padding: 3px 0;
	text-align: center;
}
.ancient-browser-alert a {
	color: #fff;
	text-decoration: underline;
}

div#top-row {
    font-size: 13px;
}

.top-nav,
.top-left{
	background: linear-gradient(to right, #034ea1 0%,#034ea1 50%,#ffd244 50%,#ffd244 50%,#ffd244 100%); /* W3C */
}

.site-top .links ,
.site-top .sump ,
.site-top .projects {
    height: 40px;
    float:left;
}

.site-top .projects {
    background:gray;
}

.site-top .links {
    background: #ffd244;
	min-width: 50%;
	padding-left: 30px;
}

.site-top .sump {
   padding:0 1em;
}

.page-header-top-right {
	margin-top: 10px;
}

.site-top .links a {
    float: left;
    height: 40px;
    padding: 0 1em;
    line-height: 40px;
}

.site-top .links a img{
    display: inline;
}

a.civitator {
       font-weight: bold;
    color: #fff;
    line-height: 40px;
    background: url("../img/rarrow.png") no-repeat right;
    padding: 0 15px 0px 0px;
}

.newsform {
    height: 40px;
    padding: 0 1em;
}

input#newsltter {
	background: none;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
    padding: 5px;
    height: 30px;
    display: block;
    font-size: 13px;
    width: auto;
    text-align: center;
    color: #034ea1;
    float: left;
    margin-top: 4px;
}

a#newsregister {
    float: left;
    margin: 12px 0 0 5px;
}

#newsregister img.img-responsive {
    max-width: 15px;
}

.navbar-default {
    background: #ffffff;
    border: none;
    box-shadow: none;
	margin-bottom: 0;
}

a.navbar-brand {
    width: 220px;
    height: auto;
    margin: 0 30px 0px 0px;
    padding: 0;
}

.navbar-brand>img {
   max-height: 100%;
   height: 100%;
   width: auto;
   margin: 0 auto;
   -o-object-fit: contain;
   object-fit: contain;
}

.navbar-default .navbar-nav>li>a {
    height: 154px;
    line-height: 130px;
    text-transform: uppercase;
    font-size: 16px;
    color: #034ea1;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a{
	border-bottom:2px solid #034ea1;
	background:#ebecec;
}

.navbar-nav>li>.dropdown-menu {
    background: #ebecec;
    font-size: 16px;
	border-radius: 0;
}

.dropdown-menu>li>a {
    border-bottom: 1px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu>li:last-child>a {
	border-bottom: none;
}

.dropdown-menu>.active>a,
.dropdown-menu>li>a:hover ,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background: #fff;
    color: #034eaa;
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

.header-container.affix {
    width: 100%;
    z-index: 99;
    background: #fff;
    margin-top: -40px;
    height: 100px;
    /* overflow: hidden; */
}

.header-container.affix  .navbar-brand>img {
    max-height: 100px;
}

.header-container.affix .navbar-default .navbar-nav>li>a {
    height: 100px;
    line-height: 70px;
}

.btn.btn-default {
    background: #29abe1;
    color: #ffffff;
    border-radius: 0;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
}

.carousel-caption .btn.btn-default {
    margin-top: 10px;
}

.carousel-caption {
    margin-bottom: 40px;
}

.carousel-caption h3 {
    font-size: 49px;
    font-weight: 600;
}

.carousel-caption p {
    font-style: italic;
    font-weight: 300;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img{
	width:100% !important;
}

.top-bg {
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 40px;
	position:relative;
}

.top-bg img.img-responsive {
    width: 100%;
}

.top-bg .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.top-bg h1 {
    position: absolute;
    top: 0;
    margin: 150px auto 0px;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    width: 100%;
}

.page-template-suits_home .content-area {
    text-align: center;
    margin: 0px;
    padding-top: 40px;
}

.page-template-suits_home .content-area .page{
	margin-bottom:0px !important;
}

.page-template-suits_home .content-area h1.entry-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.entry-content.partners-box {
    margin: 60px 10px 30px 10px;
}

.partner-item {
    display: inline-block;
    height: 70px;
    padding: 2px;
    margin: 0 5px;
}

.partner-item img.img-responsive {
    vertical-align: middle;
    display: inline-block;
	max-height: 100%;
	    max-width: 200px;
}

.events-section {
    background: #ececed;
    padding: 30px 0px;
}

.events-section .content-area {
    padding-bottom: 0;
    padding-top: 0;
    margin: 0;
}

.events-section .content-area h3 {
    font-size: 35px;
    font-weight: bold;
    margin: 20px 0 30px 0;
}

.event-item {
    float: left;
    width: 100%;
    margin-bottom: 1px;
}

.event-item-date {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #fff;
    margin: 0 0 1px 0px;
    padding: 0;
    vertical-align: middle;
	text-transform: uppercase;
}

.event-item-date span.day {
    width: 100%;
    display: block;
    font-size: 35px;
}

.event-item-title {
	display: inline-block;
    min-height: 80px;
    font-size: 20px;
    background: #fff;
    vertical-align: middle;
    width: 800px;
    text-align: left;
    padding:25px 15px;
    line-height: 30px;
    overflow: hidden;
}

.event-item-link {
    display: inline-block;
    margin-left: 1px;
    width: 140px;
    height: 80px;
    background: #29abe1;
    vertical-align: middle;
    line-height: 80px;
}

.event-item-link a{
	color:#fff;
}

.partner-row {
    padding: 30px 0px;
}

.partner-box {
    border: 1px solid #dbdcdd;
	padding:0;
}

.partner-box > div,
.city-box > div,
.new-box > div ,
.event-box > div {
    padding: 15px 30px;
}

.partner-title ,
.city-title ,
.new-title,
.event-title{
    border-bottom: 1px solid #dbdcdd;
}

.partner-row .text-center {
    position: relative;
    display: block;
    min-height: 200px;
}

.partner-row .text-center img {
    display: inline-block;
   margin-top: 20%;
	max-width: 80%;
}

.partner-title,
.partner-title a ,
.city-title,
.city-title a,
.new-title,
.new-title a,
.event-title ,
.event-title a{
    font-size: 26px;
    font-weight: bold;
	color: #29abe1;
}

.city-row,
.new-row ,
.event-row{
	min-height: 400px;
    margin-bottom: 80px !important;
}

.city-row .col-md-4,
.new-row .col-md-4,
.event-row .col-md-4{
    padding:0;
	 max-height: 400px;
	     overflow: hidden;
}

.city-row .city-box ,
.new-row .new-box,
.event-row .event-box {
    border: 1px solid #dbdcdd;
    padding: 0;
}

.city-row img.img-city {
    height: 100%;
}

.new-row .col-md-4,
.event-row .col-md-4{
    text-align: center;
	background: #dbdcdd;
}

.new-row .col-md-4 img,
.event-row .col-md-4 img {
    margin-top: 25%;
    max-width: 95%;
    display: inline-block;
}

.event-row .col-md-4 img{
	 margin-top: 40%;
}

.new-location ,
.event-location {
    padding: 5px 30px !important;
    font-weight: bold;
    font-size: 18px;
    background: #dbdcdd;
}

.event-date {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
    height: 80px;
    font-weight: bold;
    border: 2px solid;
}

@media only screen and (min-width : 768px) {
    .is-table-row {
        display: flex;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}

.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content h1,
.entry-content h2,
.entry-content h3 {
    color: #29abe1;
    font-weight: 700;
	margin-bottom: 35px;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 35px;
}

.entry-content td,
.entry-content th {
    padding: 20px;
    border: 1px solid #e8e8e8;
}

.entry-content th {
    background: #29abe1;
    color: #fff;
}

.entry-content table {
    margin-bottom: 40px;
}

.blockquote-section {
    background: #ebecec;
    margin-top: -30px;
    margin-bottom: 30px;
    padding: 30px;
    font-size: 25px;
    color: #034ea1;
    font-style: italic;
}

.blockquoter {
    padding: 0 10%;
	text-align: center;
}

.blockquoter .h3,
.blockquoter  h3 {
    color: #29abe1;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
}

.news-item-box {
    border: 1px solid #dbdcdd;
}

.news-img {
    height: 300px;
    text-align: center;
    overflow: hidden;
}

.news-title {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    color: #29abe1;
    border-bottom: 1px solid #dbdcdd;
    margin-bottom: 20px;
    border-top: 1px solid #dbdcdd;
    min-height: 110px;
    display: table;
    width: 100%;
}

.news-title span {
    vertical-align: middle;
    display: table-cell;
    height: auto;
    width: 100%;
}

.news-link {
    position: absolute;
    bottom: -20px;
    height: 40px;
    background: #29abe1;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    line-height: 40px;
}

.news-link a{
	color:#fff;
}

.news-section {
    margin-bottom: 50px;
}

.news-content {
    padding: 0 20px 20px 20px;
    font-size: 16px;
    min-height: 260px;
    text-align: left;
}

img.img-news{
    height: 100%;
}

.pagination {
	margin: 0;
}

.pagination-center {
	text-align: center;
}
.pagination-row {
	margin-bottom: 20px;
}

.entry-content p {
    margin: 0 0 35px;
    line-height: 1.5em;
}

.required {
	color: #f00;
}



.row-with-vspace {
	margin-bottom: 20px;
}



.site-main .format-aside {
	background: #f5f5f5;
}
.site-main .format-image {
	background: url('../img/content-post-format-image.png') left top no-repeat;
}
.site-main .format-link {
	background: url('../img/content-post-format-link.png') left top no-repeat;
}
.site-main .format-quote {
	background: url('../img/content-post-format-quote.png') left top no-repeat;
}
.site-main .format-video {
	background: url('../img/content-post-format-video.png') left top no-repeat;
}



.site-title {
	margin-bottom: 0;
	margin-top: 10px;
}
.site-title > a {
	text-decoration: none;
}
.site-title > div {
	height: auto;
	line-height: 18px;
}
.site-title .site-description {
	color: #999;
	font-size: 16px;
}
.site-title .site-title-heading {
	margin: 0;
}



.widget_calendar #wp-calendar {
	margin: 0;
}
.widget_calendar #wp-calendar #next {
	text-align: right;
}



#comments .comment-navigation {
	margin-bottom: 0;
}
#comments .comment-navigation-below {
	margin-bottom: 20px;
	margin-top: 15px;
}
#comments .media-list li .media {
	margin-top: 15px;
}
#comments .media-list li .media .media-body {
	border: 1px solid #eee;
	padding: 10px;
}
#comments .media-list li .media .media-body .comment-author {
	font-size: 12px;
	margin-bottom: 10px;
}
#comments .media-list ul.children {
	list-style: none;
	margin-left: 2.5em;
}


#main-column .wp-video-shortcode {
	display: block;
	height: auto;
	max-width: 100%;
}
#main-column .attachment .entry-content {
	margin-bottom: 20px;
}
#main-column .attachment .entry-content .attachment {
	text-align: center;
}
#main-column .attachment .entry-meta {
	margin-bottom: 20px;
}
#main-column .post,
#main-column .page {
	margin-bottom: 20px;
	padding: 10px;
}
#main-column .post .entry-header .entry-meta {
	color: #999;
}
#main-column .post .entry-header .entry-meta a {
	color: inherit;
}
#main-column .post .entry-header .entry-meta .posted-on .updated {
	display: none;
}
#main-column .post .entry-meta .categories-icon {
	cursor: default;
}
#main-column .post .entry-meta .comments-link a {
	color: #333;
}
#main-column .post .entry-meta .comments-link a .comment-icon .comment-total,
#main-column .page .entry-meta .comments-link a .comment-icon .comment-total {
	color: #555;
	font-size: 12px;
	margin-left: 5px;
}
#main-column .attachment .edit-post-link a,
#main-column .attachment .entry-meta .edit-post-link a,
#main-column .post .entry-meta .edit-post-link a,
#main-column .page .entry-meta .edit-post-link a {
	color: #333;
}
#main-column .post .entry-meta .tags-icon {
	cursor: default;
}
#main-column .attachment .entry-title,
#main-column .post .entry-title,
#main-column .page .entry-title {
	margin-top: 0;
	word-wrap: break-word;
}



#sidebar-left .widget,
#sidebar-right .widget {
	border: 1px solid #eee;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
}
#sidebar-left .widget ul,
#sidebar-right .widget ul {
	padding-left: 20px;
}
#sidebar-left .widget .widget-title,
#sidebar-right .widget .widget-title {
	font-size: 18px;
	margin-top: 0;
}

.top-footer {
    background: #034ea1;
    min-height: 40px;
}

.sub-footer {
    background: #ffd244;
    min-height: 30px;
}

#footer-row {
	padding: 2em 0;
}

.footer-twitter img.img-responsive {
    float: left;
    margin: 0 15px 0px 0px;
}

.footer-right a {
    margin-left: 20px;
}

#disclaimer-row {
   font-size: 13px;
    text-transform: uppercase;
    padding: 1em 0;
    font-weight: bold;
}

.disclaimer-container {
    font-size: 13px;
}

.disclaimer-container p {
    padding: 20px 0px;
}

.disclaimer-container p img {
    float: left;
    max-width: 60px;
    margin: 0 30px 0px 0px;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: rgba(255, 210, 68, 0.6);
    color: #034ea1;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-weight: bold;
    font-size: 25px;
}

#back-to-top:hover {
    background:rgba(255, 210, 68, 0.9);
}

#back-to-top.show {
    opacity: 1;
}
