/*

	 CSS:
	Copyright (C) 2014 OwlTree Web Solutions.

*/


html, body
{
		height: 100%;
}

body
{
		margin: 0px;
		padding: 0.1em;
		background: #ffffff;
		font-family: Georgia;
		font-size: 0.9em;
}
		
h1, h2, h3, h4
{
		font-family: Helvetica, sans-serif;
		margin: 0;
		padding-top: 0.5em;
		font-weight: 600;
		color: #6c1111;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
}

h4
{
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 1em;
}	

h5
{
	font-size: 4em;
	font-weight: bold;
	text-align: center;
	color: #6c1111;
	
}

p, ol, ul
	{
		margin-top: 0;
	}
	
ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
p
	{
		line-height: 180%;
		margin-top: 1em;
	}
	
.sz2 {
	font-family: helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #6c1111;
	padding: 0 0.2em;
}	

.sz3 {
	font-family: helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #6c1111;
}	

.strong
	{
		font-weight: bold;
	}
	
a
	{
		color: #6c1111; 
	}
	
.container
	{
		overflow: hidden;
		margin: 0em auto;
		width:  100%;
	}
.content {
		width: 100%;
		margin: 0px auto;
	}
hr {
		border-top: 1px dotted #6c1111;
	}
	
.centre {
		text-align: center;
		padding: 0 0.5em;
	}
	
.maroon {
	color: #6c1111;
}

.odro-large {
	
	width: 280px;
	text-align: center;
	padding: 0.5em 0;
}

.odro-medium {
	width: 200px;
	height: 44px;
	text-align: center;
	padding: 0.5em 0;
}

.odro-small {
	width: 80px;
	height: 17px;
	padding: 0 3px 0 0;
}
/*-------- Image Style --------*/


.image
	{
		
	}
	
.image img
	{
		width: 80%;
	}
	
.image-full
	{
		
		width: 100%;
		margin: 0 auto;
	}
	
.image-half
	{
		display: block;
		width: 90%;
		margin: 0 auto;
	}		

.image-left
	{
		float: left;
		margin: 0 1em 0.5em 0;
		width: 70%;/*40%*/
		min-width: 300px;
	}
	
	.image-left-2
	{
		float: left;
		margin: 0 1em 0.5em 0;
		width: 25%;
		min-width: 300px;
	}

.image-lft
	{
		margin: 1em 1em 1em 0;
		/*width: 30%;*/
		min-width: 150px;
	}

.image-right
	{
		float: right;
		margin: 0.5em 0 0.5em 0.5em;
	}

.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
.image-centered img
	{
		margin: 0 auto;
		width: 70%;
	}
	
.image-text {
		/*display: table-cell;
		vertical-align: middle;*/

	}

/*-------- Text over images --------*/
	
.image { 
   position: relative; 
   width: 100%; 
}

.image h2 { 
   position: absolute; 
   top: 280px; 
   left: 140px; 
   width: 100%; 
}
.image h2 span { 
   color: white; 
   font: bold 1.5em Helvetica, Sans-Serif; 
   line-height: 2em; 
   background: rgb(0, 0, 0);
   background: rgba(72, 72, 72, 0.5);
   padding: 10px; 
}

/*-------- List Styles --------*/

	ul.style1
	{
		margin: 0 auto;
		padding: 0;
		width: 80%;
		overflow: hidden;
		list-style: none;
		text-align: left;
		color: #6c6c6c;
	}
	
	ul.style1 li
	{
		padding: 1.6em 0em 0em 0em;
		margin: 0 0 2.5em 0;
		border-top: 1px solid #801638; 
	}
	
	ul.style1 li:first-child
	{
		border-top: none;
	}
	
	ul.style1 p
	{
		margin: 0;
	}
	
	ul.style1 a
	{
		display: block;
		text-decoration: none;
		color: #2D2D2D;
	}
	
	ul.style1 a:hover
	{
		text-decoration: underline;
	}
	
	ul.style1 h3
	{
		padding: 1em 0em 5px 0em;
		text-transform: uppercase;
		font-size: 1em;
		font-weight: 400;
	}
	
	ul.style1 .first
	{
		padding-top: 0;
		background: none;
	}
	
	ul.style1 .date
	{
		float: left;
		position: relative;
		width: 80px;
		height: 70px;
		margin: 0.5em 1.5em 0em 0.5em;
		padding: 1.5em 0em 1.5em 0em;
		box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.1);
		line-height: normal;
		text-align: center;
		text-transform: uppercase;
		text-shadow: 0px 1px 0px rgba(0,0,0,.2);
		font-size: 1em;
		font-weight: 400;
		border-right: 1px solid  #801638;
	}
	
	ul.style1 .date:after
	{
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border-radius: 6px;
	}
	
	ul.style1 .date b
	{
		margin: 0;
		padding: 0;
		display: block;
		margin-top: -5px;
		font-size: 1.8em;
		font-weight: 700;
	}
	
ul.style1 .date a
	{
	}
	
ul.style1 .date a:hover
	{
		text-decoration: none;
	}

ol.style1
	{
		margin: 0 auto;
		padding: 0;
		width: 90%;
		text-align: left;
	}
	
ol.style1 li
	{
		padding: 0em 0em 0em 2em;
		margin: 0.25em 0 0.5em 0;
		list-style: none;
		font-size: 1em;
		text-align: center;
	}
	
ol.style2
	{
		margin: 0 auto;
		padding: 0;
		width: 90%;
		text-align: left;
	}
	
ol.style2 li
	{
		padding: 0em 0em 0em 2em;
		margin: 0.25em 0 0.5em 0;
		list-style: disc;
		font-size: 1em;
	}
#banner
	{
		margin-bottom: 1em;
		display: table;
		margin: 0 auto;
		}
		
#banner img
{
	width: 98%;

}
		
#banner2
{
	display: table;
	width: 98%;
	border-bottom: 1px dotted #6c1111;
	margin-bottom: 1em;
}

#banner3
	{
		width: 60%;
		margin-bottom: 1em;
		display: table;
		margin: 0 auto;
		}

#page
	{
		background: #6c1111;
	}

#main
	{
		width: 100%;
		padding: 3em 2% 5em 2%;
		background: #FFF;
		border-top: 6px solid #6c1111;
	}
	
.testimonial {
		width: 80%;
		margin: 0 auto;
		background: rgba(128, 22, 22, 0.06);
		padding: 0.5em 1em 0.5em 1em;
		margin-bottom: 1em;
	}
	
.testimonial h3 {
		 color: #6c1111;
		 padding-bottom: 0.5em;
	}

/*-------- Social Icon Styles --------*/

ul.contact
	{
		margin: 0;
		padding: 2em 0em 0em 0em;
		list-style: none;
	}
	
ul.contact li
	{
		display: inline-block;
		padding: 0em 0.30em;
		font-size: 1em;
	}
	
ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
ul.contact li a
	{
		color: #FFF;
	}
	
ul.contact li a:before
	{
		display: inline-block;
		background: #3f3f3f;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #FFFFFF;
	}
	
ul.contact li a.icon-twitter:before { background: #2DAAE4; }
ul.contact li a.icon-facebook:before { background: #39599F; }
ul.contact li a.icon-dribbble:before { background: #C4376B;	}
ul.contact li a.icon-tumblr:before { background: #31516A; }
ul.contact li a.icon-rss:before { background: #F2600B; }

/*-------- Button Style --------*/

.button
	{
		display: inline-block;
		padding: 1em 3em 1em 2em;
		letter-spacing: 0.20em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #FFF;
	}
	
.button:before
	{
		display: inline-block;
		background: #FFC31F;
		margin-right: 1em;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #272925;
	}

.tboxfull
	{
		width: 98%;
		padding-right: 1em;
	}

/*-------- 2-column --------*/

.tbox1,.tbox2
	{
		width: 98%; 
		border-bottom: 1px dotted silver;
		margin-right: 1%;
	}
	

/*-------- Heading Titles --------*/

.title
	{
		margin-bottom: 1.5em;
		text-align: center;
		padding: 0 0.6em;
	}
	
	
.title h2
	{
		font-size: 2.8em;
	}
	
.title .byline
	{
		font-size: 1.3em;
		color: #6F6F6F;
	}
		
/*-------- Header --------*/

#header
	{
		position: relative;;
		height: 26%;
		padding: 1em 0em;
		background: #6c1111;
	}
	

/*-------- Logo --------*/

#logo
	{
		text-align: center;
		margin: 1em 0;
	}
	
#logo h1
	{
		display: block;
	}
	
#logo a
	{
		text-decoration: none;
		color: rgba(255,255,255,1);
	}
	
#logo span
	{
		padding-right: 0.5em;
		text-transform: uppercase;
		font-size: 0.90em;
		color: rgba(255,255,255,0.3);
	}

#logo span a
	{
		color: rgba(255,255,255,0.5);
	}
	
#logo img
	{
		display: inline-block;
		margin-bottom: 1em;
		border-radius: 50%;
		width: 80%;
		max-width: 150px;
	}
#logo img.logo
	{
		margin: 0 auto;
		border-radius: 0 !important;
		width: 80%;
		max-width: 250px;
	}

/*-------- Menu --------*/
	
ul#navigation
	{
		width: 100%;
		min-width: 360px;
		margin: 0px auto;
		padding-top: 0.5em;

	}
	
ul#menu
	{
		display: none;
	}	
		
ul#menu li
	{
		border-top: 1px solid rgba(255,255,255,0.6);
		font-family: helvetica, sans-serif;
		font-size: 0.8em;
	}
	
ul#menu li a, ul#menu li span
	{
		display: block;
		padding: 2em 1.5em;
		text-align: center;
		text-decoration:  none;
		text-transform: uppercase;
		font-weight: 700;
		color: rgba(255,255,255,1);
	}
	
ul#menu li:hover a, ul#menu li.active a, ul#menu li.active span
	{
		color: rgba(255,255,255,0.8);
		background:rgba(255,255,255,0.08);
	}
	
ul#menu li:hover a.on
	{
		color: rgba(0,0,0,1);
	}	
	
ul#menu li	a.on
	{
		background: rgba(255,255,255,1);
		color: #6c1111;
	}

#navigation li a, #navigation li a:visited
	{
		color: white;
	}

#navigation li ul.submenu
	{
		display: none;
		margin: 1em 1em 0em 1em;
		border-radius: 0.25em;
	}
	
#navigation li:hover > ul.submenu, #navigation li:focus > ul.submenu a
{
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

#navigation li:hover > ul.submenu a:hover, #navigation li:focus > ul.submenu a:focus
	{
		color: #eea320;
	}	

ul.submenu li
	{
		margin-top: 0.5em;
		font-size: 0.9em;
		border-top: 1px solid rgba(255,255,255,0.6);
		padding: 0.5em 0.5em;
	}

span.menu-symbol
	{
		margin: 0.5em;
		font-weight: bold;
		font-size: 1.8em;
		background-color: rgba(185, 162, 162, 0.25);
		border-radius: 0.25em;
		padding: 0.3em 0.3em 0.3em 0.5em;
		border-bottom: none;
	}
span.hide-menu
	{
		margin-left: 0.5em;
		font-size: 1.2em;
		border-bottom: none;
}

.on
	{
		border-bottom: 0.25em solid #eea320;
		padding-bottom: 0.2%;
	}
	
/*-------- Featured --------*/

#featured
	{
		overflow: hidden;
		margin-bottom: 3em;
		padding-top: 5em;
		border-top: 1px solid #6c1111;
	}

/*-------- Sidebar -------- */

#sidebar
	{
			
	}

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

#footer
	{	
		
	}

/*-------- Copyright --------*/

#copyright
	{
		overflow: hidden;
		padding: 2em 0em;
		border-top: 1px solid #6c1111;
		margin-bottom: -100px;
	}
	
#copyright span
	{
		display: block;
		letter-spacing: 0.20em;
		line-height: 2em;
		text-align: center;
		font-family: helvetica, sans-serif;
		font-size: 0.8em;	
		color: rgba(0,0,0,0.5);
	}
	
#copyright a
	{
		text-decoration: none;
		color: rgba(0,0,0,0.7);
	}

#copyright a:hover
	{
		color: blue;
	}
.clear 
	{
		clear: both;
	}
table 
	{
		display: block;
		align-content: center;
		margin: 0 auto;
	}
td 
	{
		text-align: center;
		padding: 0 1.5em 0 0;
	}
table.chambers 
	{
		/*width: 0%;*/
		display: table;
		border-collapse: collapse;
		border: solid 1px;
		border-color: #801638;
	}
table.chambers td 
	{
		border: solid 1px;
		border-color: #6c1111;
		padding: 0 1em 0 1em;
	}
.left
	{
		text-align: left;
	}
.strong 
	{
		font-weight: bold;
	}
.p14 
	{
		font-size: 1.1em;
	}
.p16 
	{
		font-size: 1.2em;
	}
hr.half 
	{
		width: 50%;
		border-color: #6c1111;
		border-style: dotted;
		margin: 0 auto;
	}

/*----------------- contact page -------------------*/	
	
.contact-container 
	{
		margin: 0 auto;
	}

.contact-icon 
	{
		width: 15%;
		float: left;
		margin: 0 1.5em 1.5em 0;
	}

.contact-detail 
	{
		float: left;
		width: 90%;
		margin-bottom: 4em;
		margin-left: 1em;
	}

.contact-detail p
	{
		font-size: 1.2em;
		float: left;
	}

.contact-detail h3
	{
		color: #6c1111;
		font-weight: 900;
		padding-bottom: 1.5em;
	}

/*----------------------- Contact Form -----------------------*/

form.contact-form fieldset
	{
		margin: 0 auto;
		padding-right: 0px;
		border: 0;
		margin-bottom: 40px;
	}

form.contact-form fieldset ul
	{
		list-style: none;
		padding: 0;
		margin-left: 1.6em;
	}

li.-line
	{
		margin-bottom: 10px;
	}

form.contact-form fieldset ul li.input-line 
	{
		list-style: none;
		padding: 0;
		margin-left: 0px;
	}
	
input 
	{
		width: 100%;
		height: 2em;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-khtml-border-radius: 5px;
	}

label 
{
	margin-bottom: 0.5em;
}
.form {
	margin: 0 auto;
}

form.contact-form label
	{
		display: block;
		width: 12em;
		font-weight: bold;
		float: left;
		text-align: left;
	}

form.contact-form .submit input
	{
		width: 100%; 
		height: 2.2em;
		margin: 20px auto;
		color: white;
		font-size: 1.2em;
		font-weight: bold;
		background-color: #6c1111;
		border: 0;
		border-radius: 5px;
		text-align: center;	
		padding-top: 3px;	
	}

form.contact-form .submit
	{

	}
	
textarea 
	{
		width: 100%;
		height: 10em;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-khtml-border-radius: 5px;
		resize: none;
	} 