/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 8, 2019, 10:01:52 AM
    Author     : pipa
*/
body {
    padding-top: 0;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;

}
h1, h2, h3, h4, h5, h6, h1, h2, h3, h4, h5, h6{
    line-height: 1.6;
    color: #084410;
}
.btn{
}
h1{
    font-size: 2.2rem !important;
}
a{
    color: #084410;
}
a:hover{
    text-decoration: none;
    color: #076c34;
}
.carousel-item {
    height: 100vh;
    min-height:300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel-item_d {
    height: 60vh !important;
}

.share_in_slider {
    position: absolute;
    top: 5%;
    z-index: 999;
    right: 0;
    color: #fff !important;
}
.share_in_slider a{
    color: #084410!important;
    padding: 10px;
}
.portfolio-item {
    margin-bottom: 30px;
}
.galaxy-box {
    display: block;
    margin: 0 auto;
    margin-bottom: 0px;
    position: relative;
    width: 100%;

}
.popup-gallery img {
    width: 100% !important;
    height: 100% !important;

}
.galaxy-box .galaxy-box-caption-show {
    background: rgba(48, 117, 15 , 0.7) none repeat scroll 0 0;
    bottom: 0;
    color: white;
    display: block;
    height: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.galaxy-box .galaxy-box-caption {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(48, 117, 15, 0) 23%, rgba(48, 117, 15, 0.35) 30%, rgba(48, 117, 15, 0.5) 36%, rgba(48, 117, 15, 0.7) 51%, rgb(48, 117, 15) 79%, rgb(48, 117, 15) 100%) repeat scroll 0 0;
    bottom: 0;
    color: white;
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 100%;
}
.galaxy-box .galaxy-box-caption .galaxy-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center; 
}
.galaxy-box:hover .galaxy-box-caption{
    opacity: 1;
}

.gallery-box {
    display: block;
    margin: 0 auto;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    height: 250px;

}
.gallery-box .img-fluid{
    height: 250px;
}
.popup-gallery img {
    width: 100% !important;
    height: 100% !important;

}
.gallery-box .gallery-box-caption-show {
    background: rgba(48, 117, 15 , 0.7) none repeat scroll 0 0;
    bottom: 0;
    color: white;
    display: block;
    height: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.gallery-box .gallery-box-caption {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(48, 117, 15, 0) 23%, rgba(48, 117, 15, 0.35) 30%, rgba(48, 117, 15, 0.5) 36%, rgba(48, 117, 15, 0.7) 51%, rgb(48, 117, 15) 79%, rgb(48, 117, 15) 100%) repeat scroll 0 0;
    bottom: 0;
    color: white;
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 100%;
}
.gallery-box .gallery-box-caption .gallery-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center; 
}
.gallery-box:hover .gallery-box-caption{
    opacity: 1;
}
.btn-primary{
    background-color: #084410;
    border:0;
}
.btn-primary:hover{
    background-color: #ffc107;
    border-color:#ffc107;
    color: #333;
}
.btn-secondary{
    background-color: #084410;
}
.btn-secondary:hover{
    background-color: #ffc107;
    border-color:#ffc107;
    color: #333;
}
.header_tb_show{
    display: block;
}
#g3header{
    font-size: 20px;
    background-color: #508b3c;
}
#g3header2{
    font-size: 20px;
    background-color: #508b3c;
    color: #fff;
}
#g3header3{
    font-size: 20px;
    background-color: #508b3c;
    color: #fff;
}
#gf_header{
background-color: #e3e3e3;
}

#gf_about{
    background-color: #508b3c;
    }

    #gf_about p{
        font-size: 16px;
        line-height: 16px;
		    margin-bottom: 0.2rem;
        }    
#mainNav {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    background-color: rgba(255,255,255,.7) !important;
    border-bottom: solid 1px #ccc;
}
#mainNav .navbar-nav {

}

#mainNav .navbar-brand{
    color: #333;
    display: none;
}
#mainNav .navbar-brand-big{
    position: absolute;
    top: 0;
    z-index: 1;
}
.navbar-brand-big {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
#mainNav .navbar-nav li.nav-item a.nav-link {
    color: #333;
    font-size: 16px;
    padding-right: 1.5rem;
    text-transform: uppercase !important;

}
.dropdown-item{
    text-transform: uppercase;
}

#nav_span{
    color: #e5e5e5;
    padding-left: 1rem;
}
#mainNav .navbar-nav li.nav-item a.nav-link:hover {
    color: #084410;
    text-transform: uppercase;
}

#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
    color: #084410;
    text-transform: uppercase;
}
#mainNav .navbar-nav li.nav-item a.nav-link.active {
    color: #084410;
    text-transform: uppercase;
}
#mainNav.navbar-shrink {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    background-color: rgba(255,255,255,1) !important;
}
#mainNav.navbar-shrink li.nav-item a.nav-link {
    color: #333;    
}
#mainNav.navbar-shrink .navbar-brand {
    color: #333;
}
#mainNav.navbar-shrink .navbar-brand-big {
    color: #333;
}
#mainNav.navbar-shrink .navbar-brand-big img{
    max-width: 70%;
}
#mainNav img{
    width: 100%;
}
.nav_img{
    max-width: 210px;
}
.bg-dark2{
    background-color: #e3e3e3;
}
.bg-dark2 p{
    font-size: 16px;
    line-height: 18px;
}
.bg-dark2 h5{

}
.jcarousel2 {
    position: relative;
    overflow: hidden;
    width: 100%;

}

.jcarousel2 ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel2 li {
    width: 200px;
    float: left;
}

.jcarousel2 img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    padding: 0 15px 0 0;

}

/** Carousel Controls **/

.jcarousel-control-prev2,
.jcarousel-control-next2 {
    position: absolute;
    margin-top: 70px;
    top: 18%;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #ddd;
    margin-right: -10px;
margin-left: -10px;
}
.jcarousel-control-prev2 {
    left: 0;
    cursor: pointer;
}

.jcarousel-control-next2{
    right: 0;
    cursor: pointer;
}
.bg-dark2 a{

}
.bg-dark3 a{
    color: #fff;
}
.bg-dark1{
    color:#ccc;
    background-color:#fff;
    padding: .3rem 0 0 0;
}
.bg-dark3{
    color:#ccc;
    background-color:#393939;
    padding: 1rem 0 1rem 0;
}
.carousel-fade .carousel-item {
    opacity: .2;
    transition: opacity .25s ease-in-out;
}

.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}
.spc_hr{
    border-top: 1px solid rgba(0,0,0,.1) !important;
}
.ftr_fa{
    padding-right: 5px;
    padding-left: 5px;
}
.card-title{
    font-size: 1.3rem;
}
.card-title a{
    color: #333;
}
.btn-contactez-nous {

    left: 0;
    cursor: pointer;
    position: fixed;
    top: 45%;
    z-index: 99;
    width: 35px;
    height: 160px;
    text-indent: -9999px;
    opacity: .9;
    background-color: #076c34;
    color: #fff !important;
    background: url(../images/contact_icon.png) no-repeat;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.btn-contactez-nous:hover {
    opacity: 1;
}
.bg-success{
    color: #fff !important;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
    /* change if the mask should have another color then white */
    z-index: 9999;
    /* makes sure it stays on top */
}
#status_sending {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    /* centers the loading animation horizontally one the screen */
    top: 40%;
    /* centers the loading animation vertically one the screen */
    /* is width and height divided by two */
}
.lable_form_contact{
    font-weight: bold;
}
.goog-te-banner-frame{
    bottom: 0px !important;
    top: auto !important;
    display:none !important;
}
.goog-te-gadget{
    text-align: center;
}
#google_translate_element{
    z-index: 9999 !important;
    right: 0px;
    position: fixed;
    display:none !important;
}
#page-top{
    top: 0px !important;
}
#flag_icon_trans{
    z-index: 9999 !important;
    right: 10px;
    position: absolute;     
    display: block;
    top: 20px;
}
.card-img-top{
    height: 200px;
}
.img-responsive-or{
    width: 100%;
    height: 400px;
}
.theare{
    text-align: center;
    
}
.theare img{
    padding: 20px;
}
.right_scro_bg {
    display: block;
}
.left_scro_bg {
    display: block;
}
.left_scro_bg {
    left: 0;
    z-index: 0;
    opacity: .8;
    position: absolute;
}
.right_scro_bg {
    right: 0;
    z-index: 0;
    opacity: .8;
    position: absolute;
    bottom: 600px;
}
#gf_p_font{
    
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    padding: 5px;
    height: 35px;
}
#gf_img_product{
    width: 100%; height: 100%;max-height: 210px; padding: 0;border: solid 1px #fff;
}
#gf_td_product{
    width: 20%; text-align: center; background-color: #959595; padding: 0.6rem;
}
#gf_th_head_product{
    width: 20%; text-align: center; color: #006738; font-size: 28px; font-weight: bold; background-color: #f4f2f2;border:solid 2px #fff;
}
#td_head_content_product{
    width: 20%; text-align: center; border:solid 2px #f4f2f2;background-color: #fff;
}
#head_titlex{
    color: #171c4d !important;
    font-size: 20px !important;
    padding-top: 0.5rem !important;
}
#abrand{
	font-size: 18px;
	color: #084410;
}
@media (max-width: 767.98px) {
	#abrand{
		font-size: 12px;
	}	
    #head_titlex{
     
        font-size: 16px !important;
       
    }    
    #td_head_content_product{
       font-size: 6px;
	   color: #333;
	   padding: 0;
    }    
    #gf_th_head_product{
        width: 20%; text-align: center; color: #006738; font-size: 10px;background-color: #f4f2f2;border:solid 2px #fff;
    }    
    #gf_td_product{
        width: 20%; text-align: center; background-color: #959595; padding: 0.1rem;
    }    
    #gf_img_product{
        width: 75px; height: 75px; padding: 0;
        border: solid 1px #fff;
        margin-top: 10px;
    }    
    #gf_p_font{
        font-size: 8px;
        font-weight: normal;
		 height: 60px;
    }     
    #gf_about p {
        font-size: 12px;
        line-height: 16px;
    }
    .header_tb_show{
       
    }
    #flag_icon_trans{
        display: block;
        top: 10px !important;
    }
    .card-img-top{
        height: 100% !important;
    }  
    .gallery-box{
        height: 100% !important;
    }
    .gallery-box .img-fluid{
        height: 100% !important;
    } 
    .img-responsive-or{
        height: 100% !important;
    }    
    #mainNav .navbar-brand-big{
        display: none;
    }
    #mainNav .navbar-brand{
        display: block;
    }
    #mainNav {
        padding-top: 0.1rem;
        padding-bottom: 0.1rem;
    }
}
#status {
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    /* is width and height divided by two */
}

.spinner-sm {
    width: 50px;
    height: 50px;
    background-size: 40%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50%;
}
.spinner-sm:after,
.spinner-sm:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.spinner-sm-1:after {
    position: absolute;
    top: -4px;
    left: -4px;
    border: 4px solid transparent;
    border-top-color: #084410;
    border-bottom-color: #084410;
    animation: spinny 0.8s linear infinite;
}
@keyframes spinny {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(90deg) scale(1.2);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}
@keyframes spinny {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(90deg) scale(1.2);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}
@media (max-width: 1199.98px) { 
    #nav_span{
        padding-left: 0.2rem;
    }
    #mainNav .navbar-nav li.nav-item a.nav-link {
        padding-right: 0.2rem;
        padding-left: 0.2rem;
        text-transform: uppercase;

    }
    .left_scro_bg{
        display: none;
    }
}
@media (max-width: 991.98px) {
    #nav_span{
        display: none;
    }
    .share_in_slider{
        display: none;
    }
    .left_scro_bg{
        display: none;
    }
    .business-header {
        text-align: center;
    }
    #mainNav .navbar-brand-big{
        display: none;
    }    
    #mainNav .navbar-brand{
        display: block;
    }    
    #flag_icon_trans{
        display: block;
        
    }    
    #voyage_recherche .item{       
        left: -80px;
    }    
    #bxslider_v .item{
        left: -105px;
    }
}
@media (min-width: 1366px) { 
    .right_scro_bg {
        display: none;
    }
    .left_scro_bg {
        display: none;
    }    
    
}
@media (min-width: 1600px) { 
    .left_scro_bg{
        display: block;
    }
    .right_scro_bg {
        display: block;
    }    
/*    .left_scro_bg img{
        width: 60%;
    }
    .right_scro_bg img{
        width: 60%;
    }    */
}

/* About Video Style */
.video-gallery {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.video-gallery .overlay-gallery {
  background-color: rgba(77, 174, 81, 0.5) !important;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.video-gallery .icon-holder {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.video-gallery .icon-holder .icon {
  display: table-cell;
  vertical-align: middle;
}

.video-gallery .icon-holder .icon a {
  outline: none;
  display: inline-block;
  line-height: 60px;
}

.video-gallery .icon-holder .icon i {
  font-size: 80px;
  color: #fff;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.video-gallery:hover .icon i {
  color: #fff;
}
#ASpTWxv-1555398507080{
    display: none !important;
}
#calltrap-btn {
    background-color: #2074a1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 54px;
    line-height: 100px;
    opacity: 0.7;
    position: fixed;
    right: 15px;
    bottom: 15px;
    text-align: center;
    width: 54px;
    z-index: 9999;
    -webkit-animation: calltrap_opacity 3s infinite linear;
    -moz-animation: calltrap_opacity 3s infinite linear;
    -o-animation: calltrap_opacity 3s infinite linear;
    animation: calltrap_opacity 3s infinite linear
}
@media (max-width: 767.98px) { 
    #calltrap-btn {
        bottom: 15px;
    } 
}
#calltrap-btn.calltrap_offline {
    background-color: #ff0000
}

#calltrap-ico {
    width: 24px;
    height: 24px;
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border: 0;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-animation: uptocallmini 1.5s 0s ease-out infinite;
    -moz-animation: uptocallmini 1.5s 0s ease-out infinite;
    -o-animation: uptocallmini 1.5s 0s ease-out infinite;
    animation: uptocallmini 1.5s 0s ease-out infinite
}

#calltrap-ico:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    background-image: url("../images/phone-call.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: calltrap_spin 3s infinite linear;
    -moz-animation: calltrap_spin 3s infinite linear;
    -o-animation: calltrap_spin 3s infinite linear;
    animation: calltrap_spin 3s infinite linear
}

.calltrap_offline #calltrap-ico {
    -webkit-animation: uptocallmini_offline 1.5s 0s ease-out infinite;
    -moz-animation: uptocallmini_offline 1.5s 0s ease-out infinite;
    -o-animation: uptocallmini_offline 1.5s 0s ease-out infinite;
    animation: uptocallmini_offline 1.5s 0s ease-out infinite
}

#calltrap-overlay {
    background-color: #191919;
    background-color: rgba(25, 25, 25, 0.9);
    position: fixed;
    z-index: 9998;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    display: none
}

#calltrap-overlay .b-calltrap-overlay {
    display: table;
    width: 100%;
    height: 100%
}

#calltrap-overlay .b-calltrap-overlay__header, #calltrap-overlay .b-calltrap-overlay__body, #calltrap-overlay .b-calltrap-overlay__footer {
    display: table-row;
    padding: 0;
    margin: 0
}

#calltrap-overlay .b-calltrap-overlay__header-block, #calltrap-overlay .b-calltrap-overlay__body-block, #calltrap-overlay .b-calltrap-overlay__footer-block {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

#calltrap-overlay .b-calltrap-overlay__body-block {
    padding: 0 7px
}

#calltrap-overlay .b-calltrap-overlay__header, #calltrap-overlay .b-calltrap-overlay__footer {
    height: 1px
}

#calltrap-overlay .b-calltrap__container {
    background-color: white;
    border: 5px solid #2074a1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    padding: 0;
    max-width: 500px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.3;
    position: relative;
    font-family: Tahoma, Arial, self-serif !important
}

@media screen and (min-width: 1px) and (max-width: 500px) {
    #calltrap-overlay .b-calltrap__container {
        width: 290px
    }
}

#calltrap-overlay .b-calltrap__close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#calltrap-overlay .b-calltrap__close:hover {
    opacity: 1
}

#calltrap-success, #calltrap-form {
    display: block
}

#calltrap-success .b-calltrap_form__fields, #calltrap-form .b-calltrap_form__fields {
    margin: 20px 25px 35px
}

#calltrap-success .b-calltrap_form__title, #calltrap-form .b-calltrap_form__title {
    font-size: 20px;
    margin: 0 0 17px;
    text-align: left
}

@media screen and (min-width: 1px) and (max-width: 500px) {
    #calltrap-success .b-calltrap_form__title, #calltrap-form .b-calltrap_form__title {
        padding-right: 20px
    }
}

#calltrap-success .b-calltrap_form__text, #calltrap-form .b-calltrap_form__text {
    text-align: left
}

#calltrap-success .b-calltrap_form__text p, #calltrap-form .b-calltrap_form__text p {
    margin: 0 0 0.55em
}

#calltrap-success .b-calltrap_form__input, #calltrap-form .b-calltrap_form__input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    padding: 0 15px 0;
    height: 44px;
    line-height: 40px;
    background-color: white;
    border: 2px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 100%;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media screen and (min-width: 1px) and (max-width: 500px) {
    #calltrap-success .b-calltrap_form__input, #calltrap-form .b-calltrap_form__input {
        margin-bottom: 13px
    }
}

#calltrap-success .b-calltrap_form__input.error, #calltrap-form .b-calltrap_form__input.error {
    background-color: #ffc0c0;
    color: red;
    border-color: red
}

#calltrap-success .b-calltrap_form__input:disabled, #calltrap-form .b-calltrap_form__input:disabled {
    background-color: #eee;
    border-color: #bdbdbd;
    cursor: default
}

#calltrap-success .b-calltrap_form__input:focus, #calltrap-form .b-calltrap_form__input:focus {
    border: 2px solid #2074a1
}

#calltrap-success .b-calltrap_form__submit, #calltrap-form .b-calltrap_form__submit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2074a1;
    border: 2px solid #2074a1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    height: 44px;
    line-height: 40px;
    outline: medium none;
    display: inline-block;
    width: 180px;
    text-align: center;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media screen and (min-width: 1px) and (max-width: 500px) {
    #calltrap-success .b-calltrap_form__submit, #calltrap-form .b-calltrap_form__submit {
        width: 100%
    }
}

#calltrap-success .b-calltrap_form__submit:hover, #calltrap-form .b-calltrap_form__submit:hover {
    background-color: #1c658c
}

#calltrap-success .b-calltrap_form__submit:disabled, #calltrap-form .b-calltrap_form__submit:disabled {
    background-color: #bdbdbd !important;
    cursor: default
}

#calltrap-success .b-calltrap_form__controls, #calltrap-form .b-calltrap_form__controls {
    margin: 20px 0 0;
    padding: 0;
    padding: 0 200px 0 0
}

@media screen and (min-width: 1px) and (max-width: 500px) {
    #calltrap-success .b-calltrap_form__controls, #calltrap-form .b-calltrap_form__controls {
        padding: 0
    }
}

#calltrap-success .b-calltrap_form__controls-item, #calltrap-form .b-calltrap_form__controls-item {
    position: relative;
    float: right
}

@media screen and (min-width: 1px) and (max-width: 500px) {
    #calltrap-success .b-calltrap_form__controls-item, #calltrap-form .b-calltrap_form__controls-item {
        float: none
    }
}

#calltrap-success .b-calltrap_form__controls-left, #calltrap-form .b-calltrap_form__controls-left {
    margin-left: -100%;
    width: 100%
}

@media screen and (min-width: 1px) and (max-width: 500px) {
    #calltrap-success .b-calltrap_form__controls-left, #calltrap-form .b-calltrap_form__controls-left {
        margin-left: 0
    }
}

#calltrap-success .b-calltrap_form__controls-right, #calltrap-form .b-calltrap_form__controls-right {
    margin-right: -200px;
    overflow: visible;
    width: 200px;
    text-align: right
}

@media screen and (min-width: 1px) and (max-width: 500px) {
    #calltrap-success .b-calltrap_form__controls-right, #calltrap-form .b-calltrap_form__controls-right {
        margin-right: 0;
        width: auto;
        text-align: left
    }
}

#calltrap-success .b-calltrap_form__controls-clear, #calltrap-form .b-calltrap_form__controls-clear {
    clear: both
}

#calltrap-success {
    display: none
}

#calltrap-overlay.calltrap_offline .b-calltrap_form__submit {
    background-color: #ff0000
}

#calltrap-overlay.calltrap_offline .b-calltrap_form__submit:hover {
    background-color: #2e8c1c
}

#calltrap-overlay.calltrap_offline .b-calltrap_form__input:focus {
    border-color: #ff0000
}

#calltrap-overlay.calltrap_offline .b-calltrap__container {
    border-color: #ff0000
}

@-webkit-keyframes calltrap_opacity {
    0% {
        opacity: 1
    }
    57% {
        opacity: 0.75
    }
    75% {
        opacity: 0.95
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes calltrap_opacity {
    0% {
        opacity: 1
    }
    57% {
        opacity: 0.75
    }
    75% {
        opacity: 0.95
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes calltrap_opacity {
    0% {
        opacity: 1
    }
    57% {
        opacity: 0.75
    }
    75% {
        opacity: 0.95
    }
    100% {
        opacity: 1
    }
}

@keyframes calltrap_opacity {
    0% {
        opacity: 1
    }
    57% {
        opacity: 0.75
    }
    75% {
        opacity: 0.95
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes calltrap_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    30% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    33% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    36% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    39% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    42% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    45% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    48% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }
    51% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    54% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    57% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-moz-keyframes calltrap_spin {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    30% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    33% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    36% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    39% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    42% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    45% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    48% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }
    51% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    54% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    57% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-o-keyframes calltrap_spin {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    30% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    33% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    36% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    39% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    42% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    45% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    48% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }
    51% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    54% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    57% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes calltrap_spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    30% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    33% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    36% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    39% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    42% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    45% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    48% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }
    51% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    54% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    57% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes uptocallmini {
    0% {
        -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0);
        box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0)
    }
    10% {
        -webkit-box-shadow: 0 0 8px 6px #2074a1, 0 0 12px 10px transparent, 0 0 12px 14px #2074a1;
        box-shadow: 0 0 8px 6px #2074a1, 0 0 12px 10px transparent, 0 0 12px 14px #2074a1
    }
    100% {
        -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0);
        box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0)
    }
}

@-moz-keyframes uptocallmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0)
    }
    10% {
        box-shadow: 0 0 8px 6px #2074a1, 0 0 12px 10px transparent, 0 0 12px 14px #2074a1
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0)
    }
}

@-o-keyframes uptocallmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0)
    }
    10% {
        box-shadow: 0 0 8px 6px #2074a1, 0 0 12px 10px transparent, 0 0 12px 14px #2074a1
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0)
    }
}

@keyframes uptocallmini {
    0% {
        -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0);
        box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(32, 116, 161, 0)
    }
    10% {
        -webkit-box-shadow: 0 0 8px 6px #2074a1, 0 0 12px 10px transparent, 0 0 12px 14px #2074a1;
        box-shadow: 0 0 8px 6px #2074a1, 0 0 12px 10px transparent, 0 0 12px 14px #2074a1
    }
    100% {
        -webkit-box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0);
        box-shadow: 0 0 8px 6px rgba(32, 116, 161, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(32, 116, 161, 0)
    }
}

@-webkit-keyframes uptocallmini_offline {
    0% {
        -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0);
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0)
    }
    10% {
        -webkit-box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120;
        box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120
    }
    100% {
        -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0);
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0)
    }
}

@-moz-keyframes uptocallmini_offline {
    0% {
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0)
    }
    10% {
        box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0)
    }
}

@-o-keyframes uptocallmini_offline {
    0% {
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0)
    }
    10% {
        box-shadow: 0 0 8px 6px #35A120, 0 0 12px 10px transparent, 0 0 12px 14px #35A120
    }
    100% {
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0)
    }
}

@keyframes uptocallmini_offline {
    0% {
        -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0);
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0)
    }
    10% {
        -webkit-box-shadow: 0 0 8px 6px #ff0000, 0 0 12px 10px transparent, 0 0 12px 14px #ff0000;
        box-shadow: 0 0 8px 6px #ff0000, 0 0 12px 10px transparent, 0 0 12px 14px #ff0000
    }
    100% {
        -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0);
        box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0)
    }
}