@charset "utf-8";
/* CSS Document */
/*font-family: 'Lato', sans-serif; */
/*---------- Google Fonts ----------*/



body{
	font-family: 'Helvetica';
	background-color: #fff;
	background:url(../images/bg-img.jpg) no-repeat;
	background-position:center center;
	background-attachment:fixed;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.text-align-left {
	text-align:left;	
}

.text-align-right {
	text-align:right;	
}

.pad-left {
	padding-left:0;
}

.pad-right {
	padding-right:0;
}

.pad-top {
	padding-top:0;
}

.pad-bottom {
	padding-bottom:0;
}

.padding {
	padding:0;
}

.col-centered {
	margin:0 auto;
	float:none;	
}
.button {
    background-color: #2173B9; /* Green */
    border: none;
    color: white;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
	border-radius: 15px;
}
a.button {
    color: white;
}

/*========== Comman ==========*/

/*==================================================================*/
/*========== Bootstrap Class Overwrite Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Bootstrap Class Overwrite Class End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/

/*========== Navigation Start ==========*/
.header {
	background-color: #1b75bc;
	padding: 15px 0;
}

.social-img {
	float: right;
}

.social-img ul li {
	display: inline-block;
}

.social-img ul li a {
	display: block;
}

.navigation {
	float: left;
	padding: 15px 0 0 0;
}

.sm-simple {
	background:none !important;
	border:none !important;
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	-ms-box-shadow:none !important;
	-o-box-shadow:none !important;
}


.sm-simple li.menu-item-has-children > ul {
	left: 40px !important;
}


.sm-simple li {
	padding-left:30px !important;	
}

.sm-simple li.menu-item-has-children ul li {
	padding:0 !important;	
}

.sm-simple li ul li a{
	color:#000 !important;
}

.sm-simple a {
	font-family: 'OswaldRegular' !important;
	font-size:18px !important;
	line-height:18px !important;
	color:#1677c0 !important;
	text-transform:none;
	padding:0 !important;
}

.sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
	background:none !important;
	color:#f15a2b !important;
}

.sm-simple > .active > a, .sm-simple > .active > a:hover, .sm-simple .active > a:focus, .sm-simple > .active > a:active, .sm-simpl > .active > a.highlighted {
	background:none !important;
	color:#f15a2b !important;
}


.sm-simple ul a{
	background-color:#fff !important;	
}

.sm-simple ul li {
	border-color:#473718 !important;
}

.sm-simple a.highlighted {
	background:none !important;
	color:#f15a2b !important;
}

.sm-simple ul li a:hover {
	background:none !important;
	color:#f15a2b !important;
}

.sm-simple ul .sm-nowrap {
	margin-top:-46px !important;
}
/*========== Navigation End ==========*/


/*==================================================================*/
/*========== Content Start ==========*/
/*==================================================================*/
.content .left-content {
	margin-top:-35px;	
}

.left-content .content-title {
	background-color:#f15a2b;
	padding:12px 0 8px 0;
	text-align:center;
	border-radius:35px;
	-webkit-border-radius:35px 35px 0 0;
	-moz-border-radius:35px 35px 0 0;
	-ms-border-radius:35px 35px 0 0;
	-o-border-radius:35px 35px 0 0;
}

.left-content .content-title h2 {
	font-size:32px;
	line-height:32px;
	color:#fff;
	text-align:center;
	margin:0;
	padding:0;
	font-family: 'Lato', sans-serif;
	font-weight:400;	
}


.content .left-content .col-sm-3.col-md-3.pad-right {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.content .left-content .col-sm-9.col-md-9.pad-left {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.content .left-content a.news-block {
	padding:2px 16px 2px 16px;
    display: table;
    width: 100%;
	text-decoration:none;	
}

.content .left-content .news-block {
	padding:10px 16px 11px 16px;
    display: table;
    width: 100%;
	text-decoration:none;	
}

.content .left-content .news-block h3 {
	font-family: 'Lato', sans-serif;
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;
	font-weight:400;
}

.left-content .news-residents {
	background-color:#689bd2;	
}

.left-content .pet-registrations {
	background-color:#29aae2;	
}

.left-content .forms {
	background-color:#1b75bc;
}

.left-content .facebook-feed {
	background-color:#293b90;
}  

.left-content .forms h3 {
	padding:0 0 0 15px;	
}
.left-content .facebook-feed h3 {
	padding:0 0 0 15px;	
}

.left-content .calendar {
	background-color:#0053a0;
}

.left-logo {
	text-align:center;
	padding:10px 0;
	background-color:#293b90;	
}

.left-logo img {
	display:inline-block;	
}

.right-content {
	background-color:#ffffff;
	padding:32px 30px 15px 30px;	
}

.content h1 {
	font-size:36px;
	line-height:36px;
	color:#1b75bc;
	font-family: 'bree_serifregular';
	font-weight:bold;
	margin-bottom:24px;	
	margin-top:0;
}

.content p {
	 font-family: 'HelveticaNormalRegular';
    font-size: 14px;
    line-height: 17px;
    color: #231f20;
    margin-bottom: 17px;
}

/*==================================================================*/
/*========== Content End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

.footer {
	padding:8px 0;
	background-color:#1b75bc;
	margin-top:36px;	
}

.footer .footer-left {
	float:left;
	padding:19px 0 0 0;
}

.footer .footer-left p {
	font-family: 'HelveticaNormalRegular';
	font-size:14px;
	line-height:14px;
	color:#fff;	
}

.footer .footer-left p a{
	font-family: 'HelveticaNormalRegular';
	font-size:14px;
	line-height:14px;
	color:#fff;	
}

.footer .footer-right {
	float:right;
}

.footer-right ul {
	float:right;
	display:block;
	margin:0;
	padding:0;
}

.footer-right ul li {
	float:left;
	display:inline-block;	
}

.footer-right ul li a {
	display:block;	
}
label.error{
    color: red;
    font-size: 13px;
}
.btn{padding:7px 15px; font-size:24px; line-height:24px;}
.btn-default{color:#fff; background-color:#1B75BC;  border:solid 1px #1B75BC;}
.btn-default:hover, .btn-default:focus, .btn-default:active{color:#003479; background-color:transparent; border-color:#003479;}


/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
