@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300);

body{
	
}

.navbar-default{
	font-family: 'Titillium Web', sans-serif;
}

.navbar{
	margin-bottom:0;
	min-height:auto;
}

.navbar-nav > li > a{
	padding-top:12px;
	padding-bottom:12px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background:#dcdcdc;
	color:#6b0f0a;	
}

.navbar-default{
	background-color:#f5f5f5;
	border:0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}


.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	background:#dcdcdc;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu{
	border-radius:0;
	box-shadow:none;
	border:0;
	background:#F9F9F9;
}

.navbar-nav > li:hover{
	background:#dcdcdc;
}


/*===*/

.logo-part{
	margin-top:50px;
}

.logo{}

.phone{
	text-align:right;
	margin-top:30px;
}

.phone h4{
	margin:0;
}

.phone h4 span{
	font-size:13px;
}

.phone a{
	color:#333;
}

.banner{
	margin-top:10px;
	margin-bottom:60px;
}

footer{
	background:#ba2b2a;
	padding:10px 0;
	margin-top:30px;
	color:#f9c1c0;
	font-size:12px;
	position: fixed;
    bottom: 0;
	text-align:center;
    width: 100%;
}

.copyright{
	text-align:right;
	font-style:italic;
}

/*========*/

.sub-height{
	height:50px;
}

.subhig{
	height:20px;
}

.sub-header{
	text-align:right;
}

.sub-content{
	color:#666;
}

.sub-header h4{
	margin:0;
	font-size:14px;
	font-style:italic;
	line-height:23px;
	color:#BA2B28;
}

.sub-content p, .contactus p{
	line-height:23px;
}

.contactus{
	text-align:center;
	margin-top:8%;
	margin-bottom:8%;
}

.contactus h2{
	color:#BA2A29;
	font-weight:bold;
}

.contactus h6{
	margin-top:0;
}

.enquiry{
	
}

.formfield{
	width: 100%;
	margin-bottom: 10px;
	border-radius: 0;
	border: 1px solid #dadada;
	background: #f5f5f5;
	padding: 5px 5%;
}

.captcha{
	background:#1b4489;
	padding:3px 10px;
	color:#fff;
	font-weight:bold;
	font-size:13px;
}

.submit{
	background:#938d8d;
	border:0;
	width:100%;
	padding:10px 0;
	font-size:16px;
	color:#fff;
}

.pro-img{
	
}

.pro-drc{
	
}

.pro-drc h2{
	margin-top:0;
	font-weight:bold;
	font-family: 'Titillium Web', sans-serif;
}


.pro-drc h5{
	margin-top:0;
	color:#777794;
	margin-bottom:30px;
}

.thanks{
	text-align:center;
	margin-top:50px;
}

.thanks h1{
	color:#1C4588;
	font-weight:bold;
}

.thanks h4{
	color:#999;
}

.com-logos{
	margin-bottom:70px;
	margin-left:auto;
	margin-right:auto;
	width:450px;
}

.com-logos li{
	padding:0;
}

/*===MEDIA SCREEN===*/


@media screen and (max-width:767px){

.logo{max-width:360px;}

.phone{
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
}

.copyright{
	text-align:left;
}

.sub-header{
	text-align:left;
}

.sub-height{
	height:30px;
}

.pro-drc{
	margin-top:30px;
}

.pro-drc h5{
	margin-bottom:10px;
}


footer{
	position: static;
}

.com-logos li{
  display: inherit;
  padding:10px 0;
}

}



}