/**
 * Place your custom styles here.
 */

 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500&display=swap');

 body {
     font-family: 'Montserrat', sans-serif;
     font-size: 16px;
     font-weight: 400;
	color: #222;
    background: #fff;
    margin-top:0;
}
/*html {
    background: #002365;
}*/

img {
	max-width: 100%;
	height: auto;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4 {
	color: #002365;
	text-transform: capitalize;
	font-weight: 500;
}
h1, .h1 {
    font-size: 35px;
    font-weight: 500;
    color: #002365;
}

h2, .h2 {
    font-size: 30px;
    font-weight: 500;
}

@media only screen
and (max-width : 768px){
    h1, .h1 {
        font-size: 35px;
    }    
    h2, .h2 {
        font-size: 30px;
    } 
}
@media only screen
and (max-width : 376px){
    .banner-title h1 {
        font-size: 23px;
    } 
}
.pull-left {
    /*float: none !important;
    text-align: center;*/
}
.region-header {
    text-align: center;
}
@media only screen
and (min-width : 990px){
    
}
#block-intranet-logoin img,
a.logo img {
    /*width: 100px;
    height: auto;
    background: #fff;*/
    padding-bottom: 10px;
    padding-top: 10px;
    /* width: 100px; */
	/*width: 80px;*/
} 
@media only screen
and (max-width : 989px){
    #block-intranet-logoin img,
    a.logo img {
        width: 235px;
        padding-top: 15px;
        padding-bottom: 5px;
        z-index: 99999;
        position: relative;
    }
    
}


.footer {
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 0px solid #222;
    background: #002365;
    color: #fff;
    font-size: 16px;
}
.path-frontpage .footer {
    margin-top: 0;
}

.page-header {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 0px solid #002365;
    text-align: left;
    /*background: rgba(225,225,225,0.8);
    border-radius: 30px 30px 0 0;*/
    /*padding-left: 30px;*/
    padding-top: 30px;    
}
h1.page-header {
    color: #002365;
    padding-left: 15px;
    padding-right: 15px;
}
@media only screen
and (max-width : 768px){
    .page-header {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}

@media only screen
and (max-width : 989px){
    .designwar-container .col-md-10 {
        width: 70%;
        float: left;
    }
    .designwar-container .col-md-2 {
        width: 30%;
        float: right;
    }
}

.btn-primary {
    color: #fff;
    background-color: #002365;
    border-color: #002365;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ffcc31;
    border-color: #ffcc31;
}
.panel-default>.panel-heading {
    display: none;
}


.banner-title h3 {
    color: #002365;
}
p#captcha--description {
    display: none;
}

table {
        width: 100%;
    }

@media only screen
    and (max-width : 767px) {
    table {
        overflow-x: auto;
        display: block;
    }
}
th, 
td {
  border: 1px solid #353535;
  border-collapse: collapse;
  text-align: center;
}
td {
    padding: 5px;
    font-size: 14px;    
}
@media only screen
and (min-width : 768px) {
    td {
        width: 150px !important;
        height: 100px;
    }
}

tbody tr:nth-child(odd) {
    background: #fff;
}
thead tr {
    background: #403e3e;
    font-weight: 800;    
    color: #fff;
}

#block-socialmedialinks a {
    color: #fff;
}
#block-socialmedialinks .fa {
    font-size: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#block-socialmedialinks .fa:hover {
    color: #ffff00;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.field--name-field-gallery-images .field--item {
    width: 50%;
    float: left;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.image-with-title {
    padding: 15px;
    text-align: center;
    font-weight: 600;
    color: #222;
}

.breadcrumb {
    font-size: 14px;
}
.breadcrumb a {
    color: #222;
}
.breadcrumb .active {
    color: #002365;
    font-weight: 600;
}
/* MEGA MENU */

.tb-megamenu {
    background-color: transparent;
}
.tb-megamenu .nav > li > a, .tb-megamenu .nav > li > span.tb-megamenu-no-link {
    border-bottom: 0;
    border-right: 0px solid #222;
    border-top: 0;
    /* color: #333; */
    /* font-weight: 300; */
    padding: 8px 20px;
    text-shadow: none;
    cursor: pointer;
    /* font-size: 14px; */
	font-weight: 400;
	color: #fff;
	font-size: 16px;
}
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
    background-color: transparent;
    color: #333;
}
.tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #ff6702;
    border-bottom-color: #ff6702;
    margin-top: 8px;
    width: 10px;
    height: 15px;
}
.tb-megamenu .dropdown-menu li > a:hover,
.tb-megamenu .dropdown-menu li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a {
  background-color: inherit;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #ff6702;
  text-decoration: none;
}
.tb-megamenu .nav > li > a:focus,
.tb-megamenu .nav > li > a:hover {
  background-color: transparent;
  color: #ff6702;
  text-decoration: none;
  text-shadow: none;
  outline: none;
}
.tb-megamenu .nav-collapse .nav > li > a:hover,
.tb-megamenu .nav-collapse .nav > li > a:focus {
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color: #ff6702;
  }
.tb-megamenu .nav-collapse .nav > li.active > a:hover,
.tb-megamenu .nav-collapse .nav > li.active > a:focus {
  background-color: transparent;
  color: #ff6702;
  font-weight: 300;
}
.tb-megamenu .nav-tabs > .active > a,
.tb-megamenu .nav-tabs > .active > a:hover,
.tb-megamenu .nav-tabs > .active > a:focus {
  color: #ff6702;
  background-color: transparent;
  border: 0px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tb-megamenu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    list-style: none;
    background-color: rgba(0,0,0,0);
    border: 1px solid #eee;
    border: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-top: none;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    padding: 0;
    margin: 0;
    -webkit-border-radius:0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0 0px 0px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
.tb-megamenu .nav > li > a:focus,
.tb-megamenu .nav > li > a:hover {
  background-color: transparent;
  color: #ff6702;
  text-decoration: none;
  text-shadow: none;
  outline: none;
}
.tb-megamenu .navbar-inverse .navbar-search .search-query:focus,
.tb-megamenu .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #fff;
  text-shadow: 0 0px 0 #ffffff;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.tb-megamenu .dropdown-menu .active > a, .tb-megamenu .dropdown-menu .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
    background-color: transparent;
    background-image: -moz-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.5)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#cccccc', GradientType=0);
    background-image: none !important;
}
.tb-megamenu .dropdown-menu li > a {
    clear: both;
    color: #333;
    display: block;
    line-height: 20px;
    font-weight: 300;
    padding: 3px 20px;
    text-shadow: none;
    white-space: nowrap;
}
.tb-megamenu .dropdown-menu li > a:hover,
.tb-megamenu .dropdown-menu li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a {
	text-decoration: none;
	color: #ff6702;
	background-color: transparent;
	background-color: transparent;
	background-image: -moz-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.5)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#cccccc', GradientType=0);
    background-image: none !important;
}
.tb-megamenu .dropdown-menu .active > a,
.tb-megamenu .dropdown-menu .active > a:hover {
	color: #ff6702;
	text-decoration: none;
	outline: 0;
	background-color: transparent;
	background-color: transparent;
	background-image: -moz-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.5)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#cccccc', GradientType=0);
    background-image: none !important;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
      background-color: transparent;
      border-color: #fff;
}
.tb-megamenu .mega > .mega-dropdown-menu {
    min-width: 200px;
    display: block;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: 0px 0 0 0;
    padding: 0;
    border-top: 2px solid #ff6702;
    background: #fff;
}
.tb-megamenu .span12.mega-col-nav .mega-inner {
    padding: 0;
}
.tb-megamenu .dropdown-menu .mega-nav > li a {
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.tb-megamenu .dropdown-menu li {
    border-bottom: 1px solid #eee; 
    padding-top: 5px;
    padding-bottom: 5px;
}
.tb-megamenu .dropdown-menu li:last-child {
    border-bottom: 0px solid #fff; 
}
li.tb-megamenu-item.active.active-trail a {
    border-top: 0;
}
.dropdown-menu {
    font-size: 14px;
}
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle, 
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle:hover, 
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, 
.tb-megamenu .nav > li.dropdown.open.active > a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #ff6702;
    font-weight: 600;
}
.tb-megamenu .nav > .active > a, .tb-megamenu .nav > .active > a:hover, .tb-megamenu .nav > .active > a:focus {
    background-color: transparent;
    color: #ff6702;
    font-weight: 600;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
li.tb-megamenu-item.level-2.mega.active.active-trail a {
    color: #ff6702;
    font-weight: 300;
}
#block-mainnavigation-2 {
    /*margin-top: 45px;
    margin-top: 0px;
    float: right;*/
    clear: both;
    margin: 0 auto;
    display: table;
    padding-bottom: 30px;
    padding-top: 15px;
}
.header.header-scrolled #block-mainnavigation-2 {
    margin-top: 15px;
}
.tb-megamenu .nav {
    margin: 0;
    background: rgba(0,0,0,0);
}
.tb-megamenu .dropdown-menu li > a, .tb-megamenu .dropdown-menu li > span.tb-megamenu-no-link {
    border-top: 0px solid #eee;
}

.tb-megamenu [class^="fa-"], .tb-megamenu [class*=" fa-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *: ;
    margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px;
    color: #ff6702;
}
.tb-megamenu .btn {
    font-size: 30px;
}
.tb-megamenu .btn-navbar {
    background-color: #eee !important;
    box-shadow: inset 0 0px 0 rgb(204 0 0 / 10%), 0 0px 0 rgb(204 0 0 / 8%);
    text-shadow: 0 0px 0 rgb(204 0 0 / 25%);
    background: #eee;
}
.tb-megamenu .btn {
    border-color: #eee !important;
    border-color: rgba(204,0,0,0.15) rgba(204,0,0,0.15) rgba(204,0,0,0.25);
}
.tb-megamenu .btn-navbar:hover, .tb-megamenu .btn-navbar:focus, .tb-megamenu .btn-navbar:active, .tb-megamenu .btn-navbar.active, .tb-megamenu .btn-navbar.disabled, .tb-megamenu .btn-navbar[disabled] {
    background: #eee !important;
    background-color: #eee;
}
.tb-megamenu .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
}
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle, .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, .tb-megamenu .nav > li.dropdown.open.active > a:hover, .tb-megamenu .nav > li.dropdown.open.active > span.tb-megamenu-no-link:hover {
    background-color: #002365;
    border-color: #002365;
    color: #ff6702;
}
@media only screen
and (max-width : 979px){
    #block-mainnavigation-2 {
        margin-top: 5px;
        float: none;
    }
    .tb-megamenu .btn-navbar {
        float: right;
        margin-top: 15px;
    }
    .tb-megamenu .nav-collapse, .tb-megamenu .nav-collapse.collapse {
        margin-top: -15px;
        text-align: right;
        background: transparent;
    }
    .tb-megamenu .mega > .mega-dropdown-menu {
        background: #222;
    }
    .tb-megamenu .nav li.dropdown.active > .dropdown-toggle, .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, .tb-megamenu .nav > li.dropdown.open.active > a:hover, .tb-megamenu .nav > li.dropdown.open.active > span.tb-megamenu-no-link:hover {
        background-color: #ff6702;
        border-color: transparent;
        color: #fff;
    }
    .tb-megamenu .dropdown-menu li {
        border-bottom: 0px solid #eee;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .tb-megamenu .nav-collapse .nav li a {
        margin-bottom: 0;
        border-top: 0px solid #d9d9d9;
        border-bottom: 1px solid #eee;
        background: #002365;
    }
    button.btn.btn-navbar.tb-megamenu-button {
        margin-top: -50px;
    }
}
@media only screen
and (max-width : 767px){
    .tb-megamenu .nav-collapse, .tb-megamenu .nav-collapse.collapse {
        margin-top: -55px;
        text-align: right;
        background: transparent;
    }
    .tb-megamenu .nav-collapse .nav {
        margin-top: 30px;
        margin-left: 0;
        margin-right: 0;        
    }
    .tb-megamenu .nav-collapse.collapse.in {
        height: auto !important;
        z-index: +3;
    }
    button.btn.btn-navbar.tb-megamenu-button {
        margin-top: -50px;
        position: absolute;
        top: 0px;
        right: 0;
        z-index: +5;
    }
}
/* MEGA MENU ENDS */

#user-pass .form-group:first-child,
#user-login-form .form-group:first-child {
    padding-top: 30px;
}
#block-intranet-useraccountmenu a {
    background: transparent;
    color: #ff6702;
    text-decoration: none;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 600;
}
#block-intranet-useraccountmenu li.first {
    display: none;
}
.path-frontpage .region3-container {
    background: #eee;
}

.path-frontpage .region5-container {
    background: #002365;
}
.path-frontpage .region2-container,
.path-frontpage .region4-container {
    /*background: rgb(217,217,217);
    background: linear-gradient(180deg, rgba(217,217,217,1) 0%, rgba(255,255,255,1) 100%);*/
}

#block-views-block-latest-listings-block-1 .col-sm-9 {
    padding-left: 0;
}
#views-exposed-form-search-page-1 label {
    display: block;
    font-size: 20px;
	color: #fff;
	font-weight: 400;
}
.btn-info {
    color: #fff;
    background-color: #002365;
    border-color: #002365;
}
.btn-info:hover {
    color: #fff;
    background-color: #002365;
    border-color: #002365;
}
#views-exposed-form-search-page-1 .form-actions {
	/* margin-top: 28px; */
	margin-top: 33px;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #002365;
    text-align: center;
    /* background-color: #002365; */
    /* border: 1px solid #002365; */
	background-color: #ff6702;
    border: 1px solid #ff6702;
    border-radius: 4px;
}
html.js .form-item .input-group-addon .glyphicon {
    color: #ffff00;
    opacity: 0.5;
    transition: 150ms color, 150ms opacity;
}
#block-views-block-latest-listings-block-1 h2.block-title {
    text-align: center;
    padding-bottom: 30px;
}
#block-views-block-latest-listings-block-1 .home-listings-container {
    padding-bottom: 30px;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: 0px solid #002365;
    margin-bottom: 0px;
}
.business-name {
    font-size: 20px;
    font-weight: 600;
}
.view-details-link a {
    background: #002365;
    color: #ffff00;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 10px;
    display: table;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.view-details-link a:hover {
    background: #ffff00;
    color: #002365;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.business-category {
    font-style: italic;
    font-weight: 500;
}
#views-exposed-form-search-page-1 .btn-info {
    background: url("/sites/default/files/search-icon.png") no-repeat;
    background-size: 60px;
    color: transparent;
    background-color: transparent;
    border-color: transparent;
    float: left;
}
[type="submit"]:focus,
input[type="button"],
input[type="button"]:focus,
button:hover, 
button:focus {
    border: none;
    outline:none;
    border-color: transparent;
}
.footer h2,
.footer h2.block-title {
    font-size: 20px;
    font-weight: 600;
    color: #ffff00;
}
.adverts {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 30px;
}
.adverts1 {
    margin-bottom: 15px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #002365;
    border-color: #002365;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #222;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #002365;
}
.pagination > li > a:hover, .pagination > li > span:hover {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #222;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #002365;
}
.pagination {
    margin-top: 50px;
}
.home-listings-container {
    padding-bottom: 30px;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid #002365;
    margin-bottom: 30px;
}
.social-media ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-media a {
    text-decoration: none;
    color: #002365;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social-media a:hover {
    text-decoration: none;
    color: #002365;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.field-lbl {
    font-size: 14px;
    font-weight: 600;
    padding-top: 7px;
}
.web-link a {
    text-decoration: none;
    color: #002365;
    font-weight: 600;
    font-size: 14px;
    padding-top: 15px;
    display: block;
}
.view-id-search .business-category {
    color: #002365;
}
.page-node-11 .main-container img {
    width: 100%;
    height: auto;
}
#block-footerabout ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#block-footeradvertise .nav > li > a,
#block-footerabout .nav > li > a {
    position: relative;
    display: block;
    padding: 0px 0px 5px;
    text-decoration: none;
    color: #fff;
}
#block-footeradvertise .nav > li > a:hover,
#block-footerabout .nav > li > a:hover {
    background: transparent;
}
#block-copyrightfooter {
    text-align: center;
    padding-top: 30px;
    color: #ffff00;
}
#block-address h2.block-title {
    font-size: 30px;
}
#block-address {
    padding-bottom: 30px;
}
.productlist,
.prodcolor {
    color: #002365;
}
.servicelist,
.servcolor {
    color: #ff6702;
}
.productlist,
.servicelist {
    font-weight: 600;
}
.products-services {
    padding-bottom: 30px;
}
.products-services h3 {
    padding-bottom: 15px;
}
.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #002365;
    border: 1px solid #002365;
    border-radius: 15px;
    color: #ffff00;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pager li > a:hover, .pager li > span:hover {
    background-color: #ffff00;
    border: 1px solid #ffff00;
    color: #002365;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media only screen
and (min-width : 980px){
    /*#contact-message-membership-form,
    #user-pass,
    #user-login-form {
        padding-right: 50%;
    }*/
    .path-frontpage .region3-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .path-frontpage .region5-container {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .region1-container {
        /* padding-left: 30%; */
        /* padding-right: 15%;         
        padding-top: 50px;
        padding-bottom: 50px;*/
		/*padding-left: 22%;*/
		padding-top: 145px;
        padding-bottom: 60px;
    }
    .path-frontpage .region1-container {
        /*padding-left: 15% !important;
         padding-right: 15%; 
        padding-top: 150px;
        padding-bottom: 150px;*/
        /*background: #ffff00 url("/sites/default/files/home-search-bg.png") right no-repeat;*/
		/* background: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75)),url("/sites/default/files/home_background_search.jpg") center center; */
		/* background: #cccccc url("/sites/default/files/home_background_search.jpg") no-repeat; */
		/*padding-left: 20% !important;*/
		padding-top: 230px;
        padding-bottom: 200px;
		/*padding-left: 20% !important;*/
		padding-right: 0%;
    }
    #views-exposed-form-search-page-1 .form-type-entity-autocomplete {
        width: 50%;
        float: left;
        padding-right: 15px;
    }
    #views-exposed-form-search-page-1 {
        padding-left: 32%;
    } 
    .path-search-results #views-exposed-form-search-page-1 .form-type-entity-autocomplete {
        width: 35%;
        float: left;
        padding-right: 15px;
    }
    .path-search-results #views-exposed-form-search-page-1 {
        padding-left: 23%;
    }
     
    /*#block-exposedformsearchpage-1 {
        display: table;
        width: 75%;
        margin: 0 auto;
    }
    #block-exposedformsearchpage-1 .js-form-item-field-type-of-business-target-id,
    #block-exposedformsearchpage-1 .js-form-item-field-regions-target-id {
        width: 40%;
        float: left;
        padding-right: 15px;
    }
    
    #block-exposedformsearchpage-1 {
        display: table;
        width: 100%;
        margin: 0 auto;
    }*/
    .social-media ul {
        text-align: right;
    }
    .events .col-sm-6 {
        padding-left: 0;
    }
    .events h3 {
        margin-top: 0;
    }
    .page-node-type-events .field--name-field-event-time,
    .page-node-type-events .field--name-field-event-date {
        float: left;
        padding-right: 30px;
    }
    .path-frontpage .events {
        display: table;
        width: 70%;
        table-layout: fixed;
        margin: 0 auto;
        margin-top: -280px;
        background: #002365;
        padding: 15px;
    }
    #block-views-block-advert-block-1 .adverts {
        display: table;
        margin-left: auto;
        margin-right: 15px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
        
}
@media only screen
and (max-width : 979px){
    .path-frontpage .region3-container,
    .path-frontpage .region2-container,
    .path-frontpage .region6-container,
    .path-frontpage .region4-container,
    .path-frontpage .region5-container {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .views-col {
        width: 100% !important;
    }
    .path-frontpage .region3-container {
        padding-top: 25px;
        padding-bottom: 50px;
    }
    .region1-container {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .form-inline .form-group {
        display: block !important;
        margin-bottom: 15px !important;
        vertical-align:auto;
    }
    .form-inline .input-group {
        width: 100% !important;
    }
    #block-views-block-latest-listings-block-1 .col-sm-4 {
        width: 33.33333333% !important;
        float: left;
    }
    #block-views-block-latest-listings-block-1 .col-sm-8 {
        width: 66.66666667% !important;
        float: right;
    }
    .view-id-view_business_details .col-sm-3,
    .view-id-search .col-sm-3 {
        width: 25% !important;
        float: left;
        padding: 0;
    }
    .view-id-view_business_details .col-sm-7,
    .view-id-search .col-sm-7 {
        width: 75% !important;
        float: right;
    }
    .view-id-view_business_details .col-sm-2,
    .view-id-search .col-sm-2 {
        width: 25% !important;
        float: left;
        padding: 15px 0 0;
    }
    .fa-2x {
        font-size: 30px;
    }
    .social-media li {
        display: inline-block;
        padding-right: 10px;
    }
    #block-views-block-advert-block-3 .views-row {
        display: block;
        padding-right: 15px;
        float: left;
    }
    .region1-container,
    .main-container .col-md-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
    #views-exposed-form-search-page-1 .form-type-entity-autocomplete {
        width: 90%;
    }
    .path-search-results #views-exposed-form-search-page-1 .form-type-entity-autocomplete {
        width: 45%;
        float: left;
        padding-right: 15px;
    } 
    #block-exposedformsearchpage-1 .form-actions {
        position: absolute;
        right: 0;
        top: 0;
    }
    #views-exposed-form-search-page-1 .btn-info {
        background: url(/sites/default/files/search-icon.png) no-repeat;
        background-size: 60px;
        background-position-x: 25px;
        background-position-y: 0px;
        color: transparent;
        background-color: transparent;
        border-color: transparent;
        float: right;
    }
    #block-intranet-useraccountmenu {
        /*margin-top: -90px;*/
    }
    #block-intranet-useraccountmenu .navbar-nav > li {
        float: left;
        z-index: +5;
    }
    #block-intranet-useraccountmenu a {
        padding-right: 0;
    }
    .navbar-right {
        float: left !important;
        margin-right: 0;
    }
}
@media only screen
and (max-width : 767px){
    #block-views-block-advert-block-3 {
        padding-top: 30px;
    }
    .adverts {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    /*.social-media li {
        margin-top: 15px;
        float: left;
        padding-right: 15px;
    }
    .home-listings-container img {
        padding-bottom: 15px;
        display: block;
        margin: 0 auto;
    }*/
    .fa-2x {
        font-size: 20px;
    }
    .social-media li {
        display: inline-block;
        padding-right: 5px;
    }
    #block-views-block-advert-block-3 .views-row {
        display: block;
        padding-right: 0;
        float: none;
    } 
    #block-views-block-advert-block-3 img {
        display: block;
        margin: 0 auto;
    }
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#captcha.panel-default {
    border-color: transparent;
}
#captcha .panel-body {
    padding: 15px 0;
}

#views-exposed-form-search-page-1 .input-group .form-control{
	height: 45px;
	border: none;
}
#views-exposed-form-search-page-1 .input-group-addon, #views-exposed-form-search-page-1 .input-group .form-control{
	border-radius: 0px;
}
.path-frontpage .region1-container{
	background: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0.75)),url("/sites/default/files/home_background_search.jpg") center center;
	background-size: cover;
}
.region1-container {
	background: #002365;
    margin-top: -1px;
}
@media only screen
and (min-width : 769px) {
	.header-container {
		/*position: absolute;
		width: 100%;*/
	}
}
@media only screen
and (max-width : 680px) {
    #views-exposed-form-search-page-1 .btn-info {
        background: url(/sites/default/files/search-icon.png) no-repeat;
        background-size: 51px;
        background-position-x: 35px;
        background-position-y: 8px;
        color: transparent;
        background-color: transparent;
        border-color: transparent;
        float: right;
    }
    #views-exposed-form-search-page-1 .form-type-entity-autocomplete {
        width: 85% !important;
    }
    .path-search-results #views-exposed-form-search-page-1 .form-type-entity-autocomplete {
        width: 88% !important;
    }
    #block-exposedformsearchpage-1 .form-actions {
        position: absolute;
        right: 0;
        top: 0px;
    }
    .path-search-results #block-exposedformsearchpage-1 .form-actions {
        position: absolute;
        right: 0;
        top: 95px;
    }
}

.tb-megamenu .nav > li > a, .tb-megamenu .nav > li > span.tb-megamenu-no-link{
	color: #002365;
}
.header-container {
    background: #eee;
}
@media only screen
and (min-width : 980px){
    .path-frontpage .header-container {
        background: transparent;
    }
}
#block-exposedformsearchpage-1 .js-form-item-field-regions-target-id {
    display: none !important;
}
.path-search-results #block-exposedformsearchpage-1 .js-form-item-field-regions-target-id {
    display: block !important;
}
#views-exposed-form-taxonomy-page-results-page-1 {
    padding-bottom: 30px;
}
.view-taxonomy-page-results .view-header {
    display: none;
}
#block-views-block-news-block-1 h2.block-title,
#block-views-block-events-block-1 h2 {
    font-size: 30px;
    padding-bottom: 15px;
    margin-top: 0;
}
#block-views-block-news-block-1 h2.block-title {
    padding-bottom: 0;
}
.news a,
.events a {
   color: #002365;
   text-decoration: none;
}
.eventtime,
.eventvenu,
.eventdate {
    font-size: 14px;
    padding-bottom: 5px;
}
.pubdate {
    font-size: 12px;
}
.path-news .news h3,
.path-events .events h3 {
    margin-top: 0;
}
.path-news .news,
.path-events .events {
    padding-bottom: 30px;
    border-bottom: 1px solid #222;
    margin-bottom: 30px;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.field--name-field-event-image {
    padding-bottom: 30px;
}
.page-node-type-events .field--label-above {
    padding-bottom: 15px;
}
.page-node-type-news .field--name-field-date,
.page-node-type-events .field--name-field-date {
    padding-top: 30px;
    font-style: italic;
    font-size: 12px;
}
.path-frontpage .events {
    display: table;
    background: #002365;
    padding: 15px;
    margin-bottom: 15px;
}
.events img {
    padding-bottom: 15px;
}
#block-tagsintags a {
    color: #fff;
    text-decoration: none;
}
body.path-member {
    background-attachment: fixed;
    background-color: #fff;
    background-image: linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50) ), url(/sites/default/files/home-bg.jpg);
    background-position: center center, center center;
    background-repeat: no-repeat, repeat;
    background-size: auto, cover;
}
.path-member h1.page-header,
.path-member .nav-tabs,
.path-member #block-intranet-useraccountmenu {
    display: none;
}
.path-member .footer,
.path-member .header-container {
    background: transparent;
}
#user-login-form {
    width: 300px;
    display: block;
    margin: 0 auto;
    color: #fff;
}
.path-member #header .col-md-3 {
    width: 100% !important;
}
.path-member #header .col-md-3 img {
    width: 275px;
}
.path-member .region-header {
    display: block;
    margin: 0 auto;
    width: 300px;
    margin-top: 100px;
}
#block-intranet-copyrightfooter {
    text-align: center;
}
.region.region-content {
    padding-left: 15px;
    padding-right: 15px;
}
.field--name-field-date {
    padding-top: 15px;
    font-size: 14px;
    color: #777;
}
.titleintranet {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 15px;
    color: #002365;
}
.intranetcontent a {
    color: #002365;
}
.dateintranet {
    font-size: 14px;
    color: #777;
}
.readmore a {
    font-size: 14px;
    font-weight: 500;
}
.textintranet {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #002365;
}
.textintranet a {
    font-weight: 600;
    color: #ff6702;
}
h2.block-title {
    padding-bottom: 15px;
    color: #ff6702;
}
.page-node-30 h1.page-header {
    text-align: center;
}
.page-node-30 .region-content .content {
    padding-bottom: 30px;
}
.page-node-30 .region-content .content p {
    text-align: center;
    font-size: 20px;
}
.clientlists {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}
#views-exposed-form-private-documents-page-1,
#views-exposed-form-invoices-page-1,
#views-exposed-form-quotes-page-1,
#views-exposed-form-procedures-page-1,
#views-exposed-form-clients-documents-page-1,
#views-exposed-form-registration-documents-page-1,
#views-exposed-form-reports-page-1,
#views-exposed-form-safety-page-1,
#views-exposed-form-client-lists-page-1 {
    padding-bottom: 50px;
}
table {
    width: 100%;
}

@media only screen
and (max-width : 767px) {
    table {
        overflow-x: auto;
        display: block;
    }
}
.titlelabel {
    font-weight: 600;
}
.clientlists h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.clientlists td {
    border: 0px;
    border-collapse: collapse;
    text-align: left;
    padding: 5px;
    font-size: 16px; 
}
@media only screen
and (min-width : 768px) {
    .clientlists td {
        width: auto;
        height: auto;
    }
    .titlelabel {
        width: 90px !important;
    }
}

.clientlists tbody tr:nth-child(odd) {
background: #fff;
}
.dtextintranet {
    padding-bottom: 15px;
  }
.breadcrumb,
.user-logged-in #edit-contact,
.user-logged-in #edit-timezone,
.user-logged-in #edit-user-picture-wrapper,
.user-logged-in nav.tabs {
    display: none;
}