/*@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin-ext';*/

html {
    box-sizing: border-box;
    font-size: 14px;
}
    html * {
        box-sizing: inherit;      
        font-family: 'Open Sans', sans-serif;
    }
* {
    margin: 0;
    padding: 0;
}


body{
    min-width: 300px;
   
    
}

ul {
    list-style-type: none;
}

p {
     margin: 0 0 0 0     ;
}


.detail-buttons-pool{
    padding: 10px 0 10px 0;
   
}

.detail-buttons-pool  .btn-lg{
 width: 100%   
}

.detail-buttons-pool .btn-sm, .detail-buttons-pool .btn-lg{
   /*border-color: #f7941e;*/
}

.required::after {
 content: "*";
 color: red; 
 margin-left: 5px;
}

.detail-content-pool{  
    padding: 1% 15px 1% 15px;
}

.detail-content-pool .btn-sm{
   width: 100%;
}


.pudorys img{
    
}

.pudorys img{
    margin:0px 0px 0px 0px;
    height:100%;
    width:100%;
    border: solid 1px #e4e4e4;
    border-radius: 3px;
}

.mark-pudorys img{
   padding:0 0 0 0;  
   margin:5px 0px 0px 0px;
   height:100%; 
   width:100% ;
   border: solid 1px #e4e4e4;
   border-radius: 3px;
   
}

.objekt-images img{
   padding:0 0 0 0;  
   margin:5px 0px 0px 0px;
    height:100%; 
   width:100% ;
   border: solid 1px #e4e4e4;
   border-radius: 3px;
   
}



#table-detail-main{
    width: 100%;
    text-align: center;
     border-left:1px solid #e4e4e4;
     border-right: 1px solid #e4e4e4;
     border-radius: 3px;
}
#table-detail-main th{
    border-top:1px solid #e4e4e4;
    background-color: white;
    text-align: center;
    font-weight: normal;
}
#table-detail-main td{
    background-color: #e4e4e4
}
#table-detail-main td, #table-detail-main th {
    padding: 8px 8px;
    text-align: center;
}

#table-detail-rooms{
    margin:0px 0px 0px 0px;
     width: 100%; 
     height: 100%;
     border-left:1px solid #e4e4e4;
     border-right: 1px solid #e4e4e4;
     border-radius: 3px;      
}
#table-detail-rooms th{
   
    padding: 8px 8px;
    border-top:1px solid #e4e4e4;
    background-color: white   ;
    
    font-weight: normal;
}
#table-detail-rooms .subtitle{
    
    padding: 8px 8px;
    border-top:1px solid #e4e4e4;
    background-color: #e4e4e4;
    
    font-weight: bold;
}
#table-detail-rooms .normal {
    
    padding: 2px 2px;   
 
}
#table-detail-rooms .normal.even  {   
    background-color: #f9f5e0    
}
#table-detail-rooms .normal.odd {
    background-color: #f0f5f8   ;
}
#table-detail-rooms .normal.even  {   
    background-color: #c4d4eb   
}
#table-detail-rooms .normal td.number{
    font-weight: bolder   ;
    text-align: center;
}
#table-detail-rooms .normal td.name{
   
    text-align: left;
}
#table-detail-rooms .sum-subtitle td{
   font-weight: bolder   ;
    border-top:1px solid #e4e4e4;
     border-bottom:1px solid #e4e4e4;
    background-color: white   ;
   text-align: left;
}
#table-detail-rooms .normal td.value{
   
    text-align: left;
}



.navbar {
   border: none;
     background-color: white; 
     min-width: 300px
}
.navbar-inverse .navbar-toggle {
    border-color: #004c98;
}
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #004c98;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: #004c98;
    }
        .navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
            background-color: white;            
}

.navbar-brand {
    font-size: 14px;
    height: auto;
}
    .navbar-brand a {
        text-decoration: none;
        color: #004c98;
    }
    .navbar-brand .phone {
        display: table;
        margin-top: 20px;
        margin-right: 30px;
    }
        .navbar-brand .phone:before {
            content: "";
            display: table;
            background-image: url(../images/mobile.png);
            width: 19px;
            height: 33px;
            margin: 0 auto 10px;
        }
        .navbar-brand .phone:hover a {
            text-decoration: underline;
        }
        .navbar-brand .phone:hover:before {
            animation: shake 0.6s cubic-bezier(.36,.07,.19,.97) both;
            transform: translate3d(0, 0, 0);
        }

#logo img{
    width: 150px;
    height: 74px;
}

#main-menu {
 margin-top: 30px;
}
    #main-menu .item {
        padding: 0px 0px 0 0;
        border-bottom: 4px solid transparent ;
        transition: .2s;
        margin-right: 3px;      
        letter-spacing: 1px;
        font-size: 20px;
      
    }
        #main-menu .item:last-child {
            margin-right: 0;
        }
        #main-menu .item:hover,
        #main-menu .item.active {
            background-color: transparent;
            border-color: #f7941e;
        }
        #main-menu .item a {

           /* padding: 15px 15px 15px 15px;*/
            color: #004c98;
            text-transform: uppercase;
            text-decoration: none;
            font-size: 14px;
        }
        #main-menu .item.active a {
            background-color: transparent;
        }
             #main-menu .item a:hover {
               background-color: transparent;
           
        }

        .navbar-inverse .navbar-nav .open {
               background-color: transparent;
           
        }



#next-menu {
 margin-top: 30px;
}
    #next-menu .item {
        padding: 0px 0px 0 0;
        border-bottom: 4px solid transparent ;
        transition: .2s;
        margin-right: 3px;      
        letter-spacing: 1px;
        font-size: 20px;
      
    }
        #next-menu .item:last-child {
            margin-right: 0;
        }
        #next-menu .item:hover,
        #next-menu .item.active {
            background-color: transparent;
            border-color: #f7941e;
        }
        #next-menu .item a {

           /* padding: 15px 15px 15px 15px;*/
            color: #004c98;
            text-transform: uppercase;
            text-decoration: none;
            font-size: 14px;
        }
        #next-menu .item.active a {
            background-color: transparent;
        }
            #next-menu .item a:hover {
               background-color: transparent;
           
        }

       
#fixed-info-box{
  height: 30px;
  position: fixed; 
  top: 0;  width: 100%;
  background-color: white;
  z-index: 1030;
}
#fixed-info-box .item-center{
    width: 450px;
    margin-left: auto;
    margin-right: auto;    
}
#fixed-info-box .item-center .contact-pool{
   margin-top:3px; 
   width: 500px;
   background-color: white; 
}
#fixed-info-box .item-center .contact-pool a{
     margin-left: 15px
}

#fixed-info-box .item-center .contact-pool span{
    color: #d07407  
}

.jumbotron {
    padding: 0 0 0 0;
    background-color: transparent;
    width: 100%;
    height: 500px;
}
    .jumbotron video {
        width: 100%;
        height: 100%;
        cursor: pointer;
        background-color: white;
        background-clip: content-box;
    }


.carousel-pool{
   margin-top: 130px;
   padding-left: 0;
   padding-right: 0; 
    max-width: 1400px;
     min-width:600px;
  
 }

.carousel-pool .carousel .carousel-inner {
   max-width: 1400px; 
    min-width: 400px;
}

.carousel-pool .carousel .carousel-inner .item{
    border: none;
         max-width: 1400px; 
          min-width: 400px;
              
}

.carousel-pool .carousel .carousel-inner .item img{

}

.carousel-pool .carousel .carousel-inner .item .carousel-caption{
   border-radius: 5px;
}

.carousel-pool .carousel .carousel-inner .item .carousel-caption h3:after {
    content: "";
    display: block;
    max-width: 70px;
    height: 2px;
    background-color: #f7941e;
    margin-top: 10px;
    margin-bottom: 5px;
}

.carousel-caption {
    right: inherit ; 
    bottom: inherit; 
    left: 5%;
    top: 10%;
    z-index: 3000;
    color: white;
    text-align: left;
    text-shadow: none ;/* 0 0 0 rgba(0,0,0,.1);*/
    text-align: left;
    padding: 20px 20px 20px 20px;
    background-color: rgba(0, 0, 0, .8)
}

.carousel-caption h3{
    margin: 0 0 0 0;
   
}

.carousel-caption a{
   color: white;
   background-color: transparent;
}

.carousel-caption a:hover{
    color: white;   
    background-color: transparent;
}

.carousel-caption a span{
    background-color: transparent;
 }

.carousel-control {
  
    width: 5%;
}

/*/
@media screen and (min-width: 768px) {
    .carousel-caption {
    position: absolute;
    right: inherit ; 
    bottom: inherit; 
    left: 5%;
    top: 10%;
    z-index: 3000;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,.8);
    text-align: left;
    background-color: rgba(0, 0, 0, .8)
    }
}
*/








.button {
    padding: 15px 30px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    transition: .5s;
}

#header-slider {
    margin-bottom: 45px;
}
    #header-slider img {
        display: block;
        width: 100%;
    }

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

/*- - - - - - - - - - - - - - - - - - - - 
	OFFERS 
- - - - - - - - - - - - - - - - - - - - */


#offers {
    text-align: center;
    text-transform: uppercase;
}
    #offers h2 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 45px;
    }
#offer-list {
    font-size: 0;
}
    #offer-list .item {
        /*display: inline-block;
    width: 25%;*/
        vertical-align: middle;
        font-size: 16px;
    }
        #offer-list .item span,
        #offer-list .item .describe {
            display: inline-block;
            vertical-align: middle;
            width: 50%;
        }
            #offer-list .item .describe div {
                color: #8e8e8e;
                text-transform: none;
                font-size: 14px;
            }
        #offer-list .item .icon {
            background-color: #000;
            display: inline-block;
            width: 75px;
            height: 75px;
            vertical-align: middle;
            border-radius: 100px;
            position: relative;
            overflow: hidden;
            /* margin: 0 60px 0 30px; */
            margin-left: 30px;
        }
            #offer-list .item .icon:before,
            #offer-list .item .icon:after {
                content: "";
                display: block;
                background-image: url(../images/offers.png?);
                width: 54px;
                height: 49px;
                position: absolute;
                top: 12px;
                left: 11px;
                transition: .3s;
                background-repeat: no-repeat;
            }
            #offer-list .item .icon:before {
                top: -50px;
            }
        #offer-list .item:hover .icon:before {
            top: 12px;
        }
        #offer-list .item:hover .icon:after {
            top: 75px;
        }
        #offer-list .item .locality:before,
        #offer-list .item .locality:after {
            background-position: 5px 0;
        }
        #offer-list .item .nature:before,
        #offer-list .item .nature:after {
            background-position: -66px 0;
        }
        #offer-list .item .parking-lots:before,
        #offer-list .item .parking-lots:after {
            background-position: -143px 0;
        }
        #offer-list .item .highway-access:before,
        #offer-list .item .highway-access:after {
            background-position: -226px 0;
        }


#pricelist {
   /* background-color: #7fa5cb;
    margin-top: 25px;*/
    padding: 10px 10px 10px 10px;
    /*  border-bottom: solid 1px silver ;
       border-top: solid 1px silver ;*/
    /* border-top: solid 1px silver;
      border-bottom: solid 1px silver;*/
    text-align: center;
}
    #pricelist table {
        table-layout: fixed;
        border-spacing: 0;
        border-collapse: collapse;
        font-size: 14px;
        color: #111111;
        width: 100%;
        text-align: center;
        font-weight: 300;
       /* text-transform: uppercase;
       border-bottom: solid 1px #ccc ;
       border-top: solid 1px #ccc ;*/
       margin-left: auto;
       margin-right: auto;
       min-width: 600px ;
       
    }
      
        #pricelist table .odd  td {
            background-color: #e4e4e4 ;
        }
        #pricelist table .even  td {
            background-color:white
        }

        #pricelist table .shadow-odd  td {
            background-color: #6d6c6c 
        }
        #pricelist table .shadow-even  td {
            background-color: rgba(0, 0, 0, .7) 
        }

     
        #pricelist table td,
        #pricelist table th {
            padding: 8px 8px;
            text-align: center;
        }
        #pricelist table th {
           cursor: pointer; 
           font-weight: normal;
        }
        #pricelist table caption {
            text-align: center;
           
          border-top: solid 1px #ccc ;
      
        }
            #pricelist table caption h2 {
                display: block;
                margin: 30px;
                font-weight: bold;
            }



.thumbnail{
    max-height: 250px;
    max-width: 240px;
}
.thumbnail img{
   height:180px;
   width: 100% 
}
.thumbnail .caption{
  text-align: center;
  background-color: #000;
  opacity: 0.7;
  color: white;
  font-weight: bold;  
} 
.thumbnail .caption h3{
    margin: 0 0 0 0;
    font-size: 13px
}
.thumbnail a:hover h3{
    text-decoration: none;
    color: #f7941e;
    font-size: 13px
}
.thumbnail a{
    text-decoration: none;
  
}



.galery .title{
    margin-top: 10px;
    margin-bottom: 20px;
}
.galery .thumbnail{
    max-height: 250px;
    max-width: 240px;
}
.galery .thumbnail img{
   height:180px;
   width: 100% 
}
.galery .thumbnail .caption{
  text-align: center;
  background-color: #000;
  opacity: 0.7;
  color: white;
  font-weight: bold;  
} 
.galery .thumbnail .caption h3{
    margin: 0 0 0 0;
    font-size: 13px
}
.galery .thumbnail a:hover, .galery .thumbnail a:hover h3{
    text-decoration: none;
    color: #f7941e;
    font-size: 13px
}


#about-project h2 {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    margin: 75px 0;
    font-weight: 600;
}

.main-container {
    margin-top: 100px;
    padding: 0 0 0 0;
   
}
.main-container .main-header {
    height: 120px;
    background-image: url(../images/about-project20171009.jpg);
    background-repeat: no-repeat;
    background-size: cover;    
    padding: 0 0 0 0;
}
.main-container .item {
   /*    max-width: 300px; ;*/
    margin-top: -80px
    
    /*background-color: rgba(0, 0, 0, .8);   
    padding: 10px 35px 35px 35px ;*/
 /*   margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    border-radius: 5px;*/
}
.main-container .item h1 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    background-color: rgba(1, 1, 1, .8);
    max-width: 300px;   
    padding: 15px 10px 10px 15px;
    border-radius: 5px;
}
.main-container .item h1:after {
        content: "";
        display: block;
        max-width: 70px;
        height: 2px;
        background-color: #f7941e;
        margin-top: 10px;
        margin-bottom: 25px;
        
    }
.main-container .item a {
    color: white;
    max-width: 300px;
   
}
.main-container .item ul {
    list-style-type: circle;
}
.main-container .item li {
     margin-top: 10px;
}
.main-container .item .btn-info {
    color: #fff;
    background-color: transparent;
    border-color: #f7941e;
}
.main-container .item .btn-info:hover {
    color: #fff;
    background-color: #f7941e;
    border-color: #f7941e;
    opacity: 0.9;
}

.main-container .item h2 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.main-container .item h2:after {
        content: "";
        display: block;
        max-width: 70px;
        height: 2px;
        background-color: #f7941e;
        margin-top: 10px;
        margin-bottom: 25px;
    }



.image-section {
    background-image: url(../images/about-project.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 35px;
    padding: 0 0 0 0;
}
    .image-section .wrapper {
        padding: 50px 0;
    }
        .image-section .wrapper:after {
            content: "";
            display: block;
            clear: both;
        }
    .image-section .info, .detail-info {
        background-color: rgba(0, 0, 0, .85);
        max-width: 370px;
        padding: 35px;
    }
.image-section-oriented-left .info  {
    float: left;
}
.image-section-oriented-right .info {
    float: right;
}
.image-section .info h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
    .image-section .info h3:after {
        content: "";
        display: block;
        max-width: 70px;
        height: 2px;
        background-color: #f7941e;
        margin-top: 10px;
        margin-bottom: 25px;
    }
.image-section .info p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 70px;
}
.image-section .info .button {
    background-color: #f7941e;
}
    .image-section .info .button:hover {
        background-color: #ca7815;
    }


.detail-info {
        background-color: rgba(0, 0, 0, .7);
        max-width: 370px;
        padding: 35px;
    }
.detail-info {
        color: #fff;
        font-size: 15px;   
    }
.detail-info h3 {
    margin-top: 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
    .detail-info h3:after {
        content: "";
        display: block;
        max-width: 70px;
        height: 2px;
        background-color: #f7941e;
        margin-top: 20px;
        margin-bottom: 25px;
    }


.google-map {
    position: absolute; 
    width: 100%; 
    height: 100%; 
    margin-bottom: 35px
}

#lokalita  {
        position: relative;
        background-image: none;           
    }


.google-contact-container{    
    height: 300px; 
    padding: 0 0 0 0
}

.google-contact-container .google-map{
    height: 300px;
}

.google-contact-container .contact-info{        
    position: relative;
}

.google-contact-container .contact-info a{        
    position: absolute;
    top: 250px;
    height: 42px;
    width: 42px
}


.google-contact-container .contact-info div{        
    position: absolute;   
}


.google-contact-container .target-button:hover{
   background-image: url('../images/target-blue.png');  
}

.google-contact-container .target-button{
   background-image: url('../images/target-white.png');
   left: 650px;  
}


.google-contact-container .email-button:hover{
   background-image: url('../images/email-blue.png');  
}

.google-contact-container .email-button{
   background-image: url('../images/email-white.png');
   left: 700px;  
}


.google-contact-container .phone-button:hover{
   background-image: url('../images/phone-blue.png');  
}

.google-contact-container .phone-button{
   background-image: url('../images/phone-white.png');
   left: 750px;  
}


/*

.second {
    margin-bottom: 35px;
}
*/
/*
.tabs {
    text-align: center;
    font-size: 0;
    margin-bottom: 10px;
}
.tab {
    height: 530px;
    max-width: 370px;
    margin-bottom: 25px;
}
    .tab .image,
    .tab img {
        height: 100%;
    }
    .tab img {
        display: block;
        width: 101%;
        margin: 0;
        padding: 0;
        border: 0;
    }
    .tab .caption {
        background-color: rgba(0, 0, 0, .5);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 130px;
        line-height: 130px;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        margin-left: 16px;
        margin-right: 12px;
    }
*/

/*------------------------------ 
/* footer
/*------------------------------ */
footer {   
    background: white;
    color:  #004c98;
    padding: 40px 0 40px 0;
}


    footer a {
        color: #004c98;
    }
    footer ul {
        margin: 0;
        padding: 25px;
        float: right;
    }
    footer li {
        display: inline;
        padding: 0 10px 0 0;
    }
footer .container {
        border-top: 1px solid   ;
        border-top-color: #e4e4e4;
    }

.subfooter {
    border-top: solid 1px #fff;
    padding-top: 30px;
    margin-top: 20px;
}


#footer-contacts div {
    text-align: center;
    font-size: 0;
    margin: 20px 0;
}
    #footer-contacts .item:before {
        content: "";
        display: block;
        margin: 0 auto 10px;
        background-color: #004c98;
        width: 75px;
        height: 75px;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 100px;
    }
    #footer-contacts .item.phone:before {
        background-image: url(../images/mobile-invert.png);
    }
    #footer-contacts .item.email:before {
        background-image: url(../images/email-invert.png);
    }
    #footer-contacts .item.address:before {
        background-image: url(../images/address-invert.png);
    }
    #footer-contacts .item {
        vertical-align: top;
        color: #004c98;
        font-size: 20px;
    }
    #footer-contacts a {
        text-decoration: none;
        color: #004c98;
    }
    #footer-contacts .item:hover a {
        text-decoration: underline;
    }
    #footer-contacts .phone:hover:before {
        animation: shake 0.6s cubic-bezier(.36,.07,.19,.97) both;
        transform: translate3d(0, 0, 0);
    }   
     #footer-contacts div {
        background-color: white;
    }

#footer-bottom {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 20px 0 50px;
}
#footer-menu .item {
    display: inline-block;
    vertical-align: top;
}
    #footer-menu .item a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 30px 15px;
    }
    #footer-menu .item:hover a {
        text-decoration: underline;
    }

.caption a {
    color: #fff;
}
    .caption a:hover {
        color: #808080;
    }
    .caption a:visited {
        color: #fff;
    }

@media (max-width: 995px) {

    #main-menu .item{
     letter-spacing: 0;    
    }

     
      #main-menu  .item a{
       padding-right: 5px;
       padding-left: 5px;
    }
   
   
}

/*
@media (max-width: 1200px) {  

     #main-menu .item a {
        padding: 8px 8px 8px 8px;
    }

    .jumbotron video {
        width: 1200px;
        height: 700px;
    }
}


@media (max-width: 986px) {
   
    #main-menu .item a {
        padding: 4px 4px 4px 4px;
    }

    .jumbotron video {
        width: 980px;
        height: 600px;
    }
}

@media (max-width: 900px) {

    #pricelist table {
        font-size: 18px;
    }
    .google-contact-container .target-button{
      left: 400px;  
    }

    .google-contact-container .email-button{  
    left: 450px;  
   }
   
    .google-contact-container .phone-button{
     left: 500px;  
    }
}

@media (max-width: 760px) {
    .phone {
        margin-top: 0;
    }

    #main-menu {
        margin-top: 0px;
        border: none;
    }


    #pricelist table {
        font-size: 15px;
    }

    .jumbotron video {
    width: 760px; 
    height:400px;
    

    }
}

@media (max-width: 500px) {
   
    .navbar-brand .phone {
        display: table;
        margin-top: 0px;
        margin-right: 30px;
    }


    #pricelist table {
        font-size: 12px;
    }

    .google-contact-container .target-button{
      left: 50px;  
    }

    .google-contact-container .email-button{  
    left: 100px;  
   }
   
    .google-contact-container .phone-button{
     left: 150px;  
    }

}

@media (max-width: 340px) {
    .phone:before {
        display: none;
    }

    .phone {
        font-size: 12px;
    }

    #pricelist table {
        font-size: 8px;
    }
    .jumbotron video {
    width: 340px; 
    height:150px;
    

    }
}
*/

/*  Boodtrap adjustment
@media (max-width: 700px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

*/

.carousel-inner { 
     overflow: visible;
     margin-top: -15px
}


#imgBellaVita {
    display: block; 
    width: 100%; 
    height: 100%;
}


.video-art {
    position: relative;
    display: block;
    font-size: 150%;
}

.video-art img {
    display: block;
    width: 230px;
    height: 129px;
    margin: 0 0 5px;
}

.video-art span {
    position: absolute;
   top: 38%;
    left: 35%;
    z-index: 2;
    width: 60px;
    height: 45px;
    background: url(../images/ico_play_sp5.png) no-repeat;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover
{
    background-color: white;
}
 