@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i';
/*
    font-family: 'Roboto', sans-serif;
    font-family: 'Open Sans', sans-serif;
*/

body {
	color: #1d1e1f;
	font: 400 14px/22px Helvetica,Arial,Verdana,sans-serif;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a, a:hover, .btn-default, .btn-default:hover {
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;

}
 h2 {
    color: #0b2467;
    font-size: 41px;
    font-weight: bold;
    margin: 0;
    padding: 21px 0 25px;
    text-align: center;
}
h3 {
    color: #0b2467;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
    padding: 0;
}
h4 {
    color: #0b2467;
    font-size: 18px;
    font-weight: 300;
    margin: 10px 0;
    padding: 0;
}
h4 {
	margin-bottom: 30px;
}
h5 { 
	color: #0b2467;
	font-weight: 600;
	margin-bottom: 20px;
	
}
p {
	color: #0b2467;
	font-size: 14px;
	margin: 0;
	padding: 0 0 15px;
	text-align: justify;
}
.black-color h4,
.blackp p {
	color: #000;
}
.container {
	max-width: 1000px;
}
.btn-default,
a:focus, a:hover {
	outline: none;
}
.img-100 {
	width: 100%;
}
/*==========================
		HEADER
==========================*/
.header-contact {
    padding: 10px 0;
    text-align: right;
}
.header-contact li {
    color: #7c7c7c;
    font-size: 14px;
    line-height: 25px;
}
.header-contact a {
    color: #f07101;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    margin-top: 8px;
    text-decoration: none;
}
.header-contact li span {
    color: #363636;
    font-weight: bold;
    text-transform: uppercase;
}
.navbar-default .navbar-brand {
    display: none;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-toggle {
    border: medium none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar {
    border-radius: 0;
    width: 30px;
}

.navbar-default {
    background: #0a2467;
    border: none;
}
.navbar {
    border-radius: 0;
    margin-bottom: 10px;
	min-height: 40px;
}
.navbar-collapse {
	padding: 0;
}
.navbar-default .navbar-nav > li > a {
    border-right: 1px solid rgba(255, 255, 255, 0.7);
    color: #fff;
    font-size: 15px;
    padding: 10px 17px;
    position: relative;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li:last-child > a {
	border-right: none;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.homepage .navbar-default .navbar-nav > li.nav-home > a,
.brochurepage .navbar-default .navbar-nav > li.nav-brochure > a ,
.patiopage .navbar-default .navbar-nav > li.dropdown.nav-patio > a,
.gatesperthpage .navbar-default .navbar-nav > li.dropdown.nav-gates > a,
.fencingpage .navbar-default .navbar-nav > li.dropdown.nav-fencing > a,
.powdercoatingpage .navbar-default .navbar-nav > li.dropdown.nav-powdercoating > a,
.contactpage .navbar-default .navbar-nav > li.nav-contact > a {
	background: #f9f9f9;
	color: #222;
}
.dropdown-menu {
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	padding: 0;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}
.dropdown-menu > li > a {
	font-size: 13px;
    padding: 8px 20px;
	text-transform: uppercase;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #efefef;
    color: #222;
    text-decoration: none;
}
/*==========================
		BANNER
==========================*/
.innerbanner {
    margin-bottom: 10px;
    position: relative;
}
.banner .box {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    //float: right;
    //height: 100%;
    width: 100%;
    //max-width: 370px;
    max-height: 300px;
    padding: 10px;
    //position: absolute;
    //right: 30px;
    top: 0;
    margin-bottom: 10px;
}
.box p {
    color: #ffe;
    font-size: 18px;
  //  font-style: italic;
text-align: center;
}
.box img {
   margin: auto;
}
.box a img {
   // margin: 25px auto 0;
}
.magicbanner-img {
    margin-bottom: 14px;
}
.hm-services {
    padding: 10px 0 20px;
}
.hm-services li {
    display: inline-block;
    margin-bottom: 20px;
    width: 19.5%;
}

.allways-sec {
    background-color: #f2f4f6;
    border-bottom: 2px solid white;
    border-top: 2px solid #bbb;
    box-shadow: 1px 1px 4px #999;
    padding-bottom: 30px;
}

.allways-sec h2,
.recent-work h2{
    font-family: tahoma;
}
.allways-sec ul {
    margin-bottom: 20px;
    padding-left: 25px;
}
.allways-sec li {
    padding-left: 15px;
    position: relative;
}
.allways-sec li::before {
    background: #333 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 6px;
}
.aboutilink {
    text-align: right;
}
.link a {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(27, 164, 213, 1) 0%, rgba(27, 164, 213, 1) 17%, rgba(23, 145, 190, 1) 50%, rgba(19, 129, 169, 1) 99%) repeat scroll 0 0;
	border-radius: 5px;
	color: #fff !important;
	font-weight: bold;
	padding: 4px 10px;
	text-align: center;
	text-decoration: none;
}

.recentimg img {
    border: 7px solid #fff;
    border-radius: 7px;
    box-shadow: 0 0 5px #a5a5a5;
    height: 210px;
    margin-bottom: 12px;
    width: 100%;
}
.recent-title h4 {
    background: #071844 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    padding: 13px 0;
    text-align: center;
	text-transform: uppercase;
    width: 100%;
}
.home-testimonial {
    background-color: #d1d3d8;
    margin-top: 30px;
    padding: 20px 0 10px;
    width: 100%;
}

.testimonial-title h2 {
    color: #0b2467;
    font-size: 41px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}
.client-name > h4 {
    color: #333;
    font-size: 15px;
    text-align: right;
}
.client-say > p {
    color: #333;
}
.item.padding-rt {
	padding: 0 15px;
}
.item.padding-lt {
	padding: 0 15px;
}
.client-say .fa.fa-quote-left {
    margin-right: 10px;
}
.client-say .fa.fa-quote-right {
    margin-left: 10px;
}
/*==========================
		FOOTER
==========================*/
.top-footer {
    background-color: #0b2467;
	font-family: 'Roboto', sans-serif;
}
.footer-nav {
    padding: 30px 0;
}
.footer-nav  li a {
    color: #dde6ed;
    font-size: 18px;
    font-weight: 100;
	text-decoration: none;
    text-transform: uppercase;
}
.getintouch {
	color: #dde6ed;
	font-weight: 100;
    padding: 20px 0;
}
.getintouch > h4 {
    color: #dde6ed;
    font-weight: 500;
    margin-bottom: 10px;
}
.getintouch a {
    color: #fff;
    font-weight: 100;
}
.getintouch li i {
    font-size: 17px;
    width: 22px;
}
.getintouch li span {
    display: block;
    margin-left: 30px;
}
.getintouch > ul {
    margin-bottom: 10px;
}
.footer-btm {
    background: rgba(0, 0, 0, 0) url("../images/footer-btn.jpg") repeat-x scroll 0 0;
    padding: 20px 0 10px;
}
.copyright > p {
    color: #fff;
    font-weight: bold;
    text-align: center;
}
/*==========================
		Brochures Page
==========================*/
.innerpage h2 {
    font-weight: 300;
    margin: 0;
    padding: 30px 0 35px;
}
.broucher-link li {
    padding-bottom: 20px;
}
.blue-steel img {
    margin: 20px auto;
}
.patio-info-inner ul {
    margin: 0 0 20px 25px;
}
.patio-info-inner li {
    color: #0b2467;
    line-height: 24px;
    padding-left: 15px;
    position: relative;
}
.patio-info-inner li::before {
    background: #0b2467;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 5px;
}
.gates-perth-list {
    margin: 20px 0;
}
.gates-perth-list a {
    color: #0b2467;
    text-decoration: none;
}
.gates-perth-list li {
    padding-left: 15px;
    position: relative;
}
.gates-perth-list li::before {
    background: transparent;
    border: 1px solid #0a1534;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 5px;
}
.caption-text {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 10px;
    margin: 0 auto 20px;
	max-width: 225px;
    padding: 0;
    text-align: center;
}
.gallery-section::before,
.gallery-section::after {
	content: "";
	display: table;
}
.gallery-section::after  {
	clear: both;
}
.gallery-section li {
    float: left;
    width: 25%;
	text-align:center;
	margin: 0 0 0 0;
}
.gallery-section1 li {
    float: left;
    width: 16.66%;
	text-align:center;
	margin: 0 0 0 0;
}
.thumbnail {
	background-color: transparent;
	border: 2px solid #cfcfcf;
	border-radius: 0;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 0;
	transition: border 0.2s ease-in-out 0s;
}
.mhouse {
    margin: 0 auto;
    max-width: 300px;
	clear:both;
}
.mhouse .caption-text {
	max-width: 100% !important;
}

.request-quote .form-horizontal .control-label {
    color: #0b2467;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
}
.check-box li {
    display: inline-block;
}
.form-control {
	border: 1px solid #ddd;
	border-radius: 0;
	font-size: 13px;
}
.form-control:focus {
    border-color: #385bbb;
    box-shadow: none;
    outline: 0 none;
}
.form-horizontal .btn-default {
	background-color: #fb4804;
	border: medium none;
	color: #fff;
	width: 100%;
}
.form-horizontal .btn {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
}
.form-horizontal .btn-default.active, .form-horizontal .btn-default.focus, .form-horizontal .btn-default:active, .form-horizontal .btn-default:focus   {
	background-color: #fa5e22;
	border: none;
	color: #fff;
}
.select-icon .form-control {
	background: url(../images/select-bg.png) no-repeat center right;
}
iframe {
    border: medium none;
    height: 350px;
    max-width: 350px;
    width: 100%;
}
.contact-contactlist li {
	color: #0b2467;
}
/*==========================
		SCROLL TOP
==========================*/
.scrollToTop {
	bottom: 0;
	color: #fff;
	display: none;
	padding: 10px;
	position: fixed;
	right: 0;
	text-align: center;
	text-decoration: none;
	z-index: 9999;
}
.fa.fa-long-arrow-up {
	background: rgba(0, 0, 0, .7);
	color: #fff;
	font-size: 15px;
	height: 45px;
	line-height: 45px;
	width: 45px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;

	
}
.fa.fa-long-arrow-up:hover {
	background: rgba(0, 0, 0, .9);
}

.aria-hidden p
{color: #f2f4f6;
font-size: 15px;
}

.aria-hidden a{color:#f2f4f6;}



