@font-face {
font-family: "Montserrat";
font-weight: 100;
src: url("../fonts/montserrat/Montserrat-Hairline.otf") format("opentype");
}

@font-face {
font-family: "Montserrat";
font-weight: 300;
src: url("../fonts/montserrat/Montserrat-Light.otf") format("opentype");
}

@font-face {
font-family: "Montserrat";
font-weight: 500;
src: url("../fonts/montserrat/Montserrat-Regular.otf") format("opentype");
}


@font-face {
font-family: "Montserrat";
font-weight: 700;
src: url("../fonts/montserrat/Montserrat-Bold.otf") format("opentype");
}

*,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
ul {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #44444d;
        letter-spacing: 0.1px;
}

body{
    background-color: #ffffff;
    color: #44444d;
}

a{
  outline: none!important;

}

a:hover{
  text-decoration: none;
}

.no-margin{
  margin:0!important;
}

.no-top-margin{
  margin-top:0!important;
}

.no-bottom-margin{
  margin-bottom:0!important;
}

.no-left-margin{
  margin-left:0!important;
}


.no-right-margin{
  margin-right:0!important;
}

.no-padding{
  padding:0!important;
}

.no-top-padding{
  padding-top:0!important;
}


.no-bottom-padding{
  padding-bottom:0!important;
}

.no-left-padding{
  padding-left:0!important;
}


.no-right-padding{
  padding-right:0!important;
}

.no-border{
  border:0px!important;
}

.navbar-default {
    background-color: #fff;
    border-color: transparent;
    border-radius: 0;
    min-height: 1px;
    -webkit-box-shadow: 0px -2px 31px -10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px -2px 31px -10px rgba(0,0,0,0.5);
    box-shadow: 0px -2px 31px -10px rgba(0,0,0,0.5);
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover{
    color: #00c853;
    background-color: transparent;
}

.navbar-brand{
    padding: 15px 15px;
    height: auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.navbar-brand img{
    height: 40px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.navbar-nav>li>a {
    padding: 20px 15px;
    font-size: 13px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.navbar-form{
    margin:19px 0;
}

.navbar-form input{
    border:0;
    box-shadow: none!important;
}

.navbar-form .btn{
    border:0;
    box-shadow: none!important;
}
.navbar-form .se-outer{
    border:1px solid #ddd;
}

.navbar-right .app-icon img{
    height: 36px;
}

.page-content{
    margin-top: 77px;
}




.news-container{    
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}

.news-feed{
    margin:0 20px;
}

.news-box{
    width: 900px;
    margin: 0 auto;
    border-radius: 3px;
    margin-top: 30px;
    padding: 8px 16px 8px 8px;
    -webkit-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.5);
}

.news-box .img-box{
    width: 320px;
    height: 300px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    border-radius: 4px;
    float: left
}

.news-box .content-box{
    float: left;
    width: 556px;
    padding-left: 25px;
}

.news-box .content-box h2{
    margin: 10px 0px;
    font-weight: 100;
    font-size: 20px;
    line-height: 27px;
    margin-top: 5px;
}

.news-box .content-box h2 a:hover,.news-box .content-box h2 a:focus,.news-box .content-box h2 a:active{
    color: #333;
    text-decoration: none;
}

.news-box .content-box .time{
    font-size: 12px;
    color: #808290;
    line-height: 22px;
    margin-bottom: 0;
}

.news-box .content-box .news-content{
    margin: 0;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #44444d;
    height: 140px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;

}
.news-btm .left p{
    margin: 0;
    font-size: 12px;
    margin-top: 5px;
}

.news-btm .left p a{
    color: #44444d;
    font-weight: 600;
}

.news-btm .left p a:hover,.news-btm .left p a:focus,.news-btm .left p a:active{
    color: #333;
}

.news-btm .left{
    float: left;
}

.news-btm .right{
    float: right;
}

.news-btm a.share{
    padding: 5px 10px;
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    border-radius: 1px;
}

.news-btm a.share img{
    height: 15px;
    float: left;
    margin-right: 10px;
}

.news-btm a.share span{
    color: #fff;
    float: left;
    line-height: 14px;
}

.news-btm a.share.fb{
    background-color: #3b5998;
}
.news-btm a.share.twitter{
    background-color: #1da1f2;
}
.news-btm a.share.messenger{
    background-color: #1da1f2;
}

.news-btm .right p{
    margin: 0;
    font-size: 12px;
    margin-top: 5px;
}

.news-btm .right p a,.news-btm .right p a i{
    color: #969696;
    margin-left:5px;
}

.news-btm .right p a:hover,.news-btm .right p a:focus,.news-btm .right p a:active,.news-btm .right p a:hover i{
    color: #333;
}

.news-btm .right p a i{
    font-size: 20px;
    position: relative;
    top: 3px;
}

.load{
    width: 900px;
    margin: 0 auto;
    border-radius: 3px;
    margin-top: 30px;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.5);
    font-size: 14px;
    text-align: center;
    display: block;
    color: #44444d;
}

.load:hover,.load:focus,.load:active{
    color: #333;
}



/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*
#wrapper.toggled {
    padding-left: 220px;
}*/

#sidebar-wrapper {
    z-index: 999;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 2px 25px -9px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 25px -9px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 25px -9px rgba(0,0,0,0.5);
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 260px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 260px;
    margin: 0;
    padding: 0;
    padding-top: 72px;
    list-style: none;
}

.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidenav-search input{
    border: 0;
    box-shadow: none;
    border-radius: 0;
    outline: none;
}

.sidenav-search .btn{
    border: 0;
    box-shadow: none;
    border-radius: 0;
    outline: none;
}

.sidenav-search .input-group{
        border: 1px solid #ddd;
}


.sidebar-nav li a {
    display: block;
    color: #444;
    font-weight: 300;
    text-decoration: none;
    padding: 10px 15px 10px 15px;   
}
.sidebar-nav li a span{
    color: #444;
    font-weight: 300;
    font-size: 14px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus,
.sidebar-nav li.active a,
.sidebar-nav li.active a:hover{
    color: #333;
    text-decoration: none;
    background-color: #fafafa;
}

.sidebar-nav > .sidebar-brand {
    font-size: 18px;
    line-height: 40px;
    background-color: #fafafa;
    /*margin-bottom: 10px;*/
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}
.sidebar-nav .img img{
    width: 25px;
}
.sidebar-nav .img{
    width: 35px;
    display: inline-block;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: fixed;
  top: 20px;  
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  /*margin-left: 15px;*/
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 1;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
    margin-left: 40px;
}

.sidebar-app-icon a{
    display: inline-block;
}

.sidebar-app-icon img{
    height: 40px;
}






/* Responsive CSS */



@media only screen and (max-width: 1000px) {
 
    .news-box {
    width: 670px;
    }
    .news-box .img-box {
    width: 200px;
    height: 200px;
    }
    .news-box .content-box {
    float: left;
    width: 445px;
    padding-left: 15px;
    } 
    .news-box .content-box h2 {
    margin: 5px 0px;
    font-weight: 100;
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px;
    }  
    .news-box .content-box .time {
    font-size: 10px;
    color: #808290;
    line-height: 18px;
    margin-bottom: 0;
    }
    .news-box .content-box .news-content {
    margin: 0;
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
    color: #44444d;
    height: 120px;
    display: block;
    margin-bottom: 5px;
    }
    .news-btm .left p {
    margin: 0;
    font-size: 10px;
    margin-top: 4px;
    }
    .news-btm .right p {
    margin: 0;
    font-size: 12px;
    margin-top: 0px;
    }
    .news-btm .right p a i {
    font-size: 15px;
    position: relative;
    top: 3px;
    }
    .load {
    width: 670px;
    }
    .navbar-nav > li > a {
    padding: 20px 2px;
    }
    .navbar-form {
    margin: 19px 0;
    padding: 0;
    padding-left: 10px;
    }
    .news-box{
        margin-top: 20px;
    }
    .news-container{
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-default .navbar-toggle{
        margin-top: 20px;
    }
    .navbar-form{
        padding: 0;
    }
    .navbar-form .se-outer {
    border: 1px solid #ddd;
    position: relative;
    }
    .navbar-form .se-outer .form-group{
        margin-bottom: 0;
    }
    .navbar-form .se-outer button{
        border-radius: 0;
        padding: 7px 12px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .navbar-form input{
        padding-right: 40px;
    }
    ul.navbar-right{
        text-align: center;
    }
    ul.navbar-right li{
        display: inline-block;
    }
    ul.navbar-right li a{
        padding: 5px;
    }
    
    .news-box .img-box {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    }
   
    .news-box {
        padding: 10px;
        width: 100%;
    }
    .news-box .content-box {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
    }
    .load {
    width: 100%;
    }

    .header .navbar-header{
        padding: 0px 20px;
    }

    .news-box .content-box .news-content{
        height: auto;
        min-height: 120px;
    }

    .hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 2px;
    width: 80%;
    }

    .hamburger.is-closed .hamb-bottom {
    bottom: 7px;
    -webkit-transition: all .35s ease-in-out;
    }
    .hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
    }

    .hamburger.is-closed:hover .hamb-top {
    top: 4px;
    -webkit-transition: all .35s ease-in-out;
    }
    .hamburger.is-closed:hover .hamb-bottom {
    bottom: 6px;
    -webkit-transition: all .35s ease-in-out;
    }



}