/*
 * content - remove from wolf6 after implementation
 * :root
 * .night:root -> rf-darkmode, rf-night
 * .round -> .rf-round
 * elementor
 * former
 * card
 * tabzone
 * area
 */
:root { 
  --reform-default: #2ba0c2;
  --reform-green: #cdea75;
  --reform-violette: #9275ea;
  --reform-gray: #c8c8c8;
  --reform-grayblue:#98b4bf;
  --reform-darkred:#b94b4b;
  --reform-positive:#28a745;
  --reform-negative:#dc3545;
  --reform-sub:#ccc;
  --reform-light:#efefef;
  --reform-lighter:#f2f2f2;
  --reform-superlight:#eee;
  --reform-prewhite:#f3f3f3;
  --reform-white:#fff;
  --reform-middark:#5f5f5f;
  --reform-dark:#333;
  --reform-darker:#121212;
  --reform-darkest:#000;
  --reform-primary:#2ba0c2;
  --reform-secondary:#daad22;
   --reform-breakpoint-xs: 360px;
  --reform-breakpoint-s: 640px;
--reform-breakpoint-m: 960px;
--reform-breakpoint-l: 1200px;
--reform-breakpoint-xl: 1600px;
}
.rf-night,.rf-darkmode{
  --reform-green: #cdea75;
  --reform-violette: #9275ea;
  --reform-gray: #c8c8c8;
  --reform-grayblue:#98b4bf;
  --reform-darkred:#b94b4b;
  --reform-positive:#28a745;
  --reform-negative:#dc3545;
  --reform-sub:#333;
  --reform-light:#101010;
  --reform-lighter:#0d0d0d;
  --reform-superlight:#111111;
  --reform-prewhite:#010101;
  --reform-white:#000;
  --reform-middark:#5f5f5f;
  --reform-dark:#cccccc;
  --reform-darker:#ededed;
  --reform-darkest:#fff;
  --reform-primary:#2ba0c2;
  --reform-secondary:#daad22;
}

body{
	line-height:1.5;
}
h6{
	font-size:1rem;
}
h5{
	font-size:1.1rem;
}
h4{
	font-size:1.2rem;
}
h3{
	font-size:1.3rem;
}
h2{
	font-size:1.4rem;
}
h1{
	font-size:1.5rem;
}
h1,h2,h3,h4,h5,h6{
	color:var(--reform-dark);
	font-weight:lighter;
	padding:5px;
	margin:15px 0 15px 0;
}

/*colors*/

.rf-background-green{
	background-color:var(--reform-green);
}
.rf-background-violette{
	background-color:var(--reform-violette);
}
.rf-background-gray{
	background-color:var(--reform-gray);
}
.rf-background-grayblue{
	background-color:var(--reform-grayblue);
}
.rf-background-darkred{
	background-color:var(--reform-darkred);
}
.rf-background-positive{
	background-color:var(--reform-positive);
}
.rf-background-negative{
	background-color:var(--reform-negative);
}
.rf-background-sub{
	background-color:var(--reform-sub);
}
.rf-background-light{
	background-color:var(--reform-light);
}
.rf-background-lighter{
	background-color:var(--reform-lighter);
}
.rf-background-superlight{
	background-color:var(--reform-superlight);
}
.rf-background-prewhite{
	background-color:var(--reform-prewhite);
}
.rf-background-white{
	background-color:var(--reform-white);
}
.rf-background-dark{
	background-color:var(--reform-dark);
}
.rf-background-darker{
	background-color:var(--reform-darker);
}
.rf-background-darkest{
	background-color:var(--reform-darkest);
}
.rf-background-primary{
	background-color:var(--reform-primary);
}
.rf-background-secondary{
	background-color:var(--reform-secondary);
}

.rf-text-green{
	color:var(--reform-green);
}
.rf-text-violette{
	color:var(--reform-violette);
}
.rf-text-gray{
	color:var(--reform-gray);
}
.rf-text-grayblue{
	color:var(--reform-grayblue);
}
.rf-text-darkred{
	color:var(--reform-darkred);
}
.rf-text-positive{
	color:var(--reform-positive);
}
.rf-text-negative{
	color:var(--reform-negative);
}
.rf-text-sub{
	color:var(--reform-sub);
}
.rf-text-light{
	color:var(--reform-light);
}
.rf-text-lighter{
	color:var(--reform-lighter);
}
.rf-text-superlight{
	color:var(--reform-superlight);
}
.rf-text-prewhite{
	color:var(--reform-prewhite);
}
.rf-text-white{
	color:var(--reform-white);
}
.rf-text-dark{
	color:var(--reform-dark);
}
.rf-text-darker{
	color:var(--reform-darker);
}
.rf-text-darkest{
	color:var(--reform-darkest);
}
.rf-text-primary{
	color:var(--reform-primary);
}
.rf-text-secondary{
	color:var(--reform-secondary);
}
.rf-hidden{
	display:none;
}
.rf-text-tiny{
	font-size:.5rem;
}
.rf-text-smallest{
	font-size:.65rem;
}
.rf-text-smaller{
	font-size:.8rem;
}
.rf-text-big{
	font-size:1.5rem;
}
.rf-text-bigger{
	font-size:2rem;
}
.rf-text-monster{
	font-size:5rem;
}
.rf-text-ultimative{
	font-size:10rem;
}
.rf-cursor-pointer{
	cursor:pointer;
}

/*reform*/
input[type="file"],input[type="file"]:focus,
input[type="color"],input[type="color"]:focus{
	background:#fff;
	cursor:default;
	border:0;
	cursor:pointer;
}
select{
	border-radius:0;
	background:#fff;
}
input[type="range"] {
  -moz-appearance: none;
  margin-right: 15px;
  height: 7px;
  background: #ccc;
  padding:0;
  margin:10px 0 10px 0;
  cursor:ew-resize;
}

input[type="range"]::-moz-slider-thumb {
  -moz-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: var(--reform-default);
  cursor: ew-resize;
}

input[type=range]::-moz-slider-runnable-track  {
  -moz-appearance: none;
  box-shadow: none;
  border: none;
  background-color: #ccc;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: var(--reform-default);
  cursor: ew-resize;
}

input[type=range]::-webkit-slider-runnable-track  {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background-color: #ccc;
}
input[type="range"]::-ms-slider-thumb {
  -ms-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: var(--reform-default);
  cursor: ew-resize;
}

input[type=range]::-ms-slider-runnable-track  {
  -ms-appearance: none;
  box-shadow: none;
  border: none;
  background-color: #ccc;
}

.dynamic-input .predefined.elements{
	display:none;
}
.dynamic-input{
	position:relative;
}
.dynamic-input ul{
	position:absolute;
	outline:1px solid #ccc;
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
	display:block;
	z-index:1000;
	background:#fff;
}
.dynamic-input ul li{
	padding:5px;
	border-bottom:1px solid #ccc;
	cursor:pointer;
}
.dynamic-input ul li.default{
	color:#ccc;
	font-style:italic;
	font-size:smaller;
}
.dynamic-input ul li:hover{
	background:#efefef;
}
.dynamic-input ul li:last-child{
	border-bottom:0;
}

/*darkmode*/
.rf-night,.rf-darkmode{
	filter: grayscale(50%) sepia(50%);
	transition:filter 1s;
}
.rf-filter-grayscale{
	filter: grayscale(100%);
}
.rf-filter-halfscale{
	filter: grayscale(50%);
}
.rf-filter-blur{
	filter: blur(2px);
}
.rf-filter-grayscale-blur{
	filter: grayscale(100%) blur(2px);
}
.rf-filter-halfscale-blur{
	filter: grayscale(50%) blur(2px);
}
.rf-filter-transparent{
	opacity:.5;
}
.rf-filter-dark{
	filter: brightness(50%);
}
.rf-filter-darker{
	filter: brightness(25%);
}
.rf-filter-dark-blur{
	filter: brightness(50%) blur(2px);
}
.rf-filter-darker-blur{
	filter: brightness(25%) blur(2px);
}

/*elementor*/
.elementor.tag-box span{
	display:inline-block;
	padding:5px 10px 5px 20px;
	background:var(--reform-primary);
	color:var(--reform-white);
	position:relative;
	cursor:pointer;
	margin:1px;
	border-radius:3px;
}
.elementor.tag-box input{
	display:none;
}
.elementor.tag-box span:before{
	content:'\f00d';
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	position:absolute;
	top:6px;
	left:5px;
	color:var(--reform-white);
}
.elementor.tag-box span:hover{
	background:var(--reform-negative);
	transition:background .5s;
}

/*former elements*/
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container.inline{
	display:inline-block;
	margin-right:10px;
	margin-left:10px;
}
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
}
.checkmark.toggle {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 30px;
  background-color: #ccc;
  -webkit-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
}

.container:hover input ~ .checkmark {
  background-color: #bbb;
}

.container input:checked ~ .checkmark {
  background-color: var(--reform-default);
}
.container input:checked ~ .checkmark.secondary {
  background-color: var(--reform-secondary);
}
.container input:checked ~ .checkmark.negative {
  background-color: var(--reform-negative);
}
.container input:checked ~ .checkmark.positive {
  background-color: var(--reform-positive);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark.checkbox:after {
  left: 6px;
  top: 0px;
  width: 10px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container .checkmark.toggle:after {
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  background:#fff;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display:block;
} 
.container input:checked ~ .checkmark.toggle:after{
	left:auto;
	right:2px;
}

.container .checkmark.radio{
	border-radius: 50%;
}
.container .checkmark.radio:after {
	width: 15px;
	height: 15px;
	background: #eee;
	left: 5px;
	top: 5px;
	border-radius: 50%;
}

/*tab zone*/
.tabzone .tab-label{
	background-color:var(--reform-white);
	padding:15px;
	border-bottom:1px solid #ececec;
}
.tabzone .tab-label:before{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f204";
	margin-right:15px;
	font-size:1rem;
	color:#666;
}
.tabzone .tab-label.active:before{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f205";
	margin-right:15px;
	font-size:1rem;
	color:orange;
}
.tabzone .tab-content{
	padding:10px;
	display:none;
}
.tabzone .tab-content.active{
	display:block;
}

/*tab-area*/
.tab-area ul.tab-navigation{
	list-style-type:none;
	margin:0;
	padding:0;
	margin:15px 0 0 0;
}
.tab-area ul.tab-navigation li{
	display:block;
	cursor:pointer;
	background-color:var(--reform-white);
	padding:10px;
	border-bottom:2px solid transparent;
	color:var(--reform-dark);
	font-weight:lighter;
}
.tab-area ul.tab-navigation li.active{
	color:var(--reform-darker);
	border-bottom:2px solid var(--reform-primary);
}
.tab-area .tab-content{
	display:none;
	border-top:1px solid var(--reform-light);
	margin-bottom:100px;
	padding:10px;
}
.tab-area .tab-content.active{
	display:block;
}

/*tab box*/
.tab-box,
.single-tab-box{
	background-color:var(--reform-white);
	border-radius:10px;
	border:1px solid #e5e5e5;
	margin:15px;
}
.tab-box .element,
.single-tab-box .element{
	border-bottom:1px solid #e5e5e5;
	cursor:pointer;
}
.tab-box .element:first-child .title{
	border-radius:10px 10px 0 0;
}
.tab-box .element:last-child .title{
	border-radius:0 0 10px 10px;
}
.tab-box .element:last-child{
	border-bottom:0;
	border-radius:0 0 10px 10px;
}
.single-tab-box .element{
	border:0;
}
.single-tab-box .element .title{
	border-radius:10px;
}
.tab-box .element .title,
.single-tab-box .element .title{
	position:relative;
	padding:25px;
}
.tab-box .element:hover .title,
.single-tab-box .element:hover .title{
	background:#f8f6f5;
}

.tab-box .element .title:after,
.single-tab-box .element .title:after{
	font-family: "WRFontsRegulare";
    content: "\f013";
	font-size:1rem;
	position:absolute;
	right:30px;
	top:25px;
}
.tab-box .element.active .title:after,
.single-tab-box .element.active .title:after{
	font-family: "WRFontsRegulare";
    content: "\f012";
	font-size:1rem;
	position:absolute;
	right:30px;
	top:25px;
}

.tab-box .element.external .title:after,
.single-tab-box .element.external .title:after{
	font-family: "WRFontsRegulare";
    content: "\f095";
	font-size:1rem;
	position:absolute;
	right:30px;
	top:25px;
}
.tab-box .element .title i,
.single-tab-box .element .title i{
	font-size:1.2rem;
	padding:0px 20px 0px 20px;
	width:50px;
}
.tab-box .element .content,
.single-tab-box .element .content{
	padding:15px 15px 15px 80px;
	display:none;
	border-top:1px solid #e5e5e5;
	color:var(--reform-middark);
	font-size:.75rem;
}
.tab-box .element.active .content,
.single-tab-box .element.active .content{
	display:block;
}

/*position*/
.rf-sticky{
	position:sticky;
	top:0;
	z-index:2000;
}
.rf-absolute{
	position:absolute;
}
.rf-relative{
	position:relative;
}

/*card*/
.wr-card *{
	box-sizing:border-box;
}
.wr-card{
	background-color: var(--reform-white);
	margin: 5px;
	min-height:80px;
	transform: scale(1);
	position:relative;
	padding:5px;
}
.wr-card.border{
	border:5px solid var(--reform-sub);
}
.wr-card .badge{
	position: absolute;
	color: var(--reform-white);
	font-size:10px;
	padding:3px;
}
.wr-card .corner{
	position: absolute;
	color: var(--reform-white);
	width:40px;
	height:40px;
	text-align:right;
	padding-right:4px;
	padding-top:4px;
	background: linear-gradient(to top right, transparent 0%, transparent 50%, var(--data-color) 50%, var(--data-color) 100%);
}
.wr-card:hover{
	  box-shadow: 2px 2px 5px rgba(0,0,0,.3);
	  transform: scale(1.025);
	  transition: box-shadow .5s,transform .5s;
}

/*flipcard*/
.rf-flipcard{
	background-color: transparent;
	perspective: 1000px;
	height: 360px;
}
.rf-flipcard .inner{
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}
.rf-flipcard .back{
	transform: rotateY(180deg);
	background:var(--reform-white);
}
.rf-flipcard:hover .inner{
	 transform: rotateY(180deg);
}
.rf-flipcard .front, .rf-flipcard .back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*list 1*/
ul.rf-list{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.rf-list li{
	padding:5px;
	padding-left:15px;
	border-bottom:1px solid rgba(0,0,0,.1);
}
ul.rf-list li:last-child{
	border-bottom:0;
}
ul.rf-list li:hover{
	background:rgba(255,255,255,.1);
}

/*masonry*/
.rf-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.rf-masonry{
	column-gap: 10px;
	padding:10px;
}
.rf-masonry figure{
	margin: 0;
	display: grid;
	grid-template-rows: 1fr auto;
	margin-bottom: 10px;
	break-inside: avoid;
}
.rf-masonry figure  > .rf-masonry-content{
	grid-row: 1 / -1;
	grid-column: 1;
}

/*layout*/
.rf-round{
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
.rf-circle{
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.pos-t{
	top:0;
}
.pos-l{
	left:0;
}
.pos-r{
	right:0;
}
.pos-b{
	bottom:0;
}
.pos-m-t{
	top:3px;
}
.pos-m-l{
	left:3px;
}
.pos-m-r{
	right:3px;
}
.pos-m-b{
	bottom:3px;
}
.pos-sn-t{
	top:-2px;
}
.pos-sn-l{
	left:-2px;
}
.pos-sn-r{
	right:-2px;
}
.pos-sn-b{
	bottom:-2px;
}
.pos-mn-t{
	top:-5px;
}
.pos-mn-l{
	left:-5px;
}
.pos-mn-r{
	right:-5px;
}
.pos-mn-b{
	bottom:-5px;
}
.rf-nopadding{
	padding:0 !important;
}
.rf-padding{
	padding:5px;
}
.rf-padding-m{
	padding:10px;
}
.rf-padding-l{
	padding:15px;
}
.rf-nomargin{
	margin:0 !important;
}
.rf-margin{
	margin:5px;
}
.rf-margin-m{
	margin:10px;
}
.rf-margin-l{
	margin:15px;
}
.rf-grid.rf-gap{
	gap:5px;
}
.rf-grid.rf-gap-m{
	gap:10px;
}
.rf-grid.rf-gap-l{
	gap:15px;
}
.rf-border{
	border:1px solid #ccc;
}
.rf-bold{
	font-weight:bold;
}
.rf-italic{
	font-style:italic;
}
.rf-flex{
	display:flex;
}
.rf-flex-middle {
  align-items: center;
}
.rf-flex-center {
  justify-content: center;
}
.rf-shadow{
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.rf-full-width{
	width:100%;
}
.rf-auto-width{
	width:auto;
}
.rf-box-center{
	margin:0 auto;
}
.rf-align-left{
	text-align:left;
}
.rf-align-right{
	text-align:right;
}
.rf-align-center{
	text-align:center;
}


/*animations*/
.rf-hover:hover{
	transform:scale(1.1);
	transition:transform .3s;
}
.rf-hover-spin:hover{
	transform:scale(1.1) rotate(360deg);
	transition:transform .3s;
}
.rf-animation-slideup
{
	animation: rf-animation-slideup .3s;
	animation-delay: .5s;
	animation-fill-mode: forwards;
	visibility: hidden;
}
.rf-animation-down
{
	animation: rf-animation-down .3s;
	animation-delay: .5s;
	animation-fill-mode: forwards;
	visibility: visible;
}
.rf-animation-blink
{
	animation: rf-animation-blink 3s infinite;
}
@keyframes rf-animation-slideup { 
    0%{
		visibility: hidden;
		opacity: 0;
		transform: translateY(100%);
	}
    100%{
		visibility: visible;
		opacity: 1;
		transform: translateY(0%);
	}
}
@keyframes rf-animation-down { 
    0%{
		visibility: visible;
		opacity: 1;
		transform: translateY(0%);
	}
	100%{
		visibility: hidden;
		opacity: 0;
		transform: translateY(100%);
	}
}
@keyframes rf-animation-blink {
     0% { opacity: 1; }
	50% { opacity: 0.3; }
    100% { opacity: 1; }
}


[class*="rf-col"] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

[class*="rf-show"] {
  display:none;
}
[class*="rf-hide"] {
  display:none;
}
@media (min-width: 1px) {
	.rf-show\@xs{
		 display:block;
	}
	.rf-hide\@xs{
		 display:none;
	}
	.rf-col-1\@xs{
		width:calc(100% / 12);
	}
	.rf-col-2\@xs{
		width:calc(100% / 6);
	}
	.rf-col-3\@xs{
		width:25%;
	}
	.rf-col-4\@xs{
		width:33.333%;
	}
	.rf-col-5\@xs{
		width:calc(100% / 12 * 5);
	}
	.rf-col-6\@xs{
		width:50%;
	}
	.rf-col-7\@xs{
		width:calc(100% / 12 * 7);
	}
	.rf-col-8\@xs{
		width:calc(100% / 12 * 8);
	}
	.rf-col-9\@xs{
		width:calc(100% / 12 * 9);
	}
	.rf-col-10\@xs{
		width:calc(100% / 12 * 10);
	}
	.rf-col-11\@xs{
		width:calc(100% / 12 * 11);
	}
	.rf-col-12\@xs{
		width:100%;
	}
	.rf-col-fill\@xs{
		flex: 1;
		min-width: 1px;
	}
	.rf-col-auto\@xs{
		width:auto;
	}
	.rf-masonry-1\@xs{
		column-count: 1;
	}
	.rf-masonry-2\@xs{
		column-count: 2;
	}
	.rf-masonry-3\@xs{
		column-count: 3;
	}
	.rf-masonry-4\@xs{
		column-count: 4;
	}
	.rf-masonry-5\@xs{
		column-count: 5;
	}
	.rf-masonry-6\@xs{
		column-count: 6;
	}
}
@media (min-width: 640px){
	.tab-area ul.tab-navigation li{
		display:inline-block;
	}
	.rf-show\@s{
		 display:block;
	}
	.rf-hide\@s{
		 display:none;
	}
	.rf-col-1\@s{
		width:calc(100% / 12);
	}
	.rf-col-2\@s{
		width:calc(100% / 6);
	}
	.rf-col-3\@s{
		width:25%;
	}
	.rf-col-4\@s{
		width:33.333%;
	}
	.rf-col-5\@s{
		width:calc(100% / 12 * 5);
	}
	.rf-col-6\@s{
		width:50%;
	}
	.rf-col-7\@s{
		width:calc(100% / 12 * 7);
	}
	.rf-col-8\@s{
		width:calc(100% / 12 * 8);
	}
	.rf-col-9\@s{
		width:calc(100% / 12 * 9);
	}
	.rf-col-10\@s{
		width:calc(100% / 12 * 10);
	}
	.rf-col-11\@s{
		width:calc(100% / 12 * 11);
	}
	.rf-col-12\@s{
		width:100%;
	}
	.rf-col-fill\@s{
		flex: 1;
		min-width: 1px;
	}
	.rf-col-auto\@s{
		width:auto;
	}
	.rf-masonry-1\@s{
		column-count: 1;
	}
	.rf-masonry-2\@s{
		column-count: 2;
	}
	.rf-masonry-3\@s{
		column-count: 3;
	}
	.rf-masonry-4\@s{
		column-count: 4;
	}
	.rf-masonry-5\@s{
		column-count: 5;
	}
	.rf-masonry-6\@s{
		column-count: 6;
	}
}
@media (min-width: 960px) {
	.rf-show\@m{
		 display:block;
	}
	.rf-hide\@m{
		 display:none;
	}
	.rf-col-1\@m{
		width:calc(100% / 12);
	}
	.rf-col-2\@m{
		width:calc(100% / 6);
	}
	.rf-col-3\@m{
		width:25%;
	}
	.rf-col-4\@m{
		width:33.333%;
	}
	.rf-col-5\@m{
		width:calc(100% / 12 * 5);
	}
	.rf-col-6\@m{
		width:50%;
	}
	.rf-col-7\@m{
		width:calc(100% / 12 * 7);
	}
	.rf-col-8\@m{
		width:calc(100% / 12 * 8);
	}
	.rf-col-9\@m{
		width:calc(100% / 12 * 9);
	}
	.rf-col-10\@m{
		width:calc(100% / 12 * 10);
	}
	.rf-col-11\@m{
		width:calc(100% / 12 * 11);
	}
	.rf-col-12\@m{
		width:100%;
	}
	.rf-col-fill\@m{
		flex: 1;
		min-width: 1px;
	}
	.rf-col-auto\@m{
		width:auto;
	}
	.rf-masonry-1\@m{
		column-count: 1;
	}
	.rf-masonry-2\@m{
		column-count: 2;
	}
	.rf-masonry-3\@m{
		column-count: 3;
	}
	.rf-masonry-4\@m{
		column-count: 4;
	}
	.rf-masonry-5\@m{
		column-count: 5;
	}
	.rf-masonry-6\@m{
		column-count: 6;
	}
}
@media (min-width: 1200px) {
	.rf-show\@l{
		 display:block;
	}
	.rf-hide\@l{
		 display:none;
	}
	.rf-col-1\@l{
		width:calc(100% / 12);
	}
	.rf-col-2\@l{
		width:calc(100% / 6);
	}
	.rf-col-3\@l{
		width:25%;
	}
	.rf-col-4\@l{
		width:33.333%;
	}
	.rf-col-5\@l{
		width:calc(100% / 12 * 5);
	}
	.rf-col-6\@l{
		width:50%;
	}
	.rf-col-7\@l{
		width:calc(100% / 12 * 7);
	}
	.rf-col-8\@l{
		width:calc(100% / 12 * 8);
	}
	.rf-col-9\@l{
		width:calc(100% / 12 * 9);
	}
	.rf-col-10\@l{
		width:calc(100% / 12 * 10);
	}
	.rf-col-11\@l{
		width:calc(100% / 12 * 11);
	}
	.rf-col-12\@l{
		width:100%;
	}
	.rf-col-fill\@l{
		flex: 1;
		min-width: 1px;
	}
	.rf-col-auto\@l{
		width:auto;
	}
	.rf-masonry-1\@l{
		column-count: 1;
	}
	.rf-masonry-2\@l{
		column-count: 2;
	}
	.rf-masonry-3\@l{
		column-count: 3;
	}
	.rf-masonry-4\@l{
		column-count: 4;
	}
	.rf-masonry-5\@l{
		column-count: 5;
	}
	.rf-masonry-6\@l{
		column-count: 6;
	}
}
