@charset "UTF-8";
/* CSS Document */

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

@font-face {
	font-family: "PlantagenetCherokee";
	font-style:normal;
	font-weight:normal;
	src:url(PlantagenetCherokee.ttf);	
}



/* Body */

body{

width:100%;
height:auto;
padding:0;
margin:0;
background-color:#fff;


}

#HeaderContainer{
width:100%;
height:auto;
background-image:url(images/header-bg.jpg);background-repeat:no-repeat;
background-position:center top;
background-size:cover;
float:left;
}

#FooterContainer{
width:100%;
height:auto;

float:left;
padding: 0 0 2% 0;
}

#HeaderInfo{width:90%;height:auto;padding:0% 5%;float:left; background-color:#495D2A; height:auto; }
.HeaderInfoLeft{width:46%;height:auto;padding:2% 2% 2% 2%;float:left; height:auto; }


#ComingSoon{width:80%;height:auto;padding:1% 10%;float:left; }

#MainBody{width:80%;height:auto;padding:1% 10%;float:left; background-image:url(images/main-bg.png);background-repeat:repeat; background-attachment:fixed; background-position:center center;}

#Testimonials{width:40%;height:auto;padding:10% 30%;float:left; background-image:url(images/testimonials.png);background-size:cover;background-repeat:no-repeat; background-position:center center;}

#BgHome{ width:100%;height:350px; float:left; background-image:url(images/Home-Top-Img.jpg);background-size:cover;background-repeat:no-repeat; background-position:center center; background-attachment: fixed;}

#BgAbout{ width:100%;height:350px; float:left; background-image:url(images/About-Top-Img.jpg);background-size:cover;background-repeat:no-repeat; background-position:center center; background-attachment: fixed;}

#HomeBG{width:100%; height:350px; float:left; background-image:url(images/Home-Top-Img.jpg); background-size:cover; background-position:center bottom; background-repeat:no-repeat;  background-attachment: fixed;}

#banner {width:96%;padding:2%;background-color:#fcd3cd;float:left; margin-top:5px;}


.white {
	font-family: "PlantagenetCherokee";
	font-size: 1.0em;
	line-height: 130%;
	color: #fff;
	font-weight:normal;
	text-decoration: none;
	text-align: center;
}

.MedBlack{
	font-family: "PlantagenetCherokee";
	font-size: 1.95em;
	line-height: 100%;
	color: #495D2A;
	font-weight:normal;
	text-decoration: none;
		text-align: center;

}

.SmlGrey {
	font-family: "PlantagenetCherokee";
	font-size: 1.25em;
	line-height: 100%;
	color: #fff;
	font-weight:normal;
	text-decoration: none;
}

.SmlGrey a {
	color: #fff;
	font-weight:normal;
	text-decoration: none;
}

.SmlGrey a:hover {
	color: #E3C98E;
	font-weight:normal;
	text-decoration: underline;
}

.LrgWhite {
	font-family: "PlantagenetCherokee";
	font-size: 1.95em;
	line-height: 100%;
	color: #FFF;
	font-weight:normal;
	text-decoration: none;
	text-align: center;
}

.MedWhite {
	font-family: "PlantagenetCherokee";
	font-size: 1.35em;
	line-height: 100%;
	color: #FFF;
	font-weight:normal;
	text-decoration: none;
	text-align: center;
}

.MedWhite a {
	color: #fff;
	font-weight:normal;
	text-decoration: none;
	text-align: center;
}


.blue {
	color:#424242;
	text-align:center;
	font-family: "PlantagenetCherokee";
	font-size: 0.98em;
	line-height: 150%;
	font-weight:normal;
	text-decoration: none;
}

.blue a{
	color: #CDB272;
	font-weight:normal;
	text-decoration: none;
}

.blue a:hover{
	color:#001EA3;
	font-weight:normal;
	text-decoration: underline;

}


.black {
	color:#495D2A;
	text-align:left;
	font-family: "PlantagenetCherokee";
	font-size: 1.2em;
	line-height: 125%;
	font-weight:normal;
}

.black a{
	color:#AEB436;
	text-decoration:none;	
}

.black a:hover{

color:#AEB436;
text-decoration:underline;
	
}


* Keyframes for the fade-in */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
	opacity:0;
	opacity: 1 \9; /*just in case ie*/
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
	text-align: center;
}

.fade-in.one {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.fade {
   opacity: 0.70;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in;
   -webkit-transition: opacity .25s ease-in;
   }

   .fade:hover {
      opacity: 1;
}
/* Body END */


/* Layout */

#Social {
	width: 86%;
	height:auto;
	float: left;
	margin:5%;
	padding-right: 2%;
	padding-left: 2%;
	
	
}

#TopLeft{width: 35%;
height:125px;
float:left;
margin:0;
padding-top:75px;}

#TopCenter{width: 25%;
height:auto;
float:left;
margin:0;
padding:0 5%;}

#TopRight{width: 50%;
height:125px;
float:left;
margin:0;
padding:5%;;}



#FooterLeft{width: 35%;
height:125px;
float:left;
margin:0;
padding-top:20px;}

#FooterCenter{width: 40%;
height:auto;
float:left;
margin:0;
padding:0 5%;}

#FooterRight{width: 40%;
height:auto;
float:left;
margin:0;
padding:25px 5% 0 5%;}

/* Layout END */

.widget {
	background: #fff;
	margin: 0 0 30px;
	padding: 20px 20px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

/* Nav OPEN */

#main-nav {
	width: 100%;
	background: #fff;
	z-index: 100;
	display:inline-block;
	height: auto;
	float: left;
	margin-bottom: 2%;
}

#main-nav a {
	color: #495D2A;
	text-align:center;
	display: inline-block;
	text-decoration:none;
	width:auto;

}

#main-nav li {
	display: inline-block;
	font-size: 22px;
	font-family: "ManifoldCF-Regular";
	width:auto;
	padding-top: 1%;
	padding-right: 7%;
	padding-bottom: 1%;
	padding-left: 7%;

}
/************* Navigation Menu **************/
	


#main-nav li span{
	display: inline-block;
	margin-left:50px;
	margin-right:0px;
	text-align:center;
}

#main-nav li a.visited {
	display: block;
	text-align:center;
	text-decoration: underline;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#main-nav ul  li:hover ul{
	display: block;
	padding:0px;
	width: auto;
	height: auto;
	text-align:center;
	font-size: 18px;
}


#main-nav ul ul{
	display: none;
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	font-size: 19px;
	text-align:center;
	color:#000;
	
}

#main-nav ul ul li a.visited{
	background-repeat:repeat;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	
}
#main-nav ul li a.hover{
}
	

#main-nav ul ul li{
	display: block;
	font-size: 21px;
		font-family: "ManifoldCF-Regular";

}

#main-nav .current a {
	background-position:center top;
	background-repeat:no-repeat;
}

#main-nav a:hover {
	color: #E3C98E;
	background-image:none;
	text-align:center;
	text-decoration:underline;	

}

#main-nav li a.visited {
	display: block;
	text-align:center;
	text-decoration:none;	
}

/************ NAVIGATION END ***************/

.imagegallery{width:48%; height auto; float:left; max-height:500px; padding: 1%;}

#Column1{width:45%; padding:0 0 0 5%; height:auto; float:left; overflow:hidden;}

#Column2{width:45%; padding:0 5% 0 0; height:auto; float:left; overflow:hidden;}

.services{width:29%; height 400px; float:left; max-height:500px; padding: 2%; }
.services-icons{width:90%; height auto; float:left; max-height:500px; padding: 5%; background-color:#ccc; opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in;
   -webkit-transition: opacity .25s ease-in;
   }

.services-icons:hover{      opacity: 0.7;
}
#nav100{
	width:65%;
	height:auto;
	float:left;
	z-index:1000;
	padding: 7% 0 0 0;
	margin-bottom: 0px;
}
#primary_nav_wrap
{
	float: left;
	height: auto;
	width: 100%;

	margin: 0px;
	padding: 0px;
	z-index: 999;
}

#primary_nav_wrap li a:hover
{
	color: #fff;
	background-color:#563722;
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width: 100%;

}

#primary_nav_wrap ul a
{
	display:block;
	color:#495D2A;
	text-decoration:none;
	font-size:1.2em;
	padding:0 0;
	font-family:"ManifoldCF-Regular";
	text-align: center;
	line-height: 70px;
	background-color:#fff;

}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	width: 20%;
}

#primary_nav_wrap ul li.current-menu-item
{
	background-color: #fff;
}

#primary_nav_wrap ul li:hover
{
	background-color: #563722;
		color:#fff;
		opacity:0;
	opacity: 1 \9; /*just in case ie*/
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;

}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background-color: #fff;	padding:0;
	width:100%;
	min-width:150px;
	z-index: 999;


}

#primary_nav_wrap ul ul li
{
	float:none;
	width:auto;
	font-size: 0.8em;
}

#primary_nav_wrap ul ul a
{
	line-height:40px;
	text-align:center;
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}


/************ NAVIGATION END ***************/

/***** MOBILE NAV OPEN *******/

/* Strip the ul of padding and list styling */

#nav{
            display: none;
        }

    #nav ul {
        list-style-type:none;
        margin:0;
        padding:0;
        position: absolute;
    }

    /* Create a horizontal list with spacing */
    #nav li {
        display:inline-block;
        float: left;
        margin-right: 1px;
    }

    /*Style for menu links (top level links) */
    #nav li a {
        display:block;
        padding: 0 15px;
        height: 50px;
        text-align: left;
        line-height: 50px;
        font-family: "PlantagenetCherokee";
        color: #000000;
        background: #ffffff;
        text-decoration: none;
    }

    /* Hover state for top level links (top level - hover) */
   #nav li:hover a {
        background:#fff ;
    }

    /* Style for dropdown links (secondary level items) */
    #nav li:hover ul a {
        background: #563722;
        color: #fff;
        height: 40px;
        line-height: 40px;
    }
    /* Hover state for dropdown links (secondary level items - hover) */
    #nav li:hover ul a:hover {
        background: #fff;
        color: #000;
    }

    /* Display the dropdown on hover */
    #nav li:hover > ul {
        display:block;
    }
    /* Hide dropdown links until they are needed */
    #nav li ul {
        display: none;
    }

    /* Make dropdown links vertical */
    #nav li ul li {
        display: block;
        float: none;
    }

    /* Prevent text wrapping */
    #nav li ul li a {
        width: auto;
        min-width: 100px;
        padding: 0 20px;
    }
    
    /* Style 'show menu' label button and hide it by default */
    #nav .show-menu {
		font-family: "PlantagenetCherokee";
	text-decoration: none;
	color: #000;
	display: none;
	border-bottom: 2px solid #000;
	padding-top: 350px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color:#fff;
	
    }

    #nav .show-menu span {
        float: right; 
        display: inline-block;
        font-size: 20px;
        line-height: 1em;
    }

    /* Hide checkbox */
    #nav input[type=checkbox]{
        display: none;
    }

    /* Show menu when invisible checkbox is checked */
    #nav input[type=checkbox]:checked ~ #menu{
        display: block;
    }

   
	
	/************* MOBILE NAV CLOSED *************/
	
	i {
  border: solid #444;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	margin-left:10px;
	margin-bottom:2px;

}

