/* colors */
.bg-photo {
  background: center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  display: inline-block;
}
/* -------- begin html tag settings --------- */
BODY {
  background: #060809;
  color: #333;
  font-family: 'Cantarell', sans-serif;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
}
TD {
  padding: 4px;
}
h1,
h2,
h3,
h4,
h5 {
  color: #1a2328;
  font-family: 'Cantarell', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0.2em;
}

h1 {
  margin-top: 0;
  font-size: 48px;
}
h2 {
  font-size: 39px;
}
h3 {
  font-size: 33px;
}
h4 {
  font-size: 23px;
}
h5 {
  font-size: 18px;
}
ul {
  list-style: square;
  margin: 0 0 18px 0;
}
ol {
  list-style: decimal;
  margin: 0 0 18px 0;
}
ul > li,
ol > li {
  margin-bottom: 1em;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
p,
.p,
li {
  line-height: 1.6em;
  margin: 0 0 1em 0;
  font-weight: 400;
}
div {
  line-height: 1.2em;
}
a {
  color: #f6941c;
  cursor: pointer;
  text-decoration: underline;
  outline: 0;
}
a:visited {
  color: #060809;
  outline: 0;
}
a:hover,
a:active,
a:focus {
  color: #f6941c;
  text-decoration: none;
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  display: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 1em;
  padding: 4px;
}
code {
  white-space: wrap;
}
/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  left: -9000px;
}
/* ---------- begin structural settings ---------------- */
#container {
  font-size: 18px;
  float: left;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
section,
.section {
  float: left;
  position: relative;
  width: 100%;
  padding: 50px 0;
}
.container {
  position: relative;
  text-align: left;
}
#header {
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    padding: 10px 0;
    z-index: 99;
}
#header #search {
  float: right;
}
#header #search #searchform {
  position: relative;
}
#header #search #searchform #s {
  border: 1px solid #000;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 6px;
}
#header #search #searchform .btn-search {
  position: absolute;
  right: 0px;
  top: 8px;
  text-indent: 1000px;
  overflow: hidden;
  background: url("../images/icons/search.png") center center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  box-shadow: none;
}
#header #logo {
  float: left;
  width: 80px;
}
#header #nav {
  float: right;
  text-align: center;
  margin-top: 42px;
}
#header #nav ul {
  margin: 0 auto;
}
#header #nav ul li {
  position: relative;
}
#header #nav ul li a {
  color: #fff;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin: 0 30px;
}
#header #nav ul li.current-menu-item a,
#header #nav ul li.current_page_item a,
#header #nav ul li.current-page-ancestor a {
  color: #f7941d;
  border-bottom: 2px solid;
}
#header #nav ul li a:hover,
#header #nav ul li a:active,
#header #nav ul li li:hover {
  color: #f7941d;
}
#header #nav ul li ul.sub-menu,
#header #nav ul li ul.children {
  position: absolute;
  top: 33px;
  left: 4px;
  z-index: 20000;
  width: 160px;
  display: none;
}
#header #nav ul li ul.sub-menu li,
#header #nav ul li ul.children li {
  float: none;
}
#header #nav ul li ul.sub-menu a,
#header #nav ul li ul.children a {
  background: #2d3e47;
  border: 1px solid #f7941d;
  margin: 5px 0 0;
  text-align: left;
  padding: 5px 10px;
}
#header #nav ul li ul.sub-menu .current-page-ancestor a,
#header #nav ul li ul.children .current-page-ancestor a,
#header #nav ul li ul.sub-menu .current-menu-item a,
#header #nav ul li ul.children .current-menu-item a {
  background: #1a2328;
  color: #fff;
}
#header #nav ul li ul.sub-menu a:hover,
#header #nav ul li ul.children a:hover,
#header #nav ul li ul.sub-menu a:active a:hover,
#header #nav ul li ul.children a:active a:hover {
  color: #f7941d;
}
#header #nav ul li:hover ul.sub-menu,
#header #nav ul li:hover ul.children {
  display: block;
}
#header .mobile-nav {
  width: 24px;
  height: 24px;
  position: relative;
  margin: 48px 10px 10px 10px;
  display: none;
  float: right;
  z-index: 1000;
}
#header .mobile-nav .glyphicon {
  font-size: 24px;
  color: #fff;
}
.nav,
.nav ul,
.menu,
.menu ul {
  margin: 0;
  padding: 0;
}
.nav li,
.menu li {
  float: left;
  list-style: none;
  margin: 0;
}
.nav a,
.menu a {
  text-decoration: none;
}
#container.sticky-header {
  padding-top: 140px;
}
#container.sticky-header #header {
  position: fixed;
  top: 0;
  z-index: 9;
  animation: slide-down 1s;
  background: rgba(0, 0, 0, 1);
}
#container.sticky-header #header #nav {
  margin-top: 25px;
}
#container.sticky-header #header .mobile-nav {
  margin-top: 32px;
}
#container.sticky-header #header img#logo {
  width: 60px;
}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
/* Tablet (Portrait) ------------------------------------- */
@media only screen and (max-width: 1200px) {
  #header .mobile-nav {
    display: block;
  }
  #header #nav .menu-header {
    display: none;
    background: #1a2328;
    position: absolute;
    top: 128px;
    right: 26px;
    z-index: 1000;
  }
  #header #nav .menu-header ul {
    display: flex;
    flex-direction: column;
  }
  #header #nav .menu-header ul li.current-menu-item a,
  #header #nav .menu-header ul li.current_page_item a {
    border-bottom: none;
  }
  #header #nav .menu-header ul li ul.sub-menu {
    display: block;
    position: relative;
    text-align: center;
    z-index: 1;
    top: auto;
    left: auto;
  }
  #header #nav .menu-header ul li ul.sub-menu a {
    background: none;
    border: none;
  }
  #container.sticky-header #nav .menu-header {
    top: 98px;
  }
}
/* Mobile ((Portrait) ------------------------------------- */
@media only screen and (max-width: 767px) {
  #header #logo {
    max-width: 30%;
  }
  #header #nav .menu-header {
    min-width: 200px;
  }
  #header #nav .menu-header ul li ul.sub-menu {
    display: block;
    position: relative;
    text-align: center;
  }
}
#page {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  margin-top: -140px;
  z-index: 0;
}
#content {
  text-align: left;
}
/* HOME SLIDER */
@media only screen and (max-width: 768px) {
  #intro .fl-content-slider,
  #intro .fl-content-slider .fl-slide {
    min-height: 50vh !important;
  }
}
#intro .bx-wrapper .bx-pager {
  bottom: 20px;
}
#intro .bx-wrapper .bx-pager .bx-pager-item a {
  background: transparent;
  border: 2px solid #fff;
  width: 17px;
  height: 17px;
  border-radius: 50%;
}
#intro .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #fff;
}
#intro .bx-wrapper .bx-viewport .fl-slide-bg-photo:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  #intro .bx-wrapper .bx-viewport .fl-slide-bg-photo {
    position: absolute;
  }
  #intro .bx-wrapper .bx-viewport .fl-slide-mobile-photo {
    display: none;
  }
}
#intro .bx-wrapper .fl-slide-content-wrap {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
#intro .bx-wrapper .fl-slide-content-wrap .fl-slide-content h2,
#intro .bx-wrapper .fl-slide-content-wrap .fl-slide-content p {
  text-shadow: 2px 1px 10px #333;
}
@media only screen and (max-width: 768px) {
  #intro .bx-wrapper .fl-slide-content-wrap .fl-slide-content {
    background: transparent;
    padding-bottom: 60px;
  }
  #intro .bx-wrapper .fl-slide-content-wrap .fl-slide-content p {
    text-align: center !important;
  }
}
/* HOME CATEGORIES */
@media only screen and (max-width: 450px) {
  #home-categories {
    display: none;
  }
}
#home-categories h4 {
  color: #f7941d;
  line-height: 2em;
}
@media only screen and (max-width: 767px) {
  #home-categories h4 {
    font-size: 18px;
  }
}
#home-categories-mobile {
  display: none;
}
@media only screen and (max-width: 450px) {
  #home-categories-mobile {
    display: block;
  }
}
#home-categories-mobile ul {
  list-style: none;
  text-align: center;
  padding-left: 0;
}
#home-categories-mobile ul li {
  color: #f7941d;
  font-size: 18px;
}
/* HOME BOXES */
#home-boxes {
  display: none;
}
#home-boxes .home-box h4 {
  color: #fff;
  top: 4em;
  position: relative;
}
#home-boxes .home-box .fl-module-rich-text {
  border: 1px solid #fff;
  padding: 15px;
  margin-top: 15px;
  opacity: 0;
}
#home-boxes .home-box .fl-module-rich-text p {
  color: #fff;
  font-family: 'Cantarell', sans-serif;
}
#home-boxes .home-box:hover .fl-module-rich-text {
  animation: fade 2s;
  opacity: 1;
}
#home-boxes .home-box:hover h4 {
  animation: slide-up-fade-in 1s;
  top: initial;
}
@keyframes slide-up-fade-in {
  0% {
    opacity: 0;
    transform: translate(0px, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes slide-up-fade-in {
  0% {
    opacity: 0;
    -moz-transform: translate(0px, 40px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
  }
}
@-webkit-keyframes slide-up-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}
@-o-keyframes slide-up-fade-in {
  0% {
    opacity: 0;
    -o-transform: translate(0px, 40px);
  }
  100% {
    opacity: 1;
    -o-transform: translate(0px, 0px);
  }
}
@-ms-keyframes slide-up-fade-in {
  0% {
    opacity: 0;
    -ms-transform: translate(0px, 40px);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Who We've Worked With */
@media only screen and (max-width: 768px) {
  #who-we-worked-with .fl-html {
    width: 100vw;
    margin: 0 auto;
  }
}
#who-we-worked-with .fl-html #client-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#who-we-worked-with .fl-html #client-logos img {
  width: 10%;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  #who-we-worked-with .fl-html #client-logos img {
    width: 20%;
    padding: 20px 10px;
  }
}
/* R&D Page */
#rd-areas ul {
  list-style: none;
  padding-left: 0;
}
#rd-areas ul li {
  border-bottom: 1px solid #f7941d;
  padding-bottom: 18px;
}
#rd-areas ul li:first-child {
  border-top: 1px solid #f7941d;
  padding-top: 18px;
}
/* Fancybox pages */
body.page-template-page-fancybox #header .mobile-nav {
  display: none;
}

#modal-content {
	text-align: left;
}
#modal-content .fl-heading-text {
    margin-bottom: 30px;
	display: block;
    font-size: 48px;
}
#modal-content .fl-icon-wrap {
	margin-top: 10px;
}
#modal-content h4 {
	font-size: 24px;
}
#modal-content i.fa.fa-file-text-o {
    font-size: 30px;
	color: #f7941d;
}
#modal-content p {
	font-size: 16px !important;
}
#modal-content .the-content {
	width: 66.5%;
}
#modal-content .the-image {
	width: 33.5%;
}

#footer {
  background: #40464d;
  padding: 45px 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  #footer {
    flex-direction: column;
  }
}
#footer .footer-title {
  margin-bottom: 50px;
}
#footer .footer-title h4 {
  color: #f7941d;
  text-align: center;
}
#footer .widget-area {
  display: flex;
  justify-content: center;
}
#footer .textwidget p {
  font-size: 17px;
}
#footer .textwidget p a {
  color: #fff;
  text-decoration: none;
  margin: auto;
  font-size: 17px;
}
#footer .textwidget p a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1100px) {
  #footer .col-sm-3 {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  #footer .col-sm-3 {
    width: 100%;
  }
}
#footer #footer-contact {
  border-right: 1px solid #f7941d;
}
@media only screen and (max-width: 768px) {
  #footer #footer-contact {
    border-right: 0;
    border-bottom: 1px solid #f7941d;
  }
}
@media only screen and (max-width: 768px) {
  #footer #footer-badge img {
    max-width: 250px;
    margin-top: 40px;
  }
}
#footer #text-2 a:before,
#footer #text-5 a:before {
  content: "\f041";
  display: block;
  font-family: FontAwesome;
  position: absolute;
  margin-left: -17px;
  font-size: 17px;
  color: #f7941d;
}
#footer #text-3 a:before,
#footer #text-6 a:before {
  content: "\f095";
  display: block;
  font-family: FontAwesome;
  position: absolute;
  margin-left: -17px;
  font-size: 17px;
  color: #f7941d;
}
#footer #text-4 a:before,
#footer #text-7 a:before {
  content: "\f0e0";
  display: block;
  font-family: FontAwesome;
  position: absolute;
  margin-left: -20px;
  font-size: 17px;
  color: #f7941d;
}
#footer .menu li a {
  display: inline-block;
  padding: 4px 8px;
}
#footer:focus {
  outline: none;
}
#bottom {
  font-size: 0.8em;
  padding: 20px 0;
  background: #1a2328;
}
#bottom a:hover {
  opacity: 0.8;
}
#bottom .copyright,
#bottom .credit {
  margin: 0;
}
#bottom .copyright {
  text-align: left;
  color: #fff;
  font-size: 14px;
}
#bottom .copyright a {
  color: #fff;
  text-decoration: none;
}
#bottom .credit {
  text-align: right;
  color: #fff;
  font-size: 14px;
}
#bottom .credit a {
  color: #fff;
  text-decoration: none;
}
#bottom .credit a:hover {
  opacity: 0.8;
}
#bottom .col-sm-4 {
  float: right;
}
#bottom .col-sm-4 .social-media {
  text-align: right;
}
#bottom .col-sm-4 .social-media a i {
  background: #fff;
  color: #1a2328;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 7px;
  font-size: 21px;
  text-align: center;
}
/* Tablet (Portrait) ------------------------------------- */
/* Mobile ((Portrait) ------------------------------------- */
@media only screen and (max-width: 767px) {
  #bottom .copyright {
    width: 100%;
    text-align: center;
  }
  #bottom .informed {
    padding: 0 5%;
    margin-bottom: 10px;
  }
  #bottom .col-sm-4 {
    width: 100%;
    padding-top: 10px;
  }
  #bottom .col-sm-4 .credit {
    text-align: center;
  }
}
img.alignright {
  float: right;
  margin: 0 0 6px 10px;
}
img.alignleft {
  float: left;
  margin: 0 10px 6px 0;
}
.hide {
  display: none;
}
.date,
.help {
  color: #777;
  font-size: 0.9em;
}
.divider {
  clear: both;
  border-bottom: 3px solid #fac380;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.videoblock {
  background: center center no-repeat;
  background-size: cover;
  height: 250px;
  border: 2px solid #000;
  display: inline-block;
  position: relative;
  width: 80%;
  margin: 0 10%;
  text-align: center;
}
.videoblock .play-button {
  background: url("../images/play-button.svg") center center no-repeat;
  background-size: 30%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 20px;
  opacity: 0.4;
}
.videoblock .play-button:hover {
  opacity: 0.7;
}
.videoblock strong {
  position: absolute;
  background: url("../images/transparent-black.png");
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 1px #000;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/* slider */
#container {
  padding: 0;
  overflow: hidden;
}
#container .cs,
#container .cs-viewport,
#container .cs-viewport div {
  height: 450px;
}
#container .cs-slide {
  background: center center no-repeat;
  background-size: cover;
}
/* sticky note */
.note {
  background-color: yellow;
  max-width: 300px;
  position: absolute;
  right: 20px;
  z-index: 999;
  padding: 20px;
}
#wp-admin-bar-wlcms-admin-logo img {
  max-height: 80%;
}
#container {
  /* buttons */
}
#container a.btn,
#container .btn,
#container button,
#container input[type="submit"],
#container .btn a,
#container a.fl-button {
  display: inline-block;
  border: 0;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 12px;
  line-height: 16px;
  font-size: 16px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#container a.btn .fl-button-text,
#container .btn .fl-button-text,
#container button .fl-button-text,
#container input[type="submit"] .fl-button-text,
#container .btn a .fl-button-text,
#container a.fl-button .fl-button-text {
  color: #1a2328;
}
#container a.btn:hover,
#container .btn:hover,
#container button:hover,
#container input[type="submit"]:hover,
#container .btn a:hover,
#container a.fl-button:hover {
  opacity: 0.8;
}
#container button,
#container input[type="submit"] {
  padding: 4px 16px;
  -webkit-appearance: none;
}
#container .white-bg-button a.fl-button,
#container .frm_submit input[type="submit"] {
  border: 1px solid #1a2328;
}
#container .white-bg-button a.fl-button:hover,
#container .frm_submit input[type="submit"]:hover {
  background: #1a2328;
  color: #fff;
}
#container .white-bg-button a.fl-button:hover .fl-button-text,
#container .frm_submit input[type="submit"]:hover .fl-button-text {
  color: #fff;
}
#container .fl-accordion-button-label:hover {
  opacity: 0.5;
}
.snippet {
  margin-bottom: 40px;
}
.snippet h2 {
  margin-top: 0;
}
.blog-thumb {
  background: center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}
.blog-thumb img {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.entry-footer {
  color: #f7941d;
  font-size: 18px;
  text-decoration: none;
}
.entry-footer a {
  color: #f7941d;
}
.entry-footer > span {
  margin-right: 6px;
}
.entry-footer .updated {
  display: none;
}
.entry-footer .posted-on,
.entry-footer .byline {
  display: none;
}
.navigation a,
.navigation span {
  padding-right: 6px;
}
.fl-post-feed-title {
  font-size: 34px;
}
.fl-post-feed-title a:hover {
  color: #f7941d;
}
.fl-post-feed-more {
  text-transform: uppercase;
  color: #f7941d;
  font-size: 14px;
  font-weight: 400;
}
.fl-post-feed-more:hover {
  color: #a85e06;
}
.fl-post-feed-more:visited {
  color: #f7941d;
}
.fl-post-feed-more:visited:hover {
  color: #a85e06;
}
.fl-post-feed-meta .fl-sep {
  color: #f7941d;
}
#container .fl-builder-pagination-load-more a.fl-button {
  border: 1px solid #1a2328;
}
#container .fl-builder-pagination-load-more a.fl-button:hover {
  background: #1a2328;
}
#container .fl-builder-pagination-load-more a.fl-button:hover .fl-button-text {
  color: #fff;
}
/* Single Post */
.single-post #content {
  margin-top: 60px;
}
.single-post #content .entry-title {
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f7941d;
}
.single-post #content .nav-links {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 60px;
}
.single-post #content .nav-links a {
  text-decoration: none;
}
.single-post #content .nav-links a:hover .meta-nav {
  background: #1a2328;
  color: #fff;
}
.single-post #content .nav-links .meta-nav {
  border: 1px solid #1a2328;
  background: #fff;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 12px;
  line-height: 14px;
  font-size: 14px;
}
.single-post #content .nav-links .post-title {
  display: none;
}
/* Category Page */
body.category #content {
  max-width: 1170px;
  float: none;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  body.category #content {
    width: 90%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
#container .fl-builder-pagination,
.fl-builder-pagination-load-more {
  padding: 100px 0 40px;
}
/* Tablet (Portrait) ------------------------------------- */
/* Mobile ((Portrait) ------------------------------------- */
@media only screen and (max-width: 768px) {
  .blog-thumb {
    margin-bottom: 10px;
  }
}
/* forms */
#container .frm_forms br {
  display: none;
}
#container .frm_style_formidable-style.with_frm_style .frm_primary_label,
#container .frm_style_formidable-style.with_frm_style .frm_radio label,
#container .frm_style_formidable-style.with_frm_style .frm_checkbox label {
  font-family: 'Cantarell', sans-serif;
  font-size: 18px;
  font-weight: 400;
}
#container .frm_style_formidable-style.with_frm_style .frm_primary_label {
  marigin-bottom: 6px;
}
#container .frm_style_formidable-style.with_frm_style div.description {
  font-family: 'Cantarell', sans-serif;
  font-size: 14px;
}
#container .frm_style_formidable-style.with_frm_style input[type=text],
#container .frm_style_formidable-style.with_frm_style input[type=password],
#container .frm_style_formidable-style.with_frm_style input[type=email],
#container .frm_style_formidable-style.with_frm_style input[type=number],
#container .frm_style_formidable-style.with_frm_style input[type=url],
#container .frm_style_formidable-style.with_frm_style input[type=tel],
#container .frm_style_formidable-style.with_frm_style input[type=phone],
#container .frm_style_formidable-style.with_frm_style input[type=search],
#container .frm_style_formidable-style.with_frm_style select,
#container .frm_style_formidable-style.with_frm_style textarea,
#container .frm_form_fields_style,
#container .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container,
#container .frm_form_fields_active_style,
#container .frm_form_fields_error_style,
#container .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices,
#container .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
  border-radius: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
}
/* #Site Styles // rewrite original
================================================== */
img {
  max-width: 100%;
  height: auto;
}
/* Tablet (Portrait) ------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 100%;
    line-height: 1em;
    font-size: 1em;
  }
  .container,
  .fl-row-fixed-width {
    width: 90%;
  }
}
/* Mobile ((Portrait) ------------------------------------- */
@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 100%;
    line-height: 1em;
    font-size: 1em;
  }
  h1 {
    font-size: 30px;
    text-align: center;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  .container,
  .fl-row-fixed-width {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #content,
  #sidebar {
    width: 100%;
  }
  .col {
    width: 100%;
    margin: 0;
  }
}
/*# sourceMappingURL=style.css.map */