/* General body settings */
body { 
  color: #14304B; 
  direction: ltr;
  background: url(../../../ext/img/bg-fixed2.jpg) fixed;
}

/* h1-h6 */
.content h1, .content h2 {
    font: 200 36px 'Roboto', sans-serif;
    display: inline-block;
    margin: 0 0 25px;
    line-height: 0px;
    text-align: center;
}
.content h1:after, .content h2:after {
  z-index: 2; 
  content: " "; 
  display: block;
  padding-top: 7px;
  width: 73px;
  margin: 0 auto;
}
.content h3, .content h4, .content h5, .content h6 {
  font: 300 18px 'Roboto', sans-serif;
  padding: 0;
  margin: 0;
}
.content h1 strong, 
.content h2 strong,
.content h3 strong,
.content h4 strong {
  color: #e54a1a;
  font-weight: 300;
}
.content h3 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}
.content h4 {
  font-size: 18px;
}
.content h5 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 5px;
  padding-top: 5px;
}
.content h6 {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 5px;
  padding-top: 5px;
}
.h-gray {
  opacity: 0.7;
}

/* links styles */
a, a:focus, a:hover, a:active {
  color: #e6400c;
  outline: 0;
  text-decoration: none;
}
a:hover {
  color: #e6400c;
  text-decoration: none;
}

/* Global classes */
::-moz-selection {
  color: #fff;
  background: #e6400c;
}
::selection {
  color: #fff;
  background: #e6400c;
}

.min-hight500 {
  min-height: 500px;
}

.lead {
    font: 400 15px 'Roboto', sans-serif;
    text-align: left;
    line-height: 23px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
*html .clearfix {
  zoom: 1;
}
*+html .clearfix {
  zoom: 1;
}
.clear {
  clear: both; 
  height: 0; 
  font-size: 0; 
  line-height: 0; 
  overflow: hidden;
}
.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content-center {
  text-align: center;
}
.border-bottom-silver {
  border-bottom: solid 1px #b7bbbf;
}

.more-li-space li {
  margin-bottom: 3px;
}

.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-bottom-padding {
  padding-bottom: 0 !important;
}
.no-bottom-space {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.no-top-padding {
  padding-top: 0 !important;
}
.no-top-space {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.no-space {
  margin: 0 !important;
  padding: 0 !important;
}
.no-text-shadow {
  text-shadow: none;
}

.padding-top-5 {
  padding-top: 5px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-15 {
  padding-top: 15px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-top-25 {
  padding-top: 25px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-top-35 {
  padding-top: 35px !important;
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-top-45 {
  padding-top: 45px !important;
}
.padding-top-50 {
  padding-top: 50px !important;
}
.padding-top-60 {
  padding-top: 60px !important;
}
.padding-top-70 {
  padding-top: 70px !important;
}
.padding-top-80 {
  padding-top: 80px !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-25 {
  margin-bottom: 25px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-35 {
  margin-bottom: 35px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-bottom-45 {
  margin-bottom: 45px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.margin-bottom-60 {
  margin-bottom: 60px !important;
}
.margin-bottom-65 {
  margin-bottom: 65px !important;
}
.margin-bottom-70 {
  margin-bottom: 70px !important;
}
.margin-bottom-80 {
  margin-bottom: 80px !important;
}
.margin-bottom-90 {
  margin-bottom: 90px !important;
}
.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-left-0 {
  margin-left: 0 !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}

.padding-left-0 {
  padding-left: 0 !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-right-30 {
  padding-right: 30px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.btn {
  padding: 7px 14px;  
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
}
.btn-primary {
  border: none;
  background: #e94d1c;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background: #cc3304;
  border: none;
}
.content-page .btn-primary, 
.content-page .btn-primary:hover {
  color: #fff;
  margin-left: 0 !important;
}
.btn-default {
  border: 1px solid white;
  color: white;
  background: transparent;
  padding: 6px 13px; transition: all 0.3s
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  border: 1px solid white;
  color: #fff;
  background: #031431;
  padding: 6px 13px; 
}

/*  media */
.embed-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;

}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* panels style */
/*.panel-default {
  border-color: #ecf0f1;
}
.panel-default > .panel-heading {
  background: #ecf0f1;
  border-color: #ecf0f1;
  color: #333;  
}
.panel-default > .panel-heading h4 {
  font: 300 16px 'Roboto', sans-serif;
  padding: 0;
  margin-bottom: 0;
}
.panel-default > .panel-heading a {
  text-decoration: none;
  color: inherit;
}
.panel-default > .panel-heading a:active,
.panel-default > .panel-heading a:focus {
  color: inherit;
}*/

/* Header and header elements */

.header {
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: auto;
    z-index: 9;
    width: 100%;
    min-height: 70px;
    padding: 0;
    background: #061734;
    z-index: 9999 !important;
 }

.menu-always-on-top .header {
  background: none;
  top: 0;
  bottom: auto;
  position: fixed !important;
  z-index: 10101; 
  transition: all 0.2s ease-in-out 
}

.margin-right-5 { margin-right: 5px !important }
.btn i { top: 1px !important;
    position: relative !important; }

.ie8 .header {
  background: #fff !important;
}
.ie8 .header.fixNav {
  border-bottom: solid 1px #ddd;
}

/* header at the top */
.header-top {
  top: 0;
  bottom: auto;
  background: rgba(255,255,255,1);
}
/* header on the second screen */
.header-second-screen {
  bottom: -63px;/* 61px â€“ header height */
}
.header.fixNav {
  position: fixed;
  top: 0;
  bottom: auto;
}

.site-logo {
  float: left;
  padding-top: 19px;
}

.header .mobi-toggler {
  float: right;
  color: #D8D8D8;
  border: 1px solid #D8D8D8;
  border-radius: 100% !important;
  width: 32px;
  height: 32px;
  display: none;
  margin: 15px 15px 0;
  position: relative;
  background: url(../../layout/img/toggler.png) no-repeat 6px 8px;
}
.header .mobi-toggler i {
  display: none;
}
.header .mobi-toggler:hover {
  background: #e34f00 url(../../layout/img/toggler.png) no-repeat 6px -28px;
  border-color: #e34f00;
  color: #fff;
}

.header-navigation {
    float: left;
    list-style: none;
    padding: 26px 0 0;
    margin: 0; text-transform:uppercase;
    font: 400 16px 'Roboto', sans-serif;
    letter-spacing: 0.5px;
}
.header-navigation li {
  float: left;
  padding: 0;
  margin: 0 0 0 40px;
}
.header-navigation a {
    display: block;
    color: white;
  transition: all 0.3s !important;
}

.header-navigation a i {
      font-size: 6px !important;
    position: absolute; color:white !important;
    margin-left: -25px;
    margin-top: 1px;
}

.header-navigation a .line {
    transition: all 0.3s !important;
    height: 1px;
    width: 0%;
    margin-top: 5px;
    background: white;
}
.header-navigation a:hover .line {
  width:100%
}
.header-navigation li.current a .line {
  width:100%
}
.header-navigation a:hover,
.header-navigation li.current a {
  color: #e6400c;
}

.header a:hover {
  text-decoration: none;
}

/* Promo block */
.promo-block {
  overflow-x: hidden;
}
.slider-item-1 .promo-like {
  color: #fff;
  background: rgba(0,0,0,0.67);
  display: inline-block;
  margin-right: 7px;
  text-align: left;
  padding: 35px 22px 25px 21px;
  position: relative;
  top: -12px;
}
.ie8 .slider-item-1 .promo-like,
.ie8 .slider-item-1 .promo-like-text {
  background: #000;
}
.slider-item-1 .promo-like i {
  font-size: 80px;
  line-height: 1;
}
.slider-item-1 .promo-like-text {
  color: #fff;
  background: rgba(0,0,0,0.67);
  font: 400 20px/1.4 "PT Sans Narrow", Arial, sans-serif;
  display: inline-block;
  text-align: left;
  padding: 22px 25px 17px;
}
.slider-item-1 .promo-like-text h2 {
  font: 400 38px/38px "PT Sans Narrow", Arial, sans-serif;
  padding: 0;
  margin: 0 0 8px;
}
.slider-item-1 .promo-like-text p {
  margin: 0;
}
.slider-item-1 .large_bold_white,
.slider-item-2 .large_bold_white {
  font: 700 75px/83px "PT Sans Narrow", Arial, sans-serif;
  text-transform: uppercase;
}
.slider-item-1 .large_bold_white span,
.slider-item-2 .large_bold_white span {
  color: #e54a1a;
}

.slider-item-2 .tp-caption.medium_bg_asbestos {
  background: none;
}
.slider-item-2 .mobi-caption {
  font: 400 70px/70px "PT Sans Narrow", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.ie8 .slider-item-3 {
  display: none !important;
}

.boxedcontainer {
  max-width: 1170px;
  margin:auto;
  padding:0px 30px;
}
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-banner-container ul,
.tp-banner-container li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tp-bannertimer {
  background:rgba(33,173,255,0.85) !important;
  height:5px !important;
}
.tp-bullets.simplebullets.navbar {
  height: 35px;
  padding: 0px 0px;
}
.tp-bullets.simplebullets .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 0) !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 14px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float:none !important;
}
.tp-bullets.simplebullets .bullet.last {
  margin-right: 0px
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 1) !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 1) !important;
}
.tparrows:before {
  font-family: 'revicons';
  color: #fff;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0;
  margin-top: 7px;
  text-align: center;
  width: 40px;
  font-size: 20px;
}
.tparrows {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.32) !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 40px !important;
  height: 40px !important;
}
.tparrows:hover {
  color: #fff;
}
.tp-leftarrow:before {
  content: '\e824';
}
.tp-rightarrow:before {
  content: '\e825';
}
.tparrows.tp-rightarrow:before {
  margin-left: 1px;
}
.tparrows:hover {
  background: rgba(255, 255, 255, 0.32) !important;
}

.about-block h4 {
  margin-bottom: 43px;
}
.ab-trio {
  padding-top: 105px;
  position: relative;
}
.ab-trio img {
  position: relative;
  z-index: 2;
}

.ab-cirlce {
  display: inline-block;
  width: 135px;
  height: 135px;
  color: #fff;
  border-radius: 50% !important;
  z-index: 1;
  position: absolute;
  padding-top: 30px;
}
.ab-cirle-blue {
  background: #33b1e6;
  bottom: 2px;
  left: 5%;
}
.ab-cirle-red {
  background: #e85425;
  bottom: 61%;
  left: 37%;
}
.ab-cirle-green {
  background: #94db40;
  bottom: 34%;
  right: 9%;
}
.ab-cirlce i {
  font-size: 43px;
  line-height: 30px;
}
.ab-cirlce strong {
  font: 400 18px/18px "PT Sans Narrow", Arial, sans-serif;
  display: block;
  padding-top: 12px;
}

/* Services block */
.services-block {
  background: white;
  padding: 60px 0 70px;
}

.services-block.blue {
    background: #061734;
    padding: 50px 0 70px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.25);
    z-index: 1045 !important;
    position: relative;
}
.services-block .row {
  padding-top: 25px;
}
.services-block .item {
  border-right: solid 1px #e8e7e7;
  padding-top: 9px;
}
.services-block .col-md-3:last-child {
  border-right: none;
}

.services-block p {
  margin-bottom: 5px;
}

/* Portfolio block */
.portfolio-block {
  background: #f6f6f6;
  padding-top: 60px;
}

.portfolio-block .item {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  box-shadow: none;
}

.owl-item .item img { width: 100% !important }
.item img { width: 98% !important }

.portfolio-block .item > a {
  background: rgba(229,74,26,0.9);
  position: absolute;
  left: 0;
  top: -100%;
  width: 98%;
  height: 100%;
  text-transform: uppercase;
  transition: all 0.8s ease;
  color: #fff;
}
.portfolio-block .item:hover > a {
  top: 0;
}
.portfolio-block .item > a:hover {
  text-decoration: none;
}
.ie8 .portfolio-block .item > a {
  background: #e54a1a;
}

.portfolio-block .item strong {
  font: 400 17px/1.2 "Open Sans", Arial, sans-serif;
  display: block;
  margin-bottom: 4px;
}
.portfolio-block .item em {
  font: 300 13px "Open Sans", Arial, sans-serif;
  display: block;
  margin-bottom: 10px;
}
.portfolio-block .item b {
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  border: solid 1px #fff;
  padding: 8px 15px 7px;
}
.portfolio-block .item b:hover {
  background: #fff;
  color: #E85425;
  border-color: #fff;
}

/* Choose us block */
.choose-us-block {
  padding-top: 60px;
}
.choose-us-block h4 {
  margin-bottom: 35px;
}
.choose-us-block h4 a {
  color: #1ea9e3;
}
.choose-us-block .panel-group {
  padding-top: 50px;
}
.choose-us-block .panel-default {
  border-radius: 0 !important;
  border: none;
  background: none;
  margin-bottom: 0 !important;
  padding-bottom: 14px;
}
.choose-us-block .panel-default > .panel-heading {
  border: none;
  background: none;
  padding: 0;
}
.choose-us-block .panel-default > .panel-heading + .panel-collapse .panel-body {
  border: none;
  padding: 0 0 0 32px;
}
.choose-us-block .panel-default h5 {
  font: 300 19px "Open Sans", Arial, sans-serif;
  padding: 0;
  margin: 0 0 5px;
}
.choose-us-block .panel-default .accordion-toggle:before {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  background: #e54a1a url(../../layout/img/toggle-icons.png) no-repeat 6px 10px;
  border-radius: 50% !important;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.choose-us-block .panel-default .collapsed:before {
  background: #495764 url(../../layout/img/toggle-icons.png) no-repeat 6px -148px;
}
.choose-us-block .panel-default .panel-title:hover .collapsed:before {
  background-color: #e54a1a;
}
.choose-us-block .panel-default .accordion-toggle, .choose-us-block .panel-default .accordion-toggle:focus, .choose-us-block .panel-default .accordion-toggle:hover, .choose-us-block .panel-default .accordion-toggle:active {
  color: #1ea9e3;
  text-decoration: none;
}
.choose-us-block .panel-default .collapsed {
  color: #5f6f7e;
}

/* Team block */
.team-block {
  padding-top: 60px;
}
.team-block h4 {
  margin-bottom: 45px;
}
.team-block .item {
  margin-bottom: 30px;
}
.team-block h3 {
  font-size: 20px;
  padding-top: 13px;
  margin-bottom: 2px;
}
.team-block em {
  color: #e54a1a;
  text-transform: uppercase;
  display: block;
  font: 400 14px "Open Sans", Arial, sans-serif;
  margin-bottom: 12px;
}
.tb-socio {
  padding-top: 3px;
  text-align: center;
}
.tb-socio .fa {
  width: 33px;
  height: 33px;
  color: #b3bdc6;
  border-radius: 50% !important;
  border: solid 1px #d5d5d5;
  font-size: 19px;
  line-height: 19px;
  margin: 0 7px;
  padding-top: 7px;
}
.tb-socio .fa:hover {
  color: #e6400c;
  border: solid 1px #e6400c;
  text-decoration: none;
}

/* Pricing */
.prices-block {
  background: #F6F6F6;
  padding: 60px 0 40px;
}
.pricing-item {
  /*border: solid 2px #8695a1;*/
  background: #fff;
  font: 400 18px "PT Sans Narrow", Arial, sans-serif;
  margin-bottom: 30px;
}
.pricing-head {
  background: #8695a1;
  color: #fff;
  font: 400 17px/1.2 "PT Sans Narrow", Arial, sans-serif;
  padding: 13px 15px 9px;
  margin-bottom: 26px;
}
@-moz-document url-prefix() { 
  .pricing-head {
    padding: 12px 15px 10px;
  }
}
.pricing-head h3 {
  font: 400 43px/1.2 "PT Sans Narrow", Arial, sans-serif;
}
.pi-price {
  margin-bottom: 31px;
}
.pi-price strong {
  font-size: 35px;
  font-weight: 400;
  display: inline-block;

  background: #e85425;
  color: #fff;
  width: 128px;
  height: 128px;  
  line-height: 1;
  border-radius: 50%;
  position: relative;
  padding: 28px 0 0;
  margin-bottom: 20px;
}
.pi-price strong:after {
  bottom: -8px;
  width: 0; 
  height: 0;
  left: 50%;
  margin-left: -9px;
  z-index: 2; 
  content: " "; 
  display: block; 
  position: absolute;
  border-top: 9px solid #e85425;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}
.pi-price strong em {
  font-size: 71px;  
  font-style: normal;
}
.pricing-content {
  padding: 0 15px;
  margin-bottom: 24px;
}
.pricing-content .list-unstyled {
  text-align: left;
  color: #7d8489;
}
.pricing-content .list-unstyled li {
  margin-bottom: 6px;
}
.pricing-content .list-unstyled li i {
  color: #e85425;
  position: relative;
  top: -1px;
}
.pricing-footer {
  padding: 15px;
}
.pricing-footer .btn-default {
  background: #afb7be;
  color: #fff;
  display: block;
  font: 400 22px/22px "PT Sans Narrow", Arial, sans-serif;
  padding: 13px 10px;
  border: none;
}
.pricing-footer .btn-default:hover, .pricing-footer .btn-default:focus, .pricing-footer .btn-default:active {
  border: none;
  background: #E85425;
}

/* Partners block */
.partners-block {
  background: transparent;
  padding: 17px 0 40px;
  text-align: center;
}

/* Testimonials block */
.testimonials-block {
  padding-top: 60px;
}
.testimonials-block h4 {
  margin-bottom: 57px;
}
.testimonials-block .carousel {
  width: 62%;
  margin: 0 auto;
}
.testimonials-block blockquote {
  border: none;
  font: italic 300 23px/1.3 "Open Sans", Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #66717c;
}
.carousel-indicators {
  position: static;
  margin: 27px 0 0;
  width: 100%;
}
.carousel-indicators li {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background: #dce0e2;
  position: relative;
  margin: 0 3px !important;
  border: none;
}
.carousel-indicators li.active {
  background: #e6400c;
}

/* Facts block */
.facts-block {
  position: relative;
  min-height: 470px;
  height: auto;
  padding: 57px 0 0;
  z-index: 0;
  background: #fff url(../../layout/img/facts.jpg) no-repeat fixed;
  position: relative;
  color: #fff;
}
.facts-block h2 {
  background: rgba(0,0,0,0.29);
  line-height: 37px;
  padding: 14px 0 15px;
  margin-bottom: 71px;
}
.facts-block h2:after {
  display: none;
}
.facts-block .item {
  background: rgba(255,99,77,0.92);
  font: 400 20px "Pathway Gothic One", Arial, sans-serif;
  text-transform: uppercase;
  width: 198px;
  height: 198px;
  border-radius: 50% !important;
  padding: 33px 0 0; 
  margin: 0 auto;
}
@-moz-document url-prefix() { 
  .facts-block .item {
    padding: 31px 0 0; 
  }
}
.ie8 .facts-block .item {
  background: #e54a1a;
}
.facts-block .item strong {
  display: block;
  font-size: 80px;
  text-transform: none;
  margin-bottom: 4px;
}

/* message block */
.message-block {
  position: relative;
  min-height: 457px;
  height: auto;
  padding: 0 0 50px;
  z-index: 0;
  background: #0f326c;
  background-size: cover;
}
/*.message-block:after {
  background: rgba(0,0,0,0.73);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;  
  z-index: 1;
}*/
.message-block h2 {
  z-index: 2;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
  position: relative;
  padding: 0px 0px 3px;
  /* margin: 150px 0 14px; */
  margin-bottom: 14px;
  letter-spacing: 1px;
}
.message-block h2:after {
  display: none;
}
.message-block h2 strong {
  color: #18bbff;
}
.message-block em {
  font: 300 15px "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 2;
  display: block;
}

/* Checkout block */
.checkout-block {
  background: #292f34;
  color: #c8ced4;
  padding: 25px 0;
}
.checkout-block h2 {
  font: 400 33px "PT Sans Narrow", Arial, sans-serif;
  margin: 2px 0 0;
  text-align: left;
}
.checkout-block h2 em {
  color: #767c81;
  font: 300 18px "Open Sans", Arial, sans-serif;
  text-transform: none;
}
.checkout-block h2:after {
  display: none;
}
.checkout-block .btn {
  font: 400 20px/20px "PT Sans Narrow", Arial, sans-serif;
  padding: 15px 20px 14px;
}
@-moz-document url-prefix() { 
  .checkout-block .btn {
    padding: 14px 20px 15px;
  }
}

/***
Pre-Footer and pre-footer elements
***/
.pre-footer {
  background: #0095EC;
  color: white;
}
.pre-footer h2 {
  font: 400 21px "PT Sans Narrow", Arial, sans-serif;
  margin: 0 0 8px;
  color: #c2c1c1;
  text-transform: uppercase;
}
.pre-footer .container {
  padding-top: 45px;
}
.pre-footer a {
  color: #57c8eb;
}
.pre-footer p {
  margin-bottom: 20px;
}
.pre-footer li {
  margin-bottom: 6px;
}

/* pre-footer twitter block */
.pre-footer dl.f-twitter {
  overflow: hidden;
  margin-bottom: 7px;
}
.pre-footer dl.f-twitter dt {
  width: 30px;
  float: left;
  text-align: left;
  padding-top: 2px;
}
.pre-footer dl.f-twitter dt i {
  color: #57c8eb;
  font-size: 20px;
}
.pre-footer dl.f-twitter dd {
  color: #b0b0b0;
  margin-left: 30px;
}
.pre-footer dl.f-twitter dd span {
  color: #6b9cab;
  font-size: 12px;
  margin: 0 5px;
}
.pre-footer address {
  line-height: 1.7;
}
.pre-footer-col {
  padding-bottom: 22px;
  padding-right: 50px;
}
.pre-footer .top-line {
  border-top: solid 1px #535353;
  padding-top: 24px;
  padding-bottom: 17px;
}
.pre-footer .social-icons {
  padding-top: 5px;
}
.pre-footer .social-icons li a, 
.pre-footer a.social-icon {
  transition: all 0.1s ease-in-out !important;
  -o-transition: all 0.1s ease-in-out !important;
  -ms-transition: all 0.1s ease-in-out !important;
  -moz-transition: all 0.1s ease-in-out !important;
  -webkit-transition: all 0.1s ease-in-out !important;
}
.pre-footer .social-icons li a:hover {
  opacity: 1;
}

.pre-footer hr {
  margin-top: 0;
  border-color: #404040;
}
.pre-footer .form-control,
.pre-footer .form-control:focus {
  border: none;
}

/* subscribe */
.pre-footer .pre-footer-subscribe-box {
  padding-bottom: 14px;
  overflow: hidden;
  max-width: 300px;
}
.pre-footer .pre-footer-subscribe-box p {
  clear: both;
}
.pre-footer-subscribe-box .input-group {
  border: solid 1px #545454;
  padding: 1px 1px 0 0;
}
.pre-footer-light .pre-footer-subscribe-box .input-group {
  border: solid 1px #DBDBDB;
}
.pre-footer-subscribe-box h2 {
  padding-top: 7px;
}
.pre-footer-subscribe-box input {
  border-radius: 0;
  background: #313030;
  border: solid 1px #313030;
  color: #909090;
  font: 13px Arial, sans-serif;
}
.pre-footer-subscribe-box input:focus {
  box-shadow: none;
  border: solid 1px #313030;
}
.pre-footer-subscribe-box .btn-primary {
  margin-left: 0 !important;
  border-bottom: none;
  margin-bottom: 1px;
}

/* pre-footer photostream */
.pre-footer .photo-stream li {
  margin: 4px 5px 4px 0;
  display: inline-block;
}
.pre-footer .photo-stream img {
  width: 54px;
  height: 54px;
  border: solid 2px #9ca5ae;
}
.pre-footer .photo-stream img:hover {
  border-color: #E84D1C;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;  
}

/* light pre-footer */
.pre-footer-light {
  background: #F9F9F9;
  color: #3E4D5C;
  margin-top: 20px;
}
.pre-footer-light .container {
  background: #fff;
  padding-top: 25px;
}
.pre-footer-light h2 {
  color: #3E4D5C;
}
.pre-footer-light a {
  color: #3E4D5C;
}
.pre-footer-light dl.f-twitter dd {
  color: #3E4D5C;
}
.pre-footer-light dl.f-twitter dd span {
  color: #99a5b1;
}
.pre-footer-light dl.f-twitter dd a {
  color: #e84d1c;
}

.pre-footer-light address a {
  color: #e84d1c;
}

.pre-footer-light hr {
  border-color: #e6e6e6;
}

.pre-footer-light .social-icons li a {
  opacity: 1;
}
.pre-footer-light .social-icons li a:hover {
  opacity: 0.7;
}

.pre-footer-light .input-group {
  border: none;
  padding: 1px 1px 0 0;
}
.pre-footer-light .pre-footer-subscribe-box input {
  background: #fff;
  border: none;
  color: #909090;
}
.pre-footer-light .pre-footer-subscribe-box button:hover {
  color: #fff;
}

/* light pre-footer */
.pre-footer-gray {
  background: #62707F;
  color: #fff;
}
.pre-footer-gray h2 {
  color: #fff;
}
.pre-footer-gray dl.f-twitter dd {
  color: #fff;
}
.pre-footer-gray dl.f-twitter dd span {
  color: #fff;
  opacity: 0.5;
}

.pre-footer-gray hr {
  border-color: #94a5b6;
}

.pre-footer-gray .social-icons li a {
  opacity: 1;
}
.pre-footer-gray .social-icons li a:hover {
  opacity: 0.7;
}

.pre-footer-gray .pre-footer-subscribe-box fomr {
  color: #fff;
}
.pre-footer-gray .pre-footer-subscribe-box .input-group {
    border: 1px solid #94a5b6;
}
.pre-footer-gray .pre-footer-subscribe-box input {
  background: #62707F;
  border: solid 1px #62707F;
  color: #fff;
}
.pre-footer-gray .pre-footer-subscribe-box input:focus {
  border: solid 1px #62707F;
}
.pre-footer-gray ::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}
.pre-footer-gray :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
.pre-footer-gray ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}
.pre-footer-gray :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}

/* footer */
.footer {
  background: #0f326c;
  color: #fff;
  font-size: 12px;
  padding: 15px 0;
}
.contact {background: rgb(0,32,84); /* Old browsers */background: -moz-linear-gradient(top,  rgba(0,32,84,1) 0%, rgba(15,50,108,1) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgba(0,32,84,1) 0%,rgba(15,50,108,1) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  #193769 0%,#0f326c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002054', endColorstr='#0f326c',GradientType=0 ); /* IE6-9 */}
.footer-light {
  background: #F9F9F9;
  color: #3e4d5c;
}
.footer-gray {
  background: #4A5866;
}
.footer a {
  color: #fff;
  text-decoration: underline;
  transition: all 0.6s
}
.footer a:hover {
    text-decoration: none;
    color: #b0bbcc;
}
.footer-light a {
  color: inherit;
}
.footer .padding-top-10 {
  opacity: 0.5;
}
.footer .list-inline > li:last-child {
  padding-right: 0;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer ul.social-footer {
  font-size: 18px;
  padding-top: 5px;
}
.footer .social-icons li {
  float: right;
  margin: 0 0 0 5px
}
.copyright {
  padding-top: 7px;
  text-align: center;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-family: 'Roboto';
    color: #b0bbcc;
}
.copyright a {  text-decoration: none;
    border-left: 1px solid rgba(255,255,255,0.25);
    margin-left: 5px;
    padding-left: 8px; }
@-moz-document url-prefix() { 
  .copyright {
    padding-top: 6px;
  }
}
.footer ul.social-icons li a {
  opacity: 0.5;
}
.footer ul.social-icons li:hover a {
  opacity: 1 !important;
}

/* go2top */
.go2top, .go2top:focus {
    position: fixed;
    right: 20px;
    bottom: 44px;
    color: #31589a;
    width: 60px;
    height: 45px;
    border: none;
    border-radius: 50% !important;
    text-align: center;
    padding: 0;
    z-index: 99999;
    font-size: 18px;
    line-height: 1;
}
.go2top:hover {
  border: solid 2px #e6400c;
  color: #e6400c;
}
.go2top i {
    font-size: 90px !important;
    line-height: 36px !important;
}

.fancybox-overlay {
  z-index: 100000 ;
}

.fancybox-opened {
  z-index: 100001;
}

/***
Styler Panel
***/
.color-panel {
  z-index: 99999;
  position: fixed;
  top: 120px;
  right: 0;
}

.color-panel .menu-pos {
  margin: 0 0 15px 15px;
  width: 150px;
}

.color-panel .color-mode-icons {
  top: 0;
  right: 0;
  padding: 20px;
  cursor: pointer;
  position: absolute;
  margin: 0;
}
.color-panel .icon-color {
  background: #c9c9c9 url(../../layout/img/icon-color.png) center no-repeat;
}
.color-panel .icon-color:hover {
  background-color: #3d3d3d;
}
.color-panel .icon-color-close {
  display: none;
  background: #3d3d3d url(../../layout/img/icon-color-close.png) center no-repeat;
}
.color-panel .icon-color-close:hover {
  background-color: #222;
}
.color-mode {
  top: 0;
  right: 40px;
  width: 200px;
  display: none;
  padding: 20px 10px 10px;
  position: absolute;
  background: #3d3d3d;  
}
.color-mode p {
  color: #cfcfcf;
  padding: 0 15px;
  font-size: 15px;
}
.color-mode ul {
  list-style: none;
  padding: 4px 11px 5px;
  display: block;
  margin-bottom: 1px !important;
}
.color-mode li {
  width: 28px;
  height: 28px;
  margin: 4px;
  cursor: pointer;
  list-style: none;
  border: solid 1px #707070;
  display: inline-block;
  padding: 0 5px;
}
.color-mode li:hover,
.color-mode li.current {
  border: solid 1px #ebebeb;
}
.color-mode li.current {
  border: solid 2px #ebebeb;
}

.color-mode li.color-blue {
  background: #0f326c;
}
.color-mode li.color-red {
  background: #e84d1c;
}
.color-mode li.color-green {
  background: #67bd3c;
}
.color-mode li.color-orange {
  background: #e18604;
}
.color-gray {
  background: #798b97;
}
.color-turquoise {
  background: #44b1c1;
}
.color-mode label {
  color: #cfcfcf;
  border-top: 1px solid #585858;
  padding: 10px 10px 0;
  margin: 0 5px;
  display: block;
}
.color-mode label span {  
  text-transform: uppercase;
}
.color-mode label > span {
  display: inline-block;
  width: 85px;
}
.color-mode label > select {
  margin-top: 5px;
  text-transform: lowercase;
}
.color-mode label  span.color-mode-label {
  top: 2px;
  position: relative;
}

/***** GEM2I NEW CODE *****/

.cover-black { background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 1035;
    position: absolute; }
  
  

.logo-general {
    position: absolute;
    z-index: 1036;
    width: 28%;
    padding: 4%;
    margin: 8% 36% 0px;
    background: rgba(6,15,21,0.75);
    border-radius: 100% !important;
    transition: all 0.3s;
}

.logo-general:hover {
    background: rgba(0,112,158,0.35);
    box-shadow: 0px 0px 0px 5px #00709e;
}

.social-nav { font-size: 22px !important;
    width: 40px;
    height: 40px;
    color: #C8D0D7;
    line-height: 40px !important;
    text-align: center;
    box-shadow: inset 0px 0px 0px 1px #C8D0D7;
    margin-top: 15px;  transition: all 0.3s}
  
.social-nav:hover { 
    color: #FFFFFF;
    box-shadow: inset 0px 0px 0px 20px #00A1FF;
    border-radius: 50%; }
  
article { font-size: 16px;
    text-align: justify;
    font-weight: 400;
 }
 
 .read-btn { float: left;
    background: #0f326c;
    color: white; margin-top:10px;
    font-size: 18px; transition: all 0.3s }
  
 .read-btn:hover { box-shadow: inset 0px 0px 0px 1px #0f326c; text-decoration:none; background:none; color:#0f326c }
 
 .icon-title {     font-size: 32px !important;
    border: 1px solid #e8e8e8;
    height: 50px;
    width: 50px;
    margin-bottom: -8px;
    line-height: 50px !important;
    text-align: center;
    margin-top: -5px; }
  
  .blue h1 strong, .blue h2 strong, .blue h3 strong, .blue h4 strong {
    color: white !important;
}

.blue .icon-title {
    border: 1px solid white !important; }
  
  .blue h1, .blue h2 {
    border-bottom: 0px solid white !important; }
  
  .blue { color: white }
  
  .cover-mask .mask {background: rgba(0,7,14,0.75);
    margin: 18%;
    height: 64%;
    padding: 0px;
    z-index: 1035;
    position: absolute; transition: all 0.3s   }
  .cover-mask:hover .mask {  padding: 18%; height: 100% ;margin: 0%; background:none;
    box-shadow: inset 0px 0px 0px 200px rgba(0,7,14,0.75); border-bottom: 5px solid #0f326c}
  .mask i {     font-size: 40px !important;
    margin-top: 35%; }
  .mask h2 {     font-size: 20px !important;
    position: relative;
    margin: 10px 0px;
    line-height: 25px }
  
  .blog { background: white;
    margin: 0px;
    padding: 15px 0px; transition: all 0.3s }
  
  .blog .text { text-align: justify;
    padding: 0px 20px 0px 5px; }
  
  .blog h2 {     font-size: 25px;
    border-bottom: 0px;
    margin-bottom: -3px; }
  
  .blog-info { list-style-type: none;
    padding: 0px; }
  
  .blog-info li {
    color: #01193E;
}
  
  .no-padding-left { padding-left:0px !important }
  .blog .btn.blue { 
    padding: 3px 10px }
  
  .padding-lateral-5 { padding: 0px 0px !important; margin:0px !important }
  .margin-top-50 { margin-top: 50px !important }
  
  .blog a { color: #001826 }
  
  .blog:hover { background: rgb(34, 140, 202) }
  .blog:hover .blog-info li {
    background: none; color: white !important }
  .blog:hover p { color: white !important }
  .blog:hover a { color:white !important }
  .blog:hover a:hover { color: #001826; text-decoration:none !important }
  .blog:hover .blue.btn {
    box-shadow: inset 0px 0px 0px 50px #004D7A ;
}

input { padding: 10px 15px;
    border-radius: 20px !important;
    box-shadow: 3px 4px 0px rgba(0,0,0,0.1);
    height: 34px !important; }
  
  textarea { padding: 10px 15px;
    border-radius: 20px !important;
    box-shadow: 3px 4px 0px rgba(0,0,0,0.1);
    height: auto; }
  
  .services-block { padding-top: 0px;
    border-top: 10px solid #0f326c; }
  .services-item {
    font-size: 16px;
    color: white;
    line-height: 38px;
    font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: 0.3px;
}
  .services-icon {
    background: white;
    color: #0f326c;
    width: 42px;
    line-height: 42px !important;
    margin: 0px 7px -7px 0px;
  top: 2px;
    font-size: 24px !important;
    position: relative;
    height: 42px;
    text-align: center;
    display: inline-block !important;
}
  .float-nav { background: rgba(0,11,22,0.85);
    float: right !important;
    padding: 15px 15px 8px 0px !important;
    margin: 15px -15px 0px; }
  .logo { background: rgba(0,11,22,0.85);
    margin-top: 15px; }
  .begin-item { border-radius: 0px 0px 0px 20px !important; }
  .end-item { border-radius: 0px 0px 20px 0px !important; }
  .interest-bg { background: transparent !important ; margin-bottom: 0px !important }
  .interest-item {     position: absolute;
    top: 50%;
    margin-top: -40.5px;
    width: 100%;
    height: 81px;
    padding: 15px; }

  .areas {
    color: white;
    padding: 10px 25px 20px;
    transition: all 0.3s;
    letter-spacing: 0.3px;
    font-size: 14px;
    background: #008ce0;
    min-height: 150px;
  }
  .area1 {background: #3598db !important;}
  .area2 {background: #193769 !important;}
  .area3 {background: #152d56 !important;}
  .areas p {
    margin-bottom: 5px !important;
    transition: all 0.6s;
    font-weight: 300;
}
  .areas.active { background:url(../ext/img/bg-contact.png) fixed; background-color:#042250;
    color: white;
    padding: 10px 25px 20px; }
  .areas.active h2 { margin: -10px -25px 20px;
    padding: 15px 25px; color:white !important;
    background: #06388A }
  .areas h2 {
    margin: 0px -25px 0px;
    padding: 15px 25px;
    transition: all 0.6s;
    color: white;
  }
  .overlay-step { font-size: 180px;
    font-weight: 800;
    font-family: arial;
    position: absolute;
    top: 10px;
    line-height: 141px;
    right: -35px;
    opacity: 0.12; }
  .areas:hover {
    padding: 10px 25px 20px; }
  .areas-content { 
    padding: 0px 15px;
    margin-bottom: 50px }
  .no-margin-bottom { margin-bottom: 0px !important; }
  
  .areas-content { padding-top: 35px !important }
.coming-bar {
    padding: 15px 3px 12px;
    box-shadow: inset 0px -29px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.6s;
    background: #193769;
    color: white !important;
    z-index: 1025;
    position: relative;
}

.margin-bottom-30 { margin-bottom: 30px !important }
  
  .font-20 { font-size: 20px !important; }
  .coming-text {
    font-weight: 300;
    line-height: 34px;
    color: white;
    font-size: 15px !important;
    letter-spacing: 0.2px;
}
  .padding-top-50 { padding-top:50px}
  .social-icons li a:hover {
    background-color: white;
  }

  .white.btn {
    color: white;
    box-shadow: inset 0px 0px 0px 2px white;
    background: none;
    transition: all 0.6s;
}
  .account-bar { position: fixed;
    z-index: 1050;
    margin: 20px;
    padding: 5px 15px 5px 5px;
    background: rgba(0,11,22,0.85);
    bottom: 0px; line-height: 36px;
    right: 0px; }
  .account-bar .account-btn { display:inline-block;opacity: 0; margin-left: -89px; transition: all 0.3s }
  .account-bar:hover .account-btn { margin-left: 0px; opacity: 1; }
  .account-bar a { color:white !important }
  .account-bar i { margin:0px 3px }
  .account-btn a { color: white !important }
  .profile-img { width: 35px;
    border-radius: 26px !important;}
  .profile-name { color: white;
    margin-left: 10px; }
  .margin-login {
    padding: 25px 30px 30px;
    border: none;
    box-shadow: 3px 3px 30px rgba(0,0,0,0.1);
}
.no-padding-lateral {
    padding: 6px 0px !important;
}
h3.form-title {
    margin: 0px 0px 0px !important;
    font-size: 25px !important;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: #414042;
}
.modal .form-control {
    color: #2b2b2b;
    font-weight: 300;
    min-width: 0px;
    min-height: 0px;
    border-radius: 0 !important;
    box-shadow: none;
    background: transparent;
}

.modal textarea.form-control {
    width: 100% !important;
    border: 3px solid #e6e6e6;
    padding-top: 8px;
}

.modal-login {
    width: 33% !important;
}


.blog-post h2 {
    font: 300 23px 'Roboto' !important;
    margin: 10px 0 -5px;
    line-height: 0px;
    border-bottom: none;
    text-align: left;
    color: #414042;
}

.blog-post h1 {
    font: 400 28px Arial, Tahoma !important;
    display: block;
    margin: 0 0 -5px;
    line-height: 0px;
    border-bottom: none;
    text-align: left;
}
.blog-info li {
    padding: 0;
    color: #717171;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-right: 7px;
    display: inline-block;
    border-right: 1px solid #d4d4d4;
    padding-right: 12px;
}
.blog-info {
    list-style: none;
    margin: 15px 0 12px 0;
    padding-left: 0;    text-align: left;
}
.blog-posts p {
    margin-bottom: 15px;
    color: #717171;
    letter-spacing: 0.3px;
    font-size: 14px;
    font-weight: 300;
  text-align:justify !important
}
.blog-tags ul {
    list-style: none;
    margin: 0;
    padding: 0; text-align:left
}

.blog-tags li {
    position: relative;
    margin: 0 16px 7px 0;
    display: inline-block;
}
.blog-tags li a {
    color: #555;
    background: #f5f5f5;
    display: inline-block;
    padding: 3px 5px 3px 3px;
}
.page-slider { margin-bottom: -10px !important }
.header-navigation a .ico-home { font-size: 25px !important;
    line-height: 5px }
.about p {
    margin-bottom: 12px;
    color: #717171;
    letter-spacing: 0.3px;
    font-size: 14px;
    font-weight: 300;
  text-align:justify !important
}
.icon-acordion {
    float: left;
    font-size: 24px !important;
    height: 43px;
    margin: -1px 10px 0px -1px;
    width: 43px;
    font-weight: 100 !important;
    line-height: 43px !important;
    background: #0f326c;
    color: white;
}
  
  .panel {
    margin-bottom: 15px !important;
    background-color:  transparent !important}
  
  .panel-default { border: 1px solid #d6d6d6 !important;
  box-shadow: 3px 3px 15px rgba(0,0,0,0.03); }
  
  .panel-default > .panel-heading {
    color: #414042;
    background-color: transparent !important;
    text-align: left;
}
  .owl-nav { color: #d6d6d6 !important }
  .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    display: block !important;
    font-size: 100px;
    position: absolute;
    top: 0px;
  }
  .owl-prev {
    left: -70px !important;
    font: normal normal normal 14px/1 FontAwesome;
  }
  .owl-prev:before {
    content: "\f104";
  }
  .owl-next { 
  right: -70px !important;
    font: normal normal normal 14px/1 FontAwesome;
  }
  .owl-next:before {
    content: "\f105";
  }
  
  .clients { 
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, 
  rgba(255,255,255,1) 50%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,
  rgba(255,255,255,1) 50%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,
  rgba(255,255,255,1) 50%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
 }

.logo-content { margin-top: 25px;padding-left: 15px; }
.logo-content img.one {
    max-height: 50px;
    z-index: 1050;
    position: relative;
  visibility: visible 
}
.logo-content img.two { max-height: 32px; visibility: hidden; z-index: 1024;
    position: relative;}

.login-modal {
    width: 100%;
    z-index: 1035;
    bottom: 0px;
    box-shadow: 3px 3px 30px rgba(0,0,0,0.1);
    right: 0px;
    margin-top: 0px;
    padding: 30px 35px 22px;
    border-radius: 6px 6px 0px 0px !important;
    background: white;
}

.status-profile { 
    height: 550px !important;
    overflow: overlay !important;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15) !important }
  
.login-modal hr { margin: 12px 0; border-top: 3px solid #e6e6e6; }
.login-modal p { letter-spacing: 0.3px;
    font-size: 14px;
    color: #717171;
    font-weight: 300;
    margin-bottom: 15px; }
.login-modal .form-group { margin-bottom: 10px; }
.icon-input {
    position: absolute;
    line-height: 45px !important;
    width: 45px;
    text-align: center;
    font-size: 15px !important;
    color: #c5c5c5;
}
.icon-input-control { color: #717171;
    border: 3px solid #e6e6e6;
    width: 100% !important;
    border-radius: 0px !important;
    padding: 0px 15px;
    min-height: 25px !important;
    height: 45px !important;
    font-size: 15px;
    font-family: 'Roboto';
    letter-spacing: 0.3px;
    padding-left: 40px; }
.form-actions {  margin-top: 15px !important; }
.submit-button {
    width: 49.5%;
    color: white !important;
    padding: 8px 0px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    font-family: 'Roboto';
    box-shadow: inset 0px -18px 0px 0px rgba(0, 0, 0, 0.1) !important;
    background: #193769 !important;
    margin-bottom: 8px;
    margin-left: 0px !important;
    display: inline-block;
    transition: all 0.6s;
}
.submit-button:hover {  box-shadow: inset 0px -40px 0px 0px rgba(0, 0, 0, 0.1) !important }
.red.submit-button {
    box-shadow: inset 0px -18px 0px 0px rgba(0, 0, 0, 0.1) !important;
    background: #ff9d1e !important;
}
.red.submit-button:hover { box-shadow: inset 0px -40px 0px 0px rgba(0, 0, 0, 0.1) !important; }
.forgot-button {
    margin: 0px;
  margin-left: 0px !important;
    border-bottom: 2px dotted #dadada;
    box-shadow: none !important;
    font-family: 'Roboto';
    text-transform: initial;
    font-size: 15px;
    font-weight: 400;
    color: #717171 !important;
    width: 100%;
  transition: all 0.6s
}
.forgot-button:hover {
    border-bottom: 2px dotted #a7a7a7;
    color: #3e3c3c !important;
}
 
 .login-adapted { left: 50%;position: absolute;margin-left: -585px; }
 
 .services {
    background: #193769;
    font-family: Arial;
    color: white;
    padding: 10px 0px 10px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.75);
    box-shadow: inset 0px -32px 0px rgba(0, 0, 0, 0.12), 0px 5px 10px rgba(0,0,0,0.2);
}

.services-item { display: inline-block;
    margin-right: 30px; }
.full-width { width: 100% !important }
.about-section { font-family: 'Roboto';letter-spacing: 0.3px;font-size: 14px;font-weight: 100;color: #b0bbcc; }
.about-section h2 { margin-top: 0px;
    margin-bottom: 12px;
    border-bottom: 1px dotted rgba(255,255,255,0.1) !important;
    font-weight: 200;
    letter-spacing: 0.3px;
    font-size: 32px;
    padding-bottom: 7px; }

.about-section input { border-radius: 0px !important;
    border: 2px solid rgba(255,255,255,0.25); }
  
ul.sections { list-style: none;
    padding: 0px;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 200;
    color: #b0bbcc; }
ul.sections li { 
  width: 49%;
    display: inline-block;
  margin-bottom: 5px; }
ul.sections li a { color: #b0bbcc; transition: all 0.6s }
ul.sections li:hover a { color: white }
ul.sections li:hover a:hover { text-decoration: none !important }
.footer-line {  height: 1px;
    background: rgba(255,255,255,0.1);
    margin-top: -10px;
    position: relative; }

.message-block.blue.contact input {padding-left: 15px;font-size: 14px;}

.login-toggler {
    z-index: 1037;
    position: absolute;
    right: 0px;
    letter-spacing: 0.3px;
    width: 28%;
    font-size: 16px;
    padding-left: 15px;
    height: 40px;
    line-height: 38px;
    bottom: -54px;
    text-align: left;
    background: #0f326c;
    color: white;
    box-shadow: inset 0px -18px 0px rgba(0,0,0,0.12), 0px 5px 10px rgba(0,0,0,0.2);
    border: 2px solid white;
    transition: all 0.6s;
}

.logged-actions {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #0f326c;
    box-shadow: inset 0px -2px 0px #ffffff, inset 0px -20px 0px #0d2c5f;
}

.login-toggler a {
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto';
    letter-spacing: 0.3px;
    padding: 0px 8px;
    height: 38px;
    border-left: 2px solid white;
    display: inline-block; margin-left: -4px
}

.login-toggler a.username {
    border-left: 0px;
    margin-left: -10px;
    transition: all 0.3s }

.login-toggler a.username:hover { color: white !important }

.login-toggler:hover {
    box-shadow: inset 0px -40px 0px rgba(0,0,0,0.2), 0px 5px 10px rgba(0,0,0,0);
    color: white;
    text-decoration: none;
}
a.login-toggler:hover , a.login-toggler:focus { color: white; text-decoration:none }

.footer-block { padding: 50px 15% 35px }

.newsletter button {
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    border: 2px solid #47628c;
    height: 50px;
    margin-left: -2px;
    box-shadow: inset 0px 22px 0px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    color: white;
    font-weight: 400;
    letter-spacing: 0.3px;
    transition: all 0.6s;
    }

.newsletter button:focus {
    outline: none;
}
  
.newsletter button:hover {box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);}

.newsletter .form-control::-webkit-input-placeholder { color: #b0bbcc !important }
.social-networks { 
  padding: 20px 0px;
    text-align: center 
}
.social-networks a i {
    font-size: 18px !important;
    line-height: 36px !important;
    height: 40px;
    width: 40px;
    margin: 0px 3px;
    background: rgba(0, 0, 0, 0.1);
    color: white !important;
    border: 2px solid #47628c;
    box-shadow: inset 0px 17px 0px #0f326c;
    transition: all 0.6s;
}
.social-networks a:hover i { box-shadow: inset 0px 40px 0px #0f326c;  }
  
.newsletter .col-md-8 { padding-right: 0px }
.newsletter .col-md-4 { padding-left: 0px }

ul.contact-dates { padding-left: 0px;
    list-style: none; }
ul.contact-dates li { margin-bottom: 5px }

.about-section .has-error .form-control {
    border-color: #fff700 !important;
}

.newsletter .has-error button {
    border: 2px solid #fff700;
}

.about-section .has-error .form-control::-webkit-input-placeholder { color: #fff700 !important }

.about-section .has-error .help-block, .about-section .has-error .help-inline, .about-section .has-error .control-label, .about-section .has-error .radio, .about-section .has-error .checkbox, .about-section .has-error .radio-inline, .about-section .has-error .checkbox-inline {
    color: #fff700;
}

.membership-content { display: none }

.page-breadcumb { height:240px; width:100% }

.about-image { width: 100%; margin-top: 30px }

.ourgroup { padding-top: 70px; padding-bottom: 50px }

/* Testimonials */
.testimonials-v1 blockquote {
      padding: 15px;
    border: none;
    color: #FFF;
    display: block;
    font-size: 14px;
  margin: 0px;
      margin-bottom: 20px;
    text-align: left;
    line-height: 20px;
    background: #082960;
    position: relative;
}
.testimonials-v1 blockquote p { color: white !important; font-size: 14px !important; letter-spacing: 0.3px }
.testimonials-v1 blockquote:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 70px;
  width: 0;
  height: 0;
  border-left: 0 inset rgba(0, 0, 0, 0);
  border-right: 22px inset rgba(0, 0, 0, 0);
  border-top: 22px solid #082960;
}
.testimonials-v1 blockquote:after { 
  width: 13px; 
  height: 13px;
  z-index: 23; 
  content: " "; 
  display: block !important; 
  position: absolute;
  right: 0;
  bottom: 0;
  background:#34AFF8 url(../../layout/img/blockquote-corner.png) no-repeat;
}

.testimonials-v1 .carousel-info img {
  width: 75px !important;
  height: 75px;
  padding: 3px; 
  border-radius: 150px !important;
  border: solid 1px #f5f5f5;
}
.testimonials-v1 .carousel-info {
  overflow: hidden;
}
.testimonials-v1 .carousel-info img {
  margin-right: 15px;
}
.testimonials-v1 .carousel-info span {
  display: block;
}
.testimonials-v1 span.testimonials-name {
    color: #14304B;
    font-size: 18px;
    font-weight: 500;
    margin: 23px 0 7px; text-align:left
}
.testimonials-v1 span.testimonials-post {
  color: black;
  font-size: 14px;
}
.testimonials-v1 .left-btn,
.testimonials-v1 .right-btn {
  right: 0;
  width: 26px;
  height: 26px;
  bottom: 30px;
  border-radius: 26px !important;
  position: absolute;
  display: inline-block;
}
.testimonials-v1 .left-btn {
  right: 30px;
    background: url(../../layout/img/fa-angles.png) no-repeat 8px 8px;
}
.testimonials-v1 .right-btn {
    background: url(../../layout/img/fa-angles.png) no-repeat -33px 8px;
}
.testimonials-v1 .left-btn:hover {
    background: #34AFF8 url(../../layout/img/fa-angles.png) no-repeat 8px -31px;
}
.testimonials-v1 .right-btn:hover {
    background: #34AFF8 url(../../layout/img/fa-angles.png) no-repeat -33px -31px;
}

.form-group.has-error span { display: none !important }

.forgot-modal {
    width: 100%;
    z-index: 1004;
    right: 0px;
    margin-top: 20px;
    padding: 30px 35px 22px;
    border-radius: 6px 6px 0px 0px !important;
    background: white;
     box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    bottom: 0px; 
}


.pagination>li>a, .pagination>li>span {
    background-color: transparent !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: transparent !important;
}

.btn.mini {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 16px;
}

.btn.mini i { display: none }

.adv { padding: 10px 0px }

.contact-form input { 
    border-radius: 0px !important;
    box-shadow: none !important;
    height: 46px !important;
    border: 3px solid #e6e6e6 !important; 
  color: black !important}
  
.contact-form textarea {
    border-radius: 0px !important;
    box-shadow: none !important;
    border: 3px solid #e6e6e6 !important;
  color: black !important}
  
.contact-form button { margin-top: 10px !important }

.loged img { height: 32px;
    display: inline-block;
    border-radius: 50% !important;
    margin-right: 10px; }
  
.loged p {     display: inline-block;
    margin-bottom: 0px;
    color: #717171;
    font-size: 14px;
    font-family: 'Roboto';
    letter-spacing: 0.3px;
    font-weight: 300;
    height: 32px;
    line-height: 32px; } 

.loged a { height: 32px;
    display: inline-block;
    line-height: 32px;
    border-left: 1px solid #e4e4e4;
    margin-left: 10px;
    padding-left: 10px;
    color: #14304B;
  transition: all 0.6s ease-in-out } 

.loged a.username { 
    border-left: 0px;
    padding-left: 0px;
    margin-left: 0px; 
}

.loged a:hover { color: #ff9000 }
  
.loged a i { top: 2px;
    position: relative;
    margin-right: 5px; }

.logout i {
    color: white !important;
    font-size: 18px;
    top: 2px;
    position: relative;
}

.blog-img { margin-bottom: 50px }

blockquote {
    padding: 10px 20px;
    margin: 20px 40px 18px;
    font-size: 17.5px;
    border-left: 5px solid #dedede;
}

blockquote p { 
  font-size: 18px !important;
    margin-bottom: 10px !important;
    color: #3e3e3e !important; 
}

blockquote small { 
  font-style: italic;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #10275d; 
}

/* ----------------------------------------------------------------
  Flex Slider
-----------------------------------------------------------------*/


.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide > a,
.fslider .slide > img,
.fslider .slide > a > img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

.fslider { min-height: 32px; }


.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; border: none; }
.slider-wrap,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; border: none;}

.flexslider {position: relative;margin: 0; padding: 0;}
.flexslider .slider-wrap > .slide {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slider-wrap img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slider-wrap:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slider-wrap {display: block;}
* html .slider-wrap {height: 1%;}

.no-js .slider-wrap > .slide:first-child {display: block;}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-nav {
  position: absolute;
  z-index: 10;
  text-align: center;
  top: 14px;
  right: 10px;
  margin: 0;
}

.flex-control-nav li {
  float: left;
  display: block;
  margin: 0 3px;
  width: 10px;
  height: 10px;
}

.flex-control-nav li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 12px !important;
    height: 12px !important;
    border: 2px solid #78daff;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.flex-control-nav li:hover a, .flex-control-nav li a.flex-active {
    background-color: #78daff;
}

#slider-arrow-left, #slider-arrow-right, .camera_prev, .camera_next, #slider .owl-prev, #slider .owl-next, .flex-prev, .flex-next, .nivo-prevNav, .nivo-nextNav, .slider-arrow-top-sm, .slider-arrow-bottom-sm {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    left: 0;
    margin-top: -26px;
    background-color: rgba(0,0,0,0.3);
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 0 3px 3px 0;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

#slider-arrow-left i, #slider-arrow-right i, .camera_prev i, .camera_next i, #slider .owl-prev i, #slider .owl-next i, .flex-prev i, .flex-next i, .nivo-prevNav i, .nivo-nextNav i, .slider-arrow-top-sm i, .slider-arrow-bottom-sm i {
    line-height: 50px;
    width: 34px;
    height: 52px;
    color: #DDD;
    color: rgba(255,255,255,0.8);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    font-size: 34px;
    text-align: center;
    margin-left: 7px;
}

#slider-arrow-right, .camera_next, #slider .owl-next, .flex-next, .nivo-nextNav {
    left: auto;
    right: 0;
    border-radius: 3px 0 0 3px;
}

.post-divider {
    border-bottom: 5px solid #f5f5f5;
    padding-bottom: 20px;
    min-height: 500px;
    margin-bottom: 25px;
}

.flex-direction-nav i { 
font-size: 40px;
    top: 18px;
    position: relative; }
  
.featured-on {
    border: 1px solid #dcdada;
    margin-top: -16px;
    padding: 8px 15px;
    color: #a2a2a2;
    margin-bottom: 15px;
}

.blog-image {
    width: 100%;
    margin-bottom: 10px;
}

.blog-img h2 {     line-height: 35px;
    margin-top: 10px; }
  
h2.blog-h2  {     
  line-height: 35px !important;
    margin-top: 15px !important; }
  
.services-item a { color:white !important; transition: all 0.6s }
.services-item a:hover { color: #bec9dc !important }

.contact-dates a { color:#b0bbcc; transition: all 0.6s }
.contact-dates a:hover { color: white }

.privacy h3 { text-align:left !important }

.our-group p {
    margin-bottom: 20px;
    color: #717171;
    letter-spacing: 0.3px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    text-align: justify !important;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    z-index: 10105 !important;
    position: fixed;
    outline: none !important; transition: all 0.3s ease-in-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 1 !important;
    z-index: 10100 !important;
}

.mfp-bg {
    background: rgba(255, 255, 255, 0.75) !important;
}

.blog-post img { width: 100% !important }

/* Heading Block - with Subtitle
-----------------------------------------------------------------*/

.heading-block { margin-bottom: 25px; text-align: left !important }

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2 {
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
}

.emphasis-title h1,
.emphasis-title h2 {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.heading-block h1 { font-size: 32px; }

.heading-block h2 { font-size: 30px; }

.heading-block h3 {
    font: 200 30px 'Roboto', sans-serif;
}

.heading-block h4 {
  font-size: 20px;
  font-weight: 700;
}

.heading-block > span:not(.before-heading) {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  line-height: 26px;
  color: #777;
}

.heading-block .before-heading { margin-bottom: 7px; }

.heading-block.center > span,
.heading-block.title-center > span,
.center .heading-block > span {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.heading-block h1 + span { font-size: 24px; }

.heading-block h2 + span { font-size: 22px; }

.heading-block h3 + span,
.heading-block h4 + span { font-size: 18px; }

.heading-block ~ p:not(.lead) { font-size: 15px; }

.heading-block:after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 60px;
    border-top: 1px solid #004bc5;
}

.center .heading-block:after,
.heading-block.center:after,
.heading-block.title-center:after { margin: 30px auto 0; }

.tright .heading-block,
.heading-block.tright,
.heading-block.title-right { direction: rtl; }

.heading-block.noborder:after,
.heading-block.nobottomborder:after { display: none; }

.heading-block.border-color:after { border-color: #1ABC9C; }

.content-pages p { 
    margin-bottom: 15px;
    color: #717171;
    letter-spacing: 0.3px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    text-align: justify !important;
} 

.image-content { position: relative; margin-bottom: 20px }

.image-content img { width: 100%;
    height: auto; }

.image-content:hover:before {  
    background: transparent;
  }
.image-content:hover i { 
    opacity: 0;
    transform: rotate(360deg);
 }

.image-content:before  {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.6s;
}

.image-content i {
    position: absolute;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    top: 50%;
    font-size: 60px !important;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    line-height: 100px !important;
    height: 100px;
    box-shadow: 0px 0px 0px 3px white;
    margin-top: -50px;
    transition: all 0.6s
}

.text-content { margin-bottom: 50px !important }

/* ----------------------------------------------------------------
  Team
-----------------------------------------------------------------*/


.team,
.team-image { position: relative; margin-bottom: 30px !important }

.team-image > a,
.team-image img {
  display: block;
  width: 100%;
}

.team-desc { text-align: center; }

.team-desc.team-desc-bg {
  background-color: #FFF;
  padding: 10px 0 30px;
}

.team .si-share {
  margin-top: 30px;
  text-align: left;
}

.team .si-share .social-icon {
  font-size: 14px;
  width: 34px;
}

.team-title {
  position: relative;
  padding-top: 20px;
}

.team-title h4 {
    display: block;
    margin-bottom: 0;
    font-size: 30px;
    text-transform: none;
    font-family: 'Roboto';
    font-weight: 400;
    color: #000c52;
}

.team-title span {
    display: block;
    color: #ff9c1b;
    font-weight: 600;
    font-family: 'Roboto';
    font-size: 18px;
    margin-top: 5px;
}

.team-content {
    margin-top: 15px;
    color: #777;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.3px;
}

.team-content p:last-child { margin-bottom: 0; }

.team-overlay,
.team-overlay:before {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}

body:not(.device-touch) .team-overlay {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.team-overlay:before {
  content: '';
  z-index: auto;
  background-color: #FFF;
  opacity: 0.75;
}

.team-overlay .social-icon {
  float: none;
  position: relative;
  z-index: 3;
  margin: 0 3px !important;
  display: inline-block;
}

.team:hover .team-overlay { opacity: 1; }


/* Team Center
-----------------------------------------------------------------*/

.team.center .team-title:after {
  left: 50%;
  margin-left: -40px;
}


/* Team List
-----------------------------------------------------------------*/

.team.team-list .team-image {
  float: left;
  width: 250px;
  margin-right: 30px;
}

.team.team-list .team-desc {
  position: relative;
  overflow: hidden;
  text-align: left;
}

.team.team-list .team-title { padding-top: 0; }

.team .team-desc > .social-icon { margin-top: 20px; }

.team .team-content ~ .social-icon { margin-top: 30px; }

.team:not(.team-list) .social-icon {
  display: inline-block;
  float: none;
  margin-left: 6px;
  margin-right: 6px;
}

/* Feature Box - Plain
-----------------------------------------------------------------*/

.feature-box.fbox-plain .fbox-icon {
  border: none !important;
  height: auto !important;
}

.feature-box.fbox-plain .fbox-icon i,
.feature-box.fbox-plain .fbox-icon img {
  border: none !important;
  background-color: transparent !important;
  color: #1ABC9C;
  border-radius: 0;
}

.feature-box.fbox-plain .fbox-icon i {
  font-size: 48px;
  line-height: 1 !important;
}

.feature-box.fbox-plain .fbox-icon img { height: 64px; }

.feature-box.fbox-plain.fbox-image .fbox-icon { width: auto; }

.feature-box.fbox-plain.fbox-image .fbox-icon img {
  width: auto;
  display: inline-block;
}

.feature-box.fbox-plain.fbox-small { padding-left: 42px; }

.feature-box.fbox-plain.fbox-small .fbox-icon { width: 28px; }

.feature-box.fbox-plain.fbox-small h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #717171;
}

.feature-box.fbox-plain.fbox-small p { margin-left: -42px; }

.feature-box.fbox-plain.fbox-small .fbox-icon i { font-size: 28px; }

.feature-box.fbox-plain.fbox-small .fbox-icon img { height: 28px; }

.feature-box.fbox-plain.fbox-large .fbox-icon i { font-size: 72px; }

.feature-box.fbox-plain.fbox-large .fbox-icon img { height: 96px; }

.feature-box.fbox-plain.fbox-light .fbox-icon i,
.feature-box.fbox-plain.fbox-light .fbox-icon img { color: #888; }

.feature-box.fbox-plain.fbox-dark .fbox-icon i, .feature-box.fbox-plain.fbox-dark .fbox-icon img {
    color: #0f326c;
}

/* ----------------------------------------------------------------
  Featured Boxes
-----------------------------------------------------------------*/


.feature-box {
  position: relative; text-align: left;
  margin-top: 20px;
  padding: 0 0 0 80px;
}

.feature-box:first-child { margin-top: 0; }

.feature-box .fbox-icon {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
}

.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #FFF;
}

.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
  border-radius: 50%;
  background-color: #1ABC9C;
}

.feature-box .fbox-icon i {
  font-style: normal;
  font-size: 28px;
  text-align: center;
  line-height: 64px;
}

.feature-box h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #333;
}

.feature-box p {
    margin: 15px 0 0 0;
    color: #999;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    font-family: 'Roboto';
    margin-bottom: 40px;
    font-weight: 300;
}

.feature-box .before-heading { font-size: 14px; }

.page-slider .fullwidthbanner-container .slide_title_white p {
    font-size: 30px;
    line-height: 32px;
    text-align: left;
    font-family: 'Roboto';
    font-weight: 300;
    color: #0c2856 !important;
    text-shadow: none;
    text-transform: none;
    letter-spacing: 0.3px;
}

.slide_subtitle {
    font: 400 18px/25px "Roboto", sans-serif !important;
    background: #0c2856 !important;
    box-shadow: inset 0px 20px 0px #0f326c;
    color: white !important;
    height: 36px;
    padding: 0px 15px !important;
    line-height: 36px !important;
    text-transform: uppercase !important;
}

.page-slider .fullwidthbanner-container p {
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
}

.page-slider .fullwidthbanner-container .slide_subtitle p {
    line-height: 36px !important;}

.slide_desc p { text-shadow: none;
    color: #0e0e0e !important;
    text-transform: none !important;
    letter-spacing: 0.3px;
    font-weight: 300 !important}

.login-toggler img { width: 23px;
    margin-right: 7px;
    margin-left: 7px;
    position: relative;
    top: -2px; }

#access { padding: 20px 0px 90px; }
#access i {
    font-size: 45px;
    display: inline-flex;
    padding-right: 12px;
    color: #717171;
    position: relative;
}
#access h3 {
    display: inline-flex;
    margin: 0px;
    vertical-align: middle;
    color: #414042;
    font-size: 28px;
    position: relative;
    top: -15px;
}

#access .first { padding-left: 0px }
#access .last { padding-right: 0px }
.menu-access { border: 1px solid #d6d6d6;
    padding: 12px 0px 5px;
    text-align: center; transition: all 0.3s }

#access .menu-access:hover i { color:#008ce0 !important; }
#access .menu-access:hover h3 { color:#0f326c !important; }
.menu-access:hover {border: 1px solid #3598db;}

.features-menu ul { list-style: none  }
.features-menu ul li {
    display: inline-block;
    border: 1px solid #e8e8e8;
    padding: 10px 15px;
    font-size: 16px;
    color: #717171;
    border-bottom: 0px;
    box-shadow: 0px 1px 0px #e8e8e8;
    margin: 0px 3px;
    transition: all 0.6s;
}
.features-menu ul li a { color: #717171; }
.features-menu ul li:hover a  { color: #0f326c; }
.features-menu { margin-top: -30px;
    margin-bottom: 50px }
.features-menu ul li:hover  { box-shadow: 0px 1px 0px #0f326c; color: #0f326c }
.our-group ul { text-align: left;
    color: #717171;
    line-height: 26px;
    padding-left: 15px; }

.mt-checkbox, .mt-radio {
    margin-bottom: 0px !important; }  

.datepicker table tr td, .datepicker table tr th {
    font-family: 'Roboto', sans-serif !important;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  height: 32px !important; box-shadow: none !important
}

.dropdown > .dropdown-menu:after, .dropdown-toggle > .dropdown-menu:after, .btn-group > .dropdown-menu:after {
    left: auto !important;
    right: 10px !important; }

.dropdown > .dropdown-menu:before, .dropdown-toggle > .dropdown-menu:before, .btn-group > .dropdown-menu:before {
    left: auto !important;
    right: 9px !important; }

.dropdown-menu li > a {
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 22px !important;
}

.login-toggler a {
    border-left: none !important; }

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    color: #0f326c !important;
    background-color: transparent !important;
}

.dropdown-menu li > a:hover i, .dropdown-menu .active > a i, .dropdown-menu .active > a:hover i {
    color: #0f326c !important; }

.headrop { float: right !important }
.headrop i { color: #14304b !important;
    margin-right: 0px !important;
    margin-left: 3px !important; }

.headrop a {
    height: auto !important; border-left: none !important;
    margin-left: 0px !important; }

.login-toggler a {
    margin-left: 0px !important;
}

.dropdown.headrop > .dropdown-menu:before, .dropdown-toggle > .dropdown-menu:before, .btn-group > .dropdown-menu:before {
    left: auto !important;
    right: 1px !important;
}

.dropdown.headrop > .dropdown-menu:after, .dropdown-toggle > .dropdown-menu:after, .btn-group > .dropdown-menu:after {
    left: auto !important;
    right: 2px !important;
}

.login-toggler:hover .dropdown-menu {
    display: block !important;
}

.membership-content.loged:hover .dropdown-menu {
    display: block !important;
}

.membership-content.loged .dropdown-menu {
  margin-top: 0px !important;
}

#status {display: block !important;
    opacity: 1 !important;
    padding-top: 10% !important;}

#status:after {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}


.select2-dropdown {
    z-index: 10051 !important;
}

.date.date-picker input {height: 34px !important}


input.select2-search__field {
    padding: 10px 15px;
    border-radius: 0px !important;
    box-shadow: 3px 4px 0px rgba(0,0,0,0.1);
    height: 34px !important;
}

.select2-results__option {
    padding: 6px 12px !important;
    font-weight: 300 !important;
    color: #5f6165;
    font-size: 15px !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(147,161,187,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(147,161,187,0.6);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    border-color: #c2cad8 !important;
}

.select2-container--bootstrap .select2-dropdown {
    box-shadow: 8px 8px 0px rgba(0,0,0,0.05) !important;
    border-color: #c2cad8 !important;
}

.form-control {
    border-color: #d1d7e2 !important;}

.control-label {
    margin-top: 8px !important;
    font-weight: 300 !important;
    color: #616161 !important;
}

.mt-checkbox-list, .mt-radio-list {
    padding: 0px 0 !important;
    color: #616161 !important;
}

.mt-checkbox, .mt-radio {
    font-weight: 300 !important;
    margin-bottom: 5px !important;
}

.form-group.number:after {
    content: " ";
    position: absolute;
    width: 35px;
    height: 25px;
    background: white;
    right: 5px;
    margin-top: -29px;
    z-index: 5;
}

.form-body {position: relative;}

form {overflow: auto;
    max-height: 550px;
    padding-right: 20px;
    margin-right: -25px;}