/*

=============================================

 Development By: Design on Target - www.designontarget.website , © Copyright 2017 - All rights reserved.

 Description: Public CSS Styles

 Last Revised: 03/12/2017

=============================================

*/



/* =================================== TAG DEFINITIONS =================================== */

	

a {
	text-decoration: none;
	color: #A30200;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
html, body {
	height: 100%;
}
body {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	-webkit-text-size-adjust: none;
}
body, div, p, td, li {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	line-height: 25px;
	text-decoration: none;
}
div, form, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6,  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	margin-bottom: 30px;
	font-family: 'Lato', sans-serif;
	color: #000;
	font-weight: normal;
	line-height: 100%;
    letter-spacing: 1px;
}
h1, h1 a {
	font-size: 38px;
	font-weight: bold;
}
span.sub {
	font-size: 18px;
	margin: 10px;
}
h2 {
	font-size: 36px;
	font-weight: 300;
}
h3 {
	font-size: 27px;
}
h4 {
    display: block;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 15px;

}
h5, h6 {
	font-size: 13px;
}
hr.b {
	border: 1px #beb297 solid;
}
hr.bd {
	border: 1px #e1d9c8 dashed;
}
img {
	border: 0;
}
li {
	line-height: 20px;
}
.content-wrapper li {
	line-height: 24px;
}
p {
	margin-bottom: 15px;
}
input {
	outline: none;
}
/* =================================== OBJECT DEFINITIONS =================================== */

	



	/*Global Button Class*/

.btn {
    font-size: 16px;
    font-weight: 400;
    padding: 20px 30px;
    background: transparent;
    border: 1px solid #A30200;
    border-radius: 0;
    font-family: 'Lato', sans-serif;
    color: #A30200;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 100%;
    width: auto;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    letter-spacing: 2px;
}
.btn:hover, .btn.on {

    background: #A30200;
    color: #fff;
    text-decoration: none;
    border: 1px solid #A30200;

}
.btn.nav-quote {
    padding: 12px 20px;
    background: #ffffff;
    border: thin solid transparent;
    font-size: 15px !important;
    position: relative;
    top: -2px;
    color: #A30200;
    opacity: 1;
}
.btn.nav-quote:hover, .btn.on {
    opacity:.8;
}

.btn.dark {
	border: 2px solid #fff;
	color: #fff;
}

@media screen and (max-width:600px) {
.btn {
	font-size: 12px;
}
.btn.dark {
	border: none;
	color: #000;
	background: #fff;
}
.btn.dark:hover {
	opacity: .9;
}
}
.btn.dark:hover {
	background: #fff;
	color: #000;
}
.cp {
	cursor: pointer;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.fc {
	clear: both;
}
.db {
	display: block;
}
.dn {
	display: none;
}
.ba {
	border: 3px #4f3d2f solid;
}
.bt {
	border-top: 1px #e1d9c8 solid;
}
.br {
	border-right: 1px #e1d9c8 solid;
}
.bb {
	border-bottom: 1px #e1d9c8 solid;
}
.bl {
	border-left: 1px #e1d9c8 solid;
}
.bad {
	border: 1px #e1d9c8 dashed;
}
.bad {
	border: 1px #e1d9c8 dashed;
}
.btd {
	border-top: 1px #e1d9c8 dashed;
}
.brd {
	border-right: 1px #e1d9c8 dashed;
}
.bbd {
	border-bottom: 1px #e1d9c8 dashed;
}
.bld {
	border-left: 1px #e1d9c8 dashed;
}
.ma {
	margin: 10px;
}
.ma5 {
	margin: 5px;
}
.ma15 {
	margin: 15px;
}
.ma20 {
	margin: 20px;
}
.ma25 {
	margin: 25px;
}
.mt {
	margin-top: 10px;
}
.mt5 {
	margin-top: 5px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mr {
	margin-right: 10px;
}
.mr5 {
	margin-right: 5px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr25 {
	margin-right: 25px;
}
.mb {
	margin-bottom: 10px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.ml {
	margin-left: 10px;
}
.ml5 {
	margin-left: 5px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml25 {
	margin-left: 25px;
}
.mn {
	margin: 0;
}
.pa {
	padding: 10px;
}
.pa5 {
	padding: 5px;
}
.pa15 {
	padding: 15px;
}
.pa20 {
	padding: 20px;
}
.pa25 {
	padding: 25px;
}
.pt {
	padding-top: 10px;
}
.pt5 {
	padding-top: 5px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt25 {
	padding-top: 25px;
}
.pr {
	padding-right: 10px;
}
.pr5 {
	padding-right: 5px;
}
.pr15 {
	padding-right: 15px;
}
.pr20 {
	padding-right: 20px;
}
.pr25 {
	padding-right: 25px;
}
.pb {
	padding-bottom: 10px;
}
.pb5 {
	padding-bottom: 5px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb25 {
	padding-bottom: 25px;
}
.pl {
	padding-left: 10px;
}
.pl5 {
	padding-left: 5px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}
.pl25 {
	padding-left: 25px;
}
.pn {
	padding: 0;
}
/* =================================== STYLE DEFINITIONS =================================== */

	

.photo-border {
	padding: 1px;
	border: 3px solid #A5322F;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.fs10 {
	font-size: 10px;
}
.fs11 {
	font-size: 11px;
}
.fs12 {
	font-size: 12px;
}
.fs13 {
	font-size: 13px;
}
.fs14 {
	font-size: 14px;
}
.fs15 {
	font-size: 15px;
}
.fs16 {
	font-size: 16px;
}
.fs17 {
	font-size: 17px;
}
.fs18 {
	font-size: 18px;
}
.fs19 {
	font-size: 19px;
}
.fs20 {
	font-size: 20px;
}
.italic {
	font-style: italic;
}
.uline {
	text-decoration: underline;
}
.tac {
	text-align: center;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.vam {
	vertical-align: middle;
}
