* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0 ;}
:before, :after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box ;}
.container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after 
{ content: " "; display: table; clear: both; }
.center-block { display: block; margin-left: auto; margin-right: auto ;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0 ;}
.group { display: inline-block; clear: both ;}
* html .group { height: 1% ;}
.group { display: block ;}
a img { border: 0 ;}
.clr { clear: both; margin: 0; padding: 0; }
.fright { float: right!important ;}
.fleft { float: left!important ;}
ul { margin: 0; padding: 0 ;}
li { list-style-type: none ;}
a { text-decoration: none; outline: none; }
figure { margin: 0 ;}
img { vertical-align: middle; }
.img-responsive { width: 100%; height: auto; }
.img-rounded { border-radius: 6px ;}
.img-thumbnail { padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; display: inline-block; max-width: 100%; height: auto ;}
.img-circle { border-radius: 50% ;}
.white-bg { background: #fff ;}
.brand-bg { background: #0ead99; }
.txt-center { text-align: center!important; }
.txt-left { text-align: left!important ;}
.txt-right { text-align: right!important; }
.mr-top-none { margin-top: 0!important ;}
.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; position: relative ;}
.container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px ;}
.row { margin-left: -15px; margin-right: -15px ;}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; float: left;}
.col-12 { width: 100% ;}
.col-11 { width: 91.66666667% ;}
.col-10 { width: 83.33333333% ;}
.col-9 { width: 75% ;}
.col-8 { width: 66.66666667% ;}
.col-7 { width: 58.33333333% ;}
.col-6 { width: 50% ;}
.col-5 { width: 41.66666667% ;}
.col-4 { width: 33.33333333% ;}
.col-3 { width: 25% ;}
.col-2 { width: 16.66666667% ;}
.col-1 { width: 8.33333333% ;}
@media (max-width:1200px) {
.container { width: 1170px ;}
}
@media (max-width:992px) {
.container { width: 750px ;}
.w50-sm { width: 50%!important ;}
.w100-sm { width: 100%!important ;}
}
@media (max-width: 767px) {
.container { width: auto ;}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { width: 100%!important ;}
.w50-xs { width: 50%!important ;}
}