body { padding-top: 72px; 
padding-right:0px; margin:0px; }

/*
Max content widths
*/
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto
}

body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;

}

p {
  margin: 0 0 20px;
}

p:last-of-type{
  margin:0 0 0px 0px; 
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #eee;
}
a {
  color: #009900;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00cc00;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


img{
   display: block;
    max-width: 100%;
    height: auto;
}





/*
Header
*/
.header-top-right{
  float:right;
  margin:15px 0px 30px 0px;
}
.social-icon{
   color:#fff;
   margin-left:15px;
}

.contact-link{
   color:#fff;
   font-family:'Open Sans', arial;
   font-weight:700;
   text-transform:uppercase;
   border-right: 1px solid #666;
   padding-right:25px;
}
.contact-link:hover{
   text-decoration:none;
   color:#009900;
}
.navbar{
   background:#000;
   border-bottom:0px;
   overflow:visible;
    min-height: 104px;
    margin-bottom: 0px;
	margin-top:0px;
    border:0px;
}
.navbar-brand {
    float: left;
    height: 104px;
    padding: 15px 15px;
}
.navbar-right{
  clear:right;
}
#menu-main{

   margin-bottom:0px;
}
@media (max-width: 992px) {
#menu-main{

   margin-bottom:15px;
}
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-family:'Open Sans', arial;
  font-weight:700;
  text-transform:uppercase;
  padding:4px 15px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #43a00b;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #eee;
  background-color: #222;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #009900;
}

.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px ;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #009900;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border: 0);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: 700;
  text-transform:uppercase;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #00cc00;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #006600;
    outline: 0;
}
/*
Home Page
*/
.home-top{
   min-height:450px;
   background:#222 url(../img/home-top-bg.jpg);
   background-size:cover;
   background-position:right center;
   background-attachment:fixed;
   padding-left:0px;
   padding-right:0px;
}
.secondary-page-top{
   min-height:450px;
   background:#222 url(../img/secondary-top-bg.jpg);
   background-size:cover;
   background-position:right center;
   background-attachment:fixed;
   padding-left:0px;
   padding-right:0px;
}
.home-second{
   
   background-color:rgba(0, 0, 0, 0.7);
   color:#fff;
   padding-top:20px;
}

.home-third{
   
   background-color:#89c287;
   padding-top:50px;
   padding-bottom:20px;
}
.home-boxes{
   margin-top:70px;
   margin-bottom:40px;
   
}
.home-box{
   display:block;
   color:#fff;
   background-color:rgba(0, 0, 0, 0.7);
   padding:20px;
   margin:0px 0px 30px 0px;
}
.home-box-image{
  display:block;
}
.home-box-image img{
  width:100%;
}
.home-box h2{
  color: #ffffff;
  font-family:'Open Sans', arial;
  font-weight:700;
  text-transform:uppercase;
  margin:0px 0px 5px 0px;
  line-height:1;
}
.green{
  color:#43a00b;
}
.home-box-button{
   display:block;
   text-align:right;
   color: #ffffff;
  font-family:'Open Sans', arial;
  font-weight:700;
  text-transform:uppercase;
  padding:10px 0px 0px 0px;

}
.home-title{
   border-left:24px solid #009900;
   padding:0px 0px 0px 6px;
   line-height:1;

}
.manch-box{
  margin-bottom:30px;
}
.manch-slides{
  position:relative;
  background:#000;
}
.manch-title{
  position:absolute;
  z-index:2;
  bottom:20px;
  left:20px;
  font-family: 'Open Sans',arial;
  font-weight: 700;
  line-height: 90%;
  color: inherit;
  text-transform:uppercase;
  color:#fff;
  border-left:24px solid #009900;
  padding-left:5px;
  font-size:32px;
  }

.manch-text{
  background:#fff;
  padding:20px;
}

.home-news-box{

}
.home-news-box .sidebar {
  margin-top: 0px
}
.home-news-box-title{
 font-family: 'Open Sans',arial;
  font-weight: 700;
  line-height: 90%;
  color: #fff;
  background:#000;
  text-transform:uppercase;
  color:#fff;
  border-left:24px solid #009900;
  padding:10px 0px 10px 10px;
  font-size:32px;
  margin-top:0px;
  margin-bottom:30px;
}
.page-section-title{
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 0px;
	margin:30px 0px 15px 0px;
	font-size:32px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:0px;
    overflow: hidden;
    text-align: center;
	color:#000;
}
.page-section-title:before,
.page-section-title:after {
    background-color: #ccc;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.page-section-title:before {
    right: 0.5em;
    margin-left: -50%;
}
.page-section-title:after {
    left: 0.5em;
    margin-right: -50%;
}   
/*
Main content
*/
.page-row{
  margin-top:50px;
}
#home-content article {
  margin-bottom: 40px;
}
#content article {
  background:#fff;
  padding:30px;
  margin-bottom: 40px;
}
#content header {
  margin: 20px 0;
} 
.page-title{
    border-left: 24px solid #009900;
    padding: 0px 0px 0px 6px;
    line-height: 1; 
  color:#fff;
  text-transform:uppercase;
}
#content section {
  margin-bottom: 20px;
}
#content ol, ul {
    margin-top: 0;
    margin-bottom: 20px;
}
#content footer {
  padding-bottom: 20px;
}
.btn-primary {
    color: #fff;
    background-color: #009900;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #00cc00;

}
.btn-primary:hover {
  color: #fff;
  background-color: #00cc00;
}
.btn-black {
    color: #fff;
    background-color: #000000;
}
.btn-black:focus,
.btn-black.focus {
  color: #fff;
  background-color: #333333;
}
.btn-black:hover {
  color: #fff;
  background-color: #333333;
}
.btn {
    display: inline-block;
    padding: 8px 14px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
	text-transform:uppercase;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
}

/*
Education Page
*/
.education-boxes{
   
}
.education-box-link{
  background:#000;
  display:block;
  margin-top:30px;
}
.education-box-link:hover{
  background:#009900;
  text-decoration:none;
  
}
.education-box-text{
   
   color:#fff;
   padding:10px;
   text-transform:uppercase;
   font-weight:700;
   font-family:'Open Sans', arial, sans-serif;
   font-size:18px;
}
/*
Sidebar
*/

.sidebar {
  margin-top: 76px
}
.sidebar section {
  margin-bottom: 40px;
}
.default-sidebar{

  margin-bottom: 40px;
  background-color:#000;
  color:#fff;
  padding:20px;
  float:left;
  
}


.sidebar h4 {
  text-transform:uppercase;
  margin-top:0px;
  margin-bottom:20px;
}

.sidebar ul,
.sidebar ol {
  list-style-type: none;
  padding: 0
}
.sidebar li {
  margin: 10px 0;
}
.sidebar .post-date{
    font-size:12px;
	clear:left;
	display:block;
}

.sidebar .form-control {
    display: inline-block;
    width: 70%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #eee;
    background-color: #000;
    background-image: none;
    border: 1px solid #999;
    border-radius: 0px;
   
}
.sidebar .btn-default {
    color: #999;
    background-color: #000;
    border-color: #000;
}
/*
Hide form placeholders on focus
*/

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */ 



/*
Site footer
*/

.site-footer {
  padding: 40px 0;
  background:#000;
  color:#fff;
  
}
.site-footer ul,
.site-footer ol {
  list-style-type: none;
  padding: 0
}
.site-footer li {
  margin: 10px 0
}
.site-sub-footer p {
  text-align: center
}

.site-footer p {
  text-align: center
}

/*
Headings
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans',arial;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 700;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
