body {
  background-color: #f3f3f3;
  font-family: arial;
  font-size: 16px;
  color: #191919;
  margin: 0;
}
/**************************************/
.com-text {
  display: none;
}
/********add to hide paginationdefault*********/
nav.navigation {
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
nav.navigation a.prev,
nav.navigation .page-numbers,
nav.navigation h1.screen-reader-text {
  display: none;
}
nav.navigation a.next {
  background-color: #333333;
  display: block;
  color: #FFF;
  padding: 15px;
  font-size: 16px;
  text-transform: uppercase;
}
nav.navigation a.next:hover {
  background-color: #5C5C5C;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
nav.navigation .pagination {
  display: block;
}
.wrap-mobile-menu {
  display: none;
}
/*******************************/
.search-brand-filter {
  text-transform: capitalize;
}
#inputs {
  display: none;
}
h1 {
  font-size: 24px;
  font-family: verdana;
  font-weight: bold;
}
a {
  color: #191919;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #333333;
  text-decoration: none;
}
a:focus {
  outline: 0px thin dotted;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}
.read-more {
  color: #0099FF!important;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}
.fixed-banner #home-banner {
  position: fixed;
  top: 0;
}
.fixed-banner .wrap-main {
  position: relative;
  z-index: 1;
}
.fixed-banner .wrap-contentmain {
  float: left;
  overflow: hidden;
  background-color: #f3f3f3;
  clear: both;
  width: 100%;
}
.wrapper {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.wrapper.wrap-header-main {
  position: relative;
  z-index: 0;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
  margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}
.wp-caption {
  margin-bottom: 24px;
  color: #191919;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
  height: auto;
}
.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.5;
  padding: 9px 0;
  border-bottom: 5px solid #000;
}
.btb_grey {
  display: inline-block;
  background-color: #191919;
  font-size: 10px;
  color: #fff!important;
  padding: 10px 15px;
  text-transform: uppercase;
}
.btb_grey:hover {
  background-color: #333333;
  color: #fff!important ;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.moretag {
  color: #0099FF;
  font-size: 12px;
  clear: both;
  display: inline-block;
  font-weight: bold;
  padding: 20px 0 0 0;
}
.moretag:hover {
  color: #33ACFF;
}
.big-font {
  font-size: 32px;
}
.single-image {
  background-color: #fff;
}
.single-image img {
  width: 100%;
  height: auto;
}
.single-image img.img-video {
  width: 100%;
  height: auto;
}
.single-image .caption-image {
  padding: 10px 7%;
  margin: 0;
  font-size: 11px;
}
.single-image.format-video {
  position: relative;
}
.single-image.format-video.entry-image {
  position: relative;
}
.single-image.format-video.entry-image .player-icon {
  display: block;
  background-image: url('../img/player-icon.png');
  background-repeat: no-repeat;
  background-position: 2px -2px;
  width: 130px;
  height: 130px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-image.format-video.entry-image:hover .player-icon {
  background-position: 2px -143px;
}
.single-image.format-video.entry-image .content-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#header {
  background-color: #ffF;
  width: 100%;
  float: left;
  position: relative;
}
#header .btb_grey {
  position: absolute;
  right: 4%;
  top: 37px;
  bottom: 0;
  margin: auto 0;
  height: 34px;
}
#header .wrap-logo {
  float: left;
}
#header .logo {
  float: left;
  background-color: #ffffff;
  padding: 37px 5px 37px 25px;
  display: block;
}
#header .logo:hover {
  background-color: #333333;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
#header .wrap-header {
  float: left;
  font-size: 10px;
  line-height: 1em;
  padding: 26px;
}
#header .wrap-header span {
  position: relative;
  display: block;
}
#header .wrap-header span .small-chrysler {
  position: absolute;
  left: 103%;
  top: 2px;
}
#header .chyrsler_s_logo {
  position: absolute;
  top: 23px;
  right: 4%;
  width: 150px;
}
#home-banner {
  background-color: #191919;
  overflow: hidden;
  float: left;
  max-width: 1500px;
  width: 100%;
}
#home-banner ul {
  margin: 0;
  padding: 0;
}
#home-banner ul li {
  margin: 0;
  padding: 0;
  display: block;
}
#home-banner .caption-banner {
  width: 335px;
  float: right;
}
#home-banner .caption-banner .article {
  padding-left: 60px;
}
#home-banner .img-banner {
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
}
#home-banner .img-banner.format-video {
  position: relative;
}
#home-banner .img-banner.format-video .player-icon {
  display: block;
  background-image: url('../img/player-icon.png');
  background-repeat: no-repeat;
  background-position: 2px -2px;
  width: 130px;
  height: 130px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#home-banner .img-banner.format-video:hover .player-icon {
  background-position: 2px -143px;
}
#home-banner .img-banner img {
  width: 100%;
  height: auto;
  visibility: hidden;
}
#home-banner .article {
  color: #fff;
  background-color: transparent;
  min-height: 0;
  position: relative;
  width: 222px;
}
#home-banner .article a {
  color: #fff;
}
#home-banner .article .entry-title {
  font-size: 30px;
}
#home-banner .article .table-c {
  display: table;
  width: 100%;
}
#home-banner .article .table-cell_c {
  display: table-cell;
  vertical-align: middle;
}
#home-banner .bx-wrapper .bx-viewport {
  background: transparent;
  border: 0px;
  box-shadow: 0 0 0px #CCCCCC;
  left: 0px;
  transform: translateZ(0px);
}
#home-banner .bx-wrapper .bx-pager {
  bottom: 45px;
  right: 0;
  width: 23%;
  padding-top: 0px;
}
#home-banner .bx-wrapper .bx-pager.bx-default-pager a {
  background-image: url('../img/dot-nav.png');
  background-color: transparent;
  background-position: -21px 0;
  border: 0px solid #fff;
  border-radius: 0px;
  height: 12px;
  width: 12px;
}
#home-banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
#home-banner .bx-wrapper .bx-pager.bx-default-pager a.active {
  border: 0px solid #fff;
  background-color: transparent;
  background-position: 0 0;
}
#main-content {
  float: right;
  width: 67%;
  min-height: 700px;
  background-color: #fff;
  padding: 0 0 50px;
}
#main-content .yop-poll-container-success {
  color: #09f;
  font-size: 16px;
  font-style: normal;
  text-align: center;
}
#main-content .yop-poll-container {
  color: #fff;
  background: #333333;
  padding: 20px;
}
#main-content .yop-poll-container .yop-poll-forms {
  color: #fff;
}
#main-content .yop-poll-container .yop-poll-name {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
}
#main-content .yop-poll-container .yop-poll-question {
  font-size: 24px;
  font-family: verdana;
  line-height: 1.2em;
  text-align: center;
  padding: 10px 0;
}
#main-content .yop-poll-container .yop_poll_vote_button {
  visibility: hidden;
}
#main-content .yop-poll-container .yop-poll-footer div[id^="yop-poll-results"] {
  margin: 0!important;
  padding: 20px 0 0 0;
}
#main-content .yop-poll-container .yop-poll-answers ul {
  text-align: center;
}
#main-content .yop-poll-container .yop-poll-answers li:hover {
  background-color: #33ADFF;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
#main-content .yop-poll-container .yop-poll-answers li[class^="yop-poll-li-result"] {
  background-color: transparent;
  display: block;
  width: 100%;
  float: left;
  text-align: left;
}
#main-content .yop-poll-container .yop-poll-answers li[class^="yop-poll-li-answer"] {
  background-color: #0099FF;
  color: #fff;
  padding: 10px 20px;
  width: auto!important;
  float: none!important;
  font-size: 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  margin: 5px 3px;
}
#main-content .yop-poll-container .yop-poll-answers li div[class^="yop-poll-results-bar"] div {
  background-color: #0099FF!important;
}
#main-content .yop-poll-container .yop_poll_result_link,
#main-content .yop-poll-container .yop_poll_back_to_vote_link {
  color: #999!important;
  font-size: 12px!important;
  text-decoration: none!important;
  font-weight: bold;
}
#main-content .yop-poll-container .yop_poll_result_link:hover,
#main-content .yop-poll-container .yop_poll_back_to_vote_link:hover {
  color: #fff!important;
}
.article {
  background-color: #fff;
  float: left;
  width: 100%;
  padding: 0 7%;
}
.article .head-article {
  padding: 25px 0;
}
.article .title-category {
  font-size: 10px;
  text-transform: uppercase;
}
.article .entry-title {
  margin: 0;
}
.article .author {
  font-size: 11px;
  font-family: verdana;
  color: #666666;
}
.article .entry-image {
  padding: 0 0 25px 0;
}
.article .entry-image img {
  width: 100%;
  height: auto;
}
.article .entry-image .player-icon {
  display: none;
}
.article .entry-content {
  padding: 0 0 10px;
  clear: both;
}
.article .entry-content a {
  color: #0099FF;
}
.article .entry-content a:hover {
  color: #33ADFF;
}
.article.format-video .entry-image {
  position: relative;
}
.article.format-video .entry-image .player-icon {
  display: block;
  background-image: url('../img/player-icon.png');
  background-repeat: no-repeat;
  background-position: 2px -2px;
  width: 130px;
  height: 130px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.article.format-video .entry-image:hover .player-icon {
  background-position: 2px -143px;
}
.single .article {
  min-height: 700px;
}
.single .entry-content {
  overflow: hidden;
  padding: 0;
}
.single .entry-content a {
  color: #0099FF;
}
.single .entry-content a:hover {
  color: #33ADFF;
}
.single .article .entry-content a {
  color: #0099FF;
}
.single .tag-links {
  margin: 15px 0;
}
.single .tag-links a {
  background-color: #0099FF;
  color: #fff;
  font-size: 11px;
  display: inline-block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 5px 15px;
  margin: 0 10px 5px 0;
}
.single .tag-links a:hover {
  background-color: #33ADFF;
}
.single .wrap-author .image-author {
  width: 154px;
}
.single .wrap-author .image-author img {
  width: 100%;
}
.single .wrap-author .info-author {
  width: 78%;
  padding: 20px;
}
.post-navigation {
  margin: 50px 0;
  float: left;
  width: 100%;
  position: relative;
  font-size: 14px;
}
.post-navigation .nav-links {
  z-index: 10;
}
.post-navigation .nav-links a {
  font-weight: bold;
  font-family: verdana;
  width: 250px;
  display: block;
  line-height: 1.2em;
}
.post-navigation .nav-links a span {
  font-size: 10px;
  text-transform: uppercase;
  font-family: arial;
}
.post-navigation .nav-links a[rel="prev"] {
  float: left;
}
.post-navigation .nav-links a[rel="prev"] img {
  float: left;
  padding: 0 0 0 35px;
}
.post-navigation .nav-links a img {
  display: none;
}
.post-navigation .nav-links a .prev-wrap-nav {
  float: left;
  padding: 0 0 0 35px;
  text-align: left;
}
.post-navigation .nav-links a .next-wrap-nav {
  float: right;
  padding: 0 35px 0 0;
  text-align: right;
}
.post-navigation .nav-links a[rel="next"] {
  float: right;
}
.post-navigation .nav-links a[rel="next"] img {
  float: right;
  padding: 0 35px 0 0;
}
.post-navigation .prev-icon {
  background-image: url('../img/nav-post.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  width: 18px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}
.post-navigation .next-icon {
  background-image: url('../img/nav-post.png');
  background-repeat: no-repeat;
  background-position: 0 -68px;
  width: 18px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}
.wrap-share {
  margin: 0;
  padding: 10px 0;
}
.wrap-share li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.wrap-share li a {
  background-image: url('../img/spreadshet-share.png');
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -99999px;
  outline: 0px;
}
.wrap-share li.facebook a {
  background-position: 0 0;
}
.wrap-share li.twitter a {
  background-position: -38px 0;
}
.wrap-share li.google-plus a {
  background-position: -77px 0;
}
.wrap-share li.mail a {
  background-position: -115px 0;
}
.page-template-template-bio-php .wrap-author {
  background-color: transparent;
}
.page-template-template-bio-php .wrap-author .fallow a {
  color: #000;
}
.page-template-template-bio-php .wrap-author .fallow a:hover {
  background-color: transparent;
}
.wrap-author {
  background-color: #f0f0f0;
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}
.wrap-author.featured-author {
  background-color: #191919;
  color: #fff;
  margin: 0;
}
.wrap-author.featured-author h1 {
  margin: 0;
}
.wrap-author.featured-author a {
  color: #fff;
}
.wrap-author.featured-author .image-author {
  max-width: 240px;
  width: 240px;
}
.wrap-author.featured-author .fallow {
  padding: 5px 0 10px 0;
}
.wrap-author.featured-author .fallow a {
  color: #fff;
}
.wrap-author.featured-author .fallow a:hover {
  background-color: #333333;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.wrap-author .image-author {
  float: left;
  max-width: 220px;
  width: 220px;
}
.wrap-author .image-author img {
  width: 100%;
  height: auto;
}
.wrap-author .info-author {
  float: left;
  width: 68%;
  padding: 20px 0 20px 20px;
  font-size: 12px;
}
.wrap-author h3 {
  font-weight: bold;
  font-size: 16px;
  font-family: verdana;
}
.wrap-author h1.entry-title {
  font-size: 36px;
}
.wrap-author h1.entry-title a {
  color: #191919;
}
.wrap-author h1.entry-title a:hover {
  color: #333;
}
.wrap-author .fallow a {
  display: inline-block;
  color: #fff;
  background-image: url('../img/author-social.png');
  background-repeat: no-repeat;
  padding: 5px 8px 5px 30px;
  margin: 0 15px 0 0;
}
.wrap-author .fallow .fallow-twitter {
  background-position: 3px 6px;
}
.wrap-author .fallow .fallow-feed {
  background-position: 4px -29px;
}
.wrap-result {
  background-color: #191919;
  float: left;
  width: 100%;
  margin: 0;
  color: #fff;
  padding: 20px 7%;
}
.wrap-result .head-result {
  float: left;
  width: 81%;
  font-size: 12px;
}
.wrap-result .head-result h1 {
  font-size: 36px;
  font-family: verdana;
  padding: 0;
}
.search-results .wrap-result .head-result h1 {
  background-image: url('../img/zoom_result.png');
  background-repeat: no-repeat;
  background-position: left 10px;
  padding: 0 0 0 40px;
}
#sidebar {
  width: 335px;
  float: right;
  padding: 30px 0 0 0;
  position: relative;
}
#sidebar .wrap-widget {
  padding: 30px 0 5px 0;
}
#sidebar .wrap-sidebar {
  width: 222px;
  margin: 0 auto;
}
#sidebar .wrap-sidebar .item {
  padding: 10px 0;
  font-size: 12px;
}
#sidebar .wrap-sidebar .head-sidebar {
  font-size: 10px;
  text-transform: uppercase;
  margin: 20px 0 10px;
  background-image: url('../img/feed-social.png');
  background-repeat: no-repeat;
  display: block;
}
#sidebar .wrap-sidebar .wrap-twitter {
  border-top: 1px solid #505050;
  margin: 20px 0 0 0;
}
#sidebar .wrap-sidebar .wrap-twitter .head-sidebar {
  background-position: 0 4px;
  padding: 4px 0 4px 30px;
}
#sidebar .wrap-sidebar .wrap-instagram {
  border-top: 1px solid #505050;
  margin: 20px 0 0 0;
}
#sidebar .wrap-sidebar .wrap-instagram .head-sidebar {
  background-position: 0 -38px;
  padding: 4px 0 4px 30px;
}
#sidebar .wrap-sidebar .wrap-instagram .item img {
  height: auto;
}
#sidebar .wrap-sidebar .wrap-facebook {
  border-top: 1px solid #505050;
  margin: 20px 0 0 0;
}
#sidebar .wrap-sidebar .wrap-facebook .head-sidebar {
  background-position: 0 -78px;
  padding: 4px 0 4px 30px;
}
#sidebar .wrap-popular .head-sidebar {
  font-size: 10px;
  text-transform: uppercase;
  margin: 20px auto 10px;
  display: block;
  width: 222px;
}
#sidebar .wrap-popular .title-post {
  font-weight: bold;
  font-size: 14px;
  font-family: verdana;
  line-height: 1.2em;
}
#sidebar .wrap-popular .author-name {
  font-size: 11px;
  color: #999999;
}
#sidebar .wrap-popular .item {
  padding: 10px 0;
  width: 100%;
}
#sidebar .wrap-popular .item:hover {
  background-color: #E8E8E8;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
#sidebar .wrap-popular .item a {
  width: 222px;
  display: block;
  margin: 0 auto;
}
#sidebar .menusidebar {
  font-size: 17px;
  margin: 0;
  padding: 0;
}
#sidebar .menusidebar li {
  display: block;
  width: 100%;
}
#sidebar .menusidebar li:hover {
  background-color: #E8E8E8;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
#sidebar .menusidebar li a {
  background-image: url('../img/spreadshet-icon.png');
  background-repeat: no-repeat;
  display: block;
  padding: 0 0 0 28px;
  line-height: 2em;
  width: 222px;
  margin: 0 auto;
}
#sidebar .menusidebar li.we-are a {
  background-position: 0 -22px;
}
#sidebar .menusidebar li.policy a {
  background-position: 0 -55px;
}
#sidebar .menusidebar li.contact-us a {
  background-position: 0 -87px;
}
#sidebar .menusidebar li .search-text {
  background-position: 0 7px;
}
#sidebar .menusidebar .wrap-form {
  background-color: #9A9A9A;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
#sidebar .menusidebar .wrap-form input {
  visibility: hidden;
}
#sidebar .menusidebar .form-search {
  width: 222px;
  margin: 0 auto;
  padding: 18px 0;
  position: relative;
}
#sidebar .menusidebar .form-search input[type="text"] {
  color: #fff;
  font-size: 17px;
  width: 70%;
  background-color: transparent;
  border: 0;
}
#sidebar .menusidebar .form-search input[type="submit"] {
  width: 30%;
  background-color: #000;
  position: absolute;
  right: -56px;
  top: 0;
  height: 100%;
  border: 0;
  text-indent: -99999px;
  background-image: url('../img/search-icon.png');
  background-position: center;
  background-repeat: no-repeat;
}
#sidebar .menusidebar .form-search ::-webkit-input-placeholder {
  color: #fff;
}
#sidebar .menusidebar .form-search :-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#sidebar .menusidebar .form-search ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#sidebar .menusidebar .form-search :-ms-input-placeholder {
  color: #fff;
}
#sidebar .wrap-search:hover .wrap-form {
  display: block;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
#sidebar .wrap-search:hover .wrap-form input {
  visibility: visible;
}
#sidebar .related-posts {
  border-top: 1px solid #505050;
  width: 222px;
  margin: 20px auto 0;
}
#sidebar .related-posts .head-sidebar {
  font-size: 10px;
  text-transform: uppercase;
  margin: 20px 0 10px;
  display: block;
}
#sidebar .related-posts .list_post_rela {
  padding: 10px 0;
}
#sidebar .related-posts .list_post_rela .img_post_rela {
  margin-bottom: 10px;
}
#sidebar .related-posts .list_post_rela .img_post_rela img {
  width: 100%;
  height: auto;
}
#sidebar .related-posts .list_post_rela a.related-title {
  font-family: verdana;
  font-size: 14px;
  font-weight: bold;
  color: #191919;
  display: block;
  line-height: 1em;
}
#sidebar .related-posts .list_post_rela .related-category a {
  font-size: 10px;
  text-transform: uppercase;
}
.wrap-form-contact #form-contact .wrap-field {
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
}
.wrap-form-contact #form-contact input[type="text"] {
  background-color: #F6F6F6;
  border: 1px solid #C5C5C5;
  font-size: 15px;
  padding: 17px 20px;
  width: 50%;
}
.wrap-form-contact #form-contact textarea {
  background-color: #F6F6F6;
  border: 1px solid #C5C5C5;
  font-size: 15px;
  padding: 17px 20px;
  width: 100%;
  height: 220px;
}
.wrap-form-contact #form-contact input[type="submit"] {
  background-color: #00ACFF;
  border: 0 none;
  color: #FFFFFF;
  font-family: arial;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
  width: 150px;
  font-weight: bold;
}
#disqus_thread {
  padding: 10px;
}
#comments {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
#comments .comment-main {
  font-size: 10px;
  text-transform: uppercase;
  margin: 20px 0 10px;
  display: block;
}
#comments .title-comment {
  font-size: 16px;
  font-family: verdana;
  position: relative;
  font-weight: bold;
}
#comments .title-comment span {
  color: #999999;
  position: absolute;
  font-size: 13px;
  right: 0;
}
#comments .wrap-field {
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
}
#comments .wrap-field input[type="text"] {
  width: 50%;
  padding: 10px 15px;
  border: 1px solid #C5C5C5;
  background-color: #F6F6F6;
  color: #333333;
  font-family: arial;
  font-size: 15px;
}
#comments .wrap-field textarea {
  width: 100%;
  border: 1px solid #C5C5C5;
  background-color: #F6F6F6;
  color: #333333;
  font-family: arial;
  font-size: 15px;
  height: 165px;
}
#comments .wrap-field input[type="submit"] {
  background-color: #00ACFF;
  color: #ffF;
  width: 150px;
  text-align: center;
  font-size: 12px;
  font-family: arial;
  padding: 10px 0;
  border: 0;
  font-weight: bold;
}
.comment-list {
  float: left;
  width: 100%;
}
.dropdown-list {
  padding: 20px 0;
  border-top: #D6D6D6 1px solid;
}
.dropdown-list header {
  position: relative;
  cursor: pointer;
}
.dropdown-list header h2 {
  font-size: 24px;
  font-family: verdana;
  font-weight: 400;
  margin: 0;
  padding: 10px 0;
}
.dropdown-list header .dropdown-icon {
  background-image: url('../img/more-dropdown.png');
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.dropdown-list .content {
  display: none;
  overflow: hidden;
}
#footer {
  background-color: #231F1C;
  float: left;
  width: 100%;
  color: #fff;
  position: relative;
}
#footer .copy {
  font-size: 12px;
  width: 90%;
  padding: 30px 0 30px 3%;
  margin: 0 auto;
  float: left;
}
#footer .copy a {
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin: 0 0 0 25px;
}
#footer .wrap-nav-foot {
  float: left;
  width: 100%;
  border-bottom: 1px solid #959595;
  padding: 0;
}
.socialmenu {
  float: left;
  list-style: none;
  padding: 0 0 0 3%;
  margin: 0;
}
.socialmenu > li {
  float: left;
  list-style: none;
  margin: 0 0 0 10px;
  padding: 13px 5px;
}
.socialmenu > li:hover {
  background-color: #9A9A9A;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.socialmenu > li:hover .sub-menu {
  display: block;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.socialmenu > li:hover .arrow-over {
  display: block;
}
.socialmenu > li .arrow-over {
  display: none;
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url('../img/arrow-over.png');
  width: 16px;
  height: 8px;
  z-index: 20;
}
.socialmenu > li > a {
  background-image: url('../img/spreadshet-footer.png');
  background-repeat: no-repeat;
  width: 32px;
  height: 47px;
  display: block;
  text-indent: -99999px;
  position: relative;
}
.socialmenu > li.chrysler-logo:hover {
  background-color: transparent;
}
.socialmenu > li.chrysler-logo:hover .arrow-over {
  display: none;
}
.socialmenu > li.chrysler-logo a {
  background-position: 0 0;
  width: 164px;
}
.socialmenu > li.facebook a {
  background-position: 0px -136px;
}
.socialmenu > li.twitter a {
  background-position: -3px -182px;
}
.socialmenu > li.pinterest a {
  background-position: -6px -227px;
}
.socialmenu > li.youtube a {
  background-position: -7px -273px;
  width: 54px;
}
.socialmenu > li.instagram a {
  background-position: -3px -44px;
}
.socialmenu > li.flickr a {
  background-position: 0 0;
}
.socialmenu > li.feed {
  width: 170px;
}
.socialmenu > li.feed a {
  background-position: -4px -91px;
  position: relative;
  text-indent: 0;
}
.socialmenu > li.feed a span {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  left: 110%;
  position: absolute;
  top: 19px;
  width: 125px;
}
.socialmenu > li.feed a .arrow-over {
  display: none;
}
.socialmenu .sub-menu {
  position: absolute;
  background-color: #000;
  width: 100%;
  bottom: 100%;
  left: 0;
  margin: 0;
  padding: 100px 0;
  text-align: center;
  display: none;
  z-index: 10;
}
.socialmenu .sub-menu .brand-caption {
  color: #FFFFFF;
  font-size: 10px;
  position: absolute;
  text-align: center;
  top: 25%;
  width: 100%;
}
.socialmenu .sub-menu li {
  display: inline-block;
  padding: 0 10px 0 10px;
}
.socialmenu .sub-menu li:hover {
  background-color: #333;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.socialmenu .sub-menu li a {
  color: #fff;
  background-image: url('../img/brands-big.png?v=2');
  background-repeat: no-repeat;
  display: inline-block;
  height: 50px;
  text-indent: -99999px;
  padding: 0 10px;
}
.socialmenu .sub-menu li.ram a {
  background-position: -49px 1px;
  width: 50px;
}
.socialmenu .sub-menu li.dodge a {
  background-position: 0 -105px;
  width: 148px;
}
.socialmenu .sub-menu li.chrysler a {
  background-position: -3px -59px;
  width: 142px;
}
.socialmenu .sub-menu li.jeep a {
  background-position: -36px -158px;
  width: 80px;
}
.socialmenu .sub-menu li.fiat a {
  background-position: -50px -220px;
  width: 50px;
}
.socialmenu .sub-menu li.mopar a {
  background-position: -49px -291px;
  width: 50px;
}
.socialmenu .sub-menu li.alfaromeo a {
  background-position: -50px -364px;
  width: 50px;
}
.socialmenu .sub-menu li.srt a {
  background-position: -25px -421px;
  width: 105px;
}
.brandmenu {
  float: right;
  margin: 0;
  padding: 0 3% 0 0;
}
.brandmenu li {
  display: inline-block;
  padding: 20px 5px 18px;
  margin: 0 10px 0 0px;
}
.brandmenu li:hover {
  background-color: #9A9A9A;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.brandmenu li a {
  color: #fff;
  background-image: url('../img/brands-small.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 35px;
  text-indent: -99999px;
}
.brandmenu li.ram a {
  background-position: -35px -4px;
  width: 30px;
}
.brandmenu li.dodge a {
  background-position: 0 -69px;
  width: 100px;
}
.brandmenu li.chrysler a {
  background-position: 0px -40px;
  width: 100px;
}
.brandmenu li.jeep a {
  background-position: -25px -100px;
  width: 50px;
}
.brandmenu li.fiat a {
  background-position: -32px -143px;
  width: 35px;
}
.brandmenu li.mopar a {
  background-position: -32px -190px;
  width: 35px;
}
.brandmenu li.alfaromeo a {
  background-position: -33px -236px;
  width: 34px;
}
.brandmenu li.srt a {
  background-position: -16px -278px;
  width: 70px;
}
.brand-filter {
  margin: 15% auto 0;
  padding: 0;
  max-width: 1500px;
  width: 100%;
  text-align: center;
}
.brand-filter li {
  display: inline-block;
  padding: 0 10px 0 10px;
}
.brand-filter li:hover {
  background-color: #333;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.brand-filter li a {
  color: #fff;
  background-image: url('../img/brands-big.png?v=1');
  background-repeat: no-repeat;
  display: inline-block;
  height: 50px;
  text-indent: -99999px;
}
.brand-filter li.ram a {
  background-position: -49px 1px;
  width: 50px;
}
.brand-filter li.dodge a {
  background-position: 0 -105px;
  width: 148px;
}
.brand-filter li.chrysler a {
  background-position: -3px -59px;
  width: 142px;
}
.brand-filter li.jeep a {
  background-position: -36px -158px;
  width: 80px;
}
.brand-filter li.fiat a {
  background-position: -50px -220px;
  width: 50px;
}
.brand-filter li.mopar a {
  background-position: -49px -291px;
  width: 50px;
}
.brand-filter li.alfaromeo a {
  background-position: -50px -364px;
  width: 50px;
}
.brand-filter li.srt a {
  background-position: -25px -421px;
  width: 105px;
}
.fulloverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.9);
}
.close-modal {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url('../img/close.png');
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 1375px) {
  .brandmenu {
    float: left;
    padding: 0 0 0 3%;
  }
  .brandmenu li {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 1300px) {
  #header .logo {
    padding: 37px 5px 37px 5px;
  }
  .article {
    padding: 0 25px;
  }
}
@media (max-width: 1255px) {
  .single .wrap-author .info-author {
    width: 78%;
  }
}
@media (max-width: 1185px) {
  .single .wrap-author .info-author {
    width: 76%;
  }
}
@media (max-width: 1135px) {
  .wrap-author .info-author {
    width: 60%;
  }
  .single .wrap-author .info-author {
    width: 74%;
  }
}
@media (max-width: 1085px) {
  .wrap-author .info-author {
    width: 55%;
  }
  .single .wrap-author .info-author {
    width: 71%;
  }
}
@media (max-width: 1024px) {
  .wrapper {
    width: 100%;
  }
  #sidebar {
    width: 265px;
  }
  #home-banner .caption-banner {
    width: 265px;
  }
  .article {
    padding: 0 25px;
  }
  .single-image .caption-image {
    padding: 10px 25px;
  }
  #sidebar .menusidebar .form-search input[type="submit"] {
    right: -21px;
  }
  .wrap-author .info-author {
    width: 70%;
    padding: 0px 0 20px 20px;
  }
  .wrap-author .image-author {
    max-width: 200px;
    width: 200px;
  }
  .single .wrap-author .info-author {
    width: 76%;
  }
}
@media (max-width: 981px) {
  .wrap-author .info-author {
    width: 68%;
  }
  .single .wrap-author .info-author {
    width: 75%;
  }
}
@media (max-width: 941px) {
  .wrap-author .info-author {
    width: 66%;
  }
  .single .wrap-author .info-author {
    width: 73%;
  }
}
@media (max-width: 905px) {
  .wrap-author .info-author {
    width: 60%;
  }
  .single .wrap-author .info-author {
    width: 70%;
  }
}
@media (max-width: 830px) {
  .single .wrap-author .info-author {
    width: 68%;
  }
}
@media (max-width: 816px) {
  .wrap-author .image-author {
    max-width: 150px;
    width: 150px;
  }
  .wrap-author h1.entry-title {
    font-size: 25px;
  }
}
@media (max-width: 785px) {
  .single .wrap-author .info-author {
    width: 65%;
  }
}
@media (max-width: 767px) {
  #header .chyrsler_s_logo {
    background-color: #eaeaea;
    background-size: auto 80%;
    bottom: 0;
    display: inline-block;
    left: 62px;
    right: inherit;
    top: inherit;
    width: 100%;
    padding: 0 0 5px 20px;
  }
  #header .chyrsler_s_logo img {
    width: 100px;
  }
  .wrap-mobile-menu {
    display: block;
    float: right;
    padding: 34px 25px;
  }
  .wrap-mobile-menu .mobile-menu {
    margin: 0;
    padding: 0;
    display: none;
    background-color: #F3F3F3;
    border-top: 1px solid #CCCCCC;
    width: 360px;
    position: absolute;
    right: 0;
    top: 92px;
    z-index: 10;
  }
  .wrap-mobile-menu .mobile-menu li {
    list-style: none;
    display: block;
    font-size: 17px;
  }
  .wrap-mobile-menu .mobile-menu li a {
    display: block;
    padding: 16px 0 16px 60px;
    background-image: url('../img/mobile-icons.png');
    background-position: 12px -306px;
    background-repeat: no-repeat;
  }
  .wrap-mobile-menu .mobile-menu li.wrap-search {
    background-color: #fff;
    padding: 16px 0 16px 0px;
    background-position: 12px 0;
  }
  .wrap-mobile-menu .mobile-menu li.wrap-search input[type="submit"] {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/mobile-icons.png");
    background-position: 12px -3px;
    background-repeat: no-repeat;
    border: 0 none;
    font-size: 17px;
    text-indent: -9999px;
    width: 60px;
  }
  .wrap-mobile-menu .mobile-menu li.wrap-search input[type="text"] {
    font-size: 17px;
    width: 250px;
    border: 0;
  }
  .wrap-mobile-menu .mobile-menu li.whoweare a {
    background-position: 12px -52px;
  }
  .wrap-mobile-menu .mobile-menu li.comment-policy a {
    background-position: 12px -113px;
  }
  .wrap-mobile-menu .mobile-menu li.contact-us a {
    background-position: 12px -182px;
  }
  .wrap-mobile-menu .mobile-menu li.filterbrand a {
    background-position: 12px -244px;
  }
  .wrap-mobile-menu .icon-mobile-menu {
    background-image: url('../img/icon-mobile.png');
    display: block;
    width: 24px;
    height: 24px;
  }
  .search-results .wrap-result .head-result h1 {
    background-position: left 2px;
    padding: 3px 0 3px 40px;
  }
  #header .wrap-header {
    padding: 8px 0 30px 20px;
  }
  #header .wrap-header img {
    width: 106px;
    height: auto;
  }
  #header .wrap-header span span {
    display: none;
  }
  #header .wrap-header span .small-chrysler {
    left: 0;
  }
  #header .logo {
    padding: 30px 5px 43px;
  }
  #header .logo img {
    width: 52px;
    height: auto;
  }
  .filterbrand {
    display: none;
  }
  .wrap-result .head-result h1 {
    font-size: 20px;
  }
  #home-banner .img-banner img {
    visibility: visible;
  }
  #home-banner .caption-banner {
    width: 100%;
  }
  #home-banner .article {
    width: 100%;
    padding: 25px;
  }
  #home-banner .article .entry-title {
    font-size: 16px;
  }
  #home-banner .caption-banner .article {
    padding-left: 25px;
  }
  #sidebar {
    display: none;
  }
  #main-content {
    width: 100%;
  }
  .socialmenu {
    width: 100%;
    text-align: center;
  }
  .socialmenu > li.chrysler-logo {
    display: none;
  }
  .socialmenu > li.feed {
    width: 40px;
  }
  .socialmenu > li.feed a span {
    display: none;
  }
  #footer .copy {
    display: none;
  }
  #footer .wrap-nav-foot {
    border-bottom: 0;
  }
  h1 {
    font-size: 16px;
  }
  .big-font {
    font-size: 20px;
  }
  .dropdown-list header h2 {
    font-size: 16px;
  }
  .article.format-video .entry-image .player-icon {
    background-image: url('../img/player-icon.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0px -2px;
    width: 80px;
    height: 80px;
  }
  .article.format-video .entry-image:hover .player-icon {
    background-position: 0px -90px;
  }
  .wrap-author .info-author {
    width: 75%;
  }
  .wrap-author h1.entry-title {
    font-size: 20px;
  }
  .wrap-form-contact #form-contact input[type="text"] {
    width: 100%;
  }
  .single .wrap-author .info-author {
    width: 76%;
  }
  #home-banner .bx-wrapper .bx-pager {
    left: 0;
    width: auto;
    margin: 0 auto;
  }
}
@media (max-width: 675px) {
  .single .wrap-author .info-author {
    width: 73%;
  }
}
@media (max-width: 650px) {
  .wrap-author .info-author {
    width: 70%;
  }
}
@media (max-width: 606px) {
  .single .wrap-author .info-author {
    width: 70%;
  }
}
@media (max-width: 590px) {
  .socialmenu {
    border-bottom: 1px solid #959595;
  }
  .brandmenu {
    width: 100%;
    border-bottom: 1px solid #959595;
    margin: 0px 0 10px;
    padding-bottom: 20px;
  }
  .brandmenu li {
    display: block;
    text-align: center;
    margin: 10px;
  }
}
@media (max-width: 550px) {
  .wrap-author .info-author {
    width: 65%;
  }
  .single .wrap-author .info-author {
    width: 66%;
  }
  .post-navigation .nav-links a {
    width: 50%;
  }
}
@media (max-width: 490px) {
  .single .wrap-author .info-author {
    width: 65%;
  }
}
@media (max-width: 480px) {
  .single .wrap-author .info-author {
    width: 100%;
  }
  .wrap-author .info-author {
    width: 100%;
    padding: 0 0 20px 0px;
  }
  .wrap-author.featured-author .info-author {
    padding: 0 25px 20px 25px;
  }
  .wrap-author .image-author {
    display: none;
  }
  #main-content .yop-poll-container .yop-poll-answers li[class^="yop-poll-li-answer"] {
    display: block;
    text-align: left;
  }
  #main-content .yop-poll-container .yop_poll_result_link {
    text-decoration: none !important;
    background-color: #4F4F4F;
    color: #fff!important;
    padding: 10px 20px;
    width: 100%!important;
    float: none!important;
    font-size: 16px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: block;
    margin: 5px 3px;
    text-align: center;
  }
  #main-content .yop-poll-container .yop-poll-footer div[id^="yop-poll-results"] {
    padding: 0;
    width: 100%!important;
  }
  .post-navigation .nav-links a {
    width: 50%;
    font-size: 12px;
  }
  .post-navigation .nav-links a img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 450px) {
  .wrap-author .info-author {
    width: 70%;
  }
}
@media (max-width: 380px) {
  .socialmenu > li {
    padding: 13px 1px;
  }
}
@media (max-width: 360px) {
  .wrap-mobile-menu .mobile-menu {
    width: 100%;
  }
}
