/***********************
*	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;
	color:#43474f;
}

.ie11 .tbl .img-responsive,
.ie10 .tbl .img-responsive,
.ie11 .table .img-responsive,
.ie10 .table .img-responsive {
    width:100%;
}

/* 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-size: 34px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.18;
    
    color: #000000;
    margin: 0;
}

.header-typ2 {
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    
    color: #000000;
    margin: 0;
}

.header-typ3 {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    
    color: #000000;
    margin: 0;
}

.header-typ4 {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    
    color: #000000;
    margin: 0;
}

.header-typ5 {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.08;
    
    color: #000000;
    margin: 0;
}

.header-typ6 {
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    
    color: #000000;
    margin: 0;
}

/**
 * Text Types
 */

.base-text {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    
    color: #757575;
}

.body-text {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 22px;
    
    color: #757575;
}

.small-text {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.42;
    
    text-align: left;
    color: #757575;
}

.blockquote {

    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.5;
    
    text-align: left;
    color: #757575;
}

.subtle-details {

    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    
    color: #8d8d8d;
}

.links {

    font-size: 14px;
    text-decoration: underline;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    
    color: #8d8d8d;
}

ul li {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    
    color: #43474f;
}

ol li {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    
    color: #43474f;
}



/**
 * Font Color
 */

.white {
    color: #FFFFFF;
}


/**
 *  Form
 */

.form-group label {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    color: #2d2d2b;
}

.form-control {
    border-radius: 0px;
    background-color: #ffffff;
    border: solid 1px #cecece;
}

textarea.form-control {
    height: 120px;
    resize: none;
    padding:10px 15px;
}

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: 0 20px;
    font-size: 11px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
}

.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: 0 30px;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
}

/* Medium Buttton */

.btn-md,
.btn-group-md > .btn {
    padding: 0 25px;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}


/* Small Buttton */

.btn-sm,
.btn-group-sm > .btn {
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
}


/* Xtra Small Button */

.btn-xs,
.btn-group-xs > .btn {
    padding: 0 16px;
    height: 32px;
    line-height: 32px;
}


/**
 * No Gutter Class for Grid
 */

.row.no-gutter{
    margin-left: 0;
    margin-right: 0;
}
.row.no-gutter [class*='col-']{
    padding-left: 0;
    padding-right: 0;
}


/***********************
    mail poet footer
************************/
.wysija-input{
    display: block;
    width: 100%;
    height: 36px;
    line-height: 20px;
    padding: 0 15px;
    font-size: 14px;
    color: #666;
    background-color:#f5f5f5;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 2px;
    -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 .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.wysija-submit{
    display: inline-block;
    background-color: #ea1d63;
    border: none;
    box-shadow: none;
    color: #FFF;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
}
.form-validation-field-0formError{
    height: 23px;
    overflow: hidden;
    top: 58px !important;
    left: auto !important;
    right: 15px;
}
@media(max-width: 1199px){
.form-validation-field-0formError{
    top: 70px !important;
    right: 15px !important;
    left: auto !important;
}
}
@media(max-width: 767px){
.form-validation-field-0formError{
    top: 46px !important;
    left: auto !important;
    right: 15px !important;
    z-index: 0;
}
.formError .formErrorContent{
    z-index: 0;
}
.footer-widget{
    /* position: relative;
    z-index: 999; */
}
}
@media(max-width: 480px){
/* .widget_wysija.shortcode_wysija .wysija-paragraph {
    position: relative;
} */
.form-validation-field-0formError{
    top: 81px !important;
    right: 15px !important;
}
}