/*-- style.css ------------------------------------ */
/* Author: Oleg Svetlov http://getsimplecms.ru/ modified by Shirley Denton for FNPS*/
@import url("reset.css");
@import url("layout.css");
body{
	font-size : 100%;
	font-family : sans-serif;
	color: #666;
	background : #343434;
}
a {
	color: #4E4E4E;
	text-decoration : underline;
}
a:hover {
	color: #282828;
	text-decoration : none;
}
h1, h2, h3, h4 {
	color : #333333;
	font-weight : bold;
}
h1 {
	font-size : 24px;
}
h2 {
  margin-bottom : 30px;
  font-size : 18px;
}
p+h2 {
	margin-top : 35px;
}
h3 {
	margin-bottom : 25px;
	font-size : 16px;
}
p+h3 {
	margin-top : 30px;
}
h4 {
	margin-bottom : 20px;
	font-size : 14px;
}
p+h4 {
	margin-top : 25px;
}
h5 {
	margin-bottom : 10px;
	font-size : 14px;
}

b, strong {
	font-weight : bold;
}
em {
	font-style : italic;
}
p {
	margin-bottom : 20px;
}
.alt-slider p {
	margin-bottom : 0px;
}
.alt-slider img {
	margin-bottom : 0px!important;
	margin-top : 20px!important;
}
p+ul, p+ol {
	margin-top : 20px;
}	
ul+p, ol+p {
	margin-top : 20px;
}
ol ol, ul ul {
	margin-top : 15px;
	margin-left : 14px;
}
li {
	margin-bottom : 15px;
	margin-left : 20px;
}
ul li {
	list-style : disc outside;
}
ol li {
	list-style : decimal outside;
}
.padding-right {
	padding-right : 20px;
}
.right .padding-right {
	padding-left : 20px;
}
.right .padding-right [class*="col-"] {
	float : left;
}
.fl-right {
	float : right;
}
.text-right {
	text-align : right;
}
.red {
	color : Red;
}
blockquote {
	padding-left : 2%;
	margin-left : 3%;
	font-style : oblique;
	font-size : 13px;
	overflow : hidden;
	margin-bottom : 20px;
	border-left : thick solid #CFCFCF;
}
blockquote p:last-child {
	margin-bottom : 0px;
}
blockquote:before {
	font-size : 20px;
	content:"\f10d";
	font-family:'FontAwesome';
	float : left;
	margin-right : 10px;
}
#wrapper {
	-webkit-box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	margin: 50px auto 50px auto;
}
.chrome {
	background-color : White;
}

/* --- header ----------------------------------------*/

#header {
	background-color : White;
	padding-top : 40px;
	padding-bottom : 10px;
}
#logo a {
	color : #72b626;
	text-decoration : none;
	font-size : 40px;
}
#logo span {
	position : relative;
	font-size : 13px;
	line-height : 26px;
	padding-left : 8px;
	margin-left : 8px;
	border-left : 1px solid #CFCFCF;
	top : -5px;
}
.top-contact {
	position : relative;
	top : 0px;
}
.phone {
	vertical-align : middle;
	text-align : right;
}

/* --- navigation -------------------------*/


nav .col-12 {
	margin-bottom : 0px;
}@import url(https://fonts.googleapis.com/css?family=Oxygen+Mono);
/* Starter CSS for Menu */
#navigation { 
	padding: 0;  margin: 0;  border: 0;  width: auto;}
#navigation ul,#navigation li {  list-style: none;  margin: 0;  padding: 0;}
#navigation ul {  position: relative;  z-index: 597;}
#navigation ul li {  float: left;  min-height: 1px;  vertical-align: middle;}
#navigation ul li.hover,#navigation ul li:hover {  position: relative;  z-index: 599;  cursor: default;}
#navigation ul ul {  visibility: hidden;  position: absolute;  top: 100%;  left: 0;  z-index: 598;  width: 100%;}
#navigation ul ul li {  float: none;}
#navigation ul ul ul {  top: 0;  left: 190px;  width: 190px;}
#navigation ul li:hover > ul {  visibility: visible;}
#navigation ul ul {  bottom: 0;  left: 0;}
#navigation ul ul {  margin-top: 0;}
#navigation ul ul li {  font-weight: normal;}
#navigation a {  display: block;  line-height: 1em;  text-decoration: none;}
/* Custom CSS Styles */
#navigation {  
	background: #333;  
	border-bottom: 4px solid #72b626;  
	font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;  
	font-size: 12px;}#navigation > ul {  *display: inline-block;}
#navigation:after,#navigation ul:after {  content: '';  display: block;  clear: both;}
#navigation ul {  text-transform: uppercase;}
#navigation ul ul {  border-top: 4px solid #72b626;  text-transform: none;  min-width: 190px;}
#navigation ul ul a {  background: #72b626;  color: #ffffff;  
	border: 1px solid #333;  border-top: 0 none;  line-height: 150%;  padding: 16px 20px;  font-size: 14px;}
#navigation ul ul ul {  border-top: 0 none;}
#navigation ul ul li {  position: relative;}
#navigation ul ul li:first-child > a {  border-top: 1px solid #666;}
#navigation ul ul li:hover > a {  background: #000;  color: #ffffff;} #was #8cd639
#navigation ul ul li:last-child > a {  -moz-border-radius: 0 0 3px 3px;  -webkit-border-radius: 0 0 3px 3px;  
	border-radius: 0 0 3px 3px;  -moz-background-clip: padding;  -webkit-background-clip: padding-box;  
	background-clip: padding-box;  -moz-box-shadow: 0 1px 0 #72b626;  -webkit-box-shadow: 0 1px 0 #72b626;  
	box-shadow: 0 1px 0 #72b626;}
#navigation ul ul li:last-child:hover > a {  -moz-border-radius: 0 0 0 3px;  -webkit-border-radius: 0 0 0 3px;  
	border-radius: 0 0 0 3px;  -moz-background-clip: padding;  -webkit-background-clip: padding-box;  
	background-clip: padding-box;}
#navigation ul ul li.open > a:after {  content: '+';  position: absolute;  top: 50%;  right: 15px;  margin-top: -8px;}
#navigation ul li:hover > a,#navigation ul li.active > a {  background: #72b626;  color: #ffffff;}
#navigation ul li.open > a:after {  content: '+';  margin-left: 5px;}
#navigation ul li.last ul {  left: auto;  right: 0;}
#navigation ul li.last ul ul {  left: auto;  right: 99.5%;}
#navigation a {  background: #333;  color: #ffffff;  padding: 0 20px;}
#navigation > ul > li > a {  line-height: 48px;  font-size: 14px;}
#navigation.align-center > ul {  text-align: center;  font-size: 0;}
#navigation.align-center > ul > li {  display: inline-block;  float: none;}
#navigation.align-center ul ul {  text-align: left;}
#navigation.align-right > ul > li {  float: right;}
#navigation.align-right ul ul {  left: auto;  right: 0;  text-align: right;}
#navigation.align-right ul ul ul {  left: auto;  right: 190px;}
#navigation.align-right ul ul li.open > a:after {  left: 15px;  right: auto;}
/* --- page title ---------------------------------*/

#page-title {
	border-bottom: 1px solid #e9e9e9;
	display: block;
	margin: 0 0 25px 0;
}
#page-title h1 {
	font-weight: normal;
	padding: 11px 0 26px 0;
}
#bold-line {
	height: 3px;
	width: 100px;
	display: block;
	background: #72b626;
	margin-bottom: -1.8px;
}

/* --- content ------------------------------*/

#content {
	background-color : White !important;
	padding-top : 20px;	border-bottom-color: white;
}
.article img {
	margin-bottom : 10px;
	display : block;
}
.article p img {
	float : left;
	margin : 5px 3% 5px 0;
	width : 33%!important;
}
.article img.fl-right {
	float : right;
	margin : 5px 0 5px 3%;
	width : 33%!important;
}

/* --- slider -------------------------------------*/

#slider {
	background-color : White;
}

/* --- forms -------------------------------*/

form {
	width : auto!important;
}
textarea {
	width: 400px;
	max-width: 90%!important;
	height: 180px;
	margin: 5px 0 15px 0;
	padding : 8px 10px;
	border : 1px solid #DADADA;
	position : relative;
}
input[type="text"] {
	width: 240px!important;
	max-width : 90%!important;
	margin-bottom: 15px;
	padding : 8px 10px!important;
	border : 1px solid #DADADA;
}

input[type="text"]:focus, textarea:focus {
	border: 1px solid #A6A6A6;
}
input[type="submit"] {
	padding: 9px 12px!important;
	display: inline-block;
	border: 0px;
	font-weight: bold;
	cursor: pointer;
	width: auto;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	background-color : #72B626;
	color : White;
	text-decoration : none;
}
input[type="submit"]:hover {
	background-color : #aaa;
	color : White;
}

/* --- sidebar -------------------------------------------------*/

#sidebar h3 {
	margin-bottom : 10px;
}
#sidebar .widget {
	margin-bottom : 30px;
}
#sidebar p {
	margin-bottom : 0px;
}

/* sidebar unvisited link */

.social a {
    text-decoration: none !important;
}

.social {
	width: 80%; 
	margin: auto;
	margin-top: 15px;
}

.social ul {
	overflow: auto;
}

.social ul li {
	list-style-type: none;
	float: left;
}

.social ul li a i {
	width: 30px;
	height: 30px;
	border-radius: 20px;
	font-size: 25px;
	text-align: center;
	margin-right: 10px;
	padding-top: 15%;
}






/* --- copy -----------------------------------*/

#copy {
	padding : 0px 0px 6px;
	background : #303030;
}
#copy, #copy a{
	color: #aaa;
}
#copy img {
	opacity:0.5;
	margin : 0;
	padding : 0;
}
#copy img:hover {
	opacity:0.9;
}
#cms {
	margin-left : 10px;
	margin-right : auto;
	width : 31px;
	height : 31px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	position : relative;
	display : inline-block;
	top:-5px;
	right : 0px;
	background-color : #272727;
}
#cms a {
	display : block;
	width : 20px;
	text-transform : uppercase;
	height : 20px;
	line-height : 20px;
	text-align : center;
	font-size : 9px;
	position : absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	text-decoration : none;
	color : #CCCCCC;
}
#cms .gs {
	left : -1px;
	top : -1px;
	background-color : #171717;
}
#cms .ru {
	bottom :-1px;
	right : -1px;
	background-color : #363636;
}
#cms a:hover {
	color : #242424;
	background-color : #EFEFEF;
}

/* --- go to top ------------------------------- */

#gotoTop {
    display: none;
    position: fixed;
    z-index: 150;
    top: 80%;
    right: 1%;
    width: 32px;
    height: 32px;
    transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;    
    -ms-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    text-align : center;
    line-height : 30px;
    font-size : 18px;
	background-color : #72B626;
	color : White;
	text-decoration : none;
}

/* --- content ------------------------------*/

#calendardiv {
	background-color : White;	
}
.container {background-color : White;}