.navbar-inverse {
    background-repeat: repeat;
	background:#F05223;
    /*background-color: #0b333f;*/
    /*border-color: #f05223;*/
    border-color: #f05223;
    padding-top: 10px;
    padding-bottom:10px;
}

.textyellow{
    
    color:#f05223!important;
}

.bgyellow{
    
    background-color: #f05223
}

.btn-yellow{
    
    background-color: #f05223;
    border-color: #E08360;
    color:white;
}

.btn-yellow:hover{
    
    background-color: #E08360;
    border-color: #f05223;
    color:white;
}

body {
  padding-top: 70px!important;
  padding-bottom: 20px!important;
  height: 100%;
  /*background:#F05223;*/
}



.navbar-brand{
    
    padding: 5px 15px!important;
}

#headwrap h1 {
    color: #FFFFFF;
    font-size: 4em;
    font-weight: 400;
    margin: 1em 0;
}

h1.page-title{
    
    color: #f05223;
    /*font-weight: bold;*/
    /*text-shadow: 2px 2px 1px #636262;*/
    font-family: 'Open Sans', sans-serif;
}

footer{
    
    padding:15px;
    background-color:#f05223;
    text-align: center;
    color: white;
    width:100%;
    margin-top:100px;
}

html{
    height:100%;
}

.paper{

    margin-top: 20px;
    padding: 20px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

}

.img-center{
    
    margin:0 auto;
}

#demowrap {
    padding-bottom: 40px;
    padding-top: 40px;
}

#demowrap h1 {
    font-size: 60px;
    font-weight: bold;
    padding-bottom: 0px;
    text-align: center;
}

#demowrap .btn{background-color:#F05223}


.homeicons{padding:9px 0 0 !important;}
.homeicons img{padding-bottom:10px !important;}
.homeicons strong{color: #fff; display: block; font-size: 16px; padding: 10px 5px;}

.phonewelcomelogo{background:#FFF; padding-top:10px; padding-bottom:10px;}
.phonewelcomelogo img{display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;}

.phonewelcomewrapper{background: none repeat scroll 0 0 #f05223;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    z-index: 9999999 !important;}
	
	
.phonewelcomewrapper h1{color: #FFF;
    font-size: 28px;
    font-weight: normal;
    line-height: 34px;
    padding-top: 10px;
}

@media screen and (max-width:768px){
.navbar-header img{display:none !important}
}

@media screen and (max-width:1199px){
.navbar-right{display:none !important;}
}


