@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}

a {
  color: #ffd700;
}

.color-gold {
  color: #ffd700;
}

.home_bg_cont {
  position: realtive;
}

.home_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
}

.btn-gold {
  background: #daa520;
}

.btn-default {
  background: #8a8a8a;
}

.gold-input {
  border: 1px solid #daa520;
}

/*==========================*
  Header
*===========================*/

.navbar-default {
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffd700 !important;
}

.navbar-brand {
  height: 90px;
}

.navbar-nav li a {
  line-height: 60px;
}

.navbar-default.menu-shrink {
  background: #000;
}

.navbar-default.menu-shrink li a {
  color: #fff !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #daa520;
}

.menu-top li a:hover {
    color: #ffd700 !important;
}
/*==========================*
  Mobil menu
*===========================*/

@media (max-width: 991px) {
  .navbar-nav li a {
    line-height: 20px;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff !important;
  }
  .menu-top {
    background-color: #000;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}


/*==========================*
  Helpers
*===========================*/

.line {
  background: linear-gradient(
    to right,
    transparent,
    #f0e68c,
    #f0e68c,
    transparent
  );
  width: 120px;
}

.preloader {
  background: #000;
}

.status-mes {
  border-left: 5px solid #f0e68c;
}

.pb-30 {
  padding-bottom: 30px;
}

.error {
  color: #d85454;
  font-size: 14px;
}

/*==========================*
  Components
*===========================*/

.serviceBoxHolder {
  height: 100%;
  padding-bottom: 30px;
}

.serviceBox {
  height: 100%;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .serviceBoxHolder {
    height: auto;
    padding-bottom: 0px;
  }

  .serviceBox {
    height: auto;
    margin-bottom: 30px;
  }
}

.serviceBox .service-icon {
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    );
}

.serviceBox .service-icon:after {
  border: 1px solid #f0e68c;
}

.serviceBox:hover {
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    );
}

.serviceBox:hover .service-icon {
  background: radial-gradient(
      ellipse farthest-corner at left top,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at right bottom,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    );
}

.serviceBox .description {
  color: #fff;
}

.owl-prev:after,
.owl-next:after {
  background: radial-gradient(
      ellipse farthest-corner at left top,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at right bottom,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    );
  border: 1px solid #daa520;
  -webkit-box-shadow: 5px 5px 15px -5px #000000;
  box-shadow: 5px 5px 15px -5px #000000;
}

.owl-prev:hover:after,
.owl-next:hover:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.owl-prev:hover,
.owl-next:hover {
  transform: translate(2px, 2px);
}

.topcontrol {
  background: radial-gradient(
      ellipse farthest-corner at left top,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at right bottom,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    );
}

/*==========================*
  Features
*===========================*/

.amazing_feature {
  background: url("/assets/img/pattern.png");
  color: #fff;
}

.amazing_feature .section-title h2 {
  color: #fff;
}

/*==========================*
  News
*===========================*/

.news-area {
  background: #fff none repeat scroll 0 0;
}

.news-area .section-title h2 {
  color: #000;
}

.news_box_holder {
  height: 100%;
  padding-bottom: 30px;
}

.news_box {
  height: 100%;
  border: 1px solid #daa520;
  -webkit-box-shadow: 5px 5px 15px -5px #000000;
  box-shadow: 5px 5px 15px -5px #000000;
  margin-bottom: 0px;
}

@media (max-width: 1199px) {
  .news_box_holder {
    height: auto;
    padding-bottom: 0px;
  }

  .news_box {
    height: auto;
    margin-bottom: 30px;
  }
}

/*==========================*
  Test vesion
*===========================*/

.work_action {
  background: url("/assets/img/pattern.png");
}

.work_action .btn:hover {
  background: #daa520 none repeat scroll 0 0;
}

/*==========================*
  Partners
*===========================*/

.app-partners {
  background: #fff;
  border-top: 2px solid #daa520;
  border-bottom: 2px solid #daa520;
}

.p-slider .item { margin: 15px 40px; text-align: center;}
.p-slider .item img {
    display: inline-block;
    height: auto;
    margin: 0 auto;
}

.p-slider__image {
    height:120px;
    line-height: 120px;
    vertical-align: middle;
}

.p-slider__image img{
    max-width:100%;
    max-height:100%;
}

.p-slider__name{
    padding-top:15px;
    font-size:18px;
    font-weight:bold;
    color:#daa520;
}

.p-slider__country{

}

/*==========================*
  Screenshots
*===========================*/

.app-screenshot {
  background: #fff none repeat scroll 0 0;
}

/*==========================*
  Pricing
*===========================*/

.pricingTable {
  border: 1px solid #daa520;
}

.pricing_active {
  border: 1px solid #daa520;
}

.pricingTable .title {
  background: #daa520;
}

.pricingTable .title:before,
.pricingTable .title:after {
  content: "";
  border-right: 26px solid #daa520;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  position: absolute;
  top: 0;
  left: -26px;
  transition: all 0.3s ease 0s;
}

.pricingTable .title:after {
  border-right: none;
  border-left: 26px solid #daa520;
  left: auto;
  right: -26px;
}

.pricingTable .pricingTable-signup {
  background: #daa520 none repeat scroll 0 0;
}

/*==========================*
  Signup
*===========================*/

.signup_form input {
  border: 2px solid #daa520;
  margin-bottom: 0px;
}

.signup_form input:hover,
.signup_form input:focus {
  border: 2px solid #daa520;
}

.signup_form button {
  background: #daa520 none repeat scroll 0 0;
}

/*==========================*
  Contact
*===========================*/

.contact_area {
  background: url("/assets/img/pattern.png");
  color: #fff;
}

.contact_area h2,
.contact_area h4 {
  color: #fff;
}

.contact_area i {
  color: #daa520;
}

.btn-contact-bg {
  background: #daa520 none repeat scroll 0 0;
}

.btn-contact-bg:hover {
  background: #fff;
  color: #000;
}

/*==========================*
  Contact
*===========================*/

.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}

.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #daa520;
}

.success-checkmark.black .check-icon {
  border: 4px solid #ffd700;
}

.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: #ffffff;
  transform: rotate(-45deg);
}

.success-checkmark.black .check-icon::before,
.success-checkmark.black .check-icon::after {
  background: #000;
}

.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #daa520;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}

.success-checkmark.black .check-icon .icon-line {
  background-color: #ffd700;
}

.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(218, 165, 32, 0.5);
}

.success-checkmark.black .check-icon .icon-circle {
  border: 4px solid rgba(255, 215, 0, 0.5);
}

.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #ffffff;
}

.success-checkmark.black .check-icon .icon-fix {
  background-color: #000;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}

@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
