.colorinput_round_wrapper {
    white-space:nowrap; 
    display: -moz-inline-box;
    display:inline-block;
    background: url(/images/controls/round/colorinput.png);
    background-position: 0 -0px;              
    background-repeat: no-repeat;
    padding-left:12px;
}


.colorinput_round_setup {
    visibility:hidden;
}

.colorinput_round_wrapper .center {
    height:25px;
    width:150px;
    display: -moz-inline-box;
    display:inline-block;
    background: url(/images/controls/round/colorinput.png);
    background-position: 0 -26px;
    background-repeat: repeat-x;
}

.colorinput_round_wrapper .input {
    visibility:visible;
    display: -moz-inline-box;
    display:inline-block;
    border: none;
    margin:0px;
    padding:0px;
    outline: none; 
    background:none;
    vertical-align:top;
    margin-top:4px;
}

.colorinput_round_hover .center {
    background-position: 0 -104px;
}

.colorinput_round_focus .center {
    background-position: 0 -182px;
}

.colorinput_round_disabled .center {
    background-position: 0 -260px;
}

.colorinput_round_wrapper .button {
    vertical-align: top;
    display: -moz-inline-box;
    display:inline-block;
    cursor:pointer;
    background: url(/images/controls/round/colorinput.png);
    width:12px;
    height:25px;
    outline: none;
    margin: 0;
}

.colorinput_round_hover {
    background-position: 0 -78px;              
}

.colorinput_round_focus {
    background-position: 0 -156px;          
}

.colorinput_round_disabled {
    background-position: 0 -234px;          
}

.colorinput_round_wrapper .button{
    background-position: 0 -52px;
    width:21px;          
}

.colorinput_round_hover .button{
    background-position: 0 -130px;              
}

.colorinput_round_focus .button{
    background-position: 0 -208px;          
}

.colorinput_round_disabled .button{
    background-position: 0 -286px;          
}


.display_cover {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: 10;
}

.display_cover .cover_glass {
	opacity:0.3;
	filter:alpha(opacity:30);
	position:absolute;
	left:0px;
	top:0px;
    background:#000000;
    width:100%;
	height:100%;
}



.xp_modalwindow {
 	position: absolute;
 	top:0px;
 	left:0px;
 	visibility: hidden;
 	z-index:1999;
 	width:21em;
 	padding: 0px 8px 8px 0px;
}
	
.xp_modalwindow .border {
 	padding: 3px;
 	background:#efefef;
 	border-top:2px solid #ffffff;
 	border-left:2px solid #ffffff;
 	border-right:2px solid #8C8C8C;
 	border-bottom:2px solid #8C8C8C;
}
	
.xp_modalwindow .title {
	padding: 2px 2px 2px 5px;
 	font-weight:bolder;
 	color: white;
 	background-color:#87a6d3;
	text-align:left;		
	cursor:move;
}

.xp_modalwindow .title h5 {
	padding:0;
	margin:1px;
}
	
.xp_modalwindow .content {
	padding: 2px;
}

.xp_modalwindow .close_button {
	height:14px;
	width:16px;
	cursor:pointer;
	background:url(/images/modalwindow/xpclose.png) no-repeat;	
	margin:1px;
	float:right;
}


.tonino_modalwindow {
 	position: absolute;
 	top:0px;
 	left:0px;
 	visibility: hidden;
 	z-index:1999;
 	width:21em;
 	 
}

.tonino_modalwindow .shadow_paddings {
	padding: 0px 20px 20px 0px; /* shadow offsets */
}

/*wisible part of window*/
.tonino_modalwindow .border { 
	background:none;
	border:none;
}

.tonino_modalwindow .window_topline {
	padding-right:5px;
	background:url(/images/modalwindow/tonino/window.png) top right no-repeat;
}

.tonino_modalwindow .window_topline1 {
	padding-left:5px;
	background:url(/images/modalwindow/tonino/window.png) top left no-repeat;
}

.tonino_modalwindow .window_topline2 {
	height:5px;
	overflow:hidden;
	background:white;
}

.tonino_modalwindow .window_middleline {
	padding:0 5px;
	background:white;
}

.tonino_modalwindow .content {
	position:relative;
}



.tonino_modalwindow .window_bottomline {
	padding-right:5px;
	background:url(/images/modalwindow/tonino/window.png) bottom right no-repeat;
}

.tonino_modalwindow .window_bottomline1 {
	padding-left:5px;
	background:url(/images/modalwindow/tonino/window.png) bottom left no-repeat;
}

.tonino_modalwindow .window_bottomline2 {
	height:5px;
	overflow:hidden;
	background:white;
}

.tonino_modalwindow .title {
	position:absolute;
	/*background:url(/images/modalwindow/tonino/transparent.png);*/
	width:100%;
	height:30px;
	top:0;
	cursor:move;
	overflow:hidden;
}

.tonino_modalwindow h5 {
	padding:5px;
	margin:0;
	font-size:11pt;
}

.tonino_modalwindow .close_button {
	height:21px;
	width:21px;
	cursor:pointer;
	background:url(/images/modalwindow/tonino/window_close.png) no-repeat;	
	margin:4px;
	float:right;
}

.tonino_modalwindow .close_button_hover {
	background-position:center bottom;
}
.offer-13, #new-form, .form-title{
	max-width: 80%;
	position: relative;
	margin: 0 auto;
}
.offer-13{
	font-size: 16px; 
}
.offer-13 ul{
	list-style-type: none;
}
.form-submit{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.offer-page-content{
	display: none;
}

.checkbox-holder{
	display: flex;
}

.checkbox-holder label{
	margin-bottom: 0;
	margin-left: 10px; 
}
.checkbox-holder .checkbox{
	position: relative;
	bottom: 4px;
}

.tab-offer{
	background-color: #e35e09!important;
	border-radius: 4px 4px 0 0;
}
.tab-offer:hover,.tab-offer.active{
	background-color: unset!important;
	border-radius:unset;
}
.tab-offer a{
	color: white;

}
.tab-offer a:focus {
    outline: none;
}

.new-form span{
	width: 152px;
}
#flipFlop{
	display: none;
}
.form-title{
	margin-top: 30px;
	margin-bottom: 15px; 
	font-weight: bold;
	text-align: center;
}
.sub-offer-list{
	list-style-type: none;
	margin: 0!important;
	padding: 0;
	overflow-x: hidden;
}
.signup-link:hover{
	text-decoration: none;
	width: 290px;
}
.success-msg{
	padding: 30px 20px;
	border:  2px solid #55aa5d;
	text-align: center;
	display: none;
}
.offer-conditions{
	cursor: pointer;
	color: #0458a4;
	text-decoration: underline;
}
.offer-conditions.clicked span{
	transform: rotate(-90deg);
}
.sub-offer-list{
	margin-top: 20px;
	font-size: 12px;
}
.sub-offer-list li p:not(:first-child){
	position: relative;
	left: 20px;
}
.signup{
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	width: 290px;
	height: 60px;
	color: white;
	background-color: #6573ff;
	border-radius: 30px;
	cursor: pointer;
	margin: 30px auto 0 auto;
}

.d-flex{
	display: flex;
	flex-wrap: wrap;
	max-width: 750px;
	margin: 0 auto; 
}
.d-flex > div{
	padding: 0 15px;
}

label.error{
	color: red;
	max-width: 220px;
}
.conection-address{
	width: 100%;
}
.conection-address input{
	width: calc(100% - 15px);
}
input.error:not(:focus){
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(226, 31, 52, 0.6);
	border-color: rgb(226, 31, 52);
}

.checkbox-holder{

}

@media(max-width: 1199px){
	.offer-13, #new-form, .form-title{
		max-width: 100%;
	}
}

@media(max-width: 970px){
	#new-form{
		max-width: 500px;
		margin: 0 auto;
	}
}

@media(max-width: 540px){
	.d-flex{
		justify-content: center;
	}
}