html,
body {
  padding: 0;
  margin: 0;
  background: #fff;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
}

body a {
  outline: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

body a:focus,
a:hover {
  text-decoration: none;
}

input[type='button'],
input[type='submit'] {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
}
select,
input[type='email'],
input[type='text'],
input[type='password'],
input[type='button'],
input[type='submit'],
textarea {
  font-family: 'Montserrat', sans-serif;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}

p {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.news-page {
  padding: 15px 20px;
  text-align: left;
  color: #ccc;
  text-align: center;
}
.news-page a {
  display: inline-block;
  color: #333;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  /* border: 1px solid #ddd; */
  margin: 0 2px;
  border-radius: 0;
  vertical-align: middle;
}
.news-page a:hover {
  text-decoration: none;
  /* border: 1px solid #333; */
  background-color: #999;
}
.news-page span.current {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  margin: 0 2px;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 0;
  vertical-align: middle;
}
.news-page .disabled,
.news-page .prevPage,
.news-page .nextPage {
  width: 100px;
  height: 50px;
  line-height: 50px;
}

.news-page .prevPage,
.news-page .nextPage {
  display: none;
}

.news-page span.disabled {
  display: inline-block;
  width: 100px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  margin: 0 2px;
  color: #bfbfbf;
  background: #f2f2f2;
  border: 1px solid #bfbfbf;
  border-radius: 0;
  vertical-align: middle;
  display: none;
}

.navbar-light .navbar-toggler[aria-expanded='false'] .navbar-toggler-icon {
  width: 40px;
  height: 40px;
  background-image: url('../images/icon-plus.png');
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
  width: 40px;
  height: 40px;
  background-image: url('../images/icon-plus-hover.png');
}

html {
  width: 100%;
}

.row {
  margin-left: 0px !important;

  margin-right: 0px !important;
}
