/*
Template Name: Flat Lab frontend build with Bootstrap v3.3.2
Template Version: 3.0
Author: Kamber Peka
Website: http://thevectorlab.net/
*/

/* Import fonts */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(//fonts.googleapis.com/css?family=Fjalla+One);
@import '//fonts.googleapis.com/css?family=Roboto+Condensed';
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,100italic,100,300italic,500,400italic,500italic,700italic,700,900,900italic);
@import '../style.css';
@font-face {
    font-family: 'libre_baskervilleregular';
    src: url('fonts/librebaskerville/librebaskerville-regular-webfont.eot');
    src: url('fonts/librebaskerville/librebaskerville-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/librebaskerville/librebaskerville-regular-webfont.woff2') format('woff2'),
         url('fonts/librebaskerville/librebaskerville-regular-webfont.woff') format('woff'),
         url('fonts/librebaskerville/librebaskerville-regular-webfont.ttf') format('truetype'),
         url('fonts/librebaskerville/librebaskerville-regular-webfont.svg#libre_baskervilleregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'libre_baskervilleitalic';
    src: url('fonts/librebaskerville/librebaskerville-italic-webfont.eot');
    src: url('fonts/librebaskerville/librebaskerville-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/librebaskerville/librebaskerville-italic-webfont.woff2') format('woff2'),
         url('fonts/librebaskerville/librebaskerville-italic-webfont.woff') format('woff'),
         url('fonts/librebaskerville/librebaskerville-italic-webfont.ttf') format('truetype'),
         url('fonts/librebaskerville/librebaskerville-italic-webfont.svg#libre_baskervilleitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'libre_baskervillebold';
    src: url('fonts/librebaskerville/librebaskerville-bold-webfont.eot');
    src: url('fonts/librebaskerville/librebaskerville-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/librebaskerville/librebaskerville-bold-webfont.woff2') format('woff2'),
         url('fonts/librebaskerville/librebaskerville-bold-webfont.woff') format('woff'),
         url('fonts/librebaskerville/librebaskerville-bold-webfont.ttf') format('truetype'),
         url('fonts/librebaskerville/librebaskerville-bold-webfont.svg#libre_baskervillebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    color: #797979;
    font-family: 'Roboto', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size:13px;
    background-color: white;
}


a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.step-dsc > .text-center{
    cursor: pointer;
}

::selection {
    background: #F77B6F;
    color: #fff;
}
::-moz-selection {
    background: #F77B6F;
    color: #fff;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #E5311B;
}

a:hover {
    color: #f77b6f;
}

p {line-height: 22px}

/*header*/

.header-frontend .navbar {
    margin-bottom: 0;
}

.navbar-default {
    border: none;
}

.navbar-brand {
/*    color: #bcc0cd;
    font-size: 30px;
    font-weight: 100;
    line-height: 30px;
    margin-top: 30px;*/
    padding: 0 0 0 15px;
    margin-top:20px;
}
.navbar-brand>img{
    height: 90px;
}
.navbar-brand span{
    color: #f25f5b;
}

.header-frontend .navbar-collapse  ul.navbar-nav {
    float: right;
    margin-right: 0;
    margin-top: 30px;
}

.header-frontend .navbar-default{
    background-color: #fff;
}

.header-frontend .nav li a, .header-frontend .nav li.active ul.dropdown-menu li a {
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    background: none;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.header-frontend .nav li a:hover,
.header-frontend .nav li a:focus,
.header-frontend .nav li.active a,
.header-frontend .nav li.active a:hover,
.header-frontend .nav li a.dropdown-toggle:hover,
.header-frontend .nav li a.dropdown-toggle:focus,
.header-frontend .nav li.active ul.dropdown-menu li a:hover,
.header-frontend .nav li.active ul.dropdown-menu li.active a{
    color: #000;
    background-color: rgba(255, 255, 255, 0);
 /*   -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;*/
    border-bottom: 7px solid #e5311b;
    border-radius: 0;
    font-weight: normal;
}


.header-frontend .navbar-default .navbar-nav > .open > a,
.header-frontend .navbar-default .navbar-nav > .open > a:hover,
.header-frontend .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #f77b6f;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.header-frontend .navbar {
    min-height: 130px;
}

.header-frontend .navbar-nav > li  {
    padding-bottom: 30px;
    padding-top: 30px;
}

.header-frontend  .navbar-nav > li > a {
    padding-bottom: 0px;
    padding-top: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 2px;
    line-height: 30px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.dropdown-menu li a:hover {
    color: #fff !important;
}

.header-frontend .nav .caret {
    border-bottom-color: #999;
    border-top-color: #999;
}

.dropdown-menu  {
    box-shadow: none;
    border-radius: 0;
}

.header-frontend .nav li .dropdown-menu  {
   padding: 0;
}

.header-frontend .nav li .dropdown-menu li a {
   line-height: 28px;
   padding: 3px 12px;
}
.header_top {
    background-color: #000000;
    color: white;
    overflow: hidden;
}
.header-top-left p a{
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}
.header-top-left p a:hover{
    color: #e5311b;
}
.header-top-left p a i{
    padding-right:5px;
}
.header-top-left p {
    float: left;
    line-height: 35px;
    margin-bottom: 0;
    margin-right: 18px;
}
.social-icon a {
    color: #fff;
    line-height: 35px;
    padding-right: 15px;
}
.social-icon .grey, .social-icon .green, .social-icon .red{
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 13px;
}
.social-icon .grey i, .social-icon .green i, .social-icon .red i{
    padding-right: 10px;
}
.social-icon .grey{
    background-color: #666666;
    padding: 23px;
}
.social-icon .green{
    background-color: #99cc33;
    padding: 23px;
}

.social-icon .red{
    background-color: #e5311b;
    padding: 23px;
}

.social-icon .green a, .social-icon .grey a, .social-icon .red a{
    padding: 0px;
}
.social-icon a:hover{
    color: #e5311b;
}
.social-icon .green a:hover, .social-icon .grey a:hover{
    color: white;
}
.social-icon .grey:hover, .social-icon .green:hover{
    color: white;
    background-color:#e5311b;
}
.social-icon .red:hover{
    color: white;
    background-color:#99cc33;
}

.header_top  .row-no-padding {
  margin-left: 0;
  margin-right: 0;

    padding-left: 0 !important;
    padding-right: 0 !important;
  
}

.img-bl{
    width: 100%;
    margin:5px;
}

/*search*/

.search {
    margin-top: 3px ;
    width: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #fff;
    box-shadow: none;
    background: url("/../../img/search-icon.jpg") no-repeat 10px 8px;
    padding:0 5px 0 35px;
    color: #fff;
    background-color: white;
    height: 30px;
}

.search:focus {
    margin-top: 3px ;
    width: 180px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #c8c8c8;
    font-weight: 300;
    margin-left: 10px;
}

/*homepage features*/

.feature-head {
    padding: 50px 0;
}
.selection {
    background: #F77B6F;
    color: #FFF;
}

.feature-head h1{
    color: #475168;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0;
    font-family: 'Fjalla One', sans-serif;
}

.feature-head p{
    color: #8a8b8b;
    font-size: 18px;
    font-weight: 300;
}

.f-box {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    min-height: 210px;
    margin-bottom: 20px;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
}

.f-box i{
    font-size: 50px;
    line-height: normal;
    margin-top: 40px;
    display: block;
    color: #f77b6f;
}

.f-box:hover, .f-box.active {
    background: #f77b6f;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    min-height: 210px;
    margin-bottom: 20px;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
}

.f-box:hover i, .f-box.active i{
    font-size: 50px;
    line-height: normal;
    margin-top: 40px;
    display: block;
    color: #fff;

}

.f-box:hover h2, .f-box.active h2{
    color: #fff;
}

.f-box h2{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Fjalla One', sans-serif;
}

.f-text {
    font-size: 14px;
    font-weight: 300;
}

/*quote*/

.quote {
    margin: 70px 0;
    display: inline-block;
    width: 100%;
}

.quote-info {
    background: #475168;
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    min-height: 72px;
}

.quote-info h1 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
}
.quote-info p {
    color: #9eb3c4;
    font-weight: 300;
    margin: 0;
}

.purchase-btn {
    width: 100%;
    line-height: 75px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
}

.accordion {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

/*tabs*/

.tab {
    background: #f4f4f4;
}

.tab .nav > li > a {
    padding: 18px 15px;
}

.tab-bg-dark-navy-blue {
    background:#6f6f6f;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    padding: 0;
}

.tab-bg-dark-navy-blue .nav > li > a:hover, .tab-bg-dark-navy-blue .nav > li > a:focus {
    background-color: #f4f4f4;
    text-decoration: none;
}


.panel-heading .nav > li > a,
.panel-heading .nav > li.active > a, .panel-heading .nav > li.active > a:hover, .panel-heading .nav > li.active > a:focus {
    border-width: 0;
    border-radius: 0;
}

.panel-heading .nav > li > a {
    color: #fff;
}

.panel-heading .nav > li.active > a, .panel-heading .nav > li > a:hover {
    color: #6f6f6f;
    background: #f4f4f4;
}

.panel-heading .nav > li:first-child.active > a, .panel-heading .nav > li:first-child > a:hover {
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
}

.tab .nav-tabs.nav-justified > li {
    border-right: 1px solid #f4f4f4;
}

.tab .nav-tabs.nav-justified > li:last-child {
    border-right: none;
}

.p-head {
    color: #F77B6F;
    font-size: 14px;
    font-weight: 400;
}

.cmt-head {
    font-size: 14px;
    font-weight: 400;
}

.p-thumb img {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 50px;
    width: 50px;
}

.nav>li.specialedition>a {
    background: #6fa1d6;
    border-radius: 4px;
    color: #FFF;
}

/*SAN VALENTINO*/
body,html {
     height: 100%;
}
 #payoff{
    margin-top:0;
    height:550px;
    background:url("/img/banner/secondbox.jpg") center 20% no-repeat;
    background-size:cover;

}
 #payoff .payoff{
    margin-top:0;
     background: rgba(255, 255, 255, 0.6);
}
 #payoff h1{
    color:#000;
    text-shadow:3px 3px 7px white;

}
 #payoff h2 {
     color: #000;
     text-shadow: 4px 4px 8px white;
     font-size: 17px;
     font-weight: normal;
     text-transform: none;
     letter-spacing: 0px;
     margin: 20px 20px 10px 20px;
     line-height: 28px;
     font-family: Roboto Slab;
}

.content-section {
    min-height: 90%;
    position: relative;
    padding: 2em 0;
}

.content-section > div:not(.box) {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    max-width: 1200px;
    text-align: center;
}

.content-section div {
    line-height: 1.6;
}

.content-section h1 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
    font-family: 'Roboto Slab';
}

.content-section p {
    color: #000;
    font-size: 15px
}




a.green_btn {
background: #99cc33;
    text-transform: uppercase;
    color: #FFF;
    padding: 14px 26px;
    border-radius: 6px;
    font-size: 1.4em;
}


/*END SAN VALENTINO*/

/*testimonial*/

.about-testimonial ul li {
    list-style: none;
}

.about-testimonial {
    margin:20px 0 0 0;
    position: relative;
}

ul.about-flex-slides {
    margin-left: 0;
}

.flex-direction-nav {
    position: absolute;
    right: 10px;
    top: 30px;
    width: 70px;
}

.flex-direction-nav li {
    display: inline-block;
    width: 12px;
}

.flex-direction-nav li a {
    outline: none;
}

.flex-direction-nav li a i {
    color: #cccccc;
}

.flex-control-paging {
    display: none;
}

.about-testimonial .about-testimonial-image {
    float: left;
    margin: 0 15px;
    position: relative;
}

.about-testimonial .about-testimonial-image img {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    height: 100px !important;
    width: 100px !important;
}

.about-flexslider .about-flex-slides img {
    display: block;
    width: 100%;
}

.about-testimonial a.about-testimonial-author {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 11px;
    margin: 30px 0 8px 0;
    color: #504946;
    font-weight: 300;
}

.about-testimonial .about-testimonial-company {
    display: block;
    font-size: 13px;
    line-height: 14px;
    color: #ababab;
    font-weight: 300;
}

.about-testimonial.boxed-style .about-testimonial-content {
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.about-testimonial .about-testimonial-content {
    margin-top: 55px;
    padding: 20px;
    position: relative;
}

.about-testimonial .about-testimonial-content p {
    line-height: 20px;
    margin: 0;
}

.about-testimonial.boxed-style .about-testimonial-content:before {
    background-color: #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-color: #f5f5f5;
    border-image: none;
    border-style: none;
    top: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 60px;
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 15px;
    display:none\0/;
    _display:none;
}


/*----image hove----*/
.view {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #fff;
}

.view .mask,.view .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.view img {
    display: block;
    position: relative;
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 5px 0 0 0;
}

.view p {
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
    margin-bottom: 10px;
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
}

.view a.info:hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}

.view-tenth img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.view-tenth .mask {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-tenth h2 {
    background: transparent;
    margin: 0px 10px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #333;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-tenth p {
    color: #333;
    line-height: normal;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.view-tenth a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.view-tenth:hover img {
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -o-transform: scale(5);
    -ms-transform: scale(5);
    transform: scale(5);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=.5);
    opacity: .5;
}

.view-tenth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/*imageview icon hover*/

[data-zlname] {
    position: relative;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*IMGS IN CONTAINER*/
[data-zlname] > img {
    display: block;
    max-width: 100%;
}
/*POP UP ELEMENTS*/
[data-zlname] [data-zl-popup] {
    position: absolute;
    display: block;
    padding: 1px;
    height: 40px;
    width: 40px;
    background: #323231;
    color: #fff;
    overflow: hidden;
    display: none;
    text-align: center;
}
/*OVERLAY*/
/*classic*/
[data-zl-overlay] {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    padding: inherit;
}
/*four*/
[data-zl-ovzoom0],[data-zl-ovzoom1]
,[data-zl-ovzoom2],[data-zl-ovzoom3] {
    position: absolute;
    width: 25%;
    height: 100%;
}
/*rolling*/
[data-zl-ovrolling] {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}
/*double*/
[data-zl-ovdouble0],[data-zl-ovdouble1] {
    position: absolute;
    display: none;
}

/*-------*/

[data-zlname = reverse-effect] [data-zl-popup = link] {
    background: rgba(256,256,256,1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

[data-zlname = reverse-effect] [data-zl-popup = link2] {
    background: rgba(256,256,256,1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

[data-zlname = reverse-effect] [data-zl-popup = link]:hover,
[data-zlname = reverse-effect] [data-zl-popup = link2]:hover {
    opacity: .5;
}

.mask a i {
    color: #242424 !important;
    font-size: 16px;
    line-height: 40px;
}

.r-work {
    color: #475168;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Fjalla One', sans-serif;
}

.bx-wrapper {
    margin-bottom: 120px;
}


/*pricing table*/

.pricing-table {
    background: #eeeeee;
    text-align: center;
    padding: 0 0 25px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.pricing-table.most-popular {
    top: -20px;
    position: relative;
}

.most-popular {
    background: #f77b6f;
    color: #fff;
}

.most-popular h1 {
    font-size: 25px !important;
    padding-bottom: 10px;
    padding-top: 17px !important;
}

.most-popular h2 {
    background: #d76b61 !important;
    margin-top: 20px !important;
}

.most-popular ul li {
    border-bottom: 1px dotted #d76b61 !important;
}

.most-popular .price-actions .btn {
    background: #d76b61 !important;
    margin: 10px 0;
    cursor: pointer;
}

.pricing-table .price-actions .btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #acacac;
    color: #fff;
    border: none;
    box-shadow: none;
    text-shadow: none;
    padding: 10px 20px;
    cursor: pointer;
}

.pricing-head h1 {
    font-size: 18px;
    font-weight: 300;
    padding-top: 15px;
}

.pricing-head h2 {
    padding: 30px 0;
    background: #777777;
    color: #fff;
    font-size: 50px;
    font-weight: 100;
}

.pricing-table ul {
    margin: 15px 0;
    padding: 0;
}

.pricing-table ul li {
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 2em;
    padding: 1em 0;
    text-align: center;
    font-weight: 300;
}

.pricing-head span.note {
    display: inline;
    font-size: 25px;
    line-height: 0.8em;
    position: relative;
    top: -18px;
}

.pricing-quotation, .team-info {
    background: #EEEEEE;
    padding: 20px 20px 35px 20px;
    margin-bottom: 100px;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.pricing-quotation h3, .team-info h3 {
    font-weight: 300;
}

.pricing-quotation p, .team-info p {
    margin-bottom: 0px;
}

.pricing-plan, .team-info-wrap {
    position: relative;
}

.pricing-quotation:before, .team-info:before {
    background-color: #EEEEEE;
    border-color: #EEEEEE;
    border-image: none;
    border-right: 1px solid #EEEEEE;
    border-style: none;
    top: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 48%;
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 15px;
}

.breadcrumbs {
    background: #475268;
    color: #fff;
    padding: 45px 0;
    margin-bottom: 40px;
}

.breadcrumb {
    margin-bottom: 0;
    background: none;
}

.breadcrumb li a{
    color: #f77b6f;
}

.breadcrumb li.active {
    color: #fff;
}

.breadcrumbs h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 3px 0 0;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
}

/*contact*/

.contact-map {
    margin-top: -40px;
    margin-bottom: 40px;
}

.contact-form {
    margin-bottom: 20px;
}

.address h4 {
    color: #475168;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Fjalla One', sans-serif;
}

/*about us*/

.about-us img {
    width: 100%;
}

.carousel-control.left, .carousel-control.right {
    background: none;
}

.carousel-control {
    background: #000000 !important;
    bottom: 40%;
    color: #FFFFFF;
    font-size: 20px;
    left: 0;
    line-height: 48px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    top: 40%;
    width: 10%;
}

.carousel-control:hover {
    background: rgba(212,108,94,.8) !important;
    color: #FFFFFF;
    /*opacity: 0.6;*/
    text-decoration: none;
}

.carousel-control:hover, .carousel-control:focus {
    opacity: 0.6;
}
.carousel-caption {
    background: rgba(0,0,0,0.6);
    padding-bottom: 0px;

    bottom: 0;
    color: #FFFFFF;
    left: 0 !important;
    padding-bottom: 5px;
    padding-top: 10px;
    position: absolute;
    right: 0 !important;
    text-align: center;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    z-index: 10;
}

.about h3 {
    /*text-transform: uppercase;*/
    color: #475168;
    font-family: 'Fjalla One', sans-serif;
    margin-top: 0;
}

.icon-wrap {
    font-size: 2em;
    height: 60px;
    width: 60px;
    float: left;
    line-height: 60px;
    text-align: center;
    color: #fff;
    margin-right: 30px;
}

.ico-bg {
    background: #f37d6c;
}

.round {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}


/*.content h3, .media h3 {
    margin-top: 0;
    color: #475168;
    font-size: 20px;
    font-family: 'Fjalla One', sans-serif;
}*/

.media h3 {
    margin-top:20px;
}

.media-body h4 {
    font-size: 16px;
    color: #475168;
}

.hiring, .services {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

.hiring {
    margin-top: 60px;
}

.gray-box {
    background: #f2f2f2;
    padding: 60px 0;
}

.progress {
    background-color: #E1E1E1;
}

.flexslider {
    background: none;
    border: none;
}


.about-skill-meter .sr-only {
    position: static !important;
    line-height: 29px;
}

.about-skill-meter .progress-bar {
    text-align: left;
    padding-left: 10px;
}

.about-skill-meter .progress {
    height: 30px;
    box-shadow: none;
    line-height: 30px;
}

.about-skill-meter .progress-bar-danger {
    background-color: #f37d6c;
    box-shadow: none;
}

.skills {
    margin-bottom: 25px;
    color: #47506a;
    font-size: 20px;
    font-family: 'Fjalla One', sans-serif;
}

/*team*/

.person {
    margin-bottom: 10px;
}

.person img {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}


.team-social-link {
    display: block;
    margin: 10px 0 20px 0;
}

.team-social-link a {
    display: inline-block !important;
    color: #cac8c7;
    font-size: 20px;
    margin: 0 8px;
}

.team-social-link a:hover {
    color: #f37c6b;
}

.person-info h4, .person-info h4 a {
    color: #f37c6b;
    font-weight: 300;
    margin-bottom: 5px;
}


.mtop30 {
    margin-top: 30px;
}


/*typography*/

.highlight-1 {
    background: #9CCE44;
    color: #FFFFFF;
}

.highlight-2 {
    background: #242424;
    color: #FFFFFF;
}

.highlight-3 {
    background: #F2C600;
    color: #242424;
}

.dropcap {
    background-color: #666666;
    color: #FFFFFF;
    float: left;
    font-size: 30px;
    line-height: 30px;
    margin: 4px 8px 0 0;
    padding: 5px 10px;
    text-align: center;
}

.dropcap2 {
    background-color: #666666;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #FFFFFF;
    float: left;
    font-size: 35px;
    height: 41px;
    line-height: 25px;
    margin: 3px 8px 0 0;
    padding: 10px;
    text-align: center;
}
/*buttons*/

.btn-row {
    margin-bottom: 30px;
}

/*blog*/

.blog-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #ddd;
}

.date-wrap, .comnt-wrap {
    margin-bottom: 20px;
}
.date-wrap span, .comnt-wrap span {
    display: block;
    padding: 10px 0;
    text-align: center;
}

.date-wrap .date {
    font-size:30px;
    font-weight: 300;
    background: #F77B6F;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.date-wrap .month {
    font-size:16px;
    font-weight: 300;
    background: #f6f5f0;
    color: #a19fa2;
    border-radius: 0 0 4px 4px ;
    -webkit-border-radius: 0 0 4px 4px ;
}

.comnt-wrap .comnt-ico {
    background: #efeee9;
    color: #a0a0a0;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-size: 20px;
}
.comnt-wrap .value {
    background: #f6f5f0;
    color: #a0a0a0;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius:0 0 4px 4px;
}

.blog-img img {
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.blog-item h1, .blog-item h1 a {
    font-size:25px;
    color: #F77B6F;
    font-weight: 300;
    font-family: 'Fjalla One', sans-serif;
}

.blog-item h1 {
    margin-bottom: 20px;
    line-height: 35px;
}

.blog-item h1 a:hover {
    text-decoration: underline;
}

.author {
    margin:25px 0 30px 0;
    font-size: 16px;
}

.author a, .shate-view a {
    color: #F77B6F;
}

.shate-view {
    margin-top:20px ;
}

.shate-view ul li {
    margin-bottom: 5px;
}

.blog-side-item h3 {
    margin-top: 30px;
    color: #475268;
    font-size: 18px;
    font-family: 'Fjalla One', sans-serif;
}

.blog-side-item ul li {
    margin-bottom: 5px;
    border-bottom:1px solid #efefef;
    line-height: 35px;
}

.blog-side-item ul li a{
    display: inline-block;
    width: 100%;
}

.media p {
    line-height: normal;
}

ul.tag  {
    display: inline-block;
    width: 100%;
}

ul.tag li {
    float: left;
    margin: 10px 10px 0 0;
    border-bottom: none;
}
ul.tag li a {
    border: 1px solid #e8e8e8;
    padding: 0 10px;
    border-radius:4px ;
    -webkit-border-radius:4px ;
}

.media img.media-object {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 80px;
    width: 80px;
}
#producers{
    border-top: 30px solid black;
    padding-top: 20px;
    padding-bottom: 50px;
}
#producers h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 50px;
}
#producers h1::after {
    background-color: #e5311b;
    content: "";
    position: absolute;
    left: 16px;
    width: 120px;
    height: 4px;
    top: 12%;
}
#producers p, #producers ul{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0.015em;
    line-height: 24px;
    color: black;
    margin-bottom: 30px;
}

#internal-page{
    border-top: 30px solid black;
    padding-top: 20px;
    padding-bottom: 50px;
}
#internal-page h1{
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 50px;
}
#internal-page h1::after {
    display: block;
    content: " ";
    border-bottom: 4px solid #e5311b;
    flex: 1 1 auto;
    margin-top:20px;
    width:120px;
}


#internal-page p {
    font-size: 18px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.015em;
    line-height: 24px;
    color: black;
    margin-bottom: 30px;
}

#internal-page h3 {
    font-size: 18px;
    font-family: "libre_baskervillebold", Arial, sans-serif;
    color:#352b25;
}

#internal-page h3::after {
    display: block;
    content: " ";
    border-bottom: 4px solid #e5311b;
    flex: 1 1 auto;
    margin-top:10px;
    width:120px;
}

#internal-page a, #internal-page a:hover {
    color: #e5311b;
}

#internal-page ol {
    color:#000;
    margin-left: 0px;
    padding-left:20px;

}

#internal-page ul {
    color:#000;
    margin-left: 0px;
}


#internal-page ol li, #internal-page ul li {
    color:#000;
    font-size:18px;

}

.admin-menu-mobile{
    width: 52% !important;
    margin-left: 210px !important;
}



/*footer*/
footer{
    background-color: #333333;
}
.footer {
    background-image: url("footer-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 45px 0 20px 0px;
    display: inline-block;
    width: 100%;
    font-weight: 300;
}

.footer h1 {
    font-size: 20px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 70px;
    font-family: 'Roboto', sans-serif;
    margin-left: -2px;

}
.footer h1::after{
    background-color: #e5311b;
    content: "";
    position: absolute;
    left: 14px;
    top: 40px;
    width: 70px;
    height: 7px;
    margin-left: auto;
    margin-right: auto;
}

.footer li a {
    color: #cccccc;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.033em;
    padding-left: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.footer li a:hover{
    color: #e5311b;
}
i.fa.fa-angle-right.fa-lg{
    font-size: 1.3em;
    line-height: 0em;
}

.social-link-footer li {
    float: left;
    margin: 0 10px 10px 0px;

}

.social-link-footer {
    padding-right: 75px;
}
.social-link-footer li a {
    color: #cccccc;
    padding: 10px;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 3px solid white;
    border-radius: 50%;
    margin-bottom: 10px;
}

.social-link-footer li a:hover {
    background: #e5311b;
    color: white;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
footer .footer-bottom{
    margin-top:-7px;
}
ul.list-unstyled.list-inline.mt-15 {
    padding-top:30px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: white;
    letter-spacing: 0.03em;
}
footer .footer-bottom .card{
    width: 37px;
    padding: 15px 0;
}
footer .footer-bottom .top{
    height: 75px;
}
ul.list-unstyled.list-inline.text-right.box-icon {
    margin-bottom: 0px;
    margin-top: 0px;
}
.block{
    display: inline-block;
}
.btn-app {
    position: absolute;
    right: 25%;
    top: -4px;
}
.relative {
position:relative;
}
#app_section{
    background-image: url('banner3.jpg');
    padding: 11%  0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#app_section h1{
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #333333;
    margin-top: 10px;
    letter-spacing: 0.015em;
}
#app_section h1 span{
    font-weight: 500;
}
#app_section img{
    float: right;
    padding-left: 25px;
}
#app_section img.apple{
       height: 63px;
    margin-top: -3px;
}
#app_section img.android{
     height: 55px;
}
#newsletter_section{
    color: white;
    background-color: black;
    padding: 18px 0px 8px 0;
}
#newsletter_section input.form-control.custom-input{
    width:33.33333333%;
    border-radius: 0;
    height: 55px;
    font-size: 15px;
    border-right: none;
}
#newsletter_section input.form-control.custom-input1{
    width:50%;
    border-radius: 0;
    height: 55px;
    font-size: 18px;
}
#newsletter_section .input-group{
    width: 100%;
    float: right;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;

}
#newsletter_section .input-group-addon {
    padding: 6px 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #FFF;
    text-align: center;
    background-color: #99cc33;
    border: 1px solid #99cc33;
    border-radius: 0px;
}
#newsletter_section button.btn-input {
    background-color: rgba(255, 0, 0, 0);
    border: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
}
#newsletter_section button.btn-input i{
    padding-left: 10px;
}

#newsletter_section input.btn-input {
    background-color: rgba(255, 0, 0, 0);
    border: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;

}

#newsletter_section input.btn-input i {
    padding-left: 10px;
}



#newsletter_section h1{
    font-family: 'Roboto Slab', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-top: 0px;
}
#newsletter_section h1 span{
    font-weight: 500;
}
#newsletter_section input[type=checkbox]{
    margin: 0px 10px 0px 0px;
}
#newsletter_section .smth{
    font-size: 12px;
    font-weight: 300;
}

/*video section*/
#video{
    background-image: url('video-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    padding: 300px 0px 100px 0px;
    margin: 10px 0px;
}
#video iframe{
    padding: 5px;
    outline: 1px solid white;
    height: 371px;
}
#video .black-block p{
    color:white;
    font-family: 'libre_baskervilleregular';
    font-size: 34px;
    letter-spacing: 0.02em;
    line-height: 45px;
    padding: 30px;
}

#video .black-block{
    background-color: rgba(0, 0, 0, 0.4);
}
/*plus*/
#plus{
    background-color: #e5311b;
    color: white;
    padding: 50px 0px;
}
#plus h1{
   font-family: 'libre_baskervilleregular';
   font-size: 38px;
   margin:0px;
}
#plus h1 span{
    font-family: 'libre_baskervilleitalic';
}
#plus a{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size:19px;
    padding: 25px 45px;
    border:2px solid white;
    float: right;
    margin-top: 5px;
}
#plus a i{
    margin-left: 20px;
}
#plus a:hover{
    color:#e5311b;
    background-color: white;
}
/*elementi*/
#elementi{
    background-image: url('step-bg.jpg');
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0px;
}
#elementi .black-b{
    padding: 40px 25px;
    background-color: rgba(0, 0, 0, 0.4);
}
#elementi h1{
    font-size: 45px;
    font-family: 'libre_baskervilleregular';
    letter-spacing: 0.02em;
}
#elementi p{
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 0.02em;
    margin-top: 30px;
}
#elementi p span{
    font-weight: 500;
}
/*step*/
#step{
    background-image: url('wood-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0px 60px 0px;
}
#step h1{
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 34px;
    margin-bottom: 40px;

}
#step img{
    height: 127px;
}
#step h2{
    font-family: 'libre_baskervilleregular';
    font-size: 32px;
    color: #000000;
    letter-spacing: 0.05em;
    line-height: 40px;
}
#step p{
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 400;
    margin-top: 20px;
}
#step .dots-bg{
    background-image: url('dots.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*slider css*/

.main-slider {
    background: #475168;
    color: #fff;
    z-index: 1;
    position: relative;
    overflow:hidden;
}

.slider-colored {
    z-index: 1;
    position: relative;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.slide_title {
    font-weight: normal;
    color: white;
   font-size: 33px;
    font-family:  'Roboto', serif;
    background-color: rgba(229, 49, 27, 0.8);
  /* background-color: #E5311B;*/
   padding: 22px 20px!important;
    text-transform: uppercase;

}
.slide_title:hover, .slide_title:focus  {
    color: white;


}

.slide_title a:hover,  slide_title a:focus{
    color: white;

}

/*.slide_title:after {
 font-family: 'FontAwesome';
    content: "\f04b";
    background: #FFF;
    color: #E5311B;
    font-size: 15px;
    padding: 10px 12px 10px 13px;
    border-radius: 100%;
}

*/
.icobnr {

 /*   font-size: 15px;
    padding: 5px 7px 5px 9px;*/
     padding: 5px 7px 5px 9px;
    border-radius: 100%;

}
.icobnr.red {
    background: #FFF;
    color: #E5311B;
}
.icobnr.green {
    background: #FFF;
    color: #99cc33;
}

span.bnrleft {
    float: left;
    display: block;
}

.slide_subtitle {
    font-family: 'Open Sans';
    font-weight: 400;
    padding: 5px;
    color:#fff;
    text-transform: uppercase;
    font-size:18px;
}

.slide_list_item {
    font-family: 'Open Sans';
    font-weight: 400;
    padding: 5px;
    color:#fff;
    text-transform: uppercase;
    font-size:14px;
}

.slide_desc {
    color:#fff;
    font-size:14px;
    line-height:24px;
    font-weight: lighter;
}

.slide_desc_bordered {
    border-left: 3px solid #ddd !important;
    padding-left: 5px;
}

.slide_btn {

   font-family:  'Roboto', serif;
    font-weight: normal;
   background: rgba(153, 204, 51, 0.8);
/*  background: #99cc33;*/

    color:#fff;
   font-size: 33px;
    text-transform: uppercase;

    
    padding: 22px 20px!important;
      margin-left: 2em!important
}

.slide_btn:hover, .slide_btn:focus {
color:white;
}

.slide_btn  i.fa.fa-arrow-circle-right.fa-lg{
    padding: 0 5px;
}
.dark-text {
    color: #797d87;
}

.yellow-txt {
    color: #ffe582;
}


/*recent work*/

.bx-controls-direction a {
    background-color: #eee !important;
    padding: 20px 35px;
    border-radius: 5px !important;
    margin-left: 5px !important;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.bx-controls-direction a:hover {
    background-color:#F77B6F !important;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover {
    left: 43%;
    background-position: 25px 8px ;
}

 .bx-wrapper .bx-next, .bx-wrapper .bx-next:hover {
    background-position: 22px 8px;
 }


/*property*/

.property {
    padding: 100px 0;
    margin-bottom: 60px;
}

.gray-bg {
    background: #f4f4f4;
}

.property h1 {
    color: #475168;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Fjalla One',sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}

a.btn-purchase {
    background: #475168;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 40px;
    margin-top: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
a.btn-purchase:hover, a.btn-purchase:focus{
    background: #F77B6F;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

/*clients*/

.clients {
    margin-top: 50px;
}

.clients ul li {
    display: inline-block;
    margin: 0 30px;
}


/*portfolio*/


/*Photo Gallery*/
#gallery {
    margin: auto;
    position: relative;
    width: 100%;
}

#gallery h2 {
    color: #fff;
    padding-top: 30px;
}

.gallery-container {
    margin: 0 auto 40px auto;
    position: relative;
    width: 100%;
}

.col-4 .item {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.col-4 .item img {
    height: 230px;
}

ul#filters {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

ul#filters li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

ul#filters li a {
    background: #E2E0E1;
    padding: 10px 15px;
    display: inline-block;
    color: #7D797A;
    outline: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -moz-transition-duration: 500ms;
    -moz-transition-property: width, background;
    -moz-transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
}
.nasc {
    display: none;
}

ul#filters > li > a:hover,
ul#filters > li > a:focus,
ul#filters > .active > a,
ul#filters > .active > span {
    background: #f77b6f;
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -moz-transition-duration: 500ms;
    -moz-transition-property: width, background;
    -moz-transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
}

.item img {
    width: 100%;
    height: 100%;
}

.text-grid a {
    color: #fff;
}

.text-grid div {
    padding: 0 10px;
}

.text-grid p {
    margin-bottom: 10px;
}


/* Start: Recommended Isotope styles */

/* Isotope Filtering */

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/*Isotope CSS3 transitions */

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/*disabling Isotope CSS3 transitions */

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/*parallax*/

.parallax1 {
    background: url("../img/flat_parallax.jpg") no-repeat fixed 0 0 #f77b6f;
    background-size:cover;
    width: 100%;
    min-height: 400px;
    font-style: italic;
}


.parallax1 h1 {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    line-height: 40px;
    margin-top: 160px;
}

/*----*/

.mbot50 {
    margin-bottom: 50px;
}

/*LE RICCETE*/
#title-baner{
    background-image: url('title-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
    color: white;
}
#title-baner h1{
    font-size: 50px;
    letter-spacing: 0.05em;
    font-weight: 300;
}
#title-baner h2{
    font-weight: 400;
    font-size: 32px;
}
#title-baner h2 i{
    padding: 0px 20px;
    color: #e5311b;
}
.recipe-block img{
    width: 100%
}
.recipe-block h2{
    color: #000000;
    font-family: "libre_baskervilleregular";
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
}
#listing{
    clear: both;
    padding: 30px 0px;
}
#listing h1{
    color: #000000;
    font-size: 32px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 40px;
}
.buttons a{
    font-size: 17px;
    color: #e5311b;
    border:2px solid #e5311b;
    width:100%;
    display: block;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin:30px 0px;
}
.buttons a i{
    padding: 0px 10px;
    font-weight: 900;
}

/*RECIPE DETAILS PAGE*/


#breadcrumbs{
    background-color: black;
    color: white;
    padding: 10px 0px;
}
#breadcrumbs h4{
    font-size: 16px;
    margin-bottom: 0px;
}

#img-description{
    background-color: white;
    padding: 40px 0px;
}
#img-description img:first-child{
    width: 100%;
    padding-top: 25px;
}


#img-description h1{
    /*font-family: 'libre_baskervilleregular', sans-serif;*/
    font-size: 24px;
    line-height: 36px;
    color: #000;

}


#img-description hr {

    border-top: 6px solid #E53525 ;
    margin-top: 24px;

}

.difficolta_img{
    display: inline-block;
    margin-bottom: 16px;
}

.block-socials{
    display: inline-block;
}

.block-socials > ul > li {
    padding-left: 0px;
    padding-right: 0px;
}


.block-socials > ul > li > a > i {
  background: #cccccc none repeat scroll 0 0;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  height: 28px;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  width: 28px;
  padding-top: 7px;
}

.block-socials > ul > li > a > i:hover {
        background: #E53525 none repeat scroll 0 0;
}

#img-description h4{
        position: relative;
        color: #000;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        display: inline-block;
        padding-right: 40px;
        padding-top: 30px;

}

#img-description .col-lg-8 .col-lg-6:nth-child(2){
    text-align: right;
}
#img-description .col-lg-8 .col-lg-6:nth-child(2) h4{
    padding-right: 0px;
}
#img-description h4 span{
        position: relative;
        color: #000;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        line-height: 17px;
        text-transform: none;
        display: inline-block;
        margin-left: 40px;

}

#img-description .btn1{  /* Seleziona RICETTA RED Button */
width: 100%;
    background-color: #99cc33;
    border-radius: 0px;
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 5px solid #7ca629;
    margin-top: 5%;
    position: relative;

}

#creaboxHome .btn1{  /* Seleziona RICETTA RED Button */
width: 250px;
    background-color: #99cc33;
    border-radius: 0px;
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 5px solid #7ca629;
    margin-top: 0;
    position: relative;
    margin-bottom: 30px;
    cursor:pointer;
}

#teaser{
    word-wrap: break-word; 
    font-size: 18px; 
    color: #000;
    // text-transform: capitalize;
}


#img-description .btn2{  /* Seleziona RICETTA GRAY Button */
    width: 100%;
    background-color: #cccccc;
    border-radius: 0px;
    font-family: 'Roboto',sans-serif;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom:15px;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 5px solid #A6A6A6;
    margin-top: 20px;
    position: relative;
}


#preparazione{
    height: auto;
    padding-bottom: 20px;
}
#preparazione img{
    margin-bottom: 5px;
    margin-top: 20px;
    width: 100%;
}
.recipe-levels{
   background-color: #b9b9b9;
    color: white;
    font-size: 12px;
    display: inline-block;
    line-height: 15px;
    width: 100%;
    padding: 7px;
    margin-bottom:10px;
}
#preparazione{ margin-bottom: 20px; }
.section-title{
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #000;
    position: relative;

}

.section-text{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    position: relative;
}

#preparazione hr {
  border-top: 5px solid #E43426;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 165px;
}

.table-head{
    background-color: #e5311b;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight:lighter;
}

#valori hr {
  border-top: 5px solid #E43426;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 165px;
}




.table-head{
    background-color: #e5311b;

}
#ingredienti {
    width: 100%;
    overflow-x: scroll;
}
#ingredienti .table > thead > tr > th {
  border-right: 1px solid #fff;
  vertical-align: bottom;
     text-align: center;
     color: #FFF;
}

#ingredienti .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding-left:0px;
}

#ingredienti .fa {
    cursor: pointer;
    margin-right: 15px;
    display: inline-block;
    height: 25px;
    width: 25px;
    background-image: url(../../img/info_icon.png);
}


#ingredienti .table > tbody > tr > td, .table > tbody > tr > th {
  color:#000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.3;
  text-align: center;
  position: relative;
}
.popover

#ingredienti .table > thead > tr > td, .table > thead > tr > th {
  color:#000;
  font-family: 'Roboto Light', sans-serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.3;
}
#ingredienti td .popover{
    margin: 0px;
    background-color: #F8FBF0;
    background-image: none;
    top: 25px !important;
    max-width:320px;
    width:320px;
    z-index: 6;
    border-radius: 0px;
    margin-left: 25px;
    border:1px solid #D4D5D4;
}
#ingredienti td .popover .popover-content{
    overflow-y: scroll;
    max-height: 200px;
    padding:10px 30px;
}
#ingredienti td .popover .popover-title{
    padding:10px 30px;
    background-color: transparent;
    font-size: 20px;
    color: #D03B20;
    border-bottom: none;
}
#ingredienti td .popover.right>.arrow{
    top: 5px!important;
    left: -29px;
    width: 30px;
    height: 30px;
    border: none;
    background-image: url(../../images/tooltip_arrow_top.png);
}
#ingredienti td .popover.right>.arrow:after{
   display: none;
}

#image-end .btn1 {
    width: 360px;
    background-color: #99cc33;
    border-radius: 0px;
    font-family: 'Roboto',sans-serif;
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 5px solid #7ca629;
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px;
    font-weight: bold;
}


/* END RECIPE DETAILS PAGE*/

    /*BOX PAGE*/
.section-title{
   font-family: 'Roboto', sans-serif;
   font-weight: lighter;
   font-size: 32px;
   line-height: 38px;
   text-transform: uppercase;
   color: #000;
}



.preparation-section, .preparation-section p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    position: relative;
}


#filters {
    margin:1%;
    padding:0;
    list-style:none;
}

    #filters li {
        float:left;
    }

    #filters li span {
        display: block;
        padding:5px 20px;
        text-decoration:none;
        color:#666;
        cursor: pointer;
    }

    #filters li span.active {
        background: #e95a44;
        color:#fff;
    }



#portfoliolist .portfolio {
    display:none;
    overflow:hidden;
}

    .portfolio-wrapper {
        overflow:hidden;
        position: relative !important;
        cursor:pointer;
    }

.portfolio.all.Secondi.Piatti.col-lg-4.recipe-block.clearfix {
    height: 400px;
}

.dropbtn {
    background-color: #99cc33;
    padding:10px 23px;
    color: white;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 13px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #99cc33;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
    text-align: left;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: black;color:white;}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: black;
}
i.fa.fa-user.fa-lg {
    padding-right: 12px;
}


/*__________________________GRT__________________________*/
.footer ul li {
list-style-type: none;
}

.recipe-block img{
    width: 100%;
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -o-filter: brightness(1);
    -ms-filter: brightness(1);
    filter: brightness(1);
    transition: 0.4s;
}

.recipe-block img:hover {
    -webkit-filter: brightness(0.8);
    -moz-filter: brightness(0.8);
    -o-filter: brightness(0.8);
    -ms-filter: brightness(0.8);
     filter: brightness(0.8);
    transition-timing-function: linear;
}

.recipe-block h2{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
}


.recipe-block h2 a {
    transition: 0.4s all;
}

.recipe-block h2 a:hover {
    color:#e5311b;
    transition-timing-function: linear;

}

.grt-login {
    margin-top:60px;
    margin-bottom:60px;
}

.grt-login h2 {
    font-size:28px;
    margin-left:15px;
}

.grt-login label {
    color:#666666;
    font-weight: 500;
}


.grt-login input[type="text"]:focus{
   color: red;
}

.grt-login a {
    color:#222;
    font-weight: 500;
}
.grt-login a:hover {
    color: #e5311b;
    text-decoration: none;
}

/*Sistema il movimento del menu se non ce nessun elemento active*/
.header-frontend .nav li a {
        border-bottom: 7px solid transparent;
}

/*COME FUNZIONA PAGE*/
#video-head{
    border-top: 20px solid black;
    background-image: url(video-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 5px;
}
#video-head iframe{
    width: 70%;
    height:440px;
}
h1.title{
    color: black;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 300;
}
hr.red{
    color: #e5311b;
    width: 13%;
}
h3.title{
    font-family: 'libre_baskervillebold';
    color: black;
    font-size: 28px;
}
h4.title{
    color: black;
    font-family: 'libre_baskervilleregular';
    font-size: 22px;
}
.step-dsc{
    padding-top:12px;
}
.step-dsc a{
    font-size: 14px;
    color: #dc1b16;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
p.desc{
    color: #666666;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.three-block{
    width: 33%;
    display: block;
    float: left;
    padding-right: 40px;
}
.img-block img{
    width: 100%;
    padding: 20px;
    padding-left:0px;
}
.text-block{
    font-family: 'Roboto', sans-serif;
    color:#352b25;
}
.text-block h2{
    font-family: "libre_baskervillebold";
    font-size: 28px;
}
hr.big{
    border-top: 5px solid #e5311b;
    width: 20%;
    float: left;
    display: block;
    margin-bottom: 40px;
    margin-top:10px;
}
hr.bigred{
    border-top: 5px solid #e5311b;
    width: 20%;
}
.remove-padding{
    padding:0px;
}
p.first{
    clear: both;
    font-size: 18px;
}
.three-block h3{
    font-size: 18px;
    font-family: "libre_baskervillebold";
}
.three-block hr{
    border-top: 5px solid #e5311b;
    width: 20%;
    float: left;
    display: block;
    margin-bottom: 30px;
    margin-top:10px;
}
.three-block p{
    clear: both;
    font-size: 16px;
    width: 58%;
}
.thelink{
  color: #e5311b;
}
.button-go a{
    background-color: #99cc33;
    border-bottom: 5px solid #7ca629;
    color: white;
    padding:10px 40px;
    font-size: 16px;
    text-transform: uppercase;
}
.button-go a i{
    padding-left: 10px;
}
.wide{
    padding-bottom: 50px;
}
.first.wide{
    padding-bottom: 20px;
}
.right{
    /*background-image: url(rl-bg.jpg);*/
    background-image:url(lr-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0px 18px 0px;
    margin: 0 0px;
}
.left{
   background-image: url(lr-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0px 18px 0px;
    margin: 0 0px;
}

.img-blocku img {
    width: 100%;
    padding: 20px;
    padding-right: 0px;
}
#general{
    background-image: url(general.jpg);
    color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}
#general h1{
    font-size: 28px;
    font-family: "libre_baskervillebold";
}
#general p{
    font-size: 15px;
}
#general p a{
    color: black;
    padding:5px 15px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
     margin: 10px 0;
}
#general p a:hover{
    color: #e5311b;
}
#general p a i{
    padding-right: 10px;

}
.icons{
    padding-top:50px;
}
.footer .fotorama__caption{
    top:0px;

}
.fotorama__caption__wrap p{
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    color: white;
    letter-spacing: 0.033em;
    line-height: 20px;
}
.fotorama__caption__wrap p span{
    float: right;
}
.fotorama__caption__wrap {
    background-color: rgba(255,255,255,0);
    padding: 0px;
}


/* color graph */
.colorgraph {
  height: 5px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

/*Sistemazione del botone login forgot*/
.grt-login .fa-btn {
    margin-right:10px;
}


.fc-day-grid-event .fc-content {
    cursor:pointer;
}

.fc-content .fc-time , .fc-content .fc-title {
    font-size:13px;
}


/*__________________________ABBY__________________________*/
@media screen and (min-width: 1200px) {
.portfolio.col-lg-4.recipe-block {
    display: block;
    height: 305px;
}
}

.spinner {
      width: 40px;
      height: 40px;
      background-color: #e5311b;

      margin: 180px auto;
      -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
      animation: sk-rotateplane 1.2s infinite ease-in-out;
    }

    @-webkit-keyframes sk-rotateplane {
      0% { -webkit-transform: perspective(120px) }
      50% { -webkit-transform: perspective(120px) rotateY(180deg) }
      100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
    }

    @keyframes sk-rotateplane {
      0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
      } 50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
      } 100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
      }
    }
#chisiamo_top{
   border-top:50px solid black;
   padding: 30px 0px;
   background-image: url('video-bg.png');
    background-size: contain;
    background-repeat: no-repeat;

}
#chisiamo_top h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
}

#chisiamo_top .quote-last{
    background: rgba(153, 204, 51, 0.8);
    text-align: center;
}
#chisiamo_top .quote-last h2{
    padding: 20px 0px;
    color: white;
    font-weight: 400;
    margin-bottom: 20px;
}
.top-row h1, .top-row p{
    text-align: center;
}
#chisiamo_top h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
}
#chisiamo_top p,#chisiamo_top ul{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0.015em;
    line-height: 24px;
    color: black;
    margin-bottom: 30px;
}
#chisiamo_top iframe{
    height: 457px;
    width: 820px;
    margin:10px 0px 30px 0px;
}
#faqs_section{
    border-top:30px solid black;
    padding-top:20px;
}
#faqs_section button.accordion {
    font-family: 'Roboto', sans-serif;
    background-color: #fdfdfd;
    border-bottom: 2px solid #99cc33 !important;
    color: #212121;
    /*text-transform: uppercase;*/
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    margin-bottom: 20px;
}
.info-message-ritardo {
    background-color: #FCF3CF;
    border-left-color: #F1C40F!important;
    color: #000;
    font-size: 13px;
    display: block;
    padding: 14px;
    border-left: 5px solid;
    line-height: 23px;

}
#faqs_section p{
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 300;
    color: #212121;
}
#faqs_section button.accordion.active, button.accordion:hover {
    /*background-color: #7ca629;*/
    border-bottom: 5px solid #99cc33 !important;
}

#faqs_section div.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
}

#faqs_section div.panel.show {
    display: block;
}
@media screen and (min-width: 1900px){
    #video-head iframe {
        width: 83%;
        height: 586px;
    }
}
@media screen and (max-width: 1600px){
    .three-block p {
        width: auto;
    }
    #chisiamo_top iframe {
        height: 300px;
        width: 521px;
    }
}
@media screen and (max-width: 1200px){

    #app_section {
        background: #000;
        padding:50px 0 160px;
    }
    .nasc {
        display: block;
    color: #FFF;
    font-family: 'libre_baskervilleregular';
    margin-bottom: 20px;
    text-align: center;
        width: 90%;
    margin: 14px auto;
    }
    .btn-app {
    position: relative;
    right: auto;
    top: auto;
}



    .button-go{
        padding-top:30px;
    }
    #chisiamo_top {
        background-image: none;
    }
    #video-head{
        background-image: none;
    }
    .img-block img, .img-blocku img{
        padding:30px;
    }
}
@media screen and (max-width: 991px){
    #producers h1::after {
    content:none;
    }
    #video-head iframe{
        width: 100%;
        height:300px;
    }
}
@media screen and (max-width: 650px){
    .three-block {
        width: auto;
        display: block;
        float: none;
        padding-right: 0;
    }
    #ingredienti .table > tbody > tr > td{
     padding:0px 10px;
    }
    #chisiamo_top iframe {
    width: 100%;
    }

}
@media screen and (max-width: 380px){
    .social-link-footer.list-unstyled {
        display: block;
        margin-left: 9%;
    }
    .social-link-footer li a{
        padding:6px !important;
        border:1px solid white;
    }
    .third-col div {
        padding-bottom: 20px;
    }
    #chisiamo_top iframe {
        height: 200px;
    }

}
@media screen and (max-width: 350px){
    .button-go a{
        padding:10px 20px;
    }
}


@media screen and (max-width: 767px){
    .swal2-styled {
        display: block;
        width: 100%;
        margin-bottom: 8px!important;
        padding: 10px 15px !important;
    }
}

/*EM*/
.calendar-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top:-50px;
  margin-left:-50px;
}

.calendar-loader-wrap {
    position:absolute;
    width:100px;
    height:100px;
    float:left;

    -webkit-animation-name: rotateThis;
    -webkit-animation-duration:1s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;

    -moz-transform:scale(0.3);
    -o-transform:scale(0.3);
}

.calendar-loader-wrap div
{
    width:10px;
    height:30px;
    background:#000;
    position:absolute;
    top:35px;
    left:45px;

    border-radius: 50px;
    -moz-border-radius-bottomleft:50px;
    -moz-border-radius-bottomright:50px;
    -moz-border-radius-topleft:50px;
    -moz-border-radius-topright:50px;
}

@-webkit-keyframes rotateThis {
    from { -webkit-transform:scale(0.3) rotate(0deg); }
    to   { -webkit-transform:scale(0.3) rotate(360deg); }
}


.bar1 {
    -o-transform:rotate(0deg) translate(0, -40px);opacity:0.1;
    -moz-transform:rotate(0deg) translate(0, -40px);opacity:0.1;
    -webkit-transform:rotate(0deg) translate(0, -40px);opacity:0.1;
}
.bar2 {
    -o-transform:rotate(36deg) translate(0, -40px);opacity:0.2;
    -moz-transform:rotate(36deg) translate(0, -40px);opacity:0.2;
    -webkit-transform:rotate(36deg) translate(0, -40px);opacity:0.2;
}
.bar3 {
    -o-transform:rotate(72deg) translate(0, -40px);opacity:0.3;
    -moz-transform:rotate(72deg) translate(0, -40px);opacity:0.3;
    -webkit-transform:rotate(72deg) translate(0, -40px);opacity:0.3;
}
.bar4 {
    -o-transform:rotate(108deg) translate(0, -40px);opacity:0.4;
    -moz-transform:rotate(108deg) translate(0, -40px);opacity:0.4;
    -webkit-transform:rotate(108deg) translate(0, -40px);opacity:0.4;
}
.bar5 {
    -o-transform:rotate(144deg) translate(0, -40px);opacity:0.5;
    -moz-transform:rotate(144deg) translate(0, -40px);opacity:0.5;
    -webkit-transform:rotate(144deg) translate(0, -40px);opacity:0.5;
}
.bar6 {
    -o-transform:rotate(180deg) translate(0, -40px);opacity:0.6;
    -moz-transform:rotate(180deg) translate(0, -40px);opacity:0.6;
    -webkit-transform:rotate(180deg) translate(0, -40px);opacity:0.6;
}
.bar7 {
    -o-transform:rotate(216deg) translate(0, -40px);opacity:0.7;
    -moz-transform:rotate(216deg) translate(0, -40px);opacity:0.7;
    -webkit-transform:rotate(216deg) translate(0, -40px);opacity:0.7;
}
.bar8 {
    -o-transform:rotate(252deg) translate(0, -40px);opacity:0.8;
    -moz-transform:rotate(252deg) translate(0, -40px);opacity:0.8;
    -webkit-transform:rotate(252deg) translate(0, -40px);opacity:0.8;
}
.bar9 {
    -o-transform:rotate(288deg) translate(0, -40px);opacity:0.9;
    -moz-transform:rotate(288deg) translate(0, -40px);opacity:0.9;
    -webkit-transform:rotate(288deg) translate(0, -40px);opacity:0.9;
}
.bar10 {
    -o-transform:rotate(324deg) translate(0, -40px);opacity:1;
    -moz-transform:rotate(324deg) translate(0, -40px);opacity:1;
    -webkit-transform:rotate(324deg) translate(0, -40px);opacity:1;
}

.btn-primary {
    background-color: #99cc33;
    border-color: #99cc33;
    border-radius: 0 !important;
    color: #ffffff;

}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #99cc33;
    border-color: #99cc33;
    color: #ffffff;
}

.h1, h1 {
    font-size: 27px;
}
#calendar {
    margin-top: 30px;
}

.box-details-my-recipes {
    margin-top: 10px;
}

#fbLink{
    cursor: pointer;
    font-family: inherit;
    font-weight: 500;
    line-height: 2.5;
    background: #4D70B7;
    border: 2px solid #ccc;
    border-bottom: 5px solid #3B5998;
}
hr#facebook_hr {
    padding: 0;
    border: none;
    border-top: 1px solid gray;
    color: #333;
    text-align: center;
}
hr#facebook_hr:after {
    content: "o";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.5em;
    background: #ECE0D4;
}
a#ga_footer_phone {
    color:#99cc33;
        width: 100%;
    display: block;
    clear: left;
    font-size: 24px;
    font-weight: bold;
    margin-left: 0;
}
a#ga_footer_phone span{

}

/*Changes 12/01/2017*/
#first-link, #second-link, #third-link{
    background-image:initial;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    margin: 40px 0px;
    background-color: #f7f7f7;
}
.img-block img {
    padding-top: 0px;
    padding-bottom: 0px;
}
@media screen and (max-width: 1199px) {
    .box-index-pg.with-left-text .left-part {
        border:none !important;

    }
}
@media screen and (min-width: 768px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    .row-eq-height.with-left-text {
        display: block;
    }
}
.resp-img{
    width: 100%;
    height: auto;
}
.ev-list{
    text-align: left;
    margin:30px 0;
    padding-left: 40px;
}
.ev-list li{
    margin-bottom: 30px;
}
.ev-detail{
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    display: inline-block;
    line-height: 24px;
    position: relative;
    padding-left: 40px;
    color: 999;
}

.ev-detail:before{
    content: "\f133";
    position: absolute;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin:0px 0px 0px 10px;
    text-decoration:none;
    top: -4px;
    left: 0;
    width: 20px;
    height: 20px;

}
.ev-time{
    display: none!important;
}
.ev-button-custom{
    width: 120px;
    /*background-color: #99cc00;*/
    background-color: #e6e6e6;
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    border:none;
    box-shadow: initial;
    border-radius: 4px;
    height: 40px;
    vertical-align: middle;
    float: right;

}
.active .ev-detail{
    color: #000;
}
.active .ev-button-custom{
    background-color: #99cc00;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .ev-list{
        padding-left: 0px;
    }
}
@media screen and (max-width: 420px) {
    .ev-detail {
        font-size: 13px;
        padding-left: 20px;

    }
    .ev-detail:before {
        margin: 0px;
    }
    .ev-button-custom {
        width: 86px;
        font-size: 10px;
        line-height: 24px;
        height: 29px;

    }
}


.topbarmessage {
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
    color: #000;
    font-family: 'Roboto Slab';
    background: #9c3;
    padding-top: 4px;
    padding-bottom: 4px;
    text-transform: uppercase;
    font-weight: 300;
}
.pattern_natale {
      background: url(http://coupon.secondchef.it/images/pattern4.png) repeat-x 0 0;
    width: 100%;
    float: left;
    background-size: contain;
    padding-top: 135px;
}
.msg_natale {
      font-family: 'libre_baskervilleregular';
    font-size: 19px;
    line-height: 38px;
    font-style: italic;
    color: #000;
    text-transform: none;
  padding: 0 0 6px 0;
    margin-top: -36px;
}
.bnt_natale {
 background: #99cc33;
    padding: 18px;
    color: #FFF;
    margin-bottom: 30px;
    font-size: 15px;
    display: inline-block;
}

/*12/09/2017*/
.select2-container--default .select2-selection--single{
    border-radius: 0px!important;
    line-height: 34px!important;
    height: 34px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6b6b6b!important;
    line-height: 34px!important;
}
.stepContainer p.r-desc{
    height: 45px!important;
}

.box-index-pg .ev-list {
    padding-left: 0px;
}

.loadersmall{
    border:3px solid #f3f3f3;
    border-top:3px solid #555;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-animation:spiner 1s linear infinite;
    -moz-animation:spiner 1s linear infinite;
    animation:spiner 1s linear infinite;
}
.loadersmall.register-steps{
    margin-top: -7px;
}
@-ms-keyframes spiner {
    from {
        -ms-transform: translateY(-50%) rotate(0deg);
    } to {
          -ms-transform: translateY(-50%) rotate(360deg);
      }
}
@-moz-keyframes spiner {
    from {
        -moz-transform: translateY(-50%) rotate(0deg);
    } to {
          -moz-transform: translateY(-50%) rotate(360deg);
      }
}
@-webkit-keyframes spiner {
    from {
        -webkit-transform: translateY(-50%) rotate(0deg);
    } to {
          -webkit-transform: translateY(-50%) rotate(360deg);
      }
}
@keyframes spiner {
    from {
        transform: translateY(-50%) rotate(0deg);
    } to {
          transform: translateY(-50%) rotate(360deg);
      }
}

/*16/12/2017*/
.ev-button-custom{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #e6e6e6;
    background: #e6e6e6;
}

.active .ev-button-custom{
    background: #99cc00;
}
.box-index-pg.with-left-text .box{
   border: 5px solid #000;
    padding: 20px;
    padding-top: 35px;
    text-align: center;
    /*height: 360px;*/
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
    top: -19px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #000;
}
.box-index-pg.with-left-text .box h1 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px;
}
.box-index-pg.with-left-text  .right-part .ev-detail:before {
    top:1px;
}
.box-index-pg.with-left-text  .right-part ul li{
    margin-bottom: 30px;
}
.box-index-pg.with-left-text  .right-part p{
    font-size: 23px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    margin-bottom: 30px;
}
.box-index-pg.with-left-text  .right-part{
    border-right: 1px solid #cecece;
    min-height: 500px;
}
.box-delivery{

    margin-bottom: 30px;
    overflow: auto;
}
.box-delivery.with-border{
    padding-bottom: 30px;
    border-bottom:1px solid #cecece;
}

.box-delivery .ev-detail{
    margin-bottom: 20px;
}
.box-index-pg.with-left-text  .right-part .ev-button-custom{
    width: 140px;
    font-size: 12px;
    background: #99cc00;
    color: #fff;
}
.box-delivery .ev-button-custom{
    width: 150px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.box-delivery .ev-time {
    display: inline-block;
}
.box-index-pg.with-left-text .box p{
    margin-bottom: 25px;
}

.box-index-pg.with-left-text .cosegna-car{
    background: #fff;
    position: relative;
    top: 10px;
    width: 218px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    padding-right: 10px;
}
@media screen and (max-width: 992px) {
    .remove-tab{
        display: none;
    }
    .ev-list {
        padding-left: 0px;
    }
}

@media screen and (max-width: 768px) {
    .decrese-height .acc#fbLink {
        width: 100%!important;
        max-width: 100%!important;
    }
}

.box-index-pg.with-left-text .right-part .ev-button-custom.cancel-delay {
    background: #b3b3b3;
}

.box-index-pg.with-left-text .right-part .edit-delivery {
    border-top: 1px solid #cecece;
    padding-top: 30px;
}

a#box_register {
    background: #99CE2C;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 6px;
    display: block;
    margin: 5px 0;
}
