/***********************
*	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:#3069c3;
	outline:none;
}
input[type="image"],input[type="button"],input[type="submit"]{
	outline:none;
}
.my-acount-content-inner input[type="button"],
.my-acount-content-inner input[type="submit"],
.login-page input[type="submit"],
.registration-page input[type="submit"],
.login-page a.submit_button{
	text-transform:uppercase;
}
a:hover{
	color:#000;
}
p {
    margin: 0 0 15px;
}
.txt-ovrvw p {
    margin: 0 0 20px;
}
.ie11 .tbl .img-responsive,
.ie10 .tbl .img-responsive,
.ie11 .table .img-responsive,
.ie10 .table .img-responsive {
    width:100%;
}

/* Font Style */

.f-bold {
    font-family: 'montserratmedium';
}

.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;
}

.mrg37-B {
    margin-bottom: 37px;
}

.mrg91-B {
    margin-bottom:91px;
}
/***********************
	 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: 30px;
	line-height: 1.07;
	color: #000000;
	font-family: 'montserratmedium';
}

.header-typ2 {
    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-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #000000;
    margin: 0;
}

.header-typ4 {
    font-size: 16px;
    font-stretch: normal;
    color: #999999;
    font-family: 'montserratmedium';
    line-height: 1.88;
    letter-spacing: 1.2px;
    margin: 0;
    text-align: center;
    margin-bottom: 10px;
}

.header-typ5 {
    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-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 {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #757575;
}

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

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

.blockquote {

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

.subtle-details {

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

.links {

    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-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: #4a4a4a;
}

ol li {

    font-size: 15px;
    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-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #000000;
    text-transform: none;
}

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

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

input.form-control,
select.form-control {
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

.form-control:focus {
    box-shadow: none;
    border: solid 1px #cccccc;
}

.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;
}

/* Outline Out */
.btn-typ1{
	background-color:#3069c4;
	padding:15px 25px;
	color:#ffffff;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	min-width:120px;
	text-align:center;
	text-transform:uppercase;
}
.btn-typ1:after {
  content: '';
  position: absolute;
  border: #3069c4 solid 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.btn-typ1:hover:after {
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
}
.btn-typ1:hover, .btn-typ1:focus { color:#ffffff; }
.btn-typ2{
	background-color:transparent;
	padding:15px 25px;
	color:#ffffff;
	border-color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	min-width:120px;
	text-align:center;
	text-transform:uppercase;
}
.btn-typ2:after {
  content: '';
  position: absolute;
  border: #ffffff solid 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.btn-typ2:hover:after {
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
}
.btn-typ2:hover, .btn-typ2:focus { background-color:#ffffff; color:#3069c4; }




/* Down load Button Icon*/
@-webkit-keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

/* Icon Down */
.download-btn {
background-color:#3069c4;
color:#ffffff;
	padding:15px 25px;
	padding-left:50px;  
	position:relative;	
	
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.download-btn:hover, .download-btn:focus { color:#ffffff; outline:none; }
.download-btn:before {
  content: "";
  position: absolute;
  background:url(../images/download-icon.png) no-repeat 0 0;
  width:15px; height:17px;
  left: 15px;
  top:16px;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  	
}
.download-btn:hover:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration:0.75s;
  animation-duration:0.75s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}




/**
 * Button Types
 */

.btn {
    padding: 0 20px;
    font-size: 11px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1px;
    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){
.form-validation-field-0formError{
    top: 84px !important;
    right: 15px !important;
}
}