@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);

body {
font-family: 'Roboto', sans-serif;
    color: #444444;
	font-size:14px;
    line-height: 24px;
}


p {
    margin: 0px 0 21px;
}


.navbar {
    margin-bottom: 0px;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 30px 0px;
}

.navbar-nav {
    margin: 20px 0;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	
}

nav a {
	color:#444444 !important;
}

nav a:hover {
	color:#289728 !important;
}

nav .current-menu-item a {
	color:#289728 !important;
}


nav li + li {
    background:url('../images/sq.jpg') no-repeat center left;
    padding-left: 10px
}

.navbar-default {
    border-radius: 0px;
}

#about {
	text-align:center;
	padding:80px 0;
}
	
.con60 {
	width:80%;
	margin:auto;
}

#division {

}

#contact {
	margin-top:80px;
}

#contact h2 {
	text-align:center;
	margin-bottom:30px;
}

.mastcn > .col-sm-12 {
	padding:0 35px;
	border-right:1px solid #ececec;
}

.mastcn .col-sm-12:nth-child(6) {
	border-right:0px solid #ececec;
}

#contact hr {
    margin-top: 40px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    width: 40%;
}

#contact img {
	margin:0 8px;
}


footer {
    padding: 20px 0;
    font-size: 12px;
	border-top:1px solid #ececec;
	margin-top:60px;
}

footer img {
	margin:0 5px;
}

.slbg {
	float:left;
	width:100%;
	background-position:center center;

}

.slcont {
	padding:100px 50px;
	background:#0f1010;
	color:#fff;
		margin-left: 5%;
}

.slcont a {
	color:#fff;
}


.slcont  h3 {
	margin-bottom:25px;
}

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: 45px;
	top: 45%;
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: 45px;
top: 45%;
}


.tables
{
width:100%;
border-collapse:collapse;
}

.tables:hover
{
box-shadow: 0 0 5px #888;
}
.tables td, .tables th 
{
border:1px solid #dddddd;
padding:10px;
}

.tables td img
{
border:1px solid #dddddd;
padding:5px;
}

.tables td img:hover
{
border:1px solid #999;
padding:5px;
}
.tables th 
{
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#ffffff;
}
.tables tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
}

.inner-con {
	margin-top:40px;
}

.widget ul {
    margin: 0 !important;
    padding: 0px !important;
    list-style: none;
    padding: 15px;
	    border: 1px solid #e5e5e5
}

.widget ul li {
    padding: 5px 15px;
    border-bottom: 1px solid #F0F0F0;
}