input, textarea, button {
  border-radius: 0 !important; }

button {
  border-radius: 0 !important; }

.btn {
  border-radius: 0; }

.btn-danger {
  color: #fff;
  background-color: #a31d11;
  border-color: #a31d11; }
  .btn-danger:hover, .btn-danger:active, .btn-danger:focus {
    color: #a31d11;
    background-color: white; }

/*ui-datepicker styles*/
.ui-datepicker-calendar {
  margin: 0; }

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 20px auto 0;
  margin-left: -50px;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  display: none; }

.ui-datepicker a {
  text-decoration: none; }

/* DatePicker Table */
.ui-datepicker table {
  width: 100%; }

.ui-datepicker-header {
  background: 0 0 #3e3e3e;
  color: #e0e0e0;
  font-weight: bold;
  /*-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
  text-shadow: 1px -1px 0px #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);*/
  line-height: 30px;
  border-width: 1px 0 0 0;
  border: none;
  border-color: #111; }

.ui-datepicker-title {
  text-align: center; }
  .ui-datepicker-title .ui-datepicker-month, .ui-datepicker-title .ui-datepicker-year {
    border: none; }
  .ui-datepicker-title .ui-datepicker-year {
    padding-left: 10px; }

.ui-datepicker-prev, .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  /*background-image: url('../img/arrow.png');*/
  /*background-repeat: no-repeat;*/
  /*line-height: 600%;*/
  color: #ddd;
  overflow: hidden; }

.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
  color: #9d9d9d; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
  margin-left: 5px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0px;
  margin-right: 5px; }

.ui-datepicker thead {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb; }

.ui-datepicker th {
  text-transform: uppercase;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0); }

.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #bbb; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: linear-gradient(top, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5); }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: #a31d11;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: white;
  text-shadow: 0px 1px 0px #8c190f;
  filter: dropshadow(color=#8c190f, offx=0, offy=1);
  border: 1px solid #8c190f;
  position: relative;
  margin: -1px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

.ui-datepicker-unselectable {
  background-color: #DDDDDD; }

.ui-datepicker-title select {
  background-color: #3e3e3e; }

.ui-datepicker-title select option {
  background-color: #fff;
  color: #3e3e3e; }

header#header .contact-info {
  font-size: .9em;
  font-weight: bold;
  float: left; }
  header#header .contact-info .info-list li > b {
    color: #222222;
    font-weight: bold; }
  header#header .contact-info .info-list li:first-child {
    margin: 0; }
header#header .header-logo {
  margin: 10px 7px 10px 0; }
  header#header .header-logo img {
    max-width: 80px; }
header#header .top-header .contact-info .phone-wrapper, header#header #searchItem {
  margin: 0 0 0 15px; }
header#header .top-header .contact-info {
  clear: none !important; }
header#header .social-profile.type1 a {
  color: #a31d11;
  margin: 12px 0 9px 30px; }
  header#header .social-profile.type1 a:hover {
    color: #75150c; }

.site-header.header-align-center .site-logo {
  float: left; }

.main-header .social-profile {
  margin: 0 0 0 10px !important; }

@media (max-width: 767px) {
  .top-header .contact-info .phone-wrapper, #searchItem {
    margin: 0 !important; }

  header#header .social-profile.type1 a {
    margin: 0 auto;
    padding: 10px 15px; }

  .site-header.header-align-center .site-logo {
    float: none; }

  .contact-info {
    float: none !important; } }
.sf-with-ul {
  border-radius: 0 !important; }

.sf-menu ul a {
  border-top: 1px solid #7e160d !important;
}

@media (max-width: 767px) {
  .sf-menu ul a {
    width: 80%;
  }
  
}

.sf-menu ul > li:first-child > a {
  border-radius: 0 !important; }

.sf-menu ul > li:last-child > a {
  border-radius: 0 !important; }

.sf-menu li {
  margin: 0 9px !important; }

#fullscreen-search {
  /*-------------- saerch section -----------*/ }
  #fullscreen-search .search-button {
    position: absolute; }
  #fullscreen-search .close {
    position: fixed;
    color: #fff;
    top: 45px;
    right: 50px;
    font-size: 1.7em;
    cursor: pointer;
    display: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1001; }
  #fullscreen-search .close:hover {
    font-size: 2.4em;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  #fullscreen-search .search {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 1000px;
    width: 0;
    height: 0;
    background: #007073;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    z-index: 1000; }
  #fullscreen-search .search .input {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 350px;
    height: 40px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 3px solid #eee;
    color: #eee;
    font-size: 1.3em;
    display: none; }
    #fullscreen-search .search .input.placeholder {
      color: #00a2a6; }
    #fullscreen-search .search .input:-moz-placeholder {
      color: #00a2a6; }
    #fullscreen-search .search .input::-moz-placeholder {
      color: #00a2a6; }
    #fullscreen-search .search .input::-webkit-input-placeholder {
      color: #00a2a6; }
  #fullscreen-search .search.open {
    height: 4000px;
    width: 4000px; }

.footer-inner p.copyright a {
  color: white; }

#footer .footer-sidebar .widget.widget_nav_menu {
  list-style-type: none; }
  #footer .footer-sidebar .widget.widget_nav_menu .wpml-ls-item {
    display: none; }
  #footer .footer-sidebar .widget.widget_nav_menu .menu-navbar-uk-container, #footer .footer-sidebar .widget.widget_nav_menu .menu-navbar-ru-container {
    -moz-column-width: 11.5em;
    /* Firefox */
    -webkit-column-width: 11.5em;
    /* webkit, Safari, Chrome */
    column-width: 11.5em;
    /*remove standard list and bullet formatting from ul*/ }
    #footer .footer-sidebar .widget.widget_nav_menu .menu-navbar-uk-container ul, #footer .footer-sidebar .widget.widget_nav_menu .menu-navbar-ru-container ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      #footer .footer-sidebar .widget.widget_nav_menu .menu-navbar-uk-container ul .sub-menu, #footer .footer-sidebar .widget.widget_nav_menu .menu-navbar-ru-container ul .sub-menu {
        margin: 10px 0 0 0; }
      #footer .footer-sidebar .widget.widget_nav_menu .menu-navbar-uk-container ul li:first-child, #footer .footer-sidebar .widget.widget_nav_menu .menu-navbar-ru-container ul li:first-child {
        margin-top: 0px; }

.post .entry-footer, .portfolio .entry-footer {
  background: none !important; }

.address-area .address-title {
  margin: 0; }

form.wpcf7-form p {
  margin-bottom: 10px; }
form.wpcf7-form label {
  color: #a31d11;
  font-size: 12px;
  width: 100%; }
form.wpcf7-form input:not([type=submit]), form.wpcf7-form textarea {
  color: #a31d11;
  border: 1px solid #a31d11 !important;
  border-radius: 0 !important;
  width: 100% !important; }
  form.wpcf7-form input:not([type=submit]).placeholder, form.wpcf7-form textarea.placeholder {
    color: #999999; }
  form.wpcf7-form input:not([type=submit]):-moz-placeholder, form.wpcf7-form textarea:-moz-placeholder {
    color: #999999; }
  form.wpcf7-form input:not([type=submit])::-moz-placeholder, form.wpcf7-form textarea::-moz-placeholder {
    color: #999999; }
  form.wpcf7-form input:not([type=submit])::-webkit-input-placeholder, form.wpcf7-form textarea::-webkit-input-placeholder {
    color: #999999; }
form.wpcf7-form input[type=submit] {
  border-radius: 0; }
form.wpcf7-form > p:nth-child(2), form.wpcf7-form p:nth-child(3) {
  float: left;
  width: 50%; }
form.wpcf7-form > p:nth-child(2) label {
  padding-right: 10px; }
form.wpcf7-form > p:nth-child(3) label {
  padding-left: 10px; }
form.wpcf7-form > p:nth-child(4) {
  margin: 0; }
form.wpcf7-form span.wpcf7-not-valid-tip {
  color: red !important; }

div.wpcf7-response-output {
  margin: 0; }

@media (max-width: 470px) {
  form.wpcf7-form label {
    width: auto; }
  form.wpcf7-form > p:nth-child(2), form.wpcf7-form p:nth-child(3) {
    float: none;
    width: auto; }
  form.wpcf7-form > p:nth-child(2) label {
    padding-right: 0; }
  form.wpcf7-form > p:nth-child(3) label {
    padding-left: 0; } }
.home-main-container {
  margin: 0; }

#welcome {
  /*background-color: #ededed;*/
  padding-top: 100px; }
  #welcome .left-column p {
    color: #a31d11;
    letter-spacing: -0.4px;
    font-size: 1.118em;
    font-weight: bold;
    line-height: 1.05; }
  #welcome .left-column h2 {
    font-size: 2.8em; }
  #welcome .right-column p {
    font-size: 1.294em;
    font-weight: 300;
    line-height: 1.55; }

#services {
  background-color: #ededed;
  padding-top: 100px;
  padding-bottom: 70px; }
  #services div.more {
    padding-top: 20px;
    text-align: center; }
  #services .row.items {
    display: flex;
    flex-wrap: wrap; }
    #services .row.items .service {
      margin: 0;
      padding: 0; }
    #services .row.items .wrapper-addon {
      padding: 2.3em 1.8em 3.1rem; }
      #services .row.items .wrapper-addon a {
        color: white; }
        #services .row.items .wrapper-addon a:hover, #services .row.items .wrapper-addon a:active, #services .row.items .wrapper-addon a:focus {
          text-decoration: none; }
      #services .row.items .wrapper-addon .program-icon {
        filter: invert(1); }
      #services .row.items .wrapper-addon h5 {
        margin-top: 25px;
        font-size: 1.5em;
        font-style: normal;
        line-height: 1.09em;
        text-decoration: none;
        text-transform: none;
        letter-spacing: -0.7px; }
      #services .row.items .wrapper-addon i:nth-child(3) {
        font-size: 4em; }
    #services .row.items > div {
      color: white; }
    #services .row.items > div:nth-child(1) {
      background-color: #007073; }
    #services .row.items > div:nth-child(2) {
      background-color: #00575a; }
    #services .row.items > div:nth-child(3) {
      background-color: #003e40; }
    #services .row.items > div:nth-child(4) {
      background-color: #002527; }

#choose-us {
  padding-top: 100px; }
  #choose-us .left-column p {
    color: #a31d11;
    letter-spacing: -0.4px;
    font-size: 1.118em;
    font-weight: bold;
    line-height: 1.05; }
  #choose-us .left-column h2 {
    font-size: 2.8em; }
  #choose-us .right-column .row {
    display: flex;
    flex-wrap: wrap; }
    #choose-us .right-column .row .item {
      padding-bottom: 20px; }
      #choose-us .right-column .row .item .title i {
        font-size: 1.8em;
        padding-right: 10px; }
      #choose-us .right-column .row .item .title span {
        font-size: 1.2em;
        font-weight: bold; }

#contact-us {
  display: flex;
  margin-top: 30px; }
  #contact-us .left-column {
    padding: 70px 50px 70px;
    float: left;
    display: inline-block;
    width: 50%; }
    #contact-us .left-column .item_body .name, #contact-us .left-column .item_body .email {
      padding-bottom: 20px; }
    #contact-us .left-column .item_body input, #contact-us .left-column .item_body textarea {
      border: 0;
      border-radius: 0;
      width: 100%; }
      #contact-us .left-column .item_body input.placeholder, #contact-us .left-column .item_body textarea.placeholder {
        color: #999999; }
      #contact-us .left-column .item_body input:-moz-placeholder, #contact-us .left-column .item_body textarea:-moz-placeholder {
        color: #999999; }
      #contact-us .left-column .item_body input::-moz-placeholder, #contact-us .left-column .item_body textarea::-moz-placeholder {
        color: #999999; }
      #contact-us .left-column .item_body input::-webkit-input-placeholder, #contact-us .left-column .item_body textarea::-webkit-input-placeholder {
        color: #999999; }
  #contact-us .right-column {
    display: inline-block;
    float: right;
    background-image: url("/wp-content/themes/gli/images/contact-us.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    width: 50%; }
  #contact-us:after {
    content: '';
    clear: both; }

#any-question {
  background-color: #007073;
  color: white;
  text-align: center; }
  #any-question .container-fluid {
    padding: 50px 0; }
    #any-question .container-fluid .row {
      margin: 0; }
    #any-question .container-fluid .quote, #any-question .container-fluid .phone {
      font-size: 1.3em; }
    #any-question .container-fluid .phone span:last-child {
      font-weight: bold; }

#online-calculator {
  color: white;
  background-color: #007073;
  margin-top: 50px;
  padding-top: 30px; }
  #online-calculator .row div:first-child {
    text-align: center; }
    #online-calculator .row div:first-child img {
      max-width: 200px;
      width: 100%; }
  #online-calculator .row div:last-child {
    padding-top: 35px; }

#last-news {
  background-color: #ededed;
  padding-top: 90px;
  padding-bottom: 50px; }
  #last-news .title p {
    color: #a31d11;
    letter-spacing: -0.4px;
    font-size: 1.118em;
    font-weight: bold;
    line-height: 1.05; }
  #last-news .title h2 {
    font-size: 2.8em; }
  #last-news a {
    color: #007073; }
  #last-news .items .item:first-child .image img {
    width: 100%; }
  #last-news .items .item:first-child .post_meta {
    margin-top: 10px;
    color: #007073; }
    #last-news .items .item:first-child .post_meta .date, #last-news .items .item:first-child .post_meta .author {
      font-style: italic; }
    #last-news .items .item:first-child .post_meta span:not(:last-child):after {
      content: ' |'; }
  #last-news .items .item:first-child .title {
    font-size: 2em; }
  #last-news .items .item:not(:first-child) {
    margin-bottom: 20px; }
    #last-news .items .item:not(:first-child) .title {
      font-size: 1em; }
    #last-news .items .item:not(:first-child) .post_meta {
      margin-top: 3px;
      font-size: .8em;
      color: #007073; }
      #last-news .items .item:not(:first-child) .post_meta .date, #last-news .items .item:not(:first-child) .post_meta .author {
        font-style: italic; }
      #last-news .items .item:not(:first-child) .post_meta span:not(:last-child):after {
        content: ' |'; }

#may-be-helpful {
  padding-top: 50px;
  padding-bottom: 30px; }
  #may-be-helpful .row {
    text-align: center; }
    #may-be-helpful .row .title {
      font-size: 2em;
      margin-bottom: 30px; }
    #may-be-helpful .row a {
      color: #222222; }
    #may-be-helpful .row p {
      margin-top: 15px; }
    #may-be-helpful .row .wrapper-image {
      position: relative; }
      #may-be-helpful .row .wrapper-image img {
        margin: 0 auto;
        max-width: 150px;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
        /* IE 6-9 */ }
      #may-be-helpful .row .wrapper-image .fill {
        background-color: rgba(255, 0, 0, 0.2);
        border-radius: 50%;
        margin: 0 auto;
        width: 150px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }

@media (max-width: 991px) {
  #online-calculator {
    padding-bottom: 35px; }
    #online-calculator .row div:first-child {
/*      display: none;*/
    }

  #last-news {
    padding-top: 50px;
    padding-bottom: 30px; }
    #last-news .title p {
      font-size: .9em; }
    #last-news .title h2 {
      font-size: 1.8em; }
    #last-news .items .item {
      margin-bottom: 50px; }
      #last-news .items .item:first-child .title {
        font-size: 1em; }

  #contact-us .left-column {
    float: none;
    width: 100%; }
  #contact-us .right-column {
    display: none; } }
@media (max-width: 470px) {
  #welcome {
    padding-top: 50px; }
    #welcome .left-column h2 {
      font-size: 1.8em; }

  #services {
    background-color: #ededed;
    padding-top: 50px;
    padding-bottom: 50px; }
    #services .row .wrapper-addon h5 {
      font-size: 1.25em; }
    #services .row .wrapper-addon i:nth-child(3) {
      font-size: 2.5em; }

  #choose-us {
    padding-top: 50px; }
    #choose-us .left-column h2 {
      font-size: 1.8em; }

  #prices {
    padding-top: 50px; }
    #prices .row .item_header .item_title h5 {
      font-size: 1.35em; }

  #good-company {
    margin-top: 50px;
    padding-bottom: 50px; } }
#insurance-programs .row {
  display: flex; }
  #insurance-programs .row a {
    text-decoration: none; }
  #insurance-programs .row .program__item {
    margin-bottom: 30px; }
  #insurance-programs .row .background-image {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover; }
  #insurance-programs .row .info {
    background-color: rgba(255, 255, 255, 0.6);
    height: 100%;
    padding: 10% 14%; }
    #insurance-programs .row .info p {
      color: #222222; }
    #insurance-programs .row .info .title {
      color: #a31d11;
      font-size: 1.8em; }
    #insurance-programs .row .info .description {
      font-size: .9em; }

@media (max-width: 991px) {
  #insurance-programs .row {
    display: block; } }

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