.homeimg {padding-bottom: 1%;}

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 100%;
	height: 211px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 211px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 320px;
	height: 211px;
}


.faqicon {background: url('http://duncanarrow.com/faq/bullets.png') no-repeat!important; display: inline;
height: 12px;
width: 12px; float: left; position: relative; top: 10px;
}

.site {background-color: #222!important; color: #ddd!important; padding: 10px 30px 10px 30px; 
border-bottom: 1px solid whiteSmoke;
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
margin-bottom: 4%!important; text-transform: uppercase; font-size: 0.7em; font-family: serif;}

.advert {margin-top: 0px;}

.mobile_header:before {
    content: "";
    position: absolute;
    top: 32%;
    right:5%;
    width:28px;
    height:4px;
    border-top: 10px double #fff;
    border-bottom: 3px solid #fff;
}

.shadowed {
    -webkit-filter: drop-shadow(0px 0px 25px rgba(0,0,0,0.95));
    filter: url(#drop-shadow);
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

.socmedia a {text-decoration: none!important;}
a.whitelinks2 {text-decoration: none; font-size: 1.0em; color: white;}
a.whitelinks:visited {color: #fff;}
a.whitelinks2:hover {color: #333!important;}
a.whitelinks2:visited {color: #fff;}

a.readmorelinks {text-decoration: none; display: inline; margin-top: 6px;}
a.readmorelinks:hover {}

.readmorearrow {background: url('images/arrows2.png') no-repeat left 0px;
display: inline-block;
height: 13px;
width: 14px;
position: relative;
top: 2px;}
.readmorearrow:hover {background: url('images/arrows2.png') left -13px; }
.whitearrow {background: url('images/arrows2.png') no-repeat left 0px; display: inline-block; height: 21px; width: 21px; position: relative; top: 5px;}
.whitearrow:hover {background: url('images/arrows2.png') left -42px; }



/* BODY STYLING */


/* LAYOUT */


.entry.intro {font-size: 1.3em; line-height: 1.6em;}

/* SEARCH BOX */
#searchform .button, #searchform button, #searchform input[type="submit"], #searchform input[type="reset"], #searchform input[type="button"] {margin-bottom: 0px;}
#searchform label {display: block; top: 2px; position: relative;}
#searchform br {display: none;}



.flexislider {float: left;
background-color : red;
width : 99%;
height : 400px;
padding : 1% 0% 1% 1%;
margin-bottom: 1%;
}

.example-grid .column, .example-grid .columns, .example-grid .one_half,
.example-grid .one_third,
.example-grid .two_thirds,
.example-grid .three_fourths,
.example-grid .one_fourth,
.example-grid .one_fifth,
.example-grid .two_fifths,
.example-grid .three_fifths,
.example-grid .four_fifths,
.example-grid .one_sixth,
.example-grid .five_sixths  {background-color: #eee; height: 30px;}