/*
Theme Name: Betheme
Author: Muffin group
Description: The biggest WordPress Theme ever
Theme URI: http://themes.muffingroup.com/betheme
Author URI: http://muffingroup.com
License: Themeforest Split Licence
License URI: -
Version: 13.7

All css files are placed in /css/ folder
*/

#Header_wrapper, #Intro {
    background-color: #f2f4f5;
}

#Header .top_bar_left, .header-classic #Top_bar, .header-plain #Top_bar, .header-stack #Top_bar, .header-split #Top_bar, .header-fixed #Top_bar, .header-below #Top_bar, #Header_creative, #Top_bar #menu, .sticky-tb-color #Top_bar.is-sticky {
    background-color: #f2f4f5;
}

.tarif_elem{
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
}
.tarif_elem.white{
    color: #000000;
    background: #ffffff;
}
.tarif_elem.red{
    color: #ffffff !important;
    background: #ec1d23;
}

.tarif_elem .header{
    height: 70px;
    border-bottom: 2px solid #dedee0;
    margin-top: 15px;
}
.tarif_elem .header .head{
    font-size:18px; 
    font-weight: bold; 
    line-height: 35px;
    text-transform: uppercase;
}
.tarif_elem .header .text{
    color: #acacb0;
    font-size:16px;
    line-height: 23px;
    font-weight: bold;
    padding-top: 5px;
}

.tarif_elem.red .header .text{
    color: #f59fa1; 
}



.tarif_elem .trtd{
    border-bottom: 2px solid #dedee0 !important;
    padding: 10px;
}
.tarif_elem .btn_bott{
    bottom: 0px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
}
.tarif_elem .btn_bott a.button{
    width: 200px;
    text-align: center;
}
.tarif_elem .btn_bott a.button .button_label{
    float: none;
}
.fancy_heading .inside{
    font-size: 20px;
    line-height: 1.5;
}


.tarif_elem.trans{
    background: url(/wp-content/uploads/2016/12/tran-1.png);
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}


.tarif_elem .price{
    display: inline-block;
    font-size: 48px;
    padding-right: 5px;
}
.tarif_elem .price_desc{
    display: inline-block;
    text-align: left;
    font-size: 14px;
    width: 97px;
}
.tarif_elem .price_desc span{
    font-size: 22px;
}
.tarif_elem.trans .header{
    height: 120px;
    border-bottom: none; 
}
.tarif_elem.trans .header .head{
    font-size:22px; 
    line-height: 35px;
    text-transform: none;
    font-weight: normal;
}
.tarif_elem.trans .header .text{
    color: #ffffff; 
    font-weight: normal;
}
.red{
    color: #ff0000;
}
.tarif_elem.trans a.button{
    background-color: transparent !important; 
    border: 2px solid #ff0000;
}
.calback_text{
    background: url(/wp-content/uploads/2016/12/question_white.png) 0px 0px no-repeat;
    color: #ffffff;
    padding-left: 60px;
}
.calback_inp{
    padding: 1px 5px;
}
.calback_inp .wpcf7-not-valid-tip{
    height: 37px !important;
    background: url(/wp-content/themes/betheme/images/contact_form_error.png) 0px 50% !important;
}
.callback_btn{
    width: 100%;
    border: 2px solid #ffffff !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 9px 20px !important;
    background: transparent !important;
}
.calback_inp .ajax-loader{
    position: absolute;
    top: 13px;
    left: 10px;
    background-image: url(/wp-content/plugins/contact-form-7/images/ajax-loader2.gif) !important;
}
.btnfrm{
    /* padding: 22px 30px; */
    width: 100%;
    font-size: 17px;
    background: #ff0000 !important;
}

.raboti {
    position: relative;
}
.raboti .story_box {
    background: #fff;
    height: 100%;
}
.raboti h3{
    color: #000 !important;
    text-align: left !important;
}
.raboti .photo_wrapper{
    left: 0;
    width: 100%;
    position: absolute; 
    z-index: 10;
    max-height: calc(100% - 50px);
}
.raboti .photo_wrapper img{ 
    width: 100%; 
}
.raboti:hover .photo_wrapper{ 
    /*display: block !important;*/
}
.raboti .photo_wrapper img{  
    opacity: 0.15 !important;
}
.raboti:hover .photo_wrapper img{  
    opacity: 1 !important;
}

.raboti h3{
   font-size: 25px;
   font-weight: bold;
} 

.raboti ul{
    list-style: circle;
    padding-left: 15px;
    margin-top: 10px;
}
.raboti li{
    margin-top: 7px;
}
.raboti .desc_wrapper{
    height: 100%;
}



.raboti .price {
    position: absolute;
    font-size: 25px;
    margin-top: 30px;
    bottom: 0px;
    margin: 0 0 2px;
}

.raboti .desc {
    margin-bottom: 50px;
}

.raboti { 
    height: 340px;
}

@media only screen and (max-width: 767px) 
.raboti {
    height: auto;
}