/***********************
*   COMMON CSS
************************/

.inblock {
    display: inline-block;
}

.inline {
    display: inline;
}

.block {
    display: block;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}
strong{ font-family: 'montserratbold'; font-weight: normal; }

/* Font Style */

.f-bold {
    font-weight: bold;
}

.f-upper {
    text-transform: uppercase;
}

.f-capitalize {
    text-transform: capitalize;
}

.f-line {
    text-decoration: line-through;
}

.f-uline {
    text-decoration: underline;
}

.f-wrap {
    white-space: normal;
}

.f-nowrap {
    white-space: nowrap;
}

.ellipsis {
    overflow: hidden;
}


/***********************
     Common Margin
************************/

.mrg5 {
    margin: 5px;
}

.mrg5-L {
    margin-left: 5px;
}

.mrg5-T {
    margin-top: 5px;
}

.mrg5-B {
    margin-bottom: 5px;
}

.mrg5-R {
    margin-right: 5px;
}

.mrg5-LR {
    margin-left: 5px;
    margin-right: 5px;
}

.mrg5-TB {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mrg10 {
    margin: 10px;
}

.mrg10-T {
    margin-top: 10px;
}

.mrg10-L {
    margin-left: 10px;
}

.mrg10-B {
    margin-bottom: 10px;
}

.mrg10-R {
    margin-right: 10px;
}

.mrg10-LR {
    margin-left: 10px;
    margin-right: 10px;
}

.mrg10-TB {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mrg15 {
    margin: 15px;
}

.mrg15-T {
    margin-top: 15px;
}

.mrg15-L {
    margin-left: 15px;
}

.mrg15-B {
    margin-bottom: 15px;
}

.mrg15-R {
    margin-right: 15px;
}

.mrg15-LR {
    margin-left: 15px;
    margin-right: 15px;
}

.mrg15-TB {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mrg20 {
    margin: 20px;
}

.mrg20-B {
    margin-bottom: 20px;
}

.mrg20-T {
    margin-top: 20px;
}

.mrg20-L {
    margin-left: 20px;
}

.mrg20-R {
    margin-right: 20px;
}

.mrg20-LR {
    margin-left: 20px;
    margin-right: 20px;
}

.mrg20-TB {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mrg25 {
    margin: 25px;
}

.mrg25-B {
    margin-bottom: 25px;
}

.mrg25-T {
    margin-top: 25px;
}

.mrg25-L {
    margin-left: 25px;
}

.mrg25-R {
    margin-right: 25px;
}

.mrg25-LR {
    margin-left: 25px;
    margin-right: 25px;
}

.mrg25-TB {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mrg30 {
    margin: 30px;
}

.mrg30-B {
    margin-bottom: 30px;
}

.mrg30-T {
    margin-top: 30px;
}

.mrg30-L {
    margin-left: 30px;
}

.mrg30-R {
    margin-right: 30px;
}

.mrg30-LR {
    margin-left: 30px;
    margin-right: 30px;
}

.mrg30-TB {
    margin-top: 30px;
    margin-bottom: 30px;
}


/***********************
     Common Padding
************************/

.pd5 {
    padding: 5px;
}

.pd5-L {
    padding-left: 5px;
}

.pd5-T {
    padding-top: 5px;
}

.pd5-B {
    padding-bottom: 5px;
}

.pd5-R {
    padding-right: 5px;
}

.pd5-LR {
    padding-left: 5px;
    padding-right: 5px;
}

.pd5-TB {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pd10 {
    padding: 10px;
}

.pd10-T {
    padding-top: 10px;
}

.pd10-L {
    padding-left: 10px;
}

.pd10-B {
    padding-bottom: 10px;
}

.pd10-R {
    padding-right: 10px;
}

.pd10-LR {
    padding-left: 10px;
    padding-right: 10px;
}

.pd10-TB {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pd15 {
    padding: 15px;
}

.pd15-T {
    padding-top: 15px;
}

.pd15-L {
    padding-left: 15px;
}

.pd15-B {
    padding-bottom: 15px;
}

.pd15-R {
    padding-right: 15px;
}

.pd15-LR {
    padding-left: 15px;
    padding-right: 15px;
}

.pd15-TB {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pd20 {
    padding: 20px;
}

.pd20-B {
    padding-bottom: 20px;
}

.pd20-T {
    padding-top: 20px;
}

.pd20-L {
    padding-left: 20px;
}

.pd20-R {
    padding-right: 20px;
}

.pd20-LR {
    padding-left: 20px;
    padding-right: 20px;
}

.pd20-TB {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pd25 {
    padding: 25px;
}

.pd25-B {
    padding-bottom: 25px;
}

.pd25-T {
    padding-top: 25px;
}

.pd25-L {
    padding-left: 25px;
}

.pd25-R {
    padding-right: 25px;
}

.pd25-LR {
    padding-left: 25px;
    padding-right: 25px;
}

.pd25-TB {
    padding-top: 25px;
    padding-bottom: 25px;
}

.pd30 {
    padding: 30px;
}

.pd30-B {
    padding-bottom: 30px;
}

.pd30-T {
    padding-top: 30px;
}

.pd30-L {
    padding-left: 30px;
}

.pd30-R {
    padding-right: 30px;
}

.pd30-LR {
    padding-left: 30px;
    padding-right: 30px;
}

.pd30-TB {
    padding-top: 30px;
    padding-bottom: 30px;
}


/*****************************************************************
    REVA COMMON UI COMPONENTS
*****************************************************************/


/**
 * Header Types
 */

.header-typ1 {
    font-family: HelveticaNeue, Arial;
    font-size: 34px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.18;
    letter-spacing: normal;
    color: #000000;
    margin: 0;
}

.header-typ2 {
    font-family: HelveticaNeue, Arial;
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #000000;
    margin: 0;
}

.header-typ3 {
    font-family: HelveticaNeue, Arial;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #000000;
    margin: 0;
}

.header-typ4 {
    opacity: 0.8;
    font-family: HelveticaNeue, Arial;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
    margin: 0;
}

.header-typ5 {
    font-family: HelveticaNeue, Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.08;
    letter-spacing: normal;
    color: #000000;
    margin: 0;
}

.header-typ6 {
    font-family: HelveticaNeue, Arial;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
    margin: 0;
}

/**
 * Text Types
 */

.base-text {
    opacity: 0.8;
    font-family: HelveticaNeue, Arial;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #4a4a4a;
}

.body-text {
    opacity: 0.8;
    font-family: HelveticaNeue, Arial;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: normal;
    color: #4a4a4a;
}

.small-text {
    font-family: HelveticaNeue, Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
}

.blockquote {
    font-family: HelveticaNeue, Arial;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
}

.subtle-details {
    font-family: HelveticaNeue, Arial;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #8d8d8d;
}

.links {
    font-family: HelveticaNeue, Arial;
    font-size: 13px;
    text-decoration: underline;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8d8d8d;
}

ul li {
    font-family: HelveticaNeue, Arial;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.93;
    letter-spacing: normal;
    color: #4a4a4a;
}

ol li {
    font-family: HelveticaNeue, Arial;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.93;
    letter-spacing: normal;
    color: #4a4a4a;
}



/**
 * Font Color
 */

.white {
    color: #FFFFFF;
}


/**
 *  Form
 */

.form-group label {
    font-family: HelveticaNeue, Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
}

.form-control {
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
}

textarea.form-control {
    height: 120px;
    resize: none;
}

input.form-control,
select.form-control {
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
}

.form-control:focus {
    box-shadow: none;
    border: solid 1px #858585;
}

.ie11 input.form-control,
.ie11 select.form-control,
.ie10 input.form-control,
.ie10 select.form-control,
.safari input.form-control,
.safari select.form-control {
    line-height: normal;
}


/**
 * Button Types
 */

.btn {
    padding: 8px 20px;
    font-family: HelveticaNeue, Arial;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.27;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px;
}

.btn-default,
.btn-default:focus,
.btn-default.focus {
    color: #ffffff;
    background-color: #ea1d63;
    border-color: #ea1d63;
}

.btn-default:hover,
.btn-default:active,
.btn-default:active:hover {
    color: #ffffff;
    background-color: #bb174f;
    border-color: #bb174f;
}


/* Large Buttton */

.btn-lg,
.btn-group-lg > .btn {
    padding: 11px 30px;
}


/* Small Buttton */

.btn-sm,
.btn-group-sm > .btn {
    padding: 3px 15px;
}


/* Xtra Small Button */

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 15px;
}
