/*INLINE DISPLAY*/
/*
.absolute {     position: absolute; }
.relative {     position: relative; }
.fixed {        position: fixed; }

.hide, .hidden { display: none; }
.hide-mobile   { display: inherit; visibility:visible; }
.hide-tablet   { display: inherit; visibility:visible; }
.hide-computer { display: inherit; visibility:visible; }


.inline-block  { display: inline-block; }
.inline {        display: inline; }
.block  {        display: block; }
.table  {        display: table; table-layout: fixed; max-width: 100%;}
.table>* { display: table-cell; float: none !important; }
.table.bottom>* { vertical-align: bottom; }
.table.middle>* { vertical-align: middle; }
.table.top>*    { vertical-align: top; }
.table.bottom>* { vertical-align: bottom; }
.table.middle>* { vertical-align: middle; }
.table-fixed {   display: table; table-layout: fixed; }
.table-fixed>* { display: table-cell; float: none !important; }
.table-fixed.bottom>* { vertical-align: bottom; }
.table-fixed.middle>* { vertical-align: middle; }
.table-fixed.top>*    { vertical-align: top; }
.cell { display: table-cell; float: none !important; }
.bottom         { vertical-align: bottom !important; }
.middle         { vertical-align: middle !important; }
.top            { vertical-align: top !important; }
.absolute.bottom { bottom:0px; }
.absolute.left   { left:0px;right:auto; }
.absolute.middle { top:auto;bottom: auto; }
.absolute.right  { right:0px;left:auto; }
.absolute.top    { top:0px; }
.fixed.bottom { bottom:0px; }
.fixed.left   { left:0px;right:auto; }
.fixed.middle { top:auto;bottom: auto; }
.fixed.right  { right:0px;left:auto; }
.fixed.top    { top:0px; }
.float-none, .none   {        float:   none !important; }
.left   {        float:   left; }
.right  {        float:   right; }
.clear  {        clear:   both; }
.clear-left  {   clear:   left; }
.clear-right {   clear:   right; }
.auto   {        margin-left: auto; margin-right: auto; float: none !important;}
.center, .text-center     {    text-align:center; }
.text-right {    text-align:right; }
.text-left  {    text-align:left; }

.hide, .hidden { display: none; }
.nowrap {
    white-space: nowrap !important;
}*/

@media (min-width:1201px) {
    .minw-show-1201 {display: inherit; }
    .minw-hide-1201 {display:none !important; }
}

@media (min-width:1025px) {
    .hide {display: none;}
    .show-computer {display:inherit; visibility:visible; }
    .table > .show-computer {display: table-cell;}
    .hide-computer {display:none !important; visibility:hidden; }
    .five-sixths-computer,
    .four-sixths-computer,
    .one-fourth-computer,
    .one-half-computer,
    .one-sixth-computer,
    .one-third-computer,
    .three-fourths-computer,
    .three-sixths-computer,
    .two-fourths-computer,
    .two-sixths-computer,
    .two-thirds-computer {float: left; margin-left: 2.564102564102564%; }
    .one-half-computer,
    .three-sixths-computer,
    .two-fourths-computer {width: 48.717948717948715% !important; }
    .one-third-computer,
    .two-sixths-computer {width: 31.623931623931625% !important; }
    .four-sixths-computer,
    .two-thirds-computer {width: 65.81196581196582% !important; }
    .one-fourth-computer {width: 23.076923076923077% !important; }
    .three-fourths-computer {width: 74.35897435897436% !important; }
    .one-sixth-computer {width: 14.52991452991453% !important; }
    .five-sixths-computer {width: 82.90598290598291% !important; }
    .full-width-computer {clear: left; margin-left: 0; margin-right: 0; width: 100% !important; display: block; }
    .first-computer {clear: left; margin-left: 0 !important; }
    .left-computer {float: left; }
    .right-computer {float: right; }
    .float-none-computer {float: none; }
    .clear-computer {clear: both; }
    .clear-left-computer {clear: left; }
    .clear-right-computer {clear: right; }
    .text-left-computer {text-align: left; }
    .text-right-computer {text-align: right; }
    .center-computer {text-align: center; }
    .inline-computer {display: inline; }
    .inline-block-computer {display: inline-block; }
    .block-computer {display: block; }
    .relative-computer {position: relative; }
    .absolute-computer {position: absolute; }
    .flat-computer {margin-top: 0; margin-bottom: 0; }
    .closer-computer {margin-bottom: 0; }
    .upper-computer {margin-top: 0; }
    .wrap-computer {white-space: normal;}
    .nowrap-computer {white-space: nowrap;}
    .auto-computer { margin-left: auto; margin-right: auto; float: none !important;}
}

@media (min-width:961px) {
    .minw-show-961 {display: inherit; }
    .minw-hide-961 {display:none !important; }
    .show-computer {display: inherit; }
    .table > .show-computer {display: table-cell; }
    .hide-computer {display:none !important; }
}
@media (min-width:769px) {
    .minw-show-769 {display: inherit; }
    .minw-hide-769 {display:none !important; }
}
@media (min-width:481px) {
    .min-hide-481 { display: none!important; }
}



@media (max-width:1280px) {
    .maxw-show-1280 {display: inherit; }
    .maxw-hide-1280 {display:none !important; }
}
@media (max-width:1200px) {
    .maxw-show-1200 {display: inherit; }
    .maxw-hide-1200 {display:none !important; }
}
@media (max-width:1024px) {
    .maxw-show-1024 {display: inherit; }
    .maxw-hide-1024 {display:none !important; }
}
@media (max-width:1024px) and (min-width:801px) {
    .hide {display: none;}
    .show-tablet {display:inherit; visibility:visible; }
    .table > .show-tablet {display: table-cell;}
    .hide-tablet {display:none !important; visibility:hidden; }
    .five-sixths-tablet,
    .four-sixths-tablet,
    .one-fourth-tablet,
    .one-half-tablet,
    .one-sixth-tablet,
    .one-third-tablet,
    .three-fourths-tablet,
    .three-sixths-tablet,
    .two-fourths-tablet,
    .two-sixths-tablet,
    .two-thirds-tablet {float: left; margin-left: 2.564102564102564%; }
    .one-half-tablet,
    .three-sixths-tablet,
    .two-fourths-tablet {width: 48.717948717948715% !important; }
    .one-third-tablet,
    .two-sixths-tablet {width: 31.623931623931625% !important; }
    .four-sixths-tablet,
    .two-thirds-tablet {width: 65.81196581196582% !important; }
    .one-fourth-tablet {width: 23.076923076923077% !important; }
    .three-fourths-tablet {width: 74.35897435897436% !important; }
    .one-sixth-tablet {width: 14.52991452991453% !important; }
    .five-sixths-tablet {width: 82.90598290598291% !important; }
    .full-width-tablet {clear: left; margin-left: 0; margin-right: 0; width: 100% !important; display: block;}
    .first-tablet {clear: left; margin-left: 0 !important; }
    .left-tablet {float: left; }
    .right-tablet {float: right; }
    .float-none-tablet {float: none; }
    .clear-tablet {clear: both; }
    .clear-left-tablet {clear: left; }
    .clear-right-tablet {clear: right; }
    .text-left-tablet {text-align: left; }
    .text-right-tablet {text-align: right; }
    .center-tablet {text-align: center; }
    .inline-tablet {display: inline; }
    .inline-block-tablet {display: inline-block; }
    .block-tablet {display: block; }
    .relative-tablet {position: relative; }
    .absolute-tablet {position: absolute; }
    .flat-tablet {margin-top: 0; margin-bottom: 0; }
    .closer-tablet {margin-bottom: 0; }
    .upper-tablet {margin-top: 0; }
    .wrap-tablet {white-space: normal;}
    .nowrap-tablet {white-space: nowrap;}
    .auto-tablet { margin-left: auto; margin-right: auto; float: none !important;}
}
@media (max-width:1015px) {
    .maxw-show-1015 {display: inherit; }
    .maxw-hide-1015 {display:none !important; }
}
@media (max-width:960px) {
    .maxw-show-960 {display: inherit; }
    .maxw-hide-960 {display:none !important; }
}
@media (max-width:800px) {
    .maxw-show-800 {display: inherit; }
    .maxw-hide-800 {display:none !important; }
    .show-mobile   {display: inherit; }
    .hide-mobile   {display:none !important; }
}
@media (max-width:800px) and (min-width:321px) {
    .hide {display: none;}
    .show-mobile {display:inherit; visibility:visible; }
    .table > .show-mobile {display: table-cell;}
    .hide-mobile {display:none !important; visibility:hidden; }
    .five-sixths-mobile,
    .four-sixths-mobile,
    .one-fourth-mobile,
    .one-half-mobile,
    .one-sixth-mobile,
    .one-third-mobile,
    .three-fourths-mobile,
    .three-sixths-mobile,
    .two-fourths-mobile,
    .two-sixths-mobile,
    .two-thirds-mobile {float: left; margin-left: 2.564102564102564%; }
    .one-half-mobile,
    .three-sixths-mobile,
    .two-fourths-mobile {width: 48.717948717948715% !important; }
    .one-third-mobile,
    .two-sixths-mobile {width: 31.623931623931625% !important; }
    .four-sixths-mobile,
    .two-thirds-mobile {width: 65.81196581196582% !important; }
    .one-fourth-mobile {width: 23.076923076923077% !important; }
    .three-fourths-mobile {width: 74.35897435897436% !important; }
    .one-sixth-mobile {width: 14.52991452991453% !important; }
    .five-sixths-mobile {width: 82.90598290598291% !important; }
    .content .three-fourths,
    .content .two-thirds,
    .content .one-half,
    .full-width-mobile {clear: left; margin-left: 0; margin-right: 0; width: 100% !important; display: block; }
    .min-width-mobile {clear: left !important; margin-left: auto !important; margin-right: auto !important; width: 100% !important; min-width: 280px !important; max-width: 320px !important; }
    .first-mobile {clear: left; margin-left: 0 !important; }
    .left-mobile {float: left; }
    .right-mobile {float: right; }
    .float-none-mobile {float: none !important; }
    .clear-mobile {clear: both !important; }
    .clear-left-mobile {clear: left; }
    .clear-right-mobile {clear: right; }
    .text-left-mobile {text-align: left !important; }
    .text-right-mobile {text-align: right; }
    .center-mobile {text-align: center; }
    .inline-mobile {display: inline !important; }
    .inline-block-mobile {display: inline-block !important; }
    .block-mobile {display: block !important;} 
    .relative-mobile {position: relative !important; }
    .absolute-mobile {position: absolute !important; }
    .flat-mobile {margin-top: 0; margin-bottom: 0; }
    .closer-mobile {margin-bottom: 0; }
    .upper-mobile {margin-top: 0; }
    .wrap-mobile {white-space: normal;}
    .nowrap-mobile {white-space: nowrap;}
    .auto-mobile { margin-left: auto !important; margin-right: auto !important; float: none !important;}
}
@media (max-width:768px) {
    .maxw-show-768 {display: inherit; }
    .maxw-hide-768 {display:none !important; }
}
@media (max-width:750px) {
    .maxw-show-750 {display: inherit; }
    .maxw-hide-750 {display:none !important; }
}
@media (max-width:600px) {
    .table>* { display: block; }
    .table  { display: block; }
    .table > .hide { display:  none; }
    .maxw-show-600 {display: inherit !important; }
    .maxw-hide-600 {display:none !important; }
    /*
    .hide-min {display: none;}
    .show-min {display: inherit;}*/
}
@media (max-width:480px) {
    .maxw-show-480 {display:inherit; }
    .maxw-hide-480 {display:none !important; }

}
@media (max-width: 320px) {
    .hide {display: none;}
    .show-min {display:inherit; visibility:visible; }
    .table > .show-min {display: table-cell;}
    .hide-min {display:none !important; visibility:hidden; }
    .five-sixths-min,
    .four-sixths-min,
    .one-fourth-min,
    .one-half-min,
    .one-sixth-min,
    .one-third-min,
    .three-fourths-min,
    .three-sixths-min,
    .two-fourths-min,
    .two-sixths-min,
    .two-thirds-min {float: left; margin-left: 2.564102564102564%; }
    .one-half-min,
    .three-sixths-min,
    .two-fourths-min {width: 48.717948717948715%; }
    .one-third-min,
    .two-sixths-min {width: 31.623931623931625%; }
    .four-sixths-min,
    .two-thirds-min {width: 65.81196581196582%; }
    .one-fourth-min {width: 23.076923076923077%; }
    .three-fourths-min {width: 74.35897435897436%; }
    .one-sixth-min {width: 14.52991452991453%; }
    .five-sixths-min {width: 82.90598290598291%; }
    .full-width-min {clear: left!important; margin-left: 0!important; margin-right: 0!important; width: 100%!important; display: block; }
    .min-width-min {clear: left !important; margin-left: auto !important; margin-right: auto !important; width: 100% !important; min-width: 280px !important; max-width: 320px !important; }
    .first-min {clear: left; margin-left: 0 !important; }
    .left-min {float: left; }
    .right-min {float: right; }
    .float-none-min {float: none !important; }
    .clear-min {clear: both !important; }
    .clear-left-min {clear: left; }
    .clear-right-min {clear: right; }
    .text-left-min {text-align: left !important; }
    .text-right-min {text-align: right; }
    .center-min {text-align: center; }
    .table>* { display: block; }
    .table  { display: block; }
    .inline-min {display: inline !important; }
    .inline-block-min {display: inline-block !important; }
    .block-min {display: block !important; }
    .relative-min {position: relative !important; }
    .absolute-min {position: absolute !important; }
    .flat-min {margin-top: 0; margin-bottom: 0; }
    .closer-min {margin-bottom: 0; }
    .upper-min {margin-top: 0; }
    .wrap-min {white-space: normal;}
    .nowrap-min {white-space: nowrap;}
    .auto-min { margin-left: auto !important; margin-right: auto !important; float: none !important; }
}
