/* Base */
/* Carousel */
/* Containers */
/* Buttons */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Montserrat:400,500,600,700");
.hr-darker {
  border-color: #DAE3E5; }

body {
  color: #222;
  font: 16px/24px Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }

p {
  margin-bottom: 24px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Arial, sans-serif; }

ul,
ol {
  margin-bottom: 24px; }

h1 {
  font-size: 58px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 38px; }

h4 {
  font-size: 28px; }

h5 {
  font-size: 22px; }

h6 {
  font-size: 18px; }

a {
  color: #2980B9;
  text-decoration: none; }
  a:hover {
    color: #2C3E50;
    text-decoration: underline; }

blockquote {
  font-style: italic; }
  blockquote cite {
    display: block; }

hr {
  margin: 24px 0;
  border-color: #ccc; }

img {
  margin-top: 0px;
  margin-bottom: 24px; }

code {
  white-space: normal; }

form button,
form input,
form select,
form textarea {
  max-width: 100%;
  margin-bottom: 12px; }

form input[type="submit"],
form input[type="button"] {
  -webkit-font-smoothing: antialiased; }

.entry-thumbnail {
  margin-bottom: 24px; }

.entry-content :last-child {
  margin-bottom: 0; }

.meta-edit {
  margin-bottom: 0; }

.img-oldimg {
  width: 100%; }

.navbar {
  margin-bottom: 0; }
  .navbar .navbar-brand-img {
    margin-bottom: 0; }

.no-gutter > [class*='col-'],
.no-gutter [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.content-box {
  padding-top: 48px;
  padding-bottom: 48px;
  text-align: left; }

.content-box-homepage {
  text-align: center; }

.container-dark, .our-clients, .cta {
  color: #fff; }

.container-light, .testimonials, .channeling-box {
  color: #292422; }

.welcome {
  background-color: ghostwhite; }

.channeling {
  background-color: azure; }

.our-clients {
  background-color: midnightblue; }

.testimonials {
  background-color: aliceblue; }
  .testimonials .testimonials-author {
    font-style: italic; }

.cta {
  background-image: url(../img/cta-bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative; }
  .cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(29, 29, 31, 0.8); }

.channeling-boxes {
  text-align: left;
  margin-left: 0;
  margin-right: 0; }
  .channeling-boxes h4 {
    margin-bottom: 20px;
    margin-top: 20px; }
  .channeling-boxes h5 {
    margin-bottom: 20px; }

.channeling-box {
  padding: 30px 25px;
  height: 500px;
  background-color: aliceblue; }
  @media (max-width: 767px) {
    .channeling-box {
      margin-bottom: 15px; } }
  .channeling-box:hover {
    text-decoration: none;
    color: #222; }
  .channeling-box p {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 120%; }
  .channeling-box .btn, .channeling-box form input[type="submit"], form .channeling-box input[type="submit"],
  .channeling-box form input[type="button"], form .channeling-box input[type="button"] {
    margin-bottom: 15px; }
  .channeling-box img {
    margin-bottom: 10px;
    height: 80px; }

.content-search:not(:last-child) {
  margin-bottom: 60px; }

.content-search h2 {
  margin-bottom: 30px; }

.content-default:not(:last-child) {
  margin-bottom: 60px; }

.content-news:not(:last-child) {
  margin-bottom: 60px; }

@media (max-width: 767px) {
  .content-news {
    margin-bottom: 40px; } }

.sidebar-menu {
  text-align: right; }
  @media (max-width: 575px) {
    .sidebar-menu {
      margin-top: 60px;
      text-align: left; } }
  .sidebar-menu .widget-main:not(:last-child) {
    margin-bottom: 36px; }
  .sidebar-menu .widget-main ul {
    list-style: none; }
    @media (max-width: 767px) {
      .sidebar-menu .widget-main ul {
        text-align: left; } }

.section-boxes {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 60px; }
  .section-boxes .section-box {
    border-bottom: none;
    text-align: left;
    background-color: #fff;
    display: block;
    padding: 30px 25px; }
    @media (max-width: 1199px) {
      .section-boxes .section-box {
        min-height: 193px; } }
    .section-boxes .section-box:hover {
      background: rgba(255, 255, 255, 0.2) !important;
      text-decoration: none; }

.carousel-item-img {
  margin-bottom: 0; }

.footer {
  background: lightgrey; }
  .footer .footer-sidebar {
    text-align: left; }
  .footer .copyright {
    text-align: right; }

.btn, form input[type="submit"],
form input[type="button"] {
  border-radius: 30px;
  padding: 10px 20px; }

.btn-light, .container-dark .btn, .our-clients .btn, .cta .btn, .container-dark form input[type="submit"], form .container-dark input[type="submit"], .our-clients form input[type="submit"], form .our-clients input[type="submit"], .cta form input[type="submit"], form .cta input[type="submit"],
.container-dark form input[type="button"], form .container-dark input[type="button"],
.our-clients form input[type="button"], form .our-clients input[type="button"],
.cta form input[type="button"], form .cta input[type="button"] {
  color: #fff;
  border: 1px solid #fff;
  background: transparent; }
  .btn-light:hover, .container-dark .btn:hover, .our-clients .btn:hover, .cta .btn:hover, .container-dark form input:hover[type="submit"], form .container-dark input:hover[type="submit"], .our-clients form input:hover[type="submit"], form .our-clients input:hover[type="submit"], .cta form input:hover[type="submit"], form .cta input:hover[type="submit"],
  .container-dark form input:hover[type="button"], form .container-dark input:hover[type="button"],
  .our-clients form input:hover[type="button"], form .our-clients input:hover[type="button"],
  .cta form input:hover[type="button"], form .cta input:hover[type="button"] {
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: transparent; }

.btn-dark, .container-light .btn, .testimonials .btn, .channeling-box .btn, .container-light form input[type="submit"], form .container-light input[type="submit"], .testimonials form input[type="submit"], form .testimonials input[type="submit"], .channeling-box form input[type="submit"], form .channeling-box input[type="submit"],
.container-light form input[type="button"], form .container-light input[type="button"],
.testimonials form input[type="button"], form .testimonials input[type="button"],
.channeling-box form input[type="button"], form .channeling-box input[type="button"] {
  color: #000;
  border: 1px solid #000;
  background: transparent; }
  .btn-dark:hover, .container-light .btn:hover, .testimonials .btn:hover, .channeling-box .btn:hover, .container-light form input:hover[type="submit"], form .container-light input:hover[type="submit"], .testimonials form input:hover[type="submit"], form .testimonials input:hover[type="submit"], .channeling-box form input:hover[type="submit"], form .channeling-box input:hover[type="submit"],
  .container-light form input:hover[type="button"], form .container-light input:hover[type="button"],
  .testimonials form input:hover[type="button"], form .testimonials input:hover[type="button"],
  .channeling-box form input:hover[type="button"], form .channeling-box input:hover[type="button"] {
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.6);
    background: transparent; }

/* Base */
/* Carousel */
/* Containers */
/* Buttons */
body {
  color: #222;
  font: 16px/24px "Lato", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased; }

p {
  margin-bottom: 24px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: "Montserrat", sans-serif; }

ul,
ol {
  margin-bottom: 24px; }

h1 {
  font-size: 58px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 38px; }

h4 {
  font-size: 28px; }

h5 {
  font-size: 22px; }

h6 {
  font-size: 18px; }

a {
  color: #f9a51e;
  text-decoration: none; }
  a:hover {
    color: #f9a51e;
    text-decoration: underline; }

blockquote {
  font-style: italic; }
  blockquote cite {
    display: block; }

hr {
  margin: 24px 0;
  border-color: #ccc; }

img {
  margin-top: 0;
  margin-bottom: 24px; }

code {
  white-space: normal; }

form button,
form input,
form select,
form textarea {
  max-width: 100%;
  margin-bottom: 12px; }

form input[type="submit"],
form input[type="button"] {
  -webkit-font-smoothing: antialiased; }

.entry-thumbnail {
  margin-bottom: 24px; }

.entry-content :last-child {
  margin-bottom: 0; }

.meta-edit {
  margin-bottom: 0; }

.img-oldimg {
  width: 100%; }

.welcome {
  text-align: left; }

.footer {
  background: rgba(255, 255, 255, 0);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f6faff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #f6faff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f6faff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f6faff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f6faff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f6faff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  font-weight: 300; }

/*# sourceMappingURL=application.css.map */