body {
  font-family: Montserrat;
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top20 { margin-top:20px; }
.top30 { margin-top:30px; }
.top40 { margin-top:40px; }
.top50 { margin-top:50px; }
.top60 { margin-top:60px; }

.padded-0-15 {
  padding: 0 15px;
}

.padded-0-25 {
  padding: 0 25px;
}

.padded-0-30 {
  padding: 0 30px;
}

/* TEXT */
.text-xs {
  font-size: 1em !important;
}

/* 20px */
.text-xs2 {
  font-size: 1.2em;
}

/* 26px */
.text-sm {
  font-size: 1.85em;
}

/* 32px */
.text-md {
  font-size: 2.1em !important;
}

/* 58px */
.text-lg {
  font-size: 3.8em;
}

.text-white {
  color: #fff;
}

.text-yellow {
  color: #febd11;
}

.text-red {
  color: #febd11;
}

.text-gray {
  color: #bdc3c7;
}

.text-middlegray {
  color: #636363;
}

.text-darkgray {
  color: #2c3e50;
}

.text-black {
  color: #010101;
}

.text-bold {
  font-weight: bold;
}

.line-height-1 {
  line-height: 1em;
}

.line-height-1-3 {
  line-height: 1.3em;
}

.line-height-1-5 {
  line-height: 1.5em;
}

.line-height-2 {
  line-height: 2em;
}

/* BUTTONS */

.btn {
  border-radius: 30px;
  font-size: 20px;
  font-weight: bold;
  padding: 16px 36px;
  border: 0px;
  outline: none;
}

.btn:hover,.btn:active, .btn:focus, .btn:active:focus {
  /*background-color: #fead11;*/
  outline: none;
}

.btn-small {
  padding: 13px 70px;
}

.btn-default {
  background-color: #FEBB12;
  font-size: 18px;
}

.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:focus  {
  background-color: #fead11;
  outline: none;
}

.btn-default {
  background-color: #FEBB12;
  font-size: 18px;
}

.btn-success:hover {
  background-color: #fead11;
}

.btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:active:focus  {
  background-color: #fead11;
  outline: none;
}

.btn-center {
  margin: 0 auto;
  display: block;
}

/* MODAL POPUP */
.modal-dialog {
  width: auto;
  margin: 30px auto;
  max-width: 665px;
}
.modal-dialog .form-horizontal .control-label , .form-group .control-label{
  font: 700 10px/12px Montserrat;
  color: #484848;
}

.modal-dialog .form-horizontal .form-control:focus{
  border-color: #228B22;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(34, 139, 34, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(34, 139, 34, .6);
}

.modal-no-header .modal-header{
  display: none;
}

.modal-footer {
  border-top-width: 0px;
}

.bootstrap-dialog.type-primary .modal-header {
  background-color: #FEBB12;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0 15px;
  height: 25px;
  border-bottom: 0px solid #e5e5e5;
}

.bootstrap-dialog .bootstrap-dialog-title {
  color: #a1a1a1;
  font-size: 20px;
  text-shadow: 0px 1px #fff;
}

.bootstrap-dialog-close-button .close {
  color: #d10d0d;
  opacity: 1;
  position: relative;
  right: -21px;
  top: -5px;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  outline: none;
}

.bootstrap-dialog button.btn-right .bootstrap-dialog-button-icon {
  float: right;
  margin-top: 2px;
  margin-left: -15px;
}

.modal-content {
  border-radius: 10px;
}

.modal-footer {
  padding: 0;
}


.modal-footer:after {
  display: block;
  background-color: #FEBB12;
  width: 100%;
  height: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.bootstrap-dialog-footer {
  padding-bottom: 2em;
}

.modal-dialog div i.fa-calendar{
  float: right;
  position: relative;
}

.modal-dialog-672 .modal-dialog  {
  max-width: 672px !important;
}

.modal-dialog-640 .modal-dialog  {
  max-width: 640px !important;
}

.modal-dialog-600 .modal-dialog  {
  max-width: 600px !important;
}

.modal-dialog-592 .modal-dialog  {
  max-width: 592px !important;
}

.modal-dialog-520 .modal-dialog  {
  max-width: 520px !important;
}

.modal-dialog-500 .modal-dialog  {
  width: 500px !important;
}

.modal-dialog-460 .modal-dialog  {
  max-width: 460px !important;
}

.modal-dialog-400 .modal-dialog  {
  max-width: 400px !important;
}

.modal-dialog-370 .modal-dialog {
  max-width: 370px !important;
}

.modal-dialog-300 .modal-dialog  {
  max-width: 300px !important;
}

.modal-dialog-250 .modal-dialog  {
  max-width: 250px !important;
}

.bootstrap-dialog-title span.title-img{
    overflow:hidden;
    height:60px;
    width:60px;
    border-radius:40px;
    display: inline-block;
    vertical-align: middle;
  }

.bootstrap-dialog-title  span.title-label{
    padding-left:1.5em;
  }

.bootstrap-dialog-title  img{
    width:60px;
    height:60px;
  }

/* FORM */
.form-control:focus {
  border-color: #FEBB12;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(254, 187, 18, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(254, 187, 18, 0.6);
}

/* SECTION */
.section__content {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding-left: 5px;
  padding-right: 5px;
}

#section-1 {  
  background: url('../images/landing/bg1.jpg') no-repeat;
  background-size: cover;
  padding-top: 2em;
}

/* RIBBON */

.ribbon_wrapper {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 460px;
  padding-left: 2.1em;
  padding-right: 2.1em;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  #section-1 h1 {
    font-size: 2em;
  }
  .ribbon_wrapper {
    max-width: 320px;
  }
}

.ribbon {
 font-size: 16px !important;
 /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
 width: auto;    
 position: relative;
 background: #FEBB12;
 color: #fff;
 text-align: center;
 padding: 1em 0.5em; /* Adjust to suit */
 margin: 2em auto 3em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}
.ribbon:before, .ribbon:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -1em;
 border: 1.5em solid #E2A200;
 z-index: -1;
}
.ribbon:before {
 left: -2em;
 border-right-width: 1.5em;
 border-left-color: transparent;
}
.ribbon:after {
 right: -2em;
 border-left-width: 1.5em;
 border-right-color: transparent;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #AB7B02 transparent transparent transparent;
 bottom: -1em;
}
.ribbon .ribbon-content:before {
 left: 0;
 border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
 right: 0;
 border-width: 1em 1em 0 0;
}

/* END RIBBON */

#nav-bar.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:10;
}

#section-1 .btn {
  margin-top: 3em;
  margin-bottom: 7.5em;
}

#section-1 .section__content {
  margin-top: 0em;
}

@media (max-width: 1023px) {
  #section-1 .btn {
    margin-top: 0.5em;
    margin-bottom: 7.5em;
  }
  #section-1 .section__content {
    margin-top: 3em;
  }
}  

#section-1 .logo {
  display: block;
  width: 220px;
  height: 155px;
  margin: 0 auto;
  margin-bottom: 3em;
}

@media (max-width: 1023px) {
  #section-1 .logo {
    margin-bottom: 2em;
  }  
} 

#section-2 {
  padding-bottom: 5em;
}

#section-2 img.switch {
    position: relative;
    top: -85px;
    display: block;
    margin: 0 auto;
    margin-bottom: -50px;    
    width: 100%;
    max-width: 667px;
}

#section-2 ul {
  font-family: 'Open Sans';
}  

#section-2 ul li {
  font-size: 1.57em;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  #section-2 ul li {
    font-size: 1.57em;
    margin-bottom: 0.5em;
    height: 122px;
  }
}

#section-2  ul li img { 
  margin-top: -5px;
}  

#section-3 {
  padding: 5em 0;
  background: #f4f5f6;
}

#section-3 img {
  width: 100%;
}

#section-3 .btn {
  margin-top: 0em;
  margin-bottom: 0em;
}

#section-4 {
  padding: 4em 0;
}

#section-5 {
  padding: 3em 0;
  background: #f4f5f6;
}

#section-5 #slider img {
    width: 240px;
    margin-right: 8px;
    border-radius: 5px;
    margin-bottom: 1em;
}

.slider-element {
  position: relative;
}

.portfolio-detail {
  display: none;
  position: absolute;
  top: 0;
  background: rgba(50,50,50,0.7);
  width: 240px;
  height: 240px;
  border-radius: 5px;
  padding: 15px;
}

.slider-element:hover .portfolio-detail {
  display: block;
  width: 100%;
  top: 17px;
}

.portfolio-url {
  color: #febd11;
  font-size: 0.8em;
}

.portfolio-url:active, .portfolio-url:hover{
  color: #febd11;
}

@media (max-width: 767px) {
  #section-5 #slider img {
    margin: 1em auto;
    display: block;
  }  
} 

#section-5 .btn {
  margin-top: 3em;
  margin-bottom: 2em;
}  

#section-6 {
  padding: 5em 0;  
}

#section-6 .it-list li {
  margin-bottom: 1em;
}

#section-6 .partners-list img {
  margin-bottom: 1em;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 1023px) {
  #section-6 p {
    font-size: 3em;
  }  
}  


.technologies-list {
    margin-top: 3em;
}

.technologies-list img {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 20px;
    vertical-align: middle;
}

footer {
  width: 100%;
}

footer a {
  color: #bdc3c7;
  text-transform: uppercase;
}

footer a:hover, footer a:active, footer a:focus  {
  color: #bdc3c7;
  text-decoration: none;
}

footer .footer-menu a {
  margin-right: 18px;
}  

footer .footer__content {
  max-width: 1020px;
  margin: 0 auto;
  padding-top: 40px;
  border-top: 1px solid #c5cac8;
  padding-left: 60px;
  padding-right: 60px;
}

footer .footer-home {
  width: 120px;
}

footer .footer-home a {
  position: relative;
  top: -5px;
}

footer .social-links {
  width: 124px;
  text-align: right;
}

@media (max-width: 1023px) {
  footer .social-links {
    width: 124px;
    margin: 0 auto;
    text-align: center;
    float: none !important;
  }
  footer .footer-address {
    margin-top: 20px;
  }
}  

footer .social-links a {
  margin-right: 20px;
} 

footer .social-links a i {
  font-size: 20px;
} 


footer #totop {
  width: 55px;
  height: 54px;
  background: url('../images/landing/totop.png') no-repeat;
  display: block;
  text-indent: -9999px;
  position: relative;
  top: -15px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  footer .footer__content {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  footer .footer-home {
    display: none;
  } 
  footer .footer-menu {
     margin-top: 25px;
  }     
  footer .footer-menu a {
    display: block;
    text-align: center;
    line-height: 2em;
  }
  footer #totop {
    display: none;
  }
} 

/* MENU */

.header-pc {
  display: none;
}

.header-pc {

}

.header-pc__phone {
  margin-top: -12px;
}

@media only screen and (min-width: 1024px) {
  .header-pc {
    display: block;
  }
}  

.menu__logo-image  {
  width: 100px;
}

.b-section__menu-links {
  font-family: 'Montserrat';
  text-align: center;
}
@media screen and (min-width: 250px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 767px) {
  .b-section__menu-links {
    display: none;
  }
}
.b-section__menu-links a {
  margin: 0 4px;
}
.b-top-menu {
  border-color: transparent;
  position: absolute;
  z-index: 1030;
  min-height: 45px;
  top: 0;
  width: 100%;
}
.b-top-menu.affix {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 1600px) {
  .b-top-menu {
    height: 60px;
    line-height: 4em;
    /*position: fixed;*/
  }
}
@media screen and (min-width: 250px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .b-top-menu {
    line-height: 3em;
  }
}
@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px) and (orientation : landscape), only screen  and (min-device-width : 768px)  and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .b-top-menu {
    line-height: 3em;
  }
}
.b-top-menu__phone {
  float: left;
  padding: 0 1em 0;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen  and (min-device-width : 768px)  and (max-device-width : 1024px) and (orientation : landscape), only screen  and (min-device-width : 768px)  and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .b-top-menu__phone {
    font-size: 2em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 1600px) {
  .b-top-menu__phone {
    float: right;
    font-size: 1.5em;
  }
}
@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px) and (orientation : landscape), only screen  and (min-device-width : 768px)  and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .b-top-menu__phone {
    float: left;
    padding: 0 1em 0;
    text-align: center;
  }
}

.b-top-menu .btn {
  margin-right: 1em;
}

.b-top-menu__quote-button {
  padding: 8px 10px;
  font-size: 0.9em !important;
}

.b-top-menu__wrap {
  float: left;
  text-align: center;
  margin: 0 1em;
}
@media screen and (min-width: 250px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 767px) {
  .b-top-menu__wrap {
    width: 100%;
  }
}
.b-top-menu__phone-link {
  color: #fff;
  font-family: 'Montserrat';
}
.b-top-menu__block-lists {
  font-family: 'Montserrat';
  padding: 0 1em;
  margin: 0;
}
.b-top-menu__block-lists .active a {
  color: #fff;
}
@media screen and (min-width: 250px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen  and (min-device-width : 768px)  and (max-device-width : 1024px) and (orientation : landscape) {
  .b-top-menu__block-lists {
    display: none;
    width: 250px;
    line-height: 2em;
  }
}
.b-top-menu__block-list {
  display: inline-block;
  margin: 0 1em 0 0;
}
@media screen and (min-width: 250px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .b-top-menu__block-list {
    display: inline-block;
  }
}
.b-top-menu__block-link {
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.b-top-menu__block-link:hover {
  color: #fff;
}
.b-top-menu__block-link:active, .b-top-menu__block-link:focus  {
  color: #fff;
}
.b-top-menu__mobile-button {
  background-color: transparent;
  background-image: none;
  border: medium none;
  color: #ffbd00;
  display: none;
  float: right;
  text-align: center;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 250px) and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 767px) {
  .b-top-menu__mobile-button {
    display: block;
    font-size: 1em;
    padding: 1em 0 0;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen  and (min-device-width : 768px)  and (max-device-width : 1024px) and (orientation : landscape) {
  .b-top-menu__mobile-button {
    display: block;
    font-size: 1.5em;
    margin: 0.35em 0 0;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .b-top-menu__mobile-button {
    top: 3px;
  }
}
@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px) and (orientation : landscape) {
  .b-top-menu__mobile-button {
    top: 2px;
  }
}
@media screen and (min-width: 250px) and (max-width: 1024px) {
  .b-top-menu {
    background: #40464B;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 767px) {
  #section-2 ul li {
    text-align: center;
  }
  #section-2 ul li img {
    margin-top: -5px;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
  }
  .technologies-list img {
    display: block;
    margin-bottom: 1em;
  }
  .it-list li {
    display: block;
    margin-bottom: 1em;
  }
  .partners-list li {
    display: block;
    margin-bottom: 1em;
  }
}

form#welcome-contact-form .confirm-container h4 {
  text-align: center;
}

form#welcome-contact-form .confirm-container p {
  text-align: center;
}