/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/*! 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%;
}