/*----sass-------*/
/*-----------------*/
.clearfix {
  clear: both; }

.container-color {
  background-color: #f9f9f9;
  box-shadow: -2px 6px 49px -3px #a8a8a8; }

#current-page {
  color: #F2F7FF;
  border: 2px solid #F2F7FF;
  border-radius: 5px; }

#current-drop-down {
  color: #F2F7FF; }

.border-line {
  width: 100%;
  margin: 6% auto;
  background: #e0bb43;
  background: -moz-linear-gradient(left, #e0bb43 0%, #f4f0d7 50%, #e0bb43 100%);
  background: -webkit-linear-gradient(left, #e0bb43 0%, #f4f0d7 50%, #e0bb43 100%);
  background: linear-gradient(to right, #e0bb43 0%, #f4f0d7 50%, #e0bb43 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0bb43', endColorstr='#e0bb43',GradientType=1 );
  padding: 2px;
  border-radius: 3px; }

/*----scroll button----*/
.btn-scroll {
  position: fixed;
  right: 80px;
  bottom: 40px; }

.btn-scroll span {
  color: #e3c454;
  font-size: 50px;
  cursor: pointer; }

/*------overlay-------*/
#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2; }

#overlay h1 {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  text-align: center;
  color: #F2F7FF;
  font-size: 7.143em;
  font-family: Rubik Mono One, sans-serif; }

/*------navigation------*/
.my-nav-style {
  border: 0;
  margin-bottom: 0;
  height: 70px;
  background-color: transparent; }

.main-logo {
  background: url("../img/logo.png") no-repeat;
  width: 230px;
  height: 70px;
  background-size: contain;
  display: block; }

.my-navbar-style {
  padding-top: 1%; }

.navbar-default .navbar-nav li a {
  color: #e3c454;
  font-size: 1.75em;
  transition: 0.9s; }

.navbar-default .navbar-nav li a:hover {
  color: #F2F7FF; }

.navbar-default .navbar-nav li a:focus {
  color: #F2F7FF; }

.my-drop-menu {
  position: absolute;
  display: none;
  top: 109%;
  background-color: transparent; }

.my-drop-menu a {
  text-decoration: none;
  display: block;
  padding: 10px;
  font-size: 1.75em; }

/*-----slider-------*/
.my-slide-pic {
  width: 100%; }

/*-------news page--------*/
.news-page-title {
  font-weight: bold;
  font-size: 1.500em;
  color: #336699; }

.news-article h3 {
  color: #336699;
  font-weight: bold; }

.news-article p {
  color: #336699;
  font-size: 1.143em; }

.news-article-link {
  margin: 6% 0; }

.news-article-link a {
  text-decoration: none !important;
  padding: 1%;
  border-radius: 5px;
  background-color: #336699;
  color: #F2F7FF;
  transition: 0.9s; }

.news-article-link a:hover {
  background-color: #25486b; }

.news-article-img {
  background: url("../img/big-news-pic1.jpg") no-repeat;
  width: 100%;
  height: 400px; }

.news-article-img2 {
  background: url("../img/big-news-pic2.jpg") no-repeat;
  width: 100%;
  height: 400px; }

.news-article-img3 {
  background: url("../img/big-news-pic3.jpg") no-repeat;
  width: 100%;
  height: 400px; }

.news-article-img4 {
  background: url("../img/big-news-pic4.jpg") no-repeat;
  width: 100%;
  height: 400px; }

.resent-car-img {
  display: block;
  background: url("../img/list-pic1.jpg") no-repeat center;
  width: 100%;
  height: 90px;
  background-size: cover; }

.resent-car-img2 {
  display: block;
  background: url("../img/list-pic2.jpg") no-repeat center;
  width: 100%;
  height: 90px;
  background-size: cover; }

.resent-car-img3 {
  display: block;
  background: url("../img/list-pic3.jpg") no-repeat center;
  width: 100%;
  height: 90px;
  background-size: cover; }

.resent-car-page {
  font-size: 1.786em;
  line-height: 1;
  color: #336699;
  font-weight: bold;
  margin-bottom: 35px; }

.resent-car-list {
  height: 125px; }

.resent-car-title {
  height: 55px; }

.resent-car-title h4 {
  color: #336699; }

.car-list-price a {
  padding: 3px;
  background-color: #e3c454;
  color: #F2F7FF;
  border-radius: 5px;
  font-size: 1.286em;
  text-decoration: none !important; }

/*--------footer-----------*/
.web-footer {
  height: 150px;
  background-color: #336699; }

.copyrights {
  padding-top: 7%;
  float: left; }

.copyrights p {
  font-size: 1.429em;
  margin: 0;
  color: #e3c454; }

.social-page {
  margin-top: 5%;
  margin-left: 1%;
  float: right;
  font-size: 40px; }

.social-page-link {
  border: 2px solid #F2F7FF;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 20%;
  color: #e3c454;
  transition: 0.9s; }

.social-page-link:hover {
  text-decoration: none;
  color: #F2F7FF; }

/*---media queries---*/
@media screen and (max-width: 766px) {
  .my-drop-menu {
    position: static; }

  #overlay h1 {
    font-size: 30px; }

  .btn-scroll {
    display: none; }

  .resent-car-hide {
    display: none; }

  .background-size {
    background-size: contain;
    height: 210px; } }

/*# sourceMappingURL=news.css.map */
