
.mm-slideout { z-index:auto;}


@media (min-width:1300px){
	.container{
		width:1270px;
	}
}

@media (min-width:1400px){
	.container{
		width:1370px;
	}
}

@media (min-width:1500px){
	.container{
		width:1370px;
	}
}

.main {
    background: url(../../../../img/hatter.png) fixed no-repeat;
    background-size: contain;
}

a {
    color: #7bb925;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,{
    color: #252525;
}

.header {
    background: #ffffff;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    height: 45px;
  }

  .header .col-md-8 {
    padding-right: 0;
  }

  .header p,
  .header span {
    font-size: 12px;
    line-height: 24px;
    padding-top: 12px;
  }

  .header a,
  .header span {
    color: #747474;
  }

  .header span {
    font-weight: 500;
    display: inline-block;
    padding: 11px 15px;
  }

  .header span.date-icon {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding-right: 19px;
    padding-left: 19px;
  }

  .header span i {
    color: #a5c422;
    margin-right: 5px;
  }
  

.header p, .header span {
    font-size: 14px;
    line-height: 24px;
    padding-top: 12px;
}

.navbar-brand {
    float: left;
}

.navbar-default .navbar-nav li a {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 300;
    padding-right: 8px;
    padding-left: 8px;
}

.navbar-default .navbar-nav li a:hover {
    color: #7bb925  !important;
}

.menuFix {
	min-height:80px;
	margin-top:30px;
}

.is-sticky .menuFix {
	min-height:50px;
	margin-top:0px;
}

.navbar-brand img {
		width:240px;
		padding:0px 15px;
		margin-top:-15px;
	}

.is-sticky .navbar-brand img {
	width:160px;
	margin-top:-20px;
}

@media only screen and (max-width: 1300px) {
	.navbar-brand img {
		width:170px;
		padding:0px 15px;
		margin-top:-18px;
	}
	
	.is-sticky .navbar-brand img {
		width:170px;
		margin-top:-20px;
	}
}


@media only screen and (max-width: 992px) {
	.navbar-brand img {
		width:170px;
		padding:0px 15px;
		margin-top:-18px;
	}
	
	.is-sticky .navbar-brand img {
		width:170px;
		margin-top:-20px;
	}
}

@media only screen and (max-width: 1300px) {
.navbar-default {
    background: #68a742;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
}
}














#home .owl-nav div.owl-prev, 
#home .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border:1px solid #fff;
    width: 40px;
    height: 40px;
}
#home .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
#home .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
#home:hover .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
#home:hover .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
#home:hover .owl-nav div.owl-next:hover,
#home:hover .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #0C94B8;
    border: 1px solid #0C94B8;
}


#news, #news-detail {
    background: none;
}

.glyphicon-chevron-right:before {
    content: "";
}

.glyphicon-chevron-left:before {
    content: "";
}

.carousel-control {
    font-size: 20px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}


h1 {
    color: #252525;
    font-size: 2.6em;
}

h3 {
    font-size: 2.0em;
    line-height: 1.2em;
    margin-bottom: 0;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #7bb925;
    border-color: #558118;
}

footer {
	background:#2d2d2d;
	color: #636363;
	padding-top: 40px;
    padding-bottom: 10px;
}

footer .border-top {
    border-top: 1px solid #636363;
    margin-top: 4em;
    padding-top: 2.5em;
}

footer a:hover {
	color:#FFF;
}

footer h4 {
    color: #636363;
}

.footer-link a {
    font-size: 16px;
    display: inline-block;
    padding: 0 10px;
    margin-top: 4px;
}



.scrollToTop {
    bottom: 20px;
    color: #fff;
    display: none;
    font-size: 23px;
    height: 50px;
    line-height: 45px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 50px;
    z-index: 999;
    background-color: #7bb925;
    border: 1px solid #558118;
}

.scrollToTop:hover {
    color: #fff;
	background-color: #558118;
    border: 1px solid #7bb925;
    
}




.mm-menu {
    background: #68a742;
    border-color: rgba(0,0,0,.1);
    color: rgba(0,0,0,.75);
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    font-size:20px;
	color:#fff;
}

.mm-listview>li>a, .mm-listview>li>span {
	font-size:16px;
	color:#fff;
}










@media (max-width: 1300px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}