html,
body {
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    letter-spacing: 1px;
    color: #4d4d4d;
    background: #fff;
}
* {
    margin: 0;
    padding: 0;
}
.margines {
    width: 100%;
    height: 50px;
    clear: both;
}
img {
    border: none;
}
/* HTML5 tags */

header,
section,
footer,
aside,
nav,
article,
figure {
    display: block;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
a {
    outline-style: none;
    color: #dddddd;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a.img {
    border: none;
    background-color: transparent;
}
textarea:focus,
input:focus {
    outline: none
}
:focus {
    outline: none;
}
::-moz-focus-inner {
    border: 0;
}
/*
    MENU            ================================   
*/

.menu {
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 0px;
    position: fixed;
    background: #ffffff;
    box-shadow: 0px 0px 10px #d4d4d4;
    z-index: 999;
    /*-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;*/
}
.active3 {
    border-bottom: 2px solid #000;
    color: #a61397;
}
#showmen {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 9999;
    top: 30px;
    left: 0px;
    background: #F86231;
    display: none;
}
.A {
    width: 50px;
    height: 50px;
    background: url(../images/omenu.png);
}
.B {
    width: 50px;
    height: 50px;
    background: url(../images/zmenu.png);
    display: none;
}

.topic {
    width:100%; height:30px; border-bottom:1px solid #E4E4E4;
}

.topic .lefttop a img {
   margin-top:0px;
}
.lefttop{
    width:35%; float:left; 
}
.topic .lefttop a {
      padding: 6px 10px 0 10px; margin:0;  float:left; border-right:1px solid #E4E4E4;
}
.righttop{
    width:65%; float:right;
}
.topic .righttop a {
    color:#333333;  font-size:12px; padding: 7px 10px; margin:0;  float:right; border-left:1px solid #E4E4E4;
}
.topic .righttop a:hover {
    color:#f2a9aa;
}

/*
MENU G��WNE
---------------------------------------------------------*/
ul#nav,
ul#nav li.navmenu {
    display: block;
    list-style: none;
    position: relative;
}
ul#nav li.navmenu {
    float: left;
    font-size: 90%;
}
ul#nav a:link,
ul#nav a:visited {
    text-decoration: none;
    color: #000;
    display: block;
    text-align: center;
    padding: 14px 10px;
}
ul#nav a:hover {
    border-bottom: 3px solid #F86231;
    padding: 14px 10px;
    margin: 0px;
    color: #9a9a9a;
}
.activemenu {
    border-bottom:3px solid #F86231;
}
/*
SUBNAW MENU GLOWNE
---------------------------------------------------------*/
ul#nav li ul.sub {
    position: absolute;
    display: none;
    position: absolute;
    top: 50px;
    left: -25px;
    z-index: 9999;
    list-style-type: none;
    background: #fff;
    box-shadow: 0px 4px 4px #d4d4d4;
}
ul#nav li ul.sub li.as {
    height: 38px;
    padding: 0;
    text-align: center;
    margin: 0px;
    border-top: 0px solid #dadada;
}
ul#nav li ul.sub li.as a {
    font-size: 90%;
    text-decoration: none;
    padding: 6px 30px;
    color: #000;
}
ul#nav li ul.sub li.as a:hover {
    background: #F86231;
    font-size: 93%;
    color: #fff;
    padding: 10px 30px;
    margin: 0px;
}
.media {
    width: 200px; 
    height: 50px;
    margin: 0px;
    position: relative;
    float: right;
    overflow: hidden;
    background: #fff;
}
.ofer {
    width: 100px;
    height: 50px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 219;
    margin: 0;
    padding: 0;
}
p.of {
    font-weight: bold;
    font-size: 80%;
    color: #F86231;
    margin-top: 17px;
}
.fb {
    width: 50px;
    height: 50px;
    background: #e4e4e4;
    position: absolute;
    top: 0;
    left: 100px;
    z-index: 23;
    margin: 0;
    padding: 0;
}
.fb2 {
    width: 50px;
    height: 50px;
    background: url(../images/fb.png);
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 26;
    margin: 0;
    padding: 0;
}
.tweet {
    width: 50px;
    height: 50px;
    background: #e4e4e4;
    position: absolute;
    top: 0;
    left: 150px;
    z-index: 24;
    margin: 0;
    padding: 0;
}
.tweet2 {
    width: 50px;
    height: 50px;
    background: url(../images/tw.png);
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 26;
    margin: 0;
    padding: 0;
}
.tlofbtw,
.tlofbtw2 {
    width: 50px;
    height: 50px;
    background: #F86231;
    position: absolute;
    top: 62px;
    left: 0px;
    z-index: 25;
}
/* menu dolne */

ul#dolmen {
    display: block;
    list-style: none;
    float: left;
    color: #fff;
    position: relative;
    margin: 0;
}
ul#dolmen li.dm {
    display: block;
    font-size: 70%;
    color: #fff;
}
ul#dolmen a.dlm:link,
ul#dolmen a.dlm:visited {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 150px;
    text-align: left;
    padding: 4px 6px;
    margin: 0px;
}
ul#dolmen a.dlm:hover {
    background: #F86231;
    padding: 4px 6px;
    margin: 0px;
    color: #fff;
}
/*
    SEKCJA PIERWSZA ================================   
*/

.logo {
    width: 80%;
    position: absolute;
    top: 16%;
    left: 10%;
    z-index: 33;
}
.log {
    width: 34%;
    height: 220px;
    margin: 0 auto;
    text-align: center;
}
/*
    TEKST       ================================   colory blue #073D7Dczerw #E02322
*/

h1,
h2,
h3,
h4 {
    margin: 30px 0;
    font-weight: 300;
    color: #000;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    line-height: 100%;
}
h1 {
    font-size: 380%;
}
h2 {
    font-size: 280%;
}
h3 {
    font-size: 180%;
    letter-spacing:3px;
    padding:15px 0;
}
h4 {
    font-size: 150%;
    text-align: center;
}
h5 {
    text-align: right;
    font-size: 100%;
    margin: 5px 0;
    color: #fff;
}
p {
    margin: 0 0 20px 0;
    font-size: 120%;
    font-weight: 300;
    line-height: 140%;
    text-indent: 0px;
    color: #4f4f4f;
    text-align: justify;
}
span.be {
    font-size: 20%;
    font-family: Georgia;
}
span.beh2 {
    font-size: 30%;
    font-family: Georgia;
}
.linia {
    width: 200px;
    height: 1px;
    background: #000;
    margin: 0 auto 40px auto;
}
.white {
    color: #fff;
    font-size: 90%;
    text-align: right;
    padding-right: 4px;
}
.opisy {
    font-weight: 600;
    padding-top: 200px;
    color: #fff;
}
.beop {
    font-size: 30%;
    font-family: Georgia;
    text-shadow: 1px 1px 1px #8b8b8b;
}
.cien {background:#fcf8ef;}
/*
    Strona index    ================================
*/

#trzecia, #czwarta {
    width: 67%;
    margin: 0 auto;
}
.center {
    text-align: center;
}
.lewy {
    width: 31%;
    padding: 1%;
    float: left;
    position: relative;
}
.zdjecie {
    width: 90%;
    margin: 0 auto;
}
.lewy h2 {
    background: #000;
    color: #fff;
    font-size: 120%;
    padding: 10px 0;
}
.lewy p {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
.mask {
    width: 100%;
    height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: rgba(255, 255, 255, 0.9);
}
.srodekp {
    text-align: center;
    margin: 0 auto;
    border: 1px solid #c0c0c0;
    width: 60%;
}
.bazy {
    position: relative;
    width: 100%;
    height: 350px;
    background: #fefefe url(../images/bazy.png) center fixed no-repeat;
    color: #fff;
}
.nadBaza {
    width: 100%;
    padding: 0;
    height: 350px;
    background: rgba(0, 0, 0, .7);
}
h2.white2 {
    padding: 20px 0;
    text-align: center;
}
.white2 {
    color: #ffffff;
    text-align: justify;
    width: 67%;
    margin: 0 auto;
}
.white2 {
    color: #ffffff;
    text-align: center;
    width: 67%;
    margin: 0 auto;
}
/*  
    SPRZEDAŻ LODÓW  ================================
*/


/*  
    GALERIA ================================
*/

.slider-wrapper {
    width: 100%;
    margin: 42px auto;
}
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}
/* The slices and boxes in the Slider */

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}
.nivo-box img {
    display: block;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}
.nivo-prevNav {
    left: 0px;
}
.nivo-nextNav {
    right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
}
.nivo-controlNav a {
    cursor: pointer;
}
.nivo-controlNav a.active {
    font-weight: bold;
}
.theme-default .nivoSlider {
    position: relative;
    background: #fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 1px 5px 0px #e8e8e8;
    -moz-box-shadow: 0px 1px 5px 0px #e8e8e8;
    box-shadow: 0px 1px 5px 0px #e8e8e8;
}
.theme-default .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.theme-default .nivoSlider a {
    border: 0;
    display: block;
}
.theme-default .nivo-controlNav {
    text-align: center;
    padding: 20px 0;
    margin: -60px 0 0 0;
    position: relative;
    z-index: 987;
}
.theme-default .nivo-controlNav a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
    background-position: 0 -22px;
}
.theme-default .nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a {
    opacity: 1;
}
.theme-default a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}
.theme-default a.nivo-prevNav {
    left: 15px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}
#druga {position:relative;}
.przetarg{width:350px;  padding:5px; margin:-180px auto 100px auto; position:relative; z-index:78; background:#F86231; color:#ffffff;font-size:16px; text-align:center;}
.przetarg_strona {width:100%; height:300px; background:#494C50;color:#ffffff;}
/*
    Strona prezentacja  ================================
*/

.prezentacja, .prezentacja2, .prezentacja3 {
    position: relative;
    width: 100%;
    height: 620px;
    overflow: hidden;
}
.prezentacja {
     background: url(../images/prezentacja.jpg) center center no-repeat;
}
.prezentacja2 {
    background: url(../images/prezentacja2.jpg) center center no-repeat;
}
.prezentacja3 {
    background: url(../images/prezent2/01.jpg) center center no-repeat;
}
.slajdtop {
    position: absolute;
    top: 620px;
    left: 0px;
    width: 100%;
    height: 4000px;
    z-index: 4;
    border-top: 1px solid #000;
}
.wsadslajd {
    width: 100%;
    height: 620px;
    background: rgba(255, 255, 255, 0.5);
}
.st1,
.st2,
.st3,
.st4,
.st5,
.st6,
.st7,
.st8,
.st9,
.st10,
.st11,
.st12,
.st13,
.st14,
.st15,
.st16 {
    width: 100%;
    height: 620px;
}
.ast1 {
    background: url(../images/prezent/01.jpg) center center no-repeat;
}
.ast2 {
    background: url(../images/prezent/02.jpg) center center no-repeat;
}
.ast3 {
    background: url(../images/prezent/03.jpg) center center no-repeat;
}
.ast4 {
    background: url(../images/prezent/04.jpg) center center no-repeat;
}
.ast5 {
    background: url(../images/prezent/05.jpg) center center no-repeat;
}
.ast6 {
    background: url(../images/prezent/06.jpg) center center no-repeat;
}
.ast7 {
    background: url(../images/prezent/07.jpg) center center no-repeat;
}
.ast8 {
    background: url(../images/prezent/08.jpg) center center no-repeat;
}
.ast9 {
    background: url(../images/prezent/09.jpg) center center no-repeat;
}
.ast10 {
    background: url(../images/prezent/09.jpg) center center no-repeat;
}
.ast11 {
    background: url(../images/prezent/10.jpg) center center no-repeat;
}
.ast12 {
    background: url(../images/prezent/11.jpg) center center no-repeat;
}
.ast13 {
    background: url(../images/prezent/12.jpg) center center no-repeat;
}
.ast14 {
    background: url(../images/prezent/13.jpg) center center no-repeat;
}
.ast15 {
    background: url(../images/prezent/14.jpg) center center no-repeat;
}
.ast16 {
    background: url(../images/prezent/15.jpg) center center no-repeat;
}
.st1 {
    background: url(../images/prezent2/01.jpg) center center no-repeat;
}
.st2 {
    background: url(../images/prezent2/02.jpg) center center no-repeat;
}
.st3 {
    background: url(../images/prezent2/03.jpg) center center no-repeat;
}
.st4 {
    background: url(../images/prezent2/04.jpg) center center no-repeat;
}
.st5 {
    background: url(../images/prezent2/05.jpg) center center no-repeat;
}
.st6 {
    background: url(../images/prezent2/01.jpg) center center no-repeat;
}
.st7 {
    background: url(../images/prezent2/01.jpg) center center no-repeat;
}
.play {
    width: 120px;
    height: 120;
    margin: 20px auto;
    opacity: 0.8;
}
.play:hover {
    opacity: 1;
}
.txtopis,
.txtopis2,
.txtopis3,
.txtopis4,
.txtopis5,
.txtopis6,
.txtopis7,
.txtopis8 {
    width: 600px;
    height: 200px;
    margin: 0 auto;
    position: relative;
    top: 300px;
    overflow: hidden;
}
.opispr1,
.opispr2,
.opispr3,
.opispr4,
.opispr5,
.opispr6,
.opispr7,
.opispr8 {
    font-size: 350%;
    font-weight: 600;
    color: #fff;
    display: none;
    margin: 0px;
}
.wjazd,
.wjazd2,
.wjazd3,
.wjazd4,
.wjazd5,
.wjazd6,
.wjazd7,
.wjazd8 {
    width: 400px;
    height: 200px;
    position: absolute;
    top: 0px;
    left: -400px;
}
/*  
    SPRZEDA� LOD�W  ================================
*/

.oferta {
    width: 46%;
    padding: 1% 2%;
    float: left;
}
.oferta12 {
    width: 100%;
    padding:0%;
    float: left;
}
ul.lista li {
    list-style-type: none;
    text-decoration: none;
    padding: 7px 15px;
    border-bottom: 1px solid #efefef;
    font-size: 100%;
    font-weight: 300;
    line-height: 100%;
    text-indent: 0px;
    color: #4f4f4f;
}
ul.lista li:hover {
    background: #fbfbfb;
}
/*  
    KONTAKT ================================
*/

#mapka {
    clear: both;
    width: 90%;
    height: 430px;
    margin: 100px 5% 0 5%;
}
.kontakt {
    width: 36%;
    padding: 0 4%;
    float: left;
}
.formularz {
    width: 50%;
    padding: 0;
    float: left;
    margin-bottom: 50px;
}
/*  
    STOPKA  ================================
*/

#footer {
    clear: both;
    width: 100%;
    height: 360px;
    position: relative;
    background: #494C50;
}
.topi {
    width: 100%;
    height: 60px;
    margin: 0px;
    clear: both;
}
.przestop {
    width: 40px;
    height: 40px;
    margin: 20px auto;
}
.foleft {
    width: 48%;
    padding: 0% 1%;
    float: left;
}
/* form
---------------------------------------------------*/

input[type=text] {
    width: 94%;
    padding: 2%;
    margin: 1%;
    float: left;
    background-color: rgba(0, 0, 0, 0.01);
    border-width: 0 0 1px 0;
    font-size: 14px;
    color: #000000;
    resize: none;
}
textarea {
    width: 94%;
    padding: 2%;
    margin: 1%;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.01);
    border-width: 0 0 1px 0;
    border-color: rgba(0, 0, 0, 0.04);
    font-size: 14px;
    color: #000;
    resize: none;
}
button {
    width: 98%;
    background-color: rgba(0, 0, 0, 0.01);
    padding: 2%;
    margin: 1%;
    border: 1px solid #e1e1e1;
    font-size: 100%;
    letter-spacing: 1px;
    color: #000;
    font-weight: 300;
    clear: both;
}
button:hover {
    background-color: #ff8000;
    color: #fff;
}
textarea[placeholder],
[placeholder],
*[placeholder] {
    font-family: 'Droid', sans-serif;
    font-size: 100%;
    letter-spacing: 1px;
    color: #000;
    font-weight: 700;
}
.nu {
    width: 220px;
    position: absolute;
    right: 0px;
    bottom: 20px;
    font-size: 60%
}
/*---------------RESPONSIVE----------------------*/

@media screen and (min-width: 400px) and (max-width: 1600px) {
    h4 {
        font-size: 110%;
        text-align: center;
    }
}
@media only screen and (max-width: 1125px) {
    #trzecia {
        width: 90%;
    }
    .logo {
        position: absolute;
        top: 10%;
        left: 10%;
    }
}
@media only screen and (max-width: 1500px) {
    .lewy {
        width: 48%;
        padding: 1%;
        float: left;
    }
}
@media screen and (min-width: 200px) and (max-width: 1120px) {
    .logo {
        position: absolute;
        top: 6%;
        left: 10%;
    }
    #trzecia {
        width: 80%;
    }
    .lewy {
        width: 98%;
        padding: 1%;
        float: left;
    }
    h1,
    h2,
    h3,
    h4 {
        margin: 30px 0;
        font-weight: 300;
        color: #000;
        letter-spacing: 2px;
        text-align: center;
        text-transform: uppercase;
        line-height: 100%;
    }
    h1 {
        font-size: 200%;
    }
    h2 {
        font-size: 160%;
    }
    h3 {
        font-size: 140%;
    }
    h4 {
        font-size: 100%;
        text-align: center;
    }
    h5 {
        text-align: right;
        font-size: 100%;
        margin: 5px 0;
        color: #fff;
    }
    p {
        margin: 0 0 20px 0;
        font-size: 100%;
        font-weight: 300;
        line-height: 140%;
        text-indent: 0px;
        color: #4f4f4f;
        text-align: justify;
    }
    span.be {
        font-size: 30%;
        font-family: Georgia;
    }
    span.beh2 {
        font-size: 30%;
        font-family: Georgia;
    }
    /*
    MENU G��WNE
    ---------------------------------------------------------*/
    
    #showmen {
        display: block
    }
    .liniamenu {
        width: 100%;
        height: 980px;
        background: #fff;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 850;
        padding-top: 20px;
        opacity: .98;
    }
    ul#nav,
    ul#nav li.navmenu {
        display: block;
        float: left;
        width: 100%;
        list-style: none;
        position: relative;
    }
    ul#nav li.navmenu {
        float: left;
        font-size: 90%;
        width: 100%;
    }
    ul#nav a:link,
    ul#nav a:visited {
        text-decoration: none;
        color: #000;
        display: block;
        width: 100%;
        text-align: center;
        padding: 14px 0;
    }
    ul#nav a:hover {
        border-bottom: 1px solid #F86231;
        padding: 14px 0px;
        margin: 0px;
        color: #9a9a9a;
    }
    .activemenu {
        border:none;
    }
    /*
    SUBNAW MENU GLOWNE
    ---------------------------------------------------------*/
    
    ul#nav li ul.sub {
        display: block;
        position: relative;
        top: 0;
        left:0px;
        list-style-type: none;
        box-shadow:none;
    }
    ul#nav li ul.sub li.as {
            height: 38px;
            padding: 0;
            text-align: center;
            margin: 0px;
            border-top: 0px solid #dadada;
        }
        ul#nav li ul.sub li.as a {
            font-size: 90%;
            text-decoration: none;
            padding: 6px 30px;
            color: #000;
        }
        ul#nav li ul.sub li.as a:hover {
            background: #F86231;
            font-size: 93%;
            color: #fff;
            padding: 10px 30px;
            margin: 0px;
        }
}


/*
 * BOTSTRAP     ===========================
 */
.center {
    text-align:center;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}