/*
Theme Name: CiceroMonitoring
Author: Paulius Valickas
Description: Cicero monitoring site template
Version: 0.0.1
Tags: bootstrap
*/ 
#fancybox-content {border-width: 0px!important;}
#fancybox-title-float-main {display: none!important;}
#donotshowagain {color: #f7caca!important; margin: 15px 0 0 0!important;}

@font-face {
    font-family: 'Futura Bold';
    src: url('fonts/FuturaStd-Bold.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Futura Book';
    src: url('fonts/FuturaStd-Book.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Futura Book';
    src: url('fonts/MyriadPro-Regular.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Futura Book Bold';
    src: url('fonts/MyriadPro-Bold.otf');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: "Futura Book", "Open Sans", sans-serif !important;
  background-color: #f7f7f7 !important;
  color: #777;
  overflow-x: hidden;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Futura Book", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #777;
}

.blog-post h1, .blog-post .h1,
.blog-post h2, .blog-post .h2,
.blog-post h3, .blog-post .h3{
  font-size: 28px !important;
}
.blog-post h4, .blog-post .h4 {
  font-size: 22px !important;
}

.blog-post h3, .blog-post .h3 {
  margin-bottom: 30px !important;
  margin-top: 35px;
}

div.container1920 textarea {
  resize: none;
}

.blog-post > h1:nth-child(2), .blog-post > h1:nth-child(1) {
  color: #777;
  font-size: 24px;
  font-family: "Futura Book", "Open Sans", sans-serif;
}

.clear {
  clear: both;
}

.padding_left_right {
  padding-left:0;
  padding-right:0;
}

.padding_left_right div.blog-post{
  margin-left: 112px;
}

/*
 * Override Bootstrap's default container.
 */

/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  font-family: "Futura Book", "Open Sans", sans-serif;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin: 5px 0;
  font-size: 24px;
  font-family: "Futura Book", "Open Sans", sans-serif;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
  display: none;
}
.blog-post-meta a {
  display: none;
}


/*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  color: #777;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

.container1920 {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  min-width: 249px;
}

.site-header {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  height: 100px;
  position: relative;
  min-width: 249px;
}

.site-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  min-width: 249px;
}

.home-link {
  background-image: url('img/cicero_blue_no_bg_20190719.png');
  width: 340px;
  height: 90px;
  float: left;
  margin-top: 10px;
  background-size: 340px auto;
  background-repeat: no-repeat;
}

.login_box {
  width: 550px;
  position: absolute;
  bottom: -38px;
  right: 0;
  z-index: 101;
  text-align: right;
}
@media (max-width: 1200px) {
  .login_box {
    right: 15px;
  }
  #primary-menu > li:nth-child(4) {
    visibility: visible;
  }
}

.signup_label {
  margin-bottom: 7px;
  color: #008bd2;
}

.btn.btn-sm.signup_button {
  background-color: #008bd2;
  color: white;
  font-weight: bold;
  margin-top: -2px;
  margin-right: 1px;
  padding: 1px 4px;
}

.btn.btn-sm.login_button {
  background-color: #008bd2;
  color: white;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px 4px;
  float: right;
}

.signup_button.forgot_password {
  background-color: transparent;
  color: #008bd2;
  font-weight: normal;
  font-family: "Futura Book", "Open Sans", sans-serif;
}

#navbar_mobile {
/* hide responsive menu from desktop version */
    display: none;
    position: relative;
}

.login_button {
    display: none;
    position: relative;
}

@media (max-width: 1070px)
{
  .main_menu_bg {/* hide desktop menu after 640 */
      display: none;
  }
  #navbar_mobile {/* show responsive menu after 640 */
      display: block;
  }
  .login_button {
    display: inline-block;
  }
  .main_slider_wrapper {
    display: none;
  }
  .login_box {
    display: none;
  }
  .offices_menu_box {
    display: none;
  }
}

.mobile_menu_bar {
  height: 36px;
  background-color: #004e9d;
  cursor: pointer;
}

.mobile_menu_icon {
  display: inline-block;
  margin: 11px 0 0 15px;
  font-size: 16px;
  color: white;
}

#primary-menu-mobile {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 100;
  width: 100%;
  list-style-type:none;
  margin: 0;
  padding: 0;
}
#primary-menu-mobile li a {
  /*font-family: "Futura Book", "Open Sans", sans-serif;*/
  display: block;
  padding: 10px 10px 10px 15px;
  width: 100%;
  border-bottom: 1px solid #7f7f7f;
  color: #7f7f7f;
  background-color: white;
}
#primary-menu-mobile li.current_page_item > a, #primary-menu-mobile li a:hover {
  /*font-family: "Futura Bold", "Open Sans", sans-serif;*/
  background-color: #008bd2;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

#primary-menu-mobile li ul li a {
  padding-left: 30px;
}

.main_menu_bg {
  position: relative;
  top: 0;
  max-width: 100%;
  width: 100%;
  height: 38px;
  margin: 0 auto 0 auto;
  background-color: #004e9d;
  z-index: 100;
}

#navbar {
  max-width:1200px;
  width:100%;
  margin: 0 auto;
  min-width: 249px;
}

#primary-menu {
  float:left;
  position: relative;
  display: block;
  width: 100%;
  border-left: 1px solid white;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 36px;
}

.sub-menu:before {
  content: "";
  background-color: #F7f7f7;
  position: absolute;
  right:100%;
  height:37px;
  width:1000px;
}
.sub-menu:after {
  content: " ";
  position: absolute;
  background-color: #F7f7f7;
  left:100%;
  height:37px;
  width:1000px;
}

#primary-menu li {
  float:left;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
#primary-menu li a {
  float:left;
  display: inline-block;
  font-family: "Futura Bold", "Open Sans", sans-serif;
  padding: 0 10px;
  min-width: 113px;
  line-height: 36px;
  border-right: 1px solid white;
  color: white;
  text-align: center;
}
#primary-menu li a:hover {
  text-decoration: none;
  color: #008bd2;
}

/*#primary-menu li:hover ul {
  display: block;
}*/

ul.sub-menu {
  padding:0;
}

#primary-menu li ul {
  display: none;
  position: absolute;
  bottom: -39px;
  left: 0%;
  width: 100%;
  z-index: 10;
  height: 37px;
  background-color: #f7f7f7;
}

/*
#primary-menu li.current_page_item > ul {
  display: block;
}
*/

#primary-menu li ul li a {
  font-family: "Open Sans", sans-serif;
  line-height: 1em;
  padding: 0 5px;
  margin-top: 11px;
  border-right: 1px solid #7f7f7f;
  min-width: 0;
  color: #7f7f7f;
}

#primary-menu li ul li:first-child a {
  padding-left: 0;
}
#primary-menu li ul li:last-child a {
  border-right: 0 none;
}

.login_form {
  position: relative;
  width: 550px;
  padding: 0;
  margin: 0;
/*  padding-top: 6px;
  padding-bottom: 5px;*/
}

.login_form_txt_input {
  width: 142px;
  height:25px;
  background-color: #fff;
  border: 1px solid white;
  color: #7f7f7f;
  font-family: "Futura Book", "Open Sans", sans-serif;
  text-indent: 5px;
  line-height: 16px;
  vertical-align: middle;
  padding-top: 4px;
}
.login_form_txt_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(111,111,111,1);
  opacity: 1;
}
.login_form_txt_input::-moz-placeholder { /* Firefox 19+ */
  color:  rgba(111,111,111,1);
  opacity: 1;
}
.login_form_txt_input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(111,111,111,1);
  opacity: 1;
}
.login_form_txt_input:-moz-placeholder { /* Firefox 18- */
  color:  rgba(111,111,111,1);
  opacity: 1;
}

.login_form_submit_btn {
  font-family: "Futura Book", "Open Sans", sans-serif;
  width: 87px;
  height:25px;
  background-color: white;
  color: #004e9d;
  border:0;
  border-radius: 3px;
  position: relative;
  vertical-align: middle;
  padding-top: 1px;
  z-index: 103;
}

.forgot_label {
  display: none;
  position: absolute;
  width: 100%;
  top: 32px;
  right: 0;
  height: 36px;
  z-index: 1000;
  background-color: #f7f7f7;
  padding-top: 7px;
  padding-bottom: 7px;
  z-index: 102;
}

/*.login_form:hover .forgot_label, .forgot_label:hover {
  right:0;
  display: block;
}*/

.forgot_label:before {
  content: "";
  background-color: #F7f7f7;
  position: absolute;
  right:100%;
  height:36px;
  width:1000px;
  top:0;
}
.forgot_label:after {
  content: " ";
  position: absolute;
  background-color: #F7f7f7;
  left:100%;
  height:36px;
  width:1000px;
  top:0;
}

/* styles of meta slider begin here */

.main_slider_wrapper, .metaslider {
  margin: 0 auto;
}

.main_slider_wrapper .metaslider .caption-wrap {
  position: relative;
  bottom: 68%;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: 2px;
  background-color: transparent;
  z-index: 100;
}

.main_slider_wrapper .metaslider .caption {
  font-family: "Futura Book", "Open Sans", sans-serif;
  width:390px;
  background-color: white;
  color: #7f7f7f;
  height: 82px;
  overflow: hidden;
  font-size: 20px;
  padding: 11px 10px 11px 10px;
  line-height: 24px;
}

.main_slider_wrapper {
  position: relative;
}

.main_slider_wrapper .metaslider .caption h1 {
  font-family: "Futura Book Bold", "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
}

.main_slider_wrapper .flex-control-paging li a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  width: 125px;
  height: 27px;
}

.main_slider_wrapper .pager_wrapper {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 2px;
}

.main_slider_wrapper .flex-control-nav {
  position: absolute;
  bottom: 30%;
  text-align: left;
  background-color: transparent;
  z-index: 100;
}

.main_slider_wrapper .flex-control-paging li a {
  margin: 0 7px 0 0;
}

.main_slider_wrapper .dots-outer-wrap {
    position: relative;
    max-width: 1200px;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    overflow: visible;
}

.main_slider_wrapper .huge-it-dot-wrap {
    position: absolute;
    top: -200px;
    height: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 200px;
}

.main_slider_wrapper .huge-it-dot-wrap a {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #00ff00;
}

.nextend-bullet-bar, .nextend-bullet-bar-horizontal { 
  position: relative !important; 
  left: 0 !important;
  top: -116px;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  display: block !important;
  text-align: left !important;
}

.nextend-bar, .nextend-bar-horizontal { 
  position: relative !important; 
  left: 4px !important;
  top: -120px;
  width: 100% !important;
  max-width: 1200px;
  margin: 0 auto !important;
  text-align: left !important;
}

.nextend-bar div, .nextend-bar-horizontal div { 
  width: 351px !important; 
  height: 70px !important; 
}

.nextend-bar div span, .nextend-bar-horizontal div span{ 
  font-family: "Futura Book", "Open Sans", sans-serif !important;
  font-size: 16px !important;
}

.nextend-bar span hd_title, .nextend-bar-horizontal span.hd_title{ 
  font-family: "Futura Book Bold", "Open Sans", sans-serif !important;
  font-weight: 600 !important;
}


.tg-grid-holder:before {
  display: none !important;
}

/* styles of meta slider end here */

/* styles of forms begin here */
.width_100proc_blue {
  min-height: 230px; 
  width: 100%; 
  /*background-color: #008bd2; */
  /*background-color: #2055ad;*/
  margin: 35px 0 10px 0;
  padding: 10px 0;
}

.width_100proc_light_blue {
  min-height: 230px; 
  width: 100%; 
  background-color: #008bd2; 
  margin: 0 0 0 0;
  padding: 50px 0 60px 0;
}

.width_100proc_transparent {
  background-color:transparent;
  margin-bottom: 10px;
}

body > div.width_100proc_light_blue > div form#gm_form_160 div {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}

form#gm_form_160 div input {
  margin: 0 0 0 0;
}

body > div.width_100proc_light_blue > div form#gm_form_160 p {
  display: inline-block;
  max-width:880px;
  margin: 25px 15px 0 0;
  padding: 0 8px;
  text-align: justify;
  color: #fff;
  font-size: 100%;
}

form#gm_form_160 div.last_form_div {
  vertical-align: top;
  max-width:880px;
  margin: 25px 15px 0 0;
}



.form_wrapper {
  text-align: center;
  background-color: #2055ad;
  padding: 3px 0;
}
.width_100proc_light_blue .form_wrapper {
  text-align: center;
  background-color: transparent;
  padding: 3px 0;
}

.form_wrapper h1 {
  text-align: left;
  padding-left: 10px;
  color: white;
  font-family: "Futura Book","Open Sans",sans-serif;
  font-size: 28px;
}
@media (max-width: 1200px) {
  .form_wrapper h1 {
    text-align: center;
    padding-left: 0;
  }
  body { 
    overflow-x: visible;
  }
}

.form_wrapper input[type="text"], .form_wrapper input[type="email"], .form_wrapper select, .form_wrapper textarea, .form_wrapper input[type="submit"] {
  display: inline-block;
  width: 280px;
  margin: 0 0 18px 0;
  border: 0 none;
}
.form_wrapper input[type="text"], .form_wrapper input[type="email"], .form_wrapper select, .form_wrapper input[type="submit"] {
  height: 36px;
}
.form_wrapper input[type="text"], .form_wrapper input[type="email"] {
  text-indent: 5px;
  font-family: "Futura Book", "Open Sans", sans-serif;
}
.form_wrapper textarea {
  height: 90px;
  font-family: "Futura Book", "Open Sans", sans-serif;
}

.form_wrapper .contact_form_column {
  display: inline-block;
  width: 296px;
  margin-top: 10px;
  vertical-align: top;
}

.form_wrapper select {
  background-color: white;
  color: #777;
  font-family: "Futura Book", "Open Sans", sans-serif;
}

.form_wrapper input[type="submit"] {
  background-color: rgb(150,150,150);
  color: white;
  border-radius: 3px;
  margin-top: 53px;
}

.form_wrapper span.wpcf7-not-valid-tip {
  display: inline-block;
  width: 280px;
  margin-bottom: 18px;
  padding: 0.2em 0;
  background-color: #eac900;
  color: #e5005e;
}

.form_wrapper .wpcf7-validation-errors, .form_wrapper .wpcf7-mail-sent-ok {
  background-color: #eac900;
  border: 1px solid #eac900;
}

.width_100proc_transparent .form_wrapper h1 {
  color: #777;
}

.width_100proc_transparent .form_wrapper input[type="text"],
.width_100proc_transparent .form_wrapper input[type="email"],
.width_100proc_transparent .form_wrapper select,
.width_100proc_transparent .form_wrapper textarea {
  background-color: #e8e8e8;
  color: #7f7f7f;
} 

.width_100proc_transparent .form_wrapper textarea {
  padding: 5px;
}

.width_100proc_transparent .form_wrapper input[type="submit"] {
  background-color: #008bd2;
  font-weight: bold;
  height: 56px;
  margin: 33px auto 0 auto;
  font-size: 28px;
  border-radius: 8px;
  width: 200px;
}

/* styles of forms end here */

/* styles of team page begin here */
.team_box {
  margin: 0 auto 0 auto;
  width: 100%;
  max-width: 1200px;
  /*background-color: #e1e1e1;*/
  /*padding-right: 7px;*/
}

.clients_page .team_box {
  margin: 0 auto 0 auto;
  width: 100%;
  max-width: 1200px;
  background-color: #f7f7f7;
  padding: 0;
}

.our_team_title {
  font-family: "Futura Book", Open Sans, sans-serif;
}
/* styles of team page end here */

.padding_left_right_article {
  /*padding-left: 7px;*/
  padding-right: 7px;
 /* margin-top: 36px;*/
  padding-top: 36px;
  margin-left:0;
}
.padding_left_right_article+h4, 
.padding_left_right_article+h3, 
.padding_left_right_article+h2,
.blog-main+h4, 
.blog-main+h3, 
.blog-main+h2,
.forgot_password_form_wrapper  {
  margin-left:0;
}

.about_template .blog-main+h4 {
  margin-left:0;
}

.padding_left_right_article+h3, 
.padding_left_right_article+h2,
.blog-main+h3, 
.blog-main+h2 {
  font-size: 28px;
  color: #777;
}

.padding_left_right_article+h4, 
.blog-main+h4 {
  font-size: 22px;
  color: #777;
}


.box_outer_title {
  font-family: "Futura Book", Open Sans, sans-serif;
  padding-left: 0;
  padding-right: 0;
  font-size: 28px;
  margin-top: 60px;
  margin-bottom: 40px;
  color: #777;
}

h1.box_outer_title:nth-child(3) {
  margin-bottom: 0;
}

/* styles of contact page begin here */

.contact_box_samller {
  float:left;
  width: 32.5%;
  padding: 4px 4px 4px 0;
  margin-right: 8px;
}

.contact_box, .stay_up_to_date_box {
  float:left;
  width: 49%;
  padding: 4px 4px 4px 0;
}

.contact_box:first-child, .stay_up_to_date_box:first-child {
  margin-right: 2%;
}

.stay_up_to_date_box a {
  width: 4em;
  height: 4em;
  padding: 1em;
  margin-right: 0.15em;
  background-color: #008bd2;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.contact_text_box_title {
    width: 98%;
    font-weight: bold;
    padding-bottom: 8px;
}

@media (max-width: 1050px) {
  .contact_box, .stay_up_to_date_box {
    float:left;
    width: 100%;
    padding: 4px;
  }
  .contact_box_samller {
    float:left;
    width: 100%;
    padding: 4px;
  }
}

.contact_text_box {
  padding: 7px;
  background-color: #ffffff;
  min-height: 135px;
}

.contact_text_box_col_first {
  float:left;
  width: 50%;
}

.contact_text_box_col {
  float:left;
  width: 46%;
  padding-left: 10px;
}

.stay_up_to_date_box h2 {
  font-family: "Futura Book", Open Sans, sans-serif;
  font-size: 24px;
  color: #777;
}

.stay_up_to_date_box .wpcf7-validation-errors, .stay_up_to_date_box .wpcf7-mail-sent-ok {
  margin: 10px 0;
  background-color: #eac900;
  border: 1px solid #eac900;
}

.social_media_icon {
  display: inline-block;
  width: 63px;
  height: 63px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.social_media_twitter {
  background-image: url('img/icon_twitter.png');
}
.social_media_linkedin {
  background-image: url('img/icon_linkedin.png');
}
.social_media_youtube {
  background-image: url('img/icon_youtube.png');
}
.social_media_facebook {
  background-image: url('img/icon_facebook.png');
}
.social_media_instagram {
  background-image: url('img/icon_instagram.png');
}

.sign_up_email_wrapper, .sign_up_submit_wrapper {
  margin-top: 28px;
  vertical-align: top;
}

.sign_up_email_wrapper {
  display: inline-block;
  width: 85%;
  padding-right: 10px;
}
.sign_up_submit_wrapper {
  display: inline-block;
  width: 14%;
}
.sign_up_email_wrapper input{
  width: 100%;
  text-indent: 5px;
  border: 0 none;
  height: 36px;
}

.sign_up_submit_wrapper input {
  display: inline-block;
  background-color:#008bd2;
  color: white;
  font-weight: bold;
  border-radius: 3px;
  border: 0 none;
  height: 36px;
}
/* styles of contact page end here */

/* styles of forgot password form begin here */
.forgot_password_txt_input {
  width: 190px;
  height: 36px;
  margin-right: 10px;
  background-color: #e8e8e8;
  text-indent: 5px;
  border: 0 none;
}
.forgot_password_submit_btn {
  height: 36px;
  background-color: #008bd2;
  color: white;
  border-radius: 3px;
  border: 0 none;
}
/* styles of forgot password form end here */

.services_grid h2 {
  background-repeat: no-repeat;
  background-position: 7px 7px;
}

/*.current-menu-parent ul {
    z-index: 100;
    display: block;
}*/

.footer_block {
    min-height: 230px;
    width: 100%;
    background-color: #004e9d;
    margin: 0 0 0 0;
    padding: 10px 0 0;  
}

.alm-btn-wrap {
  text-align: center;
  margin-top: 20px;
}

.alm-btn-wrap button {
  margin: 0 auto;
}

.about_template .padding_left_right_article {
  margin-left: 0;
  padding: 15px 0 15px;
  width: 100%;
  min-width: 300px;
}

.offices_template .left_side_block {
  display: inline-block;
  width: 38%;
  vertical-align: top;
  margin: 30px 0;
}

.offices_template .right_side_block {
  display: inline-block;
  width: 60%;
  padding-left: 15px;
  margin: 10px 0;
}

.offices_template .right_side_block p {
  text-align: justify;
}

.offices_menu_box {
    width: 250px;
    position: absolute;
    bottom: -37px;
    left: 340px;
    z-index: 101;
    text-align: left;
}

.offices_menu_box a.office_text {
  display: inline-block;
  font-family: "Futura Bold", "Open Sans", sans-serif;
  padding: 0 10px 0 30px;
  line-height: 36px;
  color: white;
}

.offices_menu_box a.office_text:hover {
  text-decoration: none;
  color: #008bd2;
}

.menu_flag {
    width: 38px;
    border: 2px solid white;
    margin-top: -2px;
    margin-right: 3px;
}

#primary-menu > li:nth-child(4) {
  visibility: hidden;
}



/*.g-recaptcha {
    transform: scale(0.8);
    transform-origin: 0 0 0;
}*/

#recaptcha{
  width: 290px !important;
  height: 55px !important;
  /*background-color: green !important;*/
}

.form_wrapper input[type="submit"]{
    margin-top: 14px;
    padding-left: 3px;
    width: 239px;
    margin-left: 2px;
    height: 32px;
    padding-bottom: 1px;
    margin-right: 35px;
}

textarea.wpcf7-form-control {
  height: 101px !important;
}

.form_wrapper input[type="text"],.form_wrapper input[type="email"] {
    height: 40px;
    margin-bottom: 20px;
}
.form_wrapper .contact_form_column select {
    height: 40px;
}

div.contact_form_column:nth-child(5) > div
{
  width: 239px;
  margin: 0 auto;
  display: block;
}

div.contact_form_column:nth-child(5) > p
{
  width: 239px;
  margin: 0 auto;
  display: block;
}

.carousel-indicators li {
  width: 22px;
  height: 22px;
  border-top: none;
  border-bottom: none;
  opacity: .25;
  transition: opacity .4s ease;
  border-radius: 100px;
}

.carousel-indicators li.active {
  opacity: .7;
}

div.carousel-caption {
  position: absolute;
  right: auto;
  bottom: 250px;
  left: 15%;
  z-index: 10;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 35px;
  padding-right: 20px;
  color: #fff;
  text-align: left;
  background-color: #ffffff;
}

.slide_head, .slide_head h1 {
  font-family: "Futura Book", "Open Sans", sans-serif;
  font-size: 16px;
}

.slide_head {
  min-height: 82px;
  color: #777;
  position: relative;
}

:root {
 /* --main-cicero-color: #004e9d;*/
  --main-cicero-color: #f5e646;
  --blue: #337ab7;
}

a {
  color: #337ab7;
}

.slide_head:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 10px;
  width: 4px;
  height: 30px;
  background-color: var(--main-cicero-color);
}

.slide_head:after {
  content: '';
  position: absolute;
  left: 20px;
  top: 44px;
  width: 4px;
  height: 30px;
  background-color: var(--main-cicero-color);
}

.slide_head span {
  display: inline-block;
  font-weight: bold;
  color: #777;
  margin-bottom: 6px;
}