#header_web_to_phone {
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  background-color: BlanchedAlmond; 
}

#header_slogan {
  color: red;
}

//.navbar-right{
//  float: right;
//}
.navbar-brand-text{
	color: #ff0000 !important;
}
.em-text {
	//color: #1caa98 !important;
	color: #ff0000 !important;
}

.navbar-default{
	background-color: BlanchedAlmond;
	//background-color: #fffbdd;

}


#navsubmenu  {
	float: right !important;
	//position: absolute;	
}
#header_services {
	text-align: center;
}
#header_web_to_phone H2{
	color: #ff0000 !important;
}
#header_web_to_phone  ul li{
	font-size: 22px;
	list-style: none;
	line-height: 2.0m;
	text-align: left;
	padding-bottom: 20px;
}
#header_web_to_phone ul {
	padding:0;
	margin: auto;
	text-align: left;
}
#header_web_to_phone  p{
	font-size: 22px;
	list-style: none;
	line-height: 2.0m;
	text-align: center;
	padding-bottom: 20px;
}
.header_list_items{
	text-align: left;
}

#product_list {
	text-align: center;
}

#product_image{
	margin-top:20px;
}

.container {
	background: BlanchedAlmond;
}
.container-main{
	//background:#fff;
	background: BlanchedAlmond;
	margin-top: 0px;
	padding:0 30px 30px 30px;
}

.services_send_receive {
	color: #ff0000 !important;
}

#register h1{
  text-align: center;
}


/*
body {
	padding-top: 50px;
}

.em-text {
	color: #1caa98 !important;
}

.col-md-4{
	margin-bottom:20px;
}

section{
	padding:40px 0 40px 0;
}

.jumbotron {
	//background:#1b222a url(../img/site_showcase_bg.jpg) no-repeat top center;
	//color:#ffff;
	height: 598px;
	overflow: none;
}

.jumbotron h1 {
	margin-top: 60px;
}

.jumbotron p{
	margin-bottom: 40px;
}

.jumbotron img.showcase-img{
	width: 75%;
}

.jumbotron img.app-btn {
    width: 40%;
    margin-right:30px;
}

img.demo {
	width: 100%;
	padding:3px;
	border: 1px solid #ccc;
}
*/
/*
section#feature{
	background:#1caa98;
	color:#ffff;
	padding:40px;
	overflow: auto;
}

section#feature ul li{
	font-size: 22px;
	list-style: none;
	line-height: 2.0m;
}
section#feature ul {
	padding:0;
	margin: 0;
}
footer{
	background:#333;
	color:#fff;
	padding:30px 20px 0;
}

footer li{
	float: left;
	padding: 0 10px 0 10px;
	list-style: none;
}

section#title-bar{
	padding:0;
	margin:0;
	height:80px;
	background:#1caa98;
	color:#fff;
}

section#title-bar h1{
	margin-bottom:20px;
	
}
*/
footer a{
	color:#aaa;
}

footer p {

	float: none;
	text-align: center;
	padding-top: 20px;
}

@media(max-width: 1200px){
	
}
@media(max-width: 991px){
	.showcase-img{
		display:none;
	}
}
@media(min-width: 768px) and (max-width: 990px ) {
	.jumbotron img.app-btn {
    width: 30%;
    
    }
    .jumbotron{
    	//height: 400px !important;
    	background-size:100% 100%;
    }
    .jumbotron h1{
    	margin-top: 10px;
    }
}
@media(max-width: 768px ) {
	.jumbotron{
    	//height: 350px !important;
    	background-size:100% 100%;
    }
    .jumbotron h1{
    	margin-top: 30px;
    }
}
@media(max-width: 500px) {
	.jumbotron{
    	//height: 450px !important;
    	background-image:none;
    	text-align: center;
    }
    .jumbotron img.app-btn {
    width: 60%;
    margin:0 auto 30px auto;
    display: block;
    }
    section#feature ul {
	   font-size: 19px;

    }
    .jumbotron h1{
    	margin-top: 30px;
    }

}