@import url(https://fonts.googleapis.com/css?family=Roboto);

body {
	color: #333;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: initial;
	font-size: 16px;
}

a {
	color: #cc1e2b;
	text-decoration: none;
}

a:hover {
	color: #333;
}

h2 {
    color: #cc1e2b;
    margin-top: 0;
}

img {
	height: auto;
	max-width: 100%;
}

a img:hover {
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

/*
 * Placeholders.
 */
.subscribe ::-webkit-input-placeholder { /* WebKit, Blink, Edge. */
    color:    #ccc;
}
.subscribe ::-moz-placeholder { /* Mozilla Firefox 4 to 18. */
   color:    #ccc;
   opacity:  1;
}
.subscribe ::-moz-placeholder { /* Mozilla Firefox 19+. */
   color:    #ccc;
   opacity:  1;
}
.subscribe ::-ms-input-placeholder { /* Internet Explorer 10-11. */
   color:    #ccc;
}
.subscribe ::placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder). */
  color:    #ccc;
}

.search ::-webkit-input-placeholder { /* WebKit, Blink, Edge. */
    color:    #333;
}
.search ::-moz-placeholder { /* Mozilla Firefox 4 to 18. */
   color:    #333;
   opacity:  1;
}
.search ::-moz-placeholder { /* Mozilla Firefox 19+. */
   color:    #333;
   opacity:  1;
}
.search ::-ms-input-placeholder { /* Internet Explorer 10-11. */
   color:    #333;
}
.search ::placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder). */
  color:    #333;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.addresses {
    margin-top: 45px;
}

.archive h3 a {
	color: #333;
}

.archive .date {
	color: #cc1e2b;
}

.archive h3 {
	margin-top: 0px;
	font-weight: 100;
	font-size: 22px;
	margin-bottom: 5px;
}

.archives table {
	margin: 0px auto;
}

.archive-row {
	border-bottom: 1px solid #e2e2e2;
	height: 85px;
	margin-bottom: 20px;
}

.wrap {
	margin: 0 auto;
	max-width: 940px;
	padding: 0 10px;
	position: relative;
}

.form-control {
	box-sizing: border-box;
    display: block;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 5px 10px;
}

select.form-control {
	height: 35px;
}

.form-group {
	margin-bottom: 20px;
}

.form-contact input, .form-contact textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    /* margin-bottom: 20px; */
    padding: 5px 10px;
}

.form-contact label, .form-contact input, .form-contact textarea {
    box-sizing: border-box;
    display: block;
    font-family: 'Roboto', sans-serif;
    width: 100%;
}

.form-contact .button-primary {
    background-color: #cc1e2b;
    border: none;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 8px;
    width: 40%;
}

.button-primary {
    background-color: #cc1e2b;
    border: none;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 8px;
    width: 100%;
}

.form-contact label {
    margin-bottom: 4px;
}

#header {

}

.color-red {
	color: #CA232B;
}

.error {
	color: red;
	margin-top: 5px;
}

.tabs-cities .wrap {
	border-bottom: 1px solid #e2e2e2;
}

.tabs-cities a {
	color: #777;
	font-size: 12px;
}

.tabs-cities ul li.current a {
	color: #333;
}

.tabs-cities ul li.current:last-child {
	border-top-right-radius: 5px;
}
.tabs-cities ul li.current:first-child {
	border-top-left-radius: 5px;
}

.tabs-cities ul li.current {
	color: #000;
    font-weight: 600;
    background: #e4e4e4;
}

.tabs-cities ul {
	display: table; /* Allow the centering to work. */
	list-style: none;
	margin: 0 auto;
	padding: 0;
}

.tabs-cities ul li {
	display: inline;
	float: left;
}

.tabs-cities ul li a {
	border-right: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	display: block;
	padding: 5px 10px;
}
.tabs-cities ul li:first-child a {
	border-left: 1px solid #e2e2e2;
	border-top-left-radius: 5px;
}
.tabs-cities ul li:last-child a {
	border-top-right-radius: 5px;
}

#header .title {
}
#header .title .wrap {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 15px;
	padding-top: 15px;
}

.logo {
	text-align: center;
}
.logo img {
	max-height: 48px;
	width: auto;
}

.slogan {
	font-style: italic;
	margin-top: -20px;
	position: absolute;
	right: 10px;
	top: 55%;
	font-family: Roboto;
}
.slogan h1 {
	font-size: 16px;
	font-weight: normal;
}

.nav .wrap {
	border-bottom: 2px solid #333;
}
.nav ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

.nav ul li {
	border-right: 1px solid #ccc;
	display: inline-block;
	font-size: 14px;
	padding: 2px 10px;
}
.nav ul li a {
	color: #333;
}
.nav ul li:first-child {
	padding-left: 0;
}
.nav ul li:last-child {
	border-right: none;
	padding-right: 0;
}

.search {
	float: right;
	padding: 7px 0;
}
.search input {
	background-color: #e4e4e4;
	border: none;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding: 4px 10px;
}
.mt0 {
	margin-top: 0px;
}
.m0 {
	margin: 0px;
}

.mb5 {
	margin-bottom: 5px;
}

.mt10 {
	margin-top: 10px;
}

/* Share */

.share-content {
	border: 1px solid #cccccc;
	/* padding: 30px; */
}

.share-content-text {
	padding: 20px;
}

#content {
	margin: 30px 0;
}

.main {
	/* float: left;
	max-width: 620px; */
}
.main article > p {
    line-height: 1.5;
}
.news {
	/* max-width: 300px; */
}
.news.featured {
	/* max-width: 620px; */
}
/*.news-column .col-md-6 {
	border-right: 1px solid #e2e2e2;
}*/

.br1 {
	border-right: 1px solid #e2e2e2;
}

.color-black {
	color: #333;
}

/* .news-column .article:nth-child(odd) {
	border-right: 1px solid #e2e2e2;
} */

.row .news {
	/* border-right: 1px solid #e2e2e2; */
	/* float: left;
	margin-right: 9px;
	padding-right: 10px; */
}
.row .news:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}
.news .type {
	color: #cc1e2b;
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.type {
	color: #cc1e2b;
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.news .title {
	font-family: 'Times New Roman', times, serif;
	font-weight: normal;
	margin: 0 10px 5px 0;
	font-size: 23px;
	color: #333;
}

#header .title {
	display: inline;
	margin: 0px;
}

.title {
	display: inline;
	font-family: 'Times New Roman', times, serif;
	font-weight: normal;
	margin: 0 10px 5px 0;
	font-size: 1.7em;
	color: #333;
}
.news.featured .title {
	font-size: 23px;
}
.news .source {
	color: #777;
	display: inline;
	font-family: 'Times New Roman', times, serif;
	font-size: 12px;
}
.source {
	color: #777;
	display: inline;
	font-family: 'Times New Roman', times, serif;
	font-size: 12px;
}
.news .share {
	color: #777;
	font-size: 12px;
	margin: 10px 0;
	text-transform: uppercase;
}
.share {
	color: #777;
	font-size: 12px;
	margin: 10px 0;
	text-transform: uppercase;
}
.news .share a {
	color: inherit;
	margin-left: 5px;
}

.share a {
	color: inherit;
	margin-left: 5px;
}
.news .share a.facebook {
	color: #415997;
}
.share a.facebook {
	color: #415997;
}
/* .news .share a.facebook:hover {
	color: #415997;
} */
.news .share a.twitter {
	color: #2fa6f4;
}
.share a.twitter {
	color: #2fa6f4;
}
/*.news .share a.twitter:hover {
	color: #2fa6f4;
}*/
.news .content {
	font-family: 'Times New Roman', times, serif;
	font-size: 16px;
	line-height: 1.5;
}
.content {
	font-family: 'Times New Roman', times, serif;
	font-size: 16px;
	line-height: 1.5;
}
.news .more {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}

.more {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}

.search-content .row {
	border-bottom: 1px solid #ccc;
    margin: 20px 15px;
    padding-bottom: 5px;
}

hr {
	border: none;
	border-bottom: 1px solid #e2e2e2;
	margin: 20px 0;
}

.sidebar {
	float: right;
	max-width: 300px;
}

.sidebar .banner {
	margin-bottom: 20px;
}

.sidebar h3 {
    font-size: 19px;
    margin: 0 0 5px;
}
.sidebar p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0;
}
.subscribe {
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 20px;
}
.subscribe h3 {
	color: #cc1e2b;
	font-size: 23px;
	margin-top: 0;
}
.subscribe label,
.subscribe input {
	box-sizing: border-box;
	display: block;
	width: 100%;
}
.subscribe label {
	margin-bottom: 4px;
}
.subscribe input {
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	/*margin-bottom: 20px;*/
	padding: 5px 10px;
}
.subscribe .button-primary {
	background-color: #cc1e2b;
	border: none;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 8px;
}

/*
 * Carousel.
 */
#carousel {
}
#carousel .wrap {
	border-top: 1px solid #333;
	font-family: 'Times New Roman', times, serif;
	overflow: hidden;
}
#carousel .wrap i {
	margin: 10px 5px;
}

#carousel ul {
	list-style: none;
	margin: 10px 0;
	overflow: hidden;
	padding: 0;
}

#carousel ul li {
	display: inline;
	float: left;
	max-width: 220px;
}
#carousel ul li a {
	color: #333;
	display: block;
	padding-top: 2px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 16px;
}
#carousel ul li a img {
	float: left;
	margin-right: 10px;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}

.nbs-flexisel-inner {
	/*float: left;*/
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 92%;
}

.nbs-flexisel-ul {
	position: relative;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}

.nbs-flexisel-item img {
	width: 100%;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 160px;
	max-height: 80px;
}*/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 32px;
	height: 32px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 1;
	top: 30px !important;
}

.nbs-flexisel-nav-left {
	left: 0;
}

.nbs-flexisel-nav-right {
	right: 0;
}

#footer {
	font-size: 14px;
	margin: 0px 0 40px;
	text-align: center;
}
#footer .wrap {
	border-top: 1px solid #333;
	padding-top: 15px;
}

.sweet-alert, .sweet-alert button {
	border-radius: 0px;
}

.sweet-alert button {
	margin: 10px 5px 0 5px;
}

.sweet-alert h2 {
	margin: 15px 0;
}

.pagination > li > a, .pagination > li > span {
	color: #ccc;
	border: 0px;
	padding: 8px 14px;
	font-size: 16px;
}
.video-title{
	font-family: georgia, times new roman, sans-serif;
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 5px;
}
.video-description{
	font-family: georgia, times new roman, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #333;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #fff;
	color: #B22428;
	font-weight: bold;
	padding: 5px 14px;
	font-size: 20px;
}

#search-post-image-section {
	padding-top: 17px;
}

#search-post {
	margin-bottom: 25px;
}

.nbs-flexisel-nav-left {
    background: transparent url({{ url('assets/images/arrow-left.svg')  }}) no-repeat;
}
.nbs-flexisel-nav-right {
    background: transparent url({{ url('assets/images/arrow-right.svg')  }}) no-repeat;
}

@media only screen and (max-width: 800px) {
	.slogan {
		position: relative;
		text-align: center;
	}
}

@media only screen and (max-width: 600px) {
	.nav ul li:first-child {
		padding-left: 10px;
	}
	.nav ul li {
		padding: 8px 10px;
	}
	.title {
		margin: 0px;
	}
	.search input {
		padding: 8px 10px;
	}
	.nav ul {
		text-align: center;
	}
}

@media only screen and (max-width: 500px) {
	.sidebar {
		max-width: initial;
	}
}
