
/* =General
-------------------------------------------------------------- */
body{
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
	font-size: 15px;
	line-height: 22px;
	background-color: #fff;
	color: #777
}

/* Heading */
h1,h2,h3,h4,h5,h6{
	line-height: inherit;
	color: #555;
	margin: 0 0 15px;
	font-family:  "Open Sans", "Helvetica Neue", Helvetica, Arial;
	font-weight: 200
}
h1.thin,h2.thin,h3.thin,h4.thin,h5.thin,h6.thin{
	font-weight: 300
}
h1.large,h2.large,h3.large,h4.large,h5.large,h6.large{
	font-weight: 800;
}
h1{
	font-size: 20px;
	line-height: 28px;
}
h1.large{
	font-size: 33px;
	line-height: 44px;
}
h2{
	font-size: 18px;
	line-height: 26px;
	margin-top: 30px;

}
h2.large{
	font-size: 20px;
	line-height: 39px;
}
h2.small{
	font-size: 16px;
	line-height: 22px;
	margin-top: 0px;
}
h3{
	font-size: 16px;
	line-height: 24px;
	margin-top: 30px;
}
h3.large{
	font-size: 27px;
	line-height: 36px;
}
h3.small{
	font-size: 14px;
	line-height: 16px;
	margin-top: 0px;
}
h4{
	font-size: 16px;
	line-height: 22px;
}
h4.large{
	font-size: 24px;
	line-height: 33px;
}

h5{
	font-size: 14px;
	line-height: 20px;
}
h5.large{
	font-size: 22px;
	line-height: 40px;
}
h6{
	font-size: 12px;
	line-height: 14px;

}
h6.large{
	font-size: 18px;
	line-height: 21px;
}

/* Link */
a,
h1 a,
h2 a,
h3 a,
h5 a,
h6 a{
	color: #79AB36;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
h4 a {
		color: #fff;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;

}
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus,
a:focus{
	outline: 0;
	text-decoration: none;
	color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h5 a:hover,
h6 a:hover,
a:hover{
	color: #555;
	text-decoration: none
}
h4 a:hover {
	color: #ccc;
	text-decoration: none

}

/* Form fields, general styles first. */
.button,
button{
	border: 0;
	font-size: 14.3px;
	margin-bottom: 2px;
}
input,
select,
textarea {
	color: #666;
	padding: 9px 15px 10px;
	border: 1px solid #f1f1f1;
	font-family: inherit;
	margin-bottom: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
input:focus,
select:focus,
textarea:focus {
	border: 1px solid #ddd;
	background: #fbfbfb;
	color: #999;
	outline: 0;
}
select{
	padding: 8px 15px 9px;
}
input[type=file]{
	padding: 8px 15px;
}

/* Buttons */
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	display: inline-block;
	padding: 5px 30px 6px;
	background: #79AB36;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.button:hover,
.button:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	outline: none;
	cursor: pointer;
	background: #777;
	color: #fff
}
.button:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #888;
}
:-moz-placeholder {
	color: #888;
}
::-moz-placeholder {
	color: #888;
}
:-ms-input-placeholder {
	color: #555;
}

/* =Header
-------------------------------------------------------------- */
/* Top Bar */
#header #topbar{
	border-bottom: 1px solid #f1f1f1;
	background: #fafaf7;
}
#header #topbar span.topbar,
#header #topbar #callus span{
	display: inline-block;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	display: block;
	float: left;
	margin-right: -1px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#header #topbar .social li{
	margin-left: 0;
	border-right: 1px solid #f1f1f1;
}
#header #topbar .social li:first-child{
	border-left: 1px solid #f1f1f1
}
#header #topbar .social li a{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: auto;
	height: auto;
	padding: 10px 20px;
	background: transparent;
	color: #999
}
#header #topbar .social li a:hover{
	color: #fff;
	margin-bottom: -1px;
	padding-bottom: 11px;
}

/* Header social */
#header .social{
	float: right;
}
#header .social li{
	float: left;
	margin-left: 5px
}
#header .social li a{
	display: block;
	width: 30px;
	height: 30px;
	padding-top: 3px;
	text-align: center;
	background: #f1f1f1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#header .social li a:hover{
	color: #fff
}

/*  Header Contact Block */
#header .callus .title{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #f1f1f1;
	padding: 2px 20px;
	display: inline-block;
	position: relative;
	z-index: 1
}
#header .callus .phone{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #f1f1f1;
	padding: 1px 20px 1px 40px;
	margin: 0 0 0 -30px;
	display: inline-block;
}

/* Main Header */
#header #mainheader{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #fff;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#header #mainheader .logo-area{
	float: left;
}
#header #mainheader .logo-area .logo{
	margin-bottom: 0
}
#header #mainheader .logo-area .descriptions{
	display: block;
	text-indent: -99999px;
	position: absolute;
}

/* Main Header */
#header #mainheader{
	padding: 30px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #fff;
}
#header #mainheader .logo-area{
	float: left;
}
#header #mainheader .logo-area .logo{
	margin-bottom: 0
}
#header #mainheader .logo-area .descriptions{
	display: block;
	text-indent: -99999px;
	position: absolute;
}

/* Fixed Header */
#header #mainheader.fixedheader.affix{
	background: rgba(255,255,255,0.96);
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1042;
	padding: 15px 0;
	-webkit-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 3px 2px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 3px 2px 0px rgba(50, 50, 50, 0.1);
}

/* Right menu default */
.site-menu.right-menu{
	float: right;
}
.site-menu.right-menu ul li{
	margin-left: 5px
}
.site-menu.right-menu ul li:first-child,
.site-menu.right-menu ul ul li{
	margin-left: 0
}
.site-menu.right-menu ul li a{
	padding: 4px 20px 6px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 15px;
	color: #555;
	display: block;
}
.site-menu.right-menu li.current-menu-item > a,
.site-menu.right-menu li.sfHover > a,
.site-menu.right-menu li a:hover{
	border-color: #31A3DD;
	color: #fff;
	background: #31A3DD
}
.site-menu.right-menu ul ul{
	background: #31A3DD;
	width: 190px;
	margin: 10px 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.site-menu.right-menu ul ul a{
	color: #fff
}
.site-menu.right-menu ul ul:before{
	content: '';
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #31A3DD;
	position: absolute;
	top: -5px;
	left: 20px;
}
.site-menu.right-menu ul ul ul:before{
	display: none;
}
.site-menu.right-menu ul ul ul{
	margin: 0 0 0 5px
}
.site-menu.right-menu ul ul li{
	border-bottom: 1px solid #1d88bf
}
.site-menu.right-menu ul ul li:last-child{
	border-bottom: 0
}
.site-menu.right-menu ul ul li a{
	border: 0;
	font-size: 14px;
	padding: 10px 20px;
	display: block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.site-menu.right-menu ul ul li:first-child a{
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.site-menu.right-menu ul ul li:last-child a{
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 02px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 02px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 02px;
}
.site-menu.right-menu ul ul li.sfHover > a,
.site-menu.right-menu ul ul a:hover{
	background: #1d88bf;
	color: #fff;
}

/* Right Menu Style 2*/
.site-menu.right-solid{
	float: right;
	margin: -30px 0
}
.site-menu.right-solid ul li{
	margin-left: 0
}
.site-menu.right-solid ul li:first-child,
.site-menu.right-solid ul ul li{
	margin-left: 0
}
.site-menu.right-solid ul li a{
	padding: 40px 20px 39px;
	border: 0;
	font-size: 15px;
	color: #555;
	display: block;
	text-align: center;
}
.site-menu.right-solid li.current-menu-item > a,
.site-menu.right-solid li.sfHover > a,
.site-menu.right-solid li a:hover{
	border-color: #31A3DD;
	color: #fff;
	background: #79AB36;
}
.site-menu.right-solid li.sfHover > a,
.site-menu.right-solid li a:hover{
	border-color: #31A3DD;
	color: #fff;
	background: #777;
}
.site-menu.right-solid ul ul{
	background: #31A3DD;
	width: 190px;
	margin: 10px 0 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.site-menu.right-solid ul ul a{
	color: #fff
}
.site-menu.right-solid ul ul:before{
	content: '';
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #31A3DD;
	position: absolute;
	top: -5px;
	left: 20px;
}
.site-menu.right-solid ul ul ul:before{
	display: none;
}
.site-menu.right-solid ul ul ul{
	margin: 0 0 0 5px
}
.site-menu.right-solid ul ul li{
	border-bottom: 1px solid #1d88bf
}
.site-menu.right-solid ul ul li:last-child{
	border-bottom: 0
}
.site-menu.right-solid ul ul li a{
	border: 0;
	font-size: 14px;
	padding: 10px 20px;
	display: block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-align: left;
}
.site-menu.right-solid ul ul li:first-child a{
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.site-menu.right-solid ul ul li:last-child a{
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 02px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 02px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 02px;
}
.site-menu.right-solid ul ul li.current-menu-item > a,
.site-menu.right-solid ul ul li.sfHover > a,
.site-menu.right-solid ul ul a:hover{
	background: #1d88bf;
	color: #fff;
}

.site-menu.right-solid ul li.has-icon > a{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.32 ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.site-menu.right-solid ul li.has-icon > a .icon{
	position: absolute;
	top: 30px;
	font-size: 26px;
	width: 100%;
	text-align: center;
	margin-left: -20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2 ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0
}
.site-menu.right-solid ul li.has-icon.current-menu-item > a,
.site-menu.right-solid ul li.has-icon.sfHover > a,
.site-menu.right-solid ul li.has-icon > a:hover{
	padding-top: 54px;
	padding-bottom: 25px;
}
.site-menu.right-solid ul li.has-icon.current-menu-item > a .icon,
.site-menu.right-solid ul li.has-icon.sfHover > a .icon,
.site-menu.right-solid ul li.has-icon > a:hover .icon{
	top: 24px;
	opacity: 1
}
.affix .site-menu.right-solid ul li.has-icon.current-menu-item > a,
.affix .site-menu.right-solid ul li.has-icon.sfHover > a,
.affix .site-menu.right-solid ul li.has-icon > a:hover{
	padding-top: 44px;
	padding-bottom: 20px;
}
.affix .site-menu.right-solid ul li a{
	padding-top: 40px;
	padding-bottom: 24px;
}
.affix .site-menu.right-solid li.menu-normal li a{
	padding: 10px 20px
}

/* Full Menu */
.site-menu .full-menu{
	border-top: 1px solid #f1f1f1;
}
.site-menu .full-menu li a{
	padding: 15px 20px;
	display: block;
	border-top: 1px solid #f1f1f1;
	margin-top: -1px;
	color: #555;
	text-transform: uppercase;
}
.site-menu .full-menu li.current-menu-item > a,
.site-menu .full-menu li.sfHover > a,
.site-menu .full-menu li a:hover{
	border-color: #31A3DD;
	background: #31A3DD;
	color: #fff;
}
.site-menu .full-menu li li{
	float: none;
	border-bottom: 1px solid #1d88bf;
}
.site-menu .full-menu li li:last-child{
	border-bottom: 0
}
.site-menu .full-menu li li a{
	padding: 10px 20px;
	margin-top: 0;
	border: 0 !important;
	color: #fff;
	text-transform: none;
}
.site-menu .full-menu li li.current-menu-item > a,
.site-menu .full-menu li li.sfHover > a,
.site-menu .full-menu li li a:hover{
	background: #1d88bf
}
.site-menu .full-menu ul{
	width: 190px;
	background: #31A3DD;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 02px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 02px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 02px;
}
.site-menu .full-menu ul ul{
	margin-left: 1px;
}
.sf-menu.full-menu .sf-mega{
	margin-top: 0
}

/* Full menu affix */
.fullfixed{
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 1042;
}
.fullfixed.affix{
	-webkit-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 3px 2px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 3px 2px 0px rgba(50, 50, 50, 0.1);
}

/* Mega Menu */
.sf-menu .sf-mega{
  background-color: #fbfbfb;
  padding: 20px;
  margin-top: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-top: 3px solid #31A3DD
}
.site-menu .menu-mega > a:before{
	content: '';
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #31A3DD;
	position: absolute;
	top: 38px;
	left: 44%;
	opacity: 0
}
.site-menu .menu-mega.sfHover > a:before{
	opacity: 1
}
.site-menu .menu-mega .sf-mega ul{
  position: relative;
  display: block;
  z-index: 99;
  margin: 0;
  width:auto !important;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.site-menu .menu-mega .sf-mega ul:before{
  display: none;
}
.site-menu .menu-mega .sf-mega ul li{
	border-bottom: 0;
	margin-bottom: 10px
}
.site-menu .menu-mega .sf-mega ul li:last-child{
	margin-bottom: 0
}
.site-menu .menu-mega .sf-mega h5{
  text-transform: uppercase;
  font-size: 13px;
  color: #999
}
.site-menu .menu-mega .sf-mega ul li a{
  padding: 0;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: #555;
  text-transform: none;
}
.site-menu .menu-mega .sf-mega ul li a:hover{
	color: #31A3DD
}
.site-menu.right-menu .menu-mega ul li.sfHover > a,
.site-menu.right-menu .menu-mega ul a:hover,
.site-menu.right-solid .menu-mega ul li.current-menu-item > a,
.site-menu.right-solid .menu-mega ul li.sfHover > a,
.site-menu.right-solid .menu-mega ul a:hover,
.site-menu .full-menu .menu-mega li.current-menu-item > a,
.site-menu .full-menu .menu-mega li.sfHover > a,
.site-menu .full-menu .menu-mega li a:hover{
	background: transparent;
	color: inherit;
}

/* =Heading
-------------------------------------------------------------- */
#heading{
	color: #fff;
	padding: 30px 0;
	background-color: #777;
}
#heading h2{
	font-weight: 800
}

/* =Breadcrumb
-------------------------------------------------------------- */
#breadcrumb{
	padding: 15px 0;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 30px;
	background: #fbfbfb
}
#breadcrumb ul li{
	float: left;
	margin-right: 10px;
}
#breadcrumb ul li a:after{
	content: '\f105';
	font-family: 'FontAwesome';
	margin-left: 10px;
}

/* =Background & Misc
-------------------------------------------------------------- */
.background{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.white{
	color: #fff
}
.light{
	font-weight: 300
}
.colorin{
	color: inherit;
}
.round{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}
.oneheight{
	line-height: 1px
}

/* =Elements
-------------------------------------------------------------- */

/* Heading */
.heading-int{
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	position: relative;
}
.heading-int.normal{
	text-transform: none;
	letter-spacing: normal;
}
.heading-int:after{
	position: absolute;
	width: 50px;
	height: 3px;
	background: #f1f1f1;
	content: '';
	left: 0;
	bottom: 0;
}

/* Icon Heading*/
.icon-heading .icon{
	float: left;
	font-size: 22px;
	color: #F7931D
}
.icon-heading .heading{
	padding-left: 30px
}
/* Button Color */
.button.contact{
	background: #F7931D;
	color: #fff;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;	
}
.button.gray{
	background: #f1f1f1;
	color: #999
}
.button.color{
	background-color: #79AB36;
	color: #fff
}

.button.contact:hover{
	background-color: #d48221
}
.button.color:hover{
	background-color: #555
}
.button.gray:hover{
	background: #555;
	color: #fff
}

.button.border{
	background: transparent;
	border: 2px solid #f1f1f1;
	color: #999;
	padding: 3px 30px 4px;
}
.button.border.black{
	border-color: #333;
	color: #333;
}
.button.border.gray{
	border-color: #f1f1f1;
	color: #f1f1f1;
}
.button.border.white{
	border-color: #fff;
	color: #fff;
}

.button.border:hover{
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.button.small{
	padding: 4px 20px;
}
.button.border.small{
	padding: 2px 20px;
}
.button.medium{
	padding: 8px 30px 9px;
}
.button.medium.border{
	padding: 6px 30px 7px;
}
.button.large{
	padding: 10px 40px;
}
.button.large.border{
	padding: 8px 40px;
}

.button.block{
	display: block;
	width: 100%
}

/* Icon Block */
.small-icon{
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.small-icon .icon{
	width: 70px;
	height: 70px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #f1f1f1;
	text-align: center;
	font-size: 26px;
	padding-top: 24px;
	margin-top: 3px;
	float: left;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.small-icon .icon-content{
	padding-left: 90px
}
.small-icon .icon-content{
	margin-bottom: 5px
}
.small-icon:hover .icon{
	background-color: #F7931D;
	color: #fff;
}
.small-icon p:last-child{
	margin-bottom: 0
}

.small-icon.solid{
	background: #f1f1f1;
	padding: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.small-icon.solid .icon{
	border: 0;
	font-size: 50px;
	background: transparent;
	padding-top: 0;
}
.small-icon.solid:hover{
	background: #F7931D;
	color: #fff;
}
.small-icon.solid:hover .icon{
	color: #fff;
	border-color: #fff;
}
.small-icon.solid:hover .icon-content .heading-title{
	color: #fff
}

.small-icon.border{
	border: 0;
}
.small-icon.border .icon{
	background: transparent;
	text-align: left;
	font-size: 50px;
	padding-top: 0;
	width: 50px
}
.small-icon.border:hover .icon{
	color: #999;
}
.small-icon.border .icon-content{
	padding-left: 70px
}

/* Icon List */
.icon-list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.icon-list li{
	margin-bottom: 15px
}
.icon-list.style1 i{
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #F7931D;
	color: #fff;
	margin-right: 10px;
}
.icon-list.icon-right i{
	float: right;
	margin: -5px 0 0 10px;
}
.icon-list.icon-left i{
	float: left;
	margin: -5px 10px 0 0;
}
.icon-list.style2 i{
	width: 29px;
	height: 29px;
	text-align: center;
	padding-top: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #F7931D;
	color: #F7931D;
	background: transparent;
	margin-right: 10px;
}
.icon-list.style3 i{
	width: 29px;
	height: 29px;
	text-align: center;
	padding-top: 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #F7931D;
	color: #F7931D;
	background: transparent;
	margin-right: 10px;
}
.icon-list.style4 i{
	width: 29px;
	height: 29px;
	text-align: center;
	padding-top: 9px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #F7931D;
	color: #fff;
	margin-right: 10px;
}

.icon-list i.white{
	border-color: #fff;
	color: #fff;
}


/* Icon Box*/
.iconbox{
	text-align: center;
	background: #f1f1f1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 40px 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.iconbox.hover:hover{
	color: #fff;
	cursor: pointer;
}
.iconbox.hover:hover .heading-title{
	color: #fff
}
.iconbox.hoverin,
.iconbox.hoverin .heading-title{
	color: #fff;
}
.iconbox .icon{
	font-size: 39px;
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
	padding-top: 20px;
	color: #999;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.iconbox .heading-title{
	color: #555;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.iconbox .icon-content{
	margin-bottom: 20px
}


/* Icon List */
.icon-list i{
	min-width: 25px;
	color: #555
}


/* Form */
.form{
	background: #fbfbfb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 20px;
}
.form .field{
	margin-bottom: 15px
}
.form .field label{
	display: block;
	color: #555
}
.form .field input[type=text],
.form .field input[type=file],
.form .field input[type=email],
.form .field input[type=url],
.form .field select,
.form .field textarea{
	width: 100%
}
.form .field .error{
	border-color: #e74c3c
}
.form.contact{
	padding: 0;
	background: none;
}
.contact-form{
	background: transparent;
}
ul.contact{
	margin: -20px;
	background: #fbfbfb
}
ul.contact li{
	border-bottom: 1px solid #f1f1f1;
	padding: 10px 20px;
}
ul.contact li:last-child{
	border-bottom: 0
}
ul.contact li i{
	min-width: 30px
}

/* Google Maps */
.map{
	width: 100%;
	min-height: 350px;
	color: #555;
}
.map-container{
	padding: 0 !important
}

/* Infobox */
.infolink{
	background: #dfddce;
	color: #fff;
	min-height: 110px;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: middle;
}
.infolink a{
	color: inherit;
}
.infolink .title{
	text-transform: uppercase;
}
.contactinfo{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFF;
	padding-top: 5px;
	text-align: center;
}


/* =Page Navigations
-------------------------------------------------------------- */
.pagenavi ul li{
	float: left;
	margin-right: 5px;
}
.pagenavi ul li a,
.pagenavi ul li span{
	display: block;
	padding: 6px 15px 5px;
	text-align: center;
	background: #f1f1f1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.pagenavi ul li a:hover{
	background: #414547;
	color: #fff;
}
.pagenavi ul li span{
	background: #F7931D;
	color: #fff;
}
.pagenavi.offset{
	padding-left: 20%
}

/* =Layout
-------------------------------------------------------------- */
#sidebar-content #sidebar{
	float: left
}
#sidebar-content #content{
	float: right;
}

/* =Sidebar
-------------------------------------------------------------- */
.sidebar .widget{
	border: 2px solid #f1f1f1;
	padding: 15px 20px 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.sidebar .widget .widget-title{
	border-bottom: 1px solid #f1f1f1;
	margin: 0 -20px 20px;
	padding: 0 20px 15px;
	line-height: 18px;
}
.sidebar .widget .widget-titlebg{
	border-bottom: 1px solid #f1f1f1;
	line-height: 18px;
	background-color: #00529c;
	color: #FFF;
	margin-right: -20px;
	margin-bottom: 20px;
	margin-left: -20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: -15px;
	text-transform: uppercase;
	padding-top: 15px;
}
.sidebar .widget .widget-title span{
	padding-bottom: 15px;
	text-transform: uppercase;
}
.sidebar .widget .widget-inner{
	margin: -20px
}

/* =Widgets
-------------------------------------------------------------- */
.widget .widget-content{
	margin: -20px
}
.widget.widget-category ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.widget-category ul li a{
	padding: 10px 20px;
	border-bottom: 1px solid #f1f1f1;
	display: block;
}
.widget.widget-category ul li a:hover{
	color: #555;
	background-color: #eeeeee;
}
.widget.widget-category ul li:last-child{
	border-bottom: 0
}

/* .Widget Tabs */
.widget.widget-tabs .tabs{
	border-bottom: 1px solid #f1f1f1;
	background: #fbfbfb;
}
.widget.widget-tabs .tabs li{
	float: left;
}
.widget.widget-tabs .tabs li a{
	padding: 10px 20px;
	display: block;
	border-right: 1px solid #f1f1f1;
	font-family: 'Lato';
	font-size: 14px;
	font-weight: bold;
}
.widget.widget-tabs .tabs li.active a{
	background: #f1f1f1;
	color: #555;
}
.widget.widget-tabs .tabs li:last-child a{
	border-right: 0
}
.widget.widget-tabs .tabs-container{
	padding: 20px;
	display: none;
}
.widget.widget-tabs .tabs-container.active{
	display: block;
}

/* Forum Widget */
.widget.widget-forum ul li{
	padding: 10px 20px;
	border-bottom: 1px solid #f1f1f1
}
.widget.widget-forum ul li:hover{
	background: #fbfbfb
}
.widget.widget-forum ul li:last-child{
	border-bottom: 0
}
.widget.widget-forum ul li a{
	color: #555;
}
.widget.widget-forum .forum-info{
	font-size: 11px;
	text-transform: uppercase;
}
.widget.widget-forum .forum-info span{
	margin-right: 10px
}

/* Footer Widget */
.widget-area .widget li{
	padding: 15px 0;
	border-color: #46494B;
}
.white .widget-area .widget li{
	border-color: #f1f1f1;
}
.widget-area .widget li:first-child{
	padding-top: 0
}
.widget-area .widget li:last-child{
	padding-bottom: 0;
	border: 0
}
.widget-area .widget li:hover{
	background: transparent;
}
.widget-area .widget li a{
	color: #fff;
}
.white .widget-area .widget li a{
	color: #555;
}
.widget-area .widget li span{
	color: #999
}

.widget-area .widget.widget-twitter li{
	padding-left: 30px
}
.widget-area .widget.widget-twitter li .tweet_text{
	color: #fff
}
.widget-area .widget.widget-twitter li .tweet_time{
	color: #999;
	font-size: 12px
}
.widget-area .widget.widget-twitter li .tweet_time a{
	color: inherit;
}
.widget-area .widget.widget-posts li .entry-title a{
	color: #fff
}
.white .widget-area .widget.widget-twitter li .tweet_text,
.white .widget-area .widget.widget-posts li .entry-title a{
	color: #555
}

/* =Footer
-------------------------------------------------------------- */
#footer .widget-area{
	padding: 30px 0;
	background-color: #18365c;
	background-image: url(../images/palmetto-background.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* Credit */
#footer .credit{
	padding: 15px 0;
	color: #eee;
	background-color: #777777;
}
#footer .credit p{
	margin-bottom: 0
}
#footer .credit .links li{
	display: inline-block;
}
#footer .credit .links li:before{
	content: '/';
	margin: 0 10px;
}
#footer .credit .links li:first-child:before{
	display: none;
}
#footer .credit .links a{
	color: #eee;
}
#footer .credit .links a:hover{
	color: #fff;
}
#footer .credit .links li a{
	color: #eee;
}
#footer .credit .links li a:hover{
	color: #fff;
}

/* Footer Widget */
#footer .widget-area{
	color: #c2c2c2
}
#footer .widget-area .widget-title{
	color: #fff;
	border-bottom: 2px solid #00529c;
	padding-bottom: 10px;
	font-size: 14px;
}
#footer .widget-area .widget-title span{
	border-bottom: 2px solid #F7931D;
	padding-bottom: 11px;
	text-transform: uppercase;
}
#footer.white .widget-area{
	background: #fff
}
#footer.white .widget-area .widget-title{
	color: #555;
	border-bottom: 2px solid #f1f1f1;
}
#footer.white .widget-area{
	color: #999
}
#footer.white .credit{
	padding: 15px 0;
	background: #f1f1f1;
	color: #999
}

/* Back To Top */
.back-to-top{
	width: 35px;
	height: 35px;
	text-align: center;
	padding-top: 5px;
	background: #444;
	color: #fff;
	display: inline-block;
	position: fixed;
	right: 20px;
	bottom: 10px;
	z-index: 99999999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.back-to-top:hover{
	cursor: pointer;
	background: #79AB36;
	color: #fff;
}

/* =Social
-------------------------------------------------------------- */
/* Social Media Color */
.social.color .facebook a,
.social .facebook a:hover{
	background: #3B559F !important
}
.social.color .twitter a,
.social .twitter a:hover{
	background: #32CCFE !important
}
.social.color .googleplus a,
.social .googleplus a:hover{
	background: #d15033 !important
}
.social.color .pinterest a,
.social .pinterest a:hover{
	background: #C9212E !important
}
.social.color .youtube a,
.social .youtube a:hover{
	background: #D82624 !important
}
.social.color .linkedin a,
.social .linkedin a:hover{
	background: #0073B2 !important
}
.social.color .flickr a,
.social .flickr a:hover{
	background: #FF0084 !important
}
.social.color .xing a,
.social .xing a:hover{
	background: #015A60 !important
}
.social.color .skype a,
.social .skype a:hover{
	background: #1AB9F1 !important
}
.social.color .tumblr a,
.social .tumblr a:hover{
	background: #2B4661 !important
}
.social.color .bitbucket a,
.social .bitbucket a:hover{
	background: #013567 !important
}
.social.color .dropbox a,
.social .dropbox a:hover{
	background: #018BD3 !important
}
.social.color .instagram a,
.social .instagram a:hover{
	background: #AD8263 !important
}
.social.color .vimeo a,
.social .vimeo a:hover{
	background: #1BB6EC !important
}
.social.color .dribbble a,
.social .dribbble a:hover{
	background: #F96599 !important
}
.social.color .dribbble a,
.social .dribbble a:hover{
	background: #F96599 !important
}
.social.color .foursquare a,
.social .foursquare a:hover{
	background: #00ADEF !important
}
.social.color .dribbble a,
.social .dribbble a:hover{
	background: #F96599 !important
}
.social.color .github a,
.social .github a:hover{
	background: #B4B4B4 !important
}
.social.color .vk a,
.social .vk a:hover{
	background: #416692 !important
}
.social.color .maxcdn a,
.social .maxcdn a:hover{
	background: #FF960E !important
}
.social.color .weibo a,
.social .weibo a:hover{
	background: #D52B2B !important
}
.social.color .trello a,
.social .trello a:hover{
	background: #226784 !important
}
.social.color .rss a,
.social .rss a:hover{
	background: #FE9900 !important
}

/* =Mobile Menu
-------------------------------------------------------------- */
#mobile-menu{
	background: #333;
}
#mobile-menu .mobile-menu,
#mobile-menu .mobile-menu *{
	list-style: none;
	margin: 0;
	padding: 0;
}
#mobile-menu .mobile-menu li{
	position: relative;
}
#mobile-menu .mobile-menu li i{
	display: none;
}
#mobile-menu .mobile-menu li a{
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #2c2c2c;
	color: #ccc;
}
#mobile-menu .mobile-menu li li a{
	padding-left: 40px
}
#mobile-menu .mobile-menu li li li a{
	padding-left: 60px
}
#mobile-menu .mobile-menu li a:hover{
	background: #79AB36;
	color: #fff
}
#mobile-menu .mobile-menu ul{
	display: none;
}
#mobile-menu .submenu{
	position: absolute;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #2c2c2c;
	right: 20px;
	top: 5px;
	padding-top: 4px;
	z-index: 999999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#mobile-menu .submenu:before{
	content: '\f0d7';
	font-family: 'FontAwesome';
}
#mobile-menu .submenu:hover{
	cursor: pointer;
}
#mobile-menu .over > .submenu:before{
	content: '\f0d8';
}
.bannercontainer{
width:100%;
position:relative;
padding:0;
max-height:400px;
overflow:hidden;
}
.hdr-green {
	color: #79AB36;
}
.hdr-white {
	color: #ffffff;
	font-weight: bold;
}

/* List Styles
====================================*/
.list-1 li,
.list-2 li,
.list-3 li,
.list-4 li {
	list-style: none;
	margin: 7px 0;
	margin-left: 2px;
}

.list-1 li:first-child,
.list-2 li:first-child,
.list-3 li:first-child,
.list-4 li:first-child {
	margin-top: 0;
}

.list-1 li:before,
.list-2 li:before,
.list-3 li:before,
.list-4 li:before {
	content: "";
	font-family: "FontAwesome";
	margin: 0 7px 0 0;
	position: relative;
	color: #a0a0a0;
}

.list-1 li:before { content: ""; }
.list-2 li:before { content: ""; }
.list-3 li:before { content: ""; }
.list-4 li:before { content: ""; }


#current:after,
.tabs-nav li.active a,
.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active,
.highlight.color,
.notice-box:hover { background: #F7931D; }

/* Divider */
.divider{
	border-top: 1px solid #f1f1f1;
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-right: -10;
	margin-bottom: 20px;
	margin-left: -10;
}
.divider .icon{
	font-size: 30px;
	line-height: 30px;
	color: #f1f1f1;
	position: relative;
	width: 60px;
	height: 30px;
	background: #fff;
	display: block;
	margin: -15px auto;
}
.divider.striptags{
	width: 100%;
	height: 5px;
	border-top: 0;
	background: url(../images/striptags.png) repeat;
	margin-top: 30px;
	margin-bottom: 30px;
}
.divider.shadow{
	background: url(images/shadow.png) center no-repeat;
	height: 16px;
	border: 0;
}


	</style>
