body {
  background-image: url("../img/background_dark.jpg");
  font-family: 'Open Sans', sans-serif;
  /*font-weight: 300;*/
}
h1,.h1 {
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
  color: #F60201;
  font-weight: 400;
  border-bottom: 1px solid #EBEBEB;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Open Sans', sans-serif;
  /*font-weight: 300;*/
}
/*.uk-container {
  max-width: 1170px;
}*/
hr {
  padding: 5px 0;
  border-top: 1px solid #EBEBEB;
}
a {
  color: #f60201;
  transition: all .2s;
}
a:hover {
  text-decoration: none;
  color: #000;
}
blockquote {
  border-left: none;
}
blockquote p:before,
blockquote p:after {
  position: relative;
  font-family: serif;
  font-size: 4em;
  color: #f60201;
  line-height: 0;
}
blockquote p:before {
  content: open-quote;
  margin-right: -5px;
  vertical-align: -0.3em;
  top: 11px;
  right: 7px;
}
blockquote p:after {
  content: close-quote;
  margin-top: -7px;
  bottom: -29px;
  height: 10px;
  display: inline-block;
}

.testimonial-slider blockquote {
  padding: 0;
  /* padding: 0px 20px; */
}

.testimonial-slider {
  background-color: rgba(255,255,255,.65);
}

.testimonial-header h2 {
  text-align: right;
  font-size: 24px;
  color: #000;
  border-right: 4px solid #f60201;
  padding-right: 20px;
  margin-right: -20px;
}

dd.result-text {
  margin-bottom: 10px;
}
.highlight {
  font-weight: bold;
}
.header {
  background-image: url("../img/head-background.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
}
.header-container {
  padding: 20px 45px 0;
}
.logo-width {
  width: 15%;
}
.words {
  margin-top: 10px;
}
.menu {
  font-family: 'Open Sans', sans-serif;
  background-color: transparent;
  margin-top: 20px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.phone-header {
  color: #000;
}
.phone-header:hover {
  color: #000;
  transition: color .3s;
}
.uk-navbar-nav>li>a {
  font-family: 'Open Sans', sans-serif;
  /*font-weight: 300;*/
  padding: 0 15px;
  transition: border-bottom .3s;
}
.uk-navbar-nav>li.uk-open>a,
.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a:focus {
  background-color: transparent;
  border-bottom: 2px solid #f60201;
}
.uk-navbar-nav>li>a.search:hover {
  background-color: transparent;
  border-bottom: none;
}
.uk-dropdown {
  padding: 0;
  width: 190px;
}
.uk-dropdown li {
  list-style: none;
}
.uk-dropdown a {
  color: #fff;
  width: 190px;
  padding: 10px 15px;
  background-color: #303030;
  display: block;
}
.uk-dropdown a:hover {
  background-color: #f60201;
  transition: background-color .3s;
}
.uk-navbar-content {
  padding: 0 10px;
  margin-bottom: 10px;
}
.uk-navbar-content i {
  color: #ccc;
}
.uk-offcanvas-bar {
  background: #000;
}
.uk-nav-offcanvas>li>a {
  color: #fff;
}
.uk-nav-offcanvas>.uk-open>a, html:not(.uk-touch) .uk-nav-offcanvas>li>a:focus, html:not(.uk-touch) .uk-nav-offcanvas>li>a:hover {
  background: #f60201;
}
.header-info {
  font-weight: 400;
}
.container {
  background-color: #fff;
}
.home-service {
  padding: 0 0 0 15px;
  width: 100%;
}
.slideshow {
  padding: 0 45px;
}
.uk-slideshow {
/*  border-bottom: 4px solid #f60201;*/
  z-index: 1;
}
.shadow-slideshow::before,
.shadow-slideshow::after {
  content: "";
  left: 50px;
  width: 50%;
  height: 20%;
  z-index: 0;
  bottom: 8px;
  max-width: 300px;
  max-height: 100px;
  margin-right: 40px;
  position: absolute;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.shadow-slideshow::after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.uk-slidenav-position .uk-slidenav-next {
  right: 40px;
}
.uk-slidenav-position .uk-slidenav-previous {
  left: 40px;
}
.content {
  padding: 20px 45px;
}
.formResponsive .formHorizontal .formControlLabel {
  float: none;
  width: auto;
  text-align: left;
  margin-bottom: 5px;
  padding: 0;
  font-weight: bold;
}
strong.formRequired {
  color: #f60201;
}
.formResponsive .formHorizontal .formControls {
  margin-left: 0;
}
.formResponsive input,
.formResponsive textarea {
  width: 100%;
}
.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="password"] {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin: 0;
}
.formResponsive .formHorizontal .rsform-block {
  margin-bottom: 0;
}
.rsform-block-submit {
  margin-top: 10px;
}
.search-dropdown {
  width: 225px;
  left: -151px;
  background-color: #303030;
  padding: 5px;
}
.search-dropdown button {
  color: #ccc;
}
.uk-slideshow span > * {
  float: left;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  padding: 15px 20px;
  position: absolute;
  left: 50px;
}
.uk-slideshow span h2 {
  bottom: 60px;
}
.uk-slideshow span h4 {
  bottom: 0;
}
.uk-button {
  color: #1d1d1d;
  background-color: transparent;
  border: 1px solid #858585;
  transition: all .4s;
}
.uk-button:hover {
  color: #fff;
  background-color: #f60201;
  border: 1px solid #f60201;
}
.uk-button2 {
  color: #fff;
  background-color: #f60201;
  border: 1px solid #f60201;
  transition: all .4s;
}
.uk-button2:hover {
  color: #1d1d1d;
  background-color: transparent;
  border: 1px solid #858585;
}

.uk-button2 {
    -webkit-appearance: none;
    overflow: visible;
    font: inherit;
    color: #fff;
    text-transform: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    background: #f60201;
    vertical-align: middle;
    line-height: 40px;
    min-height: 40px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
}
.home-container {
  padding-top: 15px;
}
.home-section {
  padding: 0 45px;
}
.services {
  margin-top: 10px;
}
.service-container {
  padding: 0 20px;
  margin-bottom: 25px;
}
.services-paragraph {
  line-height: 30px;
  font-size: 15px;
}
.block {
  margin-bottom: 10px;
}
.home-img {
  width: 184px;
  max-height: 184px;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 4px;
  border: 3px solid #000;
  background: #fff;
  border-radius: 100%;
  box-shadow: 3px 5px 10px rgba(0,0,0,.5);
}
.back .home-img {
  border: 3px solid #f60201;
}
/* Flip */
.flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
}
.flip-container h6 {
  bottom: 0px;
  font-size: 20px;
  line-height: 19px;
  position: relative;
  text-align: center;
  width: 100%;
  transition: all 0.6s ease 0s;
}
.flip-container:hover h6 {
color:#f36f21;
}
.flip-container.span3 {
  margin-left: 0;
  width: 20%;

  position: relative;
  margin-bottom: 20px;
}
.flip-container.span6{
  margin-left: 0;
  width: 50%;
  height: 292px;
  position: relative;
}
@media (max-width: 767px) {
  .flip-container.span3 {
    margin-left: 0;
    width: 50%;
    position: relative;
    margin-bottom: 20px;
    float: left;
  }
  .phonehide {display:none;}
}
/* START: Accommodating for IE */
.flip-container:hover .back, .flip-container.hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flip-container:hover .front, .flip-container.hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/* END: Accommodating for IE */
.back {
  width: 100%;
}
.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.6s;

	-moz-transition: 0.6s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}
.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
	position: absolute;
	top: 0;
	left: 0;
}
.front {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	z-index: 2;
	position: relative;
}
.back {
	-webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
   transform: rotateY(-180deg);
}
.front > h4 {
font-size: 1.8em;
text-align: center;
}
.back > h4 {
  font-size: 1.8em;
  text-align: center;
}
.back .home-img .home-text p {
  color: #000;
}
.home-text {
  height: 184px;
  position: relative;
  top: -10px;
  left: 0px;
  padding: 20px;
  text-align: center;
}
.home-text h4 {
  margin-bottom: 10px;
  color: red;
  font-size: 18px;
  font-weight: bold;
}
.home-text p {
  margin-top: 5px;
}
.service-thumbnail {
  max-width: none;
  position: relative;
  left: -25px;
  top: -5px;
}
.headline {
  font-size: 21px;
}
.icon {
  float: left;
  margin-right: 15px;
  font-size: 21px;
  color: #B8B8B8;
  width: 32px;
  /* height: 60px; */
  /* margin-top: 0px; */
  text-align: center;
}
.icon span {
  margin: 5px 0 0 0;
}
.icon span.uk-icon-map-marker {
  height: 25px;
}
.icon span.uk-icon-clock-o {
  height: 60px;
}
@media (min-width: 768px) {
  .contact-list .item .item-content .title {
    font-size: 1.1em;
    line-height: 1.5;
    padding: 6px 0;
    margin: 0;
  }
}
footer {
  padding: 0 45px;
  background-color: #fff;
}
.border-container {
  padding: 15px 0;
  border-top: 1px solid #eaebeb;
}
.foot-logo {
  margin-top: 7px;
}
.foot-logo.nfpas {
  text-align: center;
  position: relative;
  top: 12px;
  margin: 0;
}
footer i {
  font-size: 22px;
  color: #ED1F24;
}
footer .uk-list i {
  margin-right: 15px;
  font-size: 18px;
}
footer a {
  color: #000;
  transition: all .3s;
}
footer a:hover {
  color: #222;
  text-decoration: none;
}
.footer-bottom {
  font-size: 12px;
  color: #fff;
  padding: 30px 35px;
}
.info li {
  margin-bottom: 10px;
}
.business {
  height: 45px;
  margin: -16px 0px 0px 35px;
}
.contact-icons,
.footer-icons {
  margin-top: 0;
  margin-right: 35px;
}
.contact-icons li,
.footer-icons li {
  float: left;
  margin: 0 3px;
}
.contact-icons li a {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #848484;
  color: #848484;
  font-size: 25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  transition: all .3s;
}
.page-not-found-container {
  display: block;
  margin: 2em auto;
  padding: 0;
  width: 85%;
  text-align: center;
}
.content-404 {
  font-size: 6em;
  line-height: .85;
  padding: 30px 0;
  font-weight: lighter;
  color: #fd1c36;
}
.content-text {
  font-size: 2em;
  line-height: 1.1;
  padding: 30px 0;
  border-top: 1px dotted #bcbcbc;
}
.content-text p:first-of-type {
  margin-bottom: 33px;
}
.footer-icons li a {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #848484;
  color: #848484;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  transition: all .3s;
}
a.uk-icon-facebook:hover {
  background-color: #3b5998;
  border: 1px solid #3b5998;
  color: #fff;
}
a.uk-icon-twitter:hover {
  background-color: #00aced;
  border: 1px solid #00aced;
  color: #fff;
}
a.uk-icon-google-plus:hover {
  background-color: #dd4b39;
  border: 1px solid #dd4b39;
  color: #fff;
}
.footer-bottom a {
  color: #fff;
}
.left > * {
  float: left;
}
.right > * {
  float: right;
}
#scroll-to-top {
  display: none;
  width: 40px;
  height: 40px;
  right: 14px;
  position: fixed;
  bottom: 0;
  font-size: 20px;
  line-height: 38px;
  cursor: pointer;
  background: #fff;
  color: #585858;
  text-align: center;
  border: 1px solid #dbdbdb;
  webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.065);
  -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.065);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.065);
  -webkit-transition: color .4s, background-color .4s, border .4s;
  transition: color .4s, background-color .4s, border .4s;
}
#scroll-to-top:hover {
  background-color: #f60201;
  color: #fff;
  border: 1px solid #f60201;
}
@media (min-width: 1170px) {
  .uk-container {
    max-width: 1170px;
  }
  .home-container {
    background-image: url("../img/home-background-3.jpg");
    background-size: cover;
    background-position: 0 -230px;
    height: 775px;
  }
  .block {
    position: relative;
  }
  .block-1 {
    top: -167px;
    left: 10px;
  }
  .block-2 {
    top: -167px;
    right: -645px;
  }
  .block-3 {
    bottom: -80px;
    right: 210px;
  }
  .block-4 {
    bottom: -80px;
    right: 0px;
  }
}
@media (min-width: 960px) and (max-width: 1170px) {
  .block {
    width: 25%;
  }
  .service-container .uk-container {
    width: 100%;
    margin: 10px 0px 25px 0px !important;
  }
  .services {
    width: 100%;
  }
  .uk-navbar-nav>li>a {
    padding: 0 8px;
  }
}
@media (min-width: 960px) {
  .header {
    min-height: 230px;
  }
  .services {
    margin-right: auto;
    margin-left: auto;
  }
  .service-container {
    /*margin-left: 10px;*/
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  .block {
    text-align: center;
  }
  .service-container .uk-container {
    width: 100%;
    margin: 10px 0px 25px 12px;
  }
  .affiliates {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .page-not-found-container {
    margin: 3em auto;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 914px) {
  .block {
    width: 50%;
  }
}
@media (min-width: 769px) {
  /*.main_logo {
    display: none !important;
  }
  .camille_logo {
    display: block !important;
  }*/
}
@media (max-width: 768px) {
 /* .main_logo {
    display: block !important;
  }
  .camille_logo {
    display: none !important;
  }*/
  .logo-width {
    width: 20%;
    margin: 0 auto;
  }
  .content {
    padding: 20px;
  }
  .address {
    padding-left: 0;
    width: 50%;
  }
  .map-marker {
    width: 60px;
  }
  .left > *,
  .right > * {
    float: left;
  }
  .left p:first-of-type {
    margin-top: 13px;
  }
  .bluewall {
    margin-top: 13px;
    margin-right: 15px;
  }
  .business {
    margin: -12px 0px 0px 25px;
  }
  .footer-icons {
    margin-top: 10px;
  }
}
@media (max-width: 550px) {
  .logo-width {
    width: 45%;
  }
  .testimonial-slider p {
    /*font-size: 14px;*/
  }
  .testimonial-header h2 {
    border: 0 !important;
    text-align: left;
  }
}
@media (max-width: 400px) {
  .uk-container {
    padding: 0;
  }
  .top {
    display: none;
  }
  .logo-width {
    width: 100%;
  }
  .headline {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}
