 
body {
	background:#fff;
	color:#000;
}

a,
.main-header .menu a:hover,
.main-header .lang-selector .choose-lang a.active span,
.main-header .lang-selector .choose-lang a:hover span,
.aboutus-section .aboutus-icons li h3,
.articles-list .content h3,
.opinions-list li h3,
.btn.btn-white {
	color:#2c4bd3;
}
b,strong{
  font-weight: 800;
}

.main-header .menu-toggle:after,
.main-header .menu-toggle:before,
.btn,
.contact-section,
.error-page .title {
	background:#2c4bd3;
}

.btn {
	color:#fff;
  border-radius: 15px;
    border-bottom: 5px solid #00000040;
    background: #025098;
    font-family: "Roboto";
}
.btn-sm{
      height: auto;
    line-height: initial;
    padding: 5px 25px;
    border-radius: 8px;
}
.btn-white {
	background:#fff;
  color: #000
}
.btn-success {
	background: #36bb15;
}
.btn-warning {
	background: red;
}
.btn-grey {
	background:#373737;
}
.btn-grey:hover {
  background:#025098
}
.read-more {
    display: inline-block;
    width: 100%;
    
}
.error{
  border: 1px solid red !important;
}
.read-more.center{
  text-align: center;
 }
.articles-list .content footer span {
	border:2px solid #2c4bd3;
}

.error-page .title {
	color:#f3f3f4;
}

.error-page .title:before {
	border-top:10px solid #2c4bd3;
}

.section-header h2 {
	    font-size: 34px;
    font-weight: 900;
    color: #232b38;
    font-family: "Roboto";
}
.section-header h2:after {
     content: '';
    width: 130px;
    height: 3px;
    background: #025098;
    display: block;
    margin: auto;
}

.section-header em {
	color:rgba(0, 0, 0, .57);
}

.section-header.white-header h2 {
	color:#fff;
}

.section-header.white-header em {
	color:rgba(255, 255, 255, .57);
}
.section-header.white-header h2:after {
     
    background: #fff;
    
}
.main-header {
  top: 137px;
  background: #fff;
  border-bottom:0;
}

.main-header .menu a {
    color: #242424;
    font-weight: 800;
    text-transform: uppercase;
      font-family: "Roboto";
    font-size: 16px;
}
.main-header .menu li:hover{
  background: #003668;
  
}
.main-header .menu li:hover > a{
  color: #fff
}

.main-header.header-scroll{
  top: 87px;
  padding: 0
}
.main-header.main-logo.header-scroll{
  top: 0;
}
.top-header .lang-selector span {
	color:#71737a;
}

.top-header .lang-selector i {
	background:#f6f6f6;
	border:1px solid #eaeaea;
}

.top-header .lang-selector i img {
	border:1px solid #d3d3d3;
}

.top-header .lang-selector .choose-lang {
	background:#fff;
}

.main-footer nav a {
    color: #fff;
    font-size: 16px;
    font-family: "Roboto";
    font-weight: 800;
    padding: 25px;
}

.main-footer nav a:hover {
	color:rgba(255, 255, 255, .6);
}
.footer-links{
      background: #025098;
}
.footer-links nav{ text-align: center}
.main-footer .footer-cols {
	border-top:1px solid rgba(255, 255, 255, .07);
}
.main-footer .footer-copyrights p a{
  color: #fff;
}
.main-footer .footer-cols p {
	color:rgba(255, 255, 255, .35);
}

.owl-carousel .owl-dots .owl-dot {
	background:#d9d9da;
}

.owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:hover {
	border-color:#c0c0c1;
	background:#c0c0c1;
}

.slider .slide-text {
	color:#fff;
	text-shadow:1px 1px 0 rgba(0, 0, 0, .8);
        background: #00000061;
}

.slider .slider-nav span {
	background:#828382;
}

.slider .slider-nav span.active, .slider .slider-nav span:hover {
	border-color:#fff;
	background:#fff;
}

.aboutus-section {
	background:#f3f3f4;
}

.aboutus-section .aboutus-icons li {
	background:#fff;
	box-shadow:0 42px 57px rgba(0, 0, 0, .06);
}

.aboutus-section .aboutus-icons li p {
	color:rgba(0, 0, 0, .78);
}

.aboutus-section .aboutus-caption p {
	color:rgba(0, 0, 0, .8);
}

.checkerboard .owl-nav .owl-next, .checkerboard .owl-nav .owl-prev {
	background:url(../images/checkerboard-arrow.png) center no-repeat rgba(0, 0, 0, .5);
}

.checkerboard .checkerboard-image .caption {
	background:rgba(0, 0, 0, .7);
	color:#fff;
}

.checkerboard-page .checkerboard-item {
	background:#f3f3f4;
}

.checkerboard-page .checkerboard-item:nth-of-type(1) {
	background:#232428;
	color:#fff;
}

.articles-latest .content {
	background-color:#f1f1f1;
}

.articles-latest .content p {
	color:rgba(0, 0, 0, .8);
}

.articles-latest .content footer time {
	color:rgba(0, 0, 0, .8);
}

.partners-section {
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}

.opinions-section {
	background:#f3f3f4;
}


 
 
.contact-section .textbox {
	border:1px solid rgba(255, 255, 255, .4);
	color:#fff;
}

.contact-section .textbox:focus {
	border:1px solid rgba(255, 255, 255, .75);
}

.page-cover h2 {
	color:#fff;
}

.content-page {
	background:#f3f3f4;
}
.custompage-text time {
	color:rgba(0, 0, 0, .5);
}
.gallery-grid a {
	color:#fff;
}

.gallery-grid a:before {
	background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
}

.article-gallery{
  width: 100%;
  display: inline-block;
  margin: 25px 0;
}
.article-gallery a{
      display: inline-block;
    width: 25%;
    float: left;
}
.article-gallery img{
  width:100%;
}

.top-header {
    display: inline-block;
    height: 50px;
    background: #003668;
    width: 100%;
}
.col-6 {
    display: inline-block;
    width: 50%;
    float: left;
}
.top-header .col-6 {
    color: #fff;
    text-align: center;
    padding: 17px;
    font-size: 15px;
}
.top-header .col-6 a{
  color: #fff;
}
.top-header .lang-selector i {
    background: transparent;
    border: none;
  width: auto;
    height: auto;
      vertical-align: middle;
  margin-left: 5px;
}
.top-header .lang-selector i img {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 0;
}

.main-header.large-logo:not(.header-scroll) .container > a{
      width: 100%;
    display: block;
    margin: auto;
    text-align: center;
}
.main-header > a {
    display: inline-block;
    width: 200px;
}
.main-logo {
    top: 50px;
    background: #025098;
    text-align: center;
}
.main-logo div a {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: left;
}
.main-logo div a:nth-child(2) {
  text-align: right;
}
.main-header div a span {
        color: #fff;
    font-size: 30px;
    line-height: 87px;
  font-weight: bold;
    font-family: 'Roboto';
}

.slider .slide-text h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    font-family: "Roboto";
  text-align: left;
}


 
.slider .slide-text p {
    font-size: 15px;
    line-height: 1.45;
    font-weight: normal;
    margin: 20px 0;
    text-align: left;
}

.slider .container{
  margin: 0;
}

.slider .slide-text .btn {
    margin-top: 30px;
    float: left;
    margin-right: 25px;
    border-radius: 15px;
    border-bottom: 5px solid #00000040;
  background: #025098;
  font-family: "Roboto";
}
.slider .slide-text .btn.btn-grey{
  
background: #373737
}
.products-special-section{
  background: #e5e5e5;
      padding: 90px 0 120px;
}
.products-list {
    width: 100%;
    display: inline-block;
}
.products-list li{
  background: #f7f7f7;
  display: inline-block;
  width: 100%;
  height: 240px;
      margin: 0 0 100px 0;
  cursor: pointer;
}

.products-list .image{
      width: 25%;
    display: inline-block;
  float: left;
  position: relative;
}
.products-list .image img{
  width: 100%;
}
.products-list .image img.star {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 3px;
    background: #025098;
    left: 0px;
    padding: 8px;
}
.products-list .description{
  width: 60%;
   display: inline-block;
  float: left;
  padding: 25px;
}
.products-list .description h3{
      font-family: "Roboto";
    font-size: 22px;
    color: #025098;
    font-weight: 800;
      margin: 0 0 15px 0;
}
.products-list .description span{
  font-family: "Roboto";
    font-size: 15px;
      display: block;
}    
.products-list .more{
  width: 15%;
  display: table-column;
  float: left;
  background: #025098;
  height: 100%;
  padding: 50px;
      text-align: center;
}
.products-list .more a{
 font-family: "Roboto";
  font-size: 30px;
  font-weight: 800;
  color: #fff;
}
.products-list .more a img{
  margin-top:20px;
}
.products-list footer {
    display: inline-block;
    width: 100%;
    text-align: center;
      padding: 10px;
    background: #fff;
  font-size: 15px;
    color: #232b38;
  position: relative;
}
.products-list footer a{
  color: #025098;
    font-weight: bold;
}   
 .products-list footer  img.shadow {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
       bottom: -25px;
}
.product-page{
      margin-top: 150px;
}
.offer-section {
    padding: 80px 0 40px;
    background: #025098;
 }
.col-4 {
    width: 33.3%;
    display: inline-block;
    float: left;
}
.offer{
  display: inline-block;
  width:100%;
}
.offer .single{
      padding: 25px;
  cursor: pointer;
  
}
.offer .image{
width: 100%;
    height: 350px;
    background-position: center;
    -webkit-box-shadow: 0px -5px 0px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -5px 0px -2px rgba(0,0,0,0.75);
    box-shadow: 0px -5px 0px -2px rgba(0,0,0,0.75);
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}
.offer .image img{
  width:100%;
}
.offer .image img.picto {
    width: 96px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.offer .description{
  background: #fff;
  padding: 25px;
  text-align: center;
  -webkit-box-shadow: 0px 29px 35px -34px rgba(255,255,255,1);
-moz-box-shadow: 0px 29px 35px -34px rgba(255,255,255,1);
box-shadow: 0px 29px 35px -34px rgba(255,255,255,1);
}
.offer .description h3{
      font-family: 'Roboto';
    font-weight: bold;
    color: #232b38;
    font-size: 22px;
      
}
.offer .single .description h3{
      font-family: 'Roboto';
    font-weight: 800;
    color: #232b38;
    font-size: 28px;
}
.offer .description p{
      color: #6c6c6c;
    font-size: 15px;
  padding: 25px;
}


 
.offer .single.large {
    display: inline-block;
    width: 100%;
}
.offer .large .description {
    width: 35%;
    display: inline-block;
    float: left;
    height: 350px;
    padding-top: 80px;
  box-shadow: none;
      -webkit-box-shadow: 0px -5px 0px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -5px 0px -2px rgba(0,0,0,0.75);
    box-shadow: 0px -5px 0px -2px rgba(0,0,0,0.75);

}
.offer .large .image {
    width: 65%;
    display: inline-block;
    height: 350px;
  
}

.offer .single.large.medium {
    width: 50%;
}
.offer .single.large.medium .medium-bg {
    width: 100%;
    height: 350px;
}
.offer .large.medium .description {
    background: none;
    width: 50%;
    float: right;
      box-shadow: none;
}
.swiper-button-next, .swiper-button-prev{
    background:#818181;
}
.aboutus-section{
  background: #fff;
}
.aboutus {
    display: inline-block;
      font-family: 'Roboto';
    font-size: 15px;
    color: #6c6c6c;
}
.aboutus div{
  padding: 25px;
}
.aboutus div p{
  padding: 0 0 25px 0;
      line-height: 22px;
}
.aboutus div p strong{
  font-size: 18px;
}
.aboutus div img{
      width: 100%;
    
}

.newsletter-section {
    background: #eebf00;
}

.newsletter {
      padding: 50px;
    display: inline-block;
    width: 60%;
    margin-left: 40%;
  color: #232b38;
}

.newsletter h3{
      font-family: "Roboto";
    font-size: 28px;
     font-weight: 800;
}
.newsletter p{font-size: 15px;    padding: 15px 0;}

.newsletter p.signupform {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 0 25px;
  
    position: relative;
  

}
.newsletter input[type="email"] {
    border: none;
    padding: 5px;
    margin: 8px;
    width: 60%;
}
.newsletter .signupform button{
  
    position: absolute;
    top: 4px;
    right: 4px;

}
.newsletter span{
      font-size: 12px;
    font-style: italic;
    text-align: left;
}

#contact {
    width: 850px;
    display: none;
    background: url(../images/contactbg.png);
    background-position: center;
    background-size: cover;
    padding: 50px;
    background-repeat: no-repeat;
}
#contact .col-6:first-child{
  padding: 15px;
}
#contact .section-header img{
  width:100%;
}

#contact input:not([type=checkbox]) ,#contact textarea{
    padding: 10px 15px;
    width: 100%;
    background: #025098;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin: 10px 0;
}
#contact label span {
    font-family: 'Rubik';
    font-size: 9px;
    text-align: justify;
    display: inline-block;
    float: right;
    width: 93%;
  margin-top: 5px;
}
#contact .contact-details{
  margin-top:50%;
}
.contact-left {
    width: 50%;
    float: left;
    display: inline-block;
}
.contact-section{
  background: #fff;
  padding: 0;
}
.contact-section .contact-sides .contact-data {
    width: 350px;
    margin: auto;
    margin-right: 200px;
      float: right;
}
.contact-section .contact-sides .contact-data p,.contact-section .contact-sides .contact-data p strong ,.contact-section .contact-sides .contact-data a{
    color: #232b38;
}
.contact-section .contact-sides .contact-data p a{
    color:#000;
}
.contact-section .contact-sides .contact-data  h3{
    color: #232b38;
  font-size:34px;
  font-family: "Roboto"
}

.col {
    display: inline-block;
    width: 100%;
}
.contact-details .square{
  text-align: center;
}
.contact-details .square span{
      display: block;
    padding: 10px;
}
.contact-details .square span a{
  color: #025098;
  font-size: 22px;
  font-weight: bold;
}

.page-cover{
	       height: 410px;
	       margin-bottom: 100px;
}
.custompage-text {
    line-height: 1.4;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.50);
    max-width: 100% !important;
    position: absolute;
    height: 50px;
    top: 333px;
}
.content-page .section-header {
    margin-top: 0px;
    font-size: 40px;
    font-family: "Roboto";
    font-weight: 800;
    color: #fff;
}
.breadcrumb{
      border-bottom: 2px solid;
    margin: 25px 0;
    padding: 5px;
}
.breadcrumb a {
    font-size: 12px;
    color: #084c9a;
    font-weight: bold;
}
.product .title b {
    font-size: 22px;
    color: #025098;
  padding: 15px 0;
  display: inline-block;
}
/* gallery */

.gallery {
    width: calc(65% - 25px);
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 25px;
}
    .main-image {
      width: 100%;
      margin-bottom: 0.75em;
    }
.main-image img {
      width: 100%;
    }
    .thumbnails li {
      display: inline;
      margin: 0 10px 0 0;
    }

 
.thumbnails li a {
    display: inline-block;
}
.thumbnails li a.active {
-webkit-box-shadow: 0px 0px 49px -16px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 49px -16px rgba(0,0,0,0.75);
box-shadow: 0px 0px 49px -16px rgba(0,0,0,0.75);
}
.thumbnails li img {
    max-width: 180px;
}

ul.thumbnails {
    width: 100%;
    height: 170px;
    overflow-x: hidden;
    display: inline-flex;
}

.gallery .js-move-list-left {
    position: absolute;
    height: 140px;
    background: #0000004a;
    z-index: 2;
    margin-top: -168px;
    width: 25px;
   cursor: pointer;
  
}
.gallery .js-move-list-left span{
    color: #fff;
    font-size: 31px;
    font-weight: 800;
    font-family: "Roboto";
    margin-top: 50px;
    display: inline-block;
    margin-left: 4px;
}
.gallery .js-move-list-right {
    position: absolute;
    height: 140px;
    background: #0000004a;
    z-index: 2;
    margin-top: -168px;
    width: 25px;
  right: 0;
  cursor: pointer;
}
.gallery .js-move-list-right span{
    color: #fff;
    font-size: 31px;
    font-weight: 800;
    font-family: "Roboto";
    margin-top: 50px;
    display: inline-block;
       margin-left: 7px;
}


.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
        background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.gallery-top {
  height: 450px;
  width: 100%;
  overflow: hidden;
}
.gallery-thumbs {
  height: 140px;
  box-sizing: border-box;
  padding: 10px 0;
  overflow: hidden;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
/* gallery */
.product{
  position: relative;
}
.product .table {
    width: calc(35% - 25px);
    display: inline-block;
     margin-left: 25px;
}
.product .table.absolute{
      bottom: 0;
    position: absolute;
    right: 0;
}
.product .table button{
      width: calc(100% - 10px);
    border-radius: 0;
    margin: 5px;
    font-size: 25px;
}
.product .table li{
  padding: 5px 25px;
}
.product .table li:nth-child(even){
  background: #d3d3d3;
}
.product .table li b{
  color: #025098;
}
.product .table .generate_pdf {
    padding: 5px 25px;
}
.product .table .generate_pdf img{
  vertical-align: middle;
}
.product .table .generate_pdf {
  font-size: 16px;
  text-decoration: underline;
  font-weight: bold;
}
.product .table .generate_pdf:hover{
  cursor: pointer;
  background: #0250982e;
}
.product .table .fixed{
      border: 1px solid #000;
}
.tab-group{
	display: flex;
	justify-content: center;
}
.tab{
	flex-grow: 1;
	padding:5px;
	list-style:none;
	border:solid 1px #CCC;
	text-align:center;
	cursor:pointer;
	background: #575757;
	color: #fff;
	float: left;
	width: auto;
	padding: 5px 25px;
}
.panel-group{
	height:100px;
   }
.panel{
	display:none;
}
.tab.is-active{
	background:#025098;
	color:#FFF;
	transition: all 0.2s ease-out;
}
.panel.is-show{
	display:block;
}

.product .details{
    display: inline-block;
    width: calc(65% - 25px);
    margin-right: 25px;
  margin-top: 50px;
}
.product .details .tab-group {
    display: inline-block;
    justify-content: center;
    border-bottom: 2px solid #373737;
      width: 100%;
}
.product .details .panel-group{
  padding: 15px;
}
.product .details .panel-group ul{
 list-style: circle;
}
.product .details .panel-group  ul li{
      font-size: 16px;
    color: #2d2d2d;
    width: 33%;
    display: inline-block;
   font-weight: bold;
      float: left;
}

.content-page.text .custompage-text{
    top: 388px;
}
.col-12 {
    width: 100%;
    display: inline-block;
}

.text h3{
  font-size: 22px;
  font-weight: bold;
}

div#pdf {
  background: url('../images/offer.png');
    display: inline-block;
    width: 600px;
    height: 480px;
  background-position: center;
  padding: 50px;
  text-align: center;
  
}
#pdf h3 {
    font-family: 'Roboto';
    font-size: 40px;
    color: #025098;
    font-weight: bold;
  padding: 15px;
}
#pdf span {
    display: block;
    padding: 5px;
    font-size: 16px;
}
#pdf span b {
   color: #025098;
}
#pdf input[type="email"] {
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #afafaf;
    width: 50%;
    margin: 15px;
}
#pdf input[type="checkbox"]{
  float: left;
}
.menu .lang-selector{
  display: none;
}

.form-elements {
    width: 80%;
    display: inline-block;
}
.form-group {
    width: 50%;
    display: inline-block;
    float: left;
  padding: 10px;
}
.form-group input:not([type=file]),.form-group select {
    width: 250px;
    float: right;
    border-radius: 5px;
    padding: 5px;
    border: 2px solid #bdbdbd;
}

@media (max-width:730px) { .slider {     height: 470px;
    margin-top: 125px;}
  .menu .lang-selector{
  display: inline-block;
    margin-bottom: 25px;
}
  .col-6 {
    display: inline-block;
    width: 100%;
    float: left;
}
  .col-4 {
    width: 100%;
    display: inline-block;
    float: left;
}
 .main-header > a {
     width: 50%;
    float: left;
   padding: 0 15px;
}
.slider .slide {
background-attachment: scroll;
}
.article-gallery a{
      display: inline-block;
    width: 50%;
    float: left;
}
  .main-header div a span{
    font-size: 3vw;
    
  }
  .main-header .visible div a span{
      color: #000;
  }
  .main-header .header-content{
          padding: 50px 0;
  }
  .main-header .menu .lang-selector li{
      display:inline-block;
  }
  
   .products-list footer  img.shadow {
       width:100%;
   }
  @media (max-width: 450px) {
.parallax {
background-attachment: scroll;
}
}
  .products-list li{
        margin: 50px 0 100px 0;
  }
  .products-list .image {
    width: 100%;
  }
  .products-list .description{
    width: 100%;
  }
    .products-list .more {
    width: 100%;
    height: 95px;
    padding: 15px;
  }
  .products-list .read-more.center {
    margin-top: 50px;
}
  .offer .large .description {
    width: 100%;
  }
  .offer .large .image {
    width: 100%;}
  
  .offer .single.large.medium {
    width: 100%;
}
  .offer .large.medium .description {
    background: none;
    width: 80%;
  }
  
  .newsletter {
    padding: 15px;
    display: inline-block;
    width: 100%;
    margin-left: 0;
    color: #232b38;
}
  .contact-left {
    width: 100%;
    float: none;
    display: inline-block;
}
  .contact-section .contact-sides .contact-data {
    width: 100%;
    margin: auto;
    margin-right: 0;
    float: right;
}
  .contact-map {
    width: 100%;}
  
  .main-footer nav {
    float: left;
    width: 100%;
  }
  .main-footer nav a {padding: 15px;}
    
    #contact {
    width: 100%;
          padding: 5px;
  }
  #contact .col-6:first-child {
    padding: 15px;
    margin-top: 100px;
}
  #contact .contact-details {
    margin-top: 0;
}
  .gallery {
    width: 100%;}
  .product .table {
    width: 100%;
    
    margin-left: 0;
}
  div#pdf {
    
    width: 100%;
    height: 100%;
    padding: 15px;
  }
  #pdf input[type="email"]{
    width:100%;
        margin: 5px;
  }
  .product .details {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    margin-top: 50px;
}
  .slider .slide-text .btn {
    
    margin: auto;}
    
  .form-elements{
    width:100%;
  }
  .form-elements .form-group{
    width:100%;
  }
  .form-group input:not([type=file]), .form-group select {
    width: 50%;
}
  
}



.call-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
    z-index: 9998;
    transition: all .25s ease-in-out;
}
@media(max-width:1100px) {
    .call-cta.hideportfolio {
    display: none;
}
}@media(max-width:500px) {
    .call-cta {
    right: 10px;
    bottom: 10px;
}
}.call-cta .call-opt {
    position: absolute;
    background: #fff;
    top: 0;
    right: 30px;
    height: 70px;
    width: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    transition: all .25s ease-in-out;
    visibility: hidden;
    opacity: 0;
    white-space: nowrap;
}
.call-cta .call-opt ul {
    width: 100%;
    padding: 0 30px 0 20px;
}
.call-cta .call-opt li {
    width: 33.3%;
    float: left;
}
.call-cta .call-opt li:nth-of-type(2) o {
    background: url(../images/email.png) no-repeat center 18px;
    background-size: 20px auto;
}
.call-cta .call-opt li:nth-of-type(1) o {
    background: url(../images/phone.png) no-repeat center 18px;
    background-size: 20px auto;
}
.call-cta .call-opt li:nth-of-type(3) a {
    background: url(../images/phone.png) no-repeat center 18px;
    background-size: 20px auto;
}
.call-cta .call-opt li.closed {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.call-cta .call-opt a , .call-cta .call-opt o {
    color: #4f4f4f;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    position: relative;
    display: block;
    height: 70px;
    padding: 40px 0 0;
    transition: all .25s ease-in-out;
  cursor: pointer;
}
.call-cta .call-opt a:hover,.call-cta .call-opt o:hover {
    color: #025098;
}
.call-cta .call-opt a span,.call-cta .call-opt o span  {
    background: #025098;
    width: 130%;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 70px;
    font-size: 13px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: all .25s ease-in-out;
    white-space: normal;
    padding: 10px;
    line-height: 1.3;
}
.call-cta .call-opt a span:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -16px;
    border: 8px solid transparent;
    border-top-color: #025098;
}
.call-cta .call-opt a:hover span {
    visibility: visible;
    opacity: 1;
    bottom: 90px;
}
.call-cta:hover .call-opt {
    width: 350px;
    visibility: visible;
    opacity: 1;
}
.call-cta .circle-icon {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: url(../images/phone-white.png) no-repeat center #239c15;
    border-radius: 50%;
    border: 5px solid #fff;
}

div#contactme {
    padding: 15px;
  width: 450px;
  display: none;
}

div#contactme input{
    padding: 5px;
  width: 100%;
  display: inline-block;
  margin: 10px 0;
}
#contactme input[type="checkbox"] {
    float: left;
      width: 20px;
}



.fancybox-prev span, .fancybox-next span
	{
		background-image: none !important;
	}
	
	.fancybox-next span, .fancybox-prev span
	{
		color: #fff;
		font-weight: 200;
		font-size: 80px;

	}
	
	.fancybox-prev span:before, .fancybox-next span:before
	{
		position: relative;
		left: 25px;
		background: black;
		border-radius: 8px
	}
	.fancybox-next span{
		right:50px;
	}
	.fancybox-prev span:before
	{
		content: "<";
	}
	
	.fancybox-next span:before
	{
		content: ">";
	}