/*!
 * Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

/*----------------  Text  ----------------*/
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #B8212D;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: white;
}
hr.star-light:after {
  background-color: #B8212D;
  color: white;
}
hr.star-primary {
  border-color: #2C3E50;
}
hr.star-primary:after {
  background-color: white;
  color: #2C3E50;
}
.img-centered {
  margin: 0 auto;
}

a.button {
    display: inline-block;
    padding: .5em 1em;
    border: 1px solid #445148;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    position: relative;
}

.button {
    color: #fff;
	opacity: 1;
}
/*----------------  User Login Bar  ----------------*/

.blackBar {
	height: 30px;
	background-color: #1B1B1B;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 200;
	text-align: right;
}
.userNav {
	padding: 5px 0px;
}
.userNav a {
	padding: 0 10px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

/*----------------  Navigation  ----------------*/
header {
	background-color: #000000;
    border-color: #000000;
    background: url('../img/mesh.jpg') repeat;
	width: 100%;
	position: fixed;
	z-index: 112;
	top: 30px;
	border-bottom: #B8212D solid 5px;
}
header.normal {
	position: relative;
}
.navbar-header {
	margin-top: -20px;
}
.navbar-toggle {
	margin-right: 0;
	position: absolute;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
	font-size: 30px;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 10px 0 20px 0;
}
.navbar-default .navbar-brand a {
	color: #fff;
	text-decoration: none;
}
.navbar-default .navbar-brand a span {
	color: #b8212d;
}
.navbar-default .navbar-brand span {
	color: #b8212d;
}
.navbar-logo {
	margin:0 auto; 
	width: 300px;
}
/*Main Navigaion Menu*/
.dropdown:hover .dropdown-menu {
	display: block;
}
.navbar-default {
	background: none;
	border: none;
	margin: 18px 0px;
	position: relative;
	z-index: 999;
}
.navbar-default .navbar-nav {
	padding: 10px 0 0 0;
}
.navbar-default .navbar-nav>li {
	padding: 0;
}
.navbar-default .navbar-nav>li:hover {
}
.navbar-default .navbar-nav>li>a {
	color: #a9a9a9;
	border-bottom: 2px solid transparent;
	font-size: 15px;
	padding: 10px 15px;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-transform: uppercase;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.navbar-default .navbar-nav>li.dropdown>a {
	background: none;
}
.navbar-default .navbar-nav>li.active>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li:hover>a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>li.open>a, .navbar-default .navbar-nav>li.active>a:hover {
	background: none;
	border-color: #b8212d;
	color: #fff;
}
.navbar-default .navbar-nav>li:first-child {
	margin-left: 0px;
}
ul.dropdown-menu {
	left: 0px !important;
	border-radius: 0px;
	padding: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border: none;
	background: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	top: 85%;
	opacity: 0;
	visibility: hidden;
}
.dropdown:hover .dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
ul.dropdown-menu li {
	border-bottom: 1px solid #ededed;
}
ul.dropdown-menu li:last-child {
	border-bottom: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
ul.dropdown-menu li:first-child {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
ul.dropdown-menu>li>a {
	color: #2a2a2a;
	border-top: none;
	font-size: 11px;
	line-height: 11px;
	padding: 15px 20px;
	text-transform: uppercase;
}
ul.dropdown-menu>li>a:hover {
	color: #fff;
	border-top: none;
	background: #2a2a2a;
}

a.submenu {
	display: none;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 44px;
	height: 34px;
	text-indent: -9999px;
	outline: none;
	-webkit-transition: all ease 0s;
	-moz-transition: all ease 0s;
	-o-transition: all ease 0s;
	transition: all ease 0s;
	background: url('../img/submenu.png') top left no-repeat;
}
a.submenu:hover {
	background: url('../img/submenu.png') bottom left no-repeat;
}
.menuBar {
	padding-right: 15px;
	/*float: right;*/
}
.menuBar ul {
	list-style: none;
}
.menuBar li {
	position: relative;
	float: left;
}
.menuBar li a {
	color: #a9a9a9;
	font-size: 16px;
	padding: 15px 10px;
	display: block;
	font-weight: 700;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-transform: uppercase;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	line-height: 20px;
	outline: none;
}
.menuBar li a:hover {
	color: #fff;
	border-color: #b8212d;
	text-decoration: none;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #b8212d;
}
.menuBar li.active a {
	color: #fff;
	border-color: #b8212d;
}
.fa {
    font-size: 20px;
}

.menuBar li ul {
	position: absolute;
	left: 0px;
	border-radius: 0px;
	padding: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	background: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	top: 85%;
	opacity: 0;
	visibility: hidden;
	height: 0px;
}
.menuBar li:hover ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
	height: auto !important;
}
.menuBar li li {
	margin: 0px;
	float: none;
	border-bottom: 1px solid #b8212d;
}
.menuBar li li a {
	color: #fff;
	background-color: #000;
	border: 0px;
	font-size: 14px;
	line-height: 11px;
	padding: 15px 20px;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: bold;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.menuBar li li a:hover {
	color: #fff;
	background: #b8212d;
}

.dropdown-menu {
    min-width: 250px;
	float: none;
}

@media only screen and (max-width: 1200px) {
	a.submenu {
		display: block;
	}
	.menuBar {
		padding: 50px 0px 10px 0px;
		float: none;
		max-height: 380px;
		overflow: auto;
		overflow-x: hidden;
		width: 100%;
		display: none;
	}
	.menuBar ul {
		padding: 0px;
		margin: 0px;
	}
	.menuBar li {
		margin: 0px;
		float: none;
		text-align: center;
	}
	.menuBar li a {
		padding: 7px 0px;
		outline: 0px;
	}
	.menuBar li ul {
		position: static;
		left: 0px;
		top: 0px;
		opacity: 1;
		visibility: visible;
		display: none;
		height: auto;
		background: none;
	}
	.menuBar li li {
		border: 0px;
	}
	.menuBar li li a {
		color: #FFF;
	}
	.menuBar li.dropdown:hover. .menuBar li.dropdown.active {
	border-bottom: #1BA39C solid 0px;
	}
	.menuBar li.current {
		border-bottom: #b8212d solid 2px;
	}

		.menuBar li ul {
		top: 100%;
		opacity: 1;
		visibility: visible;
		height: auto;
		display: none !important;
	}
	.menuBar li:hover ul {
		top: 100%;
		opacity: 1;
		visibility: visible;
		height: auto !important;
		display: block !important;
	}
}
@media(max-width:1200px) {
	.navbar-collapse {
		height: 0px;
		border-top: none;
		overflow: hidden;
	}
	.navbar-collapse.navbar-left {
		margin-top: 110px;
		margin-bottom: -20px;
	}
	.navbar-collapse.in {
		display: block !important;
	}
	.navbar-default .navbar-nav {
		padding: 0;
		/*visibility: hidden;*/
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li {
		display: block;
		width: 100%;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
		display: block;
		width: 100%;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: #222;
	}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:focus:hover {
		color: #fff;
		background-color: transparent;
	}
	.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 15px;
	}
	.navbar-default .navbar-nav>li {
		display: block;
		padding: 10px 0;
		text-align: center;
		margin-left: 0px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle {
		border-color: #fff;
		top: 15px;
		right: 5px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover .icon-bar {
		background-color: #222;
	}
	.navbar-default .navbar-nav>li a {
		padding: 5px 0;
	}
	.three-blocks {
		background-size: 100% 100%;
	}
	.navbar-logo {
		margin:0 auto; 
		width: 200px;
	}
	.userNav a {
		font-size: 10px;
	}
}

/*----------------  Content Areas  ----------------*/

section {
  padding: 20px 0;
}
section.success {
  background: #B8212D;
  color: white;
}
#content-area .content-area-item {
  margin: 0 0 15px;
  right: 0;
}
#content-area .content-area-item .content-area-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#content-area .content-area-item .content-area-link .caption {
  background: rgba(24, 188, 156, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#content-area .content-area-item .content-area-link .caption:hover {
  opacity: 1;
}
#content-area .content-area-item .content-area-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#content-area .content-area-item .content-area-link .caption .caption-content i {
  margin-top: -12px;
}
#content-area .content-area-item .content-area-link .caption .caption-content h3,
#content-area .content-area-item .content-area-link .caption .caption-content h4 {
  margin: 0;
}

#infoArea {
  background: url(../img/bg_footer_top.jpg);	
  border-top: solid 1px #DDDDDD;
  padding:10px 0;
  color:#000;
}

#infoArea .footer-col{
  margin-bottom:20px;	
}

#infoArea h3 {
  margin-bottom: 30px;
  padding-bottom:10px;
  border-bottom: solid 1px #888888;
  font-size: 22px;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}

.schedule{
	padding: 1px 0 0;
}
.schedule li{
	border-bottom:1px dashed #CED3D8;
	line-height: 18px;
	padding: 2px 5px 4px 5px;
	overflow: hidden;
	color: #444444;
	background: none;
	font-size: 12px;
}
.schedule li strong{
	color: #454545;
	float: left;
}
.schedule li span{
	float: right;
}
#quicklinks-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
#quicklinks-menu ul li {
    display: inline-block;
    list-style: none;
	margin: 0 0 0 0.5em;
}

#quicklinks-menu ul li a {
    position: relative;
    border-color: #fff;
    font-size: 1.1em;
    min-width: 110px;
	background: #000;
}

#quicklinks-menu ul li a:hover {
	background: #B8212D;
	color: #FFF;
}

.quicklinks {
	background: rgba(0, 0, 0, 0.7);
	padding: 20px;
	border-radius: 25px;
	margin: 0;
}

.quicklinks ul{
	margin: 0;
}

.main_banner {
    overflow: hidden;
    color: #FFFFFF;
    padding: 10px;
}

.bg-light-gray {
    background-color: #eee;
}

.youtube-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contacts_box {
    background: #F8F8F8;
    border: 1px solid #EBEBEB;
    padding: 9px 9px 9px 19px;
    overflow: hidden;
    margin: 0 0 33px 0;
}

.main_banner a {
    display: block;
    float: left;
    width: 81px;
    height: 39px;
    background: url(../img/button_3.png) no-repeat 0 0;
    font-family: 'PTSansBold',Arial,sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #3B424A;
    line-height: 20px;
    padding: 9px 0 0;
    margin: 12px 0 0;
}

/*----------------  Footer  ----------------*/

.f_contact{
	color: #444444;
	font-size: 12px;
	line-height: 18px;
	padding: 1px 0 17px 28px;
}
.f_contact_1{
	background: url(../img/footer_contact_icon_1.png) no-repeat 5px 5px;
}
.f_contact_2{
	background: url(../img/footer_contact_icon_2.png) no-repeat 4px 4px;
}
.f_contact_3{
	background: url(../img/footer_contact_icon_3.png) no-repeat 5px 6px;
}
footer {
  color: #CCCCCC;
  font-size:12px;
}
footer p{
  font-size:12px;	
}
footer h3 {
  margin-bottom: 30px;
  padding-bottom:10px;
  border-bottom: solid 1px #444444;
  font-size: 22px;
}
footer .footer-links {
  padding-top: 20px;
  background-color: #222222;
}
.footer-links ul {
  list-style-image: url(../img/marker_1.gif);
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #222222;
  border-top:solid 1px #444444;
  font-size:12px;
}

/*----------------  Contact Enhanced  ----------------*/
.ce-category-module {
	list-style: none;
	padding: 0;
}

.ce-category-module li:nth-child(odd) {
	background-color: #f6f6f6;  
	padding: 5px;
}

.ce-category-module li:nth-child(even) {
	background-color: #fff;  
	padding: 5px;
}

.mod-ce-category-position {
	float: right;
    margin-top: -30px;
}

.cat-list-row0 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #f6f6f6;  
  padding: 5px;
}

.cat-list-row1{
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #fff;  
  padding: 5px;
}

.mod-ce-category-position {
  padding: 10px 0 0 0;
}

/*----------------  Blog position  ----------------*/

.blog-featured {
    padding: 0;
}

.items-leading {
    padding: 0 5px 10px 5px;
    overflow: hidden;
    margin-bottom: 10px
}

.row-separator {
    display: block;
    clear: both;
    margin: 0;
    border: 0;
    height: 1px
}

.item-separator {
    display: none;
    margin: 0;
}
/* Joomla Category Blog Article seperator*/
.span12 {
	border-top: 2px solid #b8212d;
    margin: 40px 0 0 0;
	padding: 40px 0 0 0;
}

.shownocolumns {
    width: 98% !important;
}

#top {
    margin: 0 0 20px 0;
    overflow: hidden
}

/*----------------  Blog  ----------------*/

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}

.cols-2 .column-1 {
    width: 46%;
    float: left;
}

.cols-2 .column-2 {
    width: 46%;
    float: right;
    margin: 0
}

.cols-3 .column-1 {
    float: left;
    width: 29%;
    padding: 0 5px;
    margin-right: 4%

}

.cols-3 .column-2 {
    float: left;
    width: 29%;
    margin-left: 0;
    padding: 0 5px
}

.cols-3 .column-3 {
    float: right;
    width: 29%;
    padding: 0 5px
}

.items-row {
    overflow: hidden;
    margin-bottom: 10px !important;
}

.column-1,
.column-2,
.column-3 {
    padding: 10px 5px
}

.column-2 {
    width: 55%;
    margin-left: 40%;
}

.column-3 {
    width: 30%
}

.blog-more {
    padding: 10px 5px
}

/*----------------  Lables  ----------------*/
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #B8212D;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}

/*----------------  Button Styles  ----------------*/
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #B8212D;
  background: white;
  border: solid 2px white;
}
.btn-primary {
  color: white;
  background-color: #b8212d;
  border-color: #8a121c;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.btn-primary .badge {
  color: #2C3E50;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #B8212D;
  border-color: #B8212D;
  font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #128f76;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #B8212D;
  border-color: #B8212D;
}
.btn-success .badge {
  color: #B8212D;
  background-color: white;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}

.btn-social:hover {
	color: #000;
}
.btn-default {
	background-color: #bbb;
    border-color: #9E9E9E;
}


/*----------------  Viewport Styles  ----------------*/

@media (min-width: 1100px){
  header .container {
    /*padding: 10px 0 0 0;*/
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
  .navbar-custom {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.affix {
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
  .navbar-right {
	
  }
  #content-area .content-area-item {
    margin: 0 0 30px;
  }
}

@media (max-width: 1099px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #ffffff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #ffffff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #ffffff;
	background-color: #b8212d;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
	border-color: #ffffff;
		margin-top: 120px;
	}
	section {
	  padding: 75px 0;
	}
	section.first {
	  padding-top: 75px;
	}
}

.pagination > li > a, .pagination > li > span {
	color: #000;
}

select {
    width: 220px;
    background-color: #fff;
    border: 1px solid #ccc;
}

select, input[type="file"] {
    height: 30px;
    *margin-top: 4px;
    line-height: 30px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	display: inline-block;
	height: 30px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.card-blocks {
  padding:30px 0
}
.card-block {
  margin:15px 0;
  background-color:#e3e3e3
}
.card-block .card-top {
  position:relative;
  height:280px;
  background-color:#3f3f3f;
  overflow:hidden;
  background-size:cover !important;
  background-position:center !important
}
.card-block .card-title {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding:15px;
  background-color:rgba(177,15,33,.7)
}
.card-block .card-title h5 {
  margin:0;
  color:#fff
}
.card-block .card-bottom {
  padding:15px
}

/*----------------  Joomla Error Reporting  ----------------*/

#system-message dt {font-weight:bold;}
#system-message dd {font-weight:bold;margin:0;text-indent:30px;}
#system-message{margin-bottom:10px;padding:0;}
#system-message dd ul {border-bottom:3px solid #84A7DB;
    border-top:3px solid #84A7DB;
    color:#0055BB;list-style-image:none;list-style-position:outside;
    list-style-type:none;margin-bottom:10px;padding:10px;}
#system-message dt.message, 
#system-message dt.error, 
#system-message dt.notice {display:none;}
#system-message dd.error ul {background-color:#E6C0C0;
    border-bottom:3px solid #DE7A7B;
    border-top:3px solid #DE7A7B;color:#CC0000;}
#system-message dd.notice ul {
    background:#EFE7B8 none repeat scroll 0 0;border-bottom:3px solid #F0DC7E;
    border-top:3px solid #F0DC7E;color:#CC0000;}
#system-message dd.message ul{
    background:#C3D2E5 url(../images/notice-info.png) no-repeat scroll 4px center;}
#system-message dd.notice ul{ 
    background:#EFE7B8 url(../images/notice-note.png) no-repeat scroll 4px center;}
#system-message dd.error ul{
    background:#E6C0C0 url(../images/notice-alert.png) no-repeat scroll 4px center;}

/*--*/

.rl_tabs-toggle {
  margin-top:3px;
}

.blog-item {
    border-top: 2px solid #b8212d;
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
}

