/*
"Santana" v 1.0 
Website Template 
created by www.i3dthemes.com

*/
/* -----------------------------------------
:: BASE STYLES #555555 #222222
----------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body {
	color: #333;
	font-size: 16px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	line-height: 1.42857143;
	position: relative;
	width: 100%;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: #ffffff;
}
/* -----------------------------------------
:: LINKS
----------------------------------------- */
a {
	color: #ED1C24;
	text-decoration: none;
}

a:hover, a:focus {
	color: #111;;
	text-decoration: none;
	outline: none;
}

a:active, a:focus {
	outline: expression(hideFocus='true');
}

/* -----------------------------------------
:: PARAGRAPHS 
----------------------------------------- */
p {
	color: #333;
	margin: 0 0 11px;
}

.phover:hover {
	background: #111111;
	background: rgba(0, 0, 0, 0.1);
}

.lead {
	margin-bottom: 22px;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.4;
	color: #111;
}

/* -----------------------------------------
:: HIGHLIGHTS 
----------------------------------------- */
.highlight1, .highlight1 a {
	color: #ED1C24;
}

.highlight1 a:hover {
	color: #111;
}

.highlight2, .highlight2 a {
	color: #A93222;
}

.highlight2 a:hover {
	color: #111;
}

.highlight3, .highlight3 a {
	color: #83271A;
}

.highlight3 a:hover {
	color: #111;
}

.highlight4, .highlight4 a {
	color: #43140D;
}

.highlight4 a:hover {
	color: #111;
}

.colorblack {
	color: #000;
}

.alternative-font {
	font-family: "Shadows Into Light",cursive;
	font-size: 30px;
}

.alternative-angle {
	transform: rotate(-7deg);
}

.morphext > .animated {
	display: inline-block;
}

@media (min-width: 992px) {
.pull-left-big {
	margin-left: -200px;
	margin-top: 90px;
}

}
/* -----------------------------------------
:: H1-H6 
----------------------------------------- */
h1 {
	font-family: 'Homenaje', serif;
	line-height: 1.1;
	color: #222;
	margin-top: 22px;
	margin-bottom: 11px;
	font-weight: 300;
	font-size: 49px;
}

h2 {
	font-family: 'Homenaje', serif;
	line-height: 1.1;
	color: #222;
	margin-top: 22px;
	margin-bottom: 11px;
	font-weight: 300;
	font-size: 37px;
}

h3 {
	font-family: 'Homenaje', serif;
	line-height: 1.1;
	color: #222;
	margin-top: 22px;
	margin-bottom: 11px;
	font-weight: 300;
	font-size: 30px;
}

h4 {
	font-family: 'Homenaje', serif;
	line-height: 1.1;
	color: #222;
	margin-top: 11px;
	margin-bottom: 11px;
	font-weight: 300;
	font-size: 22px;
}

h5 {
	font-family: 'Homenaje', serif;
	line-height: 1.1;
	color: #222;
	margin-top: 11px;
	margin-bottom: 11px;
	font-weight: 300;
	font-size: 18px;
}

h6 {
	font-family: 'Homenaje', serif;
	line-height: 1.1;
	color: #222;
	margin-top: 11px;
	margin-bottom: 11px;
	font-weight: 300;
	font-size: 14px;
}

/* -----------------------------------------
:: FOOTER 
----------------------------------------- */
.footer-bg * {
	color: #e8e8e8;
}

.footer-bg p {
	font-size: 85%;
}

.footer-bg div.row {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* -----------------------------------------
:: COPYRIGHT
----------------------------------------- */
.copyright {
	color: #e8e8e8;
	text-align: center;
	font-size: 90%;
	line-height: 30px;
	padding: 20px 0 20px 0;
}
.copyright * {
	color: #e8e8e8;
}

/* -----------------------------------------
:: SECTIONS / PAGE HEADINGS H1 / SECTION HEADINGS H2
----------------------------------------- */
.wowed h1 {
	opacity: 0;
}

.wow {
	visibility: hidden;
}

/*section heading1*/
.section-heading2 {
	margin: 0 auto 50px auto;
	position: relative;
	text-align: center;
	margin-top: 10px;
}

/*section heading1*/
.section-heading {
	margin: 0 auto 50px auto;
	position: relative;
	text-align: center;
	margin-top: 0px;
}
.section-heading2 {
	margin: 0 auto 50px auto;
	position: relative;
	text-align: center;
	margin-top: 100px;
}

.section-heading h1, .section-heading h2 {
	position: relative;
	z-index: 1;
	text-transform: capitalize;
}

.section-heading2 h1, .section-heading2 h2 {
	position: relative;
	z-index: 1;
	text-transform: capitalize;
}

.section-heading h1:nth-of-type(2), .section-heading h2:nth-of-type(2)  {
    font-family: 'Homenaje', serif;
    color:#ED1C24;
    margin-top:-10px;
    font-weight:400;
	font-size:45px;

}
.section-heading2 h1:nth-of-type(2), .section-heading2 h2:nth-of-type(2)  {
    font-family: 'Homenaje', serif;
    color:#ED1C24;
    margin-top:-10px;
    font-weight:400;
	font-size:45px;

}
.section-heading-title h2 {
	font-size: 50px;
	font-weight: 400;
}

.section-heading-desc p.lead {
	font-size: 20px;
}

/* -----------------------------------------
:: ARTICLE HEADINGS
----------------------------------------- */
/*content heading1*/
.article-heading {
	padding: 30px 20px;
}

.article-heading h3 {
	margin-bottom: 5px;
	margin-top: 0;
	text-transform: capitalize;
}

.article-heading h3:nth-of-type(2) {
    font-weight: 400;
    color:#ED1C24;
}
/* -----------------------------------------
:: COLORED SECTION HEADINGS
----------------------------------------- */

/* section heading index left */
.section-heading-index-left {
	padding-bottom: 0px;
	padding-top: 110px;
}
.section-heading-index-left h2, .section-heading-index-left h3, .section-heading-index-left p {
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 1.1;
}
/* section heading left */
.section-heading-left {
	padding-bottom: 50px;
}
.section-heading-left h2, .section-heading-left h3, .section-heading-left p {
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 1.1;
}

/* section heading right */
.section-heading-right {
	padding-bottom: 50px;
}

.section-heading-right h2, .section-heading-right h3, .section-heading-right p {
	text-align: right;
	margin: 0;
	padding: 0;
	line-height: 1.1;
}

/* -----------------------------------------
:: DARK SECTION HEADINGS
----------------------------------------- */
.section-dark * {
	color: #e8e8e8;
	color: rgba(232,232,232,0.75);
}

.section-dark .article-heading {
	padding-top: 35px;
}

.section-parallax-dark * {
	color: #e8e8e8;
	color: rgba(232,232,232,0.75);
}

.section-parallax-dark .article-heading {
	padding-top: 35px;
}

/* -----------------------------------------
:: FEATURED LISTS 
----------------------------------------- */

/* -----------------------------------------
:: BULLET LARGE 
----------------------------------------- */
.bullet-large {
	width: 150px;
	height: 150px;
	text-align: center;
	line-height: 150px;
	font-family: 'Homenaje', sans-serif;
	font-size: 46px;
	color: #000000;
	color: rgba(0,0,0,0.25);
	text-shadow: 5px 5px 5px #222222;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
	display: inline-block;
}

.bullet-large.bullet-blue {
	background: url('../graphics/blue-bullet-large.webp') center center no-repeat;
}

.bullet-large.bullet-orange {
	background: url('../graphics/orange-bullet-large.webp') center center no-repeat;
}

.bullet-large.bullet-green {
	background: url('../graphics/green-bullet-large.webp') center center no-repeat;
}

.bullet-large.bullet-red {
	background: url('../graphics/red-bullet-large.webp') center center no-repeat;
}

/* -----------------------------------------
:: LISTS 
----------------------------------------- */
/*default list styles*/
ul, ol {
	margin-top: 0;
	margin-bottom: 11px;
}

ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 22px;
}

dt, dd {
	line-height: 1.42857143;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

ol {
	counter-reset: li; ;
	list-style: none;
*list-style: decimal;
	padding: 0;
	margin-bottom: 20px;
}

ol ol {
	margin: 0 0 0 40px;
}

ol.list1 li ol {
	margin: 0 0 0 20px;
}

/*list1*/
.list1 a {
	position: relative;
	display: block;
	padding: 5px 30px 5px 30px;
	margin: 10px 0;
	background: #ED1C24;
	color: #ffffff;
	text-decoration: none;
	border-radius: 3px;
	transition: all .3s ease-out;
}

.list1 {
	margin: 0 0 0 20px;
}

.list1 a:hover {
	background: #111111;
}

.list1 a:hover:before {
	transform: rotate(360deg);
}

.list1 a:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -20px;
	background: #ED1C24;
	height: 40px;
	width: 40px;
	line-height: 30px;
	border: 5px solid #e8e8e8;
	text-align: center;
    font-size: 18px;
	font-weight: bold;
	border-radius: 50%;
	transition: all .3s ease-out;
	color: #ffffff;
}

/* -----------------------------------------
:: BLOCKQUOTES 
----------------------------------------- */

/* -----------------------------------------
:: FORMS 
----------------------------------------- */
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
	color: #333333;
	text-decoration: none;
}

.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}

.btn-default:focus, .btn-default.focus {
	color: #333333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.btn-default:hover {
	color: #333333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #333333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
	color: #333333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: #ffffff;
	border-color: #cccccc;
}

.btn-default .badge {
	color: #ffffff;
	background-color: #333333;
}

.btn-primary {
	color: #ffffff;
	background-color: #ED1C24;
	border-color: #bb3826;
}

.btn-primary:focus, .btn-primary.focus {
	color: #ffffff;
	background-color: #a63121;
	border-color: #511810;
}

.btn-primary:hover {
	color: #ffffff;
	background-color: #a63121;
	border-color: #88281b;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #a63121;
	border-color: #88281b;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
	color: #ffffff;
	background-color: #88281b;
	border-color: #511810;
}

.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.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: #ED1C24;
	border-color: #bb3826;
}

.btn-primary .badge {
	color: #ED1C24;
	background-color: #ffffff;
}

.btn-success {
	color: #ffffff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
	color: #ffffff;
	background-color: #449d44;
	border-color: #255625;
}

.btn-success:hover {
	color: #ffffff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
	color: #ffffff;
	background-color: #398439;
	border-color: #255625;
}

.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.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: #5cb85c;
	border-color: #4cae4c;
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #ffffff;
}

.btn-lg, .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 5px;
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
	width: 100%;
}

/* -----------------------------------------
:: HORIZONTAL RULE
----------------------------------------- */
hr {
	margin-top: 22px;
	margin-bottom: 22px;
	border: 0;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.hr-short {
	border: 0;
	border-top: 1px solid #000000;
	width: 50%;
	margin: 22px auto;
}

/* -----------------------------------------
:: MOBILE to TABLE 0-1025PX START
----------------------------------------- */
.pad5 {
	padding-left: 5px;
	padding-right: 5px;
}

.pad0 {
	padding-left: 0!important;
	padding-right: 0!important;
}

