﻿/*====================================
 author: lt - rbmg
======================================*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
/*=======================================
    GENERAL STYLES
==================================================*/
body {
    font-family: 'Roboto', sans-serif;
    background: #fff;
}

/*=======================================
    NAVIGATION STYLES
==================================================*/

nav {
	position: absolute;
	width: 100%;
    background: #fff;
    z-index:99;
}
.fixed {
	position: fixed;
	top: 0;
	min-height: 50px;
	z-index: 99;
	left: 0;
	margin-left: auto;
	right: 0;
	margin-right: auto;
}

@media (min-width: 767px) {
  .navbar-nav.nav-justified > li{
      float:none;
  }

}

#cloud > ul > li {
	display: inline !important;
	padding-right: 1%;
}

.global-nav-row_push {
	margin-top: 85px;
}

.navbar-inverse {
  background-color: #002832;
  background-image: -webkit-linear-gradient(258deg, #002832 35%, #fff 35%);
  position: fixed;
  top: 0 !important;
}

.top-nav-collapse {
  margin-top: 0px;
}

.navbar-inverse.top-nav-collapse .nav.navbar-nav {
    border: none;
}

.navbar-inverse.navbar-fixed-top .menu-row {
  height: 185px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-bottom: 10px solid #002832;
}

.navbar-inverse.top-nav-collapse .menu-row {
  height: 140px !important;
  -webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.navbar-inverse.navbar-fixed-top .header-lead {
  font-size: 21px;
  -webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.navbar-inverse.top-nav-collapse .header-lead {
  font-size: 16px;
  -webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.navbar-inverse.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navbar-inverse.navbar-fixed-top .menu-logo a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    left: 50px;
    background: url(../img/phoenix-hvac-logo.svg) no-repeat;
    width: 210px;
    height: 125px;
    top: 24px;
}

.navbar-inverse.top-nav-collapse .menu-logo a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    left: 50px;
    background: url(../img/phoenix-hvac-logo.svg) no-repeat;
    width: 175px;
    height: 104px;
    top: 10px;
}

.phoenix-menu-row {
  background: #fff;
  border-top: 5px solid #e5300c;
}

.contact-row-margin {
  margin: 0px;
}

.header-skeleton {
  background: #fff;
}

.red-header-section {
  background: #ec1e24;
  padding: 8px 20px;
  margin-bottom: 35px;
}

.red-gradient-divider {
  height: 15px;
  background: #006600;
}

.white-fill {
    width: 52%;
    height: 0;
    border-bottom: 125px solid #eee;
    border-left: 100px solid transparent;
    position: absolute;
    right: 0;
    top: 0px;
}

.hover-blue {
	background: rgba(255, 255, 255, .15);
	padding: 25px 0;
  -webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.hover-blue:hover {
	background: rgba(255, 255, 255, 0.65);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.navbar-collapse {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-top: 17px;
}

.nav a {
  color: #002832 !important;
}

.navbar-header a {
    color:#a5181c !important;
    padding-right:100px;
}

.navbar-nav > li > a {
  font-size: 16px !important;
  font-weight: 300;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  color: #002832;
}

h1 {
    font-weight:900;
}

h2 {
    font-weight:700;
}

h3, h4, h5, h6 {
  font-weight: 500;
}

p {
    font-weight:300;
    font-size: 18px;
    line-height:26px;
}

ul.list-unstyled {
  font-size: 22px !important;
}

.light {
  font-weight: 300 !important;
}

.jumbo-lead {
  font-weight:300;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 1px;
}

a {
    color: #002832;
    text-decoration: none;
}

hr.phoenix-hr {
  text-align: center;
  border: 3px solid #e5300c;
}

hr.phoenix-third_hr {
  text-align: center;
  width: 33%;
  border: 3px solid #e5300c;
}

.never-close {
	min-height: 200px;
}

.main_copy-bg {
  background: url(../img/mike_williams-green_geometric_pattern-TALL.svg) center;
  background-size: cover;
  padding: 2% 0;
}

.product-block-grey {
  background: #003e89;
  padding: 20px 20px 10px 20px;
  margin-bottom: 20px;
}

.product-block-grey h3 {
  color: #fff;
  text-align: center;
}

.product-block-red {
  background: #006600;
  padding: 20px 20px 10px 20px;
}

.product-block-red h3 {
  color: #eee;
  text-align: center;
}

.mike_williams-green-border {
  background: #006600;
  padding: 15px;
  width: 100%;
}

/* ==========================================================================
   SERVICE BUTTON SECTION STYLES
   ========================================================================== */

.service_button-section {
  background: #eee;
  padding: 20px;
}

.service_button-outline {
  background: #fff;
  background: linear-gradient(0deg, #eee, #fff);
  outline: 3px solid #cccccc;
  padding: 10px;
}



/* ==========================================================================
   customer rating containers
   ========================================================================== */

.ratings-container {
	padding: 2%;
}


a.rating-link {
	text-decoration: none;
}

.rating_line {
	margin-bottom: 2%;
	line-height: 2em;
}

.menu_bar_wrapper {
	background: #eee;
	border-bottom: 1px solid #999;
	border-radius: 0px;
	padding: 0;
	margin: 0 2%;
	width: 70%;
	height: 2em;
	float: left;
}

.menu_bar {
	background-color: #002832;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	float: left;
	height: 100%;
	padding: 0;
	margin: 0;
}

#rating_title {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}

.quote-copy {
	font-size: 2.85em;
}

.real-reviews-section {
  background: #003e89;
  background: linear-gradient(100deg, #003e89, #003e89, #289dcc, #289dcc, #003e89);
  padding: 20px;
}

/* wide review display */

.rating-row-bg {
  background: #006600;
  height: 70px;
  color: #fff;
  margin-top: 75px;
}

.rating-bg-place {
	position: relative;
  height: 160px;
}

.rating-bg {
  position: absolute;
  background: url(../img/mike_williams-wide_rating_bg.svg) no-repeat;
  width: 350px;
  height: 185px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 55px 0 0 0;
}

.wide-rating {
	font-size: 16px;
	font-weight: 400;
	color: #fff !important;
}

.wide-rating .rating_line {
	display: none !important;
}

.wide-rating p {
	margin-bottom: 0 !important;
}

.wide-rating  #rating_title {
  display: none !important;
}

.wide-rating  img {
  width: 22px !important;
  height: 22px !important;
  border: none;
  background: none;
  padding: 0;
  margin: 0 5px 5px 0;
}

.wide-rating  .rating .average {
	font-size: 24px !important;
	color: #fff !important;
}

.wide-rating  .rating .best {
	font-size: 24px !important;
	color: #fff !important;
}

/* === SUB WIDE RATING === */

.sub-rating-bg {
  position: absolute;
  background: url(../img/phoenix-rating_bg.svg) no-repeat;
  width: 260px;
  height: 137px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 71px 0 0 0;
  top: 67px;
}

.sub-rating-bg .wide-rating {
	font-size: 12px;
	font-weight: 400;
	color: #fff !important;
}

.sub-rating-bg .wide-rating .rating_line {
	display: none !important;
}

.sub-rating-bg .wide-rating p {
	margin-bottom: 0 !important;
  line-height: 16px;
}

.sub-rating-bg .wide-rating  #rating_title {
  font-size: 14px;
  color: #303030;
  font-weight: 300;
  margin-bottom: 15px;
}

.sub-rating-bg .wide-rating  img {
	width: 12px !important;
	height: 12px !important;
	margin: 0 6px 0 0;
}

.sub-rating-bg .wide-rating  .rating .average {
	font-size: 12px !important;
	color: #fff !important;
}

.sub-rating-bg .wide-rating  .rating .best {
	font-size: 12px !important;
	color: #fff !important;
}

.sub_page-space-below_rating {
	margin-top: 70%;
}

.home-rating-pull_up {
	top: -78px;
}

.wide-rating.text-center .hreview-aggregate div p a {
  color: #fff !important;
  font-size: 12px;
}



/* =============================================
   =============================================
   HOME RATING BLOCK - begin
   +++++++++++++++++++++++++++++++++++++++++++++*/



/* =============================================
  =============================================
  HOME RATING BLOCK - END
  +++++++++++++++++++++++++++++++++++++++++++++*/

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	background-image: none;
	border: 2px solid transparent;
	border-radius: 0px !important;
  white-space:normal !important;
    word-wrap: break-word;
}

.btn-top-stack {
	color: #e74c3c;
	border-color: #e74c3c;
	background-color: rgba(255, 255, 255, .85);
}

.btn-top-stack:hover {
	color: #f22613;
	border-color: #f22613;
	background-color: rgba(255, 255, 255, 1);
}

.btn-white_outline {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff !important;
}

.btn-white_outline:hover {
  color: #006600 !important;
  background-color: #fff !important;
  border: 2px solid #fff !important;
}

.btn-white_solid {
  color: #006600 !important;
  background-color: #fff !important;
  border: 2px solid #fff !important;
}

.btn-white_solid:hover {
  color: #fff !important;
  background-color: #006600 !important;
  border: 2px solid #006600 !important;
}

.btn-blue_outline {
  color: #002832 !important;
  background-color: transparent !important;
  border: 2px solid #002832 !important;
}

.btn-blue_outline:hover {
  color: #fff !important;
  background-color: #002832 !important;
  border: 2px solid #e5300c !important;
}

.btn-slide {
  color: #006600 !important;
  background-color: #fff !important;
  border: 2px solid #fff !important;
}

.btn-slide:hover {
  color: #fff !important;
  background-color: #006600 !important;
  border: 2px solid #fff !important;
}

.btn-outlined_danger {
  color: #fff !important;
  background-color: #006600 !important;
  border: 2px solid #fff;
}

.btn-outlined_danger:hover {
  color: #fff !important;
  background-color: #006600 !important;
  border: 2px solid #fff;
}

.btn-service_repair {
  color: #fff !important;
  background: yellow;
  border: 5px solid #0071bb !important;
}

.btn-service_repair:hover {
  color: #fff !important;
  border: 5px solid #ed1c24 !important;
}

.btn-HUGE {
  font-size: 20px !important;
  border: solid 4px !important;
  padding: 12px;
}

.btn-HUGE:hover {
  border-width: 4px !important;
  padding: 12px;
}

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

.kill-top-margin {
	margin-top: 0 !important;
}

.kill-bottom-margin {
	margin-bottom: 0 !important;
}

.kill-margins {
	margin: 0px !important;
}

div.flexslider ul.slides li div.flex-caption p {
	width: 275px;
}

div.flexslider ul.slides li div.flex-caption h3 {
	width: 325px;
	color: #19B5FE !important;
}

/*=======================================
    COLOR CODES
==================================================*/

.color-gray {
    background:url(../img/shattered.png) repeat !important;
}

.kill_top-padding {
	padding-top: 0 !important;
}

.phoenix-blue {
  color: #002832 !important;
}

.phoenix-red {
  color: #e5300c !important;
}

.white_wash {
	color: #fff !important;
}

.services-bg {
  background: url(../img/diagonal_striped_brick.png);
  padding: 2% 0 0 0;
}

.no_padding-on_img {
  padding: 0 !important;
}

.table.table-hover {
  background: #22313F;
}

.table-hover > tbody > tr:hover {
    background-color: #3953a3;
}

.platinum {
  background-color: #E5E4E2;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #FFD700;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #ffe34c;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #e5e4e2;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #c0c0c0;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #d2d2d2;
}

/*=======================================
    SECTIONS STYLES
==================================================*/

.full-width-white {
	background: #fff;
	padding: 2%;
	border-top: 10px solid #ef4836;
	border-bottom: 3px solid #ef4836;
}

ul.nav.nav-tabs > li.active.lead > a b {
	color: #428bca;
}

ul.nav.nav-tabs > li.active.lead > a b:hover {
	color: #303030;
}

#home {
    min-height:330px;
}

.home-head_bg {
	background: url(../img/home-head_bg.jpg) no-repeat center;
}

#sub-head {
    min-height:330px;
}

/* -- about heading --*/

.sub-page-head-bg {
  border-bottom: 6px solid #e5300c;
  padding: 0 0 20px 0;
  margin-top: 257px;
  height: 225px;
}

.sub-page-head-OVERLAY {
  background: rgba(0, 40, 50, 0.75);
}

.sub-page-content-PUSH {
  margin-top: 50px;
}

.sub-page-head-bg h1 {
  font-size: 70px;
  color: #ffffff!important;
  text-shadow: 3px 0px 0px #e5300c;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}

@media (max-width:1100px) {
  .sub-page-head-bg h1 {
    font-size: 60px;
    text-shadow: 2px 0px 0px #e5300c;
  }
}

@media (max-width:992px) {
  .sub-page-head-bg h1 {
    font-size: 45px;
    text-shadow: 2px 0px 0px #e5300c;
  }
}

@media (max-width:768px) {
  .sub-page-head-bg h1 {
    font-size: 30px;
    text-align: center;
    text-shadow: 2px 0px 0px #e5300c;
  }
}

.sub-page-head-bg.SERVICE {
  background: url(../img/phoenix-page_header-service.jpg) center;
  background-size: cover;
}

.sub-page-head-bg.CONTACT {
  background: url(../img/phoenix-page_header-contact.jpg) center;
  background-size: cover;
}

.sub-page-head-bg.HEAT {
  background: url(../img/phoenix-page_header-heating.jpg) center;
  background-size: cover;
}

.sub-page-head-bg.COOL {
  background: url(../img/phoenix-page_header-cooling.jpg) center;
  background-size: cover;
}

.sub-page-head-bg.COMMERCIAL {
  background: url(../img/phoenix-page_header-commercial.jpg) center;
  background-size: cover;
}

.sub-page-head-bg.REFRIG {
  background: url(../img/phoenix-page_header-commercial_refrigeration.jpg) center;
  background-size: cover;
}

.sub-page-head-bg.FURNACE {
  background: url(../img/phoenix-page_header-furnace.jpg) center;
  background-size: cover;
}

.sub-page-head-bg.AC {
  background: url(../img/phoenix-page_header-ac.jpg) center;
  background-size: cover;
}

.sub-page-head-bg.HEATPUMP {
  background: url(../img/phoenix-page_header-heat_pump.jpg) center;
  background-size: cover;
}

.sub-page-head-bg.DUCTLESS {
  background: url(../img/phoenix-page_header-ductless.jpg) center;
  background-size: cover;
}

.sub-page-head-bg.PACKAGED {
  background: url(../img/phoenix-page_header-ductless.jpg) center;
  background-size: cover;
}

.sub-page-head-bg.GEOTHERMAL {
  background: url(../img/phoenix-page_header-ductless.jpg) center;
  background-size: cover;
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 5px 15px 5px !important;
	font-size: 18px;
	line-height: 20px;
}

.coupon-border {
  border: 8px solid #002832;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.coupon-border .panel-body {
  padding: 15px;
}
.coupon-border:hover {
  border: 8px solid #e5300c;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (max-width:1105px) {
	.navbar-brand {
		float: left;
		height: 50px;
		padding: 15px 0px 15px 0px !important;
		font-size: 14px !important;
		line-height: 20px;
	}
}

@media (max-width:925px) {
	.navbar-brand {
		display: none;
	}
}

@media (max-width:767px) {
	.navbar-brand {
		float: left;
		height: 50px;
		padding: 15px 15px 15px 0px !important;
		font-size: 14px !important;
		line-height: 20px;
		display: inherit;
	}
}

/*=======================================
    IMAGE STYLES
==================================================*/

.service_img {
	border-bottom: 5px solid #f0a514;
}

.service_img:hover {
	border-bottom: 5px solid #006600;
}

/*=======================================
    FOOTER STYLES
==================================================*/

.full-width-footer {
	padding: 10px 0 0 0;
	border-top: 12px solid #002832;
  background: #fff;
}

hr.phoenix-footer_hr {
  border-top: 2px solid #002832;
}

.mpn-footer {
  background: #002832;
  width: 100%;
  padding: 25px 0;
  border: none !important;
  color: #fff !important;
}

.product-section_bg {
  background: url(../img/mike_williams-product_bg.jpg) center;
  background-size: cover;
  padding: 2% 0;
}

.media:first-child {
    margin-top: 0;
    color: #202020;
    background: url(../img/gplaypattern.png) repeat;
    margin-bottom: 30px;
    border-radius: 2px;
    border: 3px solid #0071bb;
}

.media-heading {
    margin: 15px 0 0 0 !important;
    color: crimson;
}

.media-body {
    width: 100%;
}

div.col-xs-12.col-sm-12 div div div.rating_line {
	width: 65% !important;
}

div.col-xs-12.col-sm-12 div div#reviews_list_header div#map_canvas.mobile_map {
	width: 45% !important;
	right: 0px;
	height: 320px !important;
	position: absolute !important;
	top: 75px;
}

div.col-xs-12.col-sm-12 div.review-graph div#reviews_list_header p.left a.btn.btn-primary {
	width:50%;
}

@media (max-width:992px) {
  div.col-xs-12.col-sm-12 div div div.rating_line {
  	width: 100% !important;
  }

	.menu_bar_wrapper {
		width: 75%;
	}

	div.col-xs-12.col-sm-12 div div#reviews_list_header div#map_canvas.mobile_map {
		display: none;
	}

	div.col-xs-12.col-sm-12 div.review-graph div#reviews_list_header p.left a.btn.btn-primary {
		width:100%;
	}
}

.video-wrap {
    width: 100%;
    margin: auto;
}

.video-container {
    height: 0px;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.video-container > iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
    background: #002832;
}

dt {
    font-weight: 700;
    font-size: 18px;
}

dd {
    margin-left: 0;
    font-weight: 300;
    font-size: 16px;
}

/*=======================================
    MEDIA FILTERS
==================================================*/

@media (max-width:1270px) {
  .navbar-nav > li > a {
    font-size: 16px !important;
  }
}


@media (max-width:1200px) {
	/* wide review display */

	.rating-bg {
		padding: 60px 0 0 0;
	}

	.wide-rating {
		font-size: 16px;
		font-weight: 400;
		color: #fff !important;
	}

	.wide-rating .rating_line {
		display: none !important;
	}

	.wide-rating p {
		margin-bottom: 0 !important;
	}

	.wide-rating  img {
		width: 24px !important;
		height: 24px !important;
		border: none;
		background: none;
		padding: 0;
		margin: 0 10px 0 0;
	}

	.wide-rating  .rating .average {
		font-size: 18px !important;
		color: #fff !important;
	}

	.wide-rating  .rating .best {
		font-size: 18px !important;
		color: #fff !important;
	}

  .full-width-white {
		display: none;
	}
}

@media (max-width:1100px) {
  .navbar-nav > li > a {
    font-size: 14px !important;
  }

  /* wide review display */

  .sub-page-head-bg .rating-bg-place {
  	position: relative;
    height: 100px;
  }

	.wide-rating {
		font-size: 16px;
		font-weight: 400;
		color: #fff !important;
	}

	.wide-rating p {
		margin-bottom: 0 !important;
	}

	.wide-rating  img {
		width: 18px !important;
		height: 18px !important;
		border: none;
		background: none;
		padding: 0;
		margin: 0 5px 0 0;
	}

	.wide-rating  .rating .average {
		font-size: 18px !important;
		color: #fff !important;
	}

	.wide-rating  .rating .best {
		font-size: 18px !important;
		color: #fff !important;
	}

  /* wide review display */

	.sub_page-space-below_rating {
		margin-top: 72%;
	}
}

@media (max-width:950px) {
  ul.list-unstyled {
    font-size: 18px !important;
  }
}

@media (max-width:767px) {
  .navbar-inverse.navbar-fixed-top .menu-row {
    height: 0 !important;
  }

  .navbar-inverse.top-nav-collapse .menu-row {
    height: 0 !important;
  }

  .navbar-inverse.navbar-fixed-top .menu-logo a {
    left: 7px;
    width: 110px;
    height: 65px;
    top: 4px;
  }

  .navbar-inverse.top-nav-collapse .menu-logo a {
    left: 7px;
    width: 100px;
    height: 59px;
    top: 7px;
  }

  ul.list-unstyled {
    font-size: 14px !important;
  }

  .xs-top_margin {
    margin-top: 60px !important;
  }

  .sub-page-head-bg {
    border-bottom: 5px solid #2b357e;
    padding: 2% 2% 1% 2%;
    margin-top: 85px;
    height: 225px;
  }

  .navbar-nav {
    float: left;
    margin: 17px 0 23px 0px;
  }

  .contact-row-margin {
    margin: 125px 0 0 0;
  }

  .menu-logo-place {
    position: relative;
    height: 8px;
  }

  .navbar-inverse {
    background: #fff;
    padding: 3px 0px 0px 0px !important;
    border-bottom: 6px solid #e5300c;
    border-top: 2px solid #000;
    height: 85px;
  }

  .frosted-menu-row {
    background: none;
    padding: 5px;
  }

  /* wide review display */

  .rating-bg {
	    padding: 19% 0 0 0;
	}

	.sub_page-space-below_rating {
		margin-top: 72%;
	}

  #rating_title {
  	display: block;
  	font-size: 1em;
  	font-weight: bold;
  }

  .rating-row-bg {
    margin-top: 0;
  }

	.btn-lg, .btn-group-lg > .btn {
	    padding: 6px 12px !important;
	    font-size: 14px !important;
	    line-height: 1.3333333;
	}
}

@media (max-width:665px) {
	/* wide review display */

  .rating-bg {
	    padding: 16% 0 0 0;
	}

	.sub_page-space-below_rating {
		margin-top: 72%;
	}

  .wide-rating {
    font-size: 12px !important;
  }

  .wide-rating  img {
    width: 15px !important;
    height: 15px !important;
  }
}
