#imaginary_container{
    margin-top:20%; /* Don't copy this */
}
.stylish-input-group .input-group-addon{
    background: white !important;
}
.stylish-input-group .form-control{
	border-right:0;
	box-shadow:0 0 0;
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}

email::after {
  content: attr(data-domain);
}
email::before {
  content: attr(data-user) "\0040";
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.btn-outlined{
  color: white;
  background: #912325;
}

.btn:hover,
.btn a:hover{
  border: 2px solid white;
}

.btn,
.btn-outlined a{
  color: white!important;
  background: #912325;
  border:2px solid transparent!important;
}

.hero-features{
  color: white;
}

.center-row-9 {
  margin: 0 12.5%;
}

/*---------------------------------------
        FOOTER SECTION
-----------------------------------------*/
.footer-area{
    background: #222222;
    padding-top: 54px;
}
.footer-subscribe{
    border: 1px solid #2b2b2b;
    margin-top: 85px;
    margin-bottom: 55px;
}
.footer-subscribe p{
    padding-top: 14px;
    color: #9b9b9b;
}
.footer-top-btn{
    text-align: right;
}
.footer-top-btn a{}
.footer-top-btn a:nth-of-type(1) {
    background: #43b4ae;
    color: #ffffff;
    margin-bottom: 5px;
    border: 2px solid #43b4ae;
}
.footer-top-btn a:nth-of-type(2) {
    color: #43b4ae;
    margin-bottom: 5px;
    border: 2px solid #43b4ae;
}
.footer-top-btn a:hover{
    border: 2px solid #43b4ae;
    background: #912325;
    color: #fff;
}
/*FOOTER MAIN CONTENT*/
.footer-main-content{
    margin-bottom: 20px;
}
.footer-main-content-inner{
    padding-bottom: 30px;
}
.footer-main-content-inner h2{
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Montserrat',sans-serif;
}
.footer-main-content-inner ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-main-content-inner ul li{
  font-size: 12px;
  color: #7f7f7f;
  font-family: 'Open Sans', sans-serif;
  padding: 4px 0px;
  font-weight: normal;
  display: block;
}
.footer-main-content-inner ul li a{
    font-size: 12px;
    color: #7f7f7f;
    font-family: 'Open Sans', sans-serif;
    padding: 4px 0px;
    font-weight: normal;
    display: block;
    text-decoration: none;
}
.footer-main-content-inner ul li a:hover{
    color: #912325;
}
.footer-first-content{
    position: relative;
    padding-left: 100px;
}
.footer-first-content > a{
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
}
.footer-last-content{}
.footer-last-content ul li a:hover{
    color: #912325;
}
.footer-last-content form{}
.footer-subscription {
    position: relative;
    margin-top: 20px;
}
.footer-subscription input{
    background: #222222;
    border-radius: 0px;
    border: 0px solid;
    border-bottom: 2px solid #2f2f2f;
    height: 40px;
    outline: none;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
}
.footer-subscription input:focus{
    border-color: #43b4ae;
}
.footer-subscription button,
.footer-subscription button:hover,
.footer-subscription button:focus{
    position: absolute;
    right: 0;
    top: 0;
    background: #222222;
    width: 10px;
    height: 95%;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    border: 0px solid;
    border-radius: 0px;
    outline: none;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0),0 0 8px rgba(#912325,0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0),0 0 8px rgba(#912325,0);
    outline: none;
}
.footer-subscription button i{
    font-size: 11px;
    color: #ffffff;
}
.footer-bottom{}
.footer-bottom-content{
    border-top: 1px solid #2b2b2b;
}
.footer-bottom-content{}
.footer-bottom-left{
    padding: 15px 0px;
}
.footer-bottom-left a{
    margin: 0px 5px;
}
.footer-bottom-left a:first-child{
    margin-left: 0;
}
.footer-bottom-left a{
    font-size: 13px;
    color: #646464;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.footer-bottom-left a:hover{
    color: #912325;
    text-decoration: none;
}
.footer-bottom-right{
    text-align: right;
    padding: 15px 0px
}
.footer-bottom-right p{
    color: #9b9b9b;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    margin-bottom: 5px;
}
.footer-bottom-right p{}
.footer-bottom-right p span{
    color: #43b4ae
}
.footer-bottom-right p span a{
    color: #43b4ae;
    font-weight:normal;
}
.footer-type-2 .footer-bottom{
    padding-top: 80px;
}
@media(max-width:992px){
    .footer-top-btn{
        text-align: center;
        margin-top: 35px;
    }
}
@media(max-width:767px){
    .footer-bottom-right{
        text-align: left;
    }
    .footer-first-content{
        position: relative;
        padding-left:0px;
        padding-top: 70px;
    }
    .footer-first-content > a{
        position: absolute;
        display: inline-block;
        left: 0;
        top: 0;
    }

}

@media(max-width:450px){
    .footer-top-btn a:nth-of-type(1) {
        margin-right: 0px;
    }
    .footer-top-btn a:nth-of-type(2) {
        margin-left: 0px;
    }
}
