body, html {
  overflow-x: hidden; }

body {
  background-color: #ffffff;
  font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6, span, p {
  font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif; }

* {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }

.clear {
  clear: both; }

.height30 {
  height: 30px; }

img {
  height: auto; }

.top-bar {
  min-height: 40px;
  background-color: #eeeeee; }

.bold {
  font-weight: bold; }

.block {
  display: block; }

.logo_text {
  float: right;
  margin-top: 11%; }

.navbar-brand img {
  float: left;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s; }

.top-menu {
  min-height: 110px;
  background-color: #ffffff;
  z-index: 5000;
  width: 100%; }

.top-menu .navbar-toggle {
  margin-top: 38px; }

.top-menu .navbar-brand {
  padding: 0;
  margin: 15px 0; }

/* ------ Carousel ----- */
.mar_top {
  margin-top: 40px; }

#carousel.inner_s {
  background: #3860ad; }

#carousel {
  background: #8F2691;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-x: hidden;
  margin-bottom: 0;
  height: 340px; }

#carousel.inner_slide {
  height: 10px; }

#carousel .carousel-caption {
  z-index: 10;
  /*    background: rgba(255,255,255,0.1); */
  height: 100%; }

#carousel .item {
  height: 340px; }

#carousel .carousel-inner > .item > img {
  position: absolute;
  min-width: 100%;
  height: 500px;
  left: 0;
  top: 0; }

.carousel-indicators {
  bottom: 0; }

.purple_bg {
  background: #8F2691;
  padding: 40px 0 60px; }

.purple_bg a {
  color: #fff;
  font-size: 14px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s; }

.purple_bg a:hover {
  color: #000;
  text-decoration: none; }

.frsmiami { display:none;
  text-align: center;
  padding-bottom: 20px;
  margin-top: -25px;
  border-bottom: 2px solid #3860ad; }

.dark_purple {
  background: #592D1C; }

.orange_bg {
  background: #f1ab45;
  min-height: 100px;
  margin-bottom: 50px;
  position: relative;
  padding: 40px 0 50px; }

.orange_bg:before {
  content: "";
  background: #1b2c59;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.purple_background h3 {
  color: #f1ab45; }

.purple_background p {
  font-size: 16px; }

.orange_background h3 {
  color: #8F2691; }

.orange_background ul li {
  font-size: 16px;
  line-height: 20px;
  color: #263058;
  padding: 5px 0; }

.sub-menu {
  display: none;
  min-width: 250px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 38px;
  background: #eee;
  z-index:11 }
  .sub-menu a {
    white-space: nowrap;
    padding: 5px 10px;
    color: #333;
    display: block; }

@media (min-width: 768px) {
  .menu-item-has-children:hover > a {
    background-color: #f1ab45;
    color: #fff; }
  .menu-item-has-children:hover > .sub-menu {
    display: block; }
    .menu-item-has-children:hover > .sub-menu a:hover {
      color: #f1ab45;
      text-decoration: none;
      background: #efefef; } }
@media (min-width: 768px) {
  #carousel .carousel-caption p {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 21px; }

  #carousel .carousel-caption {
    padding-bottom: 0;
    right: 20%;
    left: 20%;
    top: 0; } }
@media (max-width: 768px) {
  #carousel .carousel-caption {
    padding-bottom: 120px; } }
@media (max-width: 1024px) {
  #carousel {
    /*        background: url('../images/carousel_bg_s.jpg') no-repeat center center; 
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;*/
    overflow-x: hidden;
    margin-bottom: 0;
    height: 500px; } }
@media (min-width: 1400px) {
  #carousel .carousel-caption {
    width: 920px;
    margin: 0 auto; } }
/* ------ End of Carousel ----- */
/* ------ Welcome & Slogna ------ */
.welcome {
  border-bottom: 1px solid #cccccc;
  min-height: 230px; }

.slogan {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 42px;
  margin: 60px 0;
  color: #333333; }

.service {
  margin-bottom: 100px;
  margin-top: 40px; }

.service-item {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
  font-size: 20px; }

.service-item p {
  font-weight: lighter;
  text-align: justify;
  margin-top: 10px;
  font-size: 16px;
  color: #343434; }

.subheader {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  margin-top: 12px;
  font-size: 12px;
  color: #e67e22; }

.top-bar .subheader {
  font-size: 13px !important; }

.subheader a {
  color: #e67e22; }

.subheader #phone {font-size:17px !important;}

#blog {
  margin-top: 50px; }

.btn-orange {
  background-color: #f1ab45;
  border-bottom: 2px solid #f1ab45;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff; }

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
  background-color: #f1ab45;
  color: #ffffff; }

.btn-green {
  background-color: #2ecc71;
  border-bottom: 2px solid #27ae60;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff; }

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
  background-color: #27ae60;
  color: #ffffff; }

.btn-blue {
  background: #3860AD;
  border-bottom: 2px solid #567EC9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff; }

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
  background-color: #33599F;
  color: #ffffff; }

.nav > li > a {
  padding: 10px 20px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s; }

@media (min-width: 768px) {
  .nav > li > a:hover,
  .nav > li > a:focus {
    background-color: #f1ab45;
    color: #fff; }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    background-color: #f1ab45;
    color: #fff; }

  .navbar-default .navbar-nav > .current-menu-item > a,
  .navbar-default .navbar-nav > .current-menu-item > a:hover,
  .navbar-default .navbar-nav > .current-menu-item > a:focus {
    background-color: #f1ab45;
    color: #fff; } }
.nav > li > a {
  color: #929292;
  text-transform: uppercase; }

.navbar-default {
  background-color: #fff;
  border: none; }

.navbar {
  margin-bottom: 0px; }

.service-item-header {
  margin-left: -10px;
  padding: 16px 10px 0;
  font-weight: bold;
  display: inline-block; }

.header-orange {
  background-color: #ff7600;
  min-width: 298px;
  height: 67px;
  color: #fff; }

.team_hr {
  border: 1px solid #fff;
  width: 39.5%;
  float: left; }

.team_hr_left {
  margin-right: 30px;
  margin-left: 15px; }

.team_hr_right {
  margin-left: 30px; }

.hr_gray {
  border: 1px solid #cccccc; }

.highlights {
  /*background: url('../images/background.png') ; */
  font-family: 'Open Sans', sans-serif;
  /*min-height:590px;*/
  color: #ffffff; }

.line-header {
  margin-top: 100px;
  margin-bottom: 80px; }

.member-thumb:hover .thumb-overlay {
  transition: all 0.3s ease-in-out 0s;
  visibility: visible;
  opacity: 1; }

.member-thumb {
  position: relative;
  overflow: hidden; }

.member-thumb .thumb-overlay {
  background-color: rgba(220, 157, 102, 0.8);
  position: absolute;
  visibility: hidden;
  padding-top: 35%;
  padding-left: 25%;
  height: 100%;
  width: 100%;
  opacity: 0;
  right: 0;
  top: 0; }

.thumb-overlay a {
  float: left;
  margin-right: 5px; }

.highlights-inner {
  margin-top: 10px; }

.highlights-inner-header {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px; }

.highlights-inner-subtext {
  font-weight: normal;
  font-size: 12px; }

.row_team {
  margin-left: -50px;
  margin-top: 70px; }

.row_team li {
  list-style: none; }

.project-box {
  background-size: cover;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 200px;
  width: 200px; }

.project-box:hover .project-overlay {
  transition: all 0.3s ease-in-out 0s;
  visibility: visible;
  opacity: 1; }

.project-overlay {
  background: rgba(0, 0, 0, 0.75);
  border: 2px solid #ff7600;
  visibility: hidden;
  position: absolute;
  text-align: center;
  padding-top: 40px;
  color: #ffffff;
  height: 100%;
  width: 100%;
  opacity: 0;
  right: 0;
  top: 0; }

.project-overlay hr {
  width: 70%; }

.project-gallery li {
  margin: 15px; }

.txt_darkgrey {
  color: #333333; }

.txt_orange {
  color: #e67e22;
  word-wrap: break-word; }

a {
  word-wrap: break-word; }

.txt_slogan {
  font-size: 14px;
  color: #333; }

.line-header span {
  font-size: 18px;
  float: left;
  margin-top: 10px; }

.team_box div {
  text-align: center;
  padding-top: 100px; }

.span_blog {
  margin-bottom: 80px; }

.blog_post {
  color: #333333;
  padding: 10px; }

.blog_header {
  font-weight: bold;
  font-size: 16px; }

.blog_text {
  text-align: justify;
  font-size: 14px;
  margin-top: 20px; }

/* Blog pagination */
.navigation {
  padding-top: 20px;
  border-top: 1px solid #ccc; }

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration: none; }

.navigation li {
  display: inline; }

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #6FB7E9;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem; }

.navigation li a:hover,
.navigation li.active a {
  background-color: #3C8DC5; }

#contact {
  margin-top: 100px;
  border-top: 1px solid #cccccc;
  font-size: 14px; }

.contact-map {
  margin-bottom: 15px;
  /*height: 378px;*/
  height: 426px; }

.head_contact {
  padding-bottom: 80px;
  margin-bottom: 0; }

.contact_right {padding-top:20px;}
.contact_right .btn-orange {width:91%; float:none !important; margin-top:10px;}

.contact_right img {
  margin-right: 5px; }

.contact_right form {
  padding-left: 15px;
  padding-right: 15px; }

.tweet_txt {
  border-left: 2px solid #ffffff;
  min-height: 160px; }

.twitter_user {
  color: #FFFF33;
  font-size: 14px;
  float: right; }

.partners {
  border-top: 2px solid #cccccc; }

.partners .partner-item {
  margin-bottom: 45px; }

.footer {
  border-top: 2px solid #cccccc;
  margin-top: 50px; }

.footer_container {
  margin-top: 60px;
  margin-bottom: 20px; }

.footer_bottom_content {
  margin: auto;
  margin-bottom: 30px;
  font-size: 14px;
  color: #333333; }

.social-icon-fb {
  background: url("images/social-icon-fb.png") no-repeat;
  width: 42px;
  height: 42px;
  display: block; }

a:hover .social-icon-fb {
  background: url("images/social-icon-fb-over.png") no-repeat; }

.social-icon-rss {
  background: url("images/social-icon-rss.png") no-repeat;
  width: 42px;
  height: 42px;
  display: block; }

a:hover .social-icon-rss {
  background: url("images/social-icon-rss-over.png") no-repeat; }

.social-icon-twitter {
  background: url("images/social-icon-twitter.png") no-repeat;
  width: 42px;
  height: 42px;
  display: block; }

a:hover .social-icon-twitter {
  background: url("images/social-icon-twitter-over.png") no-repeat; }

.social-icon-linkedin {
  background: url("images/social-icon-linkedin.png") no-repeat;
  width: 42px;
  height: 42px;
  display: block; }

a:hover .social-icon-linkedin {
  background: url("images/social-icon-linkedin-over.png") no-repeat; }

.social-icon-dribbble {
  background: url("images/social-icon-dribbble.png") no-repeat;
  width: 42px;
  height: 42px;
  display: block; }

a:hover .social-icon-dribbble {
  background: url("images/social-icon-dribbble-over.png") no-repeat; }

ul.project-gallery li a img:hover {
  border: 3px solid #ff7600; }

.gallery-category a {
  color: #333333; }

.gallery-category a.active {
  color: #e67e22;
  text-decoration: none; }

.gallery-category a:focus {
  color: #e67e22;
  text-decoration: none; }

.gallery-category a:hover {
  color: #e67e22;
  text-decoration: none; }

.link_orange:hover {
  text-decoration: none; }

.project-gallery {
  margin: 0 0 0 0;
  margin-top: 30px;
  margin-left: -40px; }

.project-gallery li {
  list-style: none;
  margin-bottom: 25px; }

.project-gallery li img {
  cursor: pointer; }

li {
  font-size: 14px; }

#carousel.banner_img {
  padding: 20px 0;
  height: auto; }

.banner_img img {
  display: inline-block;
  border-radius: 10px !important; }

.tweets {
  background-color: #8F2691;
  min-height: 200px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #ffffff;
  margin-top: 100px; }

.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-style: italic; }

.btn_loadmore {
  margin-top: 30px;
  margin-bottom: 80px; }

.noborder {
  border: 0 !important;
  margin-top: 0 !important; }

.blog_box {
  margin-left: -12px; }

.service p.blog_text {
  margin-top: 2px;
  margin-bottom: 30px; }

.about_us ul li .img-responsive {
  padding: 5px;
  background: rgba(56, 96, 173, 0.5);
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s; }

.about_us ul li .img-responsive:hover {
  background: #3860ad; }

.page-id-2 .about_us .list-inline:hover .img-responsive {
  background: #3860ad; }

.about_us .col-md-9 {
  padding-left: 20px; }

.about_us .blog_post {
  padding: 10px 10px 50px 10px; }

.about_us .col-md-9 > .pull-left {
  background: #8F2691;
  width: 100%;
  padding-left: 10px;
  padding-bottom: 3px; }

.about_us .col-md-9 > .pull-left .txt_orange {
  color: #fff; }

.about_us .col-md-9 a {
  color: #e67e22; }

.comments-link {
  display: none; }

.entry-meta a {
  color: #59656F; }

/*.about_us .col-md-9 > .pull-left:before { content: ""; position: absolute; top:0; left: 0; height: 20px; }*/
.contact .blog_header, .intervention .blog_header, .service_page .blog_header, .about_us .blog_header {
  font-size: 24px; }

/*.about_us .blog_post { border-bottom: 1px solid purple;}*/
/*.about_us .blog_post:last-child { border-bottom: 0;}*/
.isStuck .navbar-brand img {
  max-width: 60%;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s; }

.featured_images {
  float: left;
  margin-right: 15px; }

.your-message textarea {
  min-height: 113px;
  height: 113px; }

.no-images {
  width: 150px;
  height: 150px;
  background: #ddd; }

.meta_info {
  padding-bottom: 5px; }

.post_content_wrap .btn.btn-orange {
  margin-top: 4px; }

.single .entry-header {
  border-bottom: 2px solid #f1ab45;
  margin-bottom: 20px;
  padding-bottom: 5px; }

.single .contact_right {
  margin-top: 27px; }

.inner_s .glyphicon-chevron-left:before {
  content: ""; }

.inner_s .glyphicon-chevron-right:before {
  content: ""; }

.inner_s .carousel-control {
  cursor: default; }

#carousel.inner_s .item {
  height: 160px; }

#carousel.inner_s {
  height: auto; }

.page-template-contact-php #contact {
  border-top: 0 !important;
  margin-top: 100px !important; }

span.tilte_ {
  display: block;
  color: #000; }

.pdf_download {
  text-align: center; }

.item .container {
  text-align: center; }

#menu-item-21594 {
  display: none; }

@media (min-width: 991px) and (max-width: 1200px) {
  .project-box, .project-overlay {
    height: 170px;
    width: 170px; }

  .project-gallery {
    margin-left: -70px; }

  .service-item-header {
    padding: 16px 10px 20px; }

  .header-orange {
    min-width: 230px; }

  .team_box, .team_box_over {
    height: 220px;
    width: 220px; } }
@media (max-width: 991px) {
  .highlights-inner {
    margin-top: 20px;
    margin-bottom: 20px; }

  .btn-read-more {
    float: right;
    margin-bottom: 40px; } }
@media (min-width: 768px) and (max-width: 990px) {
  .member-thumb .thumb-overlay {
    padding-left: 30%; }

  .project-box, .project-overlay {
    height: 130px;
    width: 130px;
    padding-top: 0px; }

  .project-gallery {
    margin-left: 10px; }

  .blog_box {
    margin-right: -140px; } }
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 12px;
    padding-right: 12px; } }
@media (max-width: 768px) {
  .navbar-header {
    width: 100px; }

  .top-menu .navbar-brand {
    width: 100%;
    float: left; }

  .member-thumb .thumb-overlay {
    padding-left: 40%; }

  .navbar-nav > li > a {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px; }

  .tweet_txt {
    border-left: 0; }

  .welcome {
    min-height: 100px; }

  .btn-read-more {
    float: right;
    margin-bottom: 40px; }

  img {
    max-width: 100%; }

  .blog_box {
    margin-right: 0; }

  .about_us .col-md-9 {
    padding-left: 0; }

  .blog_post .col-md-3 {
    width: 100%; }

  .slogan {
    margin: 10px 0;
    font-size: 32px; }

  .slogan {
    font-size: 20px;
    margin: 10px 0; }

  .welcome {
    min-height: 1px; }

  .service {
    margin-top: 0; }

  .service-item-header {
    padding: 0 10px; }

  #carousel {
    height: 205px; }

  h1 {
    font-size: 20px; }

  #carousel .carousel-caption p {
    font-size: 14px; }

  .btn-lg {
    font-size: 14px;
    padding: 5px 10px; }

  #carousel .item {
    height: 205px; }

  .orange_background {
    background: #f1ab45;
    width: 100%;
    float: left; }

  .purple_background {
    background: #1b2c59;
    width: 100%;
    float: left; }

  .orange_bg {
    padding: 0;
    background: none; }

  .orange_bg:before {
    background: none; }

  .purple_bg {
    padding: 10px 0; }

  .navbar-nav > li > a {
    font-size: 11px; }

  .carousel-inner .slide5, .carousel-inner .slide4, .carousel-inner .slide1, .carousel-inner .slide2, .carousel-inner .slide1, .carousel-inner .slide3 {
    padding-left: 0; }

  .carousel-indicators {
    left: 10%;
    margin-bottom: 0; } }
@media (max-width: 767px) {
  .navbar-nav {
    height: 360px;
    overflow-y: scroll; }

  .sub-menu {
    position: static;
    display: none;
    padding: 0 0 0 20px; }

  .parent:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #3860ad;
    float: right;
    position: absolute;
    right: 10px;
    top: 17px; }

  .hover .sub-menu {
    display: block; }

  /*#email > a > strong { display: inline-block; text-indent: -9999px; }*/
  /*#email > a > strong:before { content: "Email"}*/
  #email.pull-right {
    float: left !important; }

  #menu-item-21594 {
    display: block; }

  .pdf_download .row > div {
    margin-bottom: 10px; }

  .navbar-header {
    width: 100%; }

  .carousel-inner .container {
    padding: 0; }

  .tweet_txt {
    border-left: 0; }

  #carousel .carousel-caption {
    padding-bottom: 0; }

  #carousel .item, #carousel {
    height: auto; }

  .top-menu .navbar-brand {
    float: left;
    width: 33%; }

  .top-menu .navbar-toggle {
    margin-top: 18px; }

  .carousel-caption .btn {
    text-shadow: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -47px; }

  /*#email strong { position: absolute; top: 10px; right: 10px; }*/
  .carousel-caption p {
    display: none; }

  .carousel-caption p + p {
    display: block; }

  .navbar-collapse {
    max-height: 1000px; } }
@media (max-width: 380px) {
  /*#carousel {height: 173px; }*/
  .member-thumb .thumb-overlay {
    padding-left: 30%; }

  /*#carousel .item {height: 122px; }*/
  .service-item-header {
    font-size: 16px;
    padding: 23px 10px 22px; }

  .header-orange {
    min-width: 0px; } }
@media (min-width: 991px) and (max-width: 1200px) {
  .team_hr {
    width: 37%; } }
@media (min-width: 683px) and (max-width: 991px) {
  .team_hr {
    width: 33%; } }
@media (min-width: 585px) and (max-width: 683px) {
  .member-thumb .thumb-overlay {
    padding-left: 25%; }

  .team_hr {
    width: 30%; } }
@media (min-width: 536px) and (max-width: 585px) {
  .team_hr {
    width: 28%; } }
@media (min-width: 410px) and (max-width: 536px) {
  .team_hr {
    width: 21%; } }
@media (max-width: 410px) {
  h1, .h1 {
    font-size: 16px; }

  .team_hr {
    width: 11%; }

  .line-header {
    margin: 10px 0; } }
.alignleft {
  float: left;
  padding-right: 10px; }

.alignright {
  float: right;
  padding-left: 10px; }

.tag-links a {
  margin: 0px 3px; }

.tag-links a:after {
  content: ","; }

.tag-links:before {
  content: "Tags:"; }

.tag-links a:last-child:after {
  content: ""; }

.unique-mobile-class + .unique-mobile-class {
  display: none; }
iframe {max-width:100%;}
#google_language_translator, #language {display:inline-flex;}