body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #424242;
}

.container-cb {
	padding-left: 15px;
	padding-right: 15px;
}

.container-inner {
	background-color: #ffffff;
}

.row-form {
	padding: 50px 115px;
}

.row-info {
	padding: 0 85px;
}

.col-cb {
	padding-left: 0;
}

.cb-form {
	/*margin-bottom: 9px !important;*/
}

.cb-form-mb-5 {
	margin-bottom: 2px !important;
}

.cb-form label, .control-label {
	text-align: left !important;
	font-weight: normal;
}

.cb-form label.pr-label {
	font-weight: bold;
}

.cb-form select {
    font-size: 15px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ABAAAA;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.btn-cb {
	font-size: 18px;
	color: #ffffff;
    font-weight: 600;
    text-align: center;
    padding: 7px 75px 10px;
    background: #9C1814;
    border-radius: 10px;
    position: relative;
}

.btn-cb:hover {
	color: #ffffff;
	text-decoration: underline;
}

.col-sm-spec-1, .col-sm-spec-2 {
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-sm-spec-3 {
	padding-right: 15px;
	min-height: 1px;
	position: relative;
	float: left;
}

.col-sm-spec-4 {
	min-height: 1px;
	position: relative;
	width: 25%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-spec-1 {
		width: 12%;
		float: left;
	}
	
	.col-sm-spec-2 {
		float: left;
		width: 38%;
	}
	
	.col-sm-spec-3 {
		width: 29.7%;
	}
	
	.col-sm-spec-4 {
		width: 7.15%;
	}
	
	.col-cb-padr {
		padding-right: 22px;
	}
	
	.label-cb-spec {
		padding-right: 0 !important;
	}
}