@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,800italic,700,600,800,400&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,latin-ext);
body {
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
}
.color-yellow {
  color: #fffc00;
}
.text-muted {
  color: #777777;
}
.color-green {
  color: #7db936;
}
.text-primary {
  color: #f89118;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
.btn-brand {
  background-color: #f89118;
  color: #fff;
  font-weight: bold;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #f89118;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #d77706;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #f7f7f7;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: #ffffff;
  background-color: #f89118;
  border-color: #f89118;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #d77706;
  border-color: #cd7106;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #f89118;
  border-color: #f89118;
}
.btn-primary .badge {
  color: #f89118;
  background-color: #ffffff;
}
.btn-xl {
  color: #ffffff;
  background-color: #f89118;
  border-color: #f89118;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: #ffffff;
  background-color: #d77706;
  border-color: #cd7106;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #f89118;
  border-color: #f89118;
}
.btn-xl .badge {
  color: #f89118;
  background-color: #ffffff;
}
.navbar-default {
  background-color: #222222;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #f89118;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
  color: #d77706;
}
.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-default .navbar-toggle {
  background-color: #f89118;
  border-color: #f89118;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #f89118;
}
.navbar-default .nav li a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
  text-transform: none;
} 
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  color: #fffc00;
  outline: none;
}
.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #f89118;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: #d77706;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-default .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }
  .navbar-default.navbar-shrink {
    background-color: #222222;
    padding: 10px 0;
  }
  .navbar-default.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  /*nav colapse earlier*/
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block!important;
  }
  .collapsing {
    overflow: hidden!important;
  }
  /*nav colapse earlier*/
}
header {
  
  background-repeat: no-repeat;	background-size:cover;
  background-attachment: scroll;
  background-position: top center;
  text-align: center;
  color: white;
  display: table;
  width: 100%;
}
header .intro-text {
  display: table-cell;
  vertical-align: middle;
  padding-top: 100px;
  /* padding-bottom: 50px; */
}
header .intro-text .intro-lead-in {
  margin-bottom: 25px;
  max-width: 200px;
  border: 4px solid #fff;
  margin: 0 auto 20px auto;
  padding: 10px;
  font-size: 22px;
}
header .intro-text .intro-lead-in p {
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
}
header .intro-text .intro-lead-in span {
  font-weight: bold;
}
header .intro-text .intro-heading {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}
.lead-formular {
  background-image: url('../img/formular-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}
.lead-formular .head-label-formular {
  position: relative;
  padding-bottom: 70px;
}
.lead-formular .head-label-formular h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  margin: 0 0 20px;
  color: #7db936;
  font-size: 28px;
}
.lead-formular .head-label-formular h3 span {
  font-weight: normal;
}
.lead-formular .head-label-formular p {
  font-size: 16px;
}/*changes for 27 feb 2015*/.form-back{background: rgba(0,0,0,0.5);padding: 27px 45px; max-width: 388px; float:right;}.form-back p{text-align: center;font-weight: bold;font-size: 15pt; margin-bottom:0;}.changed-form .efect1>div{display:inline-block;}.changed-form .form-back button{width:100%;}.form-back .under-title{display: block;text-align: center;padding-bottom: 15px;max-width: 288px;}.changed-form.lead-formular .head-label-formular span.arrow{top:250px;right:-94px; width:256px;}.changed-form.lead-formular .head-label-formular h3 {color:#fff; margin: 0;}.changed-form.lead-formular .head-label-formular p{max-width:360px;}.intro-form  div,form{display:block; text-align:left;}.changed-form {background:none; /* padding-bottom:72px; */ }.changed-form img{max-width:256px;transform: rotateZ(62deg);-ms-transform: rotateZ(62deg); /* IE 9 */    -webkit-transform:rotateZ(62deg);}/*end of changes*/
.lead-formular .head-label-formular span.arrow {
  width: 17px;
  height: 53px;
  position: absolute;
  right: 100px;
  bottom: 0px;
  background: url(../img/arrow-formular.png) no-repeat;
}
.lead-formular form label {
  font-weight: normal;
}
.lead-formular form input:focus {
  border-color: #f89118;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(248, 145, 24, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(248, 145, 24, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(248, 145, 24, 0.6);
}
@media (min-width: 992px) {
  header .intro-text .intro-heading {
    font-weight: 700;
  font-size: 50px;line-height: 50px;
  /* padding: 100px 0; */
  }
  header .intro-text {
    padding-top: 123px;
    padding-bottom: 50px;
  }
  .lead-formular .head-label-formular h3 {
    font-size: 32px;
  }
  .lead-formular .head-label-formular p {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .changed-form .head-label-formular { text-align:left; padding-top:20px;}
  .changed-form .head-label-formular > h2{
    font-size: 55px;
  }
  header {
    padding: 150px 0; 
  }
  .info-tel{
    display: none;
  }
  /* .intro-heading{
    margin-bottom: 50px;
  } */
}
@media (max-width: 768px) {
    .intro-lead-in{
    display: none;
  }
  .top_logo{
    height: 0 !important;
  }
   header {
    padding: 90px 0; 
  }
}
@media (min-width: 768px) {
  header .intro-text .intro-lead-in {
    font-size: 24px;
    margin-bottom: 25px;
    max-width: 300px;
    margin: 0 auto 50px auto;
    padding: 10px;
  }
 /* .intro-lead-in{
    display: none;
  }*/
  header .intro-text .intro-lead-in p {
    font-size: 24px;
    line-height: 24px;
  }
}
section {
  padding: 40px 0;
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  section {
    padding: 50px 0;
  }
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
.title {
  max-width: 350px;
  margin: 0 auto;
  padding: 20px 0;
  border: 4px solid #7db936;
}
.title h2 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  color: #545454;
}
.col-spacing {
  margin-bottom: 50px;
}
.portfolio1 {
  background-image: url('../img/portfolio-bg1.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.portfolio2 {
  background-image: url('../img/portfolio-bg2.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.portfolio3 {
  background-image: url('../img/portfolio-bg3.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.portfolio .progress-company {
  display: table;
  width: 100%;
}
.portfolio .progress-company > div {
  display: table-cell;
  vertical-align: middle;
}
.portfolio .progress-company .progress-title {
  width: 33%;
}
.portfolio .progress-company .progress-title p {
  margin: 0;
}
.portfolio .progress-company .progress-val {
  background-color: #fff;
  display: table;
  width: 100%;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.portfolio .progress-company .progress-val > div {
  display: table-cell;
  vertical-align: middle;
}
.portfolio .progress-company .progress-val .item-val {
  font-weight: bold;
  padding-left: 20px;
  font-size: 26px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.portfolio .progress-company .progress-val .item-ico {
  width: 65px;
  height: 65px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.portfolio .progress-company .progress-val .item-ico1 {
  background: #f89118 url(../img/ico/ico1.png) no-repeat center center;
}
.portfolio .progress-company .progress-val .item-ico2 {
  background: #f89118 url(../img/ico/ico2.png) no-repeat center center;
}
.portfolio .progress-company .progress-val .item-ico3 {
  background: #f89118 url(../img/ico/ico3.png) no-repeat center center;
}
.portfolio .carousel {
  margin-top: 50px;
}
.portfolio .carousel > h2 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 22px;
  font-size: 22px;
  font-weight: normal;
  text-indent: 15px;
}
.portfolio .carousel .owl-carousel-first .owl-item {
  max-height: 170px;
}
.portfolio .carousel .owl-carousel-seconds .owl-item {
  max-height: 110px;
}
.portfolio .carousel .owl-carousel {
  position: relative;
}
.portfolio .carousel .owl-carousel .owl-item {
  max-height: 170px;
  overflow: hidden;
  border: 3px solid #fff;
}
.portfolio .carousel .owl-carousel .owl-item:hover {
  border-color: #f89118;
}
.portfolio .carousel .owl-carousel .owl-controls {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 100%;
}
.portfolio .carousel .owl-carousel .owl-controls .owl-nav > div {
  position: absolute;
  width: 12px;
  height: 20px;
  text-indent: -9999px;
}
.portfolio .carousel .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: -50px;
  background: url(../img/arrrow-slider.png) no-repeat top left;
}
.portfolio .carousel .owl-carousel .owl-controls .owl-nav .owl-next {
  right: -50px;
  background: url(../img/arrrow-slider.png) no-repeat top right;
}
.article {
  background-color: #fff;
  overflow: hidden;
  color: #545454;
  padding: 20px 0 0 0;
}
.article h2 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 22px;
  font-size: 22px;
  font-weight: normal;
}
.article .article-text h3 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 20px;
  font-size: 20px;
}
.article .article-text p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .article {
    padding: 40px 30px 0 40px;
  }
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(248, 145, 24, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.facilitati {
  background-image: url('../img/falicitati-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: #fff;
  position: relative;
}
.facilitati .facilitati-item h2 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 45px;
  font-size: 30px;
}
.facilitati .facilitati-item ul {
  margin-bottom: 0;
  list-style-type: none;
  padding: 0;
}
.facilitati .facilitati-item ul li {
  display: table;
}
.facilitati .facilitati-item ul li > div {
  display: table-cell;
  vertical-align: top;
  padding: 15px 0;
}
.facilitati .facilitati-item ul li div.item-img {
  min-width: 70px;
}
.facilitati .facilitati-item ul li div.item-img img {
  margin: 0 auto;
}
.facilitati .facilitati-item ul li div.item-text {
  padding-left: 25px;
  font-size: 16px;
  font-weight: 200;
}
.facilitati span.green-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  border-bottom: 5px solid rgba(125, 185, 54, 0.5);
  display: block;
}
.avantaje {
  background-image: url('../img/avantaje-bg.jpg');
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: top center;
  color: #fff;
  position: relative;
}
.avantaje h3 {
  margin-top: 0;
}
.avantaje .avantaje-item {
  color: #fff;
  font-size: 18px;
}
.avantaje .avantaje-item p {
  margin-bottom: 0;
  font-size: 18px;
}
.avantaje .avantaje-item span {
  color: #f89118;
}
.worked-process {
  text-align: center;
}
.worked-process h3 {
  margin: 0 0 30px 0;
}
.worked-process .process-item span {
  display: inline-block;
  width: 65px;
  height: 65px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.worked-process .process-item span.process-ico1 {
  background: #f89118 url(../img/ico/ico4.png) no-repeat center center;
}
.worked-process .process-item span.process-ico3 {
  background: #f89118 url(../img/ico/ico5.png) no-repeat center center;
}
.worked-process .process-item span.process-ico5 {
  background: #f89118 url(../img/ico/ico6.png) no-repeat center center;
}
.worked-process .process-item span.process-ico2 {
  background: #f89118 url(../img/ico/ico7.png) no-repeat center center;
}
.worked-process .process-item span.process-ico4 {
  background: #f89118 url(../img/ico/ico8.png) no-repeat center center;
}
@media (min-width: 768px) {
  .worked-process h3 {
    margin: 0 0 50px 0;
  }
  .facilitati .facilitati-item h2 {
    line-height: 60px;
    font-size: 50px;
  }
  .facilitati .facilitati-item ul li div.item-text {
    font-size: 18px;
  }
}
.ideal-repair {
  background-image: url('../img/reparati-ideala-bg.jpg');
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: top center;
  color: #fff;
}
.ideal-repair .ideal-repair-title h2 {
  margin: 0 0 30px 0;
  font-size: 40px;
  line-height: 50px;
  font-family: 'Open Sans Condensed', sans-serif;
}
.ideal-repair .ideal-repair-title h2 span {
  font-weight: normal;
}
.ideal-repair .ideal-repair-item ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ideal-repair .ideal-repair-item ul li {
  font-size: 18px;
  margin-bottom: 30px;
  padding-left: 50px;
  position: relative;
}
.ideal-repair .ideal-repair-item ul li span {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  color: #f89118;
}
.who-client {
  background-image: url('../img/contact-bg.jpg');
  background-repeat: repeat;
  background-attachment: scroll;
}
.who-client .who-client-title h3 {
  margin: 0 0 30px 0;
}
.who-client .who-client-item ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.who-client .who-client-item ul li {
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 50px;
  position: relative;
}
.who-client .who-client-item ul li span.check {
  width: 26px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/ico/ico-how-clients.png) no-repeat center center;
}
@media (min-width: 992px) {
  .who-client .who-client-title h3 {
    margin: 0 0 50px 0;
  }
  .ideal-repair .ideal-repair-title h2 {
    font-size: 77px;
    line-height: 80px;
  }
  .ideal-repair .ideal-repair-item ul li {
    font-size: 18px;
  }
  .worked-process .line-process {
    background: url(../img/line-process-left.png) top left no-repeat, url(../img/line-process-right.png) top right no-repeat;
  }
  .worked-process .process-item {
    padding: 0 60px;
  }
  .avantaje h3 {
    margin: 0 0 50px 0;
  }
  .avantaje .avantaje-item {
    margin-bottom: 40px;
  }
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #f89118;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team {
 /*  background-image: url('../img/testimoniale-bg.jpg'); */
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: #fff;
}
.team .team-title h2 {
  margin: 0 0 30px 0;
}
.team .team-text {
  padding: 60px 30px;
  position: relative;
  margin-bottom: 35px;
  background: #7db936 url(../img/ico/ico-qote.png) no-repeat 93% 20px;
}
.team .team-text span {
  position: absolute;
  bottom: -9px;
  left: 50px;
  width: 20px;
  height: 10px;
  background: url(../img/ico/arrow-term.png) no-repeat;
}
.team .team-member {
  display: table;
  width: 100%;
}
.team .team-member .team-img {
  width: 106px;
  -webkit-border-radius: 103px;
  -moz-border-radius: 103px;
  border-radius: 103px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 3px solid #f89118;
}
.team .team-member .team-img img {
  margin: 0 auto;
}
.team .team-member .tame-name {
  padding-left: 20px;
}
.team .team-member .tame-name p {
  margin-bottom: 3px;
  font-weight: bold;
}
.team .team-member .tame-name span {
  display: block;
  margin-bottom: 3px;
}
.team .team-member > div {
  display: table-cell;
  vertical-align: middle;
}
aside.clients img {
  margin: 50px auto;
}
.contact {
  background-image: url('../img/contact-bg.jpg');
  background-repeat: repeat;
  background-attachment: scroll;
  text-align: center;
}
.contact .contact-title h3 {
  margin: 0 0 30px 0;
}
.contact .contact-item p {
  margin: 5px 0;
  font-size: 18px;
}
.contact .contact-item span.ico-contact {
  display: inline-block;
  width: 65px;
  height: 65px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.contact .contact-item .ico-contact1 {
  background: #f89118 url(../img/ico/ico9.png) no-repeat center center;
}
.contact .contact-item .ico-contact2 {
  background: #f89118 url(../img/ico/ico10.png) no-repeat center center;
}
.contact .contact-item .ico-contact3 {
  background: #f89118 url(../img/ico/ico11.png) no-repeat center center;
}
section#contact .section-heading {
  color: white;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #f89118;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #bbbbbb;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #bbbbbb;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #bbbbbb;
}
section#contact :-ms-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #bbbbbb;
}
section#contact .text-danger {
  color: #e74c3c;
}
.map-canvas {
  width: 100%;
  height: 350px;
}
footer {
  padding: 20px 0;
  background-color: #7db936;
  color: #fff;
  font-weight: bold;
}
footer .tel-footer {
  font-size: 24px;
  margin-bottom: 0px;
}
footer .rules {
  color: #fff;
  border-bottom: 1px dashed #fff;
  text-decoration: none;
  display: inline-block;
  margin-top: 25px;
}
footer .developing {
  margin: 10px 0 0 0;
  text-align: left;
}
footer .developing a {
  display: inline-block;
}
@media (min-width: 992px) {
  .contact .contact-item-line {
    background: url(../img/line-contact.png) no-repeat top right;
  }
  .contact .contact-title h3 {
    margin: 0 0 50px 0;
  }
  footer .developing {
    text-align: center;
    margin: 0px;
  }
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #f89118;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
::-moz-selection {
  text-shadow: none;
  background: #f89118;
}
::selection {
  text-shadow: none;
  background: #f89118;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #f89118;
}
/*# sourceMappingURL=agency.css.map */

footer .social{
 /* position: absolute;
  right: 305px;
  top: 30px;*/
  margin-top: 10px;
}



.btn-white {
    color: #fff;
    background-color: transparent;
}

.btn-lg {
    font-size: 21px;
    line-height: 1.33333;
    border-radius: 0;
  }

.intro-heading .social a{
  border-width: 2px;
}

.intro-heading .social{
  margin-top: 20px;
}

.intro-heading .social a:hover{
  background-color: #FFFFFF;
}
.tel-sm-show{
  font-size: 24px;
  margin-top: 50px;
  display: none;
}


#services ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#services ul li{
  font-size: 21px;
  position: relative;
  padding-left: 40px;
}
#services ul li span{
  color: #f89118;
  position: absolute;
  top: 0;
}
#services ul:first-of-type li span{
  left: 0;
  float: left;
}
#services ul:last-of-type li span{
  right: 0;
  float: right;
}
#services ul:last-of-type{
  margin-top: 150px;
}
.call-back{
  background-color: rgba(248,145,24, 1);
  color: white;
}
.call-back a{
  color: white;
  display: inline-block;
  border: 2px solid #fff;
  padding: 10px 20px;
  margin-top: 10px;
}

.modal-header-warning {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: rgba(248,145,24, 1);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
@media (min-width: 768px) {
  #services{
  background-image: url('../img/bg-services.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  }
  #services ul li{
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  #services {
    padding-top: 0;
  }
  #services ul li{
    font-size: 16px;
  }
  .tel-sm-show{
    display: block;
  }
  #services ul:last-of-type{
    margin-top: 0px;
    text-align: left;
  }
  #services ul:last-of-type li span{
    float: left;
    left:0;
  }
}
 
/* .info-tel{
  margin: 20px 0;
} */
/* .partners .owl-item {
  display: table-cell;
  vertical-align: middle;
}
.partners .owl-item *{
  vertical-align: middle;
} */