/* ==========================================================================
    Author: Copyright 2016  AldoDesign - aldo@aldodesign.com
    http://www.aldodesign.com 
   ========================================================================== */

/* @group GLOBAL Group */

* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #434343;
	font-size: 16px;
	line-height: 1.45em;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	cursor: default;
	margin: 0px;
	padding: 0px;
	background: #f9f9f9;
	background-repeat: repeat;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility: hidden;
	text-rendering: optimizeLegibility;
}

/* Menu Current Pages Set if needed*/

body#bcommercial a#commercial, body#bresidential a#residential, body#block a#lock, body#bsafes a#safes, body#bcontactpage a#contactpage {
	color: #F0AF11 !important;
}
/* Menu Current Pages Set if needed*/

body#bprofile a#profile, body#bwork a#work {
	color: #F0AF11 !important;
}

.top-header-spacer {
	padding-top: 120px;
}

/* @end */

/* @group BODY SECTIONS Group */

body > section {
	/*newer ie covers up content unless this is included*/
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
}

#bg-paper {
	background: url(../images/backgrounds/gray-lines.png) repeat rgb(236, 234, 230);
}

#bg-steel {
	background: url(../images/backgrounds/metal-light.png) repeat rgb(236, 234, 230);
}

#bg-red {
	background-color: #a92125;
}

#bg-red .intro-text {
	color: #ffffff;
}

#bg-red h1 {
	color: #ffffff;
	text-shadow: 1px 1px 2px #54766d;
}

.bg-dark-blue {
	background-color: #0e2d53;
}

#bg-charcoal {
	background: url(../images/backgrounds/black_noise.png) #231e1f;
	color: #adaead;
	text-shadow: none;
	padding-bottom: 40px;
	padding-top: 40px;
}

#bg-charcoal h1 {
	color: rgba(203, 32, 38, 0.9);
}

#bg-gray {
	background-color: #29323e;
	background-repeat: repeat;
}

.bg-offwhite {
	background-color: #fbfbf3;
}

#bg-slideshow {
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}

/* @end */

/* @group RESET Group */

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:focus {
	outline: 0 !important;
}

iframe {
	border: none;
	width: 100%;
}

::selection {
	background: #fefac7; /* Safari */
	color: #555555;
}

::-moz-selection {
	background: #fefac7; /* Firefox */
	color: #555555;
}

strong, b {
	font-weight: bold;
}

span.text-bg {
	padding: 0px 5px;
	background-color: #2a88c4;
	color: #fff;
	line-height: 10px;
}

span.text-color {
	color: #2b8cc7;
}

label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #777;
}

p.dropcap:first-letter {
	display: block;
	float: left;
	font-size: 50px;
	line-height: 51px;
	margin: -1px 8px -2px 0;
	color: #2b8cc7;
	font-family: 'Open Sans', sans-serif;
}

input, button, select, textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.row {
	/*margin: 0!important;*/  /* Tighter Gap between boxes gutters */
}

[class*="col-"] {
	/*padding: 0 4px;
	margin: 0;*/
			
			 /* Tighter Gap between boxes gutters */
}

.side-margins {
	/* Tighter Gap for transparent white wells on col-12 */
	margin-left: 3px;
	margin-right: 3px;
}

/* @end */

/* @group Master Links Group */

::selection {
	/* When highlight the text on browser*/
	background-color: #8e1a2b;
	color: #FFF;
}

a, button {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}

a {
	/* color: #427793; */
	color: green;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}

a:visited {
	color: #427793;
}

	a:hover, a:focus {
		text-decoration: none;
		/* color: #D6302E; */
		color: green;
	}

a:focus {
	-moz-outline-style: none;
	border: none;
	outline: none;
}

a, a:hover, a:focus, button:hover, button:focus {
	outline: 0 !important;
	text-decoration: none;
}

a:active, a:focus {
	outline: none;
	ie-dummy: expression(this.hideFocus=true);
}

/* @end */

/* @group Typography Group */

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
/* Headings Margins Default */

h1, h2, h3, h4 {
	font-family: 'Roboto Slab', Broadway, serif;
	font-weight: 400;
	color: #666763;
}

h1 {
	font-size: 40px;
	padding: 0px;
	color: #a92125;
	margin-bottom: 10px;
	/*text-transform: uppercase;*/
	/*text-shadow: 1px 1px 3px #ffffff;*/
	line-height: 1.3em;
	letter-spacing: -0.01em;
}

h1 span {
	font-size: 30px;
	color: #757471;
	text-transform: capitalize;
}

h2 {
	font-weight: 400;
	font-size: 32px;
	line-height: 38px;
	word-spacing: 0px;
	margin-bottom: 15px;
}

h3 {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 10px;
}

h4 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
}

h5 {
	font-size: 17px;
	line-height: 24px;
}

h6 {
	font-size: 14px;
	line-height: 21px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

small {
	font-size: 80%;
	color: #5d5c5c !important;
}


/*paragraphs*/

p {
	margin-bottom: 10px;
	margin-top: 5px;
}

.intro-text {
	font-size: 1.15em !important;
	font-weight: 400 !important;
	line-height: 1.45em !important;
	text-transform: none !important;
}

.theme-blue {
	color: #20629f!important;
}

.theme-red {
	color: #a92125 !important;
}

.theme-dark-gray {
	color: #3c3c3c!important;
}

.theme-white {
	color: #ffffff!important;
}

.theme-light-gray {
	color: rgba(255, 255, 255, 0.8) !important;
}

.theme-cyan {
	color: #2d90cd;
}

.theme-green {
	color: #77a296;
}

.theme-gray {
	color: #374351;
}

/* @end */

/* @group IMAGES STYLES */

.left {
	float: left;
}

.right {
	float: right;
}

.image-left {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}

.image-right {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
}

.image-center {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.image-border-light {
	position: relative;
	border: 10px solid #f1f1f1;
	padding: 0;
	box-shadow: 1px 1px 2px #c6c6c6;
	-moz-box-shadow: 1px 1px 2px #c6c6c6;
}

.image-border-white {
	position: relative;
	border: 8px solid #ffffff;
	padding: 0;
	box-shadow: 1px 1px 2px #c6c6c6;
	-moz-box-shadow: 1px 1px 2px #c6c6c6;
}

.image-right-border {
	float: right;
	padding: 0px;
	margin-bottom: 10px;
	background-color: #D2D0CA;
	border-radius: 6px;
	margin-right: 0px;
	margin-top: 2px;
	border: 6px solid #ffffff;
	margin-left: 10px;
	box-shadow: 1px 1px 4px #B1B1A8;
}

.image-center-border {
	padding: 8px;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #D2D0CA;
	border: 6px solid #ffffff;
	box-shadow: 1px 1px 4px #B1B1A8;
	border-radius: 6px;
	margin-top: 5px;
	margin-right: auto;
	clear: both;
}

.image-left-border {
	float: left;
	padding: 0px;
	margin-bottom: 5px;
	background-color: #D2D0CA;
	border-radius: 6px;
	margin-right: 15px;
	margin-top: 5px;
	border: 6px solid #ffffff;
	box-shadow: 1px 1px 4px #B1B1A8;
}

.image-border {
	padding: 0px;
	margin-bottom: 15px;
	background-color: #E1E0DC;
	border: 6px solid #ffffff;
	box-shadow: 1px 1px 4px #B1B1A8;
	border-radius: 6px;
	margin-top: 5px;
}

.image-border-boxes {
	padding: 0px;
	margin-bottom: 5px;
	border: 3px solid #ffffff;
	box-shadow: 1px 2px 4px #B1B1A8;
	border-radius: 4px;
}

.center-img {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* @end */

/* @group CONTAINERS */

.container {
	/*margin-bottom: 0px!important;
	margin-top: 0px!important;*/
}

.center-text {
	text-align: center;
}

#banner {
	padding: 0px;
	display: block;
	background-color: #D5D7CD;
	margin: 0px;
	width: 100%;
	/*height: 350px;*/
}

#banner.narrow {
	width: 100%;
	padding: 0px;
	overflow: hidden;
	background-color: #01518d;
	background-repeat: repeat;
	background-position: 50% 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.photo-banner {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #d1d1d1;
	-o-background-size: cover;
	height: 325px;
	/*border-bottom: 1px solid #ffffff;*/
}

.photo-banner.service {
	background-image: url(../images/sub-banners/sub-service.jpg)!important;
}

.photo-banner.testimonials {
	background-image: url(../images/sub-banners/sub-testimonials.jpg)!important;
}

.photo-banner.about {
	background-image: url(../images/sub-banners/sub-about.jpg)!important;
}

.photo-banner.contact {
	background-image: url(../images/sub-banners/sub-contact.jpg)!important;
}

.google-map {
	width: 100%;
	margin-top: 96px!important;
	display: block;
	background-color: #DFDACF;
	border-top: 1px solid #d6d6d6;
	border-bottom: 2px solid #d6d6d6;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: both;
}

.well {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 3px;
	border: 1px solid rgba(235, 232, 221, 0.7);
	/*margin: 0 0 12px!important;*/
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 1px 1px 3px rgba(182, 182, 182, 0.25);
	-moz-box-shadow: 1px 1px 3px rgba(182, 182, 182, 0.25);
}

.well.transparent {
	background-color: transparent!important;
	box-shadow: 0px 0px 0px rgba(182, 182, 182, 0.25);
	-moz-box-shadow: 0px 0px 0px rgba(182, 182, 182, 0.25);
	border-radius: 0px;
	border: 0px solid rgba(235, 232, 221, 0.8);
}

.transparent-wells-bg {
	background-repeat: repeat;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 3px;
	border: 1px solid #EFF0EC;
	margin: 0 0 12px!important;
	padding-top: 20px;
	padding-bottom: 10px;
	box-shadow: 1px 1px 3px rgba(182, 182, 182, 0.75);
	-moz-box-shadow: 1px 1px 3px rgba(182, 182, 182, 0.75);
}

.transparent-boxes-bg {
	/* For Boxes transparent boxes like Homepage*/
	background-image: url(../images/backgrounds/bg-transparent-wells.png);
	background-repeat: repeat;
	border-radius: 3px;
	background-color: transparent;
	border: 1px solid #EFF0EC;
	margin: 0 0 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 1px 1px 3px #b6b6b6;
	-moz-box-shadow: 1px 1px 3px #b6b6b6;
}

/* Responsive iFrame */

.responsive-iframe-container {
	position: relative;
	height: 400px !important;
	overflow: hidden;
	margin-bottom: 10px;
	border: 2px solid #FFF;
	box-shadow: 1pt 2px 7px 0px #D0CDB7;
	padding: 0px;
	width: 100%;
}

.responsive-iframe-container iframe, .vresponsive-iframe-container object, .vresponsive-iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Spacers Group */

/*Spacers*/

.divide10 {
	width: 100%;
	height: 10px;
}

.divide20 {
	width: 100%;
	height: 20px;
}

.divide30 {
	width: 100%;
	height: 30px;
}

.divide40 {
	width: 100%;
	height: 40px;
}

.divide50 {
	width: 100%;
	height: 50px;
}

.divide60 {
	width: 100%;
	height: 60px;
}

.divide70 {
	width: 100%;
	height: 70px;
}

.divide80 {
	width: 100%;
	height: 80px;
}

.marginbottom0 {
	margin-bottom: 10px;
}
/*margins*/

.marginbottom10 {
	margin-bottom: 10px;
}

.marginbottom20 {
	margin-bottom: 20px;
}

.marginbottom30 {
	margin-bottom: 30px;
}

.marginbottom40 {
	margin-bottom: 40px;
}

.noTopSpacer {
	margin-top: 0px !important;
	padding-top: 0px !important;
}

.left-spacer {
	padding-left: 5px;
}

.row .noTopSpacer {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.top-spacer {
	margin-top: 30px !important;
}

.row .noSideSpacer {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.side-spacer {
	/*side spacer for 12 col when using wells below*/
	padding-right: 10px !important;
	padding-left: 10px !important;
}

.noBottomSpacer {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* @end */

/* @group DIVIDERS Group */

.top-border {
	height: 4px;
	background-color: #edbc49;
}

.divider-Line {
	display: block;
	height: 4px;
	width: 100%;
	background-color: #d0d0d0;
}

.border-divider {
	clear: both;
	height: 1px;
	border-top-width: 2px;
	border-bottom: 2px solid #dadad4;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 10px;
	margin-bottom: 15px;
}

.line-spacer {
	clear: both;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #d6d6d5;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	height: 0px;
}

.lineBottom {
	display: block;
	overflow: hidden;
	border-bottom-width: 1px !important;
	border-bottom-style: dashed !important;
	border-bottom-color: #B1AEB1 !important;
	margin-top: 5px;
	margin-bottom: 0px !important;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px !important;
	padding-left: 0px;
}

/* @end */

/* @group Scroll To Top Button */

#scroll-top {
	position: fixed;
	z-index: 10;
	right: -50px;
	bottom: 40px;
	width: 45px;
	height: 45px;
	color: #ffffff;
	text-align: center;
	background-color: #8a0203;
	padding-top: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}

#scroll-top i {
	font-size: 1.3em;
}

#scroll-top:hover {
	background-color: #1b1b1b;
	color: #f8f7f5;
}

#scroll-top.visible {
	right: 20px;
}

/* @end */

/* @group HEADROOM */

/* (Hides Menu when scrolling down) */

.headroom {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: all .2s ease-in-out;
}

.headroom--unpinned {
	top: -150px;
}

.headroom--pinned {
	top: 0;
}

/* @end */

/* @group bootstrap NAVIGATION */

.navbar-default {
	font-family: Oswald, Broadway, sans-serif;
	color: #464646;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	font-variant: normal;
	text-transform: uppercase;
	width: 100%;
	/*min-height: 10px;*/
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	text-decoration: none !important;
	margin: 0px!important;
	/*padding-bottom: 10px;*/
	background-color: rgba(255, 255, 255, 0.95);
	border: 0px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	text-decoration: none !important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #ffffff;
	background-color: #8a0203;
	text-decoration: none !important;
	/*text-shadow: 1px 1px 3px rgba(75, 70, 60, 0.4);*/
}
/*FA icon on hover open*/

.navbar-default .navbar-nav>.open>a .fa, .navbar-default .navbar-nav>.open>a:hover.fa, .navbar-default .navbar-nav>.open>a:focus .fa {
	color: #ffffff;
}

.navbar-brand {
	vertical-align: top;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0!important;
}

.navbar-default .navbar-nav>li>a {
	padding-top: 15px!important;
	color: #383838;   /*main menu colors*/
}

.navbar-default .navbar-nav>li>a:hover {
	background-color: #8a0203;
	color: #ffffff;
	text-shadow: 0px 0px 0px rgba(75, 70, 60, 0.0);
}

.navbar-default .fa-fw {
	vertical-align: baseline !important;
}

.navbar-default  .fa-home {
	color: #8a0203;
}

.navbar-nav>li>a:hover .fa-home {
	color: #ffffff!important;
}

 /*----- Toggle icon with lines-----*/

.navbar-default .navbar-toggle {
	background-color: #353129;
	border: 1px solid #75746f !important;
	margin-top: 5px;
	margin-bottom: 5px;	/*margins on top or bottom*/
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #8a0203;
}

/* @end */

/* @group  DROPDOWN MENU  */

.navbar .dropdown-menu {
	margin: 0px;
	/*====== dropdowm menu Background color =========*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-bottom: 5px;
	background: url(../images/backgrounds/metal-texture.png) rgb(236, 234, 230);
}

.navbar .dropdown-menu li a {
	font-weight: 400;
	font-size: 15px;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	color: #4f524f;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	position: relative;
	z-index: 999;
}

.navbar .dropdown-menu li a:hover {
	color: #8a0203 !important;
	background-color: rgba(255, 255, 255, 0.75);
}

.dropdown-toggle .fa {
	color: #8a0203;
	font-size: 14px;
	/*line-height: 10px;*/
}

.collapse {
	background-color: transparent;  /*main menu background li a*/
	border-top: 0px;
}

.navbar-collapse {
	background-color: transparent;  /*main menu background li a*/
	border-top: 0px;   /*hides white line when click*/
}

/* @end */

/* @group TOP BAR & Logo */

.top-bar-wrap {
	background: url(../images/backgrounds/metal-light.png) repeat rgb(236, 234, 230);
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E6E9;*/
	/*padding: 4px;*/
}

.top-bar-wrap .logo {
	width: 200px;  /* Logo size control*/
	padding-top: 0px;
	margin-top: -4px;
	position: absolute;
	z-index: 1100;
}

.top-bar {
	font-size: 16px;
	line-height: 38px;
	min-height: 38px;
	color: #191919;
	margin-top: 0px;
}

.top-bar a {
	font-size: 16px;
	line-height: 30px;
	vertical-align: baseline;
	padding-right: 3px;
	padding-left: 3px;
	color: #3d3d3d;
	/*text-shadow: 1 1 1px #ffffff;*/
	text-decoration: none;
	/*border-top-width: 0;*/
}

.top-bar a:hover {
	color: #8a0203;
}

.top-bar .social-1 li a i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}

.social-share {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.social-share li {
	display: inline-block;
}

ul.social-share li a {
	display: inline-block;
	color: #8a0203;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 2px;
}

ul.social-share li a:hover {
	color: #343434;
}

/* @end */

/* @group BUTTONS */

.btn {
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	letter-spacing: 0.02em;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	border: none;
	text-transform: capitalize;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.btn:hover {
	color: #fff;
}

.border-black {
	border: 2px solid #333;
	color: #333;
}

.border-black:hover {
	background-color: #333;
	border-color: #333;
}

.border-white {
	border: 2px solid #fff;
	color: #fff;
}

.border-white:hover {
	background-color: #fff;
	border-color: #fff;
	color: #333;
}

.btn-theme-bg {
	background-color: #0e3459;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.btn-theme-bg:hover {
	background-color: #77a295;
}

/* @end */

/* @group Services */

.service-item i {
	float: left;
	font-size: 30px;
	line-height: 36px;
	width: 30px;
}

.service-item .service-detail {
	margin-left: 50px;
}

.service-item .service-detail h4 {
	/*font-family: 'Roboto Slab', serif;*/
}

.service-detail h4 {
	color: #a92125;
}

.service-item .service-detail p {
	color: #737373;
	line-height: 23px;
}

.service-detail ul {
	margin-left: -20px!important;
}

.service-item .service-detail li {
	color: #737373;
	line-height: 21px;
	margin-bottom: 5px;
}

/* @end */

/* @group Services Icons */

.services-icons {
	text-align: center;
}

.services-icons h2 {
	text-align: center;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	word-spacing: 0px;
	margin-bottom: 10px;
}

/* @end */

/* @group Testimonials */

.testimonials blockquote {
	background: none 0 0 repeat scroll;
	border: medium none;
	display: block;
	font-size: 20px;
	line-height: 26px;
	padding: 15px;
	position: relative;
	margin-bottom: 0;
}
/*.testimonials blockquote::before {
    width: 0; 
    height: 0;
	right: 0;
	bottom: 0;
	content: " "; 
	display: block; 
	position: absolute;
    border-bottom: 20px solid #fff;    
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*!/
	border-bottom-style: inset; /*FF fixes*!/
}*/
/*.testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #e63f0c transparent transparent transparent;
}*/

.testimonials .carousel-info img {
	border: 1px solid #f5f5f5;
	border-radius: 150px !important;
	height: 75px;
	padding: 3px;
	width: 75px;
}

.testimonials .carousel-info {
	overflow: hidden;
}

.testimonials .carousel-info img {
	margin-right: 15px;
}

.testimonials .carousel-info span {
	display: block;
}

.testimonials span.testimonials-name {
	color: #a92125;
	font-size: 20px;
	font-weight: 300;
	margin: 10px 0;
}

.testimonials span.testimonials-post {
	font-size: 14px;
}

/* @end */

/* @group BULLETS */

ul.bullets {
	list-style: none;
	line-height: 20px;
	display: block;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
}

ul.arrow li {
	list-style: none;
	padding: 5px 5px 0px 20px;
	background: url(../images/icons/arrow_bullet.png) no-repeat 0 11px transparent;
	display: block;
}

ul.black li {
	list-style: none;
	padding: 5px 5px 0px 20px;
	background: transparent url(../images/icons/black_bullet.png) no-repeat 0 11px;
	display: block;
}

ul.red li {
	list-style: none;
	padding: 5px 5px 0px 20px;
	background: url(../images/icons/red_bullet.png) no-repeat 0 11px transparent;
	display: block;
}

ul.blue li {
	list-style: none;
	background: url(../images/icons/list-style3.gif) no-repeat 0px 8px;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

ul.green li {
	list-style: none;
	padding: 5px 5px 0px 20px;
	background: url(../images/icons/green_bullet.png) no-repeat 0 11px transparent;
	display: block;
}

ul.square li {
	list-style: none;
	padding: 5px 5px 0px 20px;
	background: url(../images/icons/square_bullet.png) no-repeat 0 11px transparent;
	display: block;
}

/* @end */

/* @group Icon List styles */

ul.icon-list {
	padding-top: 8px!important;
}

.icon-list li {
	display: block;
	position: relative;
	line-height: 1.4em;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 8px;
	font-size: 1.1em;
	/*	color: #000000;*/
}

.icon-list li strong {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	padding-right: 2px;
}

.icon-list li:before {
	font-family: 'Glyphicons Halflings';
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 80%
}

.chevron-right li:before {
	content: '\e080';
	color: #50a38e;
	line-height: 1em;
	text-shadow: 2px 1px 3px rgba(177, 177, 176, 0.65);
}

.checkmark li:before {
	content: '\e067';
}

.arrow-right li:before {
	content: '\e092';
}

.fa-paint-brush {
	/*for art gallery icons li list*/
	color: #afafaf !important;
	padding-right: 5px;
	text-shadow: 2px 2px 01px #ffffff;
}
/* Icon List styles for Detail pages
 -------------------------------------------------------------------------------------------- */

.icon-list-detail li {
	display: block;
	position: relative;
	line-height: 1.2em;
	padding-left: 28px;
	margin-left: 20px;
	padding-bottom: 5px;
	font-size: 1em;
	color: #000000;
}

.icon-list-detail li strong {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #325b77;
	padding-right: 2px;
}

.icon-list-detail li:before {
	font-family: 'Glyphicons Halflings';
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 80%
}

.icon-list-detail.chevron-right li:before {
	content: '\e080';
	color: #a92125;
	line-height: 1em;
}

.icon-list-detail.checkmark li:before {
	content: '\e067';
	color: #a92125;
	line-height: 1em;
}

.icon-list-detail.glyphicon-menu-right li:before {
	content: '\e258';
	color: #a92125;
	line-height: 1em;
}

/* @end */

/* @group Footer */

/*NOTE:  Footer is using CSS/footer-default.css*/

/* @end */

/* @group Helper classes */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

.clearer {
	clear: both;
}

/* @end */



