/*
Theme Name: IndianPoland
Theme URI: http://underscores.me/
Author: Dorota Anna Osuch
Author URI: http://cubetips.pl
Description: Theme WP IndianPoland
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: indianpoland
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

IndianPoland is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

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

body {
    margin: 0;
}

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

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

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

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 10;
}

pre {
    overflow: auto;
}

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

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td, th {
    padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body, button, input, select, textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

hr {
    background-color: #862633;
    border: 0;
    height: 10px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #fff #fff #fff;
    border-radius: 3px;
    background: #862633;
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
    font-size: 2.5rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

/*button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}*/

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #111;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #9c122a;
}

a:visited {
    color: #9c122a;
}

a:hover, a:focus, a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

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


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {}

.main-navigation li:hover > a, .main-navigation li.focus > a {}

.main-navigation ul ul:hover > a, .main-navigation ul ul .focus > a {}

.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
}

.site-navigation .current_page_item > a, .site-navigation .current-menu-item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-ancestor > a {
    color: #9c122a !important;
}


/* Small menu. */

.menu-toggle, .main-navigation.toggled ul {
    display: block;
}

.site-navigation {
    margin-top: 25px;
}

#page {
    border-bottom: 3px #9c122a solid;
}

.navbar-default .navbar-nav > li {
    margin-right: 20px;
}

.navbar {
    margin-bottom: 5px !important;
}

.site-navigation .navbar .dropdown-toggle {
    padding-bottom: 20px;
}

.site-navigation .navbar .dropdown-menu {
    margin-top: 2px !important;
    padding-top: 0;
}

.site-navigation .navbar .dropdown-menu:before {
    border: 0;
    height: 3px;
    width: 100%;
    display: block;
    right: 0;
    top: -3px;
    background: transparent;
    z-index: 100;
    cursor: pointer;
}

.site-navigation a {
    font-weight: 500;
}

.site-navigation .navbar .dropdown-menu .dropdown-toggle {
    padding-bottom: 5px;
}

.dropdown-menu ul {
    margin-left: 0;
    padding-left: 0;
}

.dropdown-menu > li > a {
    padding: 5px 17px;
}

.dropdown-menu ul li a {
    padding: 2px 0 2px 40px;
}

.dropdown-menu ul li a:hover {
    background: #f5f5f5;
    color: #262626;
}

.activedropdown {
    color: #9c122a !important;
}

.fa.fa-facebook, .fa.fa-instagram, .fa.fa-twitter {
    background: #747474;
    width: 16px;
    height: 16px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 13px;
    margin: 0 10px 0 0;
}

.bell-home {
    margin-top: 35px;
}

.bell-home:last-child {
    margin-bottom: 50px;
}

#primary article.grid6 .out-thumb .bold-excerpt {
    padding: 0 20px;
    margin-bottom: 10px;
}

#primary article.grid6 .out-thumb .entry-excerpt {
    margin: 10px 0;
}

.title-accessories {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #2b2b2b;
    text-align: center;
}

.title-accessories:hover {
    text-decoration: none;
}

.panel {
    margin-bottom: 0;
}

.bellwymiary {
    text-align: center;
}

html.slb_overlay object, html.slb_overlay embed, html.slb_overlay iframe {
    visibility: visible !important;
}

.single-a .container {
    padding-bottom: 30px;
    font-size: 16px;
}

#carousel .slides {
    margin-top: 0;
}

.single-a ul {
    padding-left: 0;
    margin-top: 30px;
}

.single-a #carousel {
    /*width: 475px;*/
    margin: 0 auto;
}

.contentRoz {
    width: 1305px;
}

.btn {
    white-space: normal !important;
}

.m-s-moto .img {
    height: 358px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1400px) {
    .contentRoz {
        width: 100%;
    }
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.home_movie .col-md-3{
    padding-top: 15px;
    padding-bottom: 15px !important;
}

.home_movie {
    display: none !important;
}

.movie.content-spec{
    display: none !important;
}

.postid-2011 .home_movie{
    display: block !important;
}

.postid-2011 .movie.content-spec{
    display: block !important;
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline, .updated:not(.published) {
    display: none;
}

.single .byline, .group-blog .byline {
    display: inline;
}

.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin-top: 20px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/************************

***** MANU **************

************************/

.navbar-brand {
    padding: 0px 0px;
}

#main-menu {
    font-family: 'Teko';
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 40px;
    margin-bottom: -6px;
}

.dropdown-menu {
    right: -50px !important;
}

.dropdown-menu ul {
    list-style: none;
    margin-right: 3px;
}

.dropdown ul.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #9c122a;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 100px;
    z-index: 10;
}

.dropdown ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #9c122a;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 100px;
    z-index: 9;
}

.dropdown-menu ul li a {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
    font-size: 17px;
}

.dropdown-menu ul li a:hover, .dropdown-menu ul li a:focus {
    text-decoration: none;
    color: #262626;
}

.banner-about img {
    width: 100%;
    height: auto;
    max-height: 330px;
}

@media (min-width: 768px) {
    .dropdown .dropdown-menu {
        opacity: 0;
        -webkit-transition: all 300ms ease-in;
        -moz-transition: all 300ms ease-in;
        -ms-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
    }
}


/****
*** WIDGET
****/

.wello {
    min-height: 20px;
    padding: 19px;
    /* margin-top: 40px; */
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /* border-radius: 4px; */
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); */
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); */
}

.widget-title {
    color: #9C122A;
    text-transform: uppercase;
    font-family: "Teko", sans-serif;
    font-size: 29px;
}

.textwidget p {
    padding: 0;
    color: #878787;
    font-size: 13px;
    line-height: 2;
    font-family: 'Lato';
}

.textwidget p a {
    color: #878787;
}


/* footer */

.txt-footer {
    font-size: 12px;
    color: #9c122a;
    font-family: 'Lato';
}

.txt-footer-copyright {
    float: right;
    font-size: 12px;
    color: #9c122a;
    font-family: 'Lato';
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

a {
    color: #862633;
    text-decoration: none;
}

::selection {
    background: #9A1B26;
    color: #fff;
}

::-moz-selection {
    background: #9A1B26;
    color: #fff;
}

.bordo-divider {
    width: 100%;
    height: 4px;
    background: #9c122a;
}

.entry-content.i-description {
    font-size: 14px;
    font-style: 'Lato';
}

#info {
    /* display: table; */
    /* background:transparent; */
    /* height: 100%; */
    /* width: 100%; */
}

#info-content {
    /* display: table-cell; */
    /* vertical-align: middle; */
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    /* font-size: 12px; */
}

#info-content h1 {
    color: #2b2b2b;
    border: 1px solid #b1b1b1;
    text-align: center;
    background: #fff;
    font-size: 30px;
    font-weight: normal;
    padding: 10px 30px;
    display: inline;
    position: relative;
    bottom: 30px;
    font-family: 'Teko';
}

section.container {
    /* margin-bottom: 5px; */
    padding: 50px 0px 50px 15px;
}

section.container-list-products {
    padding: 50px 0px 0px 0px;
}

.thumbnail.thumb-products {
    border-bottom: 2px solid #cdcdcd;
    padding: 10px;
    height: 250px;
    text-align: center;
}

.thumbnail.thumb-products img {
    max-height: 100%;
}

p.title-accessories a {
    color: #2b2b2b;
    text-decoration: none;
}

.bottom-moto {
    margin-bottom: 30px;
    margin-top: 60px;
}

h4.title-procucts {
    text-align: left;
    font-size: 42px;
    color: #9c122a;
    font-weight: 600;
    font-family: 'Teko';
}

.right-link {
    float: right;
    font-size: 20px;
    font-family: 'Teko';
    color: #fff;
    background-color: #9c122a;
    padding: 15px 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 23px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.right-link:hover, .right-link:active, .right-link:focus {
    background-color: #b81733;
}

.h2_line {
    color: #000;
    font-family: 'Teko';
    text-transform: uppercase;
    font-size: 30px;
    margin: 0px;
}

h2 .title-opis {
    display: inline-block;
    margin-left: 15px;
}

.h2_right {
    display: inline-block;
    color: #9c122a;
    top: 0;
    margin: 10px;
}

.title-opis {
    display: block;
    width: 60%;
    height: 2px;
    background: #9c122a;
    vertical-align: baseline;
}


/*************************************

*********** NEWS - HOME***************

*************************************/

#primary article.grid6 {
    /* padding: 5px; */
    -webkit-backface-visibility: hidden;
    top: 10px;
}

#primary article.grid6 .featured-thumb {
    padding: 0;
    overflow: hidden;
    transition: 0.5s all ease;
}

#primary article.grid6 .featured-thumb img {
    /* -webkit-backface-visibility: hidden; */
    /* transition: 0.6s all ease; */
    /* -webkit-transition: 0.6s all ease; */
    -moz-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    -ms-transition: 0.6s all ease;
    /* z-index: 0; */
    width: 100%;
    /* height:200px; */
    /* width: 546px; */
    transform: scale(1.1);
    /* -webkit-filter: brightness(60%); */
}

#primary article.grid6 .featured-thumb:hover img {
    transform: scale(1.1);
    /* -webkit-filter: brightness(60%);*/
}

.out-thumb.col-md-12 {
    border-left: 1px solid #9c122a;
    border-right: 1px solid #9c122a;
}

@media screen and (max-width: 991px) {
    .navbar-default .navbar-nav > li {
        margin-right: 0;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 17px;
    }
    section.bell-home {
        margin-top: 0;
    }
    section.bell-home .col-md-3 {
        margin-top: 35px;
    }
    .txt-footer {
        text-align: center;
    }
    .txt-footer-copyright {
        float: none;
        text-align: center;
    }
    .font-primary, .bike-name-copy, .price-wrap, .price, .m-short-description {
        text-align: center;
        display: block !important;
    }
    .m-short-description ul {
        margin-left: 0;
        padding-left: 0;
    }
    .list-colours {
        display: table;
        margin: 10px auto 0 auto;
    }
    .swatch {
        margin-right: 0;
    }
    .swatches-wrapper.clearfix > span {
        text-align: center;
    }
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .m-s-moto .img {
        height: 190px;
    }
    .slide-moto > img {
        position: relative;
    }
    .menu-lists-moto ul {
        display: table;
        margin: 0 auto !important;
    }
    .box-model {
        position: relative !important;
        padding-top: 0 !important;
    }
    .menu-lists-moto ul li a::after {
        content: none !important;
    }
    section.gray-b {
        margin-top: 40px;
    }
    .model-title {
        margin-bottom: 0;
    }
    .hidden-g.product-moto img {
        width: 100%;
    }
    .m-s-moto-sh {
        margin-bottom: 20px;
    }
    section.bell {
        padding-left: 0 !important;
    }
    #primary article.grid6 .featured-thumb {
        /* margin: 10px; */
    }
}

#primary article.grid6 .out-thumb {
    padding: 0px 0px;
    /* height: 300px; */
}

@media screen and (max-width: 991px) {
    #primary article.grid6 .out-thumb {
        /* padding: 10px 10px; */
    }
}

#primary article.grid6 .out-thumb h1.entry-title {
    margin: 0 0 10px 0px;
    padding: 25px 20px 0 20px;
    text-align: left;
    font-size: 24px;
    color: #9c122a;
    font-weight: 600;
    font-family: 'Teko';
}

h1.entry-title {
    margin: 0 0 10px 0px;
    padding: 25px 20px;
    text-align: left;
    font-size: 50px;
    color: #9c122a;
    font-weight: 600;
    font-family: 'Teko';
    /* max-width:50%;
	padding:0px 0px 0px 100px;
bottom:160px;
float:right;
right:0px;

margin-top: -40px;
    position: relative;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.4;
   
    
  font-family: 'Teko';
  color:#fff;*/
}

#primary article.grid6 .out-thumb h1.entry-title a {
    color: #3a3a3a;
    font-weight: bold;
}

#primary article.grid6 .out-thumb h1.entry-title a:hover {
    color: #3a85ae;
}

#primary article.grid6 .entry-header > div {
    margin-bottom: 20px;
}

#primary article.grid6 .out-thumb .entry-excerpt {
    margin: 0 0 10px 0px;
    padding: 0px 20px;
    color: #636363;
    font-size: 13px;
    line-height: 1.6em; //
    padding: 0 20px 25px;
    text-align: left;
    font-size: 13px;
    color: #333333; //
    margin-top: 15px;
    font-family: 'Lato';
}

#primary article.grid6 .out-thumb .readmore {}

#primary article.grid6 .out-thumb .readmore:hover a {
    color: red;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    #primary article.grid6:nth-child(odd) {
        clear: both;
    }
}

@media screen and (max-width: 767px) {
    .site-content {
        top: 0;
    }
    .site-navigation .navbar .dropdown-toggle {
        padding-bottom: 15px;
    }
    .site-navigation {
        margin-bottom: 20px;
    }
    #primary article.grid6 {
        width: 65%;
        margin: 10px auto;
    }
    .widget-title, .textwidget {
        text-align: center;
    }
    .dropdown ul.dropdown-menu:before {
        content: "";
        border-bottom: none;
        border-right: none;
        border-left: none;
        position: none;
        top: 0;
        right: 0;
    }
    .dropdown ul.dropdown-menu:after {
        content: "";
        border-bottom: none;
        border-right: none;
        border-left: none;
        position: none;
        top: 0;
        right: 0;
    }
    img.logo {
        /* margin: 5px 0 0 0; */
        padding: 0px;
        max-width: 160px;
        display: block;
    }
    #info-content h1 {
        color: #2b2b2b;
        border: 1px solid #b1b1b1;
        text-align: center;
        background: #fff;
        font-size: 20px;
        font-weight: normal;
        padding: 10px 20px;
        display: inline;
        position: relative;
        bottom: 25px;
        font-family: 'Teko';
    }
}

@media screen and (max-width: 450px) {

     .m-s-moto .img {
        height: 130px;
    }

    #primary article.grid6 {
        width: 100%;
    }
    #info-content h1 {
        color: #2b2b2b;
        border: 1px solid #b1b1b1;
        text-align: center;
        background: #fff;
        font-size: 15px;
        font-weight: normal;
        padding: 5px 15px;
        display: inline;
        position: relative;
        bottom: 20px;
        font-family: 'Teko';
    }
    h1.news-entry-title {
        bottom: 10px!important;
        font-size: 30px !important;
        margin: 120px 50px 20px 30px;
        right: 0px !important;
    }
}

.feature-content-link {
    color: #fff;
    background: #9c122a;
    padding: 18px;
    width: 100%;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    font-family: 'Teko';
}

.feature-content-link:hover, .feature-content-link:active, .feature-content-link:focus {
    background: #b81733;
    text-decoration: none;
    color: #fff;
}

.feature-content-link:visited {
    color: #fff;
}

.bordo-btn .about-link-2 {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: none;
}

.header-title {
    background: #9c122a;
    padding: 20px 15px;
    display: block;
    margin-top: 15px;
    margin-bottom: 25px;
    /* border: solid 1px #eee; */
    border-top: none;
    font-size: 25px;
    color: #fff;
    max-width: 1115px;
    /* margin-left: 15px; */
    z-index: 8888;
    font-family: 'Teko';
}

.entry-content {
    color: #2b2b2b;
    font-family: 'Lato';
    line-height: 1.7em;
    /* font-weight: 300; */
    font-size: 14px;
}

.banner img {
    width: 60%;
    height: auto;
    max-height: 330px;
}


/* POST PRIMARY
***** NEWS *****
****************/

h2.news-home-title {
    font: 33px sans-serif;
    margin-top: 30px;
    text-align: left;
    text-transform: uppercase;
}

h2.background {
    position: relative;
    z-index: 1;
    &:before {
        border-top: 2px solid #dfdfdf;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 95%;
        z-index: -1;
    }
    span {
        background: #fff;
        padding: 0 15px;
    }
}

h2.background {
    font: 30px 'Teko';
    margin-top: 40px;
    text-align: left;
    text-transform: uppercase;
}

h2.background {
    position: relative;
    z-index: 1;
}

h2.background:before {
    //  border-top: 3px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 75%;
    z-index: -1;
}

h2.background span {
    background: #fff;
    padding: 0 15px 0px 0px;
}

h2.double:before {
    border-top: none;
}

h2.double:after {
    border-bottom: 3px solid #9c122a;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    width: 75%;
    z-index: -1;
}

h5.news-home-right {
    position: relative;
    float: right;
    margin-top: -40px;
    font-size: 22px;
    font-family: 'Teko';
    font-weight: 400;
    text-transform: uppercase;
    z-index: 40000000000000;
}

h5.news-home-right a {
    text-decoration: none;
    color: #9c122a;
}

h5.news-home-right a:hover. h5.news-home-right a:focus, h5.news-home-right a:active {
    color: #b81733;
}

@media screen and (max-width: 1200px) {
    h2.double:after {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {
    h5.news-home-right {
        margin-top: -43px;
    }
    h2.double:after {
        display: none;
    }
}

h2.no-background {
    font-family: 'Teko';
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 0px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

h2.no-background span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    position: relative;
    padding: 0 20px 0px 0px;
}

h2.no-background span:before, h2.no-background span:after {
    content: '';
    display: block;
    width: 1200px;
    position: absolute;
    top: 0.73em;
    border-top: 2px solid #9c122a;
}

h2.no-background span:before {
    right: 100%;
}

h2.no-background span:after {
    left: 100%;
}

.h3_line {
    color: #000;
    font-family: 'Teko';
    text-transform: uppercase;
    font-size: 30px;
}

h3 .line, .h3 .line {
    display: inline-block;
    margin-left: 15px;
    margin-right: 14px;
}

.h3_right {
    display: inline-block;
    color: #9c122a;
    top: 0;
    margin: 10px;
}

.line {
    display: block;
    width: 69%;
    height: 3px;
    background: #9c122a;
    vertical-align: baseline;
}


/************************************
********* MOTOCYKLE STYLE ***********
************************************/

.h2_linem {
    color: #000;
    font-family: 'Teko';
    text-transform: uppercase;
    font-size: 30px;
}

h2 .title-opism {
    display: inline-block;
    margin-left: 15px;
}

.h2_rightm {
    display: inline-block;
    color: #9c122a;
    top: 0;
    margin: 10px;
}

.title-opism {
    display: block;
    width: 90%;
    height: 2px;
    background: #9c122a;
    vertical-align: baseline;
}

.font-primary {
    font-size: 40px;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    color: #9c122a;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0px 0px -10px 0px;
}

.bike-name-copy {
    padding: 0px 0px 10px 0px;
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    border-bottom: 1px solid #9c122a;
}

.price-wrap {
    padding: 20px 0px 0px 0px;
    font-weight: bold;
    display: inline-block;
}

.price {
    font-size: 40px;
    color: #9c122a;
    font-weight: 600;
    font-family: 'Teko';
}

.content-spec caption {
    font-size: 15px;
    padding: 8px 0px 8px 8px;
    color: #fff;
    text-align: left;
    background: #9c122a;
}

.content-spec table {
    border: 1px solid #9c122a;
}

.content-spec td {
    font-family: 'Lato';
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #9c122a;
    font-weight: 400;
    font-size: 14px;
    font-family: Tahoma;
}

.content-spec td+td {
    color: #000;
    font-weight: 300;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.gray-b {
    background: #eeeeee;
    padding: 25px;
}

.m-big-title {
    text-transform: uppercase;
    color: #2b2b2b;
    font-family: 'Teko';
    font-size: 40px;
    font-weight: 500;
}

.title-short-desc {
    font-size: 16px;
    line-height: 1.8em;
}

.strike {
    position: relative;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 30px;
}

.strike:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 70%;
    height: 2px;
    content: "";
    background: #9c122a;
    ;
}

.strike h2 {
    color: #2b2b2b;
    font-family: 'Teko';
    text-transform: uppercase;
    font-size: 30px;
    display: inline;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0px 10px 0px 0px;
    background: #fff;
}


/* 
section.bell {
    padding: 0px 0px 0px 40px;
} */

section.bell-home {
    text-align: center;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

a.btn {
    background: #9c122a;
    width: 100%;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Teko';
    padding: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.btn:hover, a.btn:active, a.btn:focus {
    background: #b81733;
    text-decoration: none;
    color: #fff;
}

.swatches-wrapper {
    display: inline-block;
    clear: both;
}

.swatches-wrapper a {
    width: 70px;
    height: 70px;
    display: block;
    margin-right: 30px;
}

.color-swatch img {
    border: 1px solid #c3c3c3;
}

.color-swatch.active {
    border-color: 1px solid #9c122a;
}

.list-colours {
    margin-top: 10px;
}

.m-short-description {
    margin-top: 40px;
    margin-bottom: 40px;
}

#carousel li {
    width: 100%;
}

.flexslider.border-slide {
    border: 1px solid #cdcdcd;
    border-bottom: 2px solid #cdcdcd;
    border-radius: 0px;
    background: #FFF;
}

li.border-slide {
    border: 1px solid #cdcdcd;
    padding: 10px !important;
    height: 160px !important;
    width: 170px !important;
    background: #fff;
    text-align: center;
    margin-right: 30px !important;
}

li.border-slide img {
    max-height: 100%;
}

.single-a {
    background: #f7f7f7;
}

#primary {
    margin-bottom: 35px;
}

.breadcrumbs {
    overflow: hidden;
    font: 30px 'Teko';
    color: #2b2b2b;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.single .breadcrumbs {
    font-size: 22px;
}

.breadcrumbs a {
    color: #a0a0a0;
    display: block;
    float: left;
    font-weight: 300;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.breadcrumbs a:after {
    content: "/";
    padding-left: 3px;
    padding-right: 2px;
}

.breadcrumbs a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
}

.breadcrumbs a:first-child {}

.breadcrumbs a:last-child a {
    color: black;
    pointer-events: none;
    cursor: default;
}

.breadcrumbs a:hover {}

.breadcrumbs a:hover:after {}

.two {
    //  position: absolute;
    // top: 0px;
    //  right: 0px;
    top: 0px;
    right: 0px;
}

.first {
    left: 0px;
    top: 0px;
    //	position:static;
    // background-position: right 45px bottom 20px;
    //  position: relative;
    //  top: 0;
    //   left: 0;
}

.one-news {
    //   position: relative;
    // left: 0;
    //  top: 0;
}

//trojkat dla lineup
#triangle-right {
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 100px solid red;
    border-bottom: 50px solid transparent;
}


/*
#sgr-custom-taxonomies-menu-2 ul li {
	//width: 311px;
	list-style: none;
}
#sgr-custom-taxonomies-menu-2 ul ul{
	display: none;
}
#sgr-custom-taxonomies-menu-2 > ul > li {
	background: url(http://indianpoland.com/wp-content/themes/images/vmenu/zakladka.png) left top no-repeat;
	background-size: 100% auto;
}
#sgr-custom-taxonomies-menu-2 ul li a {
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 14px;
	color: #82846f;
	text-decoration: none;
	outline: none;
}
#sgr-custom-taxonomies-menu-2 > ul > li > a {
	height: 42px;
	line-height: 42px;
//	padding-left: 35px;
}
#sgr-custom-taxonomies-menu-2 > ul > li > ul > li > a {
//	padding-left: 70px;
}
#sgr-custom-taxonomies-menu-2 > ul > li > ul > li > ul > li > a {
	//padding-left: 100px;
}
#sgr-custom-taxonomies-menu-2 > ul > li > ul > li > ul > li > ul > li > a {
	//padding-left: 135px;
}
#sgr-custom-taxonomies-menu-2 ul li a[data-option='on']{
	background: url(http://indianpoland.com/wp-content/themes/images/vmenu/on.png) right center no-repeat;
}
#sgr-custom-taxonomies-menu-2 ul li a[data-option='off'] {
	background: url(http://indianpoland.com/wp-content/themes/images/vmenu/off.png) right center no-repeat;
}
*/


/*

#sgr-custom-taxonomies-menu-2,
#sgr-custom-taxonomies-menu-2 ul,
#sgr-custom-taxonomies-menu-2 li,
#sgr-custom-taxonomies-menu-2 a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  position: relative;
}





#sgr-custom-taxonomies-menu-2 {
  width: 250px;
  border-bottom: 4px solid #656659;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#sgr-custom-taxonomies-menu-2 a {
  line-height: 1.3;
}
#sgr-custom-taxonomies-menu-2 > ul > li:first-child {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
  border: 1px solid #45463d;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}


#sgr-custom-taxonomies-menu-2 > ul > li:first-child > a {
  padding: 15px 10px;
  background: url(http://indianpoland.com/wp-content/themes/indianpoland/menu_images/pattern.png) top left repeat;
  border: none;
  border-top: 1px solid #818176;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-size: 1.2em;
  font-weight: 300; 
  text-shadow: 0 -1px 1px #000000;
}
#sgr-custom-taxonomies-menu-2 > ul > li:first-child > a > span {
  padding: 0;
}
#sgr-custom-taxonomies-menu-2 > ul > li:first-child:hover {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
}

#sgr-custom-taxonomies-menu-2 > ul > li {
  background: #e94f31;
  background: -moz-linear-gradient(#e94f31 0%, #d13516 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e94f31), color-stop(100%, #d13516));
  background: -webkit-linear-gradient(#e94f31 0%, #d13516 100%);
  background: linear-gradient(#e94f31 0%, #d13516 100%);
}


#sgr-custom-taxonomies-menu-2 > ul > li:hover {
  background: #e84323;
  background: -moz-linear-gradient(#e84323 0%, #c33115 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84323), color-stop(100%, #c33115));
  background: -webkit-linear-gradient(#e84323 0%, #c33115 100%);
  background: linear-gradient(#e84323 0%, #c33115 100%);
}
#sgr-custom-taxonomies-menu-2 > ul > li > a {
  font-size: .9em;
  display: block;
  background: url(http://indianpoland.com/wp-content/themes/indianpoland/menu_images/pattern.png) top left repeat;
  color: #ffffff;
  border: 1px solid #ba2f14;
  border-top: none;
  text-shadow: 0 -1px 1px #751d0c;
}
#sgr-custom-taxonomies-menu-2 > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#sgr-custom-taxonomies-menu-2 > ul > li > a:hover {
  text-decoration: none;
}
#sgr-custom-taxonomies-menu-2 > ul > li.active {
  border-bottom: none;
}
#sgr-custom-taxonomies-menu-2 > ul > li.has-sub > a span {
  background: url(http://indianpoland.com/wp-content/themes/indianpoland/menu_images/icon_plus.png) 96% center no-repeat;
}
#sgr-custom-taxonomies-menu-2 > ul > li.has-sub.active > a span {
  background: url(http://indianpoland.com/wp-content/themes/indianpoland/menu_images/icon_minus.png) 96% center no-repeat;
}



#sgr-custom-taxonomies-menu-2 ul ul {
  display: none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
}
#sgr-custom-taxonomies-menu-2 ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#sgr-custom-taxonomies-menu-2 ul ul li:last-child {
  border-bottom: none;
}
#sgr-custom-taxonomies-menu-2 ul ul a {
  padding: 10px 10px 10px 25px;
  display: block;
  color: #676767;
  font-size: .8em;
  font-weight: normal;
}
#sgr-custom-taxonomies-menu-2 ul ul a:before {
  content: '\00BB';
  position: absolute;
  left: 10px;
  color: #e94f31;
}
#sgr-custom-taxonomies-menu-2 ul ul a:hover {
  color: #e94f31;
}


#sgr-custom-taxonomies-menu-2 ul {

   font-size:12px;
    margin: 0!important;
    padding: 0 20px;
    //border: 1px solid #eee;
    border-top: 0;
    background-color: #f9f9f9;
    list-style-type: none;
}
*/


/*.box {position: relative; }

.thumbpi {position:relative;  overflow: hidden;}
.thumbpi img{ overflow: hidden;}
.titlepi {
    position:absolute;
  background:red;
    color: white;
    top: 0;
    width: 50%;
    height: 100%;
    text-align: center;
    display: table;
}
.titlepi div {
    display: table-cell;
    vertical-align: middle;
    padding: 50px;
}

*/

.box-1 {
    position: relative;
}

.thumbe {
    position: relative;
    overflow: hidden;
}

.thumbe img {
    overflow: hidden;
}

.title-news {
    position: absolute;
    background: red;
    color: white;
    top: 0;
    width: 50%;
    height: 100%;
    text-align: center;
    display: table;
}

.title-news div {
    display: table-cell;
    vertical-align: middle;
    padding: 50px;
}

.m-s-moto img {
    /* width: 702px; */
    /* height:360px; */
}

.m-s-moto-sh {
    border: 1px solid #959595;
    font-family: 'Teko';
    font-size: 16px;
    padding-bottom: 30px;
    padding: 10px 0px 8px 10px;
}

.panel.panel-a {
    background: transparent;
    display: block;
}

.hidden-g:first-child, .hidden-g:nth-child(2) {
    display: block;
}

.hidden-g {
    display: none;
    margin-bottom: 20px;
}

.hidden-g img {}

.hidden-g .product-moto {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.hidden-g .product-moto h4 {
    font-size: 17px;
    font-weight: 600;
    color: #505050;
}

.hidden-g .product-moto a {
    text-transform: uppercase;
    font-size: 12px;
    color: #3B1431;
    text-decoration: none;
}

.hidden-g .product-moto-overlay p {
    text-transform: uppercase;
    font-weight: bold;
}

span.roll {
    background: center center no-repeat #000;
    /* height: 190PX; */
    position: absolute;
    text-align: center;
    /* line-height: 170px; */
    /* width: 370PX; */
    z-index: 10;
}

.roll:before {
    content: "\f00e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 40px;
    padding-right: 0.9em;
    position: absolute;
    top: 0;
    left: 160px;
}

.tax-category-list {
    margin-top: 10px;
}

.tax-category-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tax-category-list ul ul {
    margin: 2px 0 0 30px;
}

.tax-category-list li {
    margin-bottom: 2px;
}

.tax-category-list a {
    color: #2b2b2b;
    font-family: 'Teko';
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1;
}

.tax-category-list a:hover, .tax-category-list a.current {
    text-decoration: none;
    background: #e9e9e9;
    color: #2b2b2b;
}

.tax-category-list a.current {
    color: #9c122a;
}


/*-------------------------------------------
* accordion
--------------------------------------------*/

#sgr-custom-taxonomies-menu-2 {
    margin: 0;
    padding: 0px important!;
}

.side-col .box {
    clear: both;
}

#sgr-custom-taxonomies-menu-2 li {
    font-family: 'Teko';
    line-height: 25px;
    font-weight: normal;
    list-style: none;
    width: 100%;
}


/* Some list and link styling */

#sgr-custom-taxonomies-menu-2 ul li {}

#sgr-custom-taxonomies-menu-2 ul ul li {
    border: none !important;
    padding: 0;
    margin-bottom: 0;
}

#sgr-custom-taxonomies-menu-2 ul ul {
    display: block !important;
}

#sgr-custom-taxonomies-menu-2 ul ul li a, #sgr-custom-taxonomies-menu-2 ul li a {
    padding-left: 15px;
    font-weight: normal;
}

#sgr-custom-taxonomies-menu-2 ul li a {
    text-decoration: none;
    text-transform: none;
    color: #444444;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}


/* For the xtra menu */

#sgr-custom-taxonomies-menu-2 ul ul li {
    margin-bottom: 0;
}

#sgr-custom-taxonomies-menu-2 ul ul li {
    padding-left: 10px;
}

#sgr-custom-taxonomies-menu-2 ul ul li a {
    color: #444444;
    padding-left: 15px;
}

#sgr-custom-taxonomies-menu-2 ul ul li {
    border: none;
}

#sgr-custom-taxonomies-menu-2 span a {
    width: 16px;
}

#sgr-custom-taxonomies-menu-2 li a {
    font-family: 'Teko';
    letter-spacing: 1px;
    text-transform: uppercase !important;
    color: #2f2f2f;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    //margin-left: 9px;
}

#sgr-custom-taxonomies-menu-2 li a:hover {
    background: #e9e9e9;
    font-family: 'Teko', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2f2f2f !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    margin-left: 9px;
}

#sgr-custom-taxonomies-menu-2 li a active {
    background: red;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2f2f2f !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    margin-left: 9px;
}

#sgr-custom-taxonomies-menu-2 ul {
    padding: 0px;
}

#sgr-custom-taxonomies-menu-2 ul ul {
    float: left;
    padding: 0px;
    width: 100%;
}

#sgr-custom-taxonomies-menu-2 ul, #sgr-custom-taxonomies-menu-2 ul ul, #sgr-custom-taxonomies-menu-2 ul ul ul, #sgr-custom-taxonomies-menu-2ul ul ul ul {
    padding: 0;
    margin: 0;
}


/* Header links styling */

#sgr-custom-taxonomies-menu-2 span.head a {
    background: url(http://indianpoland.com/wp-content/themes/indianpoland/img/plus.png) no-repeat;
    color: #333333;
    display: block;
    height: 30px;
    margin-top: 0px;
    padding: 0;
    width: 30px;
}

#sgr-custom-taxonomies-menu-2 span.head a:hover {
    color: #000;
    background: url(http://indianpoland.com/wp-content/themes/indianpoland/img/plus2.png) no-repeat;
}

#sgr-custom-taxonomies-menu-2 span.selected a {
    background: url(http://indianpoland.com/wp-content/themes/indianpoland/img/moins.png) no-repeat;
    padding: 0px;
}

#sgr-custom-taxonomies-menu-2 span.selected a:hover {
    background: url(http://indianpoland.com/wp-content/themes/indianpoland/img/moins2.png) no-repeat;
}

#sgr-custom-taxonomies-menu-2 li.active a {
    font-weight: bold;
}

#sgr-custom-taxonomies-menu-2 li.active ul li a {
    font-weight: normal;
}

#sgr-custom-taxonomies-menu-2 li.active ul li.active ul li.active a {
    font-weight: bold;
    color: #2f2f2f !important;
    background-color: #fff !important;
    display: bloc;
    width: 97% !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
}

#sgr-custom-taxonomies-menu-2 li.active ul li.active ul li a {
    font-weight: normal;
}

#sgr-custom-taxonomies-menu-2 li.active ul li.active a {
    font-weight: bold;
}

#sgr-custom-taxonomies-menu-2 li a {
    float: left;
}

#sgr-custom-taxonomies-menu-2 ul {
    //	float:left;
    clear: both;
}

#sgr-custom-taxonomies-menu-2 li {
    float: left;
    width: 100%;
    clear: both;
}

#sgr-custom-taxonomies-menu-2 ul li {}

#sgr-custom-taxonomies-menu-2 ul ul li {}


/*
.container div {
    padding-left: 0;
    padding-right: 0;
}
*/


/*
.model-moto {text-align:center;}
.box-model.first{
	margin-top: -45%;

}

.box-model {
    padding: 50px 30px;
   
    display:block;
}

.model-title {font-size:45px; font-family:'Teko';margin:auto; text-align:middle; color:#9c122a; background: #fff; padding:10px; margin-bottom:10px;}

.model-price {background: #2b2b2b; color:#fff;  font-size:15px; font-family:'Lato';}
.model-price{padding:15px 0px 15px 15px;}
.price-m { float:right; font-size:30px; font-family:'Teko';margin-top:-15px; margin-right:15px; }
.bg {
  height: 51px;
  display: inline-block;
  background: #9c122a;
  line-height: 50px;
  text-align: center;
  position: relative;
  transition: all 0.6s;
  cursor: pointer;
  z-index: 1;
  margin-right:0px;
  padding: 3px 10px 0px 0px;
}
.left {
  margin-left: 50px;
}
.left:after {
  content: "";
  position: absolute;
  height: inherit;
  background: inherit;
  top: 0;
   left: -30%;
 height: 100%;
  width: 100%;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  transform: skewX(-45deg);
  z-index: -1;
}

*/

.slide-moto {
    position: relative;
    display: block;
    text-align: center;
}

.box-model {
    margin: 0 auto;
    max-width: 1170px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    padding-top: 30px;
}

.box-model.first-moto {
    top: 15px;
}

.box-moto {
    width: 100%;
    padding-right: 10px;
}

.model-title {
    float: right;
    font-size: 45px;
    font-family: 'Teko';
    margin: auto;
    text-align: left;
    width: 100%;
    color: #9c122a;
    background: #fff;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-weight: 500;
}

.model-price {
    float: right;
    text-align: left;
    background: #2b2b2b;
    color: #fff;
    font-size: 15px;
    width: 100%;
    font-family: 'Lato';
    padding: 0 0px 0px 15px;
    height: 55px;
    overflow: hidden;
    margin-bottom: 10px;
}

.price-m {
    position: relative;
    float: right;
    width: 30%;
    font-size: 30px;
    font-family: 'Teko';
    height: 55px;
    display: inline-block;
    background: #9c122a;
    line-height: 50px;
    text-align: center;
    transition: all 0.6s;
    cursor: pointer;
    z-index: 1;
    padding: 3px 0 0px 0;
}

.model-price .name {
    width: 60%;
    float: left;
    display: block;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.price-m:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 55px 55px;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #9c122a rgba(255, 255, 255, 0);
}


/* 
.left {
  margin-left: 50px;
}
.left:after {
  content: "";
  position: absolute;
  height: inherit;
  background: inherit;
  top: 0;
   left: -30%;
 height: 100%;
  width: 100%;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  transform: skewX(-45deg);
  z-index: -1;
}

 */

@media screen and (max-width: 995px) {
    .box-moto {
        width: 100%;
        margin-left: 0px;
    }
}


/*@media screen and (max-width: 400px)  { 
.box-moto {width:100%; margin-left:0px;}

.menu-lists-moto.menu-lists-moto ul {
text-align:left;
margin:0;
padding:0;
list-style-type:none;
	font-size:13px;
	text-transform: uppercase;
	font-family:'Teko';
}
.menu-lists-moto.menu-lists-moto ul li {
display: inline; /*IE 6
}

.menu-lists-moto.menu-lists-moto ul li a {
display:block;
background:#fff;
text-decoration:none;
border-bottom:1px solid #959595;
border-right:1px solid #959595;
border-left:1px solid #959595;
color:#2b2b2b;
}

.menu-lists-moto.menu-lists-moto ul li a:hover {
color:#fff;
background:#9c122a;
border-bottom:1px solid #9c122a;
border-right:1px solid #9c122a;
border-left:1px solid #9c122a; 
	
}
.menu-lists-moto.menu-lists-moto li.selected a{
background:#9c122a;
	color:#fff;
		border-bottom:1px solid #9c122a;
border-right:1px solid #9c122a;
border-left:1px solid #9c122a; 
	
}
.menu-lists-moto.menu-lists-moto ul li a:after {
	content: "";  
position: absolute;
left: 145px; 
top: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 13px 0 10px 10px;
border-color: transparent transparent transparent #9c122a; 
line-height: 0px;
_border-color: #000000 #000000 #000000 #9c122a; 
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.model-title {
	float:right;
	font-size:13px; 
	font-family:'Teko';
	margin:auto; 
	text-align:left;
	 color:#9c122a;
	  background:#fff; 
	  padding:2px;
	   margin-bottom:2px;
	   height:20px;
	   width: 50% !important;
	   ;}

.model-price {float:right ;
 text-align:left; 
 background: #2b2b2b;
  color:#fff; 
   font-size:13px;
   font-family:'Lato';
  
  
   }
.model-price{
	height: 20px;
	 padding:14px
	  0px 0px
	   15px;
	   }
.price-m {
	
 float:right; font-size:13px; font-family:'Teko';margin-top:-13px; margin-right:15px; }
.bg {
  height: 20px;
  display: inline-block;
  background: #9c122a ;
  line-height: 20px;
  text-align: center;
  position: relative;
  transition: all 0.6s;
  cursor: pointer;
  z-index: 1;
  margin-right:0px;
  padding: 1px 5px 0px 0px;
}
.left {
  margin-left: 25px;
}
.left:after {
  content: "";
  position: absolute;
  height: inherit;
  background: inherit;
  top: 0;
   left: -15%;
 height: 100%;
  width: 100%;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  transform: skewX(-45deg);
  z-index: -1;
}


}
*/

.tra {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 25px solid red;
    border-bottom: 20px solid transparent;
}

.menu-lists-moto ul {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Teko';
    margin-left: 10px;
}

.menu-lists-moto ul li {
    display: inline;
    /*IE 6*/
}

.menu-lists-moto ul li a {
    display: block;
    background: #fff;
    width: 250px;
    text-decoration: none;
    padding: 10px
    /*padding for top, bottom*/
    17px
    /*padding for left, right*/
    ;
    border-bottom: 1px solid #959595;
    border-right: 1px solid #959595;
    border-left: 1px solid #959595;
    color: #2b2b2b;
}

.menu-lists-moto ul li a:hover {
    color: #fff;
    background: #9c122a;
    border-bottom: 1px solid #9c122a;
    border-right: 1px solid #9c122a;
    border-left: 1px solid #9c122a;
}

.menu-lists-moto li.selected a {
    background: #9c122a;
    color: #fff;
    border-bottom: 1px solid #9c122a;
    border-right: 1px solid #9c122a;
    border-left: 1px solid #9c122a;
}

.menu-lists-moto ul li a:after {
    content: "";
    position: absolute;
    left: 265px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 0 23px 30.0px;
    border-color: transparent transparent transparent #9c122a;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #9c122a;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
}

.imgContainer {
    position: relative;
}

.imgDisp, .imgDispFadeIn {
    position: absolute;
    top: 0;
    left: 0;
}

.imgDisp {
    z-index: 10;
}

.imgDispFadeIn {
    z-index: 9;
}

.swatch {
    position: relative;
    display: inline-block;
    width: 69px;
    height: 69px;
    cursor: pointer;
    /* float:left; */
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-bottom: 20px;
}

.swatch img {
    border: 1px solid #c3c3c3;
}

.swatch:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #9c122a;
    position: absolute;
    left: 0;
    bottom: -6px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    filter: alpha(opacity=0);
}

.swatch:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.swatch.current img {
    border-color: #9c122a;
}

.swatch.current:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

@media all and (min-width: 992px) {
    .swatch {
        margin-right: 20px;
    }
    .swatch:last-child {
        margin-right: 0px;
    }
}

input {
    outline: none;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-size: 100%;
    font-family: 'Lato';
}

input::-webkit-search-decoration, input::-webkit-search-cancel-button {
    display: none;
}

input[type=search] {
    background: url(img/search.png) no-repeat 0px center;
    border: none;
    padding: 0px 20px 0px 0px;
    width: 55px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-bottom: 1px solid #9c122a;
    border-radius: 0px;
}

input:-moz-placeholder {
    color: red;
}

input::-webkit-input-placeholder {
    color: green;
}

.search-form input[type=search] {
    width: 15px;
    padding-left: 10px;
    padding-bottom: 10px;
    color: transparent;
    cursor: pointer;
}

.search-form input[type=search]:hover {
    background-color: #fff;
}

.search-form input[type=search]:focus {
    width: 200px;
    padding-left: 40px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}

.search-form input:-moz-placeholder {
    color: transparent;
}

.search-form input::-webkit-input-placeholder {
    color: transparent;
}

.search-form .search-submit {
    display: none;
}

.wp-pagenavi {
    font-size: 16px;
}

.wp-pagenavi a, .wp-pagenavi span {
    color: #00;
    text-decoration: none;
    border: 1px solid #BFBFBF;
    background: #f7f7f7;
    padding: 10px 10px;
    margin: 2px;
}

.wp-pagenavi a:active, .wp-pagenavi span {
    color: #fff;
    text-decoration: none;
    border: 1px solid #BFBFBF;
    background: #9c122a;
    padding: 10px 10px;
    margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #c3c3c3;
    text-decoration: none;
}

.wp-pagenavi span.current {
    font-weight: bold;
}

.container.pagination.text-center {
    margin-top: 40px;
    display: block;
}

.box-news {
    position: relative;
    width: 100%;
    height: 330px;
    overflow: hidden;
    background: #9c122a;
    margin-bottom: 20px;
}

.box-news > div {
    padding-left: 0;
    padding-right: 0;
    height: inherit;
}

.box-news img {
    width: 100%;
}

.box-news .image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 330px 330px;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #9c122a rgba(255, 255, 255, 0);
}

.box-news .title h1 {
    margin-left: -40px;
}

.box-news .image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.box-news .image img {
	display: none;
}

li {
    list-style-position: inside;
}

@media screen and (max-width: 991px) {
    .box-news {
        height: auto;
    }
    .box-news .image:before {
        display: none;
    }
    .box-news .title h1 {
        margin: 20px !important;
    }

    .box-news .image {
    	background: none;
    }

    .box-news .image img {
    	display: inline;
    }
}

h1.news-entry-title {
    display: block;
    margin-top: 120px;
    max-width: 470px;
    font-size: 50px;
    font-family: 'Teko';
    color: #fff;
    text-align: l
}

h2.entry-title {
    margin: 0px 0px -20px 0px;
    text-align: left;
    font-size: 24px;
    color: #9c122a;
    font-weight: 600;
    font-family: 'Teko'
}

.moto-bottom {
    bottom: -20px;
}

@media screen and (max-width: 401px) {
    .model .container {
        padding: 0;
    }
}

@media screen and (max-width: 660px) {
    .model-price {
        float: none;
        padding-left: 0;
        text-align: center;
        height: auto
    }
    .model-price .name {
        width: 100%;
        padding: 10px 0 0;
        float: none;
        top: 0;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .price-m {
        width: 100%;
        float: none;
        margin-top: 15px;
    }
    .bg {
        display: block;
    }
    .left {
        margin-left: 0;
    }
    .left::after {
        background: none;
    }
}

.moto-gallery {
    position: relative;
    display: inline-block;
}

.moto-gallery:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(img/lens.png) center center no-repeat rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    filter: alpha(opacity=0);
}

.moto-gallery:hover:before, .moto-gallery:active:before, .moto-gallery:focus:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.dealers-row {}

.dealers-col {
    position: relative;
    width: 20%;
    float: left;
}

@media screen and (max-width: 1024px) {
    .dealers-col {
        width: 33.33333%;
    }
}

@media screen and (max-width: 767px) {
    .dealers-col {
        width: 50%;
    }
}

@media screen and (max-width: 479px) {
    .dealers-col {
        width: 100%;
    }
}



.postid-2011 .box-model,
.postid-2011 .m-s-moto,
.postid-2011 .bellwymiary,
.postid-2011 #s-t .bottom-moto,
.postid-2011 #z-f .bottom-moto
{display: none;}

.postid-2011 #s-t,
.postid-2011 #z-f {
margin-top: 30px; }

.postid-2011 img.alignleft {
margin: auto;
margin-bottom: 30px;}


@media (min-width: 992px) {
.col-md-12.oscitas-bootstrap-container {
    width: 50%;
}

}


@media (max-width: 992px) {
.col-md-12.oscitas-bootstrap-container {
    width: 50%;
}

.postid-2011 .oscitas-bootstrap-container img {
width: 100%;}

.postid-2011 .oscitas-bootstrap-container iframe {
width: 100%;}

}

@media (max-width: 767px) {
.col-md-12.oscitas-bootstrap-container {
    width: 100%;
}

}

.container.content.contentRoz.id2011{
    display: none;
}

.container.contentRoz.id2011{
    display: none;
}

.tax-category-list ul li {
    cursor: pointer;
}

.tax-category-list .plus {
    float: right;
    font-size: 18px;
}

.tax-category-list ul li .plus:before {
    content: '+';
}

.tax-category-list ul li.opened .plus:before {
    content: '-';
}