@import url('../css/foundation.min.css');
@import url('../css/ie8-grid-foundation-4.css');


@font-face {
	font-family: Harrington;
	src: url('../fonts/harrington.TTF'); 
}

body {
    background: url(../images/bg.jpg) no-repeat center fixed;
  	background-size: 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg.jpg',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg.jpg',sizingMethod='scale')";
	font-family: 'Handlee', Arial, Sans-serif; 
	font-size: 18px;
	color: #fff;
	margin: 0;
}


img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}


/* Heading Style */

h1 {
	font-family: 'Handlee', Arial, Sans-serif; 
	font-size: 33px;
	font-weight: normal;
	text-shadow: 2px 2px 2px #a44d14;
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=40, Color='#a44d14')";
      /* For IE 5.5 - 7 */
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=40, Color='#a44d14');
      filter:DropShadow(Color=#a44d14, OffX=0, OffY=3);
	color: #fff;
}

h2 {
	font-family: 'Handlee', Arial, Sans-serif; 
	font-size: 33px;
	font-weight: normal;
	color: #804a03;
}

h3 {
	font-family: 'Handlee', Arial, Sans-serif; 
	font-size: 30px;
	font-weight: normal;
	color: #804a03;
}

h4 {
	font-family: 'Handlee', Arial, Sans-serif; 
	font-size: 28px;
	font-weight: normal;
	color: #804a03;
}

h5 {
	font-family: 'Handlee', Arial, Sans-serif; 
	font-size: 18px;
	font-weight: normal;
	color: #804a03;
}

h6 {
	font-family: 'Handlee', Arial, Sans-serif; 
	font-size: 14px;
	font-weight: normal;
	color: #804a03;
}


/* Paragraph Style */

p {
	font-size: 18px;
	color: #fff;
}

a {
	color: #fdbb2d;
	text-decoration: none;
}



/* Div Style */

.row {
	width: 100%;
	max-width: 980px;
	margin: 0px auto;
}

.ind {
	padding: 30px 0;
}

.ind-column {
	background-image: url(../images/bg-page.png);
	background-repeat: repeat;
	padding: 25px;
}

.logo {
	margin: 0 0 0 77px;
    position: relative;
    z-index: 9999;
    top: 2px;
}

.intro {
	background-image: url(../images/shadow-intro.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding: 20px 10px;
	margin: 35px 0 0 0;
}

.copyright {
	font-family: "Arial", Sans-serif;
	font-size: 10px;
	color: #6a440c;
	text-align: right;
}

header {
	margin:20px 0 0 0;
}

footer {
	text-align: center;
	padding: 0 0 30px 0;
	margin: 0 0 35px 0;
	width: 100%;
    display: block;
}

.shadow-footer {
       margin: 30px 0 0 0;
}

.bar {
    width: 950px;
}



/* Menu Style */

.menu {
	font-size: 15px;
    font-weight: normal;
    height: 48px;
    margin: -42px -20px 0 0;
    position: absolute;
    width: 100%;
}

.menu ul {
	margin: -44px 0 0 200px;
	padding: 0;
	display: block;
	position: absolute;
        z-index: 9999;
}

.menu ul li {
	list-style-type: none;
	display: inline;
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: right center;
	padding: 0 30px 0 0;
	margin: 0 0 0 25px;
}

.menu ul li.last {
	list-style-type: none;
	display: inline;
	background: none;
	padding: 0 30px 0 0;
	margin: 0 0 0 18px;
}

.menu ul li a {
	color: #ffe5d2;
	text-decoration: none;
}

.menu ul li a:hover {
	color: #fdbb2d;
	text-decoration: none;
}

.menu ul li a.download {
	font-family: "Harrington", Arial, sans-serif;
	font-size: 21px;
	color: #ffbc7c;
	text-decoration: none;
}

.menu-footer {
	margin: 0;
	padding: 0;
	font-family: "Arial", Sans-serif;
	font-size: 10px;
}

.menu-footer li {
	list-style-type: none;
	display: inline;
	margin: 0 18px 0 0;
}

.menu-footer li a {
	text-decoration: none;
	color: #6a440c;
}

.menu-footer li a:hover {
	text-decoration: none;
	color: #f8bd30;
}



/* Slider Style */

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; }
 
.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
 
.flexslider a img { outline: none; border: none; }
 
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
 
.flexslider .slides img {
    width: 100%;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }

.flexslider {
    position: relative;
    zoom: 1;
    padding: 5px;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
    box-shadow: 0px 1px 1px rgba(0,0,0, .2);
}

.flex-container {
    min-width: 150px;
    max-width: 960px;
    margin: 20px 0 0 0;
}
 
.flexslider .slides { zoom: 1; }

.flex-direction-nav a {
    display: block;
    position: absolute;
    margin: -17px 0 0 0;
    width: 35px;
    height: 35px;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    background-color: #82d344;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#82d344), to(#51af34));
    background-image: -webkit-linear-gradient(top, #82d344, #51af34);
    background-image: -moz-linear-gradient(top, #82d344, #51af34);
    background-image: -o-linear-gradient(top, #82d344, #51af34);
    background-image: linear-gradient(to bottom, #82d344, #51af34);
}

.flex-direction-nav a:before {
    display: block;
    position: absolute;
    content: '';
    width: 9px;
    height: 13px;
    top: 11px;
    left: 11px;
    background: url(../img/arrows.png) no-repeat;
}
 
.flex-direction-nav a:after {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 35px;
}

.flex-direction-nav .flex-next {
    right: -5px;
	display: none; 
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
 
.flex-direction-nav .flex-prev {
    left: -5px;
 	display: none;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
 
.flex-direction-nav .flex-next:before { background-position: -9px 0; left: 15px; }
.flex-direction-nav .flex-prev:before { background-position: 0 0; }
 
.flex-direction-nav .flex-next:after {
    right: 0;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #31611e;
}
 
.flex-direction-nav .flex-prev:after {
    left: 0;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #31611e;
}

.flexslider .flex-control-nav {
    position: absolute;
    width: 100%;
    bottom: -40px;
    text-align: center;
    margin: 0 0 0 -10px;
}
 
.flex-control-nav li {
    display: inline-block;
    zoom: 1;
}
 
.flex-control-paging li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    background-color: #8a4c10;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0 0 2px #b6b6b6;
    -moz-box-shadow: inset 0 0 0 2px #b6b6b6;
    box-shadow: none;
}
 
.flex-control-paging li a.flex-active {
    background-color: #bd5c20;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.flexslider .slides p {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 5px;
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    color: white;
    background-color: #222222;
    background: rgba(0,0,0, .9);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}




