#header {
  padding: 10px 0;
  background-color: #fff; }
#header-logo {
    max-height: 100px; }
  @media (max-width: 992px) {
    #header .navbar-nav {
      margin-top: 30px; } }
  #header .navbar-nav .nav-item {
    margin-left: 50px; }
    @media (max-width: 992px) {
      #header .navbar-nav .nav-item {
        margin: 0 0 15px; } }
    #header .navbar-nav .nav-item .nav-link {
      font-size: 24px;
      font-weight: 600;
      padding: 0; }
      #header .navbar-nav .nav-item .nav-link:hover {
        color: #48bf53; }
  #header .navbar-nav .btn-item {
    margin-left: 20px; }
  #header .navbar-nav .active a {
    color: #48bf53; }
  #header .navbar-nav li:last-child {
    margin: 0; }
  #header .my-account {
    position: relative; }
    #header .my-account .dropdown-toggle::after {
      display: none; }
    #header .my-account i,
    #header .my-account a {
      display: inline-block; }
    #header .my-account i {
      font-size: 28px;
      margin-left: 10px; }
    #header .my-account .dropdown-menu .dropdown-item {
      padding: .70rem 1.5rem;
      border-bottom: 1px solid #eee; }
      #header .my-account .dropdown-menu .dropdown-item:hover {
        background-color: #eee; }
    #header .my-account .dropdown-menu .add-ad {
      font-size: 21px !important;
      color: #48bf53 !important; }

.header-sticky {
  position: fixed !important;
  top: -100px;
  width: calc(100%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1060;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }

.header-show {
  top: 0;
  opacity: 1; }

/* Sub Header */
.sub-header {
  position: relative;
  background-size: cover;
  height: auto;
  padding: 150px 0;
  background-attachment: fixed;
  background-image: url(../images/page-bg.jpg); }
  .sub-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  .sub-header .sub-meta {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2; }
    .sub-header .sub-meta h1 {
      font-size: 42px;
      color: #fff;
      margin-bottom: 0; }
    .sub-header .sub-meta .btn {
      margin-top: 30px; }
    .sub-header .sub-meta .add:before {
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      background-size: 14px 14px;
      background-repeat: no-repeat;
      background-image: url(../svg/plus.svg);
      margin-left: 10px; }

.color2 {
  color: #48bf53; }

#home_carousel {
  position: relative; }
  @media (max-width: 992px) {
    #home_carousel .carousel-indicators {
      margin: 0; } }
  @media (max-width: 992px) {
    #home_carousel .carousel-control-next,
    #home_carousel .carousel-control-prev {
      width: 10%; } }
  #home_carousel .carousel-meta {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2; }
    @media (max-width: 992px) {
      #home_carousel .carousel-meta {
        width: 85%;
        margin: 0 auto; } }
    #home_carousel .carousel-meta h2 {
      color: #fff;
      font-size: 42px;
      font-weight: 700; }
      @media (max-width: 992px) {
        #home_carousel .carousel-meta h2 {
          font-size: 21px; } }
    #home_carousel .carousel-meta .search-input {
      position: relative;
      margin-top: 40px; }
      @media (max-width: 992px) {
        #home_carousel .carousel-meta .search-input {
          margin-top: 20px; } }
      #home_carousel .carousel-meta .search-input .form-control {
        height: inherit;
        border-radius: 7px;
        border: 0px;
        padding: 20px !important;
        font-size: 21px; }
        #home_carousel .carousel-meta .search-input .form-control::-webkit-input-placeholder {
          color: #999; }
        #home_carousel .carousel-meta .search-input .form-control:-moz-placeholder {
          color: #999; }
        #home_carousel .carousel-meta .search-input .form-control::-moz-placeholder {
          color: #999; }
        #home_carousel .carousel-meta .search-input .form-control:-ms-input-placeholder {
          color: #999; }
        @media (max-width: 992px) {
          #home_carousel .carousel-meta .search-input .form-control {
            padding: 5px 10px !important;
            font-size: 16px; } }
      #home_carousel .carousel-meta .search-input .btn {
        position: absolute;
        top: -1px;
        left: 0;
        padding: 19px 60px 20px !important;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        font-size: 21px !important; }
        @media (max-width: 992px) {
          #home_carousel .carousel-meta .search-input .btn {
            padding: 4px 10px 5px !important;
            font-size: 16px !important; } }
  #home_carousel .carousel-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1; }

#single_carousel .carousel-control-next,
#single_carousel .carousel-control-prev {
  width: 10%;
  background-color: #000;
  opacity: 1; }
#single_carousel .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 100%;
  padding: 15px;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.4); }
  @media (max-width: 992px) {
    #single_carousel .carousel-indicators {
      display: none; } }
  #single_carousel .carousel-indicators li {
    width: 180px !important;
    height: 90px !important;
    border: 0px;
    background-color: transparent; }
  #single_carousel .carousel-indicators .w-100 {
    width: 180px !important;
    height: 90px !important; }

.site-footer {
  background-color: #141414;
  padding: 60px 0 30px;
  font-size: 20px; }
  .site-footer .copyrights {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    margin-top: 60px;
    color: #11823b; }
  @media (max-width: 992px) {
    .site-footer .footer-widget {
      margin-bottom: 40px; } }
  .site-footer .footer-widget p {
    color: #eee; }
  .site-footer .footer-widget a {
    color: #eee;
    direction: ltr; }
    .site-footer .footer-widget a:hover {
      color: #48bf53; }
  .site-footer .footer-widget h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px !important;
    color: #48bf53; }
  .site-footer .footer-widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .site-footer .footer-widget ul li {
      padding: 10px 0; }

.social-media li {
  float: right;
  margin-left: 30px;
  padding: 0 !important; }
  @media (max-width: 992px) {
    .social-media li {
      margin: 0 0 15px 20px; } }
  .social-media li a {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 100%;
    background-color: #CCCCCC;
    color: #777 !important; }
    .social-media li a:hover {
      background-color: #48bf53;
      color: #fff !important; }

button:focus {
  outline: inherit !important; }

.btn {
  padding: .5rem 50px !important;
  color: #fff !important;
  font-size: 18px !important;
  border-radius: 5px;
  font-weight: 600 !important; }
  @media (max-width: 992px) {
    .btn {
      padding: .5rem 25px !important; } }

.buy {
  padding: 1rem 100px !important; }
  @media (max-width: 992px) {
    .buy {
      padding: 1rem !important;
      width: 100%; } }

.p-small {
  padding: .75rem 25px !important; }

.btn-primary {
  background-color: #11823b;
  border-color: #11823b; }
  .btn-primary:hover {
    background-color: #48bf53;
    border-color: #48bf53; }

.btn-secondary {
  background-color: #48bf53;
  border-color: #48bf53; }
  .btn-secondary:hover {
    background-color: #11823b;
    border-color: #11823b; }

.btn-light {
  background-color: #d8d8d8;
  border-color: #d8d8d8; }
  .btn-light:hover {
    background-color: #48bf53;
    border-color: #48bf53; }

.next {
  margin-left: 10px; }

@media (max-width: 992px) {
  .mpagination .pagination {
    display: block !important; }
    .mpagination .pagination li {
      display: inline-block;
      margin-bottom: 10px; } }
.mpagination .page-item {
  margin-left: 10px; }
  .mpagination .page-item .page-link {
    color: #fff;
    background-color: #d8d8d8;
    border: 1px solid #d8d8d8;
    border-radius: 5px; }
    .mpagination .page-item .page-link:hover {
      background-color: #11823b;
      border: 1px solid #11823b; }
.mpagination .active .page-link {
  background-color: #11823b;
  border: 1px solid #11823b; }
@media (max-width: 992px) {
  .mpagination {
    display: block !important; } }

.sidebar-inner {
  background-color: #fff;
  padding: 20px 20px 40px; }
  .sidebar-inner .sidebar-title {
    padding-bottom: 20px;
    border-bottom: 2px solid #eee;
    margin-bottom: 40px;
    font-size: 21px; }
  .sidebar-inner h4 {
    margin-bottom: 30px;
    font-size: 19px; }
  .sidebar-inner label {
    font-size: 18px;
    font-weight: 600; }

/* Forms */
.form-control {
  border: 1px solid #333;
  height: inherit;
  padding: 20px;
  text-align: right;
  font-weight: 600;
  color: #777;
  direction: rtl; }
  .form-control::-webkit-input-placeholder {
    color: #48bf53; }
  .form-control:-moz-placeholder {
    color: #48bf53; }
  .form-control::-moz-placeholder {
    color: #48bf53; }
  .form-control:-ms-input-placeholder {
    color: #48bf53; }

/* Drop Down */
.dropdown-menu {
  padding: 0; }
  .dropdown-menu button {
    border-bottom: 1px solid #eee !important;
    font-weight: 600; }
    .dropdown-menu button:last-child {
      border-width: 0px !important; }
    .dropdown-menu button:hover {
      color: #48bf53; }

/* Select */
select {
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  color: #55595c;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat left 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ccc;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #7e7e7e;
  border-color: #e3e3e3; }
  select:focus {
    border-color: #51a7e8;
    outline: inherit; }

/* CheckBox */
.checkbox-container {
  display: block;
  position: relative;
  padding-right: 45px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #333; }

.checkbox-container:hover input ~ .checkmark {
  background-color: #fff;
  border: 1px solid #48bf53; }

.checkbox-container input:checked ~ .checkmark {
  background-color: #48bf53;
  border: 1px solid #48bf53; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.checkbox-container input:checked ~ .checkmark:after {
  display: block; }

.checkbox-container .checkmark:after {
  right: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Login */
.password {
  position: relative; }

#show_password {
  position: absolute;
  top: 50%;
  left: 0;
  left: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #767676;
  font-size: 32px;
  cursor: pointer; }
  #show_password:hover {
    color: #48bf53; }

.forget-password {
  color: #11823b;
  font-weight: 600; }
  .forget-password:hover {
    color: #141414; }

.no-account {
  color: #48bf53;
  font-weight: 600;
  text-decoration: underline; }
  .no-account:hover {
    color: #141414; }

@media (max-width: 992px) {
  .login-form .btn {
    display: block;
    width: 100%;
    margin-top: 20px; }
  .login-form .d-flex {
    display: block !important; } }

/* Upload */
.image-upload > input {
  visibility: hidden;
  width: 0;
  height: 0; }

.file-input {
  width: 120px;
  height: 120px;
  border: 1px solid #222;
  cursor: pointer;
  background-image: url(../svg/plus_dark.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 64px 64px;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .file-input:hover {
    opacity: 0.5; }

/* Contact us */
.input-width {
  position: relative; }
  .input-width:before {
    content: "";
    width: 40px;
    height: calc(100%);
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f1f1f1; }
  .input-width i {
    color: #48bf53;
    position: absolute;
    top: 50%;
    right: 10px;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2; }
  .input-width .form-control {
    padding-right: 60px;
    border: 0px; }

/* Head */
@media (max-width: 992px) {
  .content-head {
    margin-top: 40px; } }
@media (max-width: 992px) {
  .content-head .content-buttons {
    display: none; } }
.content-head .content-buttons button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid #fff; }
  .content-head .content-buttons button:hover, .content-head .content-buttons button:focus {
    color: #48bf53; }

/* Card */
.content-card {
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .content-card .content-thumb {
    position: relative;
    overflow: hidden; }
    .content-card .content-thumb img {
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .content-card .content-thumb .edit,
    .content-card .content-thumb .like {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 40px;
      height: 40px;
      line-height: 45px;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 100%;
      color: #777;
      z-index: 1050;
      cursor: pointer;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .content-card .content-thumb .edit:hover,
      .content-card .content-thumb .like:hover {
        color: red;
        -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.175) !important;
                box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.175) !important; }
    .content-card .content-thumb .edit:focus, .content-card .content-thumb .edit:hover {
      background-color: #eee;
      color: #48bf53; }
    .content-card .content-thumb button {
      background-color: transparent;
      border: 0px;
      display: block;
      width: 100%; }
    .content-card .content-thumb .dropdown-toggle:after {
      display: none !important; }
  .content-card .meta-info {
    background-color: #fafafa;
    margin: 10px 10px 20px;
    padding: 5px;
    overflow: hidden;
    color: #9a9a9a; }
    .content-card .meta-info i {
      margin-left: 5px; }
    .content-card .meta-info .meta-left {
      float: left;
      width: 50%; }
    .content-card .meta-info .meta-right {
      float: right;
      width: 50%; }
    .content-card .meta-info .ico-date {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .content-card .meta-info div {
      padding: 5px; }
  .content-card .meta-title {
    padding: 0 10px;
    font-size: 21px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .content-card .meta-desc {
    padding: 0 10px; }
  .content-card .meta-price {
    padding: 15px;
    text-align: center;
    background-color: #48bf53;
    font-weight: 600;
    color: #fff;
    font-size: 21px;
    margin-top: 30px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .content-card:hover {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
    .content-card:hover .content-thumb img {
      -webkit-transform: scale3d(1.4, 1.4, 1);
              transform: scale3d(1.4, 1.4, 1); }
    .content-card:hover .meta-title {
      color: #48bf53 !important; }
    .content-card:hover .meta-price {
      background-color: #141414; }

/* Card List */
.card-list {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  max-width: 100%; }
  .card-list .content-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 992px) {
      .card-list .content-card {
        display: block;
        -webkit-box-pack: inherit;
            -ms-flex-pack: inherit;
                justify-content: inherit;
        -webkit-box-align: inherit;
            -ms-flex-align: inherit;
                align-items: inherit; } }
  .card-list .content-thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 40%; }
    @media (max-width: 992px) {
      .card-list .content-thumb {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%; } }
  .card-list .content-meta {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    width: 55%; }
    @media (max-width: 992px) {
      .card-list .content-meta {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%; } }

.setting-info {
  background-color: #fff;
  padding: 20px;
  border-bottom: 1px solid #eee; }
  .setting-info h3 {
    font-size: 18px; }
  .setting-info .setting-left {
    color: #777;
    font-size: 18px; }

.single {
  padding: 20px 0 100px; }
  .single .single-inner {
    background-color: #fff;
    padding: 40px 20px; }
  .single .meta-info {
    background-color: #eee;
    padding: 10px;
    overflow: hidden;
    color: #777; }
    @media (max-width: 992px) {
      .single .meta-info {
        display: block !important; }
        .single .meta-info .meta-left {
          float: left;
          width: 50%; }
        .single .meta-info .meta-right {
          float: right;
          width: 50%; } }
    .single .meta-info i {
      margin-left: 5px; }
    .single .meta-info .ico-date {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .single .meta-info div {
      padding: 5px; }
  .single .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 992px) {
      .single .title {
        display: block;
        -webkit-box-pack: inherit;
            -ms-flex-pack: inherit;
                justify-content: inherit;
        -webkit-box-align: inherit;
            -ms-flex-align: inherit;
                align-items: inherit; } }
    .single .title .single-title-left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 40%;
              flex: 0 0 40%;
      width: 40%; }
      @media (max-width: 992px) {
        .single .title .single-title-left {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          width: 100%;
          margin-bottom: 20px; } }
      .single .title .single-title-left .meta-price {
        padding: 15px;
        text-align: center;
        background-color: #48bf53;
        font-weight: 600;
        color: #fff;
        font-size: 21px;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        display: inline-block !important;
        width: 79%; }
        @media (max-width: 992px) {
          .single .title .single-title-left .meta-price {
            width: 65%; } }
      .single .title .single-title-left .like {
        width: 65px;
        height: 65px;
        font-size: 32px;
        line-height: 70px;
        margin-left: 20px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 100%;
        color: #777;
        z-index: 1050;
        cursor: pointer;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        display: inline-block !important; }
        .single .title .single-title-left .like:hover {
          color: red;
          -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.175) !important;
                  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.175) !important; }
    .single .title .single-title {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 60%;
              flex: 0 0 60%;
      width: 60%;
      margin-bottom: 0; }
      @media (max-width: 992px) {
        .single .title .single-title {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          width: 100%;
          margin-bottom: 20px; } }
  .single .single-desc {
    font-size: 21px; }
  .single .buyers a {
    color: #48bf53; }
    .single .buyers a:hover {
      color: #141414; }

html,
body {
  height: 100%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f6f6f6;
  position: relative;
  line-height: 1.7;
  margin: 0;
  font-size: 18px;
  font-family: "Cairo", sans-serif;
  letter-spacing: -0.3px;
  color: #11823b; }

.owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box; }

#content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.content-inner {
  padding: 120px 0; }
  @media (max-width: 992px) {
    .content-inner {
      padding: 80px 0; } }

.site-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

a {
  color: #111;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  a:hover {
    text-decoration: none; }

.num-list {
  list-style-type: decimal;
  padding: 0 15px;
  margin: 0; }
  .num-list li {
    padding: 10px 0; }

.container-fluid {
  padding: 0 100px; }
  @media (max-width: 1440px) {
    .container-fluid {
      padding: 0 15px; } }
  @media (max-width: 992px) {
    .container-fluid {
      padding: 0 15px; } }

.container-440 {
  max-width: 440px; }

.container-540 {
  max-width: 540px; }

.container-640 {
  max-width: 640px; }

.container-740 {
  max-width: 740px; }

.container-840 {
  max-width: 840px; }

.container-940 {
  max-width: 940px; }

.container-1200 {
  max-width: 1200px;
  margin-right: 0;
  margin-left: 0; }

.mb0 {
  margin-bottom: 0 !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700; }

.title {
  margin-bottom: 40px; }

/* Image Place holder */
.place_holder {
  overflow: hidden;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolder;
          animation-name: placeHolder;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #F6F6F6;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #F6F6F6), color-stop(18%, #F0F0F0), color-stop(33%, #F6F6F6));
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 1000px 1000px; }

@-webkit-keyframes placeHolder {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@keyframes placeHolder {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
input {
    max-width: 100%;
}
