/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/* 
    Created on : Nov 11, 2017, 8:52:47 PM
    Author     : yongquizheng
*/

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.btn-lg {
  font-size: 18px !important;
  color: white;
  font-weight: normal !important;
  background-color: #34DBC4 !important;
}

.btn-lg:hover {
  color: #636b6f;
}

.howitwork-container {
  background-color: #ffffff;
  padding: 5% 10%;
}

.howitwork-container > div .hire-text {
  text-align: center;
}

.howitwork-container > div h1 {
  font-weight: bold;
}

.howitwork-container > div ul li {
  margin-bottom: 20px;
}

.howitwork-container > div ul li div.img-circle {
  padding: 50px;
  background-color: #ffffff;
  border: 1px solid #ccd0d2;
}

.howitwork-container > div ul li div.v-connector {
  border-left: 1px solid #ccd0d2;
  height: 20px;
  position: absolute;
  left: 70px;
}

.main-image-how-it-works {
  background: url("/img/How_it_works.png") right;
  height: 406px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #e6e6e6;
  /*--------Jambotron Content----*/
}

.main-image-how-it-works > div.hero-content {
  background-color: transparent;
  padding-left: 5% !important;
  padding-bottom: 5% !important;
  border-bottom: none !important;
  border-radius: 0px !important;
  margin-bottom: 0px;
}

.main-image-how-it-works > div.hero-content h3 {
  font-size: 28px !important;
  font-weight: normal;
  color: #636b6f;
  margin-top: 0px !important;
}

.main-image-how-it-works > div.hero-content h1 {
  margin-top: 90px;
  padding-bottom: 0 !important;
}

@media (max-width: 767px) {
  .main-image-how-it-works .padding-left {
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .main-image-how-it-works .jumbotron {
    padding-top: 43px !important;
    padding-bottom: 43px;
    background: transparent;
  }
}

.howitworks-middle-section > div > div.hire-container {
  padding: 50px 50px 0px 50px;
}

.howitworks-middle-section > div > div.hire-container > div.hire-text {
  padding-left: 10%;
  padding-top: 22%;
  color: #3498DB;
  vertical-align: middle;
}

.howitworks-middle-section > div > div.hire-container > div.hire-text h1 {
  font-weight: bold;
  font-size: 63px;
}

.howitworks-middle-section > div > div.hire-container > div.hire-text .btn-signup {
  padding: 10px 0px 50px 0px;
}

.howitworks-middle-section > div > div.freelance-container {
  padding: 50px;
}

.howitworks-middle-section > div > div.freelance-container > div.freelancing-text {
  padding-right: 20%;
  padding-top: 22%;
  color: #3498DB;
  vertical-align: middle;
}

.howitworks-middle-section > div > div.freelance-container > div.freelancing-text h1 {
  font-weight: bold;
  font-size: 63px;
}

.howitworks-middle-section > div > div.freelance-container > div.freelancing-text .btn-signup {
  padding: 10px 50px 50px 0px;
  margin-left: 240px;
}

.howitworks-middle-section .img-circle {
  width: 150px;
  height: 150px;
  border-radius: 0;
  background-color: transparent;
}

@media (max-width: 767px) {
  .howitworks-middle-section .img-circle {
    width: 75px;
    height: 75px;
  }
}

.howitworks-middle-section .image-text {
  margin-top: 20px;
  padding-left: 0px;
}

.howitworks-middle-section .image-text h1 {
  font-size: 45px;
  margin-bottom: 0px;
}

.howitworks-middle-section .image-text h5 {
  margin-top: 0px !important;
  padding-left: 2px;
  font-size: 18px !important;
  font-weight: normal !important;
  color: #636b6f;
}

.howitworks-middle-section .image-text a {
  text-decoration: none;
}

@media screen and (min-width: 986px) {
  .howitworks-middle-section .border-middle {
    border-left: 2px solid silver;
    height: 40px;
    margin-left: 90px;
  }
}

.howitworks-middle-section .btn-circle-lg {
  width: 100px !important;
  height: 100px !important;
  /*margin: 50px;*/
  font-size: 40px !important;
  font-weight: bold;
  color: #3498DB;
  text-align: center;
  padding: 0px !important;
}

@media (max-width: 767px) {
  .howitworks-middle-section .btn-circle-lg {
    width: 50px !important;
    height: 50px !important;
    margin: 25px;
    font-size: 12px !important;
    font-weight: bold;
    color: #3498DB;
    text-align: center;
    padding: 0px !important;
  }
}

.howitworks-middle-section .btn-circle-lg:hover {
  color: #636b6f;
}

