






/*

	Dark grey #2a2a2a;
	light grey #b3b2b2;
	blue #00aeef;

*/





.modal-header h3 {
	color: #00aeef !important;
}

html {
	padding-top: 0 !important;
}

body {
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	color: #333;
	padding-top: 0 !important;
}


p {
	margin: 10px 0;
}

a {
    color: #00aeef;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #00aeef;
	
}
.white {
	color: #fff;
}

.header-phone-number {
	color: #fff;
	text-align: right;
	font-size: 24px;
	margin-top: 10px;
}





.logo-tab {
	position: absolute;
	top: -10px;
	left: 0;
	z-index: 9999999;
	padding: 20px 6px 30px 6px;
	background: #4f4f4f;
	-moz-box-shadow:    0px 0px 8px 0px #000;
	-webkit-box-shadow: 0px 0px 8px 0px #000;
	box-shadow:         0px 0px 8px 0px #000;
}

/*
.header-logo {
	margin-top: -40px !important;

}
*/

.relative {
	position: relative;
}

.header-logo {
	width: 375px;
	float: left;
	margin-right: 30px;
	margin-top: 5px;
}

.col-centered {
	float: none;
    margin: 0 auto;
}



#home-strap {
	margin-top: 25px;
	margin-bottom: 15px;
}

#home-strap h1 {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: italic;
	color: #fff;
	text-align: center;
}

.home-strap-blue {
	color: #19a6dd;
}

.page-signoff h1 {
	font-size: 40px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: italic;
	color: #fff;
	text-align: center;
}

.home-strap h1 {
	text-align: center;
	
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: italic;
	color: #fff;
}


/* NAV --------------------------------*/

#nav-mobile-phone {
	text-align: left;
	color: #00aeef;
	font-size: 20px;
	width: 80%;
	float: left;
	padding: 10px 0 0 10px
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #00aeef;
}

.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 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.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;
}


#navbardeskwide{
	background-color: #fff;
	width: 100%;
}


.nav-background {
	background-color: #fff;
}


.navbar-nav > li > a {
	display:block;
	color:#18607c;
	text-decoration:none;
	font-weight:400;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	padding: 10px;
	text-align: center;
}

.navbar-default {
	background: #2a2a2a;
	margin-bottom: 0;
	border: none;
	margin-top: -20px;

}

.navbar-inverse .navbar-nav > li > a {
	color: #18607c;
	text-transform: uppercase;
}

.navbar {
	border-radius: 0;
	min-height: 65px;
}



.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
    background-color: transparent;
    color: #18607c ;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #00aeef ;
}

nav.navbar.desktop {
	display: none;
}

nav.navbar.mobile {
	display: block;
}




.top-bar {
	background-color: rgba(0,0,0,0.2);
	width: 100%;
}

.top-bar .login-button {
	padding: 0 15px 0 15px;
	background-color: #999999;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
	text-transform: uppercase;
}

.top-bar .login-button i {
	font-size: 16px;
}


.header-social {
	float: right;
}

.header-social a:first-child {
	margin-left: 50px;
}

.header-social a {
	float: left;
	margin-left: 2px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	line-height: 34px;
	width:34px;
}


.header-social a i {
	font-size: 22px;
	color: #fff;
}

.header-social a:hover {
	color: #337ab7;
}

.header-social a.nav-facebook {
	background-color: #3b5998;
}

.header-social a.nav-twitter {
	background-color: #1da1f2;
}

.header-social a.nav-linkedin {
	background-color: #0077b5;
}

.header-social a.nav-youtube {
	background-color: #CD201F;
}

#header-phone {
	margin-top: 0;
	padding-top: 1px;
	color: #fff;
}

#header-phone img {
	padding-right: 8px;
	margin-left: 8px;
	margin-top: -2px;
}

#header-phone p, #header-phone p i {
	padding: 0;
	margin: 0;
	font-size: 14px;
	text-align: right;
}

#header-phone.footer {
	clear: both;
	padding-top: 20px;
}

#header-phone.footer p {
	text-align: left;
}

.header {
	padding-top: 4px;
	padding-bottom: 4px;
}

#header-strapline h2 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #424242;
}

.welcome-message p {
	color: #fff;
	margin: 7px 0 0 0;
	font-size: 14px;
	text-align: left;
}





#header-strapline {
	
	margin-top: 7px;
}

.second-nav {
	width: 100%;
	text-align: right;
	float: right;
	margin-top: 50px;
}


#method-nav ul
{
    margin: 0;
    padding: 0;
}

#method-nav ul li
{
    list-style-type: none;
    display: inline;
    padding: 0 10px;
    line-height: 40px;
}

#method-nav ul li.active
{
    background:transparent;
}



#method-nav ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding: 5px 0;
	text-transform: uppercase;
	font-weight: bold;
}

#method-nav ul li a:hover {
	color: #3891c7;
}

#method-nav ul li.active a {
	border-top: solid 6px #3891c7;
	border-bottom: solid 6px #3891c7;
}

#method-nav ul li a:hover {
	border-top: solid 6px #3891c7;
	border-bottom: solid 6px #3891c7;
}

.striped-background {
	background: url(/images/background-stripes-s.png);
}



/* FOOTER ------------------------------------*/

footer {
	width: 100%;
	background-color: #282e33;
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
}
 
.footer-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #00aeef;
	font-size: 18px;
}

footer p {
	color: #fff;
	margin: 0;
}

footer a {
	color: #00aeef;
	text-decoration: underline;
}

footer a:hover {
	color: #a6a6a6;
}

.footer-additional ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-additional li {
	margin-bottom: 5px;
}

.footer-additional li a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.footer-additional li a:hover {
	color: #00aeef;
}


/*

.navbar-default {
	background: #2a2a2a;
	margin-bottom: 0;

}

.navbar-inverse .navbar-nav > li > a {
	color: #f7f7f7;
	text-transform: uppercase;
}

.navbar {
	border-radius: 0;
	min-height: 65px;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
    background-color: transparent;
    color: #f7f7f7 ;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #00aeef ;
}


nav.navbar.desktop {
	display: none;
}

nav.navbar.mobile {
	display: block;
}


.header-social {
	float: right;
}

.header-social.login {
	float: none;
}

.header-social a:first-child {
	margin-left: 50px;
}

.header-social a {
	float: left;
	margin-left: 2px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	line-height: 34px;
	width:34px;
}

.top-bar {
	background-color: rgba(0,0,0,0.2);
}

.top-bar .login-button {
	padding: 0 15px 0 15px;
	background-color: #999999;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
	text-transform: uppercase;
}

.top-bar .login-button i {
	font-size: 16px;
}

.header-social.login a.login-button {
	width:auto;
}

.header-social a i {
	font-size: 22px;
	color: #fff;
}

.header-social a:hover {
	color: #337ab7;
}

.header-social a.nav-facebook {
	background-color: #3b5998;
}

.header-social a.nav-twitter {
	background-color: #1da1f2;
}

.header-social a.nav-linkedin {
	background-color: #0077b5;
}

.header-social a.nav-youtube {
	background-color: #CD201F;
}

#header-phone {
	margin-top: 0;
	padding-top: 1px;
}

#header-phone p, #header-phone p i {
	padding: 0;
	margin: 0;
	font-size: 16px;
	text-align: right;
}

#header-phone.footer {
	clear: both;
	padding-top: 20px;
}

#header-phone.footer p {
	text-align: left;
}

.header {
	padding-top: 4px;
	padding-bottom: 4px;
}

#header-strapline h2 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #424242;
}





#header-strapline img {
	padding-right: 130px;
}

#header-strapline {
	margin-bottom: 10px;
	margin-top: 7px;
}




.striped-background {
background: url("/images/background-stripes-s.png");
}

.navbar-nav > li > a {
	display:block;
	color:#3891c7 !important;
	text-decoration:none;
	font-weight:400;
	font-size:15px;
	line-height:32px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	padding: 5px 10px;
	text-align: center;
}

.navbar-nav > li > a:hover {
	background:#f6f6f6 !important;
	color:#3891c7 !important;
}


.dropdown-menu > li > a {
    clear: both;
    color:#3891c7;
    padding: 8px 20px;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	text-decoration:none;
}




.nav-background {
	background: #dcdcdc url(../images/background-grey.png);
}




#primary_nav_wrap
{
	margin-top:0;
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:right;
	margin:0;
	padding:0;
}

#primary_nav_wrap ul a
{
	display:block;
	color:#3891c7;
	text-decoration:none;
	font-weight:400;
	font-size:15px;
	line-height:32px;
	padding:0 25px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

#primary_nav_wrap ul li.current-menu-item
{
	background: #dcdcdc ;
}

#primary_nav_wrap ul li:hover
{
	background:#f6f6f6;
}

.active
{
	background:#f6f6f6;
	color: #000 !important;
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0;
}

#primary_nav_wrap ul ul li
{
	float:none;
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px;
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%;
}

#primary_nav_wrap ul li:hover > ul
{
	display:block;
}


.nav.navbar-nav {
     float: left;
 }
 .nav.navbar-nav {
     clear: left;
     float: left;
     margin: 0;
     padding: 0;
     position: relative;
     left: 50%;
     text-align: center;
 }
 .nav.navbar-nav > li {
     position: relative;
     right: 50%;
 }
 .nav.navbar-nav li {
    text-align: left;
 }

 .navbar-nav > li > a {
    line-height: 14px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.welcome-message p {
	color: #fff;
	margin: 7px 0 0 0;
	font-size: 14px;
	text-align: left;
}



.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #95d1e8;
}

*/

.db-sidebar {
	background-color: #282E33;
	padding: 25px;
	margin-bottom: 25px;
	margin-top: 55px;
}

.db-sidebar h3 {
	margin-top: 0;
	text-align: center;
}

.db-sidebar h4 {
	margin-top: 25px;
}

.db-sidebar h3 .fa-instagram {
	font-size: 40px;
	margin-top: 50px;
	color: #fff;
}

.db-sidebar p {
	color: #fff;
}

.download-files {
	margin-bottom: 10px;
}

.download-files a {
	line-height: 40px;
}

.db-sidebar i.fa.fa-file-pdf-o {
	font-size: 30px;
	color: #fff !important;
}

.db-sidebar-service a {
	color: #fff;
}

.db-sidebar-service a:hover {
	color: #00aeef;
}

.strap1 {
	text-align: left;
	font-size: 50px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	color: #b3b2b2;
	margin-top: 20px;
}

.strap2 {
	text-align: right;
	font-size: 50px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	color: #00aeef;
	margin-top: -20px;
	padding-bottom: 40px;
}

.service-thumbnails {
	margin-top: 30px;
	margin-bottom: 20px;
}


.service-thumb {
	margin-bottom: 20px;
}

.service-thumb img {
	box-shadow: 0 0 5px #000;
}

.light-content {
	background: #677682;
	padding-top: 30px;
}

.content {
	margin-bottom: 40px;
}

.content h1 {
	margin-top: 0;
	font-size: 34px;
}

.sidebar {
	background: #282e33;
	margin-bottom: 40px;
}



.white-text {
	color: #fff;
}

.h-spacer {
	margin-right: 10px;
}

.v-spacer {
margin-top: 4px;
}



/*

	Dark grey #2a2a2a;
	light grey #b3b2b2;
	blue #00aeef;

*/

i.fa.fa-file-pdf-o {
	font-size: 80px;
}

.pdf-title {
	margin-top: 30px;
}

.pdfs {
	margin-top: 15px;
}


#accordion-container {
	padding: 10px;
}

.accordion-header {
	font-size: 16px;
	background: #fff;
	margin: 5px 0 0 0;
	padding: 5px 20px;
	cursor: pointer;
	color: #2a2a2a;
}

.active-header {
	background:  #00aeef;
	background-repeat: no-repeat;
	background-position: right 50%;
	color: #fff;
}

.active-header:hover {
	background:  #fff;
	background-repeat: no-repeat;
	background-position: right 50%;
	color: #2a2a2a;
}

.inactive-header {
	background:  #fff;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header:hover {
	background:  #00aeef;
	background-repeat: no-repeat;
	background-position: right 50%;
	color: #fff;
}

.accordion-content {
	display: none;
	padding: 5px 0;
	border-top: 0;
}

.accordion-content p {
	color: #fff;
}



.slider {
	position: relative;
}

.resources a {
	font-size: 18px;
	margin-top: 10px;
}

.resources {
	text-align: center;
	margin-bottom: 35px;
}


.slider-heading {
	position: absolute;
	left:0;
	bottom: 0;
	background: rgba(25, 166, 221, 0.6);
	z-index: 500;
}

.slider-heading h1 {
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding:10px 25px 10px 25px;
	font-size: 18px;
}


.space-top {
	margin-top: 40px;
}




.page-signoff {
	text-align: center;
	color: #19a6de;
	margin: 0 0 30px 0;
	padding: 0;
}

#map {
	height:450px;
}

.sidebar-pages, .sidebar-blog {
	margin-top: 40px;
	background: #282e33;
	min-height: 250px;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

.sidebar-pages h3, .sidebar-blog h3 {
	text-align: center;
}

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

.sidebar-blog h3 {
	color: #f7f7f7;
	font-size: 18px;
}

.sidebar-blog li {
	list-style: none;
	text-align: center;
	margin: 5px 0;
}

.sidebar-blog ul {
	margin: 0;
	padding: 0;
}

.sidebar-services-links {
	margin-top: 25px;
}

.sidebar-services-links h4 {
	text-align: center;
}

.sidebar-services-links li {
	text-align: center;
	font-size: 16px;
	margin: 5px 0;
	text-decoration: none;
	list-style: none;
}


.sidebar-services-links ul {
	padding: 0;
	text-decoration: none;
}

.sidebar-services-links li a:hover {
	color: #f7f7f7;

}


.btn-primary {
    background-color: #19a6de;

}

.temp-brochure {
	height: 200px;
	background-color: #b5b3b3;
	text-align: center;
	margin-top: 40px;
	color: #fff;
	font-size: 24px;
}


.logo-test {
	height:20px;
	background-color: aqua;
}


.sidebar-accordion {
	margin: 30px 0;
}


.no-padding {
	padding-left:0;
	padding-right:0;
}

.home > .sidebar h3 {
	font-size: 16px;
}











.hfeed {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog-divider {
	width: 100%;
	height:2px;
	background-color: #00aeef;
	margin: 20px 0;
}





.container1 {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 86%;
  margin: 0 7%;
  opacity: 0;
  transition: .5s ease;
  background-color: #2a2a2a;
}

.container1:hover .overlay, .container2:hover .overlay, .container3:hover .overlay, .container4:hover .overlay, .container5:hover .overlay, .container6:hover .overlay {
  opacity: 0.7;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.contact-wrapper {
	font-size: 16px;
	text-align: center;
	color: #fff;
}

.contact-wrapper h2 {
	font-size: 46px;
	margin-bottom: 25px;
}


.contact-wrapper a {
	color: #fff;
	cursor: pointer;
	text-decoration: underline;
}

.contact-wrapper a:hover {
	color: #00aeef;
}

.modal-sm {
	width: 450px!important;
}

.modal-content {
	padding: 20px;
}


.contact-wrapper .col-sm-2, .contact-wrapper .col-md-2 {
	width: 18%;
	margin: 1%;
}

.contact-background {
	width: 100%;
	background-color: #677682;
}

a[href^="tel"]{
    color:inherit;
}


/* BLOG */

#posts {
	margin-top: 25px;
}

.news-grid {
	padding: 15px;
	background: #fff;
	margin-bottom: 15px;
}

.news-grid a {
	color: #00aeef;
	text-decoration: underline;
}

.news-grid a:hover {
	color: #2a2a2a;
	text-decoration: underline;
}

.news-grid h2 {
	font-size: 20px;
}

.blog-pic-wrapper {
	background: #f7f7f7;
	margin-bottom: 20px;
	width:100%;
	padding: 5px;
}

.blog-pic {
	margin: 15px 15px 15px 15px;
}

.blog-pic img {
	margin-top: 0;
}

.learn-filter {
	margin-top: 40px;
}

.description h4 {
	color: #000;
	margin-top: 25px;
}

.description i {
	font-size: 50px;
	margin-right: 15px;
}

.fa-twitter-square {
	color: #179fef;
	background-color: #fff;
    border-radius: 50%;
    line-height: 40px !important;
	
}

.fa-facebook-square {
	color: #3c5796;
	background-color: #fff;
    border-radius: 50%;
    line-height: 40px !important;
	
}

.fa-linkedin-square {
	color: #0075b3;
	background-color: #fff;
    border-radius: 50%;
    line-height: 40px !important;
	
}

.filter-box {
	background: #282e33;
	padding: 10px;
	min-height: 230px;
	margin-bottom: 25px;
}

.filter-box h2 {
	margin-top: 0;
	font-size: 26px;
}

.filter-box p {
	color: #fff;
}

.h-entry {
	margin-top: 25px;
	margin-bottom: 25px;
}

.h-entry h1 {
	color: #00aeef;
}

.news-wrapper {
	width: 100%;
	
	background: url(/images/news-wrapper-back.png);
	background-size: 100% 55%;
	background-repeat: no-repeat;
	background-position-y: bottom;
}

#news h2 {
	margin-bottom: 30px;
}

#news h3 a {
	color: #fff;
}

#news h3  {
	margin-bottom: 35px;
	margin-top: 10px;
}


@media(max-width:991px){
.overlay {
  opacity: 0.5;
  width: 90%;
margin: 0 5%;
}
}


@media(max-width:767px){

	.service-thumb img {
		margin: 0 auto;
	}

	.strap1 {
	text-align: center;
	font-size: 30px;
	}

	.strap2 {
	text-align: center;
	font-size: 30px;
	margin-top: 0;
	}

	.header-phone-number {
	text-align: center;
	font-size: 18px;
	}

	.sidebar {
		padding-top:15px;
		padding-bottom:15px;
	}

	.nav.navbar-nav li {
		text-align: center;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	}
	
	.navbar-nav > li > a {
	padding: 5px 10px;
}

}

@media(min-width:768px) and (max-width:991px) {
	.contact-wrapper .col-sm-2 {
	width: 35%;
	margin: 5%;
}
}


@media(max-width:767px){
	.nav.navbar-nav li {
		text-align: center;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	}
	.strap1 {
	text-align: center;
	font-size: 30px;
	}

	.strap2 {
	text-align: center;
	font-size: 30px;
	margin-top: 0;
	}
	.service-thumb img {
		margin: 0 auto;
	}
	.footer-column {
		margin-top: 15px;
	}
	#header-strapline img {
	max-height: 70px;
}
#header-strapline img {
	max-height: 70px;
}
.contact-wrapper .col-xs-6 {
	width: 45%;
	margin: 2%;
}
}
@media(min-width:768px){
	#header-phone p, #header-phone p i {
	font-size: 14px;
	}
	.footer-logo {
		margin-top: 15px;
	}
	.footer-column {
		margin: 0;
	}
	.blog-pic-wrapper {
	float: right;
	margin: 0 0 20px 20px;
	width:50%;
}
.hidden-nav-item {
	visibility: hidden;
}
#home-strap h1 {
	font-size: 40px;
}

}
@media(min-width:992px){
	nav.navbar.desktop {
		display: block;
	}
	#header-phone p, #header-phone p i {
	font-size: 18px;
	}
	nav.navbar.mobile {
		display: none;
	}
	.navbar-nav > li > a {
	font-size:15px;
	padding: 5px 20px;
	}
	.footer-logo {
		margin: 0;
	}
	.blog-pic-wrapper {
	background: #f7f7f7;
	width:70%;
}
.navbar-nav > li > a {
	line-height:32px;
}
#header-strapline img {
	padding-right: 130px;
}
.slider-heading h1 {
	font-size: 26px;
	padding:10px 25px 10px 100px;
}

.navbar-nav {
	float: right;
}
}
@media(min-width:1200px){
	#header-phone p, #header-phone p i {
	font-size: 18px;
	padding-top:3px;
	}
	.slider-heading h1 {
	padding:10px 25px 10px 150px;
}
}