/* MISC SECTION*/
.clear{ clear : both }
.to-center{ float : none; display : block; margin : 0 auto; }
strong{ font-weight : 700; }
i{ font-style : italic; }
/* /MISC SECTION*/

/* ON HOVER*/
/*:hover {
    -webkit-transition : all 0.15s ease-in-out;
    -moz-transition    : all 0.15s ease-in-out;
    -o-transition      : all 0.15s ease-in-out;
    transition         : all 0.15s ease-in-out;
}*/
:focus{
    outline: 0;
}
/* /ON HOVER*/

/* FLOAT SECTION*/
.f-left{ float : left !important }
.f-right{ float : right !important }
.f-none{ float : none !important }
/* /FLOAT SECTION*/

/*BORDERED SECTION */
.border-bottom-title{
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
/* /BORDERED SECTION/  */


/* DISPLAY SECTION*/
.d-block{ display : block }
.d-inline-block{ display : inline-block }
.d-inline{ display : inline }
.d-table{ display : table }
.d-table-cell{ display : table-cell }
.d-none{ display : none !important; }
/* /DISPLAY SECTION*/

/* OPACITY SECTION*/
.op-0{ opacity : 0 }
.op-1{ opacity : 1 }
/* /OPACITY SECTION*/

/* POSITION SECTION*/
.p-relative{ position : relative }
.p-absolute{ position : absolute !important }
.p-fixed{ position : fixed }
.p-static{ position : static }
/* /POSITION SECTION*/

/* FONT-WEIGHT SECTION*/
.fw-300{ font-weight : 300 }
.fw-400{ font-weight : 400 }
.fw-600{ font-weight : 600 }
.fw-700{ font-weight : 700 }
/* /FONT-WEIGHT SECTION*/

/* TEXT-ALIGN SECTION*/
.ta-left{ text-align : left }
.ta-center{ text-align : center }
.ta-right{ text-align : right !important }
.v-middle{ vertical-align: middle; }
/* /TEXT-ALIGN SECTION*/

/* TEXT-DECORATION SECTION*/
.td-underline{ text-decoration: underline }
.td-overline{ text-decoration: overline }
.td-linethrough{ text-decoration: line-through }
.td-none{ text-decoration: none }
/* /TEXT-DECORATION SECTION*/



/* CURSOR SECTION*/
.c-pointer{ cursor : pointer }
.c-default{ cursor : default }
/* /CURSOR SECTION*/

/* /COLOR SECTION */
.c-000{ color : #000000; }
.c-333{ color : #333333; }
.c-444{ color : #444444; }
.c-555{ color : #555555; }
.c-999{ color : #999999; }
.c-1d1d1c{ color : #1D1D1C }
.c-red{ color : #D75858 }
.c-fff{ color : #FFFFFF }
.c-ccc{ color : #CCCCCC }
.c-666{ color : #666666 }
.c-eee{ color : #EEEEEE }
.c-ff3333{ color : #ff3333 }
/* /COLOR SECTION */

.capital { text-transform: uppercase }


/* FONT-SIZE SECTION */
.fz-10{ font-size : 10px; font-size : 3.12vw; line-height : 13px; line-height : 3.5vw; }
.fz-11{ font-size : 11px; font-size : 3.44vw; line-height : 14px; line-height : 3.8vw; }
.fz-12{ font-size : 12px; font-size : 3.75vw; line-height : 16px; line-height : 4.5vw; }
.fz-13{ font-size : 13px; font-size : 4.06vw; line-height : 17px; line-height : 4.6vw; }
.fz-14{ font-size : 14px; font-size : 4.4vw; line-height : 18px; line-height : 5.1vw; }
.fz-15{ font-size : 15px; font-size : 4.7vw; line-height : 19px; line-height : 5.1vw; }
.fz-16{ font-size : 16px; font-size : 5vw; line-height : 19px; line-height : 5.7vw; }
.fz-18{ font-size : 18px; font-size : 5.63vw; line-height : 23px; line-height : 5.7vw; }
.fz-21{ font-size : 21px; font-size : 6.6vw; line-height : 23px; line-height : 6.8vw; }
.fz-22{ font-size : 22px; font-size : 6.9vw; line-height : 24px; line-height : 7vw; }
.fz-24{ font-size : 24px; font-size : 7.5vw; line-height : 26px; line-height : 7.6vw; }
.fz-25{ font-size : 25px; font-size : 7.82vw; line-height : 27px; line-height : 7.95vw; }
.fz-26{ font-size : 26px; font-size : 8.13vw; line-height : 28px; line-height : 8.25vw; }
.fz-30{ font-size : 30px; font-size : 9.38vw; line-height : 32px; line-height : 9.5vw; }
.fz-31{ font-size : 31px; font-size : 9.7vw; line-height : 33px; line-height : 9.8vw; }
.fz-36{ font-size : 36px; font-size : 11.25vw; line-height : 38px; line-height : 11.4vw; }
.fz-42{ font-size : 42px; font-size : 13.13vw; line-height : 44px; line-height : 13.3vw; }
.fz-72{ font-size : 72px; /*font-size : 22.5vw;*/ line-height : 86px; /*line-height : 22.8vw;*/ }
.xs-fz-9{ font-size : 9.6px; font-size : 3vw; line-height : 14px; line-height : 4vw; letter-spacing: -0.02vw; } /* Header ribbon only */
.xs-fz-10{ font-size : 10px; font-size : 3.12vw; line-height : 13px; line-height : 3.5vw; }
.xs-fz-11{ font-size : 11px; font-size : 3.44vw; line-height : 14px; line-height : 3.8vw; }
.xs-fz-12{ font-size : 12px; font-size : 3.75vw; line-height : 16px; line-height : 5.2vw; }
.xs-fz-13{ font-size : 13px; font-size : 4.06vw; line-height : 16px; line-height : 4.6vw; }
.xs-fz-14{ font-size : 14px; font-size : 4.4vw; line-height : 18px; line-height : 5.1vw; }
.xs-fz-16{ font-size : 16px; font-size : 5vw; line-height : 20px; line-height : 5.7vw; }
.xs-fz-18{ font-size : 18px; font-size : 5.63vw; line-height : 21px; line-height : 5.7vw; }
.xs-fz-22{ font-size : 22px; font-size : 6.9vw; line-height : 23px; line-height : 6.8vw; }
.xs-fz-24{ font-size : 24px; font-size : 7.5vw; line-height : 26px; line-height : 7.6vw; }
.xs-fz-25{ font-size : 25px; font-size : 7.82vw; line-height : 27px; line-height : 7.95vw; }
.xs-fz-26{ font-size : 26px; font-size : 8.13vw; line-height : 28px; line-height : 8.25vw; }
.xs-fz-30{ font-size : 30px; font-size : 9.38vw; line-height : 32px; line-height : 9.5vw; }
.xs-fz-31{ font-size : 31px; font-size : 9.7vw; line-height : 33px; line-height : 9.8vw; }
.xs-fz-36{ font-size : 36px; font-size : 11.25vw; line-height : 38px; line-height : 11.4vw; }
.xs-fz-42{ font-size : 42px; font-size : 13.13vw; line-height : 44px; line-height : 13.3vw; }
/* /FONT-SIZE SECTION */

/* FONT-FAMILY SECTION */
.opensans{ font-family : 'Open Sans', sans-serif }
.opensans-c{ font-family : 'Open Sans Condensed', sans-serif }
.georgia{ font-family : Georgia, serif }
/* /FONT-FAMILY SECTION */

/* MARGIN SECTION */
.mt--10{ margin-top : -10px }
.mt--5{ margin-top : -5px }
.mt-3{ margin-top : 3px }
.mt-4{ margin-top : 4px }
.mt-5{ margin-top : 5px }
.mt-7{ margin-top: 7px; }
.mt-8{ margin-top : 8px }
.mt-10{ margin-top : 10px }
.mt-15{ margin-top : 15px }
.mt-20{ margin-top : 20px }
.mt-25{ margin-top : 25px }
.mt-30{ margin-top : 30px }
.mt-35{ margin-top : 35px }
.mt-40{ margin-top : 40px }
.mt-45{ margin-top : 45px }
.mt-50{ margin-top : 50px }
.mt-60{ margin-top : 60px }
.mt-80{ margin-top : 80px }
.mb-3{ margin-bottom : 3px }
.mb-5{ margin-bottom : 5px }
.mb-10{ margin-bottom : 10px }
.mb-15{ margin-bottom : 15px }
.mb-20{ margin-bottom : 20px }
.mb-30{ margin-bottom : 30px }
.mb-35{ margin-bottom : 35px }
.mb-50{ margin-bottom : 50px }
.mb-60{ margin-bottom : 60px }
.mb-100{ margin-bottom : 100px }
.ml-5{ margin-left : 5px }
.ml-10{ margin-left : 10px }
.ml-20{ margin-left : 20px }
.mr-5{ margin-right : 5px }
.pt-3{ padding-top: 3px; }
.pt-5{ padding-top: 5px; }
.pt-10{ padding-top: 10px; }
.pt-20{ padding-top: 20px; }
.pt-40{ padding-top: 40px; }
.pt-50{ padding-top: 50px; }
.pr-3 { padding-right: 3px }
.pb-3{ padding-bottom: 3px; }
.pb-5{ padding-bottom: 5px; }
.pb-10{ padding-bottom: 10px; }
.pb-20{ padding-bottom: 20px; }
/* /MARGIN SECTION */

/* /BUTTON SECTION */
button.grey,
input.grey
{
    color:#000;
    background-color: #efefef; 
    border:0 none;
}
button.black,
input.black
{
    color:#fff;
    background-color: #000;
    border:0 none;
}
/* /BUTTON SECTION */

/* MEDION BOOTSTRAP*/
*{
/*    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    box-sizing         : border-box;*/
}
:after, :before{
    -webkit-box-sizing : border-box;
    -moz-box-sizing    : border-box;
    box-sizing         : border-box;
}
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before{
    display : table;
    content : " ";
}
.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after{
    clear : both;
}
.container{
    padding-right : 10px;
    padding-left  : 10px;
    margin-right  : auto;
    margin-left   : auto;
}
.container2{
    padding-right : 10px;
    padding-left  : 10px;
    margin-right  : auto;
    margin-left   : auto;
}
.row{
    margin-right : 10px;
    margin-left  : 10px;
}
.collapse{
    display    : none;
    visibility : hidden;
}
.table-collapse{
    display    : none;
    visibility : hidden;
}
.collapse-y-md{
    display    : none;
    visibility : hidden;
}
.xs-collapse, .collapse-n-md{
    display    : block;
    visibility : visible;
}

@media (min-width : 768px){
    .container{
        width : 768px
    }
    .row{
        margin-right : 0;
        margin-left  : 0;
    }
    .xs-collapse{
        display    : none;
        visibility : hidden;
    }
    .collapse, .collapse-n-md{
        display    : block;
        visibility : visible;
    }
    .table-collapse
    {
        display    : table;
        visibility : visible;
    }
    
    .fz-10{ font-size : 1.0vw; line-height : 1.2vw }
    .fz-11{ font-size : 1.1vw; line-height : 1.6vw; }
    .fz-12{ font-size : 1.2vw; line-height : 1.5vw; }
    .fz-13{ font-size : 1.3vw; line-height : 1.6vw; }
    .fz-14{ font-size : 1.4vw; line-height : 1.8vw; }
    .fz-15{ font-size : 1.5vw; line-height : 1.9vw; }
    .fz-16{ font-size : 1.6vw; line-height : 2.1vw; }
    .fz-18{ font-size : 1.8vw; line-height : 2.3vw; }
    .fz-21{ font-size : 2.1vw; line-height : 2.4vw; }
    .fz-22{ font-size : 2.3vw; line-height : 2.6vw; }
    .fz-24{ font-size : 2.4vw; line-height : 2.8vw; }
    .fz-25{ font-size : 2.5vw; line-height : 2.9vw; }
    .fz-26{ font-size : 2.6vw; line-height : 3.1vw; }
    .fz-30{ font-size : 3.0vw; line-height : 3.4vw; }
    .fz-31{ font-size : 3.1vw; line-height : 3.5vw; }
    .fz-36{ font-size : 3.6vw; line-height : 4.2vw; }
    .fz-42{ font-size : 4.2vw; line-height : 4.7vw; }
    .fz-72{ font-size : 72px; /*font-size : 22.5vw;*/ line-height : 86px; /*line-height : 22.8vw;*/ }

}

@media (min-width : 1024px){
    .container{
        width : 1024px
    }
    
    .fz-10{ font-size : 0.7vw; line-height : 0.8vw; }
    .fz-11{ font-size : 0.9vw; line-height : 1.0vw; }
    .fz-12{ font-size : 1vw; line-height : 1.2vw; }
    .fz-13{ font-size : 1.1vw; line-height : 1.3vw; }
    .fz-14{ font-size : 1.2vw; line-height : 1.3vw; }
    .fz-15{ font-size : 1.3vw; line-height : 1.4vw; }
    .fz-16{ font-size : 1.4vw; line-height : 1.5vw; }
    .fz-18{ font-size : 1.6vw; line-height : 1.7vw; }
    .fz-21{ font-size : 1.9vw; line-height : 2.0vw; }
    .fz-22{ font-size : 2.0vw; line-height : 2.2vw; }
    .fz-24{ font-size : 2.2vw; line-height : 2.3vw; }
    .fz-25{ font-size : 2.3vw; line-height : 2.4vw; }
    .fz-26{ font-size : 2.4vw; line-height : 2.5vw; }
    .fz-30{ font-size : 2.8vw; line-height : 2.9vw; }
    .fz-31{ font-size : 2.9vw; line-height : 3.0vw; }
    .fz-36{ font-size : 3.4vw; line-height : 3.5vw; }
    .fz-42{ font-size : 4vw; line-height : 4.1vw; }
    .fz-72{ font-size : 72px; /*font-size : 22.5vw;*/ line-height : 86px; /*line-height : 22.8vw;*/ }
}

@media (min-width : 1200px){
    .container{
        width : 1200px
    }
    .collapse-y-md{
        display    : block;
        visibility : visible;
    }
    .collapse-n-md{
        display    : none;
        visibility : hidden;
    }
    
    .fz-10{ font-size : 10px; line-height : 15px; }
    .fz-11{ font-size : 11px; line-height : 16px; }
    .fz-12{ font-size : 12px; line-height : 17px; }
    .fz-13{ font-size : 13px; line-height : 17px; }
    .fz-14{ font-size : 14px; line-height : 19px; }
    .fz-15{ font-size : 15px; line-height : 20px; }
    .fz-16{ font-size : 16px; line-height : 21px; }
    .fz-18{ font-size : 18px; line-height : 23px; }
    .fz-21{ font-size : 21px; line-height : 26px; }
    .fz-22{ font-size : 22px; line-height : 27px; }
    .fz-24{ font-size : 24px; line-height : 29px; }
    .fz-25{ font-size : 25px; line-height : 30px; }
    .fz-26{ font-size : 26px; line-height : 31px; }
    .fz-30{ font-size : 30px; line-height : 35px; }
    .fz-31{ font-size : 31px; line-height : 36px; }
    .fz-36{ font-size : 36px; line-height : 41px; }
    .fz-42{ font-size : 42px; line-height : 47px; }
    .fz-72{ font-size : 72px; /*font-size : 22.5vw;*/ line-height : 86px; /*line-height : 22.8vw;*/ }
}
.col-xs-1, .col-xs-15, .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-right : 10px;
    padding-left  : 10px;
}
.col-xs-1.first, .col-sm-1.first, .col-md-1.first, .col-lg-1.first, .col-xs-2.first, .col-sm-2.first, .col-md-2.first, .col-lg-2.first, .col-xs-3.first, .col-sm-3.first, .col-md-3.first, .col-lg-3.first, .col-xs-4.first, .col-sm-4.first, .col-md-4.first, .col-lg-4.first, .col-xs-5.first, .col-sm-5.first, .col-md-5.first, .col-lg-5.first, .col-xs-6.first, .col-sm-6.first, .col-md-6.first, .col-lg-6.first, .col-xs-7.first, .col-sm-7.first, .col-md-7.first, .col-lg-7.first, .col-xs-8.first, .col-sm-8.first, .col-md-8.first, .col-lg-8.first, .col-xs-9.first, .col-sm-9.first, .col-md-9.first, .col-lg-9.first, .col-xs-10.first, .col-sm-10.first, .col-md-10.first, .col-lg-10.first, .col-xs-11.first, .col-sm-11.first, .col-md-11.first, .col-lg-11.first, .col-xs-12.first, .col-sm-12.first, .col-md-12.first, .col-lg-12{
    padding-left : 0;
    padding-right : 10px;
}
.col-xs-1.xs-first, .col-xs-2.xs-first, .col-xs-3.xs-first, .col-xs-4.xs-first, .col-xs-5.xs-first, .col-xs-6.xs-first, .col-xs-7.xs-first, .col-xs-8.xs-first, .col-xs-9.xs-first, .col-xs-10.xs-first, .col-xs-11.xs-first, .col-xs-12.xs-first{
    padding-left : 0;
    padding-right : 10px;
}

.col-xs-1.last, .col-sm-1.last, .col-md-1.last, .col-lg-1.last, .col-xs-2.last, .col-sm-2.last, .col-md-2.last, .col-lg-2.last, .col-xs-3.last, .col-sm-3.last, .col-md-3.last, .col-lg-3.last, .col-xs-4.last, .col-sm-4.last, .col-md-4.last, .col-lg-4.last, .col-xs-5.last, .col-sm-5.last, .col-md-5.last, .col-lg-5.last, .col-xs-6.last, .col-sm-6.last, .col-md-6.last, .col-lg-6.last, .col-xs-7.last, .col-sm-7.last, .col-md-7.last, .col-lg-7.last, .col-xs-8.last, .col-sm-8.last, .col-md-8.last, .col-lg-8.last, .col-xs-9.last, .col-sm-9.last, .col-md-9.last, .col-lg-9.last, .col-xs-10.last, .col-sm-10.last, .col-md-10.last, .col-lg-10.last, .col-xs-11.last, .col-sm-11.last, .col-md-11.last, .col-lg-11.last, .col-xs-12.last, .col-sm-12.last, .col-md-12.last, .col-lg-12{
    padding-right : 0;
    padding-left: 10px;
}
.col-xs-1.xs-last, .col-xs-2.xs-last, .col-xs-3.xs-last, .col-xs-4.xs-last, .col-xs-5.xs-last, .col-xs-6.xs-last, .col-xs-7.xs-last, .col-xs-8.xs-last, .col-xs-9.xs-last, .col-xs-10.xs-last, .col-xs-11.xs-last, .col-xs-12.xs-last{
    padding-right : 0;
    padding-left: 10px;
}
.col-xs-1.only, .col-sm-1.only, .col-md-1.only, .col-lg-1.only, .col-xs-2.only, .col-sm-2.only, .col-md-2.only, .col-lg-2.only, .col-xs-3.only, .col-sm-3.only, .col-md-3.only, .col-lg-3.only, .col-xs-4.only, .col-sm-4.only, .col-md-4.only, .col-lg-4.only, .col-xs-5.only, .col-sm-5.only, .col-md-5.only, .col-lg-5.only, .col-xs-6.only, .col-sm-6.only, .col-md-6.only, .col-lg-6.only, .col-xs-7.only, .col-sm-7.only, .col-md-7.only, .col-lg-7.only, .col-xs-8.only, .col-sm-8.only, .col-md-8.only, .col-lg-8.only, .col-xs-9.only, .col-sm-9.only, .col-md-9.only, .col-lg-9.only, .col-xs-10.only, .col-sm-10.only, .col-md-10.only, .col-lg-10.only, .col-xs-11.only, .col-sm-11.only, .col-md-11.only, .col-lg-11.only, .col-xs-12.only, .col-sm-12.only, .col-md-12.only, .col-lg-12{
    padding-left  : 0;
    padding-right : 0;
}
.col-xs-1.xs-only, .col-xs-2.xs-only, .col-xs-3.xs-only, .col-xs-4.xs-only, .col-xs-5.xs-only, .col-xs-6.xs-only, .col-xs-7.xs-only, .col-xs-8.xs-only, .col-xs-9.xs-only, .col-xs-10.xs-only, .col-xs-11.xs-only, .col-xs-12.xs-only{
    padding-right : 0;
    padding-left  : 0;
}
.col-xs-1, .col-xs-15, .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-15{
    width : 12.5%
}
.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-xs-1.sm-first, .col-sm-1.sm-first, .col-md-1.sm-first, .col-lg-1.sm-first, .col-xs-2.sm-first, .col-sm-2.sm-first, .col-md-2.sm-first, .col-lg-2.sm-first, .col-xs-3.sm-first, .col-sm-3.sm-first, .col-md-3.sm-first, .col-lg-3.sm-first, .col-xs-4.sm-first, .col-sm-4.sm-first, .col-md-4.sm-first, .col-lg-4.sm-first, .col-xs-5.sm-first, .col-sm-5.sm-first, .col-md-5.sm-first, .col-lg-5.sm-first, .col-xs-6.sm-first, .col-sm-6.sm-first, .col-md-6.sm-first, .col-lg-6.sm-first, .col-xs-7.sm-first, .col-sm-7.sm-first, .col-md-7.sm-first, .col-lg-7.sm-first, .col-xs-8.sm-first, .col-sm-8.sm-first, .col-md-8.sm-first, .col-lg-8.sm-first, .col-xs-9.sm-first, .col-sm-9.sm-first, .col-md-9.sm-first, .col-lg-9.sm-first, .col-xs-10.sm-first, .col-sm-10.sm-first, .col-md-10.sm-first, .col-lg-10.sm-first, .col-xs-11.sm-first, .col-sm-11.sm-first, .col-md-11.sm-first, .col-lg-11.sm-first, .col-xs-12.sm-first, .col-sm-12.sm-first, .col-md-12.sm-first, .col-lg-12.sm-first{
        padding-left : 0;
        padding-right : 10px;
    }
    .col-xs-1.sm-last, .col-sm-1.sm-last, .col-md-1.sm-last, .col-lg-1.sm-last, .col-xs-2.sm-last, .col-sm-2.sm-last, .col-md-2.sm-last, .col-lg-2.sm-last, .col-xs-3.sm-last, .col-sm-3.sm-last, .col-md-3.sm-last, .col-lg-3.sm-last, .col-xs-4.sm-last, .col-sm-4.sm-last, .col-md-4.sm-last, .col-lg-4.sm-last, .col-xs-5.sm-last, .col-sm-5.sm-last, .col-md-5.sm-last, .col-lg-5.sm-last, .col-xs-6.sm-last, .col-sm-6.sm-last, .col-md-6.sm-last, .col-lg-6.sm-last, .col-xs-7.sm-last, .col-sm-7.sm-last, .col-md-7.sm-last, .col-lg-7.sm-last, .col-xs-8.sm-last, .col-sm-8.sm-last, .col-md-8.sm-last, .col-lg-8.sm-last, .col-xs-9.sm-last, .col-sm-9.sm-last, .col-md-9.sm-last, .col-lg-9.sm-last, .col-xs-10.sm-last, .col-sm-10.sm-last, .col-md-10.sm-last, .col-lg-10.sm-last, .col-xs-11.sm-last, .col-sm-11.sm-last, .col-md-11.sm-last, .col-lg-11.sm-last, .col-xs-12.sm-last, .col-sm-12.sm-last, .col-md-12.sm-last, .col-lg-12.sm-last{
        padding-right : 0;
    }
    .col-xs-1.sm-only, .col-sm-1.sm-only, .col-md-1.sm-only, .col-lg-1.sm-only, .col-xs-2.sm-only, .col-sm-2.sm-only, .col-md-2.sm-only, .col-lg-2.sm-only, .col-xs-3.sm-only, .col-sm-3.sm-only, .col-md-3.sm-only, .col-lg-3.sm-only, .col-xs-4.sm-only, .col-sm-4.sm-only, .col-md-4.sm-only, .col-lg-4.sm-only, .col-xs-5.sm-only, .col-sm-5.sm-only, .col-md-5.sm-only, .col-lg-5.sm-only, .col-xs-6.sm-only, .col-sm-6.sm-only, .col-md-6.sm-only, .col-lg-6.sm-only, .col-xs-7.sm-only, .col-sm-7.sm-only, .col-md-7.sm-only, .col-lg-7.sm-only, .col-xs-8.sm-only, .col-sm-8.sm-only, .col-md-8.sm-only, .col-lg-8.sm-only, .col-xs-9.sm-only, .col-sm-9.sm-only, .col-md-9.sm-only, .col-lg-9.sm-only, .col-xs-10.sm-only, .col-sm-10.sm-only, .col-md-10.sm-only, .col-lg-10.sm-only, .col-xs-11.sm-only, .col-sm-11.sm-only, .col-md-11.sm-only, .col-lg-11.sm-only, .col-xs-12.sm-only, .col-sm-12.sm-only, .col-md-12.sm-only, .col-lg-12.sm-only{
        padding-left  : 0;
        padding-right : 0;
    }
    .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%
    }
    .sm-collapse{
        display    : none;
        visibility : hidden;
    }
}

@media (min-width : 1024px){
    .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%
    }
    .sm-collapse{
        display    : block;
        visibility : visible;
    }
}

@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%
    }
}

@media (max-width : 768px){

    .fz-41{ font-size : 13px; font-size : 4.1vw; line-height : 14px; line-height : 4.4vw; }
    .fz-44{ font-size : 14px; font-size : 4.4vw; line-height : 15px; line-height : 4.6vw; }
    .fz-50{ font-size : 16px; font-size : 5vw; line-height : 17px; line-height : 5.3vw; }
    .fz-53{ font-size : 17px; font-size : 5.3vw; line-height : 18px; line-height : 5.5vw; }
}
/* /MEDION BOOTSTRAP*/

