
@media (max-width: 1000px) {

	.hidden-s{
		display:none;
	}

	.visible-s{
		display:block;
	}

	.wrapper{
		overflow-x:hidden;
	}

	.wrap, .wrap-lg{
		padding:0 10px
	}

	.c-hamburger,
	.c-hamburger-market {
		display: block;
		position: relative;
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 24px!important;
		height: 32px;
		font-size: 0;
		text-indent: -9999px;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		cursor: pointer;
		background:none;
		border:0;
		/* transition: background 0.3s; */
	}

	.c-hamburger span,
	.c-hamburger-market span{
		display: block;
		position: absolute;
		top: 16px;
		left: 0px;
		right: 0px;
		height: 2px;
		background: var(--secondary);
	}

	.c-hamburger span::before,
	.c-hamburger span::after,
	.c-hamburger-market span::before,
	.c-hamburger-market span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: var(--secondary);
		content: "";
	}

	.btn-stroke:hover.c-hamburger span,
	.btn-stroke:hover.c-hamburger span::before,
	.btn-stroke:hover.c-hamburger span::after,
	.btn-stroke:hover.c-hamburger-market span,
	.btn-stroke:hover.c-hamburger-market span::before,
	.btn-stroke:hover.c-hamburger-market span::after{
		background-color:#A72072
	}

	.btn-stroke:hover.c-hamburger--htx.is-active span,
	.btn-stroke:hover.c-hamburger-market--htx.is-active span{
		background:none;
	}

	.c-hamburger span::before,
	.c-hamburger-market span::before {
		top: -7px;
	}

	.c-hamburger span::after,
	.c-hamburger-market span::after {
		bottom: -7px;
	}


	.c-hamburger--htx span,
	.c-hamburger-market--htx span {
		transition: background 0s 0.3s;
	}

	.c-hamburger--htx span::before,
	.c-hamburger--htx span::after,
	.c-hamburger-market--htx span::before,
	.c-hamburger-market--htx span::after {
		transition-duration: 0.3s, 0.3s;
		transition-delay: 0.3s, 0s;
	}

	.c-hamburger--htx span::before,
	.c-hamburger-market--htx span::before {
		transition-property: top, transform;
	}

	.c-hamburger--htx span::after,
	.c-hamburger-market--htx span::after {
		transition-property: bottom, transform;
	}

	/* active state, i.e. menu open */
	.c-hamburger--htx.is-active,
	.c-hamburger-market--htx.is-active {

	}

	.c-hamburger--htx.is-active span,
	.c-hamburger-market--htx.is-active span {
		background: none;
	}

	.c-hamburger--htx.is-active span::before,
	.c-hamburger-market--htx.is-active span::before {
		top: 0;
		transform: rotate(45deg);
	}

	.c-hamburger--htx.is-active span::after,
	.c-hamburger-market--htx.is-active span::after {
		bottom: 0;
		transform: rotate(-45deg);
	}

	.c-hamburger--htx.is-active span::before,
	.c-hamburger--htx.is-active span::after,
	.c-hamburger-market--htx.is-active span::before,
	.c-hamburger-market--htx.is-active span::after {
		transition-delay: 0s, 0.3s;
	}



	.mobile-menu-container{
		position:static;
		list-style:none;
		padding:0;
		margin:0;
	}

	.mobile-menu-container li{
		line-height: 40px;
		border-bottom: 1px solid rgba(255,255,255, 0.15);
	}
	.mobile-menu-container li a{
		/*text-transform:uppercase;*/
		color:#fff;
		font-size:14px;
		display:block;
	}

	.mobile-menu-container li.haschild > a:after{
		content: '\f105';
		font-family: FontAwesome;
		font-weight: normal;
		font-style: normal;
		font-size: 17px;
		margin: 0 10px 0 0;
		float: right;
	}

	.mobile-menu-container li a:hover{
		/*color:#999;*/
	}

	.mobile-menu-container li.current > a{
		color: #33a6e1;
	}

	.mobile-menu-container .child{
		display:none;
		list-style:none;
		margin:0;
		padding:0 0 0 20px
	}

	.mobile-menu-container .haschild.active .child{
		display:block;

	}

	.mobile-menu-container .haschild{
		left:-81%;
		overflow-x: hidden;
		overflow-y: auto;
		visibility: visible;
		-webkit-overflow-scrolling: touch;
		-moz-transition:left 0.3s ease;
		-webkit-transition:left 0.3s ease;
		transition: left 0.3s ease;
		-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
	}

	.mobile-menu-container .haschild.active{
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		padding:0;
		margin:0;
		background-color: #fff;
		border-bottom:0;
		padding-top: 11px;
		z-index: 2;
	}

	.mobile-menu-container .haschild.active > a{
		margin-left:20px;
		color: #33a6e1;
		border-bottom: 1px solid rgba(255,255,255, 0.15);
		/* background-color: white; */
		font-weight: bold;
	}
	.mobile-menu-container .haschild.active > a:before{
		display:none;
	}

	.mobile-menu-container .first-child .mobile-exit,
	.mobile-menu-container .haschild.active .mobile-close{
		position: absolute;
		z-index:2;
		float:right;
		font-size: 30px;
		right: 0;
		top: 9px;
		background: var(--white);
		top: 0;
		right: -1px;
		height: 51px;
		width: 50px;
		line-height: 50px;
		text-align: center;
		color: var(--secondary);
	}

	.mobile-menu-container .mobile-exit .c-hamburger{
		margin-left:14px;
		margin-top: 10px;
	}
	.mobile-menu-container .mobile-exit .c-hamburger span::before,
	.mobile-menu-container .mobile-exit .c-hamburger span::after{
		background-color: #ffffff;
	}

	.mobile-menu-container .haschild.active .mobile-close i{
		pointer-events:None;
	}

	.mobile-menu-container .child li a{text-transform:none;/* color:#d2d2d2 */}

	.container-wrapper{
		-webkit-transition: -webkit-transform 0.3s ease;
		-moz-transition: -moz-transform 0.3s ease;
		-o-transition: -o-transform 0.3s ease;
		transition: transform 0.3s ease;
		-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

	}

	.mobile-menu-container{
		background-color: var(--white);
		padding: 0 10px 20px 20px;
		position: fixed;
		top: 0;
		left:-71%;
		bottom: 0;
		z-index: 999999;
		display: block!important;
		width: 71%!important;
		overflow-x: hidden;
		overflow-y: auto;
		visibility: visible;
		-webkit-overflow-scrolling: touch;
		-moz-transition:left 0.3s ease;
		-webkit-transition:left 0.3s ease;
		transition: left 0.3s ease;
		-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
	}
	.market-mobile-container{
		background-color: var(--white);
		padding: 20px 20px 0 20px;
		position: fixed;
		top: 0;
		right:-100%;
		bottom: 0;
		z-index: 999999;
		display: block!important;
		width: 100%!important;
		overflow-x: hidden;
		overflow-y: hidden;
		visibility: visible;
		-webkit-overflow-scrolling: touch;
		-moz-transition:right 0.3s ease;
		-webkit-transition:right 0.3s ease;
		transition: right 0.3s ease;
		-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		-o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
		transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
	}
	.down .mobile-menu-container{
		padding: 0 20px;
		top: 85px;
	}

	.mobile-menu-container ul{
		list-style: none;
		padding: 0;
		line-height: 35px;
	}

	.down .mobile-menu-container ul{
		margin-top: 0;
	}
	.menu-mobile > ul li a {
		color: var(--primary) !important;
		transition-duration: 0.3s;
		font-size: 18px;
	}


	.off-screen{
		left:0;
	}
	.market-off-screen{
		right: 0;
	}

	.market-off-screen ~ .container-wrapper{
		position: relative;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 5;
		width: 100%;
		overflow: hidden;
		-webkit-transform: translate3d(-70%,0,0);
		transform: translate3d(-70%,0,0);
		-webkit-transition: -webkit-transform .3s ease;
		-moz-transition: -moz-transform .3s ease;
		-o-transition: -o-transform .3s ease;
		transition: transform .3s ease;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition-delay: 0.1s; /* Safari */
		transition-delay: 0.1s;
	}

	.off-screen+* {
		position: relative;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 5;
		width: 100%;
		overflow: hidden;
		-webkit-transform: translate3d(70%,0,0);
		transform: translate3d(70%,0,0);
		-webkit-transition: -webkit-transform .3s ease;
		-moz-transition: -moz-transform .3s ease;
		-o-transition: -o-transform .3s ease;
		transition: transform .3s ease;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition-delay: 0.1s; /* Safari */
		transition-delay: 0.1s;
	}
	.footer-bottom .flex{
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.footer-bottom .copyright{
		padding-bottom: 10px;
	}
	.tabs ul li a, .tabs ul li>span{
		margin-right: 0;
		padding: 10px 14px;
		font-size: 16px;
	}
	.p-t-xxxl{
		padding-top: 50px;
	}
	.p-b-xxxl{
		padding-bottom: 50px;
	}

	.footer .widget{
		padding: 0;
	}
	.chart-selection-item:nth-child(1),
	.chart-selection-item:nth-child(2){
		padding-top: 0;
	}
	.px-lg-s{
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen
and (min-width : 670px)
and (max-width : 1000px) {

	/* GENERAL */
	.visible-s{
		display:block!important;
	}

	.hidden-s{
		display:none;
	}

	.mobile-menu-container{
		left:-36%;
		width: 35%!important;
	}

	.off-screen {
		left: 0;
	}

	.off-screen+* {
		-webkit-transform: translate3d(35%,0,0);
		transform: translate3d(35%,0,0);
	}

	/* COLUMNS */
	.col12-s {
		width: 100%
	}
	.col11-s {
		width: 91.66666667%
	}
	.col10-s {
		width: 83.33333333%
	}
	.col9-s {
		width: 75%
	}
	.col8-s {
		width: 66.66666667%
	}
	.col7-s {
		width: 58.33333333%
	}
	.col6-s {
		width: 50%
	}
	.col5-s {
		width: 41.66666667%
	}
	.col4-s {
		width: 33.33333333%
	}
	.col3-s {
		width: 25%
	}
	.col2-5-s{
		width: 20%
	}
	.col2-s {
		width: 16.66666667%
	}
	.col1-s {
		width: 8.33333333%
	}
	.header-menu{
		height: 100px;
	}
	.header-menu .items-center{
		height: 100%;
	}
	.history-popup, .review-popup{
		width: 75%;
		padding:30px;
	}

}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

}

@media (max-width: 670px) {
	.hidden-xs{
		display:none;
	}
	.visible-xs{
		display:block;
	}
	/* COLUMNS */
	.col12-xs {
		width: 100%
	}
	.col11-xs {
		width: 91.66666667%
	}
	.col10-xs {
		width: 83.33333333%
	}
	.col9-xs {
		width: 75%
	}
	.col8-xs {
		width: 66.66666667%
	}
	.col7-xs {
		width: 58.33333333%
	}
	.col6-xs {
		width: 50%
	}
	.col5-xs {
		width: 41.66666667%
	}
	.col4-xs {
		width: 33.33333333%
	}
	.col3-xs {
		width: 25%
	}
	.col2-xs {
		width: 16.66666667%
	}
	.col1-xs {
		width: 8.33333333%
	}
	.header{
		top: 20px;
	}
	.footer .widget{
		width: 100%!important;
		margin-bottom: 20px;
	}
	.footer .widget:first-child{
		padding-right: 0;
	}
	.history-popup, .review-popup{
		width: 100%;
		padding:30px;
		max-height: 100%;
	}
	.marketprices table td,
	.marketprices table th {
		padding: 5px;
		font-size: 14px;
	}
	.marketprices a {
		font-size: 14px;
	}
	.title h1{
		font-size: 35px;
		line-height: 35px;
	}
	.title h2{
		font-size: 30px;
		line-height: 30px;
	}
	.title h3 {
		font-size: 25px;
		line-height: 25px;
	}

}

@media screen and (max-width: 450px) {
	.market-datepicker {
		left: 0;
	}
	.market-datepicker:after, .market-datepicker:before {
		left: 25%;
	}
}