.x-container.width {
    width: 88%;
}
.x-container.max {
    max-width: 1200px;
}
.x-container {
    margin: 0 auto;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.x-container:before, .x-container:after {
    content: " ";
    display: table;
}

.x-container:after {
    clear: both;
}


.x-container:before, .x-container:after {
    content: " ";
    display: table;
}



.x-column:last-of-type {
    margin-right: 0;
}
.x-column.x-1-1 {
    width: 100%;
}

.center-text {
    text-align: center;
}


.x-column {
    float: left;
    margin-right: 4%;
}

.x-prompt {
    margin: 0 0 1.5em;
    border: 10px solid #e5e5e5;
    padding: 1.75em;
    background-color: #fff;
}




.x-prompt-section.x-prompt-section-button {
    width: 45%;
    margin-right: auto;
    margin-left: auto;
}



.x-prompt-section {
    position: relative;
    display: block;
    vertical-align: middle;
}



.x-btn-block {
    display: block;
    width: 100%;
}






.x-btn, .button, [type="submit"] {
    display: inline-block;
    position: relative;
    border: 1px solid #ac1100;
    padding: .563em 1.125em .813em;
    cursor: pointer;
    font-size: 16px;
    font-weight: inherit;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #ff2a13;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
}





.x-btn:active, .x-btn:focus {
  color: #ffffff !important;
  background-color: #1F2838 !important;
  border-color: #494F57 !important;
}



.x-btn:hover{
	
	
	color: #fff;
	background-color: #e40505;
	border-color: #fff;
	border: solid 1px #fff;
	
}



.x-gadget {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}




