/* GDS Web Design custom CSS */

body {
    overflow-x: hidden;
    background-color: #383838;
    color: #fff;
    font-size: 100%;
    margin-bottom:1px;
}


.text-muted {
    color: #777;
}

.text-primary {
    color: #efb108;
}


a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #efb108;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #efb108;
}

h1,
h2,
h3,
h4,
h5,
h6 

.img-centered {
    margin: 0 auto;
}



.btn-custom {
  background-color: #efb108;
  border-color: #efb108;
  color: #0000ff
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #d69f07;
  border-color: #be8c06;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #efb108;
  border-color: #efb108;
  
  
 }
  

  
  /* Add a background color to the top navigation */
  
  .navbar {
	background-color: #808080;
    border-color: #224500;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0d0d0d), to(#808080));
    background-image: -webkit-linear-gradient(top, #0d0d0d, 0%, #808080, 100%);
    background-image: -moz-linear-gradient(top, #0d0d0d 0%, #808080 100%);
    background-image: linear-gradient(to bottom, #0d0d0d 0%, #808080 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d0d0d', endColorstr='#ff808080',   GradientType=0);
    color: #fff;
     padding-right: 0px;
    margin-right: 20px;
    width: 100%;
    float: right;
}


/* Style the links inside the navigation bar */

.topnav a {
  
  float: right;
  color: #FF6500;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
}

/* Change the color of links on hover */

.topnav a:hover {
  background-color: #808080;
  color: #F39011;
}



/* menu mobile background colour, white, */
   
.topnav-default {
    border-color: transparent;
    background-color: #0000ff;
}

 /* Ross & Montgomery Mortgages custom Navbar  */   

/* menu mobile background colour, white, */
   
.navbar-default {
    border-color: transparent;
    background-color: #cdcdcd;
}

/*colour, yellow, and thicknes of menu items*/

.navbar-default .nav li a {
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 1em;
    color: #FF6500;
}


@media(min-width:768px) {
    .navbar-default {
        font-size: 1.2em;
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 1.5em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #fff;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

/* menu tiems hovered over colour grey */

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    font-weight: bold;
    color: #696969;
}

.navbar-toggle {
    float: none;
}

.navbar-nav{
	float: none;
}

/* height of menu bar*/

.navbar-nav > li > a {
	padding-top:5px !important;
	padding-bottom:5px !important;
}

.navbar {
	min-height:20px !important;
	margin-bottom: 0px;	
}

@media(min-width:768px) {
    section {
    padding: 150px 0;
    }
}


/* GDS Web Design custom Panels  */

.panel {
	background-color: #000;
    border-radius: 10px;
	margin-top: 0%;
    margin-bottom: 30%;
    padding: 1%
    
}

.panel-body {
	background-color: #000;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .5em;
	padding-left: .5em;
}

.panel-body-c {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0d0d0d), to(#808080));
    background-image: -webkit-linear-gradient(top, #0d0d0d, 0%, #808080, 100%);
    background-image: -moz-linear-gradient(top, #0d0d0d 0%, #808080 100%);
    background-image: linear-gradient(to bottom, #0d0d0d 0%, #808080 100%);
  	color: #fff;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .1em;
	padding-left: .5em;
  	border-radius: 10px;
}

/* GDS Web Design custom Header  */

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../images/background_home.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}


header h2 {
	color: #ff6500;
    text-align: left;
    margin-left: 0px;
  	margin-top: 0px;
    margin-bottom: 10px;
  	text-shadow: 2px 2px 1px #000,
    	         -2px -2px 1px #000,
        	     -2px 2px 1px #000,
            	  2px -2px 1px #000;
}




header p1 {
	color: #fff;
	font-style: normal;
    
	vertical-align: top;
    text-align: left;
    font-size: 15px;
}




@media(min-width:768px) {
    .navbar-default {
        font-size: 1.2em;
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 1.5em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #fff;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}
/* menu mobile background colour, white, */
   
.navbar-default {
    border-color: transparent;
    background-color: #cdcdcd;
}

#mobile .panel {
	background-color: #fffeed;
    border:none;
	margin-top: 0%;
    margin-bottom: 0%;
    padding: 1%    
}


li a {
color:#FF6500;
font-size: 16px;
}

section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
    padding: 150px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}



@media(min-width:768px) {
    .navbar-default 
        font-size: 2em;
        font-color: #FFA500;
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 1.5em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #000;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }


.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #efb108;
}

.navbar-toggle {
    float: none;
}

.navbar-nav{
	float: none;
}

.navbar-nav > li > a {
	padding-top:5px !important;
	padding-bottom:5px !important;
}

.navbar {
	min-height:32px !important;
	margin-bottom: 0px;	
}


@media (max-width: 767) {
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eb5d0e;
    background-color: transparent;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #eb5d0e;
    background-color: #081d42;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-custom .navbar-link {
  color: #ffffff;
}
.navbar-custom .navbar-link:hover {
  color: #eb5d0e;
}

.navbar-toggle {
    float: none;
}

.navbar-nav{
	float: none;
}

.navbar-nav > li > a {
    padding-top:5px !important;
	padding-bottom:5px !important;
}

.navbar {
	min-height:32px !important;
	margin-bottom: 0px;	
}

.navbar-brand {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left:10px;
	height: 20px;
	font-size: 95%;
}

/* Braziers about  */


#about {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../images/background_home.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}




#about .panel {
	background-color: #000;
    border:none;
	margin-top: 0%;
    margin-bottom: 0%;
    padding: 1%    
}
#about .panel-body-c {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0d0d0d), to(#808080));
    background-image: -webkit-linear-gradient(top, #0d0d0d, 0%, #808080, 100%);
    background-image: -moz-linear-gradient(top, #0d0d0d 0%, #808080 100%);
    background-image: linear-gradient(to bottom, #0d0d0d 0%, #808080 100%);
  	color: #fff;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .1em;
	padding-left: .5em;
  	border-radius: 10px;
}


#about .panel-body-gds {
	background-color: #000;
	padding-top: 15em;
	padding-right: 5em;
	padding-bottom: 5em;
	padding-left: 5em;
}

#about h1 {
	color: #FFA500;
    text-align: left;
    margin: .1em 0;
    font-size: 3em;
    padding: initial;
    line-height: 1em;  
	text-shadow: 2px 2px 1px #000,
    	         -2px -2px 1px #000,
        	     -2px 2px 1px #000,
            	  2px -2px 1px #000;
}

#about h2 {
	color: #ff6500;
    text-align: left;
    margin-left: 0px;
    font-size: 3.5em;
  	margin-top: 0px;
    margin-bottom: 10px;
  	text-shadow: 2px 2px 1px #000,
    	         -2px -2px 1px #000,
        	     -2px 2px 1px #000,
            	  2px -2px 1px #000;
}

#about p2 {
	color: #ff6500;
    text-align: left;
    margin-left: 0px;
    font-size: 3.5em;
  	margin-top: 0px;
    margin-bottom: 10px;
  	text-shadow: 2px 2px 1px #000,
    	         -2px -2px 1px #000,
        	     -2px 2px 1px #000,
            	  2px -2px 1px #000;
}


#about p1 {
	color: #fff;
	font-style: normal;
    
	vertical-align: top;
    text-align: left;
    font-size: 16px;
}



/* Braziers services  */


#services {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../images/background_services.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}




#services .panel {
	background-color: #000;
    border:none;
	margin-top: 0%;
    margin-bottom: 0%;
    padding: 1%    
} 

#services .panel-body-c {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0d0d0d), to(#808080));
    background-image: -webkit-linear-gradient(top, #0d0d0d, 0%, #808080, 100%);
    background-image: -moz-linear-gradient(top, #0d0d0d 0%, #808080 100%);
    background-image: linear-gradient(to bottom, #0d0d0d 0%, #808080 100%);
  	color: #fff;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .1em;
	padding-left: .5em;
  	border-radius: 10px;
}


#services .panel-body-gds {
	background-color: #000;
	padding-top: 15em;
	padding-right: 5em;
	padding-bottom: 5em;
	padding-left: 5em;
}

#services h1 {
	color: #FFA500;
    text-align: left;
    margin: .1em 0;
    font-size: 3em;
    padding: initial;
    line-height: 1em;  
	text-shadow: 2px 2px 1px #000,
    	         -2px -2px 1px #000,
        	     -2px 2px 1px #000,
            	  2px -2px 1px #000;
}

#services h2 {
	color: #ff6500;
    text-align: left;
    margin-left: 0px;
  	margin-top: 0px;
    margin-bottom: 10px;
  	text-shadow: 2px 2px 1px #000,
    	         -2px -2px 1px #000,
        	     -2px 2px 1px #000,
            	  2px -2px 1px #000;
}


#services p1 {
	color: #fff;
	font-style: normal;
    
	vertical-align: top;
    text-align: left;
    font-size: 16px;
}


#services p2 {
	color: #ff6500;
    text-align: left;
    margin-left: 0px;
    font-size: 3.5em;
  	margin-top: 0px;
    margin-bottom: 10px;
  	text-shadow: 2px 2px 1px #000,
    	         -2px -2px 1px #000,
        	     -2px 2px 1px #000,
            	  2px -2px 1px #000;
}


/* Braziers classic  */


#classic {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../images/background_classic.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}




#classic .panel {
	background-color: #000;
    border:none;
	margin-top: 0%;
    margin-bottom: 0%;
    padding: 1%    
}
#classic .panel-body-c {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0d0d0d), to(#808080));
    background-image: -webkit-linear-gradient(top, #0d0d0d, 0%, #808080, 100%);
    background-image: -moz-linear-gradient(top, #0d0d0d 0%, #808080 100%);
    background-image: linear-gradient(to bottom, #0d0d0d 0%, #808080 100%);
  	color: #fff;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .1em;
	padding-left: .5em;
  	border-radius: 10px;
}

#classic .panel-body-gds {
	background-color: #000;
	padding-top: 15em;
	padding-right: 5em;
	padding-bottom: 5em;
	padding-left: 5em;
}

#classic h1 {
	color: #FFA500;
    text-align: left;
    margin: .1em 0;
    font-size: 3em;
    padding: initial;
    line-height: 1em;  
	text-shadow: 2px 2px 1px #000,
    	         -2px -2px 1px #000,
        	     -2px 2px 1px #000,
            	  2px -2px 1px #000;
}

#classic h2 {
	color: #ff6500;
    text-align: left;
    margin-left: 0px;
  	margin-top: 0px;
    margin-bottom: 10px;
  	text-shadow: 2px 2px 1px #000,
    	         -2px -2px 1px #000,
        	     -2px 2px 1px #000,
            	  2px -2px 1px #000;
}




#classic p1 {
	color: #fff;
	font-style: normal;
    
	vertical-align: top;
    text-align: left;
    font-size: 16px;
}

#services p2 {
	color: #ff6500;
    text-align: left;
    margin-left: 0px;
    font-size: 3.5em;
  	margin-top: 0px;
    margin-bottom: 10px;
  	text-shadow: 2px 2px 1px #000,
    	         -2px -2px 1px #000,
        	     -2px 2px 1px #000,
            	  2px -2px 1px #000;
}

/* Braziers mot  */


#mot {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../images/background_mot.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}




#mot .panel {
	background-color: #000;
    border:none;
	margin-top: 0%;
    margin-bottom: 0%;
    padding: 1%    
}
#mot .panel-body-c {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0d0d0d), to(#808080));
    background-image: -webkit-linear-gradient(top, #0d0d0d, 0%, #808080, 100%);
    background-image: -moz-linear-gradient(top, #0d0d0d 0%, #808080 100%);
    background-image: linear-gradient(to bottom, #0d0d0d 0%, #808080 100%);
  	color: #fff;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .1em;
	padding-left: .5em;
  	border-radius: 10px;
}


#mot .panel-body-gds {
	background-color: #000;
	padding-top: 15em;
	padding-right: 5em;
	padding-bottom: 5em;
	padding-left: 5em;
}





#mot p1 {
	color: #fff;
	font-style: normal;
    
	vertical-align: top;
    text-align: left;
    font-size: 16px;
}
#mot p2 {
	color: #ff6500;
    text-align: left;
    margin-left: 0px;
    font-size: 3.5em;
  	margin-top: 0px;
    margin-bottom: 10px;
  	text-shadow: 2px 2px 1px #000,
    	         -2px -2px 1px #000,
        	     -2px 2px 1px #000,
            	  2px -2px 1px #000;
}

/* Braziers find us  */


#find us {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../images/background_mot.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}




#find us .panel {
	background-color: #000;
    border:none;
	margin-top: 0%;
    margin-bottom: 0%;
    padding: 1%    

#find us .panel-body-c {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0d0d0d), to(#808080));
    background-image: -webkit-linear-gradient(top, #0d0d0d, 0%, #808080, 100%);
    background-image: -moz-linear-gradient(top, #0d0d0d 0%, #808080 100%);
    background-image: linear-gradient(to bottom, #0d0d0d 0%, #808080 100%);
  	color: #fff;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .1em;
	padding-left: .5em;
  	border-radius: 10px;
}


#find us .panel-body-gds {
	background-color: #000;
	padding-top: 15em;
	padding-right: 5em;
	padding-bottom: 5em;
	padding-left: 5em;
}

#find us h2 {
	color: #ff6500;
    text-align: left;
    margin-left: 0px;
  	margin-top: 0px;
    margin-bottom: 10px;
  	text-shadow: 2px 2px 1px #000,
    	         -2px -2px 1px #000,
        	     -2px 2px 1px #000,
            	  2px -2px 1px #000;
}


#find us p2 {
	color: #ff6500;
    text-align: left;
    margin-left: 0px;
    font-size: 3.5em;
  	margin-top: 0px;
    margin-bottom: 10px;
  	text-shadow: 2px 2px 1px #000,
    	         -2px -2px 1px #000,
        	     -2px 2px 1px #000,
            	  2px -2px 1px #000;
}

#find us p1 {
	color: #fff;
	font-style: normal;
    
	vertical-align: top;
    text-align: left;
    font-size: 16px;
}

/* Braziers Custom footer  */
#footer {
    position: fixed;
    height: 50px;
    background-color: red;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}
#footer  h2 {
	color: #fff;
	font-style: normal;
	font-weight: lighter;
	vertical-align: top;
    text-align: left;
    font-size: 2em;
}
#footer hr{ 
      height: 4px;
      color: black;
      border: none;
    }
  
/* paragraph break line */
    hr{ 
      height: 4px;
      color: 000;
      background-color: #404040;
      border: none;
    }

#footer p3{
text-align: center;
 }