﻿.header .inner{
   
    background: url(../images/leftheadbg.png);
}

.header .logo{
    margin-top:10px;
    width:200px;
}

.menu ul li a {
color: white;

}

.header .tools {
width: 150px;
float: right;
}

.page{
    /*max-width:1024px;
    margin:auto;*/
}

.menu ul li .submenu{
    width:300px;
}

.menu ul li .submenu{
    background:#e1eaed;
}

/*.hero-static {
    height:250px;
}
.hero-static .inner{
    height:250px;
}*/

.hero-static{
    margin-bottom:0px;
}

.hero-static p{
font-size: 2.5em;
font-weight: 900;
color:white;
}



#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after{
    background:white;
}

.page h1{
    text-transform:initial;
    font-size: 2.5em;
    color:#003a66;
}

.page h2{
    text-transform:initial;
    font-size: 2.5em;
    color:#003a66;
}


.packageimagerealestate{padding-top:140px;}

.packageimageecommerce{padding-top:50px;}




@media  (max-width: 768px){

    .packageimage{padding-top:0px;}
    .packageimagerealestate{padding-top:0px;}

.packageimageecommerce{padding-top:0px;}

.hero-static p{
font-size: 1em;

}

.page h1{
    text-transform:initial;
    font-size: 1.5em;
}

.page h2{
    text-transform:initial;
    font-size: 1.5em;
}

.header .logo{
    margin-top:5px;
    width:180px;
    float:right;
}

}

.footer{
    background: #ff712c;
}


.footer, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5,  .footer text-muted{
    color:white;
}

.footer a, .footer a:hover, .footer a:focus{
    color:#d9d9d9;
}

.footer a:hover{
    color:white !important;
}

.footer .meta a:hover{
    color:white !important;
}

.footer .featured-post h4 a, .footer .features h4 a, .footer .contacts h4 a, .footer .featured-post h5 a, .footer .features h5 a, .footer .contacts h5 a{
color:white;
}






.copyright{
    color:black;
}



 .footer .subscribe html input[type="button"], .footer .subscribe input[type="reset"], .footer .subscribe input[type="submit"]{
float: right;
width: 45px;
height: 38px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background: #fff;
border: none;
color: #ff712c;
font-size: 1.3em;
-webkit-transition: background .3s ease;
-moz-transition: background .3s ease;
transition: background .3s ease;
 }



 
.page ul a{
	color:#484848;
}

.page ul{
    list-style:none;
}

.page ul a:hover{
	color:#70b848;
}

.page ul li{
	background:url(../images/arrow.png) no-repeat 0 8px;
	padding:2px 7px 5px 25px;
}





.page ul.green li{
	background:url(../images/arrow-green.png) #cce5eb no-repeat 7px 8px;
	padding:2px 7px 5px 25px;
}

.page ul.green li.odd{
	background:url(../images/arrow-green.png) #e6f2f5 no-repeat 7px 8px;
}


.form p {
	padding:10px;
	
}

.form label {
	float: left;
	width: 150px;
}

.form input {
	
    max-width:100%;
}


.form input[type="checkbox"] {
	float: left;
	width: auto;
}

.form textarea {
	width: 150px;
	height: 100px;
    max-width:100%;
}


.toolbox .heading {
width: 100%;
}