/*------------------------------------------------------------------
[Table of contents]

	General Styling
	Header
	Footer
	About Us
	Blog
	Contact
	Portfolio
	Sidebar
	Typography
	Elements [Forms, buttons etc..]
	Other Plugins
	
[/Table of contents]
-------------------------------------------------------------------*/
.primary-font,
a.side-menu-button,
nav.main-navigation ul li ul.sub-menu li a,
nav.main-navigation ul a,
nav.responsive-menu ul li .sub-menu a,
nav.responsive-menu a,
h1,
h2,
h3,
h4,
h5,
h6,
.first-line,
.second-line {
  font-family: 'Roboto', sans-serif;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 93.75%;
}
html ::selection {
  color: #ffffff;
  background: #18428c;
}
section {
  padding: 100px 0;
}
p {
  font-size: 16px;
  line-height: 22px;
  color: #7a7a7a;
}
.pre-header {
  background-color: #232323;
}
.pre-header .left-info {
  background-color: #2a2a2a;
  float: left;
  padding: 10px 15px;
}
@media (max-width: 991px) {
  .pre-header .left-info {
    padding: 11px 15px;
  }
}
.pre-header .left-info a {
  color: #a8a8a8;
  font-size: 11px;
}
.pre-header .left-info a i {
  padding-right: 8px;
}
.pre-header .right-info {
  background-color: #2a2a2a;
  float: right;
  padding: 10px;
}
.pre-header .right-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pre-header .right-info ul li {
  display: inline-block;
}
.pre-header .right-info ul li a {
  color: #a8a8a8;
  font-size: 12px;
  margin: 0px 10px;
}
.pre-header .right-info ul li a:hover {
  color: #ff1119;
  transition: all 0.5s;
}
.site-header {
  position: fixed;
  width: 100%;
  left: 0;
  background-color: rgba(250, 250, 250, 0.95);
  z-index: 9999;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
@media (max-width: 991px) {
  .site-header {
    position: relative;
    background-color: rgba(250, 250, 250, 0.95);
  }
}
.site-header .inner-header {
  padding: 0 105px;
}
@media (max-width: 991px) {
  .site-header .inner-header {
    padding: 0 15px;
  }
}
.site-header .main-header .logo {
  text-align: center;
}
.site-header .main-header .logo a {
  width: 180px;
  height: 90px;
  padding: 20px 0;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  float: left;
  /*background-color: #ff1119;*/
  background:url('../images/rschip-logo2.png') no-repeat  50% 50%;
}
@media (max-width: 991px) {
  .site-header .main-header .logo a {
    background-color: transparent!important;
  }
}
.site-header .main-header .logo em {
  margin-top: -5px;
  font-size: 10px;
  display: block;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}
.scrolled-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(250, 250, 250, 0.95) !important;
  -webkit-transition: opacity 2s fade-in;
  -moz-transition: opacity 2s fade-in;
  -o-transition: opacity 2s fade-in;
  -ms-transition: opacity 2s fade-in;
  transition: opacity 2s fade-in;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .scrolled-header {
    background-color: rgba(250, 250, 250, 0.95) !important;
  }
}
.scrolled-header .logo a {
  height: 72px!important;
  padding: 10px 0px!important;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.scrolled-header nav.main-navigation ul li a {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.scrolled-header nav.main-navigation ul li ul.sub-menu {
  top: 70px!important;
}
.scrolled-header .header-right-toggle {
  padding: 15px 10px;
}
.header-right-toggle {
  padding: 25px 10px;
}
.header-right-toggle a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff !important;
  background-color: #232323;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 42px;
  text-align: center;
}
a.side-menu-button {
  text-transform: uppercase;
  font-weight: 700;
  color: #272727;
}
nav.main-navigation {
  position: relative;
  z-index: 20;
}
nav.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.main-navigation ul li {
  position: relative;
  display: inline-block;
  padding: 16px 10px;
}
nav.main-navigation ul li ul.sub-menu {
  position: absolute;
  top: 90px!important;
  left: 0;
  width: 190px;
  background-color: rgba(250, 250, 250, 0.95);
  border-top: 3px solid #ff1119;
  visibility: hidden;
  opacity: 0;
  -moz-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

nav.main-navigation ul li ul.sub-menu.car-selection {
  width: 500px;

}


nav.main-navigation ul li ul.sub-menu li {
  display: block;
  padding: 0;
  margin: 0;
}
nav.main-navigation ul li ul.sub-menu li a {
  text-transform: capitalize;
  border-bottom: 1px solid #eeeeee;
  color: #272727;
  font-size: 12px;
  font-weight: 400;
  padding: 12px 20px;
}

nav.main-navigation ul li ul.sub-menu.car-selection li a {
  text-transform: capitalize;
  border-bottom: 0;
  color: #272727;
  font-size: 11px;
  font-weight: 400;
  padding: 5px 10px;
}

nav.main-navigation ul li ul.sub-menu.car-selection ul{
  margin: 10px 0 10px 10px;
}
nav.main-navigation ul li ul.sub-menu.car-selection ul li a{
  padding-top: 5px;
  padding-bottom: 5px;
}



nav.main-navigation ul li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
nav.main-navigation ul a {
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #4d4d4d;
  display: block;
  padding: 20px 5px;
}
nav.main-navigation ul a:hover,
nav.main-navigation ul li ul.sub-menu li a:hover {
  color: #ff1119;
}

nav.main-navigation ul li ul.sub-menu.car-selection li a:hover {
  font-weight: bold;
}


nav.main-navigation ul a i {
  margin-left: 7px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  nav.main-navigation ul a {
    padding: 15px 0;
  }
}
nav.responsive-menu ul {
  padding: 25px 15px;
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  list-style: none;
  float: left;
}
nav.responsive-menu ul li {
  margin: 1px 0px;
  display: block;
  position: relative;
}
nav.responsive-menu ul li .show-submenu {
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
  color: #ffffff;
}
nav.responsive-menu ul li .show-submenu i {
  width: 47px;
  height: 47px;
  background-color: #191919;
  text-align: center;
  display: inline-block;
  line-height: 47px;
}
nav.responsive-menu ul li .sub-menu {
  display: none;
  padding: 0 0 0 0px;
}
nav.responsive-menu ul li .sub-menu.open {
  display: block;
}
nav.responsive-menu ul li .sub-menu li {
  position: relative;
  z-index: 9;
  margin: 0;
  padding: 0 0 0 10px;
}
nav.responsive-menu ul li .sub-menu li:before {
  content: '-';
  position: absolute;
  left: 25px;
  color: #ffffff;
  top: 8px;
}
nav.responsive-menu ul li .sub-menu li:last-child {
  padding: 0 0 0px 10px;
  margin: 0 0 10px 0px;
  border-bottom: 1px solid #191919;
}
nav.responsive-menu ul li .sub-menu a {
  padding: 10px 30px;
  text-transform: capitalize;
  color: #ffffff;
  background-color: #191919;
  margin-right: 15px;
  margin-top: 1px;
}
nav.responsive-menu a {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.5px;
  padding: 15px 15px;
  margin: 0;
  color: #ffffff;
  background-color: #191919;
}
.sidebar-menu-inner {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.sidebar-menu-container {
  position: relative;
  overflow: hidden;
}
.sidebar-menu-push {
  position: relative;
  left: 0;
  z-index: 9999;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.sidebar-menu-overlay {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  opacity: 0;
}
.sidebar-menu-open .sidebar-menu-overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.sidebar-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  width: 250px;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #191919;
  -webkit-transition: all 1s;
  transition: all 1s;
  overflow-y: auto;
}
.sidebar-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
}
.sidebar-menu-open .sidebar-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
}
.slide-from-left.sidebar-menu-open .sidebar-menu-push {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.ie9 .slide-from-left .sidebar-menu-push {
  margin-left: 250px;
}
.slide-from-left.sidebar-menu {
  z-index: 1;
}
.slide-from-left.sidebar-menu-open .slide-from-left.sidebar-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0s;
  transition: transform 0s;
}
.slide-from-left.sidebar-menu::after {
  display: none;
}
/* Medium Screens */
@media only screen and (min-width: 40.063em) {
  .sidebar-menu {
    width: 320px;
  }
  .slide-from-left.sidebar-menu-open .sidebar-menu-push {
    -webkit-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);
  }
  .ie9 .slide-from-left .sidebar-menu-push {
    margin-left: 320px;
  }
}
footer {
  margin-top: 80px;
  background-color: #232323;
  padding: 60px 15px;
}
@media (max-width: 991px) {
  footer .footer-item {
    margin-bottom: 60px;
  }
}
footer .footer-item h2 {
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0px;
}
footer .footer-item .line-dec {
  margin-top: 15px;
  margin-bottom: 30px;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
}
footer .footer-item p {
  color: #a8a8a8;
}
footer .footer-item ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
footer .footer-item ul li {
  display: block;
  margin-bottom: 5px;
}
footer .footer-item ul li a,
footer .footer-item a{
  font-size: 12px;
  color: #a8a8a8;
}
footer .footer-item ul li a:hover,
footer .footer-item a:hover{
  color: #ff1119;
  transition: all 0.5s;
}
footer .footer-item .recent-posts .recent-item {
  margin-bottom: 25px;
}
footer .footer-item .recent-posts {
  margin-top: 25px;
}

footer .footer-item .recent-posts .recent-item img {
  float: left;
}
footer .footer-item .recent-posts .recent-item h4 {
  padding-top: 5px;
  margin-left: 80px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
}
footer .footer-item .recent-posts .recent-item h4:hover {
  color: #ff1119;
  transition: all 0.5s;
}
footer .footer-item .recent-posts .recent-item .line-dec {
  width: 40px;
  height: 2px;
  background-color: #555;
  margin-left: 80px;
  padding: 0;
  margin-bottom: 8px;
  margin-top: 8px;
}
footer .footer-item .recent-posts .recent-item span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #ff1119;
}
@media (max-width: 991px) {
  footer .footer-item .connect-us {
    margin-bottom: -60px;
  }
}
footer .footer-item .connect-us ul li {
  display: inline-block;
}
footer .footer-item .connect-us ul li a {
  width: 38px;
  height: 38px;
  background-color: #333;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 38px;
  color: #ffffff;
}
footer .footer-item .connect-us ul li a:hover {
  color: #ff1119;
  transition: all 0.5s;
}
.sub-footer {
  background-color: #2a2a2a;
  /*height: 60px;*/
  text-align: center;
}
.sub-footer p {
  color: #999;
  font-size: 11px;
  line-height: 60px;
}
.sub-footer em {
  font-style: normal;
  color: #777;
}
.latest-news #owl-blog .item {
  background-color: #eee;
  height: 100%;
  text-align: center;
  padding-bottom: 15px;
}
.latest-news #owl-blog .item .thumb-content .date-post {
  position: absolute;
  margin-top: 0px;
  left: 0;
}
.latest-news #owl-blog .item .thumb-content .date-post a {
  padding: 8px;
  background-color: #ff1119;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: 80px;
  height: 60px;
  text-align: center;
  display: inline-block;
}
.latest-news #owl-blog .item .thumb-content .date-post em {
  font-size: 12px;
  display: block;
  font-style: normal;
}
.latest-news #owl-blog .item .thumb-content img {
  width: 100%;
  overflow: hidden;
  background-size: cover;
}
.latest-news #owl-blog .item .down-content {
  background-color: #ffffff;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 8px;
  margin-bottom: -18px;
  text-align: center;
  padding: 15px;
  min-height: 220px;
}
.latest-news #owl-blog .item .down-content h4 {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
}
.latest-news #owl-blog .item .down-content span {
  font-size: 12px;
  color: #a8a8a8;
}
.latest-news #owl-blog .item .down-content .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
  margin-left: auto;
  margin-right: auto;
}
.latest-news #owl-blog .item .down-content p {
  margin-top: 15px;
  padding-bottom: 10px;
}
.latest-news #owl-blog .item .down-content .primary-button {
  margin-top: -30px;
  margin-bottom: 15px;
}
.latest-news #owl-blog .item-2 {
  background-color: #f5f5f5;
  height: 100%;
  text-align: center;
  padding-bottom: 15px;
}
.latest-news #owl-blog .item-2 .thumb-content .date-post {
  position: absolute;
  margin-top: 0px;
  left: 0;
}
.latest-news #owl-blog .item-2 .thumb-content .date-post a {
  padding: 8px;
  background-color: #272624;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: 80px;
  height: 60px;
  text-align: center;
  display: inline-block;
}
.latest-news #owl-blog .item-2 .thumb-content .date-post em {
  font-size: 12px;
  display: block;
  font-style: normal;
}
.latest-news #owl-blog .item-2 .thumb-content img {
  width: 100%;
  overflow: hidden;
  background-size: cover;
}
.latest-news #owl-blog .item-2 .down-content {
  background-color: #ffffff;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 8px;
  margin-bottom: -18px;
  text-align: center;
  padding: 15px;
}
.latest-news #owl-blog .item-2 .down-content h4 {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
}
.latest-news #owl-blog .item-2 .down-content span {
  font-size: 12px;
  color: #a8a8a8;
}
.latest-news #owl-blog .item-2 .down-content .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
  margin-left: auto;
  margin-right: auto;
}
.latest-news #owl-blog .item-2 .down-content p {
  margin-top: 15px;
  padding-bottom: 10px;
}
.latest-news #owl-blog .item-2 .down-content .primary-button {
  margin-top: -30px;
  margin-bottom: 15px;
}
.blog-page .blog-grid-post .item {
  margin-bottom: 30px;
}
.blog-page .blog-grid-post .item img {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  border-bottom: 3px solid #ff1119;
}
.blog-page .blog-grid-post .item .down-content {
  padding: 20px;
  border: 1px solid #eeeeee;
  border-top: 0px;
}
.blog-page .blog-grid-post .item .down-content h4 {
  margin-top: 0px;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 700;
}
.blog-page .blog-grid-post .item .down-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-page .blog-grid-post .item .down-content ul li {
  display: inline;
  margin-right: 15px;
}
.blog-page .blog-grid-post .item .down-content ul li span {
  font-size: 11px;
  font-weight: 700;
  color: #b1b1b1;
}
.blog-page .blog-grid-post .item .down-content ul li em {
  margin-right: 5px;
  font-style: normal;
  font-size: 11px;
  font-weight: 400;
  color: #b9b9b9;
}
.blog-page .blog-grid-post .item .down-content ul li a {
  font-size: 11px;
  font-weight: 700;
  color: #b1b1b1;
  margin-right: 5px;
}
.blog-page .blog-grid-post .item .down-content ul li a:hover {
  color: #ff1119;
  transition: all 0.5s;
}
.blog-page .blog-grid-post .item .down-content .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
}
.blog-page .blog-grid-post .item .down-content p {
  margin-top: 15px;
  padding-bottom: 0px;
}
.blog-page .blog-grid-post .item .down-content .continue-button a {
  font-weight: 600;
  font-size: 12px;
  color: #ff1119;
}
.blog-page .blog-grid-post .item .down-content .continue-button a i {
  margin-left: 5px;
  font-size: 10px;
}
.blog-page .blog-grid-post .item .down-content .continue-button a:hover {
  color: #ff1119;
  transition: all 0.5s;
}
.blog-page .blog-grid-post .pagination-content {
  margin-top: 30px;
}
.blog-page .blog-classic-post .item img {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  border-bottom: 3px solid #ff1119;
}
.blog-page .blog-classic-post .item h4 {
  margin-top: 20px;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 700;
}
.blog-page .blog-classic-post .item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-page .blog-classic-post .item ul li {
  display: inline;
  margin-right: 15px;
}
.blog-page .blog-classic-post .item ul li span {
  font-size: 11px;
  font-weight: 700;
  color: #b1b1b1;
}
.blog-page .blog-classic-post .item ul li em {
  margin-right: 5px;
  font-style: normal;
  font-size: 11px;
  font-weight: 400;
  color: #b9b9b9;
}
.blog-page .blog-classic-post .item ul li a {
  font-size: 11px;
  font-weight: 700;
  color: #b1b1b1;
  margin-right: 5px;
}
.blog-page .blog-classic-post .item ul li a:hover {
  color: #ff1119;
  transition: all 0.5s;
}
.blog-page .blog-classic-post .item .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
}
.blog-page .blog-classic-post .item p {
  margin-top: 15px;
  padding-bottom: 5px;
}
.blog-page .blog-classic-post .item .primary-button {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .blog-page .blog-classic-post .item .primary-button {
    text-align: left;
  }
}
.blog-page .blog-classic-post .pagination-content {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .blog-page .blog-classic-post .pagination-content {
    margin-bottom: 80px;
  }
}
.blog-page .single-post .item img {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  /*border-bottom: 3px solid #ff1119;*/
}
.blog-page .single-post .item h4 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}
.blog-page .single-post .item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-page .single-post .item ul li {
  display: inline;
  margin-right: 15px;
}
.blog-page .single-post .item ul li span {
  font-size: 12px;
  font-weight: 700;
  color: #b1b1b1;
}
.blog-page .single-post .item ul li em {
  margin-right: 5px;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  color: #b9b9b9;
}
.blog-page .single-post .item ul li a {
  font-size: 12px;
  font-weight: 700;
  color: #b1b1b1;
  margin-right: 5px;
}
.blog-page .single-post .item ul li a:hover {
  color: #ff1119;
  transition: all 0.5s;
}
.blog-page .single-post .item .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
}
.blog-page .single-post .item p {
  margin-top: 15px;
  /*padding-bottom: 5px;*/
  /*border-bottom: 2px solid #eeeeee;*/
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.blog-page .single-post .item p em {
  background-color: #f2f2f2;
  display: inline-block;
  padding: 15px 30px;
  margin: 0px 20px;
  font-size: 15px;
  font-family: 'georgia', serif;
  line-height: 26px;
  border-left: 3px solid #18428c;
}
.blog-page .single-post .item .primary-button {
  padding-bottom: 40px;
}
.blog-page .single-post .comments {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 2px solid #eeeeee;
}
.blog-page .single-post .comments .comments-content {
  background-color: #f2f2f2;
  padding: 20px;
}
.blog-page .single-post .comments .comments-content img {
  float: left;
  width: 80px;
}
.blog-page .single-post .comments .comments-content h6 {
  margin-top: 0;
  /*margin-left: 95px;*/
  margin-bottom: 3px;
}
.blog-page .single-post .comments .comments-content span {
  font-size: 11px;
  font-weight: 400;
  color: #a8a8a8;
  /*margin-left: 15px;*/
}
.blog-page .single-post .comments .comments-content p {
  /*margin-left: 95px;*/
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 20px;
}
.blog-page .single-post .comments .comments-content .continue-button {
  float: right;
  top: 0;
}
.blog-page .single-post .comments .comments-content .continue-button a {
  font-weight: 600;
  font-size: 11px;
  color: #18428c;
}
.blog-page .single-post .comments .comments-content .continue-button a i {
  margin-left: 5px;
  font-size: 9px;
}
.blog-page .single-post .comments .comments-content .continue-button a:hover {
  color: #ff1119;
  transition: all 0.5s;
}
.blog-page .single-post .comments .comments-content .replied-button {
  float: right;
  margin-right: 15px;
  top: 0;
}
.blog-page .single-post .comments .comments-content .replied-button span {
  font-size: 11px;
  color: #a8a8a8;
}
.blog-page .single-post .comments .comments-content .replied-button span i {
  margin-left: 5px;
  font-size: 9px;
}
.blog-page .single-post .comments .second-comment {
  margin-left: 115px;
  margin-top: 20px;
}
.blog-page .single-post .comments .third-comment {
  margin-top: 30px;
}
.blog-page .single-post .submit-comment input {
  outline: none;
  font-size: 11px;
  color: #a8a8a8;
  font-weight: 600;
  line-height: 35px;
  width: 100%;
  height: 35px;
  padding-left: 10px;
  border: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .blog-page .single-post .submit-comment input {
    margin-top: 20px;
  }
}
.blog-page .single-post .submit-comment textarea {
  margin-top: 30px;
  outline: none;
  font-size: 11px;
  color: #a8a8a8;
  font-weight: 600;
  line-height: 22px;
  width: 100%;
  max-width: 100%;
  height: 140px;
  max-height: 180px;
  padding-left: 10px;
  border: 1px solid #eeeeee;
}
.blog-page .single-post .submit-comment .primary-button {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .blog-page .single-post .submit-comment .primary-button {
    margin-bottom: 80px;
  }
}
.contact-map {
  margin-top: -120px;
}
.contact-content {
  margin-top: 80px;
}
.contact-content p {
  margin-top: -5px;
}
.contact-content .sep-section-heading {
  margin-top: 0px;
  margin-bottom: 40px;
}
.contact-content .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-content .contact-info ul li {
  margin-top: 20px;
}
.contact-content .contact-info i {
  width: 40px;
  height: 40px;
  background-color: #ff1119;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .contact-content .contact-info i {
    margin-right: 5px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
  }
}
.contact-content .contact-info span {
  font-size: 14px;
  font-weight: 400;
  color: #b9b9b9;
}
@media (max-width: 991px) {
  .contact-content .contact-info span {
    font-size: 12px;
  }
}
.contact-content .send-message input {
  outline: none;
  font-size: 11px;
  color: #a8a8a8;
  font-weight: 600;
  line-height: 35px;
  width: 100%;
  height: 35px;
  padding-left: 10px;
  border: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .contact-content .send-message .margin-top {
    margin-top: 20px;
  }
}
.contact-content .send-message textarea {
  outline: none;
  font-size: 11px;
  color: #a8a8a8;
  font-weight: 600;
  line-height: 22px;
  width: 100%;
  max-width: 100%;
  height: 140px;
  max-height: 180px;
  padding-left: 10px;
  border: 1px solid #eeeeee;
}
.contact-content .send-message .message-container {
    margin-top: 30px;
}

.contact-content .send-message .primary-button {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .contact-content .send-message .primary-button {
    margin-bottom: 60px;
  }
}
.car-item {
  border: 1px solid #eeeeee;
  padding: 10px;
  margin-bottom: 30px;
}
.car-item .thumb-content .car-banner-rent {
  position: absolute;
  margin-top: 0px;
  right: 0;
  margin-right: 26px;
}
.car-item .thumb-content .car-banner-rent a {
  background-color: #ff1119;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  width: 85px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
}
.car-item .thumb-content .car-banner-sale {
  position: absolute;
  margin-top: 0px;
  right: 0;
  margin-right: 26px;
}
.car-item .thumb-content .car-banner-sale a {
  background-color: #272624;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  width: 85px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
}
.car-item .thumb-content img {
  width: 100%;
  overflow: hidden;
  background-size: cover;
}
.car-item .down-content {
  text-align: center;
}
.car-item .down-content h4 {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
}
.car-item .down-content span {
  font-size: 15px;
  font-weight: 700;
  color: #18428c;
}
.car-item .down-content .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
  margin-left: auto;
  margin-right: auto;
}
.car-item .down-content p {
  margin-top: 20px;
}
.car-item .down-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.car-item .down-content ul li {
  display: inline-block;
  margin: 10px 12px 0px 12px;
}
.car-item .down-content ul li span {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #b9b9b9;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 10px;
}
.car-item .down-content ul li p {
  font-size: 12px;
  font-weight: 700;
  color: #ff1119;
  margin-top: 15px;
}
.columns-4 .down-content ul li {
  margin: 10px 5px 0px 12px;
}
.on-listing {
  padding-bottom: 30px;
}
.car-details {
  text-align: left;
}
.car-details h4 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}
.car-details span {
  font-size: 18px;
  font-weight: 700;
  color: #ff1119;
}
.car-details .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
}
.car-details p {
  margin-top: 20px;
}
.car-details ul {
  padding: 20px 0 10px 0;
  margin: 0;
  list-style: none;
}
.car-details ul li {
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  display: inline-block;
  padding: 10px 0px;
}
.car-details ul li span {
  margin-right: 10px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #b9b9b9;
}
.car-details ul li p {
  display: inline;
  font-size: 12px;
  font-weight: 700;
  color: #ff1119;
}
.car-details ul li:first-child {
  border-top: 1px solid #eeeeee;
}
.car-details .contact-info i {
  width: 40px;
  height: 40px;
  background-color: #ff1119;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .car-details .contact-info i {
    margin-right: 5px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
  }
}
.car-details .contact-info span {
  font-size: 14px;
  font-weight: 400;
  color: #b9b9b9;
}
@media (max-width: 991px) {
  .car-details .contact-info span {
    font-size: 12px;
  }
}
.car-details .similar-info span a {
  float: left;
  margin-top: 8px;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #b9b9b9;
}
.car-details .similar-info span a:hover {
  color: #ff1119;
  transition: all 0.5s;
}
#owl-similar .car-item {
  border: 0px solid #eeeeee;
  padding: 0px;
  margin-bottom: 0px;
}
#owl-similar .car-item .thumb-content .car-banner-sale {
  margin: 0;
}
#owl-similar .car-item .thumb-content .car-banner-rent {
  margin: 0;
}
.similar-car {
  margin-top: -40px;
}
.similar-car-2 {
  margin-top: -20px;
}
@media (max-width: 991px) {
  .more-details .sep-section-heading {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
.more-details em {
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
}
.more-details .info-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.more-details .info-list ul li {
  display: inline-block;
  margin: 0px 20px 18px 0px;
}
.more-details .info-list ul li i {
  margin-right: 5px;
  color: #ff1119;
}
.more-details .info-list ul li span {
  font-size: 13px;
  font-weight: 400;
  color: #a8a8a8;
}
.more-details .contact-info ul {
  padding: 0;
  margin-top: 20px;
  list-style: none;
}
.more-details .contact-info ul li {
  margin-bottom: 15px;
  display: block;
}
.more-details .contact-info ul li i {
  width: 40px;
  height: 40px;
  background-color: #ff1119;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .more-details .contact-info ul li i {
    margin-right: 5px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
  }
}
.more-details .contact-info ul li span {
  font-size: 14px;
  font-weight: 400;
  color: #b9b9b9;
}
@media (max-width: 991px) {
  .more-details .contact-info ul li span {
    font-size: 12px;
  }
}
.shortcodes-content .sep-section-heading {
  margin-top: 30px;
  margin-bottom: 30px;
}
.shortcodes-content .text-columns p {
  margin-bottom: 30px;
}
.shortcodes-content .text-columns .sep-section-heading-first {
  margin-top: 0px;
  margin-bottom: 30px;
}
.shortcodes-content .text-columns .sep-section-heading-first h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
}
.shortcodes-content .accordions .accordion,
.shortcodes-content .accordions .accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.shortcodes-content .accordions .accordion {
  overflow: hidden;
}
.shortcodes-content .accordions .accordion-section {
  margin-bottom: 4px;
}
.shortcodes-content .accordions .accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;
  background: #f2f2f2;
  transition: all linear 0.15s;
  font-size: 13px;
  font-weight: 600;
}
.shortcodes-content .accordions .accordion-section-title i {
  float: right;
  font-size: 18px;
}
.shortcodes-content .accordions .accordion-section-title.active {
  color: #272727;
}
.shortcodes-content .accordions .accordion-section-title.active i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: all 0.5s;
}
.shortcodes-content .accordions .accordion-section-title:hover {
  color: #ff1119;
  transition: all .5s;
  /* Type */
  text-decoration: none;
}
.shortcodes-content .accordions .accordion-section-content {
  padding: 15px;
  display: none;
}
.shortcodes-content .tab .tabs {
  width: 100%;
  display: inline-block;
}
.shortcodes-content .tab .tab-links:after {
  display: block;
  clear: both;
  content: '';
}
.shortcodes-content .tab .tab-links {
  margin-left: -45px;
}
.shortcodes-content .tab .tab-links li {
  margin: 0px 2px;
  float: left;
  list-style: none;
}
.shortcodes-content .tab .tab-links a {
  padding: 9px 15px;
  display: inline-block;
  background: #f2f2f2;
  font-size: 13px;
  font-weight: 600;
  transition: all linear 0.15s;
  border-radius: 0px;
}
.shortcodes-content .tab .tab-links a:hover {
  color: #ff1119;
  text-decoration: none;
}
.shortcodes-content .tab li.active a,
.shortcodes-content .tab li.active a:hover {
  color: #ffffff;
  background-color: #18428c;
}
.shortcodes-content .tab .tab-content {
  padding: 15px;
  background: #fff;
}
.shortcodes-content .tab .tab {
  display: none;
}
.shortcodes-content .tab .tab.active {
  display: block;
}
.shortcodes-content .buttons .pri-primary-button a {
  width: 100%;
  height: 36px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #18428c;
}
@media (max-width: 991px) {
  .shortcodes-content .buttons .sec-primary-button {
    margin-top: 20px;
  }
}
.shortcodes-content .buttons .sec-primary-button a {
  width: 100%;
  height: 36px;
  border-bottom: 3px solid #112d60;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #18428c;
}
@media (max-width: 991px) {
  .shortcodes-content .buttons .third-primary-button {
    margin-top: 20px;
  }
}
.shortcodes-content .buttons .third-primary-button a {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #18428c;
}
@media (max-width: 991px) {
  .shortcodes-content .buttons .fourth-primary-button {
    margin-top: 20px;
  }
}
.shortcodes-content .buttons .fourth-primary-button a {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  border-bottom: 3px solid #112d60;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #18428c;
}
.shortcodes-content .buttons .pri-secondary-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .pri-secondary-button a {
  width: 100%;
  height: 36px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #ff1119;
}
.shortcodes-content .buttons .sec-secondary-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .sec-secondary-button a {
  width: 100%;
  height: 36px;
  border-bottom: 3px solid #cc9500;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #ff1119;
}
.shortcodes-content .buttons .third-secondary-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .third-secondary-button a {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #ff1119;
}
.shortcodes-content .buttons .fourth-secondary-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .fourth-secondary-button a {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  border-bottom: 3px solid #cc9500;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #ff1119;
}
.shortcodes-content .buttons .pri-black-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .pri-black-button a {
  width: 100%;
  height: 36px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #333;
}
.shortcodes-content .buttons .sec-black-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .sec-black-button a {
  width: 100%;
  height: 36px;
  border-bottom: 3px solid #1a1a1a;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #333;
}
.shortcodes-content .buttons .third-black-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .third-black-button a {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #333;
}
.shortcodes-content .buttons .fourth-black-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .fourth-black-button a {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  border-bottom: 3px solid #1a1a1a;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #333;
}
.shortcodes-content .alerts .info-alert {
  background-color: #badef4;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #a4d3f0;
}
.shortcodes-content .alerts .info-alert a {
  font-size: 12px;
  color: #2394d9;
}
.shortcodes-content .alerts .info-alert i {
  margin: 0px 10px 0px 15px;
  color: #369fdf;
}
.shortcodes-content .alerts .warning-alert {
  margin-top: 15px;
  background-color: #f8f1c5;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #f5ecae;
}
.shortcodes-content .alerts .warning-alert a {
  font-size: 12px;
  color: #d7bd1a;
}
.shortcodes-content .alerts .warning-alert i {
  margin: 0px 10px 0px 15px;
  color: #e8d03c;
}
.shortcodes-content .alerts .error-alert {
  margin-top: 15px;
  background-color: #eeb5ae;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eaa299;
}
.shortcodes-content .alerts .error-alert a {
  font-size: 12px;
  color: #d34130;
}
.shortcodes-content .alerts .error-alert i {
  margin: 0px 10px 0px 15px;
  color: #d34130;
}
.shortcodes-content .alerts .success-alert {
  margin-top: 15px;
  background-color: #d0edbf;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #c1e7ab;
}
.shortcodes-content .alerts .success-alert a {
  font-size: 12px;
  color: #78cb48;
}
.shortcodes-content .alerts .success-alert i {
  margin: 0px 10px 0px 15px;
  color: #78cb48;
}
.shortcodes-content .bars .first-bar {
  width: 100%;
  background-color: #f2f2f2;
}
.shortcodes-content .bars .first-bar a {
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 15px;
  line-height: 25px;
  font-size: 11px;
  font-weight: 300;
  width: 85%;
  background-color: #ff1119;
  display: inline-block;
}
.shortcodes-content .bars .second-bar {
  margin-top: 10px;
  width: 100%;
  background-color: #f2f2f2;
}
.shortcodes-content .bars .second-bar a {
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 15px;
  line-height: 25px;
  font-size: 11px;
  font-weight: 300;
  width: 78%;
  background-color: #ff1119;
  display: inline-block;
}
.shortcodes-content .bars .third-bar {
  margin-top: 10px;
  width: 100%;
  background-color: #f2f2f2;
}
.shortcodes-content .bars .third-bar a {
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 15px;
  line-height: 25px;
  font-size: 11px;
  font-weight: 300;
  width: 60%;
  background-color: #ff1119;
  display: inline-block;
}
.shortcodes-content .bars .fourth-bar {
  margin-top: 10px;
  width: 100%;
  background-color: #f2f2f2;
}
.shortcodes-content .bars .fourth-bar a {
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 15px;
  line-height: 25px;
  font-size: 11px;
  font-weight: 300;
  width: 90%;
  background-color: #ff1119;
  display: inline-block;
}
.sidebar-widgets {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .sidebar-widgets {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.sidebar-widgets .sep-section-heading-1 {
  margin-top: 0;
  margin-bottom: 30px;
}
.sidebar-widgets .sep-section-heading-1 h2 {
  margin-top: 0;
  padding-top: 10px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
}
.sidebar-widgets .sep-section-heading {
  margin-top: 50px;
  margin-bottom: 30px;
}
.sidebar-widgets .search-form select {
  cursor: pointer;
  outline: none;
  font-size: 11px;
  color: #a8a8a8;
  font-weight: 600;
  line-height: 35px;
  width: 100%;
  height: 35px;
  padding-left: 5px;
  border: 1px solid #eeeeee;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .sidebar-widgets .search-form select {
    margin-bottom: 15px;
  }
}
.sidebar-widgets .search-form input {
  margin-bottom: 15px;
  outline: none;
  font-size: 11px;
  color: #a8a8a8;
  font-weight: 600;
  line-height: 35px;
  width: 100%;
  height: 35px;
  padding-left: 10px;
  border: 1px solid #eeeeee;
}
.sidebar-widgets .futured-post {
  margin-bottom: -20px;
}
.sidebar-widgets .futured-post img {
  width: 100%;
  background-size: cover;
  overflow: hidden;
}
.sidebar-widgets .list-content ul {
  padding: 0;
  margin-top: -10px;
  list-style: none;
}
.sidebar-widgets .list-content ul li {
  display: block;
  margin-bottom: 10px;
}
.sidebar-widgets .list-content ul li span {
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #ff1119;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sidebar-widgets .list-content ul li a {
  font-size: 13px;
  color: #7a7a7a;
}
.sidebar-widgets .list-content ul li a:hover {
  color: #ff1119;
  transition: all 0.5s;
}
.sidebar-widgets .list-content ul li em {
  font-weight: 600;
  margin-left: 30px;
  font-style: normal;
}
.sidebar-widgets .list-content ul li:last-child {
  margin-bottom: -10px;
}
.sidebar-widgets .latest-posts ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-widgets .latest-posts ul li {
  display: block;
  margin-bottom: 20px;
}
.sidebar-widgets .latest-posts ul li .recent-item img {
  float: left;
}
.sidebar-widgets .latest-posts ul li .recent-item h4 {
  margin-left: 95px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
}
.sidebar-widgets .latest-posts ul li .recent-item h4:hover {
  color: #ff1119;
  transition: all 0.5s;
}
.sidebar-widgets .latest-posts ul li .recent-item span {
  margin-left: 15px;
  font-size: 14px;
  color: #18428c;
}
.sidebar-widgets .latest-posts ul li .recent-item em {
  display: block;
  margin-top: 18px;
  margin-left: 95px;
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  color: #a8a8a8;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  .sidebar-widgets .flickr-feed {
    padding: 20px;
  }
}
.sidebar-widgets .flickr-feed ul {
  padding: 0;
  margin: 0;
}
.sidebar-widgets .flickr-feed ul li {
  list-style: none;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
}
.section-heading {
  margin-top: 80px;
  margin-bottom: 60px;
}
.section-heading i {
  float: left;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: #ff1119;
  color: #ffffff;
  margin-right: 10px;
  font-size: 16px;
}
.section-heading h2 {
  margin-top: 0;
  padding-top: 10px;
  font-size: 15px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
}
.section-heading span {
  font-family: 'georgia', serif;
  font-size: 13px;
  font-style: italic;
  color: #a8a8a8;
}
.section-heading-2 {
  margin-top: 100px;
  margin-bottom: 60px;
}
.section-heading-2 i {
  float: left;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: #ff1119;
  color: #ffffff;
  margin-right: 10px;
  font-size: 16px;
}
.section-heading-2 h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
}
.section-heading-2 span {
  font-family: 'georgia', serif;
  font-size: 13px;
  font-style: italic;
  color: #a8a8a8;
}
.sep-section-heading {
  margin-top: 30px;
  margin-bottom: 40px;
}
.sep-section-heading h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
}
.page-heading {
  /*background-image: url(http://placehold.it/1400x360);*/
  background-image: url(../images/pics/wall6.jpg);

  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 260px 0px 0px 0px;
  margin-bottom: 120px;
}
.page-heading .heading-content-bg {
  margin-bottom: -50px;
  z-index: 999;
  position: relative;
  background-color: #ffffff;
  padding: 30px;
  width: 100%;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .page-heading .heading-content-bg .heading-content {
    text-align: center;
  }
}
.page-heading .heading-content-bg .heading-content h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .page-heading .heading-content-bg .heading-content h2 {
    margin-bottom: 10px;
  }
}
.page-heading .heading-content-bg .heading-content span {
  font-family: 'georgia', serif;
  font-size: 13px;
  font-style: italic;
  color: #a8a8a8;
}
.page-heading .heading-content-bg .go-back {
  text-align: right;
  margin-top: 12px;
}
@media (max-width: 991px) {
  .page-heading .heading-content-bg .go-back {
    text-align: center;
    margin-top: 20px;
  }
}
.page-heading .heading-content-bg .go-back p {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.page-heading .heading-content-bg .go-back p a {
  color: #4a4a4a;
}
.page-heading .heading-content-bg .go-back p em {
  color: #a8a8a8;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #272727;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 20px;
  color: #272727;
  line-height: 28px;
}
h4 {
  font-size: 30px;
  color: #272727;
  font-weight: 300;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 14px;
}
.first-line {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0px!important;
  padding: 10px 15px!important;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
  background-color: rgba(250, 250, 250, 0.6);
  line-height: normal!important;
}
@media (max-width: 991px) {
  .first-line {
    margin-top: -12px !important;
  }
}
.second-line {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0px!important;
  padding: 8px 15px!important;
  font-weight: 600;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: normal!important;
}
.second-line em {
  font-size: 36px;
  color: #ff1119;
  font-style: normal;
}
.slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider .tp-caption {
  visibility: hidden;
  opacity: 0;
}
.tp-bullets {
  z-index: 1!important;
}
/*
 * jQuery car-flexslider v2.5.0
 * http://www.woothemes.com/car-flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.car-flexslider {
  margin: 0;
  padding: 0;
}
.car-flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
}
.car-flexslider .slides img {
  width: 100%;
  display: block;
}
.car-flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .car-flexslider .slides {
  display: block;
}
* html .car-flexslider .slides {
  height: 1%;
}
.no-js .car-flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.car-flexslider {
  margin: 0 0 0px;
  background: transparent;
  position: relative;
  zoom: 1;
}
.car-flexslider .slides {
  zoom: 1;
}
.car-flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
#car-carousel .slides li {
  margin: 24px 12px;
  cursor: pointer;
  opacity: .7;
}
#car-carousel .slides li:hover {
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.car-flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.car-flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.car-flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.car-flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: relative;
  top: -345px;
  text-align: right;
}
@media (max-width: 1200px) {
  .flex-control-nav {
    top: -405px;
  }
}


@media (max-width: 991px) {
  .flex-control-nav {
    display: none;
  }
}
.flex-control-nav li {
  margin-left: 8px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 14px;
  height: 14px;
  border: 2px solid #ff1119;
  color: transparent;
  display: inline-block;
  cursor: pointer;
}
.slide-caption {
  text-align: left;
  padding-left: 15px;
  margin-left: 15px;
  position: absolute;
  width: 7.6%;
  margin-top: -85px;
  background-color: rgba(250, 250, 250, 0.5);
}
.slide-caption h6 {
  font-size: 14px;
  margin: 15px 0px 5px 0px;
}
.slide-caption p {
  padding-bottom: 15px;
  line-height: 0px;
  margin-top: 15px;
  color: #ff1119;
  font-weight: 700;
}
.flex-control-paging li a:hover {
  background: #ff1119;
  opacity: 0.7;
  transition: all 0.5s;
}
.flex-control-paging li a.flex-active {
  background-color: #ff1119;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.services {
  background-color: #f2f2f2;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .services {
    padding-bottom: 20px;
  }
}
.services .services-content {
  margin-top: 80px;
}

.services .down-content h4 {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
}
.services .down-content span {
  color: #ff1119;
  font-size: 18px;
  font-weight: bold;
}


.services .down-content {
  text-align: center;
}

.services .services-content .service-item {
  background-color: #ffffff;
  display: inline-block;
  width: 100%!important;
  padding: 10px;
}
@media (max-width: 991px) {
  .services .services-content .service-item {
    margin-bottom: 120px;
  }
}
.services .services-content .service-item img {
  /*margin-top: -100px;*/
  width: 100%;
  overflow: hidden;
  background-size: cover;
}
.services .services-content .service-item .service-baner {
  text-align: center;
  margin-top: -20px;
}
.services .services-content .service-item .service-baner a {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #ff1119;
  width: 126px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
}
.services .services-content .service-item p {
  margin-top: 15px;
  text-align: center;
}
.services .services-content .service-item .primary-button {
  text-align: center;
  margin-top: 15px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .services-second .service-item {
    margin-bottom: 60px;
  }
}
.services-second .service-item i {
  float: left;
  font-size: 36px;
  color: #18428c;
  width: 40px;
  height: 40px;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
.services-second .service-item .text-content {
  display: block;
}
.services-second .service-item .text-content h6 {
  margin-left: 50px;
  margin-bottom: 0px;
}
.services-second .service-item .text-content span {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #b9b9b9;
}
.services-second .service-item .text-content .line-dec-second {
  margin: 10px 50px;
}
.services-second .service-item .text-content p {
  margin-left: 23px;
  border-left: 2px solid #eeeeee;
  padding-left: 27px;
}
.more-about-us {
  margin-top: 80px;
}
.more-about-us img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.more-about-us .right-content {
  margin-top: 20px;
}
.more-about-us .right-content span {
  font-size: 12px;
  font-weight: 400;
  color: #b9b9b9;
}
.more-about-us .right-content h4 {
  font-size: 22px;
  font-weight: 400;
  margin: 5px 0px;
}
.more-about-us .right-content p {
  margin-top: 25px;
}
.our-clients {
  padding-bottom: 15px;
}
.our-clients .sep-section-heading {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}
.our-clients .item {
  margin-bottom: 20px;
  text-align: center;
}
.call-to-action {
  background-color: #272624;
}
 .call-to-action-content {

  /*margin-top: -60px;*/
  padding: 40px;
}
@media (max-width: 991px) {
  .call-to-action .call-to-action-content {
    text-align: center;
  }
}
.call-to-action .call-to-action-content p {
  margin-top: 5px;
  float: left;
  font-size: 16px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .call-to-action .call-to-action-content p {
    padding-bottom: 20px;
  }
}
.call-to-action .call-to-action-content p em {
  font-style: normal;
  color: #ff1119;
  font-weight: 600;
}
.call-to-action .call-to-action-content form label {
  display: block;
  color: #FFF;
}

.call-to-action .call-to-action-content .confidential-data {
  margin: 30px 0 0;
}

.call-to-action .call-to-action-content form .form-group{
  margin: 20px 7px 0 0;
}

.call-to-action .call-to-action-content form button{
  margin-top: 20px;
  background-color: #ff1119;
  color: #FFF;
  font-weight: bold;
  border: none;
  text-transform: uppercase;
}


.call-to-action .call-to-action-content .consultation {
  font-size: 35px;
  margin-bottom: 20px;

}

@media (max-width: 991px) {
  .call-to-action .call-to-action-content .consultation {
    font-size: 22px;
  }
}


.testimonials {
  background-color: #f2f2f2;
  /*margin-top: 50px;*/
}
.testimonials .item {
  text-align: center;
  padding-bottom: 50px;
}
.testimonials .item ul {
  padding: 0;
  margin-top: 50px;
  list-style: none;
}
.testimonials .item ul li {
  display: inline-block;
  color: #ff1119;
}
.testimonials .item ul li i.fa.fa-star.none {
  color: #ddd;
}
.testimonials .item p {
  margin-top: 25px;
  font-size: 18px;
  font-style: italic;
  font-family: 'georgia', serif;
  line-height: 32px;
}
.testimonials .item em {
  font-size: 24px;
  color: #a8a8a8;
  font-family: 'georgia', serif;
}
.testimonials .item img {
  margin-top: 30px;
  border-radius: 50%;
}
.testimonials .item h4 {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.testimonials .item .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #ddd;
  margin-left: auto;
  margin-right: auto;
}
.testimonials .item .line-dec2 {
  margin-top: 10px;
  margin-bottom: 5px;
  width: 30px;
  height: 1px;
  background-color: #ddd;
  margin-left: auto;
  margin-right: auto;
}
.testimonials .item span {
  font-size: 12px;
  font-weight: 700;
  color: #aaa;
}
.owl-pagination {
  background-color: #272624;
  width: 120px;
  height: 34px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -17px;
}
.owl-theme .owl-controls .owl-page span {
  border-radius: 0px!important;
  margin-top: 12px!important;
  border: 1px solid #ffffff !important;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  border: 4px solid rgba(250, 250, 250, 0.75) !important;
}
@media (max-width: 991px) {
  .primary-button {
    text-align: center;
  }
}
.primary-button a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  width: 110px;
  background-color: #272624;
}
.secondary-button a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  width: 110px;
  background-color: #ff1119;
}
.white-button {
  float: right;
}
@media (max-width: 991px) {
  .white-button {
    text-align: center;
    float: none;
  }
}
.white-button a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  width: 110px;
  background-color: #ff1119;
  cursor: pointer;
}

footer .white-button {
  float: none;
}
footer .white-button a {
  font-size: 10px;
  width: 140px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
}
footer .white-button a:hover {
  color: #000;
}
.go-top {
  width: 40px!important;
  height: 40px!important;
  line-height: 40px!important;
  font-size: 14px!important;
  background-color: #ff1119 !important;
  color: #ffffff !important;
}
.search-section {
  background-color: #f2f2f2;
}
.search-section .search-content {
  z-index: 999;
  position: relative;
  margin-top: -9%;
  background-color: #ffffff;
  padding: 30px;
  width: 100%;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.search-section .search-content .search-heading i {
  float: left;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: #ff1119;
  color: #ffffff;
  margin-right: 10px;
  font-size: 16px;
}
.search-section .search-content .search-heading h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
}
.search-section .search-content .search-heading span {
  font-family: 'georgia', serif;
  font-size: 13px;
  font-style: italic;
  color: #a8a8a8;
}
.search-section .search-content .search-form {
  margin-top: 40px;
}
.search-section .search-content .search-form select {
  cursor: pointer;
  outline: none;
  font-size: 11px;
  color: #a8a8a8;
  font-weight: 600;
  line-height: 35px;
  width: 100%;
  height: 35px;
  padding-left: 5px;
  border: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .search-section .search-content .search-form select {
    margin-bottom: 15px;
  }
}
.blury-bg {
  margin-top: 60px;
  background-image: url(../images/pics/sample21.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 120px 0px;
  margin-bottom: -80px;
}
@media (max-width: 991px) {
  .blury-bg {
    padding: 80px 0px 65px 0px;
  }
}
.blury-bg .info-item {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px;
  height: 110px;
}
@media (max-width: 991px) {
  .blury-bg .info-item {
    margin-bottom: 15px;
    height: 90px;
  }
}
.blury-bg i {
  float: left;
  width: 80px;
  height: 80px;
  background-color: #ff1119;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  line-height: 80px;
}
@media (max-width: 991px) {
  .blury-bg i {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.blury-bg h4 {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  margin-left: 95px;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .blury-bg h4 {
    margin-left: 75px;
    margin-top: 3px;
  }
}
.blury-bg .line-dec {
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  margin: 13px 0px 8px 95px;
}
@media (max-width: 991px) {
  .blury-bg .line-dec {
    margin: 10px 0px 8px 75px;
  }
}
.blury-bg span {
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  margin-left: 95px;
  display: block;
}
@media (max-width: 991px) {
  .blury-bg span {
    margin-left: 75px;
  }
}
.line-dec-second {
  width: 28px;
  height: 3px;
  background-color: #ff1119;
}
.line-dec-third {
  margin-top: 25px;
  width: 120px;
  height: 2px;
  background-color: #eeeeee;
}
.pagination-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination-content ul li {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  background-color: #232323;
}
.pagination-content ul li a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}
.pagination-content ul li i {
  font-size: 14px;
}
.pagination-content ul li:first-child {
  background-color: #ff1119;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls {
  width: 100%;
  text-align: center;
}
.owl-theme .owl-controls .owl-page {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: transparent;
  border: 2px solid #888;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  display: inline-block;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.go-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 77;
  font-size: 18px;
  text-align: center;
  background: #1d1d1d;
  color: #fff !important;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.go-top.go-top-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.go-top.go-topfade-out {
  opacity: 1;
}
@media (max-width: 991px) {
  .go-top {
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .go-top {
    height: 60px;
    width: 60px;
    line-height: 60px;
    right: 30px;
    bottom: 60px;
  }
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
.nano .content:focus {
  outline: 0;
}
.nano .content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}
.nano .pane {
  position: absolute;
  width: 3px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nano .pane .slider {
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.nano:hover .pane,
.pane.active,
.pane.flashed {
  opacity: 0.99;
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/* ====================================================================================================================
 * RS CHIP specific
 * ====================================================================================================================*/

.brand-selection {
  list-style: none;
  padding: 0;


}

/*.brand-selection li {*/
  /*padding: 10px 0;*/
  /*text-align: center;*/
  /*width: 130px;*/
  /*margin: 10px 0 10px 10px;*/
  /*background-color: #272624;*/

/*}*/


.brand-selection li {
padding: 10px 0;
text-align: center;
width: 130px;
margin: 10px 0 10px 10px;
/*background-color: #FF1119;*/
border: 2px solid #272624;
}


.brand-selection li a {
  color: #272624;
  font-size: 14px;
  font-weight: 700;
}
.brand-selection li:hover {
  border: 2px solid #FF1119;
  color: #FF1119;
}
.brand-selection li:hover a {
  color: #FF1119;
}
.brand-selection li a:hover, .page-heading .heading-content-bg .go-back p a:hover {
  color: #FF1119;

}
.list-submodels {
  text-align: center;
}

.list-submodels a:hover {
  color: #FF1119;
  font-weight: bold;
}
.list-submodels div.list-group-item {
  font-weight: bold;
}
.primary-button.red-button{
  background-color: #FF1119;
  width: 100%;
  font-size: 15px;
  cursor: pointer;
  padding: 8px;
  display: inline-block;
  text-align: center;
}
.car-info p.black-text {
  color: #000;
}

.modal-dialog {
  margin: 150px auto;
}

.accordion-group {
  margin-bottom: 10px;
  border: 1px solid #272624;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
  background-color: #272624;
  border: 1px solid #272624;
}
.accordion-heading a{
  color: #FFF;
  font-weight: bold;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
/*.collapse {*/
  /*position: relative;*/
  /*height: 0;*/
  /*overflow: hidden;*/
  /*-webkit-transition: height 0.35s ease;*/
  /*-moz-transition: height 0.35s ease;*/
  /*-o-transition: height 0.35s ease;*/
  /*transition: height 0.35s ease;*/
/*}*/
.accordion-inner {
  padding: 19px 15px;
  border-top: 1px solid #e5e5e5;
  color: #797979;
}

#accordion2 p {
  font-size: 14px;
  padding: 0;
  margin-top: 0;
}
.faq-content {
  margin-top: 50px;
  background-color: #272624;
  padding:10px 20px 30px 20px;
}

.faq-content p.consultation {
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
}
@media (min-width: 767px) {
  .faq-content  #ask-question{
    width: 320px;
  }
}
@media (min-width: 990px) {
  .faq-content  #ask-question{
    width: 200px;
  }
}

@media (min-width: 1200px) {
  .faq-content  #ask-question{
    width: 340px;
  }
}
.faq-content form button {
  background-color: #ff1119;
  color: #FFF;
  font-weight: bold;
  border: none;
  text-transform: uppercase;
}

.installation-steps {
  background-color: #f4f4f4;
  padding: 20px 0 0 0;
  margin-top: 20px;
}


.blog-page .single-post .item div.installation-steps img{
    max-height: 58px;
    max-width: 150px;
    margin: 0 auto;
    border-bottom: none;

}
.blog-page .single-post .item div.installation-steps p {
  text-align: center;
  font-size: 18px;
  /*font-weight: bold;*/
  color: #000;
}

#installation-details {
  margin-top: 20px;
}

.blog-page .single-post .item div#installation-details div.img-container {
  height: 130px;
  width: 130px;
  float: left;
  margin-right: 50px;
}

.blog-page .single-post .item div#installation-details img{
  border-bottom: none;


}
.blog-page .single-post .item div#installation-details ul {
  list-style: square outside;
  padding-left: 40px;
  margin: 10px 0 10px 160px;
}

.blog-page .single-post .item div#installation-details ul li{
   display: list-item
}

.blog-page .single-post .item div#installation-details a img{
  cursor: pointer;
  padding-top: 20px;
}
.red-button {
  margin-top: 20px;
  background-color: #ff1119;
  color: #FFF;
  font-weight: bold;
  border: none;
  text-transform: uppercase;
}

.red-button:hover {
  background-color: #232323;
  color: #FFF;

}
.blog-page .single-post .item div#installation-details p.red-small-text {
  color: #ff1119;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.blog-page .single-post .item  p.installation-main-description {
  font-size: 16px;
  color: #000;
  margin-top: 0;

}
.blog-page .single-post .item div.pin_helper img {
  width: auto;
}

/* pins */
.pins a { border: 0 !important; }
.pins { position: relative; width: 400px; height: 268px; overflow: hidden; margin-bottom: 22px; float: left; margin-right: 100px; }
.pin_wire { position: absolute; width: 35px; }
#pin_wire_1, #pin_wire_2, #pin_wire_3, #pin_wire_4, #pin_wire_5, #pin_wire_6, #pin_wire_7, #pin_wire_8 { top: 0; height: 143px; }
#pin_wire_9, #pin_wire_10, #pin_wire_11, #pin_wire_12, #pin_wire_13, #pin_wire_14, #pin_wire_15, #pin_wire_16 { bottom: 0; height: 119px; }
#pin_wire_1 { left: 43px; }
#pin_wire_2 { left: 84px; }
#pin_wire_3 { left: 126px; }
#pin_wire_4 { left: 167px; }
#pin_wire_5 { left: 208px; }
#pin_wire_6 { left: 249px; }
#pin_wire_7 { left: 291px; }
#pin_wire_8 { left: 332px; }
#pin_wire_9 { left: 43px; }
#pin_wire_10 { left: 84px; }
#pin_wire_11 { left: 126px; }
#pin_wire_12 { left: 167px; }
#pin_wire_13 { left: 208px; }
#pin_wire_14 { left: 249px; }
#pin_wire_15 { left: 291px; }
#pin_wire_16 { left: 332px; }
.pin_connector { display: block; width: 35px; height: 46px; position: absolute; color: #fff; font-size: 20px; font-family: "Arial Narrow", LocalArialNarrow, Arial, Verdana; font-stretch: condensed; font-weight: normal; text-align: center; text-decoration: none; padding-top: 6px; background: url('../images/pins/pin_bg.png') 0 0 no-repeat }
#pins_1_conn, #pins_2_conn, #pins_3_conn, #pins_4_conn, #pins_5_conn, #pins_6_conn, #pins_7_conn, #pins_8_conn {
  left: 0;
  bottom: 0;
  height: 52px;
  padding-top: 15px; }
#pins_9_conn, #pins_10_conn, #pins_11_conn, #pins_12_conn, #pins_13_conn, #pins_14_conn, #pins_15_conn, #pins_16_conn { left: 0; top: 0; }
.pin_wire_hover, .pin_wire_click { background: url('../images/pins/top_wire.gif') 14px 0 no-repeat; }
.pin_wire_hover#pin_wire_9, .pin_wire_hover#pin_wire_10, .pin_wire_hover#pin_wire_11, .pin_wire_hover#pin_wire_12, .pin_wire_hover#pin_wire_13, .pin_wire_hover#pin_wire_14, .pin_wire_hover#pin_wire_15, .pin_wire_hover#pin_wire_16, .pin_wire_click#pin_wire_9, .pin_wire_click#pin_wire_10, .pin_wire_click#pin_wire_11, .pin_wire_click#pin_wire_12, .pin_wire_click#pin_wire_13, .pin_wire_click#pin_wire_14, .pin_wire_click#pin_wire_15, .pin_wire_click#pin_wire_16 { background: url('../images/pins/bot_wire.gif') 14px 45px no-repeat; }
.pin_wire_hover .pin_connector, .pin_wire .pin_connector:hover { background: url('../images/pins/pin_h_bg.png') 0 0 no-repeat; color: #fff }
.pin_wire_click .pin_connector, .pin_wire_click .pin_connector:hover { background: url('../images/pins/pin_s_bg.png') 0 0 no-repeat; color: #fff }
.pin_in { position: absolute; left: 0; top: 0; background: url('../images/pins/wires.png') left top no-repeat; width: 400px; height: 268px; }
.pin_in_selected#pin_in_2 { background-position: -400px 0; }
.pin_in_selected#pin_in_4 { background-position: -800px 0; }
.pin_in_selected#pin_in_5 { background-position: -1200px 0; }
.pin_in_selected#pin_in_6 { background-position: -1600px 0; }
.pin_in_selected#pin_in_7 { background-position: -2000px 0; }
.pin_in_selected#pin_in_10 { background-position: -2400px 0; }
.pin_in_selected#pin_in_14 { background-position: -2800px 0; }
.pin_in_selected#pin_in_15 { background-position: -3200px 0; }
.pin_in_selected#pin_in_16 { background-position: -3600px 0; }
.pin_in_selected#pin_in_9 { background-position: -4000px 0; }
.pin_in_selected#pin_in_12 { background-position: -4400px 0; }
.pin_in_selected#pin_in_13 { background-position: -4800px 0; }
.no_wire { background: transparent!important; }
.pin_error { display: none; background: url('../images/pins/error.gif') left top no-repeat; width: 400px; height: 220px; position: absolute; left: 0; top: 0; }
.pin_helper { position: relative; }
.pin_no_js { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: #fff }
.pin_answer { font: 16px/25px Arial; padding-top: 39px; }
.pin_error { display: none; background: url('../images/pins/error.gif') left top no-repeat; width: 400px; height: 220px; position: absolute; left: 0; top: 0; }
.pin_in { position: absolute; left: 0; top: 0; background: url('../images/pins/wires.png') left top no-repeat; width: 400px; height: 268px; }
.l-comm-inner { width: 980px; margin: 0 auto;}
.cf { display: block; }
.l-comm-inner h1 { color: #000; font-size: 2.6em; line-height: 30px; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; padding-bottom: 14px; margin-bottom: 25px; border-bottom: 1px solid #dbdbdb; }
h1, h2, h3, h4, h5 { margin: 0 0 20px 0; padding: 0; }
.l-comm-inner .article h2 { color: #000; font-size: 1.8em; line-height: 22px; text-transform: uppercase; letter-spacing: 2px; }
.l-comm-inner .article p { color: #515151; font-size: 1.4em; line-height: 20px; }
.steps-box-short { padding: 23px 0 33px 0; overflow: hidden; }
.steps-box-short .steps-one { float: left; width: 302px; margin-right: 29px; }
.steps-box-short .steps-one .number { display: inline-block; background: #000; color: #fff; width: 30px; height: 30px; line-height: 30px; text-align: center; font-weight: bold; font-size: 1.6em; }
.steps-box-short .steps-one p { color: #000; margin: 8px 0 0 0; }
.steps-box-short .steps-one:last-child { margin-right: 0; }
.scheme-box { overflow: hidden; }
.l-comm-inner .article a { color: #515151; border-bottom: 1px solid #515151; }
.scheme-box { overflow: hidden; }
.scheme-box img { margin-right: 70px; float: left; }
.scheme-box .right { float: left; width: 450px; padding-top: 67px; }
.scheme-box .right form { display: inline-block; }
.scheme-box .right .print {
  margin-top: 20px;
  background-color: #232323;
  color: #FFF;
  font-weight: bold;
  border: none;
  text-transform: uppercase;
  padding: 9px 10px;
}
.scheme-box .right .print:hover {
  background-color: #ff1119;
}

.scheme-box .right .print span {
  margin:0 10px 0 5px;
}


.scheme-box .right .print:hover { border-bottom: 0; }
.scheme-box .right .butt-red { padding: 0 9px; }
.scheme-box .right p { color: #000; padding-top: 25px; }

.chip-scheme p {
  font-size: 1em;
  color: #000;
}
.chip-scheme span.scheme-steps-num {
  display: inline-block;
  background: #000;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6em;
}


/*   End scheme page */
.blog-page .single-post .item .what-rs img {
  width: auto;
}

/* Rotator Styles */
#rotator, #rotator1, #rotator2 { background: #FFF; position: relative; margin: 0; }
ul.ui-tabs-nav {    width:100%; background:#fff; overflow: hidden; padding-top: 30px; }
li.ui-tabs-nav-item { float: left; width: 482px; height: 454px; border: 2px solid #fff; }
li.ui-tabs-nav-item:last-child { margin-left: 15px; }
li.ui-tabs-nav-item a { display: block; width: 448px; height: 424px; padding: 15px; }
li.ui-tabs-nav-item a img { width: 180px; margin: 10px auto; height: auto;display: block; }
li.ui-tabs-nav-item a span.name { display: inline-block; color: #000; font-size: 1.6em; line-height: 20px; margin-bottom: 3px; text-transform: uppercase; letter-spacing: 1px; border-bottom: 1px dotted #6e6e6e; }
li.ui-tabs-nav-item a span.text { display: block; color: #797979; font-size: 1.4em; line-height: 20px; padding-top: 8px; }
li.ui-tabs-nav-item a .sp-names:hover span.name {
  color: #ed2224;
  background: -moz-linear-gradient(left center, #D2AFB0, #D2AFB0 95%);
}
li.ui-state-active { border: 2px solid #dbdbdb; position: relative; }
li.ui-state-active a span.name  { border-bottom: 1px solid #fff; }

li.ui-state-active a span.name:hover { color: #000; }
li.ui-state-active:before { content:''; width: 19px; height: 13px; /* background: url(/bitrix/templates/rschip_main_en/images/arr-top-gr.png) no-repeat 0 0; */ position: absolute; top: -13px; left: 225px; }
#rotator .ui-tabs-panel { clear:left; color:#000; height:240px; }
#rotator .ui-tabs-hide {    display:none; }
#rotator .button { text-align: center; margin-top: 40px; }
#rotator .butt-red { font-weight: bold; font-size: 14px; padding: 0 40px; letter-spacing: 1px; height: 40px; line-height: 40px; }
#rotator .butt-red { font-weight: bold; font-size: 14px; letter-spacing: 1px; padding: 0 40px; height: 40px; line-height: 40px; background: #ed2224;
  display: inline-block; border: 0; cursor: pointer; color: #fff; font-family: 'helveticaneue'; text-transform: uppercase; }
#rotator .butt-red:hover { background: #ba0a0b; }
#rotator .butt-red:active { background: #ba0a0b; position: relative; left: 1px; top: 1px; }

#rotator1 .ui-tabs-panel { clear:left; color:#000; height:240px; }
#rotator1 .ui-tabs-hide {    display:none; }

#rotator2 .ui-tabs-panel { clear:left; color:#000;
  /*height:240px; */
}
#rotator2 .ui-tabs-hide {    display:none; }

.what-rs.rotator .button { text-align: center; margin-top: 40px; }
.what-rs.rotator .butt-red { font-weight: bold; font-size: 14px; padding: 0 40px; letter-spacing: 1px; height: 40px; line-height: 40px; }
.what-rs.rotator .butt-red { font-weight: bold; font-size: 14px; letter-spacing: 1px; padding: 0 40px; height: 40px; line-height: 40px; background: #ed2224;
  display: inline-block; border: 0; cursor: pointer; color: #fff; font-family: 'helveticaneue'; text-transform: uppercase; }
.what-rs.rotator .butt-red:hover { background: #ba0a0b; }
.what-rs.rotator .butt-red:active { background: #ba0a0b; position: relative; left: 1px; top: 1px; }
/* Rotator Styles end */


/* animation */
.ui-tabs-panel { position: relative; }
.animation { display: none; }
.static img, .animation img { display: inline; margin: 0; padding: 0; border: 0; }
.control-wrap { position: absolute; left: 100px; bottom: 15px; overflow: hidden; }
.control { background: #ed2224; width: 37px; height: 19px; border-radius: 15px; overflow: hidden; float: left; }
.control.active { background: #65950d; }
.control span { background: #fff; width: 17px; height: 17px; display: inline-block; border-radius: 15px; float: left; margin: 1px 0 0 1px; }
.control.active span { float: right; margin: 1px 1px 0 0; }

.control-wrap .off-text,
.control-wrap .on-text { float: left;font-size: 12px;text-transform: uppercase;color: #ed2224;margin-top: 4px;line-height: 12px; }
.control-wrap .on-text { color: #65950d; margin-left: 5px; }
.control-wrap .off-text { margin-right: 5px; }

#fragment-2 .control-wrap  { left: 530px; bottom: 115px; }
#fragment-2  .f-left { float: left; width: 390px; }
#fragment-2  .f-left img { float: left; }
#fragment-2  .f-right  { float: right; width: 590px; }

/* tabs Ð²Ñ…Ð¾Ð´/Ñ€ÐµÐ³Ð¸ÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ  */
.section { width: 435px; }
ul.tabs { list-style: none; padding: 0; margin: 0 0 25px 0; overflow: hidden; }
.tabs li { float: left;  padding: 0; margin: 0; cursor: pointer; }
.tabs li a { display: inline-block; border-bottom: 1px dotted #ffb3b3; color: #ffb2b2; font-weight: bold; font-size: 2.0em; text-transform: uppercase; letter-spacing: 2px; line-height: 22px; }
.tabs li a:hover { color: #fb8b8b; }
.tabs li.current a { color: #fff; border-bottom: 1px dotted #ed2224; }
.tabs li span.separator { display: inline-block; color: #ffb2b2; font-weight: bold; font-size: 2.0em; text-transform: uppercase; margin: 0 10px; }

.box { display: none; }
.box.visible { display: block; }
.control-tooltip {
  background: url(../images/what-is-rschip/bg-tooltip.png) no-repeat 0 0;
  width: 170px;
  /*height: 34px;*/
  position: absolute;
  top: 125px;
  left: 90px;
  padding: 24px 20px;
  color: #ed2224;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 16px;
  overflow: hidden;
  display: none;
}
.control-tooltip2 {
  background: url(../images/what-is-rschip/bg-tooltip2.png) no-repeat 0 0;
  width: 170px;
  /*height: 34px;*/
  position: absolute;
  top: 120px;
  right: 520px;
  padding: 30px 20px;
  color: #ed2224;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 16px;
  overflow: hidden;
  display: none;
}

.what-rs .two-cols .one .eco-more {
  color: #000;
  font-size: 1.3em;
  line-height: 14px;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  border-bottom: 1px solid #9e9e9e;
}

#rotator1 .animation,
 #rotator1 .static {
   max-width: 980px;
   margin: 0 auto;
 }

#rotator2 .animation,
#rotator2 .static {
  max-width: 380px;
  margin: 0 auto;
}


.ui-tabs-nav.cf.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
  margin: 50px auto;
  max-width: 980px;
}

.blog-page .single-post .item ul.ui-tabs-nav li {
  margin-right: 0;
}
.blog-page .single-post .item .eco-tuning-page ul {
  margin-bottom: 20px;
  margin-left: 30px;
}

.blog-page .single-post .item .eco-tuning-page ol li,
.blog-page .single-post .item .eco-tuning-page ul li{
  display: list-item;
  list-style: square;
  color: #7a7a7a;
}


@media screen and (max-width: 1200px) {
  .control-wrap { left: 20px; bottom: 40px; }
  #fragment-2 .control-wrap  { left: 530px; bottom: 115px; }

  .control-tooltip {
    top: 100px;
    left: 10px;
  }
  .control-tooltip2 {
    top: 120px;
    right: 320px;
  }



  #rotator1 .static img, #rotator1 .animation img {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    height: 215px;
    width: auto;
  }

  .blog-page .single-post .item .what-rs #rotator1 .static .f-left img,
  .blog-page .single-post .item .what-rs #rotator1 .animation .f-left img{
    width:inherit;
  }

  #rotator1 .static .f-left img, #rotator1 .animation .f-left img {
    height: auto;
  }
  #fragment-2 .f-left {
    width: 350px;
  }

  li.ui-tabs-nav-item {
    width: 48%;
    height: auto;
  }

  li.ui-tabs-nav-item a {
    width: 100%;
    height: auto;
  }

}


.blog-page .single-post .item #fragment-3 p span.text, #fragment-4 p span.text {
  display: block;
  margin-top: 50px;
}
.services-content .service-item p{
  font-size: 14px;
}

.services .services-content .service-item .car-details .car-info li span {
  color: #b9b9b9;
  font-size: 14px;
}

form div[id$="_error"] {
  color: #FF1119;
}
.contact-content .send-message input.submit-btn {
    background-color: #FF1119;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
}
.chip-scheme {
    margin-top: 50px;
}
.services .down-content span.black-small-text {
    font-size: 12px;
    color: #7a7a7a;
    font-weight: normal;
}

/* --- DMCA copyright --- */
.dmca-footer {
    /*border: 1px solid #ccc;*/
    color: white;
    /*background: #c9c7c9;background: -moz-linear-gradient(top, #c9c7c9 0%, #9e9c9e 100%);*/
    /*background: -webkit-gradient(left top, left bottom, color-stop(0%, #c9c7c9), color-stop(100%, #9e9c9e));*/
    /*background: -webkit-linear-gradient(top, #c9c7c9 0%, #9e9c9e 100%);*/
    /*background: -o-linear-gradient(top, #c9c7c9 0%, #9e9c9e 100%);*/
    /*background: -ms-linear-gradient(top, #c9c7c9 0%, #9e9c9e 100%);*/
    /*background: linear-gradient(to bottom, #c9c7c9 0%, #9e9c9e 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c7c9', endColorstr='#9e9c9e', GradientType=2 );;*/
}
.badge-image,
.linkback-image{
    height:32px;
    /*margin-top:-10px;*/
    /*margin-left:-5px;*/
}

.country-flag{
    margin-right: 20px;
}
.dmca-footer-site-name {
    color:#ff1119;
}
.dmca-footer-site-name:hover {
    color:white;
}
.dmca-footer div {
    margin-bottom: 10px;
}

/* --- DMCA copyright end --- */

/*@media screen and (max-width: 1000px) {*/
  /*.static img, .animation img {*/
    /*display: inline;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*border: 0;*/
    /*height: 215px;*/
    /*width: auto;*/
  /*}*/

  /*.blog-page .single-post .item .what-rs .static .f-left img, .blog-page .single-post .item .what-rs .animation .f-left img{*/
    /*width:inherit;*/
  /*}*/

  /*.static .f-left img, .animation .f-left img {*/
    /*height: auto;*/
  /*}*/
  /*#fragment-2 .f-left {*/
    /*width: 348px;*/
  /*}*/

/*}*/


