/* ---------------------------------------------------------------------------------------
Deníky Online
Description: Basic styles and layout
Media: screen, projection
Datum: 17. 9. 2011
Author: Martin Jemelka (http://www.europemc.cz/)
---------------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------
Basic styles
---------------------------------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700|Playfair+Display:900&subset=latin-ext');

body, html{
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-rendering: optimizeLegibility;
   font-family: 'Open Sans', sans-serif;
}

/* cellpadding */
#pagetext th, td { padding: 5px; }

/* cellspacing */
#pagetext table { border-collapse: separate; border-spacing: 5px; } /* cellspacing="5" */
#pagetext table { border-collapse: collapse; border-spacing: 0; }   /* cellspacing="0" */

/* valign */
 
 .popis-absolute {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    color: #555;
    background: #fff;
 }

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

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4 {
    font-family: 'Playfair Display', serif;
}

h2.section_title, h3.section_title {
    padding: 0.3em 45px 0.3em 0.4em;
    display: inline-block;
    color: #444;
    background:transparent;
    position: relative;
}

#article h1, #sitemap h1 {
    padding: 0.3em 45px 0.3em 0.4em;
    display: inline-block;
    color: #444;

    position: relative;
}

.flex-container-special {

    display: flex; /* or inline-flex */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center ;

}
.flex-container-special .number {font-size: 2.5em;
text-align: center;
font-weight: bold;
}
.flex-container-special h3 {
    margin-bottom: 0;
    font-size: 1.5em;
    padding: 0 10px 0 0 ;
}
.flex-container-special  a{
    color: #444;}

.flex-item-special-1 {flex:1}
.flex-item-special-2 {flex:2}
.flex-item-special-3 {flex:3}
.flex-item-special-4 {flex:4}

.big-font {
    font-size: 2.5em;
}
.mybtn {
  display: block;
  margin: 0 auto;

  width: 90%;
    max-width: 360px;
  padding: 1em 50px;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  color: #333;
  border-radius: 2;
  border: 1px solid #333;
  position: relative;
  margin-bottom: 10px;

}


.input-wrap label {
display: block;
    margin:  1em auto  0.5em auto;
text-align: center;
  width: 90%;
    max-width: 450px;

font-family: 'Playfair Display', serif;
}


.input-wrap input {
      display: block;
  margin: 0 auto;

  width: 90%;
    max-width: 360px;
  padding: 1em 50px;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  color: #333;
  border-radius: 2;
  border: 1px solid #333;
  position: relative;
  margin-bottom: 10px;
}


.mybtn:hover {
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
}
.mybtn:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  content: '';


}

.underline {
    text-decoration: underline;
}

#prihlaseni .modal-body {
    padding: 1em 2em;
}
#prihlaseni .modal-body h3 {
    margin-top: 1.5em;
    margin-bottom: 18px;
}
#prihlaseni .modal-body p.about {
    margin: 0 auto 1.5em auto;

  width: 90%;
    max-width: 450px;
}

.nohover:hover {
    text-decoration: none;
}

.modal-content {
border-radius: 2px
}


.mybtn--login:after {
background: transparent url('icon/login.svg') 50% 50% no-repeat ;
}

.mybtn--mail:after {
background: transparent url('icon/mail.svg') 50% 50% no-repeat ;
}
.mybtn--fb:after {
background: transparent url('icon/fb.svg') 50% 50% no-repeat ;
}


.footer_reklama {
    position: fixed;
    width: 100%;
    height: auto;
    padding: 2em;
    bottom: 0px;
    left: 0;
    z-index: 200;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0,0,0,0.6);
    color: #fff
}

.glyphicon-remove {position: absolute;
    top: 1em;
    right: 1em;
    color: #fff;
    font-size: 1.1em;
}

.red a,
a.red,
.red h1,
.red h3,
.red h4,
h1.red,
h3.red,
h4.red,
.red h5{color: #3686BF;
}

.red a:hover {color: #A21B1B;
}

h3.section_title:after,
h2.section_title:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 11px 0 11px 11px;
    border-color: transparent #444;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -11px;
    right: 15px;
    top: 50%;
}


.detail-sleduj {text-align: center;margin : 30px 0 20px;}

.detail-newslettery,
.detail-fb ,
.detail-twitter ,
.detail-instagram {
    display: inline-block;
    padding: 7px 13px;
    border-radius:20px;       
    border: 1px solid #aaa;
    background: #ddd;
    margin: 3px;
    color: #777;    
    opacity: 0.7;
    font-size: 14px;
}

.detail-newslettery:hover{
  text-decoration: none;  
    opacity: 1;
  color: #777; 
}

 
.detail-fb:hover ,
.detail-twitter:hover ,
.detail-instagram:hover {
  text-decoration: none;  
    opacity: 1;
  color: #fff; 
}

.detail-fb {background: #3578E5;border-color: #416cc3; color: #fff;   }
.detail-twitter {background: #1ea1f3;border-color:#1882c5; color: #fff;   }
.detail-instagram {background: #926254;border-color: #885445; color: #fff;   }


.simple_articles iframe {max-width:100% ;
}

.single_special .icon {
    width: 100px;
    display: block;
    float: left;
    padding: 10px 10px 10px 0 ;
}

@media (min-width: 590px){
.simple_article .icon {
    width: 300px;
    display: block;
    float: left;
    padding: 10px 20px 10px 0 ;
}
}
#art-images .item { position: relative;width: 100%;height: 0;padding: 64% 0 0 0 ;}
#art-images .item img {width: 100%;height: auto;top: 0;left: 0;position: absolute;}

#art-images  .owl-buttons .owl-next  {right: 30px;}
#art-images  .owl-buttons .owl-prev {left: 30px;}

.index-specials-grand>div:hover {background: #f5f5f5;
}

.others h5 {padding-left: 21px;
    position: relative;
}

.others h5:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent #d9d9d9;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -6px;
    left:8px;
    top: 50%;
}

img {
    border: none;
}

p {
    margin: 0;
    padding: 5px 0;
}

.clear_both {
    clear: both;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.display_none {
    display: none;
}

.color_brown {
    color: #c6921c;
}

.wr {
    background: #fff;
   /* -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);*/
    padding: 0;
    margin: 0 auto;
    position: relative;
    width: 95%;
    max-width: 1450px;
}

.wr_footer {
    padding: 0;
    margin: 0 auto;
    position: relative;
    width: 1000px;
}

#screenshot{
    position:absolute;
    background: white;
    border: 1px solid silver;
    padding:2px;
    color:#fff;
    display:none;
    z-index: 99999;
}

.in-content {
    height: 100%;
    padding: 5px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.footer_bottom_fixed .in-content {height: auto;
}

ul.kategorie>li>a {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1.8em 1em 0 1em;
    font-size: 1.3em;
    font-family: 'PT Serif', Georgia, serif;
}

#panel_breadcrumb li,
#sitemap ul.polozky>li {
    position: relative;
    padding: 0 0 0 18px;
    display: block;
}

#panel_breadcrumb li:before,
ul.polozky>li:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent #d9d9d9;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -6px;
    left:8px;
    top: 50%;
}

#panel_breadcrumb li.breadcumb_home:before {display: none;
}

/* ---------------------------------------------------------------------------------------
Layout
---------------------------------------------------------------------------------------*/
#panel_breadcrumb {
    float: left;
    width: 100%;
    padding : 1em 0 ;
    margin-bottom: 1em;
    border-bottom: 1px solid #e9e9e9;
}

#panel_breadcrumb strong {float: left;
    padding: 0 1.5em 0 0;
}

#panel_breadcrumb span {
    padding: 0 5px 0 0;
}

#panel_breadcrumb ul {
    margin: 0;
    padding: 0;
}

#panel_breadcrumb li {
    float: left;
    margin: 0;
    display: block;
}

.column_header {
    width: 100%;
    margin: 0 0 3px 0;
}

.column_header .column_header_left {
    width: 100%;
    border-spacing: 0;
    color: #333;
    padding: 4px 11px 4px 11px;
}

.column_header .column_header_left h2, .column_header .column_header_left strong {
    color: #9B9B9B!important;
    font-size:1em;
    width: 100%;
    font-weight: 600!important;
    font-style: normal;
}

.column_header .column_header_right {
    background: url('http://wwwimages.adobe.com/www.adobe.com/include/style/default/Router/RouterMore.png') 0 center;
    padding: 4px 14px 4px 23px;
    text-align: left;
    white-space: nowrap;
    color: white;
    background-repeat: no-repeat;
    border-spacing: 0;
}

.column_header .column_header_right a {
    color: white;
    cursor: pointer;
    text-decoration: none;
    float: right;
    font-weight: 600;
}

/* Header */
.top_banner {
    width: 100%;
    position: absolute;
    top: 0;
}

.top_banner a
{ width: 100%;
    min-height: 1200px;
    display: block;
    top: 0;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 0;
    display: inline-block;
    margin-top: 1em;
    max-width: 50%;
    margin-left: 27%;
}

@media (max-width: 100px) { 

.top_banner a {display: none;}
}

.top_banner img {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
}

#header {
    position: relative;
    padding: 1em 1em 0 1em;
}

#header .logo {
    margin: 10px;
    display: table-cell;
}

#header .logo img {
    vertical-align: middle;max-width: 200px;
}

#header .date_birth {
    margin: 10px;
}

#header .date_birth p {
    text-align: right;
}

#header .mini-navigace {
    float: right;
    margin:   10px;
    text-align: right;
}

#header .mini-navigace a {
    display: inline-block;
    margin: 0 0 0 10px;
}

/* Main Menu in Header -----------------------------------------------------------------------------*/
#header .header_panel {
    position: relative;
    margin: 0 0 0 0;
    width: 100%;
    background: #333 url(../images/tile.png) repeat;
}

#header ul#main-menu {
    list-style: none;
    padding: 0;
    color: #fff;
    float: left;
    background: transparent;
        border-top: 1px #d9d9d9 solid;
    width: 100%;
    margin :0;
    z-index: 10;
    position: relative;
}


.single_special iframe {
    max-width: 100%;
}
#header ul#main-menu li.main-menu-li {
    margin: 0;
    padding: 0;
    position: relative;
    height: 3em;
    z-index: 1;
    float: left;
}

#header ul#main-menu li.main-menu-li:hover ul,
ul#main-menu li.main-menu-li:focus ul,
ul#main-menu li.main-menu-li:active ul,
ul#main-menu li.main-menu-li.hover ul,
ul#main-menu li.main-menu-li.focus ul,
ul#main-menu li.main-menu-li.active ul {
    display: block;
}

#header ul#main-menu li.main-menu-li:hover #products-submenu,
#header ul#main-menu li.main-menu-li:focus #products-submenu,
#header ul#main-menu li.main-menu-li:active #products-submenu,
#header ul#main-menu li.main-menu-li.hover #products-submenu,
#header ul#main-menu li.main-menu-li.focus #products-submenu,
#header ul#main-menu li.main-menu-li.active #products-submenu {
    display: block;
}

#header ul#main-menu li.main-menu-li>a {
    cursor: pointer;
    text-decoration: none;
    position: relative;
    padding: 1px 1em 0 1em;
    display: inline-block;
    line-height: 3em;
    color: #222;
    text-transform: uppercase;
}

#header ul#main-menu li.main-menu-li>a:after {
    border-bottom:2px #222 solid;
    width: auto;
    height: 1px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 1em;
    right: 1em;
    display: block;
    content: '';
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#header ul#main-menu li.main-menu-li>a:hover:after {
  /*  border-bottom:2px #0C632B solid;*/
    border-bottom:2px #000 solid;
}

#header ul#main-menu li.has_child>a {
    padding-right: 21px;
    position: relative;
}

#header ul#main-menu li.has_child>a:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent #222;
    display: block;
    width: 0;
    z-index: 1;
    margin-top: -5px;
    right:6px;
    top: 50%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

#header ul#main-menu li.has_child:hover>a:before {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

#header ul#main-menu>a:hover,
#header ul#main-menu .active>a {
    color: #0C632B;
}

.maw100_oh {max-width: 100%;
    overflow: hidden;
}

#header ul#main-menu ul {
    margin: 0;
    padding: 0;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 10px -moz-rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    z-index: 999;
    position: absolute;
    top: 100%;
    left: -1px;
    display: none;
}

#header ul#main-menu ul li {
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
    float: none;
    display: block;
}

#header ul#main-menu ul li.dir1  .dir-2-wrapper {display: none;}
#header ul#main-menu ul li.dir1:hover .dir-2-wrapper {display: block;}

#header ul#main-menu li li a {
    border: none!important;
    display: block;
    width: 200px;
    height: auto;
    padding: 0 15px;
    line-height: 40px;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    position: relative;
    color: #333;
    background: #fff;

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

#header ul#main-menu .border
{ border-bottom: 1px #d9d9d9 solid;
    width: auto;
    height: 1px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 1em;
    right: 1em;
    content: '';
    z-index: 5;
    display: block;
}

#header ul#main-menu li li a:last-child:after {display: none;
}

#header ul#main-menu li li a:hover {text-decoration: none;
    color: #0C632B;
}

#header ul#main-menu #products-submenu {
    width: 200px;
    background: #393939;
    z-index: 999;
    position: absolute;
    top: 38px;
    left: 0;
    display: none;
    width: 183px;
}

#header ul#main-menu #products-submenu #products-submenu-content {
    overflow: hidden;
    float: none;
    display: block;
}

#header ul#main-menu li #products-submenu-content a {
    background: #393939;
    display: block;
    width: 121px;
    height: auto;
    padding: 0 15px;
    line-height: 32px;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    color: #fff;
}

/* Search in Header -------------------------------------------------------------------------------*/
.SiteHeaderSearch {
    float: right;
    width: 300px;
    height: 40px;
    background:#fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ddd;
    margin : 0.5em;
}

#search-submit {
    width: 49px;
    border-width: 0;
    background: transparent;
    color: #999;
}

#search-input {
    background-color: transparent;
    border: none;
    margin-left: 6px;
    margin-top: 5px;
    padding: 4px;
    width: 235px;
    color: #555;
}

#site-search #sb-results {
    display: none;
}

#site-search.activated #sb-results {
    display: block;
    position: absolute;
    right: 0;
    top: 32px;
    z-index: 1000;
}

#site-search.activated #sb-results #sb-results-body {
    width: 258px;
    background: white;
    border-top: none;
    border: 1px solid;
    border-color: #2F4E6B #B0B0B0 #737373;
    *border-color: #2F4E6B #2F4E6B #737373;
    box-shadow: 0 4px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0 4px 10px -moz-rgba(0,0,0,.5);
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.5);
    *filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=180, Strength=4);
    margin-left: 8px;
    margin-right: 6px;
    margin-bottom: -7px;
    *margin-bottom: 10px;
}

#sb-result-list {
    list-style: none;
    padding: 0;
    margin-top: 0;
    _margin-bottom: 0;
    line-height: 1.35em;
}

#sb-result-list dd {
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 0.5em 0.7em 0 0.7em;
}

#sb-result-list dd.search-result {
    min-height: 74px;
    _height: 80px;
}

#sb-result-list dd.search-suggestion {
    padding-bottom: 0.5em;
    padding-left: 1em;
}

#sb-result-list dd.no-result {
    padding-bottom: 0.5em;
}

#sb-result-list dd .link-list,
#sb-result-list dd.search-suggestion p {
    margin: 0;
    padding: 0;
}

#sb-result-list dd.search-all {
    padding-top: 0.35em;
    padding-bottom: 0.5em;
}

/*--- RESULTS > LINK LIST ---*/
#sb-result-list dd li {
    padding: 1px 0;
    margin: 0;
    float: none;
}

#sb-result-list dd.search-all {
    text-align: right
}

#sb-result-list a {
    font-weight: normal;
    -moz-outline: none;
}

#sb-result-list dd h4 {
    padding: 0;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 2px;
}

#sb-result-list dd:hover h4 {
    color: #064c7c;
}

#sb-result-list dd:hover {
    background-color: #f2f2f2;
    color: #064c7c!important;
    text-decoration: none;
}

#sb-result-list a:hover {
    color: #fff;
    text-decoration: none;
}

#sb-result-list h4,
#sb-result-list dd.search-all a {
    color: #000;
}

#sb-result-list dd {
    color: #999;
}

#sb-result-list dd.no-result a {
    color: #047;
}

#search-buddy-submit {
    cursor: pointer;
}

.search-result .pullout-content {
    margin-left: 60px;
}

.search-result .pullout-item {
    width: 50px;
    float: left;
    clear: left;
    _height: 100%;
}

.search-result .pullout-item a:hover {
    background-color: transparent !important;
}

/* Section Title ----------------------------------------------------------------------------------*/
#section-title {
    border-bottom: 1px solid #fff;
    padding: 0 20px 0 0;
    height: 122px;
    background: #fff url('../images/section-title.jpg') 0 0 repeat-x;
}

#section-title h2 {
    margin: 0;
    font-weight: normal;
    text-decoration: underline;
    color: #24adfb;
    font-style: italic;
    padding: 25px 0 0 20px;
}

#section-title p {
    text-decoration: none;
    color: #0a5885;
    font-style: italic;
    margin: 0;
    padding: 0 0 0 20px;
}

/* Section Navigation -----------------------------------------------------------------------------*/
#section-navigation {
    width: 100%;
    height: 45px;
    background: url('../images/tip.png') 0 0 repeat-x;
}

#section-navigation p {
    padding: 9px 20px 0 0;
    text-decoration: none;
    text-align: left;
    ;
    color: #555555;
}

#section-navigation p a {
    color: #2578a0;
}

/* Middle */
.middle {
    width: 680px;
}

#middle .middle_left {
    padding: 10px;
    width: 490px;
}

.middle_left_main_article_top {
    margin: 0 0 10px 0;
    border-bottom: 1px dashed #d8d5d5;
}

.middle_left_main_article_top_img {
    width: 395px;
    overflow: hidden;
    display: block;
}

.middle_left_main_article_top h2 {
    margin-bottom: 0;
    font-weight: 800;
}

.middle_left_main_article {
    margin: 0 0 10px 0;
    border-bottom: 1px dashed #d8d5d5;
}

.middle_left_main_article h2 {
    margin-bottom: 0;
    font-weight: 600;
}

.middle_left_main_article h2 a {
    color: black;
}

#middle .middle_center {
    padding: 10px 0;
    width: 170px;
}

.middle_center_week_tips {
    margin: 0 0 10px 0;
}

.middle_center_week_tip {
    margin: 10px;
}

.middle_center_week_tip h2 {
    font-size: 1em;
}

.middle_center_week_tip h2 a {
}

#middle .middle_right {
    padding: 11px 10px;
    width: 300px;
}

.middle_right_neutracim {
    position: relative;
}

.middle_right_neutracim h2 {;
    color: black;
    opacity: 0.8;
    background: white;
    margin: 10px;
    padding: 10px;
    position: absolute;
    bottom: 0;
}

.middle_right_banner {
    margin: 0 0 10px 0;
}

.middle_right_special {
    padding: 10px;
    margin: 0 0 10px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 4px 10px -moz-rgba(0, 0, 0, .5);
    -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, .1);
    border: 1px solid #d8d5d5;
}

.middle_right_special .middle_left_main_article_img {
    margin: 0 10px 0 0;
}

.middle_right_special h2 {
    margin: 0 0 0 0;
}

#left_col {
    float: left;
    padding: 10px;
    width: 660px;
}

.datetime {
    color: #476c7e;
}

/*Index */
#index h1 {;
    border-left: 3px solid #C6921C;
    padding: 0 0 0 5px;
    margin: 10px 10px 0 10px;
}

.article_under_footer {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 4px 10px -moz-rgba(0, 0, 0, .5);
    -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, .1);
    border: 1px solid #d8d5d5;
    margin: 10px;
    padding: 10px;
}

/* Article */
#article .anotation {
    font-style: italic;
    ;
    color: #363636;
}

.addthis_floating_style {
    position: relative!important;
    margin: 20px 10px 10px 10px;
}

.fb-bottom {
    float: left;
    margin: 2px 5px 0 0;
}

.tw-bottom {
    float: left;
    margin: 1px 5px 0 0;
}

.one-plus-bottom {
    float: left;
    margin: 3px 0 0 0;
}

.addthis_toolbox.addthis_32x32_style.addthis_default_style {
    float: right;
    margin: 30px 0 0 55px;
}

.other_articles {
}

.other_articles legend {
}

.other_articles .article-box {
}

.other_articles h2 {
}

.other_articles .article-box h3 {
}

.other_articles .article-box .img {
    float: left;
    padding: 0 10px 10px 0;
}

.other_articles .article-box .more {
    margin: 0;
    padding: 0;
}

/* Articles */
#articles h1 {
    margin: 0 0 5px 0;
    border-left: 3px solid #C6921C;
    padding: 0 0 0 5px;
}

#articles .article-box {
    width: 100%;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #d8d5d5;
}

#articles .article_anotation {
}

/* Sitemap */
#sitemap h1 {
}

#sitemap ul {
    margin: 0 0 10px 20px;
    padding: 0;
    list-style: none;
}

#sitemap ul li a {
}

#sitemap li {
    margin: 5px 0 0 0;
    padding: 0;
}

#sitemap li li a {
}

/* Footer */
#footer {
}

.theme-default {margin: 0;
}

#footer .footer_links,
.collored_important {
    background: #F7F7F7;
}

.collored_important.one_row, .one_row.blok_ulice {padding-bottom: 1em;
}

.one_row.mt0 {margin-top: 0;
}

#footer .footer_links {
    width: 100%;
    padding: 1em 0 2em 0;
}

#footer .footer_links ul {
    list-style: none;
    padding: 0 10px;
    color: #333;
    margin: 5px 0 0 0;
}

#footer .footer_links ul li {
    padding: 0.6em 0 0.6em 0;
    display: block;
    border-top: 1px solid #e9e9e9;
}

#footer .footer_links h3 {
    white-space: nowrap;
    padding: 0 10px;
}

#footer .footer_links a {color: #6B6B6B;
    text-shadow: 2px 2px 1px #fff;
}

#footer .footer_art {
    width: 100%;
}

.footer_bottom_fixed {
    z-index: 50;
    box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.80);
    margin: 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    background:#211E1E  ;
    padding: 0;
}

.footer_bottom_fixed .in-content {
    color: white;
    padding: 10px 0;
    position: relative;
    max-width: 100%!important;
}

.footer_bottom_fixed .in-content a {
    text-decoration: underline;
    color: white;
}

.footer_bottom_fixed .flyier {
    position: absolute;
    right: 0;
    bottom: 0;
}

.footer_bottom_article table {max-width: 100%;
}

/* Others */
.advertisment_title {
    color: #848484;
    font-style: italic;
}

.socialWidget {
    font-family: Arial;
    padding: 0;
    list-style: none;
    position: fixed;
    right: 0;
    top: 40px;
    width: 50px;
    z-index: 998;
}

.socialWidget li {
    clear: right;
    float: right;
    margin: 0 -330px 0 0;
    padding: 0 0 4px 0;
    min-height: 50px;
    width: 330px;
}

.socialWidget li a {
    display: block;
    float: left;
    height: 50px;
    margin-left: -53px;
    width: 53px;
}

.socialWidget li a img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 0;
    display: block;
    float: left;
}

ul.photo_gallery {
    clear: both;
    list-style: none outside none;
    margin: 8px auto;
    overflow: hidden;
    padding: 8px 0;
}

ul.photo_gallery li {
    background: none !important;
    float: left;
    margin: 0;
    padding: 0.3em;
    list-style: none;
}

#footer .farticle table {width: 100%!important;
    max-width: 100%!important;
}

#scrolled_banner {
    padding: 12px 0 0 0;
    position: fixed;
    right: 0px;
    bottom: 200px;
    color: #fff;
    z-index: 100;
    overflow: hidden;
    display: none;
    cursor: pointer;
}

#scrolled_banner.hideit { visibility: hidden;
    height: 0;
}

.slide {position: relative;
}

.slide a {
    display: block;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 0 auto;
}

.slide_text_inside {
    position: absolute;
    bottom: 0;
    right: 0;width: 100% ;min-height: 125px;
    background: #fff;
    padding: 0 1em 1em 1em;
}

.simple_article a,
.single_special a {
    display: block;
}

/* ------------------ Paticka --------------------- */

.loga_loga .logo {
    width: 131px;
    height: 131px;
    padding:0;
    position: relative;
    float: left;
    margin: 5px;
}

.loga_loga .logo span,
.loga_loga .logo a{
    width: 80%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: 50% 50% ;
    background-repeat: no-repeat;
    display: block;
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.loga_loga .logo span:hover,
.loga_loga .logo a:hover{
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    -webkit-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}


#footer_1  {
    background: #eee;
    clear: both;
    margin-top: 1em;
    position: relative;
}

#footer_0 ul {
    padding: 0 ;margin: 0;
}

#footer_0 ul li{
    padding: 1px 0 0.2em 0   ;
    margin: 0;
    float: left;
    list-style: none;
}

#footer_0 ul li a{
    padding: 0.6em 1em 0.6em 1em;
    margin:  0;
    position: relative;
   ;
    display: block;
    float: left;
            -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


#footer_0 ul li a:after {
    border-bottom: 1px solid #555;
    position: absolute;
    bottom:0.2em;
    left:48%;
    right:48%;
    width: auto;
    height: 1px;
    display: block;
    background: transparent;
    content: '';
        -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#footer_0 ul li a:hover {text-decoration: none; padding: 0.2em 1em 1em 1em}
#footer_0 ul li a:hover:after {
  bottom:0.6em;
      left: 1em;
    right:1em;
     border-bottom: 1px solid #777;

}

  #footer_0 a,
  #footer_2 a,
  #footer_3 a,
  #footer_4 a { color: #fff;}

  #footer_0 .row .col-xs-12:after,
  #footer_2 .row .col-xs-12:after,
  #footer_3 .row .col-xs-12:after {
    border-top: 1px solid #555;
    position: absolute;
    top: -10px;
    left: 10px;
    right:10px;
    width: auto;
    height: 1px;
    display: block;
    background: transparent;
    content: '';
}



@media (min-width: 992px){
    .row.anotace:after {
    border-left: 1px solid #555;
    position: absolute;
    top: 0;
    left: 50%;
    bottom:10px;
    width: 1px;
    height:auto;
    display: block;
    background: transparent;
    content: '';
    }
}
  #footer_1  {
     padding-bottom: 18px;
  }

  #footer_0,
  #footer_2,
  #footer_3,
  #footer_4 {background: #444;clear: both;color: #eee;padding-top: 18px; padding-bottom: 18px;position: relative;}

    #footer_0 {
      padding-top: 8px; padding-bottom: 0px;
    }
  #footer_4 {
    -webkit-box-shadow: inset 1001px 1000px 0 1000px rgba(0, 0, 0, .2);
    box-shadow: inset 1001px 1000px 0 1000px rgba(0, 0, 0, .2);
    padding-bottom: 1px;
  }

.section_root .wrapper {
    background: transparent;

    padding: 0;
    margin: 0 auto;
    position: relative;
    width: 95%;
    max-width: 1300px;
}


.social_networks ul  {padding: 0;
  margin: 0;list-style-type: none;}
  .social_networks ul li {float: right; margin: 0px 6px;padding: 0;}


  .social_button span {display: none;}



  .social_button {
    background:  url('../images/social_icons.png') no-repeat -3px -3px;
    width: 34px;
    height: 33px;
    display: block;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;

  }

    .social_button:hover {

    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top:-10px;

  }

  .social_facebook {
    background-position:-3px -3px;

  }
  .social_twitter {
    background-position:-47px -3px;

  }
  .social_gplus {
    background-position:  -47px -135px;

  }
  .social_youtube {
    background-position:-47px -47px;

  }
  .social_instagram {
    background-position: -137px -3px;

  }




/* ------------------ // Paticka --------------------- */

/*
.simple_article a:after
{
border-bottom:1px #d9d9d9 solid;
width: auto;
height: 1px;
background-color: transparent;
position: relative;
content: '';
display: block;
}

*/
.embed-responsive-special{
    padding-bottom: 48.25%;
}

.index-specials-grand .embed-responsive img{width: 100%;
    height: auto;
}

.index-specials-grand a:hover,
.single_special a:hover,
.week_tip a:hover,
.simple_article a:hover,
.slide_text_inside a:hover {
    text-decoration: none;
}

.index-specials-grand a:hover h3,
.single_special a:hover h3,
.week_tip a:hover h3,
.simple_article a:hover h3,
.slide_text_inside a:hover h3 {
    color: #333;
    text-decoration: none;
}

.index-specials-grand p,
.single_special p,
.week_tip p,
.simple_article p,
.slide_text_inside p {
    color: #333;
    text-align: justify;
    text-decoration: none;
}

.index-specials-grand h3,
.single_special h3,
.week_tip h3,

.index-specials-grand h4,
.single_special h4,
.week_tip h4,
.simple_article h4
{
   font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}


.simple_article h3  {
    font-size: 1.8em;
    letter-spacing: 0.02em;margin-top: 8px;
}

.simple_article p {
    line-height: 1.5em;
}

.single_special h3,
.week_tip h3,

.single_special h4,
.week_tip h4,
.simple_article h4 {margin-top: 0;
}

.index-specials-grand {
    margin-bottom: 1em;
}

index-specials-grand .others {clear: both}

index-specials-grand .others a{
    display: list-item;
    text-transform: uppercase;
    font-size: 1.1em;
}

a.divka {position: relative;
    width: 100%;
    height: auto;
    padding-top: 1em;
}

a.divka img {width: 100%;
    height: auto;
}

a.divka .glyphicon-zoom-in,
.single_special a .embed-responsive .glyphicon-zoom-in,
.week_tip a .embed-responsive .glyphicon-zoom-in,
.simple_article a .embed-responsive .glyphicon-zoom-in,
.index-specials-grand a .embed-responsive .glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left:-0.5em ;
    color: #fff;
    z-index: 5;
    font-size: 2em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    opacity: 0.0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    font-weight: 800;
}

a.divka:hover .glyphicon-zoom-in,
.single_special a:hover .embed-responsive .glyphicon-zoom-in,
.week_tip a:hover .embed-responsive .glyphicon-zoom-in,
.simple_article a:hover .embed-responsive .glyphicon-zoom-in,
.index-specials-grand a:hover .embed-responsive .glyphicon {
    opacity: 1.0;
}

.index-specials-grand,
.single_special,
.week_tip,
.simple_article {
    position: relative;
    padding: 1em 1.5em 1em 1.5em;
}

.single_special:hover,
.week_tip:hover,
.simple_article:hover {
    background: #f9f9f9;
}

.single_special .embed-responsive,
.week_tip .embed-responsive,
.simple_article .embed-responsive {
    float: left;
    position: relative;
    display: block;
    width: 100%;
}

.single_special img,
.week_tip img,
.simple_article img {
    width: 100%;
    height: auto;
}



.index-specials:before,
.index-specials-grand .border,
.single_special .border,
.week_tip .border,
.simple_article .border {
    border-bottom:1px #d9d9d9 solid;
    width: auto;
    height: 1px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 1em;
    right: 1em;
    content: '';
    display: block;
}

.index-specials {clear: both;
    padding-top:1em ;
    margin-top: 1em;
}

.index-specials:before {bottom: auto;
    top: 0;
}

.border_right {
    border-right:1px #d9d9d9 solid;
    height:auto;
    width: 1px;
    background-color: transparent;
    position: absolute;
    top: 1em;
    bottom: 1em;
    right: 0;
}

.banner.w100 img {
    width: 100%;
    height: auto;
}

.banner {padding: 0 15px;
}

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

.index-specials-grand,
.single_specials,
.week_tips,
.simple_articles {
    font-size: 0.85em;
    position: relative;
}

.one_row {position: relative;
    position: relative;
    padding: 1em 0 0 0;
    margin: 1em 0 0 0;
}

.one_row_border { border-bottom:1px #d9d9d9 solid;
    width:auto;
    height: 1px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 1em;
    right: 1em;
    display: block;
}

.tac {text-align: center;
}

blockquote.h1_b {
    position: relative;
    border-width: 0;
    padding: 0.5em 1.3em;
    margin: 0;
    background: transparent;
    display: inline-block;
}

#index blockquote.h1_b h1 {
    border-width: 0;
}

blockquote.h1_b:after, blockquote.h1_b:before {
    content: '"';
    font-size: 3em;
    position: absolute;
    font-weight: bold;
    color: #ccc;
}

blockquote.h1_b:before {
    bottom: -0.6em;
    left: 0;
}

blockquote.h1_b:after {
    top: -0.2em;
    right: 0;
}

#index_news_bxslider_wrapper .bx-controls-direction {display: none;
}

#index_news_bx-pager {
    position: absolute;
    width: 28%;
    height: 77%;
    top: 0;
    font-size: 1.6em;
    right: 0;
}

#index_news_bx-pager a {position: relative;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
    background: #333;
    -moz-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    font-weight: 800;
}

#index_news_bx-pager a img
{
    -moz-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    font-weight: 800;
    opacity: 0.2;
}

#index_news_bx-pager a:hover img
{
    opacity: 0.8;
}

#index_news_bx-pager a.active img
{
    opacity: 1.0;
}

#index_news_bx-pager h3 {
    padding: 5px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    z-index: 1;
    color: #fff;
}

#index_news_bx-pager img {width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -25%;
    left: 0;
    height: auto;
}

.index-specials {
    position: relative;
}

.modelka a.divka {
    display: block;
    position: relative;
}

.modelka a.divka img {
    width: 100%;
    position: relative;
    display: block;
    height: auto;
}

.col_right_top .banner {
    width: 100%;
    padding: 0;
}

.blok_ulice {
    background: #f7f7f7;
}

.dsq-widget-list
{
}

.dsq-widget-item
{
    position: relative;
    margin: 1em 0 0 0 ;
    padding: 1em 0 0 0 ;
}

.dsq-widget-item:after
{
    border-top: 1px #d9d9d9 solid;
    width: auto;
    height: 1px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 1em;
    right: 1em;
    content: '';
    z-index: 5;
    display: block;
}

.index-specials-grand a {
    display: block;

}
.index-specials-grand .main_a {

    border-bottom: 1px solid #D9D9D9;
    padding: 0 0 0.5em 0;
}
.index-specials-grand .others a {border-width: 0;
    padding: 0 ;
}

.sli {float: left;width: 100%;height: 20%;padding: 0;overflow: hidden;}
.sli h3 {font-size: 0.5em;position: absolute;bottom: 5px;width: 100%;display: block;}
img.dsq-widget-avatar
{
    width: 48px;
    height: auto
    webkit-border-radius:24px;
    -moz-border-radius:24px;
    border-radius:24px;
    margin-right: 0.5em;
}

.dsq-widget-user
{
}
/* ------------------------------------------*/
/* ------------------------------------------*/
/* ------------------------------------------*/
/* ------------------------------------------*/
/* ------------------------------------------*/
/* ------------------------------------------*/
/* ------------------------------------------*/
.dsq-widget-comment
{
}

.dsq-widget-meta
{
}

.header_reklama {
padding: 0 1em;
    margin: 0 240px 0 230px;
    max-width: 100%;
    position: absolute;
}

.header_reklama img
{max-width: 100%;
    height: auto;
}

#external_products {
}

#external_products .external_product {
    position: relative;
    padding: 0.8em 1em;
    width: 100%;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.external_product .epinside {
    width: 97%;
    margin: 0 auto;
    position: relative;
}

.external_product .infoblock {
    display: block;
    position: relative;
    background: #337ab7;
    padding: 1px 1em;
    color: #fff;
    min-height: 12em;
    font-size: 0.9em;
}

.external_product:hover .infoblock {
    background:#0BB03E;
}

.external_product .infoblock h3,
.external_product .infoblock a ,
.external_product .infoblock a:hover{
    color: #fff;
    text-decoration: none;
}

.external_product .infoblock h3 {
    font-size: 1.1em;
    text-transform: uppercase;
}

.external_product .infoblock h4 {
    font-size: 1.2em;
    display: inline-block;
    float: right;
    padding: 0.3em;
    background: #fff;
    color: #337ab7;
}

.external_product .image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom:100%;
    overflow: hidden;
    display: block;
    margin: 0 0 1em 0 ;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

#external_products_wrapper {
    padding: 0 100px;
    width: 100%;
    position: relative;
    display: block;
}

.owl-buttons .owl-next,
.owl-buttons .owl-prev {
    position: absolute;
    left: -40px;
    top: 50%;
    width: 50px;
    background: none;
    border: 2px solid #bbb;
    height: 50px;
    display: block;
    overflow: hidden;
    text-indent: -6666px;
    border-width: 0px 0 4px 4px;
    margin-top: -25px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.owl-buttons .owl-next {
    left: auto;
    right: -40px;
    border-color: #bbb;
    border-width: 4px 4px 0 0;
}

.owl-buttons .owl-prev {
}

li.glyphicon-menu-hamburger {display: none;
}

.pt100 { margin-top: 100px;
}


.fbook iframe {
    border-width:0!important;
    border:none;
    overflow:hidden;
    width:90px;
    height:21px;
}

#article #pagetext {
    /*overflow: hidden    ;*/
    max-width: 100%;
}

#article #pagetext table {
    max-width: 100%;
}
#article #pagetext img{
    max-width: 100%;height: auto!important;
}





.logo_a_wrapper .item {

background: #fff;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
-webkit-filter: brightness(90%); /* Safari 6.0 - 9.0 */
    filter: brightness(90%);
}


.logo_a_wrapper .item img {

-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;

}

.item {
    width: 100%;
    position: relative;
    height: 0;
    padding: 37.1% 0 0 0;
    display: block;
}

.item.item--square {padding: 100% 0 0 0;}

 .absolute-grid--center {
    position: absolute; width: 100%;height: 100%; top: 0; left: 0; text-align: center; vertical-align: middle;
    display: grid;
place-items:center;
     }
 


.row.m0   { margin: 0; }
.row.m0 .logo_a_wrapper { padding: 0; }
.logo_a_wrapper .item:hover {
-webkit-filter: brightness(100%); /* Safari 6.0 - 9.0 */
    filter: brightness(100%);
}

.logo_a_wrapper .item:hover img {
-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}



@media (max-width: 992px) {

.single_special, .week_tip, .simple_article {
    position: relative;
    padding: 0.8em;
}
 

    .single_special h3 {
        font-size: 0.95em;    padding: 0 5px 0 0;
    }

.single_special .icon {
    width: 80px;
    display: block;
    float: left;
    padding: 10px 0px 10px 0 ;
}

.single_special .flex-item-special-2 {
    max-width: 80px;
    
 


}

.simple_article h3  {
   display: block;
   width: 100%;
   clear: both;
}

    .wr {width: 90%;
    }

    #search-submit {width: 35px;
    }

    .SiteHeaderSearch {width: 200px;
    }

    #search-input {width: 150px;
    }

    #external_products_wrapper {padding: 0 60px;
    }

    .owl-buttons .owl-next, .owl-buttons .owl-prev {
        position: absolute;
        left: -20px;
        width: 26px;
        height: 26px;
        margin-top: -13px;
    }

    .theme-default .nivo-caption p span {font-size: 1.1em!important;
    }

    body {font-size: 0.9em;
    }

    .owl-buttons .owl-next {right: -20px;
        left: auto;
    }

    .slide_text_inside h3{
        font-size: 1em;
    }

    .slide_text_inside p{
        font-size: 0.8em;
    }

    #index_news_bx-pager {
        display: none;
    }

    #index_news_bx-pager a {
        display: none;
    }

    #index_news_bx-pager a img {
        display: none;
    }

    #index_news_bx-pager a:hover img {
        display: none;
    }

    #index_news_bx-pager a.active img {
        display: none;
    }

    #index_news_bx-pager h3 {
        display: none;
    }

    #index_news_bx-pager img {
        display: none;
    }

    #index_news_bxslider_wrapper .bx-controls-direction {
    }

    .socialWidget {display: none;
    }

}

@media (max-width: 768px) {
    .footer_bottom_fixed {position: relative}

    #header ul#main-menu li.glyphicon-menu-hamburger {
        display: block;
        font-size: 2em;
        float: left;
    /* line-height: 1.5em;
    */
    padding: .3em 0 .3em .5em;
    }

    #header ul#main-menu .main-menu-li {display: none;
    }

    #header ul#main-menu {
        list-style: none;
        padding: 0;
        color: #fff;
        float: left;
        background: #9a9a9a;
        width: 100%;
        margin: 1em 0 0 0;
    }

    #header ul#main-menu li.main-menu-li {
        width: 100%;
        height: auto;
    }

    #header ul#main-menu li.main-menu-li>a {
        text-align: center;
    }

    #header ul#main-menu li.has_child>a {
        padding-right:auto;
    }

    #header ul#main-menu li.has_child>a:before {
        display: none;
    }

    #header ul#main-menu ul {
        width: 100%;
        display: block;
        height: auto;
        position: relative;
    }

    #header ul#main-menu ul li {
        width: 100%;
        overflow: auto;
        height: auto;
    }

    #header ul#main-menu li li a {
        width: 100%;
    }

    .pt100 {margin-top: 0;
    }

    .wr {width: 100%;
    }

    #header ul#main-menu li li a:last-child:after {display: none;
    }

    .SiteHeaderSearch {width: 150px;
        position: relative;
    }

    #search-input {width: 110px;
    }

    #search-submit {width: 25px;
    }

       .SiteHeaderSearch #search-submit {
    width: 25px;
    position: absolute;
    top: 10px;
}

    #external_products_wrapper {padding: 0 30px;
    }

    .theme-default .nivo-caption p span {font-size:0.9em!important;
    }

}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }

}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }

}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }

}