@charset utf-8;
/*--
	Theme Name: theme1715
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.4.1 + from Template-Help.com Collection
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
--*/
/* Add Google WebFonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);

/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:38%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/* Navigations
---------------------------------------- */
/* Primary navigation */
nav.primary {
  position: relative;
  z-index: 2;
}
/* Essential styles for dropdown menu */
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu {
  line-height: 1.0;
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 250px;
  filter: none;
  margin-left: -3px;
}
.sf-menu ul ul {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: 1px;
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */

}
.sf-menu li {
  float: left;
  position: relative;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 100%;
  z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 100%;
  top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 10em;
  top: 0;
}
/* Our skin for dropdown menu */
.sf-menu {
  margin-top: 0px;
  margin-left:0px;
  float: left;
  /*-webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  /*padding:0 10px;*/
}
.ie .sf-menu {
  border-radius: 6px 6px 0 0;
}
.sf-menu > li > a {
  padding: 5px 10px;
  padding: 5px 10px\9; /*IE 8 and below*/
  *padding: 5px 10px; /*IE 7 and below*/
  _padding: 5px 10px; /*IE 6*/
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 18px;
  font-family: "Open Sans",Arial, Helvetica, Sans-Serif;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

	@media screen and (-webkit-min-device-pixel-ratio:0)
	{ 
	    .sf-menu > li > a { line-height: 19px; } 
	}
	
.sf-menu > li:first-child > a {
  /*-webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ie .sf-menu > li:first-child > a {
  border-radius: 5px 0 0 0;
}
.sf-menu li li:first-child {
  border: none;
}
.sf-menu li li a {
  line-height: 35px;
  text-decoration: none;
  padding-left: 24px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
  padding-right: 2.25em;
  min-width: 1px;
}
.sf-sub-indicator {
  position: absolute;
  display: block;
  right: .75em;
  top: 1.05em;
  /* IE6 only */

  width: 10px;
  height: 10px;
  text-indent: -999em;
  overflow: hidden;
  background: url(images/arrows-ffffff.png) no-repeat -10px -100px;
  /* 8-bit indexed alpha png. IE6 gets solid image only */

}
a > .sf-sub-indicator {
  /* give all except IE6 the correct values */

  top: 23px;
  background-position: 0 -100px;
  /* use translucent arrow for modern browsers*/

}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px;
  /* arrow hovers for modern browsers*/

}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
  background-position: 0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0;
  /* arrow hovers for modern browsers*/

}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
  background: url(images/shadow.png) no-repeat bottom right;
  padding: 0 8px 9px 0;
  -moz-border-radius-bottomleft: 17px;
  -moz-border-radius-topright: 17px;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
  background: transparent;
}

.last {
  margin-right: 0 !important;
  clear: right;
}
.fleft {
  float: left;
}
.clear {
  clear: both;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
.extra-wrap {
  overflow: hidden;
}


/* Header */
#header {color: #fff;}



/* Primary navigation */
.sf-menu {
	/*background: #ffffff;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2B444D), color-stop(1, #47717C));
	background: -ms-linear-gradient(bottom, #2B444D, #47717C);
	background: -moz-linear-gradient(center bottom, #2B444D 0%, #47717C 100%);*/
	font-family: "Open Sans",Arial, Helvetica, Sans-Serif;
	font-weight: 300;
}
.ie .sf-menu {/*background: url(images/menu-tail.gif) 50% 0 repeat-x #2B444D;*/}
.sf-menu ul {
	background-color: #838587;
	margin-left: 1px;
	/*width: 120px;*/
}
.sf-menu > li > a {
	color: #fff;
	padding: 20px 15px;
	margin: 0px 1px;
	background-color: #033d6d;
}
.ie .sf-menu > li > a {background: url(images/menu-active-tail.gif) 0 -999em no-repeat;}
.sf-menu > li {background: url('colorstheme.css') 100% 0 repeat-y;}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li.current-menu-item > a {
  color: #fff;
  background-color: #838587;
  padding: 20px 15px;
  margin: 0px 1px;
}

.ie .sf-menu > li.sfHover > a,
.ie .sf-menu > li > a:hover,
.ie .sf-menu > li.current-menu-item > a {/*background: url(images/menu-active-tail.gif) 0 -1px repeat-x #2B444D;*/}
.sf-menu li li {
	border-top: 1px #ccc solid;
	letter-spacing: 1px;
}
.sf-menu li li a {
	color: #fff;
	font-size: 14px;
}
.sf-menu li li.sfHover > a,
.sf-menu li li > a:hover,
.sf-menu li li.current-menu-item > a {
	color: #fff;
	background-color: #adaeae;
	/*text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;*/
	letter-spacing: 1px;
	font-size: 14px;
}
/* NIVO STYLES*/

.nivo-prevNav {
	left:20px !important;
    background:url('images/l-arrow.png');
    background-position:center;
    background-repeat:no-repeat;
    padding:15px;
    text-indent: -9999px;
    opacity:0.6;
    -webkit-transition: opacity 0.3s ease;-moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease;
}
.nivo-nextNav {
	right:20px !important;
    background:url('images/r-arrow.png');
    background-position:center;
    background-repeat:no-repeat;
    padding:15px;
    text-indent: -9999px;
    opacity:0.6;
    -webkit-transition: opacity 0.3s ease;-moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease;
}

.nivo-prevNav:hover {opacity:1.0; } 
.nivo-nextNav:hover {opacity:1.0; }


.slider-wrapper{position:relative; }
.nivo-controlNav{position:absolute;width: 100%;bottom: 20px;z-index: 201}
.nivo-controlNav a{opacity:0.6; color:#9E9E9E; text-indent: -9999px; background:#FFF; padding:4px 8px 4px 8px; margin:0 0 0 5px; border-radius: 3px; -moz-border-radius: 3px; font-size:11px; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; }
.nivo-controlNav a.active{color:#000; opacity:1.0; font-weight:bold;  }
.nivo-controlNav a:hover{color:#000; opacity:1.0 ; font-weight:bold;}

.nivo-caption{position:absolute; left:auto !important; right: 0 !important; top:0 !important; padding: 10px 20px 10px 20px !important; width: auto !important; bottom:auto !important; height: auto !important; font-size:14px; border-bottom-left-radius: 10px; -moz-border-bottom-left-radius: 10px;}

div.slider{border-top:5px solid #CCC; }
div.sliderbottom{height:59px;background:url('images/slidercover.png'); margin-top: -59px; position:relative; z-index: 200;}

div.socialicons { float: right; margin: 23px 6px 0 0; }
.socialicons_ul{list-style:none; }
.socialicons_ul li{display:inline-block; }
.socialicons_ul li a{opacity:0.7; padding:10px 15px 10px 15px; transition: opacity .15s ease-in-out; -moz-transition: opacity .15s ease-in-out; -webkit-transition: opacity .15s ease-in-out;  }
.socialicons_ul li a:hover{opacity:1.0; }

.social_twitter{background:url('images/social_tw.png'); background-position:center; background-repeat:no-repeat;}
.social_facebook{background:url('images/social_fb.png'); background-position:center; background-repeat:no-repeat; }
.social_linkedin{background:url('images/social_li.png'); background-position:center; background-repeat:no-repeat; }
.social_youtube{background:url('images/social_yt.png'); background-position:center; background-repeat:no-repeat; }
.social_googleplus{background:url('images/social_gplus.png'); background-position:center; background-repeat:no-repeat; }
.social_pinterest{background:url('images/social_pin.png'); background-position:center; background-repeat:no-repeat; }
.social_rss{background:url('images/social_rss.png'); background-position:center; background-repeat:no-repeat; }

.sitesearch{float:right; margin-top: 15px;}
input.s {width:130px; margin:0; float: left; border-top-right-radius: 0px; border-bottom-right-radius:0px; font-size: 11px;height: 16px;color: #A3A3A3;}
input.headersearch{background-color: #2B444D;border-top-left-radius: 0px;border-bottom-left-radius: 0px;border:1px solid #e5e5e5; border-top-left-radius: 0px; border-bottom-left-radius: 0px; border-bottom-color: #A8A8A8; border-right-color: #A8A8A8; cursor: pointer;color: white;width: 28px;height: 28px;background-image: url('images/search.png'); background-position:center; background-repeat:no-repeat; border:0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius:2px; transition: background-color .3s ease; -moz-transition: background-color .3s ease; -webkit-transition: background-color .3s ease; }
input[type=text], input[type=password], input[type=email], input[type=url], input[type=search], input[type=number], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], textarea, select {
border: 0;
border-color: #F1F1F1;
background: #fff;
color: #000;
/*border-radius: 3px;*/
padding: 2px;
-moz-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
