/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*
    Copyright 2017 Speed Heads
	https://www.speedheads.de
*/

/* load google fonts locally */

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/oswald-v49-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oswald-v49-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v49-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v49-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v49-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v49-latin-300.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v49-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oswald-v49-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v49-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v49-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v49-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v49-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* oswald-500 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/oswald-v49-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oswald-v49-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v49-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v49-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v49-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v49-latin-500.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* oswald-700 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/oswald-v49-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/oswald-v49-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v49-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v49-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v49-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v49-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}


body {
    background: #369;
    font-family: "Oswald", sans-serif;
    font-weight: 400
}

img {
    max-width: 100%;
    height: auto
}

h1 {
    font-weight: 500;
    color: #333333;
    margin: 0 0 10px;
    font-size: 26px;
    text-transform: uppercase;
}

h2 {
    font-weight: 500;
    color: #353535;
    margin: 0 0 10px;
    font-size: 22px;
    text-transform: uppercase;
}

h3 {
    font-weight: 500;
    color: #000000;
    margin: 0 0 10px;
    font-size: 18px;
    text-transform: uppercase;
}

h4 {
    font-weight: 500;
    color: #333333;
    margin: 0 0 10px;
    font-size: 15px;
}

label {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #666666;
    font-weight: 700;
}

p {
    font-family: "Roboto", sans-serif;
    color: #666666;
    font-size: 12px;
}

.checkboxss {
    font-family: "Roboto", sans-serif;
    color: #999999;
    font-size: 14px;
}

.password {
    font-family: "Roboto", sans-serif;
    color: #666;
    font-size: 12px;
}

.input-password {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.input-email {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.social-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.copyright-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
}

a.upload-profile {
    font-family: "Roboto", sans-serif;
    color: #ff9900;
    font-size: 15px;
    font-weight: 400;
    text-decoration: underline;
}

a.upload-profile:hover {
    text-decoration: none;
}


/* Custom Checkbox */

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #ebeced;
    border-radius: 2px;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    margin-top: 1px;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    -webkit-transform: scale(3) rotateZ(-20deg);
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    -webkit-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #f7a700;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.navbar {
    border: 0px solid transparent;
}

.main_wrapper {
    background: rgba(0, 0, 0, 0) url(/img/wrapper_bg.png) repeat-y scroll 0 0/100% auto;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.5);
    margin: 10px auto;
    padding: 25px 0;
    width: 1020px
}

.header_area {
    background: #286591 none repeat scroll 0 0;
    border-bottom: 5px solid #f7a700;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    position: relative
}

.header_area:before {
    background: #fff;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: -5px;
    position: absolute;
    content: ""
}

.navbar-brand {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.29);
    height: auto;
    left: 15px;
    padding: 0;
    position: absolute;
    top: 0;
	z-index: 100;
}
.navbar-brand > img {
	z-index: 100;	
}

.collapse.navbar-collapse {
    margin-left: 90px;
    float: left
}

.navbar {
    margin-bottom: 0;
    min-height: 0
}

.navbar-nav > li > a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li:hover > a,
.navbar-nav > li > a:focus,
.navbar-nav > li.active > a {
    background: #f7a700 none repeat scroll 0 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2) inset
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #f7a700;
    border: 0
}

.nav.navbar-nav .dropdown-menu {
    background-color: #f7a700;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.176);
    font-size: 15px;
    line-height: 30px;
    min-width: 245px;
    padding: 15px 15px 24px;
    top: 100%
}

.nav.navbar-nav .dropdown-menu > li > a {
    border-bottom: 1px solid #f7c578;
    clear: both;
    color: #fff;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 5px 10px;
    white-space: nowrap
}

.nav.navbar-nav .dropdown-menu > li > a:hover {
    background: transparent;
    color: #5b3e02
}

.navbar-right {
    float: right
}

.navbar-right .nav.navbar-nav > li {
    background: #092d47 none repeat scroll 0 0;
    height: 40px;
    position: relative;
    cursor: pointer
}

.navbar-right .nav.navbar-nav > li i {
    padding: 10px;
    font-size: 20px;
    color: #fff
}

.navbar-right .nav.navbar-nav > li i#right_nav_menu {
    border-color: #286591;
    border-style: solid;
    border-width: 0px 1px 0px 1px;
}

.navbar-right .nav.navbar-nav > li:first-child {
    background: #12456a
}

.navbar-right .nav.navbar-nav > li.active {
    background: #f7a700 none repeat scroll 0 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2) inset
}

.navbar-right .nav.navbar-nav > li form#search {
    border: 5px solid #f7aa08;
    position: absolute;
    right: 0;
    top: 43px;
    width: 280px;
    display: none
}

.navbar-right .nav.navbar-nav > li form#search input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #333;
    font-size: 12px;
    padding: 7px;
    width: 100%
}

.navbar-right .nav.navbar-nav li > ul.dropdown-menu {
    height: 315px;
    overflow-x: hidden
}

.navbar-toggle {
    background: #12456a none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    float: none;
    margin: 0;
    padding: 0;
    top: 0;
}

.navbar-toggle #mobile_nav_menu {
    color: #fff;
    font-size: 20px;
    padding: 10px;
}

.navbar-toggle .icon-bar {
    background: #f7a700 none repeat scroll 0 0
}

.ad_four_area {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
	overflow: hidden;
}

.main_content_area {
    background: #fff;
    overflow: hidden;
}

.main_content_area > .col-sm-8 {
    box-shadow: 6px 0 3px -4px rgba(8, 8, 8, 0.3);
    padding: 0;
    z-index: 1;
    min-height: 1500px;
}

.breadcrumb {
    padding: 15px 0;
    margin: 0 20px;
    text-transform: uppercase;
	list-style: none !important;
	border-radius: 0 !important;
	background-color: transparent !important;	
}

.breadcrumb p {
    overflow: hidden
}

.breadcrumb p span {
    float: left;
}

.breadcrumb p span i {
    color: #ccc;
    font-size: 18px;
    margin-right: 10px
	
}

.breadcrumb p span.current {
    color: #666
}

.breadcrumb p a {
    float: left;
    margin-right: 10px;
    color: #666
}

.breadcrumb p a i {
    color: #4d4d4d;
    font-size: 15px
}

.single_post {
    margin: 0 20px;
}

.post_title h1 {
    margin-top: 0;
    color: #333;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px
}

.post_title p {
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    color: #999
}

.post_title p a {
    color: #666666;
}

.post_content h3 {
    color: #333;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px
}

.post_content p {
    color: #333;
    font-size: 15px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 25px
}

.post_content ul {
	color: #333;
    font-size: 15px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
	list-style-position: outside;
	list-style-type: square;
	padding-left: 20px;
}

.post_content ul.adventskalender {
	list-style-type: numeric;
}

.post_content ul li {
	margin-bottom: 15px;
}

.post_thumbnail {
    border: 18px solid #f0f0f0;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative
}

.post_thumbnail > img {
    width: 100%
}

.post_thumbnail .image_gallary a {
    color: #fff;
    left: 50%;
    margin-left: -65px;
    margin-top: -65px;
    position: absolute;
    top: 50%
}

.post_thumbnail .image_gallary a i {
    font-size: 140px;
    text-shadow: 3px 3px 7px #000
}

.thumbnail_content {
    bottom: 15px;
    position: absolute;
    right: 15px
}

.thumbnail_content p a {
    background: #f7a700 none repeat scroll 0 0;
    border-bottom: 2px solid #d28e00;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 10px;
    text-transform: uppercase;
    width: 150px;
    margin-bottom: 0
}

.thumbnail_content p a:hover {
    background: #ffcd03;
    text-decoration: none
}

.thumbnail_content p a i {
    color: #9B6A01;
    margin-right: 10px;
}

.post_thumbnail_gallery {
    background: #f0f0f0 none repeat scroll 0 0;
    margin: 0 20px 60px;
    padding: 12px 12px 0
}

.post_thumbnail_gallery ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-left: -10px
}

.post_thumbnail_gallery ul li {
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 144.8px
}

.post_thumbnail_gallery ul li a {
    display: block
}

.post_thumbnail_gallery ul li a img {
    width: 100%
}

.post_thumbnail_gallery ul li a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9
}

.comment_section > span,
.feature_post > span,
.auto_news > span,
.top_article > span,
.hot_carbabes > span,
.single_page_content > span,
.review_box > span {
    background: #f0f0f0 none repeat scroll 0 0;
    color: #333;
    font-size: 22px;
	font-weight: 500;
    line-height: 34px;
    margin: 0;
    padding: 5px 20px;
    text-transform: uppercase;
	display: block;
}

.comment_section h2 a {
    color: #666666;
    font-size: 14px;
    float: right;
    font-weight: 400;
}

.single_comment {
    border-bottom: 4px solid #f0f0f0;
    margin: 0 20px 20px;
    overflow: hidden;
    padding: 20px 0
}

.author_thumb {
    background: #ccc none repeat scroll 0 0;
    border-radius: 100%;
    float: left;
    height: 48px;
    margin-right: 20px;
    text-align: center;
    width: 48px
}

.comment_details {
    float: left;
    width: 88.8%
}

.comment_details p {
    font-size: 15px;
    line-height: 22px;
    color: #666;
    font-family: "Open Sans", sans-serif
}

.comment_title {
    overflow: hidden
}

.comment_title h2 {
    color: #666;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    margin: 0
}

.comment_title p {
    color: #c6ccd2;
    float: right;
    font-size: 14px;
    line-height: 22px
}

.comment_title p i {
    color: #c6ccd2;
    margin-right: 5px
}

.comment_footer {
    overflow: hidden;
    margin-bottom: 60px;
    margin: 0 20px
}

.comment_footer p {
    color: #333;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    width: 68%
}

.comment_section {
    margin-bottom: 20px;
}

.comment_footer button {
    background: #f7a700 none repeat scroll 0 0;
    border-color: #d28e00;
    border-style: solid;
    border-width: 0 0 2px;
    color: #fff;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 10px
}

.comment_footer button:hover {
    background: #ffcd03
}

.comment_footer button img {
    margin-right: 7px
}

.comment_footer a {
    color: #333;
}

.comment_footer a:hover {
	text-decoration:underline;
}

.feature_post.single .comment_footer {
    margin: 20px 20px 65px;
}

.feature_post.single .comment_footer button {
    float: right;
}

.feature_post > h2 {
    margin-bottom: 15px
}

.feature_single_post {
    border-bottom: 4px solid #f0f0f0;
    overflow: hidden;
    padding: 10px 0
}

.feature_single_post:last-child {
    border-bottom: 0
}

.feature_single_post_thumb {
    float: left;
    margin-right: 10px;
    width: 120px
}

.feature_single_post_thumb img {
    width: 100%
}

.feature_single_post_content {
    float: left;
    width: 78%
}

.feature_single_post_content h2 {
    line-height: 5px;
    margin-bottom: 10px;
    margin-top: 3px;
}

.feature_single_post_content h2 a {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.feature_single_post_content p {
    color: #666;
    font-size: 14px;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
}

.main_content_area > .col-sm-4 {
    padding-left: 0;
    padding-right: 0
}

.auto_news {
    margin-top: 30px;
}

.single_auto_news {
    border-bottom: 4px solid #f0f0f0;
    margin-bottom: 40px;
    margin-top: 25px;
    margin-left: 20px;
    margin-right: 20px;
}

.single_auto_news_thumb {
    position: relative
}

.single_auto_news_thumb img {
    width: 100%
}

.single_auto_news_thumb p {
    background: #353535 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    left: 0;
    margin-bottom: 0;
    padding: 0 5px;
    position: absolute;
    top: 0
}

.single_auto_news_content {
    width: 100% !important;
}

.single_auto_news_content h2,
.single_auto_news_content span {
    margin: 10px 0 10px 0;
	text-transform: uppercase;
	display: block;	
}

.single_auto_news_content h2 a,
.single_auto_news_content span a {
    color: #666;
    font-size: 16px;
    font-weight: 600;
	line-height: 1.1;
}
.single_auto_news_content h2 a:hover,
.single_auto_news_content span a:hover {
	text-decoration: none;
}

.single_auto_news_content p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #666
}

.top_article > h2 {
    margin-bottom: 30px
}

.single_article {
    overflow: hidden;
    border-bottom: 4px solid #f0f0f0;
    padding: 7px 0;
    margin: 0 20px;
}

.single_article_thumb {
    float: left;
    margin-right: 15px;
    width: 100px
}

.single_article_content a {
    color: #666;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    display: block;
    text-transform: uppercase;	
	text-decoration: none;
}

.hot_carbabes > h2, .hot_carbabes > span {
    margin-top: 40px;
    margin-bottom: 25px
}

.hot_carbabes_single {
    border-bottom: 4px solid #f0f0f0;
    margin: 0 20px 40px;
}

.hot_carbabes_single h2, .hot_carbabes_single span {
    font-size: 15px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
	margin: 0 0 10px;
	display: block;
}

.hot_carbabes_single a {
    color: #666;
    text-decoration: none;
}

.hot_carbabes_single a:hover {
    text-decoration: underline;
}

.hot_carbabes_single p {
    font-size: 14px;
    color: #666;
    font-family: "Roboto", sans-serif
}

.hot_carbabes_single_thumb {
    overflow: hidden;
    margin-bottom: 20px
}

.hot_carbabes_single_thumb_img {
    float: left;
    width: 48%
}

.hot_carbabes_single_thumb_img.left {
    padding-right: 10px
}

.hot_carbabes_single_thumb_img.right {
    padding-left: 10px
}

.hot_carbabes_single_thumb_img img {
    width: 100%
}

.promo_area {
    background: #f7f8f9;
    box-shadow: 0 0 15px #888 inset;
    padding: 5px 0;
    border-bottom: 4px solid #f7ae00
}

.promo_area .col-sm-8 {
    box-shadow: 6px 0 3px -4px rgba(8, 8, 8, 0.3);
    padding: 15px 0;
    min-height: 250px;
}

.promo_area .col-sm-4 {
    padding: 0
}

.single_promotion {
    border-bottom: 4px solid #f0f0f0;
    margin-right: 20px;
}

.single_promotion:last-child {
    border-bottom: 0
}

.single_promotion h2 {
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 0
}

.single_promotion h2 a {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700
}

.single_promotion p {
    color: #333;
    font-size: 12px;
    line-height: 18px;
    font-family: "Open Sans", sans-serif
}

.promo_sidebar {
    margin-left: 30px
}

.promo_sidebar h2 {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700
}

.promo_sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.promo_sidebar ul li {
    display: block
}

.promo_sidebar ul li a {
    display: block;
    color: #333;
    font-size: 12px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif
}

.promo_two_area {
    background: #013f6c
}

.promo_two_area .col-sm-8 {
    padding: 20px 0;
    box-shadow: 6px 0 3px -4px rgba(8, 8, 8, 0.3)
}

.promo_two_area .col-sm-4 {
    padding: 0
}

.promo_two_content span,
.promo_two_siderbar span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 0;
    text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}

.promo_two_content p {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-family: "Open Sans", sans-serif
}

.promo_two_content p a {
    color: #fff;
    text-decoration: underline;
}

.promo_two_content p a:hover {
    text-decoration: none;
}

.social_bookmarks {
    margin-top: 20px
}

.social_bookmarks ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.social_bookmarks ul li {
    display: inline-block
}
.social_bookmarks ul li svg{
	height: 20px;
}
.social_bookmarks ul li svg path{	
	fill:#FFF;
}

.social_bookmarks ul li a {
    display: block;
    margin-right: 5px
}

.social_bookmarks ul li a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7
}

.promo_two_siderbar {
    margin-left: 30px
}

.promo_two_siderbar h2, promo_two_siderbar span {
    margin-top: 20px
}

.promo_two_siderbar ul {
    color: #fff;
    list-style: outside none square;
    margin: 0;
    padding: 0 15px;
    overflow: hidden
}

.promo_two_siderbar ul li {
    float: left;
    width: 50%
}

.promo_two_siderbar ul li a {
    color: #fff;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
    position: relative;
    top: -2px
}

.client_list_area {
    background: #f7f7f7
}

.client_list_area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.client_list_area ul li {
    display: inline-block
}

.client_list_area ul li a {
    display: block;
    padding: 10px 40px
}

.client_list_area ul li a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6
}

.footer_area p {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 0 130px
}

.footer_area p span {
    font-weight: 700
}

.add_codes {
    margin: 0 auto;
    position: relative;
    width: 1060px
}

.ad_one {
    margin: 0 auto;
    text-align: right;
    width: 1020px;
	overflow: hidden;
}

.ad_two {
    position: absolute;
    right: -300px;
    text-align: left;
    top: 0;
    width: 300px
}


/* Page CSS */

.single_page_content {
    padding-bottom: 80px
}

.single_page_content h1, .single_page_content h2 {
    color: #333;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    margin-top: 35px;
    margin-bottom: 25px
}

.single_page_content > h2 {
    margin-top: 0;
    font-size: 26px;
    line-height: 34px;
    color: #333;
    font-weight: 600;
    margin-bottom: 0
}

.single_page_content p {
    color: #333;
    font-size: 15px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
}

.single_page_content p a {
    color: #333;
    text-decoration: underline
}

.single_page_content p a:hover {
    text-decoration: none
}

.page_content_one {
    border-bottom: 4px solid #f0f0f0;
    padding-bottom: 20px;
    margin: 25px 20px;
}

.page_content_one_p {
    margin-bottom: 40px
}

.page_content_one_p p span,
.page_content_two_footer p span {
    display: inline-block;
    width: 60%
}

.page_content_two {
    border-bottom: 4px solid #f0f0f0;
    padding-bottom: 20px;
    margin: 0 20px;
}

.page_content_two_con {
    overflow: hidden;
    margin-bottom: 40px
}

.page_content_two_left {
    float: left;
    width: 60%
}

.page_content_two_right {
    float: left;
    width: 40%
}

.page_content_three {
    overflow: hidden;
    border-bottom: 4px solid #f0f0f0;
    padding-bottom: 20px;
    margin: 0 20px;
}

.single_page_content_three {
    float: left;
    width: 60%
}

.single_page_content_three img,
.single_page_content_three_t img {
    margin-bottom: 20px
}

.single_page_content_three_t {
    float: left;
    width: 40%
}

.page_content_four {
    border-bottom: 4px solid #f0f0f0;
    padding-bottom: 20px;
    margin: 0 20px;
}

.page_content_four p {
    margin-bottom: 20px
}


/* Category CSS */

.category_content_title {
    margin-bottom: 20px;
    padding: 0 20px;
}

.category_content_title h2 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    overflow: hidden;
}

.category_content_title a {
    color: #333;
}

.category_content_title a:hover {
	text-decoration:underline;	
}

.category_content_title p {
    font-size: 14px;
    line-height: 18px;
    color: #333;
    font-weight: 400;
    font-family: "Roboto", sans-serif
}

.feature_post_head {
    background: #f0f0f0 none repeat scroll 0 0;
    border-bottom: 4px solid #ccc;
    padding: 6px 10px;
    margin-bottom: 20px;
    min-height: 51px;
}

.feature_post_head h2 {
    color: #333;
    float: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    margin: 0;
    text-transform: uppercase;
    width: 35%;
    padding: 0 10px;
}

.feature_post_head form {
    float: right;
    text-align: right;
    width: 65%;
}

.feature_post_head form input[type="text"] {
    border: 0;
    background: #fff;
    padding: 5px;
    font-size: 12px;
    margin-right: 15px;
    width: 45%;
}

.feature_post_head form select {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    padding: 2.5px 10px;
    margin-right: 20px
}

.feature_post_head form button {
    font-size: 14px;
    line-height: 34px;
    color: #666;
    border: 0;
    background: transparent;
    font-weight: 400
}

.feature_post_head form button:hover {
    color: #333
}

.category_content .feature_single_post:last-child {
    border-bottom: 4px solid #f0f0f0
}

.paginations {
    overflow: hidden;
    margin: 15px 20px 0;
}

.paginations.page {
    overflow: hidden;
    margin: 15px 0;
}

.paginations p {
    font-size: 15px;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700
}

.paginations p.pagi_left {
    float: left;
    width: 30%;
    color: #333;
    padding: 10px 0
}

.paginations p.pagi_right {
    color: #999;
    float: right;
    padding: 10px 0;
    text-align: right;
    width: 70%
}

.paginations p a {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    background: #ccc;
    border-bottom: 2px solid #aeaeae;
    padding: 10px;
    text-align: center;
    margin-left: 3px;
    display: inline-block;
    margin-bottom: 3px;
}

.paginations p a.next {
    background: #999;
    border-color: #828282
}

.paginations p a:hover,
.paginations p a.current {
    background: #f7a700;
    text-decoration: none;
    border-color: #d28e00
}


/* Home Page */

.home_page {
    padding-bottom: 60px
}

.home_title {
    overflow: hidden;
    border-bottom: 5px solid #ccc;
    background: #f0f0f0;
    padding: 5px 10px;
    margin-bottom: 20px;
    margin-top: 50px
}

.home_title h2 {
    font-size: 14px;
    margin: 0;
    line-height: 34px;
    color: #333;
    float: left;
/*    width: 50%; */
    text-transform: uppercase;
    padding: 0 10px;
}

.home_title a {
    color: #666;
    font-size: 14px;
    line-height: 34px;
    float: right;
/*    width: 40%; */
    text-align: right;
    text-transform: uppercase;
    margin-right: 10px;
}

.home_page .feature_single_post:last-child {
    border-bottom: 4px solid #f0f0f0
}

.feature_post {
    margin: 0;
}

.category_content .feature_post,
.home_promo_one .feature_post,
.feature_post.single .feature_single_post {
    margin: 0 20px;
}

.post_foot {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 20px;
}

.post_foot ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.post_foot ul li {
    display: inline-block
}

.post_foot ul li a {
    border-right: 1px solid #666;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-right: 5px;
    padding-right: 10px;
    text-transform: uppercase
}

.post_foot ul li:last-child a {
    border-right: 0
}

.home_promo_two_list {
    background: #f0f0f0;
    padding: 10px;
    margin: 0 20px;
}

.home_promo_two_list h2 {
    margin: 0 0 10px;
    color: #333;
    font-size: 16px;
    text-transform: uppercase
}

.home_promo_two_list a {
    color: #333;
    text-decoration: none;
}

.home_promo_two_list a:hover {
    text-decoration: underline;
}

.home_promo_two_list h2.nd_title {
    margin-top: 20px
}

.home_promo_two_list h2 span {
    float: right;
    font-weight: 300
}

.home_promo_two_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.home_promo_two_list ul li {
    display: block;
    float: left;
    margin-right: 8px;
    width: 80.74px
}

.home_promo_two_list.two ul li {
    width: 147px
}

.home_promo_two_list ul li a {
    display: block
}

.home_promo_two_list ul li a img {
    width: 100%
}

.home_promo_two_list ul li:last-child {
    margin-right: 0
}

.home_promo_two_list ul li a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6
}

.ad_three {
    margin: 0 20px;
}

.login_page {
    background: #f7a700;
    width: 252px;
    padding: 10px 20px;
    border-bottom: 2px solid #ced2d6;
    position: absolute;
    right: 0;
    z-index: 999;
    box-shadow: 0 10px 4px rgba(0, 0, 0, .2);
    top: 100%;
    margin-top: 4px;
    display: none;
}

.login_page form {
    overflow: hidden;
}

.login_page form label {
    border-bottom: 1px solid #f7c578;
    padding: 4px 0;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

.login_page form label input {
    border: 0;
    width: 135px;
    float: right;
    padding: 2px 6px;
    font-weight: 400;
    color: #000;
}

.login_page form label span {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    float: left;
    margin-top: 2px;
    font-weight: 400;
}

.login_page form input[type="submit"] {
    background: #12456a;
    border-style: solid;
    border-color: #0f3b5a;
    border-width: 0 0 1px 0;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 15px;
    float: right;
    margin-bottom: 20px;
    width: 135px;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
}

.login_page form input[type="submit"]:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.login-link {
    overflow: hidden;
    margin-bottom: 25px;
}

.login-link a {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    float: left;
    border-bottom: 1px solid #f7c578;
}

.login-link a:last-child {
    float: right;
}

.login-link a:hover {
    text-decoration: none;
    border-color: transparent;
}

.easy-login {}

.easy-login span {
    border-bottom: 1px solid #f7c578;
    font-size: 14px;
    color: #fff;
    margin: 0 0 10px;
    padding-bottom: 5px;
    font-weight: 400;
	text-transform: uppercase;
	line-height: 1.1;
	display:block;
}

.easy-login button {
    background: #425eac url(/img/fb_bg.png) repeat-x scroll 0 0 / 100% auto;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border: 0;
    display: block;
    margin: 0 5px;
    -webkit-transition: .4s;
    transition: .4s;
}

.easy-login button img {
    margin-right: 5px;
}

.easy-login button:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.featured_post_slider {
    border: 1px solid #d5d5d5;
    margin: 0 20px 30px;
    padding: 5px 20px;
    overflow: hidden;
}

.featured_post_slider_list {
    float: left;
    width: 475px;
}

.single_post_slider {}

.featured_post_slider_text {
    float: left;
    width: 111px;
    margin-left: 5px;
}

.featured_post_slider_text h2 {
    font-size: 11px;
    line-height: 12px;
    color: #999999;
    margin: 0;
}

.featured_post_slider_text h2 a {
    color: #333333;
    text-decoration: underline;
}

.featured_post_slider_text h2 a:hover {
    text-decoration: none;
}

.featured_post_slider .owl-nav .fa {
    color: #c0c0c0;
    font-size: 20px;
}

.featured_post_slider .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: -15px;
}

.featured_post_slider .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: -130px;
}

.feature_post_head.login {
    border: 0;
    padding: 5px 10px;
    margin-bottom: 35px;
    min-height: auto;
}

.feature_post_head.login h2 {
    float: none;
    overflow: hidden;
    width: 100%;
}

.login-register {
    overflow: hidden;
    padding: 0 45px;
    margin-bottom: 85px;
}

.login-register label,
.login-details-option label,
.password-reset label {
    color: #666666;
    color: 14px;
    line-height: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}

.login-register-single {
    margin-bottom: 30px;
    min-height: 65px;
}

.login-register-single.profile {
    overflow: hidden;
    margin-bottom: 30px;
    clear: both;
}

.single-register-select .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.feature_post_head .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto;
    min-width: 85px;
}

.btn-default,
.feature_post_head .btn-default {
    color: #777c80;
    background-color: #fff;
    border-color: #ebeced;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    padding-right: 35px;
}

.bs-caret,
.feature_post_head .bs-caret {
    background: #ebeced url(/img/arrow.png) no-repeat scroll center center;
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    width: 30px;
}

.feature_post_head .bs-caret {
    background-color: #CCCCCC;
}

.caret {
    border-top: 0;
}

.feature_post_head .btn-default {}

.single-register-select .bootstrap-select.btn-group .dropdown-toggle .caret,
.feature_post_head .bootstrap-select.btn-group .dropdown-toggle .caret {
    display: none;
}

.single-register-select .btn-new {}

.login-register-header-left {
    float: left;
    margin-right: 50px;
    width: 140px;
}

.single-register-select {}

.login-register-header-right {
    float: left;
    width: 393px;
}

.login-register-header-right p {
    font-family: "Roboto", sans-serif;
    color: #666;
    font-size: 14px;
}

.profile-image {
    margin-bottom: 10px;
}

.profile-image img {
    width: 100%;
}

.profile-button {}

.profile-button button {
    border: 0;
    background: transparent;
    color: #424448;
    font-size: 15px;
    line-height: 29px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    display: inline-block;
    padding: 0;
}

.profile-button button#upload {
    color: #ff9900;
    text-decoration: underline;
}

.profile-button button:hover {
    text-decoration: underline;
}

.profile-button button#upload:hover {
    text-decoration: none;
}

.single-input-register {}

.single-input-register input,
.login-details-left input,
.password-reset-input input[type=email],
.userlogin {
    background: #fcfcfc;
    font-family: "Open Sans", sans-serif;
    color: #777c80;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #ecedee;
    margin-bottom: 15px;
    width: 100%;
    padding: 7px 15px;
}

.login-register-required {}

.login-register-required label,
.login-details-submit label {
    font-family: "Roboto", sans-serif;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.login-register-required label input,
.login-details-submit label input[type=checkbox] {
    position: relative;
    margin-right: 8px;
    top: 2px;
}

.login-register-required p {
    color: #999999;
    font-weight: 400;
    line-height: 15px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.login-register-required p a {
    color: #666666;
    text-decoration: underline;
}

.login-register-required p a:hover {
    text-decoration: none;
}

.login-register input[type=submit],
.login-details-submit input[type=submit],
.password-reset-input input[type=submit] {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: #f7a700;
    text-transform: uppercase;
    padding: 10px 40px;
    border-color: #d28e00;
    border-style: solid;
    border-width: 0 0 2px 0;
}

.login-register input[type=submit]:hover,
.login-details-submit input[type=submit]:hover,
.password-reset-input input[type=submit]:hover {
    background: #FFCD03;
}

.login-details {
    padding: 0 45px;
    margin-bottom: 85px;
}

.login-details p,
.password-reset p {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #999999;
    font-size: 14px;
    line-height: 15px;
}

.login-details-option {
    overflow: hidden;
    margin-top: 15px;
}

.login-details-left {
    float: left;
    width: 269px;
    margin-right: 53px;
    position: relative;
}

.login-details-left:before {
    content: "oder";
    color: #666666;
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    right: -36px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    background: #fff;
    z-index: 1;
    padding-bottom: 1px;
}

.login-details-left:after {
    content: "";
    background: #ebeced;
    height: 87px;
    width: 1px;
    position: absolute;
    top: 30px;
    right: -26px;
}

.login-details-left input {}

.login-details-right {
    float: left;
    width: 261px;
}

.login-details-right button {
    color: #ce3e26;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    border: 2px solid #ebeced;
    color: #fff;
    margin-bottom: 3px;
    display: block;
    width: 100%;
    padding: 8px;
    -webkit-transition: .4s;
    transition: .4s;
}

.login-details-right button:hover {
    /* background: #F5A600; */
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.login-details-right button span {
    font-weight: 700;
}

.login-details-right button i {
    margin-right: 13px;
}

.login-details-right button#facebook {
    background: #44619d;
}

.login-details-right button#google {
    background: #ce3e26;
}

.login-details-right button#facebook:hover {
    background: #385798;
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.login-details-right button#google:hover {
    background: #c72308;
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.login-details-submit {
    margin-top: 25px;
}

.login-details-submit input[type=submit] {
    width: 265px;
    margin-right: 33px;
}

.login-details-submit label {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    margin-right: 30px;
}

.login-details-submit a {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #666666;
    text-decoration: underline;
    font-size: 12px;
    line-height: 20px;
}

.password-reset {
    padding: 0 45px;
}

.password-reset p {}

.password-reset-input {}

.password-reset-input label {}

.password-reset-input input[type=email] {}

.password-reset-input input[type="submit"] {
    font-size: 14px;
    width: 100%;
    padding: 6px;
}

.password-reset textarea {
    background: #fcfcfc;
    border: 1px solid #ebeced;
    height: 260px;
    overflow-y: scroll;
    resize: none;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 40px;
    padding: 10px;
}

.page-title {
    margin: 30px 0 40px;
    padding: 0 25px;
}

.page-title h2 {
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
}

.single-page-title {
    background: #F0F0F0;
    border-bottom: 5px solid #CCCCCC;
    padding: 8px 25px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.single-page-title h2 {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    overflow: hidden;
}

.newsletter-box {
    padding: 0 25px;
    margin-bottom: 30px;
}

.newsletter-box p {
    color: #999999;
    font-size: 14px;
    margin-bottom: 20px;
}

.single-newsletter-label {
    position: relative;
}

.single-newsletter-label label {
    text-transform: uppercase;
    color: #666666;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 6px;
    display: block;
    position: relative;
    padding-left: 0;
}

.single-newsletter-label p {
    padding-left: 25px;
    font-family: "Roboto", sans-serif;
    color: #999999;
}

.single-newsletter-label p a {
    color: #666666;
    text-decoration: underline;
}

.single-newsletter-label p a:hover {
    text-decoration: none;
}

.newsletter-box .single-newsletter-label:last-child {
    border-bottom: 4px solid #f0f0f0;
}

.hot_carbabes.news > h2 {
    text-transform: none;
}

.hot_carbabes.news form {
    margin-bottom: 15px;
    overflow: hidden;
}

.hot_carbabes.news form input {
    float: left;
    width: 50%;
}

.hot_carbabes.news form input[type="email"] {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #777c80;
    padding: 5px 10px;
    margin-right: 10px;
    width: 45%;
    border: 1px solid #ebeced;
}

.hot_carbabes.news form input[type="submit"],
input.submit,
button.submit,
.submit {
    color: #fff;
    background: #f7a700;
    border-width: 0 0 2px 0;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 10px;
    border-style: solid;
    border-color: #d28e00;
    font-weight: 500;
}

.hot_carbabes.news form input[type="submit"] {
    float: right;
    padding: 3px;
    margin-top: 0;
    height: 33px;
}

.hot_carbabes.news form input[type="submit"]:hover,
input.submit:hover,
button.submit:hover,
.submit:hover {
    background: #FFCD03;
}

.newsletter-check {
    padding: 0 25px;
}

.single-checkbox-page .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.single-checkbox-page label {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #666666;
    font-size: 13px;
}

.single-checkbox-page label span {
    font-weight: 400;
    text-transform: initial;
}

.single-checkbox-page .btn-default {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.newsletter-check .single-newsletter-label label {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #999999;
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
}

.newsletter-check .single-newsletter-label:last-child {
    border-top: 4px solid #f0f0f0;
    margin-top: 20px;
    padding-top: 10px;
}

.single-newsletter-label span.cr {
    float: left;
}

.single-newsletter-label span.text {
    float: left;
    width: 95%;
}

.single-checkbox-page {
    margin-bottom: 15px;
}

.footer-check {
    padding: 0 25px;
    margin-top: 30px;
}

.single-new-reg .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto;
}

.newsletter-check.reg .single-newsletter-label:last-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 10px;
}

.single-new-reg h2 {
    font-family: "Roboto", sans-serif;
    color: #666666;
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: 700;
}

.single-new-reg:last-child {
    margin-bottom: 20px;
}

.single-new-reg label {
    color: #777c80;
    font-size: 14px;
    margin-right: 15px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
}

.single-new-reg label input {
    margin-right: 10px;
}

.newsketter-box-noti {
    padding: 0 25px;
}

.newsketter-box-noti h2 {
    font-weight: 500;
    font-size: 26px;
    color: #333333;
    margin: 0 0 30px;
}

.newsketter-box-noti p {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #333333;
}

.fotos-box {
    padding: 17px 11px 4px;
    background: #f0f0f0;
    margin-top: 20px;
}

.fotos-box h2 {
    color: #333333;
    font-size: 15px;
    letter-spacing: 0.2px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    overflow: hidden;
}

.fotos-box h2 a {
    float: right;
    color: #666666;
    font-weight: 400;
}

.fotos-box h2 a:hover {
    text-decoration: underline !important;
}

.fotos-box p {
    color: #333333;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.fotos-box ul {
    margin: 20px -3.5px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.fotos-box ul li {
    display: block;
    width: 25%;
    float: left;
    padding: 0 3.5px;
}

.fotos-box.five ul li {
    width: 20%;
}

.fotos-box ul li a {
    color: #999999;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-align: center;
    display: block;
    margin-bottom: 7px;
}

.fotos-box ul li a img {
    display: block;
    width: 100%;
    margin-bottom: 7px;
}

.fotos-box ul li a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.filter-cat {
    min-height: 32px;
}

.filter-cat .btn.dropdown-toggle.filter {
    background: transparent;
    border-radius: 0;
    border: 0;
    box-shadow: 0 0 0;
    color: #797e82;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.filter-cat .bs-caret {
    background: none;
}

.filter-cat .caret {
    border-top: 4px solid;
}

.filter-cat .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 170px;
    float: right;
}

.post_thumbnail_wrapper {
    position: relative;
}

.post_thumbnail.page {
    background: #f0f0f0;
}

.post_thumbnail_wrapper {}

.post_thumbnail.page p {
    font-family: "Open Sans", sans-serif;
    color: #333333;
    font-size: 15px;
    margin-bottom: 30px;
}

.post_thumbnail.page p.copyright {
    color: #999999;
    margin-bottom: 0;
}

.post_thumbnail.page .paginations p.pagi_right {
    color: #999999;
}

.single_image_gallary {
    position: relative;
}

.single_image_gallary a {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.single_image_gallary i {
    font-size: 140px;
    text-shadow: 3px 3px 7px #000;
    position: absolute;
    top: 50%;
    color: #fff;
    margin-top: -18%;
    left: 0;
    width: 100%;
}

.image_gallary_cat .owl-controls .owl-nav div {
    color: #fff;
    text-shadow: 0 2px 3px #000;
    font-size: 65px;
    position: absolute;
    top: 50%;
    margin-top: -18%;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}

.image_gallary_cat .owl-controls .owl-nav div:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.image_gallary_cat .owl-controls .owl-nav div.owl-prev {
    left: 30px;
}

.image_gallary_cat .owl-controls .owl-nav div.owl-next {
    right: 30px;
}

.fotos-box.cat {
    padding: 10px 10px 4px;
    margin: 20px 20px 0;
}

.fotos-box.cat ul {
    margin-top: 0;
}

.review_text {
    padding: 30px 20px 60px;
}

.review_text p {
    color: #999999;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.rating {}

.rating h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin: 5px 0 0;
    font-size: 15px;
    color: #8f8f8f;
}

.rating h3 span {
    font-weight: 400;
}

.rating p {
    margin: 0;
}

.rating-box {
    overflow: hidden;
}

.rating-box-star {
    font-size: 30px;
    float: left;
    margin-right: 10px;
}

.rating-box-star i {
    color: #cccccc;
}

.rating-box-star i.rat {
    color: #ff9900;
}

.rating-box p {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    float: left;
    margin: 14px 0 0;
}

.category_content_title p.note {
    color: #999999;
}

.category_content_title p.note span {
    color: #333;
    font-weight: 700;
}

.carpost-list {
    background: #f0f0f0;
    padding: 2px 20px 0;
    position: relative;
    margin-bottom: 25px;
}

.carpost-list:before {
    content: "";
    background: #f0f0f0;
    height: 4px;
    width: 100%;
    bottom: -17px;
    left: 0;
    position: absolute;
}

.single-car-post {
    margin-bottom: 25px;
    margin-top: 10px;
}

.single-car-post h2 {
    color: #333333;
    font-size: 16px;
    margin: 0 0 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.single-car-post h2 a {
    color: #333333;
}

.single-car-post h2 a:hover {}

.single-car-post img {
    width: 100%;
}

.car-post-footer {
    margin-top: 10px;
    overflow: hidden;
}

.car-post-footer-left {
    float: left;
    width: 65%;
}

.car-post-footer-left p,
.car-post-footer-right p {
    color: #666666;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    margin: 0;
}

.car-post-footer-left ul,
.carpotting-subtite-right ul,
.post_title_details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.car-post-footer-left ul li,
.carpotting-subtite-right ul li,
.post_title_details ul li {
    color: #666666;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    margin-right: 8px;
}

.car-post-footer-left ul li i,
.carpotting-subtite-right ul li i,
.post_title_details ul li i {
    color: #b1b1b1;
    margin-right: 4px;
}

.car-post-footer-right {
    text-align: right;
    float: left;
    width: 35%;
}

.car-post-footer-right p {
    margin: 0
}

.rates {
    margin-bottom: 10px;
}

.rates i {
    color: #cccccc;
}

.rates i.rat {
    color: #ff9900;
}

.carposing-link {
    padding: 20px 20px 0;
}

.carposing-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.carposing-link ul li {
    display: inline-block;
}

.carposing-link ul li a {
    color: #666666;
    border-right: 1px solid #666666;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    padding-right: 8px;
    display: block;
    line-height: 14px;
    margin-right: 5px;
}

.carposing-link ul li:last-child a {
    border-right: 0;
}

.fotos-box.cat.page ul a {
    text-align: left;
}

.fotos-box.cat.page {
    position: relative;
    margin-bottom: 20px;
}

.fotos-box.cat.page:before,
.fox-box:before {
    content: "";
    background: #f0f0f0;
    height: 4px;
    width: 100%;
    bottom: -17px;
    left: 0;
    position: absolute;
}

.fox-box {
    position: relative;
    background: #f0f0f0;
    padding: 15px 12px;
    margin: 0 20px 20px;
    display: table;
}

.fox-box-left {
    float: left;
    width: 68%;
}

.fox-box-left h2 {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

.fox-box-left ul {
    margin: 0 -5px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.fox-box-left ul li {
    display: block;
    float: left;
    width: 33.33%;
    padding: 0 5px;
    margin-top: 10px;
}

.fox-box-left ul li a {
    display: block;
}

.fox-box-left ul li a img {
    width: 100%;
}

.fox-box-left ul li a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.fox-box-right {
    float: left;
    width: 30%;
    margin-left: 10px;
    margin-top: 25px;
}

.fox-box-right h2 {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0 0 15px;
}

.fox-box-right h2:last-child {
    margin-bottom: 0;
}

.fox-box-right p {
    color: #333333;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}

.margin-bottom {
    margin-bottom: 30px;
}

.newsletter-check p {
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.cat.filter-cat .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    float: left;
    margin-bottom: 15px;
}

.cat.filter-cat .btn.dropdown-toggle.filter {
    padding-left: 0;
}

.userlogin.hasDatepicker {
    width: 73%;
    margin-right: 7px;
}

.single-page-title {
    position: relative;
}

.single-page-title ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    float: right;
    position: absolute;
    top: 0;
    right: 20px;
}

.single-page-title ul li {
    display: inline-block;
}

.single-page-title ul li a {
    color: #fff;
    font-size: 18px;
    background: #f7a700;
    display: block;
    padding: 5px 10px;
    height: 31px;
}

.single-page-title ul li a:hover {
    background: #FFCD03;
    text-decoration: none;
}

.carpotting-post {
    margin: 0 25px;
}

.carpotting-post h2 {
    color: #333333;
    font-size: 26px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.carpotting-subtite {
    overflow: hidden;
}

.carpotting-subtite-left {
    float: left;
}

.carpotting-subtite-left p {
    color: #999999;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    margin: 0;
}

.carpotting-subtite-left p a {
    color: #666666;
}

.carpotting-subtite-right {
    float: right;
}

.carpotting-subtite-right .rates {
    margin: 0;
    float: left;
}

.carpotting-subtite-right .rates .rate {
    display: inline-block;
    margin-right: 10px;
}

.carpotting-subtite-right .rates p {
    color: #666666;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    display: inline-block;
}

.carpotting-subtite-right ul {
    float: left;
    margin-left: 10px;
}

.carpotting-subtite-right ul li {}

.carpotting-subtite-right ul li a {}

.carpotting-subtite-right ul li a:hover {}

.carpotting-box {
    background: #f0f0f0;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 10px;
}

.carpotting-featured {
    float: left;
    width: 355px;
    margin-right: 15px;
}

.carpotting-featured img {
    width: 100%;
}

button.submit {
    display: block;
    width: 100%;
}

button.submit i {
    color: #9c6b04;
    margin-right: 15px;
}

.carpotting-featured-list button.submit {
    margin-top: 32px;
}

.carpotting-featured-list {
    float: left;
    width: 223px;
}

.carpotting-featured-list ul {
    margin: 0 -7.5px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.carpotting-featured-list ul li {
    display: block;
    float: left;
    width: 50%;
    padding: 0 7.5px;
}

.carpotting-featured-list ul li a {
    display: block;
    margin-bottom: 15px;
}

.carpotting-featured-list ul li a img {
    width: 100%;
}

.carpotting-featured-list ul li a:hover {}

.carpotting-footer {
    border-top: 4px solid #f0f0f0;
    padding-top: 10px;
    overflow: hidden;
}

.carpotting-footer h2 {
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    margin-top: 5px;
}

.carpotting-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    float: right;
}

.carpotting-footer ul li {
    display: inline-block;
}

.carpotting-footer ul li a {
    display: block;
    font-size: 12px;
    background: #cccccc;
    margin-left: 3px;
    color: #fff;
    padding: 4px 8px;
}

.carpotting-footer ul li a:hover,
.carpotting-footer ul li.active a {
    text-decoration: none;
    background: #f7a700;
}

.comment_footer .comment_title a,
.comment_footer .comment_title button {
    float: right;
}

.comment_footer .comment_title a {
    margin-right: 0;
}

.comment_footer .comment_title p {
    width: 60%;
}

.comment_footer h2 {
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.comment_details textarea {
    border: 1px solid #f7a700;
    width: 100%;
    margin-bottom: 20px;
    height: 160px;
    padding: 10px;
    overflow-y: scroll;
}

.post_title .carpotting-subtite-right {
    float: none;
    width: 100%;
    overflow: hidden;
    margin-left: 10px;
}

.post_title h2 {
    margin: 0 0 10px;
    color: #333333;
    text-transform: uppercase;
    padding-left: 20px;
}

.cars-items {
    background: #f0f0f0;
    padding: 15px 15px 0;
    margin: 0 20px;
}

.single-cars-item {
    margin-bottom: 15px;
    position: relative;
}

.single-cars-item a {
    display: block;
}

.single-cars-item img {
    width: 100%;
}

.single-cars-item a i {
    color: #fff;
    font-size: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
    margin-top: -10%;
    margin-left: -10%;
}

.single-cars-item a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    text-decoration: none;
}

.carpotting-details-box {
    background: #F0F0F0;
    margin: 0 20px 20px;
    padding: 15px;
}

.carpotting-details-head {
    overflow: hidden;
    margin: 0 -5px;
}

.carpotting-details {
    float: left;
    padding: 0 5px;
    margin-bottom: 15px;
}

.carpotting-details-wrapper {
    background: #fff;
    padding: 20px;
    min-height: 210px;
}

.carpotting-details-wrapper h2 {
    color: #333333;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 18px;
}

.carpotting-details-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.carpotting-details-wrapper ul li {
    display: block;
    overflow: hidden;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #333333;
}

.carpotting-details-wrapper ul li span.title {
    float: left;
    width: 102px;
}

.carpotting-details-wrapper ul li span.text {
    float: left;
    width: 65%;
}

.right .carpotting-details-wrapper ul li span.text {
    width: 40%;
}

.carpotting-details-wrapper ul li a {
    color: #fe9f19;
}

.carpotting-details-wrapper ul li a:hover {}

.carpotting-details.left {
    width: 383px;
}

.carpotting-details.right {
    width: 230px;
}

.carpotting-details-footer {
    overflow: hidden;
    margin: 0 -5px;
}

.carpotting-details-footer-left {
    float: left;
    width: 383px;
    padding: 0 5px;
}

.carpotting-details-footer-left h2 {
    color: #333333;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 10px;
}

.carpotting-details-footer-left p {
    color: #ff9900;
    font-size: 14px;
}

.carpotting-details-footer-left a {
    color: #ff9900;
    font-size: 14px;
}

.carpotting-details-footer-right {
    width: 230px;
    float: left;
    padding: 0 5px;
    margin-top: 20px;
}

.post_title_details .rates {
    margin-bottom: 0;
    display: inline-block;
}

.post_title_details ul {
    display: inline-block;
}

.post_title_left p {
    padding-left: 20px;
}

.post_title_details .rate {
    display: inline-block;
    margin-right: 10px;
}

.post_title_details p {
    display: inline-block;
}

.rates {
    margin-bottom: 0;
    display: inline-block;
}

.post_title {
    overflow: hidden;
}

.post_title_left {
    float: left;
    width: 50%;
}

.post_title_right {
    float: right;
    margin-right: 20px;
    margin-top: 15px;
    width: 45%;
}

.carposing-link.page {
    padding: 0;
}

.simple-title {
    padding: 0 20px 15px;
}

.simple-title h2 {
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 10px;
}

.fotos-box.items {
    margin: 0 20px 15px;
    padding-top: 1px;
}

.fotos-box.items ul {
    margin: 10px -3.5px 0;
}

.items-det {
    background: #f0f0f0;
    padding: 22px 18px;
    overflow: hidden;
    margin: 0 20px;
}

.items-det .carpotting-details-wrapper {
    float: left;
    width: 215px;
    margin-right: 20px;
}

.items-det .carpotting-details-wrapper ul li {
    border-bottom: 1px solid #f0f0f0;
}

.items-det .carpotting-details-wrapper ul li:last-child {
    border-bottom: 0;
}

.items-det .carpotting-details-wrapper ul li span.text {
    width: 41%;
}

.items-det-right {
    float: left;
    width: 362px;
}

.items-det-right h2 {
    color: #333333;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.items-det-right p {
    font-family: "Open Sans", sans-serif;
    color: #333333;
    font-size: 15px;
}

.preview-box {
    background: #f0f0f0;
    padding: 17px 18px;
    margin: 0 20px 15px;
}

.preview-nav {}

.preview-nav ul {
    margin: 0 -5px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.preview-nav ul li {
    display: block;
    padding: 0 5px;
    float: left;
    width: 25%;
}

.preview-nav ul li a {
    display: block;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.preview-nav ul li a:hover,
.preview-nav ul li.active a {
    text-decoration: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.preview-nav ul li a:focus {
    outline: 0;
}

.items-det.step .carpotting-details-wrapper {
    width: 280px;
}

.items-det.step .carpotting-details-wrapper ul li span.title {
    width: 170px;
}

.items-det.step .carpotting-details-wrapper ul li span.text {
    width: 28%;
}

.items-det.step .items-det-right {
    width: 297px;
}

.step-footer {
    margin: 0 20px 30px;
    padding: 15px 0 20px 20px;
}

.step-footer p {
    font-family: "Roboto", sans-serif;
    color: #999999;
}

.step-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.step-footer ul li {
    display: inline-block;
}

.step-footer ul li button {
    display: block;
    min-width: 190px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 10px;
    background: #cccccc;
    padding: 8px;
    border-width: 0 0 2px;
    border-style: solid;
    border-color: #aeaeae;
}

.step-footer ul li.submit button {
    background: #f7a700;
    border-color: #d28e00;
}

.step-footer ul li.simple button {
    border: 0;
    background: transparent;
    color: #666666;
}

.image-upload {
    font-family: "Roboto", sans-serif;
    margin-bottom: 15px;
}

.image-upload label {
    color: #333333;
    font-weight: 700;
    font-size: 14px;
    margin: 10px 0 0;
}

.image-upload input {
    background: #fcfcfc;
    border-color: #d6d6d6;
    border-style: solid;
    border-width: 0 0 2px;
    width: 100%;
    padding: 9px;
}

.image-upload button {
    background: #cccccc;
    border-color: #aeaeae;
    height: 38px;
    text-align: center;
    width: 100%;
    border-style: solid;
    border-width: 0 0 2px;
}

.image-upload .row {
    margin: 0 -2px;
}

.image-upload .col-sm-3 {
    padding: 0 2px;
    width: 55px;
}

.image-upload .col-sm-9 {
    width: 341px;
    padding: 0 2px;
}

.image-upload .col-sm-6 {
    width: 517px;
    padding: 0 2px;
}

.add-more {
    border-bottom: 4px solid #f0f0f0;
    margin-bottom: 25px;
    padding-bottom: 30px;
}

.add-more button {
    text-transform: uppercase;
    background: transparent;
    border: 0;
    color: #999999;
    font-size: 14px;
}

.add-more button span {
    font-size: 31px;
    position: relative;
    margin-right: 5px;
    top: 5px;
}

.image-upload.video {
    padding-top: 25px;
    margin-bottom: 10px;
}

.post_title_right.user {
    margin-top: 44px;
}

.carpotting-footer.comment {
    border-top: 0;
    padding: 0 20px 20px;
}

.login-details-submit .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-left: 0;
}

.login-details-submit .checkbox label {
    margin-left: 0;
    margin-right: 5px;
    padding-left: 0;
}

.feature_post_head.login h2 a {
    float: right;
    color: #666666;
    font-weight: 400;
    margin-left: 10px;
}

.bent {
    overflow: hidden;
}

.bent button {
    width: auto;
    float: right;
}

.bent .image-upload button {
    width: 100%;
}

.image-up.userlogin {
    background: #fcfcfc;
    border-width: 1px;
    padding: 8px 10px;
}

.benutzeprofile {
    border-top: 4px solid #f0f0f0;
    padding-top: 30px;
}

.single-bent {}

.single-bent .userlogin {
    width: 91%;
}

.single-bent button {
    background: #cccccc;
    border-style: solid;
    border-color: #aeaeae;
    border-width: 0 0 2px;
    height: 36px;
    width: 45px;
    float: right;
}

.submit.login {
    margin-top: 30px;
}

.login-register.login {
    border-bottom: 4px solid #f0f0f0;
    padding: 0 25px;
    margin: 0 20px 20px;
}

.single-newsletter-label.ben {
    margin: 0 45px 40px;
}

.bent-url-list {
    position: relative;
}

.bent-button {
    position: absolute;
    bottom: 15px;
    right: 0;
}


/*
    Website Design by: Md Touhiul Sadeek (http://tcoderbd.com)
*/

body {
    background: #369;
    font-family: "Oswald", sans-serif;
    font-weight: 400
}

img {
    max-width: 100%;
    height: auto
}


/* Custom Checkbox */

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #ebeced;
    border-radius: 2px;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    margin-top: 1px;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    -webkit-transform: scale(3) rotateZ(-20deg);
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    -webkit-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #f7a700;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}



.header_area {
    background: #286591 none repeat scroll 0 0;
    border-bottom: 5px solid #f7a700;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    position: relative
}

.header_area:before {
    background: #fff;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: -5px;
    position: absolute;
    content: ""
}

.post_title p.sub {
    color: #333333;
    font-size: 15px;
}

.comment_section > h2,
.comment_section > span,
.feature_post > h2,
.feature_post > span,
.auto_news > h2,
.top_article > h2,
.hot_carbabes > h2,
.single_page_content > h2,
.single_page_content > h1,
.review_box > h2,
.review_box > span {
    background: #f0f0f0 none repeat scroll 0 0;
    color: #333;
    font-size: 22px;
    line-height: 34px;
    margin: 0;
    padding: 5px 20px;
    text-transform: uppercase
}

.promo_two_content h2,
.promo_two_siderbar h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 0;
    text-transform: uppercase
}

.promo_two_siderbar h2, .promo_two_siderbar span {
    margin-top: 20px
}

.easy-login h2 {
    border-bottom: 1px solid #f7c578;
    font-size: 14px;
    color: #fff;
    margin: 0 0 10px;
    padding-bottom: 5px;
    font-weight: 400;
}

button#facebook,
button#google {
    color: #ce3e26;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    border: 2px solid #ebeced;
    color: #fff;
    margin-bottom: 3px;
    display: block;
    width: 100%;
    padding: 8px;
    -webkit-transition: .4s;
    transition: .4s;
}

button#facebook {
    background: #44619d;
}

button#google {
    background: #ce3e26;
}

button#facebook i,
button#google i {
    margin-right: 13px;
}

button#facebook:hover {
    background: #385798;
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

button#google:hover {
    background: #c72308;
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.single-page-title a {
    color: #666666;
    float: right;
    margin-left: 10px;
}

.hot_carbabes.news form input[type="submit"],
input.submit,
button.submit {
    color: #fff;
    background: #f7a700;
    border-width: 0 0 2px 0;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 20px;
    border-style: solid;
    border-color: #d28e00;
    font-weight: 500;
}

.hot_carbabes.news form input[type="submit"] {
    float: right;
    padding: 3px;
    margin-top: 0;
    height: 33px;
}

.hot_carbabes.news form input[type="submit"]:hover,
input.submit:hover,
button.submit:hover {
    background: #FFCD03;
}

.single-checkbox-page label {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #666666;
    font-size: 12px;
}

.single-checkbox-page label span {
    font-weight: 400;
}

.single-checkbox-page .btn-default {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.newsletter-check .single-newsletter-label label {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #999999;
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
}

.newsletter-check .single-newsletter-label:last-child {
    border-top: 4px solid #f0f0f0;
    margin-top: 20px;
    padding-top: 10px;
}

.single-newsletter-label span.cr {
    float: left;
}

.single-newsletter-label span.text {
    float: left;
    width: 95%;
}

.single-checkbox-page {
    margin-bottom: 15px;
}

.single-new-reg .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto;
    min-width: 85px;
}

.newsletter-check.reg .single-newsletter-label:last-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 10px;
}

.single-new-reg h2 {
    font-family: "Roboto", sans-serif;
    color: #666666;
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: 700;
}

.single-new-reg:last-child {
    margin-bottom: 20px;
}

.single-new-reg label {
    color: #777c80;
    font-size: 14px;
    margin-right: 15px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
}

.single-new-reg label input {
    margin-right: 10px;
}

.filter-cat .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto;
    float: right;
}

.carposing-link {
    padding: 0 20px;
}

.carposing-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.carposing-link ul li {
    display: inline-block;
}

.carposing-link ul li a {
    color: #666666;
    border-right: 1px solid #666666;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    padding-right: 8px;
    display: block;
    line-height: 14px;
    margin-right: 5px;
}

.carposing-link ul li:last-child a {
    border-right: 0;
}


.margin-5 {
    margin: 0 -5px !important;
}

.padding-5 {
    padding: 0 5px !important;
}

.single-page-title ul li a {
    color: #fff;
    font-size: 18px;
    background: #f7a700;
    display: block;
    padding: 5px 10px;
    height: 32px;
}

.baureihe {
    background: #f0f0f0;
    padding: 20px;
    margin: 0 20px;
}

.baureihe h2 {
    color: #333333;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

.baureihe-thumb {}

.baureihe-thumb img {
    width: 100%;
}

.baureihe-text {}

.baureihe-text h2 {
    color: #fc9802;
    font-size: 18px;
    margin: 0 0 13px;
    text-transform: uppercase;
}

.baureihe-text h2 img {
    margin-right: 10px;
}

.baureihe-text p {
    color: #333333;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}

.filter-cat.border {
    border-bottom: 4px solid #f0f0f0;
    margin: 0 20px 20px;
    padding-bottom: 10px;
    min-height: 38px;
    margin-top: 10px;
}

.filter-cat a {
    color: #7A7D82;
    font-weight: 500;
    float: right;
}

.fotos-box.box {
    position: relative;
    margin: 0 20px 40px;
}

.fotos-box.box::before {
    content: "";
    background: #f0f0f0;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.page-buttom {
    margin: 0 20px;
}

.page-buttom p {
    font-family: "Open Sans", sans-serif;
    color: #333333;
    font-size: 15px;
    letter-spacing: 0.2px;
    font-weight: 700;
}

.page-buttom-link {
    text-align: right;
}

.page-buttom-link a {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    padding: 7px 23px;
}

.baureihe-links {
    margin-top: 20px;
}

.baureihe-links h2 {
    color: #333333;
    font-size: 14px;
    margin: 0;
    display: inline;
}

.baureihe-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

.baureihe-links ul li {
    display: inline-block;
}

.baureihe-links ul li a {
    color: #ff9900;
    font-size: 14px;
    display: block;
    border-right: 1px solid #ff9900;
    line-height: 14px;
    padding: 0 4px;
}

.baureihe-links ul li:last-child a {
    border-right: 0;
}

.baureihe-links ul li a:hover {}

.carpotting-footer.comments {
    border: 0;
    padding-top: 0;
    margin: 0 20px 20px;
}

.single_post.margin-bottom {
    margin: 0 0 30px;
}

.feature_post.box {
    margin: 0 20px;
}

.newsletter-check.marks {
    border-bottom: 4px solid #f0f0f0;
    padding: 0 0 20px;
    margin: 0 20px;
    margin-bottom: 40px;
}

.newsletter-check.marks label {
    text-transform: uppercase;
}

.mark-data-list {
    margin: 0 20px;
}

.mark-data-list {}

.mark-data-list table {
    width: 100%;
    font-family: "Open Sans", sans-serif;
}

.mark-data-list table thead {
    position: relative;
}

.mark-data-list table thead::before {
    content: "";
    position: absolute;
    background: #f4f4f4;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0px;
}

.mark-data-list table thead tr {
    background: none;
}

.mark-data-list table thead tr td {
    font-weight: 700;
    color: #9b9b9b;
}

.mark-data-list .btn.dropdown-toggle.filter {
    font-weight: 700;
    background: transparent;
    padding: 0px;
}

.mark-data-list .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto;
}

.mark-data-list .bs-caret {
    background: url(/img/arrow-1.png) no-repeat;
    position: absolute;
    top: 9px;
    left: -10px;
    height: 32px;
    width: 30px;
}

.mark-data-list table tr {
    border: 20px solid transparent;
}

.mark-data-list table tr:nth-child(even) {
    background: url(/img/bg-1.png) repeat-x scroll 0 0 / auto 100%;
}

.mark-data-list table tr:hover {
    background: url(/img/bg-2.png) repeat-x scroll 0 0 / auto 100%;
}

.mark-data-list table tr td {}

.mark-data-list table tr td.logo {
    width: 15%;
}

.mark-data-list table tr td.name {
    width: 15%;
}

.mark-data-list table tr td.flag {
    width: 15%;
}

.mark-data-list table tr td.details {
    width: 55%;
}

.mark-data-list table tr td span.image {}

.mark-data-list table tr td span.name {
    color: #39362d;
    font-weight: 700;
    display: block;
    margin-left: 20px;
}

.mark-data-list table tr td span.flag {
    display: block;
    margin-left: 10px;
}

.mark-data-list table tr td span.details {
    color: #2e2b26;
}

.carpotting-footer.comments.border {
    border-top: 4px solid #f0f0f0;
    padding-top: 25px;
}

.carpotting-details-wrapper.mod ul li {
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}

.carpotting-details-wrapper.mod ul li:last-child {
    border: 0;
}

.carpotting-details-wrapper.mod ul li span.text {
    width: 55%;
}

.baureihe-text.mod h2 {
    overflow: hidden;
}

.baureihe-text.mod h2 img {
    float: left;
}

.baureihe-text.mod h2 span.text {
    float: left;
}

.baureihe-text.mod h2 span.ne {
    color: #333;
    text-transform: initial;
    display: block;
}

.single-data {
    margin: 0 20px 20px;
}

.single-data h2 {
    margin: 0 0 15px;
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.single-data table {
    width: 100%;
    font-family: "Roboto", sans-serif;
}

.single-data table thead {}

.single-data table thead tr {
    background: #666666;
}

.single-data table thead tr td {
    color: #fff;
    font-weight: 500;
    padding: 5px;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

.single-data table thead tr td:last-child {
    border-right: 0;
}

.single-data table thead tr td span {
    display: block;
}

.single-data table tbody {}

.single-data table tbody tr {}

.single-data table tbody tr:nth-child(odd) {
    background: #ededed;
}

.single-data table tbody tr td {
    color: #666666;
    font-weight: 400;
    padding: 5px;
    border-bottom: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
}

.single-data table tbody tr:last-child td {
    border-bottom: 0;
}

.single-data table tbody tr td:last-child {
    border-right: 0;
}

.single-data table tbody tr td span {
    display: block;
}

.carpotting-details-wrapper.auto {
    margin-top: 20px;
}

.carpotting-details-wrapper h3 {
    color: #333333;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    margin: 15px 0 0;
}

.carpotting-details-wrapper.auto h2 {
    margin-bottom: 20px;
}

.carpotting-details-wrapper.auto ul li span.title {
    width: 170px;
}

.carpotting-details-wrapper.auto ul li span.text {
    width: 30%;
}

.carpotting-details-wrapper.auto ul li {
    font-size: 13px;
}

.carpotting-details-wrapper.auto {
    min-height: auto;
}

.car-show {
    margin-top: 20px;
}

.car-big-view {}

.single-view {}

.single-view img {
    width: 100%;
}

.car-big-nav {}

.car-big-nav ul {
    margin: 0 -5px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.car-big-nav ul li {
    display: block;
    float: left;
    padding: 0 5px;
    width: 50%;
}

.car-big-nav ul li a {
    display: block;
    margin-top: 10px;
    opacity: 0.5;
}

.car-big-nav ul li a:hover,
.car-big-nav ul li.active a {
    opacity: 1;
}

.car-big-nav ul li a:focus {
    outline: 0;
}

.checkboxs {
    margin: 0 20px;
    overflow: hidden;
}

.checkboxs .checkbox {
    float: left;
    display: block;
    margin: 0;
    padding: 10px 0;
    width: 33%;
}

.checkboxs label {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #666666;
    font-size: 14px;
}

.data-details {
    overflow: hidden;
    margin: 0 20px;
}

.data-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 50%;
}

.data-details ul li {
    display: block;
    font-family: "Roboto", sans-serif;
    color: #666666;
    margin-bottom: 10px;
}

.data-details ul li span {
    font-weight: 700;
    display: inline-block;
    width: 125px;
}

.design-details {
    margin: 0 20px;
}

.design-details h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 12px;
    color: #666666;
}

.design-details ul {
    margin: 0 0 18px;
    overflow: hidden;
    padding: 0 13px;
}

.design-details ul li {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #666666;
    float: left;
    margin-right: 20px;
}

.newsletter-check.auto .single-checkbox-page label span {
    text-transform: initial;
}

.newsletter-check.auto .footer p {
    text-align: right;
    margin-top: 8px;
    margin-bottom: 0;
}

.newsletter-check.auto .userlogin {
    margin-bottom: 0;
}

.newsletter-check.auto > .margin-5 {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
}

.newsletter-check.marks.auto > .margin-5 {
    border: 0;
}

.border-zero {
    border: 0 !important;
}

.newsletter-check.auto .footer {
    border-bottom: 0;
    border-top: 4px solid #f1f1f1;
    padding-top: 20px;
}

.market {
    margin-bottom: 15px;
}

.market ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.market ul li {
    display: inline-block;
    margin-right: 10px;
}

.market ul li a {}

.market ul li a:hover {}

.checkboxs.auto .checkbox {
    width: 25%;
}

.newsletter-check.auto .checkbox {
    margin: 0;
}

.newsletter-check.auto .checkbox label {
    color: #666666;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    text-transform: initial;
    font-size: 14px;
    margin-top: 23px;
    padding-left: 0;
}

.margin-zero {
    margin: 0 !important;
}

.newsletter-check.marks.auto {
    border: 0;
}

.cars-list {
    margin: 0 20px;
}

.single-car-item {
    overflow: hidden;
    border-bottom: 4px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.single-car-item-title {}

.single-car-item-title h2 {
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    font-size: 14px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.single-car-item-title h2 img {
    float: right;
}

.single-car-item-body {
    overflow: hidden;
}

.single-car-item-left {
    float: left;
    width: 100px;
    margin-right: 30px;
}

.single-car-item-left img {
    width: 100%;
}

.single-car-item-middle {
    float: left;
    width: 345px;
}

.single-car-item-middle ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.single-car-item-middle ul li {
    float: left;
    width: 50%;
    display: block;
    font-family: "Roboto", sans-serif;
    color: #666666;
    font-size: 13px;
}

.single-car-item-right {
    float: right;
    text-align: right;
}

.single-car-item-right h2 {
    color: #333333;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}

.single-car-item-right p {
    color: #666666;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.single-car-item-right a {
    color: #ff9900;
    font-size: 14px;
    display: block;
    margin-right: 5px;
    text-transform: uppercase;
}

.single-car-item-right a span {
    color: #666666;
}

.single_post_page {}

.single_post_page .post_title {
    margin: 0 20px;
}

.fotos-box.post {
    margin: 0 20px;
    padding: 30px 20px 25px;
}

.fotos-box.post h2 {
    margin-bottom: 30px;
    color: #333333;
    font-size: 18px;
}

.fotos-box.post p {
    overflow: hidden;
    font-size: 15px;
    margin-bottom: 25px;
}

.fotos-box.post p:last-child {
    margin-bottom: 0;
}

.fotos-box p .pull-left {
    margin-right: 20px;
    margin-bottom: 20px;
}

.gegen {
    margin: 35px 20px 20px;
}

.gegen h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #666666;
    font-size: 14px;
    margin: 0 0 35px;
}

.gegen h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #666666;
    font-size: 14px;
    margin: 0;
}

.gegen label {
    text-transform: uppercase;
}

.gegen .radiobox label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
}

.border-bottom {
    border-bottom: 4px solid #f0f0f0;
    padding-top: 15px;
    margin-bottom: 20px;
}

.radiobox .checkbox {
    display: inline-block;
}

.gegen .radiobox label {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    text-transform: initial;
    padding-left: 0;
    margin-right: 10px;
}

.gegen .radiobox label input {
    margin-right: 10px;
}

.submit-box {
    padding-bottom: 20px;
}

.submit-box p {
    color: #999999;
    font-size: 14px;
    margin: 0 0 20px;
}

.submit-box h2 {
    font-family: "Open Sans", sans-serif;
    color: #333333;
    font-size: 15px;
    letter-spacing: 0.2px;
    margin: 5px 0 0;
}

.box-post {
    background: #f0f0f0;
    padding: 30px 20px 20px;
    margin: 0 20px;
}

.box-post > h2 {
    color: #333333;
    font-size: 18px;
    margin: 0 0 25px;
    line-height: 22px;
    text-transform: uppercase;
}

.box-post > p {
    font-family: "Roboto", sans-serif;
    color: #999999;
    font-size: 14px;
    margin-bottom: 30px;
}

.more-links {
    overflow: hidden;
    margin: 20px;
    padding-bottom: 25px;
    border-bottom: 4px solid #f0f0f0;
}

.more-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.more-links ul li {
    display: inline-block;
}

.more-links ul li a {
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
    border-right: 1px solid #666666;
    display: block;
    line-height: 14px;
    padding-right: 10px;
    margin-right: 5px;
}

.more-links ul li:last-child a {
    border: 0;
}

.more-links ul li a:hover {}

.more-links img {
    float: right;
}

.gegen-table {
    margin: 20px;
}

.gegen-table table {
    width: 100%;
}

.gegen-table table thead {}

.gegen-table table thead tr {}

.gegen-table table thead tr td {
    font-family: "Roboto", sans-serif;
    color: #666666;
    font-size: 14px;
    font-weight: 700;
}

.gegen-table table tbody {}

.gegen-table table tbody tr {}

.gegen-table table tbody tr td {
    color: #777c80;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 10px 10px 0 0;
}

.gegen-table table tbody tr td span {
    border: 1px solid #ebeced;
    padding: 5px 10px;
    display: block;
}

.gegen-table table tr {}

.gegen-table table tr td {
    width: 25%;
}

.box-post h3 {
    color: #333333;
    font-weight: 700;
    font-size: 15px;
    margin: 0;
}

.box-post h3 a {
    color: #333333;
}

.carposing-link.gegens {
    padding-top: 0;
}

.banner-code {
    margin: 0 20px;
}

.single-banner-code {
    border-bottom: 4px solid #f0f0f0;
    margin-bottom: 30px;
}

.single-banner-code h2 {
    color: #333333;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.single-banner-code p {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #666666;
    margin-bottom: 15px;
    font-weight: 700;
}

.single-banner-code img {
    margin-bottom: 15px;
}

.single-banner-code textarea {
    width: 100%;
    border: 0;
    background: #f0f0f0;
    padding: 15px;
    margin-bottom: 20px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    resize: none;
    height: 90px;
}

.four-zero {
    margin: 0 25px;
}

.four-zero h1 {
    text-transform: uppercase;
    color: #333333;
    font-size: 76px;
    font-weight: 500;
    margin: 0 0 20px;
}

.four-zero h2 {
    color: #333333;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 35px;
}

.four-zero p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #777c80;
}

.four-zero p strong {
    font-weight: 700;
}

.news-list {
    margin: 0 20px;
}

.single-news {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 4px solid #f0f0f0;
}

.single-news h1 {
    font-size: 14px;
    text-transform: uppercase;
    color: #bebebe;
    margin: 0 0 10px;
}

.single-news-content {
    overflow: hidden;
}

.single-news-image {
    float: left;
    margin-right: 15px;
}

.single-news-text {
    font-family: "Open Sans", sans-serif;
    float: left;
    width: 80%;
}

.single-news-text h2 {
    margin: 0;
    font-size: 14px;
    color: #585858;
    font-weight: 700;
}

.single-news-text p {
    color: #777c80;
}

.single-news-text p a {
    font-weight: 700;
    color: #777c80;
}

.four-footer {
    margin: 30px 20px 0;
}

.four-footer p {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #777c80;
    font-size: 14px;
    line-height: 20px;
}

.four-footer p a {
    color: #000000;
    text-decoration: underline;
}

.four-footer p a:hover {
    text-decoration: none;
}

.tag-filter {
    margin-bottom: 25px;
}

.tag-filter ul {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tag-filter ul li {
    font-weight: 700;
    color: #666666;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
}

.tag-filter ul li:last-child {
    margin-right: 0;
}

.tag-filter ul li span {
    font-weight: 400;
}

.tag-filter ul li button {
    background: transparent;
    border: 0;
}

.baureihe.margin-bottom {
    margin-bottom: 40px;
}

.global_styleguide_area {
    padding: 65px 0;
    background: #fff;
}

.global-title {
    margin-bottom: 45px;
    text-align: center;
}

.global-title h1 {
    font-size: 26px;
    color: #000000;
    font-weight: 700;
    text-transform: capitalize;
}

.row-title {
    margin: 30px 0 40px;
}

.row-title h2 {
    color: #000000;
    font-size: 26px;
    font-weight: 400;
    margin: 0;
}

.colors {}

.colors ul {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.colors ul li {
    display: block;
    float: left;
    padding: 0 10px;
}

.colors ul li span {
    display: block;
    width: 100px;
    height: 73px;
    margin-bottom: 20px;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-align: center;
    padding-top: 28px;
}

.single-fonts {
    margin-bottom: 30px;
}

.icons {
    background: #989191;
    padding: 20px;
    overflow: hidden;
}

.icons.other {
    background: transparent;
    padding: 20px 0;
}

.icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 50%;
    overflow: hidden;
}

.icons ul li {
    display: block;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 12px;
    margin-bottom: 15px;
}

.icons ul li span {
    display: inline-block;
    width: 30px;
}

.icons.other ul {
    width: 25%;
}

.icons.other ul li {
    color: #666666;
}

.global_styleguide_area .container {
    width: 1150px;
}

.global_styleguide_area .login-register {
    padding: 0;
    margin: 0;
}

.global_styleguide_area .gegen-table,
.global_styleguide_area .single-data,
.global_styleguide_area .brandcam,
.global_styleguide_area .single_post {
    margin-left: 0;
    margin-right: 0;
}

.thumbs {}

.thumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.thumbs ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.thumbs ul li img {
    display: block;
    margin-bottom: 20px;
}

button.submit img {
    margin-right: 10px;
}


.width-full .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.single-register-select .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),.single-new-reg .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    display: inline-block;
    margin-right: 10px;
}

.post_title.page {
    margin: 0 25px;
}

.newsletter-check.marks p {
    margin-top: 9px;
}

.carpotting-post.ver {
    margin: 0 20px;
    border-bottom: 4px solid #f0f0f0;
    margin-bottom: 5px;
}

.carpotting-post.ver h2 {
    font-size: 16px;
    margin: 0 0 5px;
}

.paginations.border {
    border-top: 4px solid #f0f0f0;
    padding-top: 10px;
    margin-top: 30px;
}

.filter-cat .dropdown-menu > li > a {
    float: none;
    font-family: "Roboto", sans-serif;
    margin: 0;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.filter-cat.vet {
    margin: 0 20px;
}

.page-buttom.vet {
    margin: 20px;
}

.newsletter-box.vet .single-newsletter-label label {
    font-weight: 400;
}

.newsletter-box.vet .single-newsletter-label:last-child {
    border-bottom: 0;
}

/* responsive video fix */

.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin: 10px 0 10px 0;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Large Desktop Layout */
@media only screen and (min-width:1500px){
.container {width: 980px;}
.main_content_area > .col-sm-8 {width: 66%;}
.navbar-collapse ul li:hover ul {display: block;}
}

@media only screen and (min-width:1200px){
.container {width: 980px;}	
}

/* Medium Desktop Layout */
@media only screen and (min-width:1200px) and (max-width: 1375px){
.container {width: 980px;}
.main_content_area > .col-sm-8 {width: 66%;}
.navbar-collapse ul li:hover ul {display: block;}
}

/* Small Desktop Layout */
@media only screen and (min-width: 991px) and (max-width: 1200px) {
.main_content_area > .col-sm-8 {width: 66%;}
.main_wrapper,.ad_one,.add_codes {width: 1010px;}
.post_thumbnail_gallery ul li {width: 138px;}
.comment_details {width: 88.7%;}
.comment_footer p {width: 67%;}
.feature_single_post_content {width: 77%;}
.client_list_area ul li a {padding: 10px 45px;}
.footer_area p {padding: 0 90px;}
.single_auto_news_content {width: 73%;}
.paginations p.pagi_left {width: 30%;}
.paginations p.pagi_right {width: 70%;}
.home_promo_two_list ul li {width: 76.9px;}
.home_promo_two_list.two ul li {width: 140.6px;}
.navbar-collapse ul li:hover ul {display: block;}
.navbar-nav > li > a {font-size: 16px;}
.featured_post_slider_list {width: 468px;}
.login-register-header-left {margin-right: 43px;}
.login-details-right {width: 254px;}
.login-details-submit input[type="submit"] {width: 262px;margin-right: 30px;}
.carpotting-featured {width: 348px;}
.carpotting-featured-list button.submit {margin-top: 27px;}
.carpotting-details.left,.carpotting-details-footer-left {width: 376px;}
.items-det-right {width: 355px;}
.items-det.step .items-det-right {width: 290px;}
.image-upload .col-sm-6 {width: 510px;}
}

/* Tablet Layout */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.main_content_area > .col-sm-8 {width: 66%;}
.main_wrapper,.ad_one,.add_codes {width: 790px;}
.navbar-nav > li > a {font-size: 11px;}
.dropdown-menu {font-size: 10px;}
.post_title h2 {font-size: 18px;line-height: 24px;margin-bottom: 5px;}
.post_content p {font-size: 13px;line-height: 18px;margin-bottom:18px;}
.post_content h3 {font-size: 15px;line-height: 15px;margin-bottom: 13px;margin-top: 15px;}
.post_thumbnail_gallery ul li {width: 101px;}
.comment_details {width: 85.2%;}
.comment_footer p {width: 56%;}
.promo_two_area .col-sm-8 {min-height: 250px;}
.promo_two_siderbar ul li {float: none;width: 100%;}
.feature_single_post_content {width: 70%;}
.feature_single_post_content h2 a {font-size: 13px;line-height: 15px;}
.single_auto_news_content h2 {line-height: 13px;}
.single_auto_news_content {width: 100%;}
.single_artical_content a {margin-top: 0;}
.post_thumbnail a i {font-size: 110px;}
.promo_sidebar h2 {line-height: 17px;}
.client_list_area ul li a {padding: 10px 23px;}
.footer_area p {padding: 0;}
.page_content_two_footer p span {margin-right: 20px;width: auto;}
.feature_post_head h2,.feature_post_head form,.paginations p.pagi_left,.paginations p.pagi_right{float:none;width:100%;text-align:left;}
.home_promo_two_list h2 {font-size: 13px;}
.home_promo_two_list ul li {width: 56px;}
.home_promo_two_list.two ul li {width: 104px;}
.navbar-collapse ul li:hover ul {display: block;}
.navbar-nav > li > a {font-size: 10px;}
.featured_post_slider_list {width: 323px;}
.login-register-header-left {margin-right: 40px;}
.login-register-header-right {width: 251px;}
.login-details-left {width: 178px;}
.login-details-right {width: 200px;}
.login-details-submit input[type="submit"] {width: 162px;margin-right: 10px;}
.login-details-submit label {margin-right: 5px;}
.carpotting-featured {float: none;width: 100%;margin-right: 0;margin-bottom: 15px;}
.carpotting-featured-list {float: none;width: 100%;}
.carpotting-featured-list {float: none;width: 100%;}
.carpotting-details,.carpotting-details-footer-left,.carpotting-details-footer-right {float: none;width: 100% !important;}
.items-det .carpotting-details-wrapper {float: none;width: 100%;margin-right: 0;margin-bottom: 15px;}
.items-det-right {float: none;width: 100%;}
.post_title_left,.post_title_right {float: none;width: 100%;}
.post_title_right {margin-left: 20px;}
.items-det.step .carpotting-details-wrapper,.items-det.step .items-det-right {width: 100%;}
.image-upload .col-sm-6 {width: 365px;}
.image-upload .col-sm-9 {width: 200px;}
.single-register-select .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .feature_post_head .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {min-width: 75px;}
.single-bent .userlogin {width: 88%;}
.baureihe-text {margin-top: 30px;}
.newsletter-check.auto > .margin-5 {border: 0;margin: 0;}
.single-checkbox-page .padding-5 {margin-bottom: 15px;}
.checkboxs .checkbox {width: 50%;}
.checkboxs.auto .checkbox {width: 33.33%;}
.single-car-item-left {float: none;width: 100%;margin-right: 0;margin-bottom: 20px;}
.single-car-item-middle {float: none;width: 100%;margin-bottom: 20px;}
.single-car-item-right {float: none;text-align: left;}
.single-news-text {width: 75%;}
}


/* Mobile Small Layout */
@media only screen and (max-width: 767px) { 
.main_content_area > .col-sm-8 {width: 100%;}
.main_wrapper,.ad_one,.add_codes {width: 100%;}
.ad_two{display:none;}
.collapse.navbar-collapse {margin-left: -15px;float:none;}
.navbar-right {float: none;}
.navbar-brand {left: 50%;margin-left: -57px;position: relative;width: 114px;}
.navbar-nav > li > a {font-size: 13px;padding-bottom: 5px;padding-top: 5px;}
.navbar-nav .open .dropdown-menu {text-align: center;}
.navbar-nav .open .dropdown-menu > li > a {font-size: 12px;}
.post_title h2 {font-size: 18px;line-height: 26px;}
.post_thumbnail .image_gallary a {margin-left: -30px;margin-top: -40px;}
.post_thumbnail .image_gallary a i {font-size: 55px;}
.thumbnail_content {bottom: 4px;right: -10px;}
.post_content p {font-size: 13px;line-height: 18px;margin-bottom: 15px;}
.thumbnail_content p {padding: 2px 5px;width: 112px;font-size: 9px;margin-bottom:5px;}
.thumbnail_content p  a{font-size: 9px;}
.post_thumbnail_gallery ul li{width:45%}
.single_auto_news_content {width: 100%;}
.comment_details {width: 71.8%;}
.comment_title h2 ,.comment_title p,.comment_footer p{float: none;}
.feature_single_post_thumb {float: none;width: 100%;margin-bottom: 15px;}
.feature_single_post_content h2 {line-height: 18px;}
.main_content_area > .col-sm-8 ,.main_content_area > .col-sm-4,.promo_area > .col-sm-8,.promo_two_area > .col-sm-8,.promo_area > .col-sm-4{padding: 0 15px;box-shadow: 0 0 0 0;}
.single_auto_news_content h2 {line-height: 13px;}
.feature_single_post_content {float: none;width: 100%;}
.single_promotion h2 {line-height: 5px;}
.promo_sidebar ,.promo_two_siderbar{margin: 0 20px;padding-bottom: 20px;}
.promotion_list,.promo_two_content {padding-top: 20px;}
.client_list_area ul li {display: block;}
.client_list_area ul li a {padding: 10px;}
.footer_area p {padding: 0;}
.nav.navbar-nav.text-uppercase {text-align: center;}
.navbar-right .nav.navbar-nav > li {display: inline-block;}
.navbar-right .nav.navbar-nav li > ul.dropdown-menu {left: -120px;}
.navbar-right .nav.navbar-nav > li form {right: -100px;}
.page_content_one_p p span, .page_content_two_footer p span {width: auto;margin-right: 25px;}
.page_content_two_left,.page_content_two_right,.single_page_content_three,.single_page_content_three_t {float: none;width: 100%;}
.feature_post_head h2,.feature_post_head form,.paginations p.pagi_left,.paginations p.pagi_right{float:none;width:100%;text-align:left;padding-left: 0;}
.feature_post_head form input[type="text"] {width: 27%;}
.paginations p {font-size: 10px;}
.home_promo_two_list ul li ,.home_promo_two_list.two ul li{float: none;margin-right: 0;width: 100%;margin-bottom:10px;}
.home_promo_two_list h2 span {display: block;float: none;text-align: right;}
.home_title a {margin-right: 10px;}
.login_page {right: 50%;margin-right: -150px;margin-top: 0;}
.navbar-right .nav.navbar-nav > li form#search {right: -60px;}
.featured_post_slider_list {float: none;width: 100%;margin-bottom: 5px;}
.featured_post_slider_text {float: none;width: 100%;margin-left: 0;text-align: center;}
.featured_post_slider .owl-next {right: -15px;}
.login-register-header-left {float: none;margin-right: 0;width: 100%;margin-bottom: 10px;}
.login-register-header-right {float: none;width: 100%;margin-bottom: 10px;}
.profile-image {width: 200px;margin: 0 auto 10px;}
.profile-button {text-align: center;}
.feature_post_head.login h2 {font-size: 16px;}
.login-register,.login-details,.password-reset {padding: 0;}
.login-details-left,.login-details-right {float: none;width: 100%;}
.login-details-submit input[type="submit"]{width: 100%;margin-right: 0;}
.login-details-submit label {display: block;margin-top: 10px;margin-right: 0;}
.feature_post_head.login {min-height: auto;}
.fotos-box ul li,.fotos-box.five ul li {width: 50%;}
.fotos-box h2 a {float: none;display: block;margin-top: 5px;}
.single_image_gallary i {font-size: 40px;margin-top: -40%;}
.owl-controls .owl-nav div {margin-top: -54%;}
.car-post-footer-left {float: none;width: 100%;}
.car-post-footer-right {text-align: left;float: none;width: 100%;margin-top: 10px;}
.single-page-title a {float: none;display: block;}
.carpotting-featured {float: none;width: 100%;margin-right: 0;margin-bottom: 15px;}
.carpotting-featured-list {float: none;width: 100%;}
.carpotting-details,.carpotting-details-footer-left,.carpotting-details-footer-right {float: none;width: 100% !important;}
.items-det .carpotting-details-wrapper {float: none;width: 100%;margin-right: 0;margin-bottom: 15px;}
.items-det-right {float: none;width: 100%;}
.post_title_left,.post_title_right {float: none;width: 100%;}
.post_title_right {margin-left: 20px;}
.single-cars-item a i {font-size: 35px;}
.carpotting-details-wrapper ul li span.title {width: 80px;}
.items-det .carpotting-details-wrapper ul li span.text {width: 42%;}
.image-upload .col-sm-3 {width: 100%;margin-top: 5px;}
.image-upload .col-sm-6 {width: 100%;}
.category_content_title a {float: none;margin-top: 5px;display: block;}
.login-register.login {padding: 0 25px 20px;}
.submit.login {margin-top: 10px;}
.single-bent .userlogin {width: 80%;}
.single-register-select .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .feature_post_head .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {min-width: 75px;}
.feature_post_head.login h2 a {float: none;margin-left: 0;margin-right: 10px;display: block;}
.image-upload .col-sm-9 {width: 100%;}
.baureihe-text {margin-top: 30px;}
.page-buttom-link {text-align: left;}
.single-data {min-width: 510px;overflow-x: scroll;}
.newsletter-check.auto > .margin-5 {border: 0;margin: 0;}
.single-checkbox-page .padding-5 {margin-bottom: 15px;}
.newsletter-check.auto .footer p {text-align: left;margin-top: 0;margin-bottom: 10px;}
.checkboxs .checkbox {width: 100%;}
.checkboxs.auto .checkbox {width: 50%;}
.single-car-item-left {float: none;width: 100%;margin-right: 0;margin-bottom: 20px;}
.single-car-item-middle {float: none;width: 100%;margin-bottom: 20px;}
.single-car-item-right {float: none;text-align: left;}
.single-news-text {float: none;width: 100%;}
.fox-box-left {float: none;width: 100%;}
.fox-box-left ul li {width: 50%;}
.fox-box-right {float: left;width: 100%;margin-left: 0;}
.navbar-right {float: right;margin-top: 15px;margin-right: 15px;}
.navbar-header {float: left;margin-left: 25px !important;margin-top: 10px;margin-bottom: 10px;}
.navbar-right .nav.navbar-nav li > ul.dropdown-menu {left: auto;right: 0;}
.collapse.navbar-collapse {margin-left: 0;float: none;position: absolute;top: 92px;z-index: 10;background: #286591;left: 0;right: 15px;}
}




/* Mobile Large Layout Layout */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
.main_content_area > .col-sm-8 {width: 100%;}
.main_wrapper,.ad_one,.add_codes {width: 100%;}
.ad_two{display:none;}
.collapse.navbar-collapse {margin-left: -15px;float:none;}
.navbar-right {float: none;}
.navbar-brand {left: 50%;margin-left: -57px;position: relative;width: 114px;}
.navbar-nav > li > a {font-size: 13px;padding-bottom: 5px;padding-top: 5px;}
.navbar-nav .open .dropdown-menu {text-align: center;}
.navbar-nav .open .dropdown-menu > li > a {font-size: 12px;}
.post_title h2 {font-size: 18px;line-height: 26px;}
.post_thumbnail .image_gallary a {margin-left: -30px;margin-top: -40px;}
.post_thumbnail .image_gallary a i {font-size: 55px;}
.thumbnail_content {bottom: 4px;right: -10px;}
.post_content p {font-size: 13px;line-height: 18px;margin-bottom: 15px;}
.thumbnail_content p {padding: 2px 5px;width: 112px;font-size: 9px;margin-bottom:5px;}
.thumbnail_content p  a{font-size: 9px;}
.post_thumbnail_gallery ul li{width:47%}
.single_auto_news_content {width: 100%;}
.comment_details {width: 71.8%;}
.comment_title h2 ,.comment_title p,.comment_footer p{float: none;}
.feature_single_post_thumb {float: none;width: 100%;margin-bottom: 15px;}
.feature_single_post_content h2 {line-height: 18px;}
.main_content_area > .col-sm-8 ,.main_content_area > .col-sm-4,.promo_area > .col-sm-8,.promo_two_area > .col-sm-8,.promo_area > .col-sm-4{padding: 0 15px;box-shadow: 0 0 0 0;}
.single_auto_news_content h2 {line-height: 13px;}
.feature_single_post_content {float: none;width: 100%;}
.single_promotion h2 {line-height: 5px;}
.promo_sidebar ,.promo_two_siderbar{margin-left: 0;padding-bottom: 20px;}
.promotion_list,.promo_two_content {padding-top: 20px;}
.client_list_area ul li {display: block;}
.client_list_area ul li a {padding: 10px;}
.footer_area p {padding: 0;}
.nav.navbar-nav.text-uppercase {text-align: center;}
.navbar-right .nav.navbar-nav > li {display: inline-block;}
.navbar-right .nav.navbar-nav > li form {right: -100px;}
.page_content_one_p p span, .page_content_two_footer p span {width: auto;margin-right: 25px;}
.page_content_two_left,.page_content_two_right,.single_page_content_three,.single_page_content_three_t {float: none;width: 100%;}
.feature_post_head h2,.feature_post_head form,.paginations p.pagi_left,.paginations p.pagi_right{float:none;width:100%;text-align:left;}
.feature_post_head form input[type="text"] {width: 27%;}
.paginations p {font-size: 10px;}
.home_title a {margin-right: 10px;}
.promo_two_area .col-sm-4 {padding: 0 15px;}
.checkboxs .checkbox {width: 50%;}
}
.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

    .rateit .rateit-range {
        position: relative;
        display: -moz-inline-box;
        display: inline-block;
        background: url(star.gif);
        height: 16px;
        outline: none;
    }

        .rateit .rateit-range * {
            display: block;
        }

    /* for IE 6 */
    * html .rateit, * html .rateit .rateit-range {
        display: inline;
    }

        /* for IE 7 */
        * + html .rateit, * + html .rateit .rateit-range {
            display: inline;
        }

            .rateit .rateit-hover, .rateit .rateit-selected {
                position: absolute;
                left: 0;
                top: 0;
                width: 0;
            }

            .rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl {
                left: auto;
                right: 0;
            }

            .rateit .rateit-hover {
                background: url(star.gif) left -32px;
                color: #F7A700;
            }

            .rateit .rateit-hover-rtl {
                background-position: right -32px;
            }

            .rateit .rateit-selected {
                background: url(star.gif) left -16px;
                color: #FF9900;
            }

            .rateit .rateit-selected-rtl {
                background-position: right -16px;
            }

            .rateit .rateit-preset {
                background: url(star.gif) left -48px;
                color: #FF9900;
            }

            .rateit .rateit-preset-rtl {
                background: url(star.gif) left -48px;
            }

            .rateit button.rateit-reset {
                background: url(delete.gif) 0 0;
                width: 16px;
                height: 16px;
                display: -moz-inline-box;
                display: inline-block;
                float: left;
                outline: none;
                border: none;
                padding: 0;
            }

            .rateit .rateit-reset span {
                display: none;
            }

            .rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus {
                background-position: 0 -16px;
            }


.rateit-font {
    font-size: 30px;
    line-height: 1em;
}

    .rateit-font .rateit-range {
        background: none;
        height: auto;
    }

    .rateit-font .rateit-empty {
        color: #ccc;
    }

    .rateit-font .rateit-range > div {
        background: none;
        overflow: hidden;
        cursor: default;
    }

.rateit.rateit-font .rateit-reset {
    font-size: inherit;
    background: none;
    width: 0.6em;
    height: 0.6em;
    margin-top: 0.2em;
    background: gray;
    border-radius: 50%;
    position: relative;
}

    .rateit.rateit-font .rateit-reset span {
        display: block;
        font-weight: bold;
        color: white;
        height: calc(50% - 0.045em);
        top: 0;
        position: absolute;
        border-bottom: 0.09em solid white;
        width: 72%;
        margin-left: 14%;
    }


.rateit.rateit-font .rateit-reset:hover, .rateit.rateit-font button.rateit-reset:focus {
    background: #e6574b; /* Old browsers */
    background: radial-gradient(ellipse at center, #e6574b 55%,#f6836b 77%,#f9d3cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-position: 0 0;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';font-display:swap;src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}