.rs-ie, .rs-edge, .rs-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.rs-control { position: relative; outline: 0 none; }
.rs-container { position: relative; }
.rs-control *, .rs-control *:before, .rs-control *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rs-animation .rs-transition
{
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.rs-bar
{
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.rs-control .rs-split .rs-path,
.rs-control .rs-overlay1,
.rs-control .rs-overlay2
{
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.rs-control .rs-overlay
{
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.rs-rounded .rs-seperator, .rs-split .rs-path {
    -webkit-background-clip: padding-box; 
    -moz-background-clip: padding; 
    background-clip: padding-box;
}
.rs-control.rs-error
{
    border: 1px dotted;
    text-align: center;
}
.rs-disabled {
    opacity: 0.35;
}
.rs-inner-container
{
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.rs-control .quarter div.rs-block { height: 200%; width: 200%; }
.rs-control .half.top div.rs-block,
.rs-control .half.bottom div.rs-block { height: 200%; width: 100%; }
.rs-control .half.left div.rs-block,
.rs-control .half.right div.rs-block { height: 100%; width: 200%; }
.rs-control .bottom .rs-block { top: auto; bottom: 0; }
.rs-control .right .rs-block { right: 0; }
.rs-block.rs-outer { -webkit-border-radius: 1000px; border-radius: 1000px; }
.rs-block
{
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 3;
}
.rs-block .rs-inner
{
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}
.rs-overlay { width: 50%; }
.rs-overlay1, .rs-overlay2 { width: 100%; }
.rs-overlay, .rs-overlay1, .rs-overlay2
{
    position: absolute;
    background-color: white;
    z-index: 3;
    top: 0;
    height: 50%;
}
.rs-bar
{
    display: block;
    position: absolute;
    bottom: 0;
    height: 0;
    z-index: 10;
}
.rs-bar.rs-rounded {
    z-index: 5;
}
.rs-bar .rs-seperator {
    height: 0px;
    display: block;
    float: left;
}
.rs-bar:not(.rs-rounded) .rs-seperator {
    border-left: none;
    border-right: none;
}
.rs-bar.rs-start  .rs-seperator { border-top: none; }
.rs-bar.rs-end  .rs-seperator { border-bottom: none; }
.rs-bar.rs-start.rs-rounded .rs-seperator { border-radius: 0 0 1000px 1000px; }
.rs-bar.rs-end.rs-rounded .rs-seperator { border-radius: 1000px 1000px 0 0; }
.full .rs-bar, .half .rs-bar { width: 50%; }
.half.left .rs-bar, .half.right .rs-bar, .quarter .rs-bar { width: 100%; }
.full .rs-bar, .half.left .rs-bar, .half.right .rs-bar { top: 50%; }
.bottom .rs-bar { top: 0; }
.half.right .rs-bar, .quarter.right .rs-bar { right: 100%; }

.rs-handle.rs-move { cursor: move; }
.rs-readonly .rs-handle.rs-move { cursor: default; }
.rs-classic-mode .rs-path { display: block; height: 100%; width: 100%; }
.rs-split .rs-path
{
    -webkit-border-radius: 1000px 1000px 0 0;
    border-radius: 1000px 1000px 0 0;
    overflow: hidden;
    height: 50%;
    position: absolute;
    top: 0;
    z-index: 2;
}
.rs-control .rs-svg-container {
    display: block;
    position: absolute;
    top: 0;
}
.rs-control .bottom .rs-svg-container {
    top: auto;
    bottom: 0;
}
.rs-control .right .rs-svg-container {
    right: 0;
}
.rs-tooltip
{
    position: absolute;
    cursor: default;
    border: 1px solid transparent;
    z-index: 5;
}
.full .rs-tooltip { top: 50%; left: 50%; }
.bottom .rs-tooltip { top: 0; } 
.top .rs-tooltip { bottom: 0; }
.right .rs-tooltip { left: 0; }
.left .rs-tooltip { right: 0; }
.half.top .rs-tooltip, .half.bottom .rs-tooltip { left: 50%; }
.half.left .rs-tooltip, .half.right .rs-tooltip { top: 50%; }
.rs-tooltip .rs-input { outline: 0 none; border: none; background: transparent; }
.rs-tooltip-text { font-family: 'Open Sans', sans-serif; font-size: 13px; border-radius: 7px; text-align: center; }
.rs-tooltip.edit { padding: 5px 8px; }
.rs-tooltip.hover, .rs-tooltip.edit:hover { border: 1px solid #AAAAAA; cursor: pointer; }
.rs-readonly .rs-tooltip.edit:hover { border-color: transparent; cursor: default; }
.rs-tooltip.rs-center { margin: 0px !important; }
.half.top .rs-tooltip.rs-center,
.half.bottom .rs-tooltip.rs-center {
    transform: translate(-50%, 0px);
}
.half.left .rs-tooltip.rs-center,
.half.right .rs-tooltip.rs-center {
    transform: translate(0px, -50%);
}
.full .rs-tooltip.rs-center {
    transform: translate(-50%, -50%);
}
.rs-tooltip.rs-reset { margin: 0px !important; top: 0px !important; left: 0px !important; }
.rs-handle { border-radius: 1000px; outline: 0 none; float: left; }
.rs-handle.rs-handle-square { border-radius: 0px; }
.rs-handle-dot { border: 1px solid #AAAAAA; padding: 6px; }
.rs-handle-dot:after {
    display: block;
    content: "";
    border: 1px solid #AAAAAA;
    height: 100%;
    width: 100%;
    border-radius: 1000px;
}
.rs-seperator { border: 1px solid #AAAAAA; }
.rs-border { border: 0; }
.rs-path-color { background-color: #FFFFFF; }
.rs-range-color { background-color: #54BBE0; }
.rs-bg-color { background-color: #FFFFFF; }
.rs-handle { background-color: #838383; }
.rs-handle-dot { background-color: #FFFFFF; }
.rs-handle-dot:after { background-color: #838383; }
.rs-svg-mode .rs-path {
    stroke: #FFFFFF;
}
.rs-svg-mode .rs-range {
    stroke: #54BBE0;
}
.rs-svg-mode .rs-border {
    stroke: #AAAAAA;
}


.price_packs{
	margin-top:20px;
	text-align:center;
}
.price_packs .gt3_row-fluid > div{
	margin-bottom:60px;
}
.price_packs-item-title {
    background: #281d17;
	padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
}
.price_packs-item-title h5 {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
	margin-bottom:0;
}
.price_packs-item-subtitle{
	background: #733b08;
    background: -moz-linear-gradient(to right, #9c6a30 0%,#fbd58c 50%,#b77f34 100%);
    background: -webkit-linear-gradient(to right, #9c6a30 0%,#fbd58c 50%,#b77f34 100%);
    background: linear-gradient(to right, #9c6a30 0%,#fbd58c 50%,#b77f34 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#733b08', endColorstr='#e5bf86',GradientType=1 );
	color:#281d17;
    padding: 7px 20px;
}
.price_packs-item-subtitle h6 {
	color: #3b2819;
    line-height: 16px;
	font-size: 13px;
	margin-bottom:0;
}
.price_packs-item-price_box{
	padding: 7px 20px;
}
.price_packs-item-price{
    font-size: 28px;
    color: #3b2819;
    line-height: 32px;
    display: inline;
    font-family: 'Open Sans', sans-serif;
}
.price_packs-item-measure {
    display: inline;
    color: #3b2819;
    font-weight: 400;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
}
.price_packs-item-measure span {
    font-size: 13px;
    line-height: 18px;
}
.price_packs-item-image img{
	display:block;
	width:100%;
	height:auto;
}
.price_packs-item-info *{
	font-size: 14px;
    line-height: 16px;
}
.price_packs-item-info b {
    font-weight: normal;
}
.price_packs-item-info-title,.price_packs-item-info-value{
    color: #3b2819;
    padding: 5px 4px;
    background: #eee;
}
.price_packs-item-info-value{
    background: #fff;
}
.price_packs-item-summ{
	padding: 9px 20px;
    background-color: #281d17;
    color: #fff;
}
.price_packs-item-summ-title{
	display: inline;
	margin-bottom: 5px;
	font-size: 12px;
    line-height: 16px;
}
.price_packs-item-summ-currency {
    font-size: 12px;
    line-height: 16px;
}
.price_packs-item-summ-value{
	font-weight:bold;
	font-size: 28px;
    line-height: 33px;
}

.price_packs .rs-tooltip-text__description{
	display: block;
    line-height: 18px;
    margin-top: -5px;
    padding: 0 30px;
    font-size: 15px;
    padding-bottom: 10px;
}
.price_packs .rs-tooltip-text__area {
    font-size: 44px;
    line-height: 43px;
    display: block;
    font-weight: bold;
    color: #281d17;
}
.price_packs .rs-tooltip-text__period {
	font-size: 15px;
    line-height: 18px;
}
.price_packs .rs-handle.rs-focus, .price_packs .rs-handle.rs-move{
    border: 6px solid #186460;
    width: 36px;
    height: 36px;
    background-color: #fff;
    display: block;
    position: relative;
    margin: -18px -6px 0!important;
}
.price_packs .rs-handle.rs-focus:before, .price_packs .rs-handle.rs-move:before{
    border-radius: 50%;
    background: #bd863e;
    width: 10px;
    height: 10px;
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    border: none;
}
.price_packs .rs-handle:after{
    border: none;
    background: 0 0;
}
.price_packs .rs-range-color {
    background-color: #bd863e;
}
.price_packs .rs-path-color {
    background-color: #FFFFFF;
}
.price_packs .rs-control{
	margin:0 auto;
}

.price_packs span.rs-block:after {
    border-radius: 50%;
    width: calc(100% - 36px);
    height: calc(100% - 36px);
    border: 8px solid #fff;
    display: block;
    position: absolute;
    left: 18px;
    top: 18px;
    content: '';
}
.price_packs span.rs-block:before {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 8px solid #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}

.price_packs .rs-border {
    border: none;
    -webkit-box-shadow: inset 0 0 30px 0 #dcdcdc;
    box-shadow: inset 0 0 30px 0 #dcdcdc;
}
.price_packs .rs-inner-container {
    -webkit-box-shadow: 0 0 30px 0 #dcdcdc;
    box-shadow: 0 0 30px 0 #dcdcdc;
    border-radius: 50%;
}

.price_packs-area{
	display: flex;
    align-items: flex-start;
    justify-content: center;
}

@media (max-width: 767px) {
	.gt3_row-fluid.price_packs .gt3_col4 {
		display: inline-block;
		float: left;
		width: 32.5%;
		margin-left: 1.2%;
	}
	.gt3_row-fluid.price_packs .gt3_row-fluid [class*="gt3_col"]:first-child,.gt3_row-fluid.price_packs .gt3_row-fluid [class*="gt3_col"]:nth-child(3n+1) {
		margin-left: 0;
	}
	.gt3_row-fluid.price_packs .gt3_col4:nth-child(3n+1){
		clear:both;
	}
	.gt3_row-fluid.price_packs .gt3_col4.price_packs-area{
		margin-left: 0;
		width:100%;
	}
	.price_packs-item-title,.price_packs-item-subtitle{
		padding: 7px 10px;
		font-size: 10px;
		line-height: 14px;
	}
	.price_packs-item-summ-title{
		display:block;
	}
	.price_packs-item-title h5,.price_packs-item-subtitle h6 {
		font-size: 10px;
		line-height: 14px;
	}
	.price_packs-item-price {
		font-size: 18px;
		line-height: 14px;
	}
	.price_packs-item-price_box,.price_packs-item-summ {
		padding: 10px 10px;
	}
    .price_packs-item-measure {
		display: inline;
		font-size: 13px;
		line-height: 18px;
    }
	.price_packs-item-info * {
		font-size: 11px;
		line-height: 14px;
	}
	.price_packs-item-summ * {
		font-size: 12px;
		line-height:16px;
	}
	.price_packs .price_item_btn a.shortcode_button.btn_type1 {
		padding: 4px 15px !important;
		font-size: 11px !important;
		font-weight: 600 !important;
		height: 24px !important;
		line-height: 24px !important;
	}
	.price_packs .gt3_row-fluid > div {
		margin-bottom: 30px;
	}
	.price_packs-item-info{
		display:none;
	}
}