/*
=============================================
 Development By: Infinity Arts Interactive, LLC - www.InfinityArts.com, Copyright 2015 - All rights reserved.
 Description: Public CSS Styles
 Date: 04/02/2015
=============================================
*/
	
	@import url(https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,400i,700,700i|Lato:400,400i,700);

/* =================================== TAG DEFINITIONS =================================== */
	
	/*
	font-family: 'Lato', sans-serif;
	font-family: 'Cormorant Garamond', serif;
	*/

	body { 
		background: #FFFFFF; 
		margin: 0; padding: 0;
		text-decoration: none; 
		text-align: center;
		-webkit-text-size-adjust: none;
	}

	a { text-decoration: none; color: #196739; -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; }
	a:hover { }
		
	body, div, p, td, li {
		font-family: 'Lato', sans-serif;
		font-size: 18px;
		font-weight: normal;
		color: #000;
		text-decoration: none;
	}
	
	div, form, h1, h2, h3, h4, h5, h6, p {
		margin: 0;
		padding: 0;
	}
	
	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 20px;
		font-family: 'Cormorant Garamond', serif;
		color: #196739;
		font-weight: bold;
		line-height: 100%;
	}
		h1 { font-size: 48px; text-transform: uppercase; }
		h2 { font-size: 38px; }
		h3 { font-size: 32px; }
		h4 { font-size: 24px; }
		h5, h6 { font-size: 18px; }
		h1 em,h2 em,h3 em,h4 em { font-weight:normal; }

	hr { background: url('images/hr.png') center center no-repeat; background-size:contain; display:block; margin: 20px auto; height: 30px; border:0; }
	
	img { border: 0; max-width:100%; }
	
	li { line-height: 20px; }
	p { margin-bottom: 35px; line-height: 30px; text-align: left; }

	td { vertical-align: top; }	



/* =================================== OBJECT DEFINITIONS =================================== */
	
	.btn,
	.button { height: 50px; line-height: 50px; background: #196739; font-size: 28px; padding: 0 40px; width:auto; display:inline-block; border-radius:10px; border: 0; cursor:pointer; text-align: center; color: #FFF; font-weight: bold; text-transform: uppercase; font-family: 'Cormorant Garamond', serif; transition: all 0.2s ease-in-out 0s; -webkit-appearance: none; }
	.btn:hover,
	.button:hover { background: #FFF; color: #196739; }	
	.btn.white { color: #196739; background: #FFF; }
	.btn.white:hover { background: #196739; color: #FFF; }
		
	.box { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	
	.cp { cursor: pointer; }
	
	.fl { float: left; }
	.fr { float: right; }
	.fc { clear: both; }
	
	.db { display: block; }
	.dn { display: none; }

	.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; }



	/* ====== GENERAL RESPONSIVE STYLING ====== */

	@media all and (max-width: 1000px) {
		.btn { font-size: 25px; }
	}
	@media all and (max-width: 8000px) {
		.btn { font-size: 22px; }
	}
	@media all and (max-width: 570px) {
		body, div, p, td, li { font-size: 16px; }
		p { margin-bottom: 30px; line-height: 25px; }
		h1 { font-size: 42px; }
		h2 { font-size: 36px; }
		h3 { font-size: 30px; }
		.btn { height: auto; line-height: 22px; font-size: 20px; padding: 13px 20px; }
	}


/* =================================== STYLE DEFINITIONS =================================== */
	
	.bold { font-weight: bold; }
	.normal { font-weight: normal; }
	.fs10 { font-size: 10px; }
	.fs11 { font-size: 11px; }
	.fs12 { font-size: 12px; }
	.fs13 { font-size: 13px; }
	.italic { font-style: italic; }
	.uline { text-decoration: underline; }
	.tac { text-align: center; }
	.tal { text-align: left; }
	.tar { text-align: right; }
	.vam { vertical-align: middle; }
