@font-face {
    font-family: 'loveloblack';
    src: url('fonts/lovelo_black-webfont.eot');
    src: url('fonts/lovelo_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lovelo_black-webfont.woff2') format('woff2'),
         url('fonts/lovelo_black-webfont.woff') format('woff'),
         url('fonts/lovelo_black-webfont.ttf') format('truetype'),
         url('fonts/lovelo_black-webfont.svg#loveloblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #201e15;
	background-color: #c0bbab;
	background-image: url('../img/bg-noise-beige.jpg');
}

/********************************************************************************
* Links
*********************************************************************************/
a{
	color: #1e6287;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

a:hover, a:active, a:focus{
	color: #5F8039;
	text-decoration: none;
}


/********************************************************************************
* Headings
*********************************************************************************/
h1{
	font-family: 'loveloblack', sans-serif;
	font-size: 36px;
	color: #5f8039;
}
h2{
	font-family: 'loveloblack', sans-serif;
	font-size: 30px;
	color: #5f8039;
}
h3{
	font-family: 'loveloblack', sans-serif;
	font-size: 22px;
	color: #5f8039;
}
h4{
	font-family: 'loveloblack', sans-serif;
	font-size: 20px;
	color: #5f8039;
}
h5{
	font-family: 'loveloblack', sans-serif;
	font-size: 18px;
	color: #5f8039;
}
h6{
	font-family: 'loveloblack', sans-serif;
	font-size: 16px;
	color: #5f8039;
}

.lined {
    line-height: 1;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}
.lined span:after{
	content: "";
    height: 19px;
    position: absolute;
    right: 15px;
    top: 9px;
    width: 35px;
    z-index: 1;
	background-image: url('../img/bg-heading.png');
}
.lined::after {
    background-color: #5F8039;
    content: " ";
    height: 3px;
    margin-left: 10px;
    overflow: hidden;
    position: absolute;
    top: 48%;
    width: 100%;
}


/********************************************************************************
* Miscellaneous Type Setting
*********************************************************************************/
hr {
	border-color: #EBE8E4;
}

blockquote{
	background-color: #EBE8E4;
    border-left: 5px solid #9CC4E4;
    padding: 10px 20px;
}

.well{	
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: #EBE8E4;
}

.panel-default{
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: #EBE8E4;
}
.panel-default > .panel-heading{
	border: none;
	border-radius: 0;
	background-color: #DDD;
}
.panel-group .panel{
	border-radius: 0;	
}
.panel-primary{
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: #EBE8E4;
}
.panel-primary > .panel-heading{
	border: none;
	border-radius: 0;
	background-color: #9CC4E4;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
    padding: 3px 15px;
}

.panel-primary > .panel-heading > .panel-title > a {
	color: inherit;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
    font-size: 24px;
}
.alignright{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;	
}
.alignleft{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;	
}

.vertical-middle { 
	vertical-align:middle;
} 

/********************************************************************************
* Lists
*********************************************************************************/
ul.styled-list, .faq-list ul{
   list-style: none;
   margin: 1em 0 1em 15px;
   padding: 0; 
   overflow:hidden;
}
ul.styled-list li, .faq-list ul li{
	border-bottom: 1px solid #EBE8E4;
    color: #666;
    display: block;
    list-style: none outside none;
    margin-left: 30px;
    padding: 8px 5px;
    position: relative;
}
ul.styled-list li ul li, .faq-list ul li ul li{
	border-bottom: none;
}
ul.styled-list li:hover, .faq-list ul li:hover{
   background-color: #EBE8E4; 
}
ul.styled-list li:before, .faq-list ul li:before{
	font-family: 'FontAwesome';
	content:"\f138\00a0";
	color: #9CC4E4;
    display: block;
    left: -20px;
    position: absolute;
}
ul.styled-list li ul li:before, .faq-list ul li ul li:before{
	font-family: 'FontAwesome';
	content:"\f054\00a0";
	color: #9CC4E4;
	display: block;
    left: -20px;
    position: absolute;
}

ol.styled-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: li-counter;
}
ol.styled-list > li{
    position: relative;
    margin-bottom: 15px;
    padding: 1em;
     
    background-color: #EBE8E4;
}
ol.styled-list > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.94em;
    height: 1em;
     
    font-size: 2em;
    line-height: 0.94;
    text-align: center;
    color: #FFF;
 
    background-color: #9CC4E4;
    content: counter(li-counter);
    counter-increment: li-counter;
}

/********************************************************************************
* Background Library
*********************************************************************************/
.bg-zigzag-blue{
	background-image: url('../img/bg-zigzag-blue.png');
}
.bg-shade{
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.17) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.17)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.17) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.17) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.17) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.17) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2b000000',GradientType=0 );
}
.bg-trans-black{
	background: #000;
	background-color: rgba(0,0,0,.5);
}
.bg-border{
	height: 5px;
	width: 100%;
}
.bg-highlight{
	height: 1px;
	width: 100%;
	background-color: rgba(255,255,255,.37);	
}

/********************************************************************************
* Buttons
*********************************************************************************/
.btn{
	color: #FFF;
	background: rgb(95,128,57);
	background: -moz-linear-gradient(top, rgba(95,128,57,1) 50%, rgba(79,107,48,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(95,128,57,1)), color-stop(100%,rgba(79,107,48,1)));
	background: -webkit-linear-gradient(top, rgba(95,128,57,1) 50%,rgba(79,107,48,1) 100%);
	background: -o-linear-gradient(top, rgba(95,128,57,1) 50%,rgba(79,107,48,1) 100%);
	background: -ms-linear-gradient(top, rgba(95,128,57,1) 50%,rgba(79,107,48,1) 100%);
	background: linear-gradient(to bottom, rgba(95,128,57,1) 50%,rgba(79,107,48,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f8039', endColorstr='#4f6b30',GradientType=0 );
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 0;
	font-size: 18px;
	border: none;
	padding: 4px 15px;
	text-shadow: none;
	box-shadow: 2.5px 4px 0px 0 rgba(1, 2, 2, 0.15);

	
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.btn:hover, .btn:active, .btn:focus{
	color: #FFF;
	background: #8A9C4D;
	
	background: -moz-linear-gradient(top, #8A9C4D 50%, #8A9C4D 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#8A9C4D), color-stop(100%,#8A9C4D));
	background: -webkit-linear-gradient(top, #8A9C4D 50%,#8A9C4D 100%);
	background: -o-linear-gradient(top, #8A9C4D 50%,#8A9C4D 100%);
	background: -ms-linear-gradient(top, #8A9C4D 50%,#8A9C4D 100%);
	background: linear-gradient(to bottom, #8A9C4D 50%,#8A9C4D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8A9C4D', endColorstr='#8A9C4D',GradientType=0 );
}
.btn:active{
	position:relative;
	top: 1px;
}
.btn-small{
	font-size: 14px;	
}
.btn-large{
	padding-top: 8px;
	padding-bottom: 8px;
}
.btn-xlarge{
	font-size: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.btn-wide{
	width: 100%;	
}
.btn.icon-left .fa{
	position:absolute;
	height: 100%;
	padding: 9px 10px;
	text-align:center;
	top: 0;
	left: 0;
	width: 50px;
	font-size: 24px;
}
.btn.icon-left{
	text-align:left;
	padding-left: 60px;
	position:relative;
}
.btn.icon-right .fa{
	position:absolute;
	height: 100%;
	padding: 9px 10px;
	text-align:center;
	top: 0;
	right: 0;
	width: 50px;
	font-size: 24px;
}
.btn.icon-right{
	text-align:left;
	padding-right: 60px;
	position:relative;
}
.btn.icon-left:hover .fa, .btn.icon-right:hover .fa{

}

.btn.icon-left:focus .fa, .btn.icon-right:focus .fa{

}
.btn.icon-left:active .fa, .btn.icon-right:active .fa{
	position: absolute;
}
.btn-large.icon-left .fa, .btn-large.icon-right .fa{

}

.btn-outline{
	background: none;
	filter: none;
	border: 5px solid #1e6287;
	color: #1e6287;
	box-shadow: none;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus{
	background: none;
	filter: none;
	border-color: #FFF;
	color: #FFF;
}
.btn-outline.icon-left .fa, .btn-outline.icon-right .fa{
	top: -4px;
}

/********************************************************************************
* Header
*********************************************************************************/
header.header-wrapper{
	background-color: #FFF;
	box-shadow: 0px 5px 0px 0 rgba(1, 2, 2, 0.15);
	border-top: 5px solid #012545;
	z-index: 2;
}
header .masthead{
	background: rgb(171,208,228);
	background: -moz-linear-gradient(top, rgba(171,208,228,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(171,208,228,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(171,208,228,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(171,208,228,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(171,208,228,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(171,208,228,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abd0e4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
	opacity: 1;
	height: auto;
	overflow:hidden;
	
	-moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
	transition: all .4s ease-in;
}
header .masthead .container{
	position: relative;	
}
header .masthead .col-md-5{
	position: static;
}
header .logo{
	margin-top: 15px;
	margin-bottom: 15px;	
	position: absolute;
	top: 25px;
}
.masthead .address{
	background-color: #012545;
    color: #fff;
    float: right;
    font-size: 14px;
    font-weight: bold;
    max-width: 500px;
    padding: 8px 15px 12px;
    position: relative;
    text-transform: uppercase;

}
.masthead .address:before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 40px 40px 0;
	border-color: transparent #012545 transparent transparent;
	content: '';
	position: absolute;
	right: 100%;
	bottom: 0;
}
.masthead .phone{
	clear: both;
	overflow:hidden;
	padding-top: 30px;
	padding-bottom: 20px;


}
.masthead .phone .number{
	float: right;
	color: #012545;
	font-size: 24px;
	font-weight: 700;
	text-align: right;
	line-height: 24px;
	margin-left: 30px;
}
.masthead .phone .type{
	color: #201e15;
	font-size: 12px;
	font-weight: normal;
	font-family: 'loveloblack';
}
.bg-mountains{
	background-image: url('../img/header-mountains.png');
	background-repeat: no-repeat;
	background-position: bottom right;	
}

header.header-wrapper.scrolling .masthead{
	margin: 0;
	padding: 0;
	opacity: 0;
	height: 0;
}
/********************************************************************************
* Main Navigation
*********************************************************************************/
.navbar-default{
	border: none;
	margin-bottom: 0;
	background-color: #5f8039;
	background-image: url('../img/bg-grid-green.png');
}
.navbar-default .navbar-nav > li > a{
	font-family: 'loveloblack', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
	color: #FFF;
	padding: 15px 20px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #FFF;
	background: #bec166;
	background-color: rgba(190,193,102,.48);
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	color: #ebe8e4;
	color: rgba(255,255,255,.5);
	background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	color: #FFF;
	background: #bec166;
	background-color: rgba(190,193,102,.48);
}
.navbar-default .navbar-nav > li > .dropdown-menu{
	border-radius: 0;
	padding-top: 10px;
	text-align: left;
	border-top: 0;
	box-shadow: 2.5px 4.33px 1px 0px rgba( 4, 4, 4, .15 );
}
.navbar-default .dropdown-menu:after{
	top: 0; 
	left: 25px; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(130, 145, 72, 0);
	border-top-color: #829148; 
	border-width: 7px; 
	margin-left: -7px;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a{
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus{
	background-color: #012545;
	color: #FFF;
}
.navbar-default .navbar-nav > li > .dropdown-menu > .active > a, .navbar-default .navbar-nav > li > .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav > li > .dropdown-menu > .active > a:focus{
	color: #CCC;
	background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu{
	background-color: #FFF;
	box-shadow: none;	
}
.navbar-default .navbar-toggle{
	background-color: transparent;
	border: none;
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: #FFF;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #FFF;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
	background-color: #5B7B37;
}
/********************************************************************************
* Content
*********************************************************************************/
.wrap{
	background-color: #FFF;
	position: relative;
	z-index: 1;
	min-height: 300px;	
	box-shadow: 2.5px 4.33px 0px 0px rgba( 4, 4, 4, .15 );
}
.alert-notice{
	background-color: #b33116;
	color: #FFF;	
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px 15px 15px 15px;
	border-radius: 0;
	border: none;
	margin-bottom: 0;
}
.alert-notice a{
	color: #FFF;	
}
.alert-notice .close{
	color: #FFF;
	opacity: .5;
}
.alert-notice .close:hover, .alert-notice .close:focus{
	opacity: 1;
}
.content{
	padding: 30px 15px;
}
.main{
}

.page-header{
	margin-top: 0;
	margin-bottom: 30px;
	padding: 0;
	border: none;
}
.page-header h1{

}

article.well h2{
	margin-top: 0;	
}

/********************************************************************************
* Sidebar
*********************************************************************************/
.sidebar{
}
.sidebar .widget{
	margin-bottom: 30px;
}
.sidebar .widget h3{
	padding: 5px 15px;
	margin: 0;
	line-height: normal;
	color: #FFF;
	background-color: #012545;
}
.sidebar .widget h3 .fa{
	padding-right: 10px;
}
.sidebar .widget .widget-content{
	padding: 15px;
	background-color: #ebe8e4;
}

/********************************************************************************
* Sidebar Navigation
*********************************************************************************/
.widget ul, .widget ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget ul li {
	border-bottom: 1px dotted #C1BEAD;
    padding: 7px 0 7px 30px;
	position: relative;
	line-height: 14px;
}
.widget ul li:before {
	content: '\f054';
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 100%;
	color: #5f8039;
	position: absolute;
	left: 0;
	top: 5px;
}
.widget ul li:last-child {
	border: none;	
}
.widget ul li a {
	font-family: 'Open Sans',sans-serif;
    font-size: 15px;
}
.widget ul li.active a, .widget ul li.active a:hover, .widget ul li.active a:focus, .widget ul li.active a:active {
	color: #CCC;
}
.widget ul li a:hover {
	color: #5F8039;
	text-decoration: none;
}

/********************************************************************************
* Custom Post - Capsules
*********************************************************************************/
.capsule-wrapper{
	padding: 5px 0;
	margin-top: 10px;
}
.capsule-container{
	border-top: 3px solid #1e6287;
	border-bottom: 3px solid #1e6287;
	padding: 40px 20px 50px;
}
.capsule{
	text-align: center;
	color: #FFF;
}
.capsule-icon{
	font-size: 72px;	
	color: #FFF;
}
.capsule-icon:hover{
	color: #5F8039;
}
.capsule-icon .fa-inverse{
	color: #012545;
}
.capsule h4{
	color: #FFF;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 20px;
}

/********************************************************************************
* Custom Post - Staff
*********************************************************************************/
.staff-image{
	margin-bottom: 15px;
}
.staff-phone, .staff-email, .staff-location{
	font-size: 12px;
}
.staff-phone .fa, .staff-email .fa, .staff-location .fa{
	font-size: 12px;
	color: #012545;
	margin-right: 10px;
}
.staff-name{
	margin-top: 0;	
}
.staff-title{
	font-size: 14px;	
}
.staff-bio{
}

/********************************************************************************
* Custom Post - Rates
*********************************************************************************/
.rate-container .well h3{
	margin-top: 0;	
}

/********************************************************************************
* Miscellaneous Plugin Styles
*********************************************************************************/
.visual-form-builder fieldset, .vfbp-form, .forminator-ui {
	border: none !important;
	border-radius: 0 !important;
	background-color: #EBE8E4 !important;	
	padding: 20px !important;
}
.vfb-submit, input.vfb-submit[type="submit"], .vfbp-form .btn-primary, .forminator-ui.forminator-custom-form[data-design="default"] .forminator-button {
	color: #FFF !important;
	background-color: #1e6287 !important;
	font-family: 'Open Sans', sans-serif !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	border-radius: 0 !important;
	font-size: 18px !important;
	border: none !important;
	padding: 4px 15px !important;
	text-shadow: none !important;
}
.vfb-submit, input.vfb-submit[type="submit"]:hover, input.vfb-submit[type="submit"]:active, input.vfb-submit[type="submit"]:focus, .vfbp-form .btn-primary:hover, .vfbp-form .btn-primary:active, .vfbp-form .btn-primary:focus,
.forminator-ui.forminator-custom-form[data-design="default"] .forminator-button:active, .forminator-ui.forminator-custom-form[data-design="default"] .forminator-button:hover, 
.forminator-ui.forminator-custom-form[data-design="default"] .forminator-button:focus {
	color: #FFF !important;
	background-color: #5f8039 !important;
}
.ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img{
	border-color: #DDD;
}
.ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img:hover{
	background-color: #1e6287;
}

.forminator-ui.forminator-custom-form[data-design="default"] .forminator-label[for] { 
	font-size: 18px !important;
} 

.error { 
	color: #B33116;
} 
.forminator-ui.forminator-custom-form[data-design="default"] .forminator-input, .forminator-ui.forminator-custom-form[data-design="default"] .forminator-textarea { 
	background-color: #FFF !important;
} 
/********************************************************************************
* Footer
*********************************************************************************/
footer{
	margin-top: -60px;
	border-top: 5px solid #1b1b1b;
	padding-top: 3px;
}
.footer-content{
	background-color: #1b1b1b;
	padding-top: 90px;
	padding-bottom: 40px;
}

footer .nav-pills > li {
	float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}
footer .nav-pills {
    text-align:right;
}
footer .nav-pills > li > a {
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 3px 12px 3px 17px;
    text-transform: uppercase;
}
footer .nav-pills > li:last-child > a {
	padding-right: 0;
}
footer .nav-pills > li:before{
	color: #fff;
    content: "//";
    position: absolute;
    top: 3px;
}
footer .nav-pills > li:last-child:before{
	content: '';	
}
footer .nav > li > a:hover, footer .nav > li > a:focus {
	background-color: transparent;
	color: #5f8039;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	color: #FFF;
	background-color: transparent;
}
.copyright{
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
}
.copyright a{
	color: #FFF;
}
.copyright a:hover{
	color: #5f8039;
	text-decoration: none;
}


/********************************************************************************
* Media Queries
*********************************************************************************/
@media (max-width: 1199px){
	header .logo {
		max-width: 550px;
		top: 45px;
	}
}
@media (max-width: 991px){
	.navbar-default .navbar-nav > li > a {
		font-size: 18px;
		padding: 15px;
	}
	.masthead .address{
		font-size: 12px;
		width: 100%;	
	}
	.masthead .address::before {
    	border-width: 0 37px 37px 0;
		display: none;
	}
	header .logo{
		margin: 15px auto;	
		position: relative;
		top: auto;
		max-width: 100%;
	}
	.masthead .phone{
		padding-top: 0;	
	}
	.masthead .phone .number{
		text-align: center;
		width: 50%;
		margin-left: 0;	
		font-size: 20px;
	}
	.masthead .text-right{
		text-align: center !important;	
	}
}
@media (max-width: 767px){
	footer .text-right, footer, footer .nav-pills{
		text-align: center !important;	
	}
	.masthead .address{
		width: 100%;	
	}
	.masthead .address:before{
		display: none;
	}
	.masthead .phone .number{
		text-align: center;
		width: 50%;
		margin-left: 0;	
		font-size: 20px;
	}
	.lined span::after, footer .nav-pills > li::before{
		display: none;	
	}
}
@media (max-width: 320px){

}