/*Import Google Font*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,300);

/*Import Global Compulsory CSS Files*/
@import url(app.css);
/*@import url(blocks.css);*/
/*@import url(plugins.css);*/

/*Import CSS Plugins*/
@import url(plugins/animate.min.css);
@import url(plugins/box-shadows.css);

/*Import Footers*/
@import url(footers/footer-v7.css);

body {
    width: 100%;
    height: 100%;
    color: #939598; 
    font-size: 18px;
    line-height: 1.6; 
    font-family: 'Raleway';
    font-weight: 300;
}

html {
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    font-family: "Raleway";
    color: #939598;
    margin-bottom: 10px;
}

h3
{
    margin-bottom: 5px;
}

h1
{
    font-size: 1.6em;
    font-weight: 300;
}

h2
{
    font-size: 1.8em;
    font-weight: 300;
}

h3
{
    font-size: 1.3em;
    font-weight: 300;
}

h4
{
    font-size: 1.1em;
    font-weight: 300;
}

h5
{
    font-size: 0.8em;
    font-weight: 300;
    margin-bottom: 2px;
}

p, 
li,
li a { 
   color: #939598;
}

a {
   color: #fff;
   text-decoration: none;  
   cursor: pointer;
}

p a
{
    color: #19b14b;
}

a,
a:focus, 
a:hover, 
a:active {
   outline: 0 !important;
}
a:focus {
    color: #faaf41;
  text-decoration: none;
}
a:hover {
   color: #faaf41;
   text-decoration: none;
}

a.read_more
{
    color: #19b14b;
    font-weight: bold;
    font-size: 0.9em;
    cursor: pointer;
}

::selection {
	color: #fff;
	background: #72c02c;
}

.small
{
    font-size: 0.8em;
}

.smaller
{
    font-size: 0.6em;
}

.large
{
    font-size: 1.2em;
}

.larger
{
    font-size: 1.9em;
}

.max-width-150
{
    max-width: 150px;
}

/* Buttons */

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary.focus, 
.btn-primary:active, 
.btn-primary.active, 
.open > .dropdown-toggle.btn-primary,
.btn:hover, 
.btn:focus, 
.btn.focus
{
    background: #f37c20;
    /*background: #19b14b;*/
    color: #fff;
    /*box-shadow: 1px 2px 5px 1px #333;*/
}

.btn
{
    background: #19b14b;
    color: #fff;
    padding: 10px 13px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    border-radius: 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;    
}

.btn-sm
{
    background: #19b14b;
    color: #fff;
    padding: 5px 10px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    border-radius: 0;
    width: auto;
    text-transform: uppercase;   
}

.btn-lg
{
    background: #19b14b;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    color: #fff;
}

.btn-star
{
   padding: 4px 13px;
   color: #939598;
   border: 1px solid #939598;
   font-size: 14px;
   vertical-align: middle;
   text-transform: uppercase;
   display: inline-block;   
}

.btn-star img
{
    vertical-align: middle;
    margin-top: 1px;
    height: 19px;
    float: left;
    margin-right: 3px;    
}

.btn-star-small
{
   padding: 3px 8px;
   color: #939598;
   border: 1px solid #939598;
   font-size: 13px;
   vertical-align: middle;
   text-transform: uppercase;
   display: inline-block;
}

.btn-star-small img
{
    vertical-align: middle;
    height: 15px;
    margin-top: 1px;
    float: left;
    margin-right: 3px;
}

.btn-star-small:hover,
.btn-star:hover
{
    /*box-shadow: 1px 2px 5px 0px #333;*/
    color: #333;
    border-color: #333;
}

.btn-blank
{
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.btn-border
{
    border: 1px solid #939598;
    color: #939598;
    padding: 9px 13px;
}

.btn-grey
{
    background: #c0c0c0;
}

.btn-group-social
{
    width: 100%;
}

.btn.btn-social
{
    width: auto;
}

.btn.btn-social-add-on
{
    width: 50px;
    font-size: 24px;
    padding: 0;
}

.btn-social-add-on.btn-social-rater { background: #127d35; }
.btn-social-facebook { background: #335193; }
.btn-social-add-on.btn-social-facebook, .btn-social-facebook:hover { background: #2d4174; }
.btn-social-google { background: #ee553e; }
.btn-social-add-on.btn-social-google, .btn-social-google:hover { background: #dc483c; }
.btn-social-linkedin { background: #0077B5; }
.btn-social-add-on.btn-social-linkedin, .btn-social-linkedin:hover { background: #005682; }
.btn-social-twitter { background: #44b0e3; }
.btn-social-add-on.btn-social-twitter, .btn-social-twitter:hover { background: #41a1d2; }

.btn-wrap
{
    white-space: normal;
}

.alert
{
    
}

.alert a
{
    color: #19b14b;
}

.alert .important
{
    color: #EA0000;
}

.attention_box
{
    border: 1px solid #939598;
    padding: 10px;
}

.alert-admin
{
    background-color: #F1F1F1;
    border-color: #e0e0e0;
}

.alert-admin a
{
    color: #939598;
}

/*Header
------------------------------------*/

.navbar-header
{
    float: none;
}

.navbar a
{
    color: #fff;
    font-weight: 400;
}

/*Navbar Logo*/
.navbar .navbar-brand {
	font-size: 31px;
	font-weight: 200;
	line-height: 15px;
	color: #fff !important;
	font-family: 'Open Sans', sans-serif;
        height: auto;
        padding: 0px;
        padding-bottom: 5px;
        padding-top: 5px;
        width: 230px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        display: block;
}

.navbar .navbar-brand img
{
    width: 100%;
}

.navbar-brand span {
	color: #72c02c !important;
}

.navbar-default .navbar-collapse
{
    /*
   background: url("/images/header-nav.png") no-repeat; 
   background-size: 100% 100%;
    */
background: -moz-linear-gradient(left,  rgba(95,40,95,0.75) 0%, rgba(109,43,84,0.75) 12%, rgba(134,47,65,0.75) 20%, rgba(154,52,51,0.75) 28%, rgba(162,66,49,0.75) 35%, rgba(185,103,46,0.75) 42%, rgba(194,130,44,0.75) 49%, rgba(179,129,45,0.75) 55%, rgba(151,134,80,0.75) 60%, rgba(118,123,50,0.75) 66%, rgba(43,116,56,0.75) 73%, rgba(35,114,61,0.75) 82%, rgba(13,101,110,0.75) 90%, rgba(0,93,140,0.75) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(95,40,95,0.75)), color-stop(12%,rgba(109,43,84,0.75)), color-stop(20%,rgba(134,47,65,0.75)), color-stop(28%,rgba(154,52,51,0.75)), color-stop(35%,rgba(162,66,49,0.75)), color-stop(42%,rgba(185,103,46,0.75)), color-stop(49%,rgba(194,130,44,0.75)), color-stop(55%,rgba(179,129,45,0.75)), color-stop(60%,rgba(151,134,80,0.75)), color-stop(66%,rgba(118,123,50,0.75)), color-stop(73%,rgba(43,116,56,0.75)), color-stop(82%,rgba(35,114,61,0.75)), color-stop(90%,rgba(13,101,110,0.75)), color-stop(100%,rgba(0,93,140,0.75))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(95,40,95,0.75) 0%,rgba(109,43,84,0.75) 12%,rgba(134,47,65,0.75) 20%,rgba(154,52,51,0.75) 28%,rgba(162,66,49,0.75) 35%,rgba(185,103,46,0.75) 42%,rgba(194,130,44,0.75) 49%,rgba(179,129,45,0.75) 55%,rgba(151,134,80,0.75) 60%,rgba(118,123,50,0.75) 66%,rgba(43,116,56,0.75) 73%,rgba(35,114,61,0.75) 82%,rgba(13,101,110,0.75) 90%,rgba(0,93,140,0.75) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(95,40,95,0.75) 0%,rgba(109,43,84,0.75) 12%,rgba(134,47,65,0.75) 20%,rgba(154,52,51,0.75) 28%,rgba(162,66,49,0.75) 35%,rgba(185,103,46,0.75) 42%,rgba(194,130,44,0.75) 49%,rgba(179,129,45,0.75) 55%,rgba(151,134,80,0.75) 60%,rgba(118,123,50,0.75) 66%,rgba(43,116,56,0.75) 73%,rgba(35,114,61,0.75) 82%,rgba(13,101,110,0.75) 90%,rgba(0,93,140,0.75) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(95,40,95,0.75) 0%,rgba(109,43,84,0.75) 12%,rgba(134,47,65,0.75) 20%,rgba(154,52,51,0.75) 28%,rgba(162,66,49,0.75) 35%,rgba(185,103,46,0.75) 42%,rgba(194,130,44,0.75) 49%,rgba(179,129,45,0.75) 55%,rgba(151,134,80,0.75) 60%,rgba(118,123,50,0.75) 66%,rgba(43,116,56,0.75) 73%,rgba(35,114,61,0.75) 82%,rgba(13,101,110,0.75) 90%,rgba(0,93,140,0.75) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(95,40,95,0.75) 0%,rgba(109,43,84,0.75) 12%,rgba(134,47,65,0.75) 20%,rgba(154,52,51,0.75) 28%,rgba(162,66,49,0.75) 35%,rgba(185,103,46,0.75) 42%,rgba(194,130,44,0.75) 49%,rgba(179,129,45,0.75) 55%,rgba(151,134,80,0.75) 60%,rgba(118,123,50,0.75) 66%,rgba(43,116,56,0.75) 73%,rgba(35,114,61,0.75) 82%,rgba(13,101,110,0.75) 90%,rgba(0,93,140,0.75) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf5f285f', endColorstr='#bf005d8c',GradientType=1 ); /* IE6-9 */


}

/*Navbar Toggle*/
.navbar-default .navbar-toggle {
	border: none;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}

.navbar-toggle .icon-bar {
	height: 1px;
	width: 25px;
	font-size: 22px;
	background: #fff;
	margin-bottom: 7px;
}

.navbar-toggle .icon-bar:last-child {
	margin-bottom: 0;
}

/*Navbar*/
.navbar-default {
	border-bottom: none;
	background: rgba(0,0,0,0.4);
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 12.5px;
	text-transform: uppercase;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 14px;
}


.navbar-default .navbar-nav > li > a:hover {
	z-index: 1;
	color: #faaf41;
}

.navbar-default .navbar-nav > li > a:focus {
	color: #faaf41;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	z-index: 1;
	background: none;
        color: #fff;
}

.navbar-header .header_rate
{
    float: left;
    padding-top: 25px;
    font-size: 0.85em;
    text-transform: uppercase;
}

.navbar-header .header_login
{
    float: right;
    padding-top: 25px;
    font-size: 0.85em;
    text-transform: uppercase;
}

.navbar-header a:hover,
.navbar-header a:active
{
    color: #F37C20;
}

.navbar-header .icon_holder
{
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
}

.navbar-header .icon_holder img
{
    display: inline;
    margin-top: -2px;
}

/*
.top-nav-collapse .header_login a, .top-nav-collapse .header_rate a
{
    color: #333;
}

.top-nav-collapse .navbar-header .icon_holder
{
    border: 1px solid #333;
}
*/

@media(min-width:767px) {
    .navbar {
        padding: 0;
        -webkit-transition: background .3s ease-in-out,padding .3s ease-in-out;
        -moz-transition: background .3s ease-in-out,padding .3s ease-in-out;
        transition: background .3s ease-in-out,padding .3s ease-in-out;
        height: auto;        
    }

    .top-nav-collapse {
        /* Customize the look and feel of the collapsed top nav here */
        padding: 0;
    }
}

@media (max-width: 768px) {
	.navbar-default .navbar-nav > li > a:before {
		content: " ";
	}    
}

/*Navbar*/
@media (min-width: 769px) 
{
    .navbar .navbar-nav 
    {
        display: table;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }	
}

/*Fixed Header*/
._top-nav-collapse {
	padding: 0;
	background: url("/images/header-full.jpg") no-repeat;
        background-size: 100% 100%;
	box-shadow: 0 0 3px #b5b5b5;
}


.top-nav-collapse,
.navbar-main
{
    padding: 0;
background: rgb(95,40,95); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(95,40,95,1) 0%, rgba(109,43,84,1) 12%, rgba(134,47,65,1) 20%, rgba(154,52,51,1) 28%, rgba(162,66,49,1) 35%, rgba(185,103,46,1) 42%, rgba(194,130,44,1) 49%, rgba(179,129,45,1) 55%, rgba(151,134,80,1) 60%, rgba(118,123,50,1) 66%, rgba(43,116,56,1) 73%, rgba(35,114,61,1) 82%, rgba(13,101,110,1) 90%, rgba(0,93,140,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(95,40,95,1)), color-stop(12%,rgba(109,43,84,1)), color-stop(20%,rgba(134,47,65,1)), color-stop(28%,rgba(154,52,51,1)), color-stop(35%,rgba(162,66,49,1)), color-stop(42%,rgba(185,103,46,1)), color-stop(49%,rgba(194,130,44,1)), color-stop(55%,rgba(179,129,45,1)), color-stop(60%,rgba(151,134,80,1)), color-stop(66%,rgba(118,123,50,1)), color-stop(73%,rgba(43,116,56,1)), color-stop(82%,rgba(35,114,61,1)), color-stop(90%,rgba(13,101,110,1)), color-stop(100%,rgba(0,93,140,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(95,40,95,1) 0%,rgba(109,43,84,1) 12%,rgba(134,47,65,1) 20%,rgba(154,52,51,1) 28%,rgba(162,66,49,1) 35%,rgba(185,103,46,1) 42%,rgba(194,130,44,1) 49%,rgba(179,129,45,1) 55%,rgba(151,134,80,1) 60%,rgba(118,123,50,1) 66%,rgba(43,116,56,1) 73%,rgba(35,114,61,1) 82%,rgba(13,101,110,1) 90%,rgba(0,93,140,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(95,40,95,1) 0%,rgba(109,43,84,1) 12%,rgba(134,47,65,1) 20%,rgba(154,52,51,1) 28%,rgba(162,66,49,1) 35%,rgba(185,103,46,1) 42%,rgba(194,130,44,1) 49%,rgba(179,129,45,1) 55%,rgba(151,134,80,1) 60%,rgba(118,123,50,1) 66%,rgba(43,116,56,1) 73%,rgba(35,114,61,1) 82%,rgba(13,101,110,1) 90%,rgba(0,93,140,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(95,40,95,1) 0%,rgba(109,43,84,1) 12%,rgba(134,47,65,1) 20%,rgba(154,52,51,1) 28%,rgba(162,66,49,1) 35%,rgba(185,103,46,1) 42%,rgba(194,130,44,1) 49%,rgba(179,129,45,1) 55%,rgba(151,134,80,1) 60%,rgba(118,123,50,1) 66%,rgba(43,116,56,1) 73%,rgba(35,114,61,1) 82%,rgba(13,101,110,1) 90%,rgba(0,93,140,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(95,40,95,1) 0%,rgba(109,43,84,1) 12%,rgba(134,47,65,1) 20%,rgba(154,52,51,1) 28%,rgba(162,66,49,1) 35%,rgba(185,103,46,1) 42%,rgba(194,130,44,1) 49%,rgba(179,129,45,1) 55%,rgba(151,134,80,1) 60%,rgba(118,123,50,1) 66%,rgba(43,116,56,1) 73%,rgba(35,114,61,1) 82%,rgba(13,101,110,1) 90%,rgba(0,93,140,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f285f', endColorstr='#005d8c',GradientType=1 ); /* IE6-9 */

border: 0px;
border-radius: 0px;
margin-bottom: 0px;
z-index: 100;
}

.navbar-always-fixed
{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;    
    border-radius: 0;
    border: 0;
}

.top-nav-collapse .header_container,
.navbar-main .header_container
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}

.navbar-default.top-nav-collapse .navbar-collapse
{
    background: none;
}

.top-nav-collapse .navbar-brand,
.top-nav-collapse .navbar-nav > li > a,
.top-nav-collapse.navbar-default .navbar-nav > li > a:before {
	color: #fff;
}

.top-nav-collapse .navbar-brand {
	color: #fff !important;	
}

/*Navbar Toggle*/
.top-nav-collapse.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}

.top-nav-collapse.navbar-default .navbar-toggle:hover .icon-bar {
	background: #ddd;
}

@media (max-width: 768px) {
	.top-nav-collapse {
		padding: 0;
	}
}

.intro-section h2
{
    color: #939598;
}


/*About Section
------------------------------------*/
/*About Section*/
.about-section {
    padding-top: 40px;
    padding-bottom: 0;
}

.block-v1 {
	padding: 60px 0;
}

.block-v2 {
	padding: 20px 0;
}

.about-section .about-image {
	padding-top: 100px;
}

/*Icon Lists*/
.content-boxes-v3 i.icon-custom {
	margin-right: 8px;
}

.content-boxes-v3 h2 {
	font-size: 15px; 
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

/*Style for Cube Portfolio wrapper*/
.wrapper-portfolio {
    width: 96%;
    margin: 0 auto;
    max-width: 1200px;
}

.wrapper-portfolio .cbp-caption {
	-webkit-backface-visibility: hidden; /*For Chrome*/
}

.wrapper-portfolio #filters-container {
	text-align: center;
}

.wrapper-portfolio #filters-container .cbp-filter-item-active {
	background: #72c02c;
	border-color: #72c02c;
}

.wrapper-portfolio #filters-container .cbp-filter-item:hover {
	color: #fff;
	background: #72c02c;
	border-color: #72c02c;
}

.fullscreenbanner-container img
{
    width: 100%;
}

/* content */

section.content_block
{

}

.content
{
    margin-top: 0px;
}

section
{
    position: relative;
}

section.recent_reviews
{
    background: #808080;
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
}

section.recent_reviews h1,
section.recent_reviews h2,
section.recent_reviews h3,
section.recent_reviews h4,
section.recent_reviews p
{
    color: #fff;
}

section.recent_reviews .content_top_text p
{
    font-size: 20px;
    padding-left: 25%;
    padding-right: 25%;
    text-align: center;
}

section.recent_reviews .recent_review_holder
{
    padding-top: 30px;
    padding-bottom: 30px;
}

section.recent_reviews .recent_review_holder .logo_holder
{
    border: 1px solid #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    display: inline-block;
}

section.recent_reviews .recent_review_holder .logo_holder_wrapper
{
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;    
}

section.recent_reviews .recent_review_holder .logo_holder a
{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    background: #fff;
}

section.recent_reviews .recent_review_holder .logo_holder img
{
    width: 100%;
    vertical-align: middle;
    max-height: 99px;
    max-width: 99px;
    display: table-cell;
}

section.recent_reviews .recent_review_holder .logo_holder:hover
{
    border: 1px solid #faaf41;
}

section.recent_reviews .recent_review_holder h4
{
    font-size: 20px;
    margin-bottom: 0px;
}

section.recent_reviews .recent_review_holder h4 a
{
    color: #fff;
}

section.recent_reviews .recent_review_holder h4 a:hover
{
    color: #faaf41;
}

section.recent_reviews .recent_review_holder p
{
    font-size: 17px;
    margin-bottom: 3px;
}

section.recent_reviews .recent_review_holder p a
{
    color: #fff;
}

section.recent_reviews .carousel-control
{
    background: none;
    width: 0;
    font-size: 40px;
    padding-top: 47px;
    text-shadow: none;
}

/* video block */
section.video_block h3,
section.video_block_grey h3
{
    font-size: 1.6em;
    margin-bottom: 2px;
}

/* video block grey */
section.video_block_grey
{
    background: #808080;
}

section.video_block_grey h3,
section.video_block_grey p
{
    color: #fff;
}

section.video_block .video_holder
{
    margin-bottom: 15px;
}

.house-hook
{
    display: table;
    width: 100%;
    margin-top: -23px;
}

.house-hook-middle
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 23px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 150px;
    z-index: 5;
}

.house-hook-middle img
{
    display: table-cell;
    left: -35px;
    margin-right: auto;
    margin-top: -42px;
    position: absolute;
    text-align: center;

}

.house-hook-left
{
    float:left;
    width: 48%;
    height: 25px;
    background: #fff;
    overflow-x: hidden;
}

.house-hook-right
{
    float:right;
    width: 48%;
    height: 25px;
    background: #fff;
    overflow-x: hidden;
}

.house-hook2
{
    height: 67px;
    color: #555;
    font-size: 20px;
    position: absolute;
    top: -58px;
    z-index: 5;
    overflow: hidden;
}

.house-hook2 img
{
        width: 100%;
}

#index-middle-graphic
{
    display: table;
    margin-left: auto;
    margin-right: auto;
    max-width: 451px;
    width: 100%;
    
}

.professional_holder .rating_holder span
{
    color: #19b14b;
    font-weight: bold;
}

.rating_holder.block
{
    display: block;
}

.rating_holder
{
    display: inline-block;
    position: relative;
    overflow: hidden;   
    margin-top: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
}

.rating_holder img
{
    vertical-align: middle;
    display: block;
    float: left;
    margin-right: 2px;    
}


.rating_holder.opacity img,
.inline_rating_holder.opacity img
{
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.rating_holder span.meta_holder,
.inline_rating_holder span.meta_holder
{
    font-size: 14px;
    float: left;
}

.rating_holder .rating_num_reviews
{
    display: inline-block;
    margin-left: 5px;
    margin-top: 3px;
    vertical-align: top;
    font-size: 0.7em;
}

.rating_title_holder
{
    display: inline-block;
    position: relative;
    overflow: hidden;   
    vertical-align: middle;
    margin-top: 0px;
}

.rating_title_holder .rating_title
{
    font-size: 1.2em;
}

.inline_rating_holder
{
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    vertical-align: middle;
}

.inline_rating_holder img
{
    vertical-align: top;
    display: block;
    float: left;
    margin-right: 2px;
}

.inline_rating_holder .starRating
{
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: top;
}

.inline_rating_holder .label
{
    
}

.rater_mark
{
    float: right;
    display: inline-block;
    margin-right: 5px;
    margin-top: 4px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;    
}

.rater_mark img
{
    height: 25px;
}

.rater_mark span
{
    color: #19b14b;
    font-size: 0.7em;
}

.review_text
{
    font-size: 0.9em;
}

.rating_box label
{
    width: 150px;
}

.small.inline_rating_holder img
{
    vertical-align: top;
    display: block;
    float: left;
    margin-right: 2px;
    width: 18px;
}

.valuation_holder
{
    margin-top: 0px;
   text-transform: uppercase;
   font-size: 13px;
}

.valuation_holder img
{
    vertical-align: middle;
    width: 32px;
    margin-right: 5px;
    margin-left: -5px;    
}


/* Branch search */
.branch_holder
{
    margin-bottom: 25px;
}

.branch_holder .branch_header
{
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.branch_holder .branch_header .logo_holder
{
    float: left;
    margin-right: 10px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #999999;
}

.branch_holder .branch_header .logo_holder_wrapper
{
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;   
}

.branch_holder .branch_header .logo_holder a
{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    background: #fff;
}

.branch_holder .branch_header .logo_holder img
{
    width: 100%;
    vertical-align: middle;
    max-height: 99px;
    max-width: 99px;
    display: table-cell;
}

.branch_holder .branch_header .logo_holder:hover
{
    border: 1px solid #faaf41;
}

.branch_holder .branch_header .text_holder_table
{
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.branch_holder .branch_header h3
{
    margin: 0;
    margin-bottom: 0px;
}

.branch_holder .branch_header p,
.branch_holder .branch_header p a
{
    margin: 0;
    color: #939598;
    line-height: 1.3em;
}

.branch_holder .branch_header p a:hover
{
    color: #faaf41;
}

.professional_holder .branch_header h3
{
    font-size: 1.3em;
}

.branch_holder .branch_header.supplier_header
{
    display: block;
}

.branch_holder .branch_header.supplier_header .category
{
    font-size: 1.3em;
    line-height: 27px;
    margin-bottom: 0px;
}

.branch_holder .branch_header.supplier_header h3
{
    line-height: 1.3em;
    font-size: 18px;
}

.branch_holder .branch_header.supplier_header p
{
    font-size: 0.8em;
    margin-bottom: 3px;
}

.branch_holder .branch_header.supplier_header p a
{
    color: #19b14b;
    display: block;
    word-break:break-all;
}

.branch_holder .branch_header.supplier_header .text_holder
{
    display: table-cell;
    table-layout:fixed; 
}

/* Community search */
.community_star_answer
{
    
}

.community_star_answer h2
{
    margin-bottom: 0px;
}

.branch_table
{
    display: table;
    width: 100%;
}

.branch_cell
{
    display: table-cell;
    vertical-align: top;
}

.branch_holder.community_holder
{
    margin-bottom: 15px;
}

.branch_holder.community_holder .branch_header
{
    margin-bottom: 20px;

}

.branch_holder.community_holder.community_answer .branch_header
{
    /*border-bottom: 1px solid #ddd; */
    border-bottom: 0;
    padding-bottom: 20px;
    padding-left: 45px;
}

.branch_holder.community_holder .branch_header .logo_holder
{
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.branch_holder.community_holder .branch_header .text_holder
{
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

/*
.branch_holder.community_holder .branch_header .logo_holder img
{
    height: 100%;
}
*/

.branch_holder.community_holder .branch_header h3
{
    margin-top: 5px;
}

.branch_holder.community_holder .branch_header p.answer
{
    margin-top: 10px;
    margin-bottom: 20px;
}

.inline_logo_holder
{
    display: inline-block;
    width: 40px;
    border-radius: 50%;
    margin: 0;
    border: 1px solid #999999;
    overflow: hidden;
    vertical-align: middle;
}

.inline_logo_holder img
{
    width: 100%;
}

/* professional */
.branch_holder.professional_holder
{
    /*margin-bottom: 5px;*/
}

.branch_holder.professional_holder .branch_header .logo_holder
{
    width: 115px;
    height: 141px;
    overflow: hidden;
    border: 1px solid #999;
}

.branch_holder.professional_holder .branch_header .logo_holder img
{
    width: 100%;
    max-width: none;
    max-height: none;
}

.branch_holder.professional_holder .branch_header .text_holder
{
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.branch_holder.professional_holder .bio
{
    margin-bottom: 8px;
}

.branch_holder.professional_holder .contact_details
{
    margin-top: 2px;
    font-size: 1.4em;
}

.review_display_options
{
    
}

.review_display_option
{
    display: inline-block;
}

.review_display_option a
{
    cursor: pointer;
}

#review_filter_toggle
{
    position: relative;
}

.review_filter_options
{
    display: none;
    position: absolute;
    top: 31px;
    left: 0;
    z-index: 10;
    width: 100%;
}

.review_filter_options a
{
    display: block;
    z-index: 20;
    background: #fff;
    margin-top: 0 !important;
    border-bottom: 0;
}

.review_display_options .review_filter_options a
{
    margin-bottom: 0;
}

.review_filter_options a:last-child
{
    border-bottom: 1px solid #939598;
}

/* user settings */
.user_settings > div
{
    margin-bottom: 50px;
}

.branch_holder.user_holder .branch_header .logo_holder
{
    width: 115px;
    height: 115px;
    overflow: hidden;
    border: 1px solid #999;
}

.branch_holder.user_holder .branch_header .logo_holder img
{
    width: 100%;
    max-width: none;
    max-height: none;
}

/* Paralax */
parallax-holder h1,
parallax-holder h2,
parallax-holder h3,
parallax-holder h4
{
    color: #fff;
}
.parallax-quote-in 
{
    padding: 0 80px;
    position: relative;
    z-index: 1;
}

.parallax-index-header {
    /*background: url("/images/home-image-1.jpg") no-repeat fixed 50% 0 rgba(0, 0, 0, 0);
    background-size: cover;
    */
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/images/home-image-1.jpg");
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
    text-align: center;
    background-size:cover;
}

.parallax-perfect-home {
    /*background: url("/images/home-image-2.jpg") no-repeat fixed 50% 0 rgba(0, 0, 0, 0);*/
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/images/home-image-2.jpg");
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    text-align: center;
    /*
    background: url("/images/home-image-5.jpg") no-repeat;
    background-attachment:scroll;
    background-position:left top;
    background-size:cover;   
    */   
    background-size:cover;
}

.parallax-rated-agent {
    /*background: url("/images/home-image-3.jpg") no-repeat fixed 50% 0 rgba(0, 0, 0, 0);*/
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/images/home-image-3.jpg");
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    text-align: center;
    background-size:cover;
}

.parallax-holder:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.parallax-holder:before {
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.parallax-holder
{
    margin-top: -15px;
}

.parallax-holder .parallax-quote-in p
{
    font-size: 2.1em;
    text-transform: none;
    font-weight: 300;
    color: #fff;
    line-height: 1.4em;
    text-align: center;    
}

.parallax-holder .parallax-quote-in p.large
{
    font-size: 2.6em;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.parallax-quote-in p:after, .parallax-quote-in p:before
{
    content: "";
}

.parallax-index-header form
{
    margin-top: 15px;
}

.parallax-index-header form input
{
    height: 50px;
    color: #333;
}
.parallax-index-header form .input-group-addon
{
    color: #333;
    font-size: 22px;
}

@media screen and (max-width: 767px)
{
    .parallax-index-header
    {
        background-size: cover;
        background-position: 0 0 !important;
        background-attachment: scroll;
    }
    
    .parallax-perfect-home 
    {
        background-size: cover;
        background-position: 0 0 !important;
        background-attachment: scroll;
    }
    
    .parallax-rated-agent
    {
        background-size: cover;
        background-position: 0 0 !important;
        background-attachment: scroll;
    }
}

/* Parallax branch header */
section#branch-header
{

}

.parallax-branch-view {
    color: #fff;
    padding-top: 60px;
    padding-bottom: 80px;
    position: relative;
    background-image: url("/images/office-image-1.jpg");
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size:cover;    
}

.parallax-location-view
{
    height: 385px;
    background-position: 50% 33% !important;
    margin-top: 0px;
    background-image: url("/images/city-default.jpg");
}

@media screen and (max-width: 767px)
{
    .parallax-branch-view
    {
        background-size: cover;
        background-position: 0 0 !important;
        background-attachment: scroll;
    }
}

.parallax-branch-view .parallax-quote-in
{
    padding: 0;
    padding-top: 30px;
}

.parallax-branch-view .parallax-quote-in h1,
.parallax-branch-view .parallax-quote-in h1 a,
.parallax-branch-view .parallax-quote-in h3,
.parallax-branch-view .parallax-quote-in h3 a
{
    font-size: 32px;
    margin: 0;
    margin-bottom: 0px;
    color: #fff;
    line-height: 36px;
}

.parallax-branch-view .parallax-quote-in h1 a:hover,
.parallax-branch-view .parallax-quote-in h3 a:hover
{
    color: #f37c20;
}

.parallax-branch-view .parallax-quote-in h1 span,
.parallax-branch-view .parallax-quote-in h3 span
{
    display: block;
    font-size: 0.75em;
    text-align: left;
    line-height: 35px;    
}

.parallax-branch-view .parallax-quote-in p
{
    font-size: 1.1em;
    margin-top: 5px;
    text-align: left;
}

.parallax-branch-view .parallax-quote-in .btn
{
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}

/* parallax v2 */

section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 0;
  padding-top: 80px;
  padding-bottom: 100px;
}
section.module.parallax {
  padding: 0;
  padding-top: 80px;
  padding-bottom: 100px;
  background-position: 0 0;
}
section.module.parallax h1 {
  color: #1e1e1e;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px white;
}
section.module.parallax-1 {
  background-image: url("/images/home-image-1.jpg");
}
section.module.parallax-2 {
  background-image: url("/images/home-image-2.jpg");
}
section.module.parallax-3 {
  background-image: url("/images/home-image-3.jpg");
}

@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax {
    padding: 80px 0;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}

/* End of parallax v2 */

/* Start of parallax v3 */

.parallax-window
{
    position: relative;
    background-repeat: no-repeat;
}

.parallax-window .container
{
    padding-top: 60px;
    padding-bottom: 100px;
}

#parallax-window-2.parallax-window .container
{
    padding-bottom: 60px;
}


@media screen and (max-width: 767px)
{
    .parallax-window
    {
        background-size: cover;
        background-position: 0 0 !important;
    }
}

/* End of parallax v3 */

.carousel
{
    
}

.pro-badge-holder
{
    display: inline-block;
    margin-left: 2px;
}

.pro-badge-holder a
{
    display: inline;
}

.pro-badge-holder img
{
    margin-top: -20px;
    border: 0;
}

.dashboard-view .pro-badge-holder img
{
    margin-top: -10px;
}

/* Branch view */
.parallax-branch-view .branch_holder .branch_header .logo_holder
{
    border: 2px solid #fff;
    margin-right: 15px;
    margin-bottom: 15px;
}

.parallax-branch-view .branch_holder .branch_header .logo_holder_wrapper
{
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;   
    position: relative;
}

.parallax-branch-view .branch_holder .branch_header .text_holder
{
    float: left;
    width: auto;
}

.branch-view h2
{
    font-size: 1.7em;
}

.branch-view h3
{
    font-size: 1.65em;
}

.branch-view .ratings span.rating_inline_heading
{
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}

.branch-view .ratings h4 span.rating_inline_heading
{
    width: 195px;
}

.dashboard-view .ratings span.rating_inline_heading
{
    width: 194px;
    display: inline-block;
    vertical-align: middle;
}

.dashboard-view .ratings h4 span.rating_inline_heading
{
    width: 195px;
    font-size: 0.8em;
}

.address_details,
.contact_details,
.email_details
{
    margin-bottom: 10px;    
}

.address_details p,
.contact_details p,
.email_details p
{
    margin: 0;
}

.contact_details
{
    font-size: 1.5em;
}

.contact_details a
{
    color: #939598;
}

.email_details a
{
    color: #19b14b;
}

.website a
{
    font-size: 1.5em;
}

#map-canvas {
    height: 350px;
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
}

#map-canvas.map-canvas-large
{
    height: 450px;
}

#map-canvas a
{
    color: #939598;
}

.memberships .membership,
.partnerships .partnership
{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.memberships .membership img
{
    height: 40px;
}

.partnerships .partnership img
{
    height: 45px;
}

/* Branch search */
.branch-county ul
{
    margin-bottom: 15px;
}

.branch-county ul li
{
    font-size: 0.8em;
    margin-bottom: 2px;
}

/* dashboard */
.agent_dashboard .inline_rating_holder
{
    vertical-align: middle;
}

.agent_dashboard h5 .rating_inline_heading
{
    width: 55px;
    display: inline-block;
}

/* forms */
.form-control
{
    color: #222;
}

label
{
    font-size: 0.8em;
    font-weight: 400;
    color: #555;
}

.checkbox 
{
    margin-top: 0px;
}

.checkbox label
{
    margin-bottom: 10px;
    font-size: 0.7em;
}


.text-left a
{
    color: #939598;
    font-size: 0.8em;
}

#geo_results_holder
{
    position: relative;
}

#geo_results_holder ul
{
    padding-left: 25px;
}

#geo_results_holder ul li
{
    padding: 5px;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
}

#geo_results_content
{
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border: 1px solid #c0c0c0;
    margin-top: -19px;  
    z-index: 100;
}

#geo_results_content ul
{
    list-style-type: none;
    font-size: 14px;
    padding: 0;    
    padding-top: 5px;
}

#geo_results_content ul li
{
    padding: 5px;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    border-bottom: 1px solid #c0c0c0;
}

#geo_results_content ul li:last-child
{
    border: 0;
}

.ui-widget-content
{
    background: #fff;
}

.ui-menu .ui-menu-item
{
    color: #000;
    padding: 5px;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    padding-left: 15px;
    padding-right: 10px;
    font-family: "Raleway";
}

.ui-menu .ui-menu-item.ui-state-focus
{
    background: #f0f0f0;
    color: #000;
}

.ui-menu .ui-menu-item
{
    
}

/* tabs */
.tab-v1 .nav-tabs > .active > a, .tab-v1 .nav-tabs > .active > a:hover, .tab-v1 .nav-tabs > .active > a:focus
{
    background: #19b14b;
    color: #fff;
}

.tab-v1 .nav-tabs > li > a:hover,
.nav > li > a:hover, .nav > li > a:focus
{
    background: #19b14b;
    color: #fff;
}

.tab-v1 .nav-tabs
{
    border-color: #19b14b;
    color: #fff;
}

.nav-tabs.nav-justified > li
{
    display: inline-block;
    width: auto;
}

/* video embed */
.responsive-video-container { position: relative; padding-bottom: 68.25%; padding-top: 30px; height: 0; overflow: hidden; margin-bottom: 10px; }
.responsive-video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.responsive-video-container-wide { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.responsive-video-container-wide iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* PAgination */
.pagination
{
    margin-top: 0px;
}
.pagination > li > a, .pagination > li > span
{
    padding: 5px 12px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
{
    /*
    background: #19b14b;
    border-color: #19b14b;
    */

    background: #939598;
    border-color: #939598;    

}

.pagination li a:hover
{
    background: #F37C20;
}

.pager
{
    display: none;
}

.pager li:first-child
{
    float: left;
    width: 48%;
}

.pager li:last-child
{
    float: right;
    width: 48%;
}

.pager li > a, .pager li > span
{
    width: 100%;
}

.pager li > a:hover, .pager li > a:focus
{
    background: #F37C20;
    color: #fff;
    border-color: #fff;
}

/* footer */
.footer-nav-image
{
    height: 25px;
background: rgb(95,40,95); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(95,40,95,1) 0%, rgba(109,43,84,1) 12%, rgba(134,47,65,1) 20%, rgba(154,52,51,1) 28%, rgba(162,66,49,1) 35%, rgba(185,103,46,1) 42%, rgba(194,130,44,1) 49%, rgba(179,129,45,1) 55%, rgba(151,134,80,1) 60%, rgba(118,123,50,1) 66%, rgba(43,116,56,1) 73%, rgba(35,114,61,1) 82%, rgba(13,101,110,1) 90%, rgba(0,93,140,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(95,40,95,1)), color-stop(12%,rgba(109,43,84,1)), color-stop(20%,rgba(134,47,65,1)), color-stop(28%,rgba(154,52,51,1)), color-stop(35%,rgba(162,66,49,1)), color-stop(42%,rgba(185,103,46,1)), color-stop(49%,rgba(194,130,44,1)), color-stop(55%,rgba(179,129,45,1)), color-stop(60%,rgba(151,134,80,1)), color-stop(66%,rgba(118,123,50,1)), color-stop(73%,rgba(43,116,56,1)), color-stop(82%,rgba(35,114,61,1)), color-stop(90%,rgba(13,101,110,1)), color-stop(100%,rgba(0,93,140,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(95,40,95,1) 0%,rgba(109,43,84,1) 12%,rgba(134,47,65,1) 20%,rgba(154,52,51,1) 28%,rgba(162,66,49,1) 35%,rgba(185,103,46,1) 42%,rgba(194,130,44,1) 49%,rgba(179,129,45,1) 55%,rgba(151,134,80,1) 60%,rgba(118,123,50,1) 66%,rgba(43,116,56,1) 73%,rgba(35,114,61,1) 82%,rgba(13,101,110,1) 90%,rgba(0,93,140,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(95,40,95,1) 0%,rgba(109,43,84,1) 12%,rgba(134,47,65,1) 20%,rgba(154,52,51,1) 28%,rgba(162,66,49,1) 35%,rgba(185,103,46,1) 42%,rgba(194,130,44,1) 49%,rgba(179,129,45,1) 55%,rgba(151,134,80,1) 60%,rgba(118,123,50,1) 66%,rgba(43,116,56,1) 73%,rgba(35,114,61,1) 82%,rgba(13,101,110,1) 90%,rgba(0,93,140,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(95,40,95,1) 0%,rgba(109,43,84,1) 12%,rgba(134,47,65,1) 20%,rgba(154,52,51,1) 28%,rgba(162,66,49,1) 35%,rgba(185,103,46,1) 42%,rgba(194,130,44,1) 49%,rgba(179,129,45,1) 55%,rgba(151,134,80,1) 60%,rgba(118,123,50,1) 66%,rgba(43,116,56,1) 73%,rgba(35,114,61,1) 82%,rgba(13,101,110,1) 90%,rgba(0,93,140,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(95,40,95,1) 0%,rgba(109,43,84,1) 12%,rgba(134,47,65,1) 20%,rgba(154,52,51,1) 28%,rgba(162,66,49,1) 35%,rgba(185,103,46,1) 42%,rgba(194,130,44,1) 49%,rgba(179,129,45,1) 55%,rgba(151,134,80,1) 60%,rgba(118,123,50,1) 66%,rgba(43,116,56,1) 73%,rgba(35,114,61,1) 82%,rgba(13,101,110,1) 90%,rgba(0,93,140,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f285f', endColorstr='#005d8c',GradientType=1 ); /* IE6-9 */

  
}
/* Reviews */
.starRating{
  display        : block;
  position       : relative;
  height         : 24px;
  background     : url('/images/star_sprite3.png') repeat-x 0 0;
  vertical-align : bottom;
  margin-bottom: 30px;
  width: 122px;
}

.starRating div{
  float    : left;
  position : relative;
  height   : 24px;
}

.starRating input{
  position : relative;
  z-index  : 1;
  width    : 24px;
  height   : 24px;
  margin   : 0;
  padding  : 0;
  opacity  : 0;
}

.starRating label{
  position : absolute;
  top      : 0;
  left     : 0;
  width    : 100%;
  height   : 24px;
}

.starRating span{
  display : none;
}

.starRating       input:checked       + label,
.starRating:hover input:checked:hover + label{
  background : url('/images/star_sprite3.png') repeat-x 0 -24px;
}

.starRating:hover input:checked + label{
  background : transparent;
}

.starRating:hover input:hover + label{
  background : url('/images/star_sprite3.png') repeat-x 0 -48px;
}



.starRatingHolder .starRating
{
    display: inline-block;
}

.ranking span
{
    display: block;
    font-size: 0.8em;
}

.ranking span.ranking_title
{
    font-size: 1.2em;
}

.ranking .ranking_icon_holder
{
    background: url('/images/star_on_30.png') no-repeat;
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    margin-right: 5px;
}

.ranking .ranking_icon_holder span
{
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 2px;
    left: 12px;
}

.starRatingHolder #rating_text,
.inline_rating_holder #rating_text
{
    margin-left: 3px;
    font-weight: 0.8em;
    display: inline-block;
    vertical-align: top;
}

.rate_this
{
    margin-top: 0px;
}

.rate_this .starRating,
.rate_this .rating_holder
{
    margin-top: 0;
    margin-bottom: 3px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: bottom;
}

.rate_this .btn-sm
{
    margin-top: 2px;    
    padding: 3px 10px;
    background: #eee;
    color: #333;
}

.rate_this .btn-sm:hover
{
    background: #f37c20;
    color: #fff;
}

.ajax-holder
{
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 5px;
    vertical-align: bottom;
}

.logout a
{
    color: #939598;
}

/* featured agent */
.featured-image img
{
    width: 100%;
}

/* Social icons */
.social-icons li a, a.social-icon
{
    height: 38px;
    width: 38px;
    background: url("/images/social_sprite.png") no-repeat;
    transition: none;
    
}

.social-icons li a.social_facebook
{
    background-position: 0 0;
}

.social-icons li:hover a.social_facebook
{
    background-position: -266px -2px;
}

.social-icons li a.social_twitter
{
    background-position: -65px 0;
}

.social-icons li:hover a.social_twitter
{
    background-position: -331px -2px;
}

.social-icons li a.social_pintrest
{
    background-position: -130px 0;
}

.social-icons li:hover a.social_pintrest
{
    background-position: -396px -2px;
}

.social-icons li a.social_linkedin
{
    background-position: -195px 0;
}

.social-icons li:hover a.social_linkedin
{
    background-position: -461px -2px;
}

.social-icons li a.social_googleplus
{
    background-position: -130px -110px;
}

.social-icons li:hover a.social_googleplus
{
    background-position: -396px -112px;
}

.social-icons li a.social_youtube
{
    background-position: -195px -164px;
}

.social-icons li:hover a.social_youtube
{
    background-position: -461px -166px;
}

.social-icons li a.social_vimeo
{
    background-position: -130px -55px;
}

.social-icons li:hover a.social_vimeo
{
    background-position: -396px -56px;
}

.social-inline
{
    margin-bottom: 10px;
}

.social-inline > div
{
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    max-width: 100px;
}

.social-inline span
{
    margin-right: 5px;
}

.social-inline img
{
    width: 32px;
}

.social-inline.social-inline-25 img
{
    width: 25px;
    margin-left: 5px;
}


/* File upload */
.progress-bar-success
{
    background-color: #faaf41;
}

.canvas_upload_holder
{
    margin-bottom: 20px;
}

.parallax-branch-view .fileinput-button
{
    float: right;
}

.logo_holder_wrapper .fileinput-button
{
    position: absolute;
    top: 5px;
    right: 5px;
}

/* breadcrumbs */
.breadcrumb
{
    background: none;
    font-size: 0.7em;
    margin-bottom: 10px;
}


/* BLOG START */
.blog_holder
{
    margin-bottom: 20px;
}

.blog_holder .clearfix
{
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
}

.blog_row .logo_holder
{
    width: 100%;
    height: 220px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}

.blog_row .logo_holder.logo_holder_full
{
    height: auto;
}

.blog_row .logo_holder_wrapper
{
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;   
    position: relative;
}

.blog_row .logo_holder a
{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    background: #fff;
}

.blog_row .logo_holder img
{
    width: 100%;
    vertical-align: middle;
    display: table-cell;
}

.blog_row .read_more
{
    display: block;
}

.blog_row h3.blog_heading
{
    display: table;
    width: 100%;
    clear: both;
}

.blog_row .date_holder
{
    float: left;
    border: 1px solid #939598;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 10px;
    margin-top: 5px;
    line-height: 20px;
}

.blog_row .logo_holder_wrapper .date_holder
{
    position: absolute;
    bottom: 2px;
    left: 2px;
    background: #fff;
}

.blog_row .date_holder span.day
{
    display:block;
    font-size: 1em;
}

.blog_row .date_holder span.month
{
    display:block;
    font-size: 0.5em;
}


.blog_sidebar.branch_holder .branch_header h3
{
    font-size: 0.9em;
    line-height: 20px;
    margin-bottom: 5px;
}

.blog_sidebar.branch_holder .branch_header .logo_holder
{
    height: 75px;
    border: 0;
}

.blog_response h4
{
    margin-top: 0;
}

.blog_response p.date
{
    margin-bottom: 5px;
}


/* BLOG END */


/* footer */
#footer .copyright-section
{
    background: #666;
    padding: 40px 0 40px;    
}

#footer .copyright-section .logo
{
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
}

#footer .copyright-section .logo img
{
    width: 100%;
}

#footer .copyright-section p
{
    margin-bottom: 0px;
    color: #fff;
    font-size: 0.65em;
}

#footer .copyright-section p a
{
   color: #ccc;
   text-decoration: none;
}

#footer .copyright-section .social-icons
{
    margin-top: 20px;
}

#footer .sitemap
{
    background: #353535;
    padding-top: 40px;
    padding-bottom: 40px;
}

#footer .sitemap h3
{
    color: #fff;
    font-size: 0.8em;
    margin-bottom: 3px;
    line-height: 15px;
}

#footer .sitemap ul
{
    color: #f0f0f0;
    padding-left: 0px;
    list-style-type: none;
    line-height: 15px;
    font-size: 0.7em;
}

/* Cookie policy */
.cookies
{
    padding-top: 5px;
    padding-bottom: 5px;
    background: #222;
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.cookies p
{
    float: left;
    font-size: 0.7em;
    width: 90%;
    line-height: 22px;
    margin-bottom: 0px;
}

.btn.cookie-btn
{
    float: right;
    width: auto;
    padding: 3px 12px
}

/* autocomplete */
/* highlight results */
.ui-autocomplete span.hl_results {
    background-color: #ffff66;
}
 
/* loading - the AJAX indicator */
.ui-autocomplete-loading {
    background: white url('../img/ui-anim_basic_16x16.gif') right center no-repeat;
}
 
/* scroll results */
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding for vertical scrollbar */
    padding-right: 5px;
}
 
.ui-autocomplete li {
    font-size: 16px;
}
 
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 250px;
}


/* content pages */
.content-page p
{
    font-size: 0.8em;
    margin-bottom: 20px;
}

.content-page ul,
.content-page ol
{
    padding-left: 15px;
    font-size: 0.8em;
    margin-bottom: 20px;
}

.content-page h3
{
    margin-bottom: 20px;
}

/* branch pages */
.branch-pages-text
{
    margin-top: 40px;
}

.branch-pages-text h2
{
    margin-bottom: 20px;
}

.branch-pages-text h3
{
    font-size: 0.9em;
    margin-top: 30px;
    margin-bottom: 5px;
}

.branch-pages-text p
{
    font-size: 0.8em;
}

/*
#habla_window_div.habla_window_div_base
{
    z-index: 0 !important;
}
*/
#habla_window_div
{
    font-family: "Raleway" !important;
}

#habla_window_div .habla_conversation_div,
#habla_window_div .habla_conversation_p_item
{
    color: #939598 !important;
}


/* widgets */
.widget_holder
{
    margin-bottom: 40px;
}

.widget_holder .title
{
    text-align: left;
}

.widget_holder .preview img
{
    width: 100%;
}

#branch_table a 
{
    color: #939598;
}

/* admin */
section.admin
{
    background: #fff;
}

.admin-block
{
    background: #fff;
    border: 1px solid #e7eaec;
    margin-bottom: 40px;
    padding: 0;
    border-radius: 0;
}

.admin-header
{
    background: #fafafa;
    padding: 15px;
    border-bottom: 1px solid #e7eaec;
    font-weight: 400; 
}

.admin-header .header-button
{
    float: right;
}

.admin-content
{
    padding: 15px;
    font-size: 0.8em;
}

.admin-content .content-button
{
    display: none;
}

.external_reviews_content .loader
{
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* REPORTS START */

.reports #branch_select,
.reports #user_select
{
    width: 100%;
}

.reports_table
{
    font-size: 15px;
}

.reports_table tbody tr:nth-child(odd) {
   background-color: #fafafa;
}

.reports_table th
{
    color: #555;
    font-weight: normal;
}

.reports_table th,
.reports_table td
{
    padding: 3px;
    vertical-align: top;
}

.reports_table .rating_holder
{
    width: 100px;
}

.reports_table .rating_holder img
{
    height: 17px;
}

.reports_table .read-more
{
    color: #19b14b;
    font-weight: bold;
}

.report-buttons
{
    margin-top: 10px;
    padding-right: 17px;
    display: table;
    width: 100%;
}

.report-buttons .btn
{
    float: right;
    margin-left: 10px;
    max-width: 250px;
}

#ui-datepicker-div 
{
    z-index: 40 !important;
    font-size: 14px; 
}

.ui-widget-header
{
    background: #f37c20 !important;
    border: 0 !important;
}

.ui-datepicker .ui-datepicker-title
{
    color: #fff !important;
}

.ui-datepicker th,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    color: #333 !important;
}

.ui-multiselect-header ul {
    font-size: 12px !important;
}

.ui-multiselect-checkboxes label input {
    margin-right: 3px;
}

.ms-drop input[type="checkbox"] {
    margin: 0 3px 0 0;
}

.ms-choice {
    display: block !important;
    font-size: 14px !important;
    height: 34px !important;
    line-height: 1.42857 !important;
    padding: 6px 12px !important;
}

.ms-choice > div {
    background: rgba(0, 0, 0, 0) url("/images/multiple-select.png") !important;
}

.ms-choice > span {
    padding-top: 5px;
}

.ms-parent {
    display: block;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

/* REPORTS END */

/*
    SMALL SCREEN CSS
*/
@media screen and (max-width: 1199px)
{
    .blog_row .logo_holder
    {
        height: 180px;
    }
    
    .parallax-location-view
    {
        height: 300px;
        background-position: 50% 20% !important;
    }
}

@media screen and (max-width: 991px)
{
    .blog_row .logo_holder
    {
        height: 210px;
    }
    
    .parallax-location-view
    {
        height: 280px;
        background-position: 50% 15% !important;
    }
    
    .supplier_holder
    {
        margin-bottom: 0;
    }       
    
    .branch_holder .branch_header.supplier_header
    {
        margin-bottom: 20px;
    }
    
    .cookies p
    {
        line-height: 14px;
    }    
}

/*
    TABLET CSS
*/
@media screen and (max-width: 767px)
{
    body
    {
        font-size: 16px;
    }
    
    .smaller
    {
        font-size: 0.8em;
    }
    
    /* menu */
    .navbar-default .navbar-collapse,
    .navbar-default.top-nav-collapse .navbar-collapse
    {
       background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
       background: #f8f8f8;
       border-bottom: 1px solid #eee;
    }
    
    ._top-nav-collapse, ._navbar-always-fixed
    {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);  
    }

    ._top-nav-collapse, ._navbar-always-fixed
    {
    background: rgb(95,40,95); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(95,40,95,1) 0%, rgba(155,54,51,1) 28%, rgba(188,113,45,1) 46%, rgba(192,130,44,1) 52%, rgba(162,132,67,1) 59%, rgba(41,116,57,1) 75%, rgba(0,93,140,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(95,40,95,1)), color-stop(28%,rgba(155,54,51,1)), color-stop(46%,rgba(188,113,45,1)), color-stop(52%,rgba(192,130,44,1)), color-stop(59%,rgba(162,132,67,1)), color-stop(75%,rgba(41,116,57,1)), color-stop(100%,rgba(0,93,140,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(95,40,95,1) 0%,rgba(155,54,51,1) 28%,rgba(188,113,45,1) 46%,rgba(192,130,44,1) 52%,rgba(162,132,67,1) 59%,rgba(41,116,57,1) 75%,rgba(0,93,140,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(95,40,95,1) 0%,rgba(155,54,51,1) 28%,rgba(188,113,45,1) 46%,rgba(192,130,44,1) 52%,rgba(162,132,67,1) 59%,rgba(41,116,57,1) 75%,rgba(0,93,140,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(95,40,95,1) 0%,rgba(155,54,51,1) 28%,rgba(188,113,45,1) 46%,rgba(192,130,44,1) 52%,rgba(162,132,67,1) 59%,rgba(41,116,57,1) 75%,rgba(0,93,140,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(95,40,95,1) 0%,rgba(155,54,51,1) 28%,rgba(188,113,45,1) 46%,rgba(192,130,44,1) 52%,rgba(162,132,67,1) 59%,rgba(41,116,57,1) 75%,rgba(0,93,140,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f285f', endColorstr='#005d8c',GradientType=1 ); /* IE6-9 */
    }
    
    ._top-nav-collapse .header_container, 
    ._navbar-always-fixed .header_container
    {
        /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);*/
        background: none;
    }    
    
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > .active > a, 
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus
    {
        color: #939598;
    }
    
    .navbar .navbar-brand img
    {
        padding-top: 15px;
    }
    
    .navbar-header
    {
        position: relative;
        height: 90px;
    }
    
    .navbar .navbar-brand
    {
        width: 170px;
    }
    
    .navbar-header .header_login
    {
        padding-top: 0px;
        position: absolute;
        top: 75px;
        right: 10px;
        display: none;
    }
    
    .navbar-header .header_rate
    {
        padding-top: 0px;
        position: absolute;
        top: 13px;
        left: 10px;
    }
    
    .navbar-header .header_rate .icon_holder img
    {
        height: 30px;
    }
    
    .navbar-header .header_rate span
    {
        display: none;
    }
    
    ._navbar-toggle
    {
        width: 100%;
        margin: 0;
        float: none;
        text-align: center;
        display: block;
        cursor: pointer;
        text-transform: uppercase;
        border-radius: 0;
background: rgb(95,40,95); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(95,40,95,1) 0%, rgba(109,43,84,1) 12%, rgba(134,47,65,1) 20%, rgba(154,52,51,1) 28%, rgba(162,66,49,1) 35%, rgba(185,103,46,1) 42%, rgba(194,130,44,1) 49%, rgba(179,129,45,1) 55%, rgba(151,134,80,1) 60%, rgba(118,123,50,1) 66%, rgba(43,116,56,1) 73%, rgba(35,114,61,1) 82%, rgba(13,101,110,1) 90%, rgba(0,93,140,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(95,40,95,1)), color-stop(12%,rgba(109,43,84,1)), color-stop(20%,rgba(134,47,65,1)), color-stop(28%,rgba(154,52,51,1)), color-stop(35%,rgba(162,66,49,1)), color-stop(42%,rgba(185,103,46,1)), color-stop(49%,rgba(194,130,44,1)), color-stop(55%,rgba(179,129,45,1)), color-stop(60%,rgba(151,134,80,1)), color-stop(66%,rgba(118,123,50,1)), color-stop(73%,rgba(43,116,56,1)), color-stop(82%,rgba(35,114,61,1)), color-stop(90%,rgba(13,101,110,1)), color-stop(100%,rgba(0,93,140,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(95,40,95,1) 0%,rgba(109,43,84,1) 12%,rgba(134,47,65,1) 20%,rgba(154,52,51,1) 28%,rgba(162,66,49,1) 35%,rgba(185,103,46,1) 42%,rgba(194,130,44,1) 49%,rgba(179,129,45,1) 55%,rgba(151,134,80,1) 60%,rgba(118,123,50,1) 66%,rgba(43,116,56,1) 73%,rgba(35,114,61,1) 82%,rgba(13,101,110,1) 90%,rgba(0,93,140,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(95,40,95,1) 0%,rgba(109,43,84,1) 12%,rgba(134,47,65,1) 20%,rgba(154,52,51,1) 28%,rgba(162,66,49,1) 35%,rgba(185,103,46,1) 42%,rgba(194,130,44,1) 49%,rgba(179,129,45,1) 55%,rgba(151,134,80,1) 60%,rgba(118,123,50,1) 66%,rgba(43,116,56,1) 73%,rgba(35,114,61,1) 82%,rgba(13,101,110,1) 90%,rgba(0,93,140,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(95,40,95,1) 0%,rgba(109,43,84,1) 12%,rgba(134,47,65,1) 20%,rgba(154,52,51,1) 28%,rgba(162,66,49,1) 35%,rgba(185,103,46,1) 42%,rgba(194,130,44,1) 49%,rgba(179,129,45,1) 55%,rgba(151,134,80,1) 60%,rgba(118,123,50,1) 66%,rgba(43,116,56,1) 73%,rgba(35,114,61,1) 82%,rgba(13,101,110,1) 90%,rgba(0,93,140,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(95,40,95,1) 0%,rgba(109,43,84,1) 12%,rgba(134,47,65,1) 20%,rgba(154,52,51,1) 28%,rgba(162,66,49,1) 35%,rgba(185,103,46,1) 42%,rgba(194,130,44,1) 49%,rgba(179,129,45,1) 55%,rgba(151,134,80,1) 60%,rgba(118,123,50,1) 66%,rgba(43,116,56,1) 73%,rgba(35,114,61,1) 82%,rgba(13,101,110,1) 90%,rgba(0,93,140,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f285f', endColorstr='#005d8c',GradientType=1 ); /* IE6-9 */        
    }
    
    .navbar-toggle
    {
        position: absolute;
        top: 0;
        right: 10px;
        margin-right: 0;
    }
    
    .navbar-default .navbar-toggle:hover, 
    .navbar-default .navbar-toggle:focus
    {
        background: none;
        color: #f37c20;
    }
    
    .navbar-default .navbar-toggle:hover .icon-bar, 
    .navbar-default .navbar-toggle:focus .icon-bar
    {
        background: #ddd;
    }
    
    .nav .page-scroll
    {
        display: block !important;
    }
    
    .nav .page-scroll .icon_holder
    {
        display: inline-block;
        width: 20px;
        margin-right: 3px;
    }
    
    .nav .page-scroll .icon_holder img
    {
        width: 100%;
        margin-top: -2px;
    }
    
    .navbar-main .header_container
    {
        margin-bottom: 12px;
    }
    
    /* content */
    .parallax-index-header
    {
        padding-top: 80px;
    }
    
    .content
    {
        margin-top: 0px;
        padding-top: 20px;
    }    
    
    section.recent_reviews .content_top_text p
    {
        padding-left: 10%;
        padding-right: 10%;
    }
    
    .parallax-quote-in
    {
        padding: 0 60px;
    }
    
    .parallax-holder .parallax-quote-in p.large
    {
        font-size: 1,8em;
        word-wrap: break-word;
    }
    
    section.recent_reviews .carousel-arrow
    {
        margin-top: -30px;
        margin-bottom: 20px;
    }
    
    section.recent_reviews .carousel-control
    {
        position: relative;
        padding-top: 20px;
        margin:20px;
    }

    .tab-v1 .nav-tabs
    {
        padding-left: 5px;
        padding-right: 5px;
    }    
    
    .nav-tabs.nav-justified > li
    {
        display: block;
        width: auto;
    }
    
    .block-v1
    {
        padding: 40px 0;
    }
    
    .house-hook-right,
    .house-hook-left
    {
        width: 42%;
    }   
    
    .parallax-branch-view
    {
        padding-top: 80px;
    }    
    
    .inline_rating_holder
    {
        margin: 0;
        display: block;
    }
    
    #map-canvas
    {
        height: 250px;
    }
    
    /* pagination */
    .pagination
    {
        display: none;
    }
    
    .pager
    {
        display: inline;
    }
    
    .parallax-branch-view .fileinput-background-button
    {
        display: table;
        float: none;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -30px;
    }
    
    .blog_row
    {
        margin-bottom: 30px;
    }
    
    .blog_row .logo_holder
    {
        height: auto;
    }    
    
    .blog_holder .clearfix
    {
        padding-bottom: 0px;
        border-bottom: 0px;
        margin-bottom: 0px;
    }   
    
    .report-buttons
    {
        margin: 0;
        padding: 15px;
    }
    
    .report-buttons .btn
    {
        float: none;
        margin: 0 0 10px 0;
        width: 100%;
        max-width: none;
    }
}



/*
    PHONE CSS
*/
@media screen and (max-width: 479px)
{
    body
    {
        font-size: 14px;
    }
    
    .block-v1
    {
        padding: 20px 0;
    }    
    
    /* nav */
    
    /* parallax */
    .parallax-quote-in
    {
        padding: 0 15px;
    }
    
    .parallax-holder .parallax-quote-in p,
    .parallax-branch-view .parallax-quote-in p
    {
        font-size: 1.2em;
        text-align: center;
    }
    
    .parallax-holder .parallax-quote-in p.large
    {
        font-size: 1.5em;
    }
    
    .parallax-index-header form input
    {
        height: 40px;
        font-size: 11px;
    }
    
    .parallax-index-header
    {
        padding-bottom: 80px;
    }
    
    .btn-star-small
    {
        display: block;
        clear: both;
        margin-top: 20px;
        margin-left: 0;
        text-align: center;
        padding: 8px 13px;
    }
    
    .review_display_option
    {
        width: 100%;
    }
    
    .review_filter_options
    {
        top: 40px;
    }
    
    .review_display_options .btn-star-small
    {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 5px;
    }
    
    .house-hook-right,
    .house-hook-left
    {
        width: 38%;
    }
    
    /* branch view */
    .parallax-branch-view
    {
        padding-top: 80px;
    }
    
    .parallax-branch-view .branch_holder .branch_header .logo_holder
    {
        margin: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        display: table;
        float: none;
    }
    
    .parallax-branch-view .branch_holder .branch_header .text_holder,
    .parallax-branch-view .branch_holder .branch_header .text_holder_table
    {
        display: block;
        float: none;
        margin: 0;
        text-align: center;
    }
    
    .parallax-branch-view .parallax-quote-in h1 span, .parallax-branch-view .parallax-quote-in h3 span
    {
        text-align: center;
    }
    
    .parallax-branch-view .branch_holder .branch_header .rating_holder
    {
        margin-top: 3px;
    }
    
    .pro-badge-holder
    {
        display: block;
        margin-top: 3px;
    }
    
    .valuation_holder
    {
        margin-top: 15px;
    }
    
    /* professionals */
    .branch_holder.professional_holder .branch_header .logo_holder,
    .branch_holder.professional_holder .branch_header .text_holder
    {
        display: block;
        float: none;
        margin-bottom: 10px;
    }
    
    .radio-inline, .checkbox-inline
    {
        display: block;
        font-size: 1.2em;
        margin-left: 0 !important;
    }
    
    .parallax-location-view
    {
        height: 250px;
        background-position: 50% 0 !important;
    }
    
    .cookies p
    {
        width: 75%;
        font-size: 0.8em;
    }
    
    .rating_title_holder
    {
        margin-top: 3px;
    }
    
    .admin-content .content-button
    {
        display: inline;
    }
    
    .admin-header .header-button
    {
        display: none;
    }
    
    .rater_mark span
    {
        /*display: none;*/
        display: inline-block;
        line-height: 11px;
        width: 46px;
        margin-top: 2px;
    }
    
    .rater_mark img
    {
        vertical-align: top;
    }
    
}
