/*======= Fonts start =======*/
@font-face {
    font-family: 'HandelGothicITCW02';
    src: url('../fonts/HandelGothicITCW02.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HandelGothicITCW02.woff') format('woff'),
    url('../fonts/HandelGothicITCW02.ttf') format('truetype'),
    url('../fonts/HandelGothicITCW02.svg#HandelGothicITCW02') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HandelGothicITCW02-Bold';
    src: url('../fonts/HandelGothicITCW02-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HandelGothicITCW02-Bold.woff') format('woff'),
    url('../fonts/HandelGothicITCW02-Bold.ttf') format('truetype'),
    url('../fonts/HandelGothicITCW02-Bold.svg#HandelGothicITCW02-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.font-bold { font-family: 'HandelGothicITCW02-Bold',  sans-serif; font-weight: normal; }
.font-normal { font-family: 'HandelGothicITCW02',  sans-serif; font-weight: normal; }
/*======= Fonts end =======*/

/*======= Main styles start =======*/
.align-center { text-align: center; }
.align-right { text-align: right; }
.text-uppercase { text-transform: uppercase; }
.display-block { display: block; }
.move-center { margin-left: auto; margin-right: auto; }
.float-left { float: left; }
.float-right { float: right; }
/*======= Main styles end =======*/

/*======= Colors start =======*/
.color-white { color: #fff; }
.color-gray { color: #575756; }
.color-main-color1 { color: #a50044; }
.color-main-color2 { color: #d2a551; }
.color-blue { color: #4d606f; }
.bg-main-color1 { background: #a50044; }

/*======= Colors end =======*/

/*======= Fonts start =======*/
.f-12 { font-size: 0.65em; }
.f-13 { font-size: 0.813em; }
.f-14 { font-size: 0.875em; }
.f-15 { font-size: 0.938em; }
.f-17 { font-size: 1.1em; }
.f-19 { font-size: 1.188em; }
.f-20 { font-size: 1.250em; }
.f-21 { font-size: 1.313em; }
.f-22 { font-size: 1.375em; }
.f-25 { font-size: 1.563em; }
.f-30 { font-size: 1.875em; }
.f-33 { font-size: 2.063em; }
.f-37 { font-size: 2.313em; }
/*======= Fonts end =======*/

/*======= Margins/Paddings start =======*/
.m-b-0 { margin-bottom: 0 !important; }
.m-b-10 { margin-bottom: 0.625em; }
.m-b-13 { margin-bottom: 0.813em; }
.m-b-15 { margin-bottom: 0.938em; }
.m-b-18 { margin-bottom: 1.125em; }
.m-b-20 { margin-bottom: 1.250em; }
.m-b-22 { margin-bottom: 1.375em; }
.m-b-25 { margin-bottom: 1.563em; }
.m-b-30 { margin-bottom: 1.875em; }
.m-b-32 { margin-bottom: 2.000em; }
.m-b-35 { margin-bottom: 2.188em; }
.m-b-40 { margin-bottom: 2.500em; }
.m-b-50 { margin-bottom: 3.125em; }
.m-b-60 { margin-bottom: 3.750em; }
.m-t-0 { margin-top: 0 !important; }
.m-t-9 { margin-top: 0.563em; }
.m-t-13 { margin-top: 0.813em; }
.m-t-17 { margin-top: 1.063em; }
.m-t-20 { margin-top: 1.250em; }
.m-t-25 { margin-top: 1.563em; }
.m-t-35 { margin-top: 2.188em; }
.m-r-15 { margin-right: 0.938em; }
.p-b-0 { padding-bottom: 0 !important; }
.p-b-25 { padding-bottom: 1.563em; }
.p-r-25 { padding-right: 1.563em; }
/*======= Margins/Paddings end =======*/
.wp-23 { width: 23%; }
.wp-30 { width: 30%; }
.wp-40 { width: 40%; }
.wp-8 { width: 8%; }

.cols-3 > *{ width: 33.33%; }
.cols-2 > *{ width: 50%; }