*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  margin: 0 0 1rem 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #105BBB;
  outline: 0;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #595959;
  overflow-x: hidden;
}

a {
  color: #337ab7;
}

a:hover,
a:focus {
  color: #285f8f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #105BBB;
  font-weight: 500;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

.w-100 {
  width: 100%;
}

.img-responsive {
  max-width: 100%;
}

.form-group {
  margin-bottom: 1rem;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  outline: none;
}

textarea.form-control {
  height: auto;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-contact {
  background-color: #E1AE00;
  border-color: #E1AE00;
  color: #fff;
}

.btn-contact:hover,
.btn-contact:focus {
  background-color: #ae8700;
}

.list-bullet {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-bullet li {
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  position: relative;
}

.list-bullet li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 5px;
  top: 7px;
  background: #404041;
  border-radius: 50%;
}

.img-left {
  float: right;
  max-width: 400px;
  margin-left: 30px;
}

.container {
  width: 1050px;
  max-width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*.col-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}*/

.section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.section p:last-child {
  margin-bottom: 0;
}

.section + .section {
  padding-top: 0;
}

.section:after {
  clear: both;
  content: " ";
  height: 0;
  display: block;
}

.color-danger {
  background: #F27A7A;
}

.color-harass {
  background: #FF9966;
}

.color-unknown {
  background: #7E7D7D;
}

.color-neutral {
  background: #9DBDEF;
}

.color-safe {
  background: #A6E168;
}

.text-center {
  text-align: center;
}

.text-danger {
  color: #F27A7A;
}

.text-harass {
  color: #FF9966;
}

.text-unknown {
  color: #7E7D7D;
}

.text-neutral {
  color: #9DBDEF;
}

.text-safe {
  color: #A6E168;
}

.contents {
  width: calc(100% - 300px - 20px);
}

.contents-section {
  padding-bottom: 2.5rem;
}

.contents-section:last-child {
  padding-bottom: 0;
}

.contents-section:after {
  clear: both;
  content: " ";
  height: 0;
  display: block;
}

@media (max-width: 767px) {
  .contents {
    width: 100%;
  }
}

.sidebar {
  width: 300px;
  margin-left: auto;
}

.sidebar-ad {
  margin-bottom: 1.5rem;
}

.sidebar-ad > img,
.sidebar-ad > iframe {
  max-width: 100%;
  height: auto;
}

.sidebar-danger-numbers {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.5rem;
  font-size: 14px;
}

.sidebar-danger-numbers ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-danger-numbers ul li {
  padding: 20px;
  color: #404041;
  line-height: 24px;
}

.sidebar-danger-numbers ul li a {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #000;
  margin: 0 0 8px;
}

.sidebar-danger-numbers ul li:nth-child(odd) {
  background: #FFFAE8;
}

@media (max-width: 767px) {
  .sidebar {
    width: 100%;
    margin-top: 2.5rem;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.navbar {
  font-size: 16px;
  font-weight: 300;
  background: #2A2A2A;
  -webkit-box-shadow: 0px 3px 9px -2px rgba(0, 0, 0, 0.42);
          box-shadow: 0px 3px 9px -2px rgba(0, 0, 0, 0.42);
}

.navbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .navbar-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.navbar-toggle {
  display: none;
  position: relative;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
  background-color: transparent;
  background-image: none;
  border: 1px solid #E1AE00;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
}

.navbar-toggle .icon-bar {
  background-color: #E1AE00;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-toggle.active {
  background-color: #E1AE00;
}

.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar,
.navbar-toggle.active .icon-bar {
  background-color: #000;
}

@media (max-width: 767px) {
  .navbar-toggle {
    display: block;
  }
}

.navbar-brand {
  max-width: 170px;
  display: block;
}

.navbar-brand img {
  display: block;
  width: 100%;
}

.navbar-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

@media (max-width: 767px) {
  .navbar-collapse {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .navbar-collapse.active {
    max-height: 2000px;
  }
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .navbar-nav {
    width: 100%;
    padding-top: 10px;
  }
}

.navbar-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-nav li a {
    padding: 10px 15px;
  }
}

.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav li a.active {
  color: #E1AE00;
  text-decoration: none;
}

.navbar-nav li.active a {
  color: #E1AE00;
}

@media (max-width: 767px) {
  .navbar-nav li {
    width: 100%;
  }
}

.search-box {
  min-height: 330px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .search-box {
    min-height: auto;
  }
}

.search-box:before {
  background: rgba(16, 91, 167, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
}

.search-box .bottom-tagline {
  position: relative;
  z-index: 1;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  background: #666;
  padding: 10px 30px;
  margin: 0;
  bottom: -50px;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .search-box .bottom-tagline {
    font-size: 16px;
    padding: 5px 15px;
  }
}

.search-box form {
  position: relative;
  max-width: 460px;
  width: 100%;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

.search-box form h1 {
  line-height: 1.1;
  margin-top: 0;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 54px;
}

@media (max-width: 767px) {
  .search-box form h1 {
    font-size: 30px;
  }
}

.search-box form h1 span {
  font-size: 24px;
  display: block;
  margin: 15px 0 30px;
}

@media (max-width: 767px) {
  .search-box form h1 span {
    font-size: 18px;
    margin: 10px 0;
  }
}

.search-box form .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-box form .form-control {
  height: 60px;
  border-radius: 50px 0 0 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 30px;
  color: #404041;
  font-weight: 400;
  width: calc(100% - 70px);
}

.search-box form .form-control:hover,
.search-box form .form-control:focus {
  border-color: #E1AE00;
}

.search-box form .form-control::-webkit-input-placeholder {
  color: #404041;
  opacity: 1;
}

.search-box form .form-control::-moz-placeholder {
  color: #404041;
  opacity: 1;
}

.search-box form .form-control:-ms-input-placeholder {
  color: #404041;
  opacity: 1;
}

.search-box form .form-control:-moz-placeholder {
  color: #404041;
  opacity: 1;
}

.search-box form .btn {
  height: 60px;
  background: #E1AE00;
  color: #fff;
  border-color: #E1AE00;
  width: 70px;
  font-size: 24px;
  padding: 0;
  border-radius: 0 50px 50px 0;
}

.search-box form .btn:hover,
.search-box form .btn:focus,
.search-box form .btn:active {
  outline: none;
  background: #C79B00;
}

.search-box form .btn svg {
  display: block;
  width: auto;
  height: 23px;
  margin: auto;
}

.heading-thin {
  font-size: 24px;
  font-weight: 300;
  color: #105BBB;
  margin: 0 0 20px;
}

.heading-underline {
  font-size: 24px;
  font-weight: 500;
  color: #105BBB;
  padding: 0 0 20px;
  position: relative;
  margin: 0 0 20px;
}

.heading-underline:before {
  background: #979797;
  height: 1px;
  width: 80px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .heading-underline,
  .heading-thin {
    font-size: 18px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 15px 0 0;
}

.pagination .page-item:first-child .page-link {
  margin-left: 0;
}

.pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #105BBB;
  border-color: #105BBB;
}

.pagination .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #1472ea;
}

.pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #105BBB;
  background-color: #fff;
  border: 1px solid #1266d2;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #105BBB;
  border-color: #105BBB;
}

.comment {
  padding: 30px 20px;
  color: #404041;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment:nth-child(odd) {
  background-color: #f2f1f1;
}

.comment-recent {
  background-color: #FFFAE8 !important;
}

.comment-date {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #105BBB;
  -webkit-box-shadow: 0 0 6px 0 #918A74;
          box-shadow: 0 0 6px 0 #918A74;
  position: relative;
  margin-right: 20px;
}

.comment-date-year {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.comment-date-year span {
  display: block;
  font-size: 12px;
}

.comment-type {
  height: 15px;
  width: 15px;
  position: absolute;
  right: 5px;
  top: 0px;
  border-radius: 50%;
}

.comment-text {
  width: calc(100% - 90px);
}

.latest-comments {
  list-style: none;
  padding: 0;
  margin: 0;
}

.latest-comments-header {
  background-color: #595959;
  color: #fff;
  width: 100%;
  table-layout: fixed;
  display: none;
}

@media (min-width: 768px) {
  .latest-comments-header {
    display: table;
  }
}

.latest-comments-header div {
  padding: 10px 15px;
  display: table-cell;
  text-align: center;
}

.latest-comments-header div:first-child {
  width: 35%;
}

.latest-comments-header div:nth-child(2) {
  width: 65%;
}

.latest-comments li {
  padding: 15px 15px;
  width: 100%;
}

.latest-comments li + li {
  /*margin-top: 15px;*/
}

.latest-comments li:nth-child(odd) {
  background-color: #f2f1f1;
}

.latest-comments-number {
  font-weight: 500;
}

.latest-comments-number > span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.latest-comments-datetime {
  text-align: right;
  font-size: 12px;
  color: #AFAFAF;
}

@media (min-width: 768px) {
  .latest-comments li {
    display: table;
    table-layout: fixed;
  }

  .latest-comments-number,
  .latest-comments-comment {
    display: table-cell;
    vertical-align: middle;
  }

  .latest-comments-number {
    width: 35%;
  }

  .latest-comments-comment {
    width: 65%;
  }
}

@media (max-width: 767px) {
  .latest-comments-comment {
    margin-top: 5px;
    margin-left: 25px;
  }
}

.sidebar-random-numbers ul,
.similar-numbers {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sidebar-random-numbers ul a,
.similar-numbers a {
  display: block;
  color: inherit;
  width: 100%;
  padding-bottom: 5px;
}

.sidebar-random-numbers ul a span,
.similar-numbers a span {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin-right: 5px;
}

.similar-numbers {
  margin-left: -15px;
  margin-right: -15px;
}

.similar-numbers li {
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar-random-numbers ul {
  margin-bottom: 1.5rem;
}

.sidebar-random-numbers ul li {
  width: 100%;
}

.sidebar-random-numbers ul li + li {
  margin-top: 10px;
}

.number-details {
  background: #FFEAA2;
  padding: 30px 10px 0;
  text-align: center;
}

.number-details p {
  color: #000;
  margin-bottom: 0;
}

.number-details p span {
  font-weight: 500;
}

.number-details h3,
.number-details h1 {
  font-size: 24px;
  font-weight: 500;
  color: #105BBB;
  padding: 0;
  position: relative;
  margin: 0 0 10px;
}

.number-details-status {
  font-size: 20px;
  margin: 0 0 15px;
}

.number-details-last-checked {
  margin-top: 30px;
  background: #616161;
  padding: 10px 25px;
  color: #fff;
  margin-left: -10px;
  margin-right: -10px;
  text-align: left;
}

.number-details-last-checked:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
}

.number-details-last-checked span {
  float: right;
}

.add-comment {
  background: #F8F6F6;
  padding: 30px 20px;
}

.add-comment h5 {
  font-size: 18px;
  color: #000000;
  line-height: 36px;
  margin: 0;
}

.add-comment p {
  font-size: 14px;
  color: #404041;
  line-height: 24px;
  margin: 0 0 25px;
}

.add-comment ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.add-comment ul li {
  margin: 0 0 20px;
  padding: 0;
}

.add-comment textarea {
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  -webkit-box-shadow: 0 6px 8px 0 rgba(25, 21, 21, 0.04);
          box-shadow: 0 6px 8px 0 rgba(25, 21, 21, 0.04);
  width: 100%;
  height: 180px;
  padding: 10px;
  margin: 0;
}

.add-comment .rating {
  background: #FFFFFF;
  border: 2px solid #EFEFEF;
  position: relative;
  padding: 5px 5px 5px 30px;
  cursor: pointer;
}

.add-comment .rating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.add-comment .rating-list li {
  margin: 5px;
  width: calc(100% / 5 - 10px);
}

@media (max-width: 991px) {
  .add-comment .rating-list li {
    width: calc(100% / 3 - 10px);
  }
}

@media (max-width: 575px) {
  .add-comment .rating-list li {
    width: calc(100% / 2 - 10px);
  }
}

.add-comment .rating input {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}

.add-comment .rating span {
  height: 15px;
  width: 15px;
  position: absolute;
  left: 7px;
  top: 50%;
  border-radius: 50%;
  margin-top: -7.5px;
}

.add-comment .rating.selected {
  border-color: #E1AE00;
}

.add-comment input[type=submit] {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 24px;
  background: #E1AE00;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  width: 178px;
  height: 46px;
  border: none;
  outline: none;
}

.add-comment input[type=submit]:hover {
  background: #C79B00;
}

.footer {
  background: #2A2A2A;
  font-size: 12px;
  color: #fff;
}

.footer .container {
  min-height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .container:after {
  clear: both;
  content: " ";
  height: 0;
  display: block;
}

@media (max-width: 767px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .footer-links {
    margin-left: auto;
    margin-top: 0;
  }
}

.footer-links li a {
  padding: 0 20px;
  border-right: 1px solid #fff;
  font-size: 12px;
  color: inherit;
}

.footer-links li a:hover,
.footer-links li a:focus {
  text-transform: uppercase;
  color: #E1AE00;
}

.footer-links li:last-child a {
  border-right: 0;
}

