/* CSS Document */

html,
body {
    font-family: 'Open Sans', sans-serif;
    color: #202020;
}

/* general */
.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	color: #db4d69;
}
a {
	color: #db4d69;
    text-decoration: none;
    outline: none;
}
a:focus, a:hover {
	color: #000;
}

/* 
	custom
*/

.btn.btn-primary {
	background-color: #db4d69;
	border-color: #db4d69;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
	background-color: #202020;
	border-color: #202020;
}
.line .left {
	font-weight: 700;
}
label {
	font-weight: 400;
}
.line-bottom {
	border-bottom: 1px solid #EDEDED;
}
.fn {
	float: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ar {
	text-align: right;
}
.ac {
	text-align: center;
}
.uc {
    text-transform: uppercase;
}
.nm {

	margin: 0 !important;
}
.np {
	padding: 0 !important;
}
.npb {
	padding-bottom: 0 !important;
}
.npr {
	padding-right: 0 !important;
}
.npl {
	padding-left: 0 !important;
}
.nmt {
	margin-top: 0 !important;
}
.nmb {
	margin-bottom: 0 !important;
}
.mt12m {
    margin-top: -12px !important;
}
.mt10
{
	margin-top: 10px !important;
}
.mt12 {
    margin-top: 12px !important;
}
.mt20
{
	margin-top: 20px !important;
}
.mt24
{
	margin-top: 24px !important;
}
.mt48
{
	margin-top: 48px !important;
}
.mr10
{
	margin-right: 10px !important;
}
.mr12 {
	margin-right: 12px !important;
}
.mr20
{
	margin-right: 20px !important;
}
.mr24
{
	margin-right: 24px !important;
}
.mr48
{
	margin-right: 48px !important;
}
.mb5
{
	margin-bottom: 5px !important;
}
.mb10
{
	margin-bottom: 10px !important;
}
.mb12 {
	margin-bottom: 12px !important;
}
.mb15
{
	margin-bottom: 15px !important;
}
.mb20
{
	margin-bottom: 20px !important;
}
.mb24
{
	margin-bottom: 24px !important;
}
.mb48
{
	margin-bottom: 48px !important;
}
.ml10
{
	margin-left: 10px !important;
}
.ml12 {
	margin-left: 12px !important;
}
.ml20
{
	margin-left: 20px !important;
}
.ml24
{
	margin-left: 24px !important;
}
.ml48
{
	margin-left: 48px !important;
}
.m10
{
	margin: 10px !important;
}
.m12 {
	margin: 12px !important;
}
.m20
{
	margin: 20px !important;
}
.m24
{
	margin: 24px !important;
}
.m48
{
	margin: m48 !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt12 {
	padding-top: 12px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20
{
	padding-top: 20px !important;
}
.pt24
{
	padding-top: 24px !important;
}
.pt48
{
	padding-top: 48px !important;
}
.pr10
{
	padding-right: 10px !important;
}
.pr12 {
	padding-right: 12px !important;
}
.pr20
{
	padding-right: 20px !important;
}
.pr24
{
	padding-right: 24px !important;
}
.pr48
{
	padding-right: 48px !important;
}
.pb10
{
	padding-bottom: 10px !important;
}
.pb12 {
	padding-bottom: 12px !important;
}
.pb15
{
	padding-bottom: 15px !important;
}
.pb20
{
	padding-bottom: 20px !important;
}
.pb24
{
	padding-bottom: 24px !important;
}
.pb48 {
	padding-bottom: 48px !important;
}
.pb96 {
    padding-bottom: 96px !important
}
.pb200 {
    padding-bottom: 200px !important
}
.pl10
{
	padding-left: 10px !important;
}
.pl12 {
	padding-left: 12px !important;
}
.pl20
{
	padding-left: 20px !important;
}
.pl24
{
	padding-left: 24px !important;
}
.pl48
{
	padding-left: 48px !important;
}
.p10
{
	padding: 10px !important;
}
.p12 {
	padding: 12px !important;
}
.p20
{
	padding: 20px !important;
}
.p24
{
	padding: 24px !important;
}
.p48
{
	padding: 48px !important;
}
.w100,
.w80,
.w75,
.w66,
.w60,
.w50,
.w40,
.w34,
.w33,
.w25,
.w20,
.w10,
.w5 {
	float: left;
	display: inline;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.w80 {
	width: 80%;
}
.w75 {
	width: 75%;
}
.w66 {
	width: 67%;
}
.w60 {
	width: 60%;
}
.w50 {
	width: 50%;
}
.w40 {
	width: 40%;
}
.w34 {
	width: 34%;
}
.w33 {
	width: 33%;
}
.w30 {
	width: 30%;
}
.w25 {
	width: 25%;
}
.w22 {
	width: 22%;
}
.w20 {
	width: 20%;
}
.w10 {
	width: 10%;
}
.w5 {
	width: 5%;
}
.has-error .form-control,
.has-error .form-control:focus {
    border-color: #F00;
}
p.has-error,
.has-error .left {
    color: #F00;
}
#backtotop,
.floating-button {
	display: none;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	color: #FFF;
	text-align: center;
    background-color: #CCC;
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 2;
}
#backtotop:hover,
.floating-button:hover {	
	background-color: #db4d69;
	filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
	color: #FFF;
}	
#backtotop i,
.floating-button i {
	font-size: 40px;
	line-height: 40px;
	color: #FFF;
}
