@import '../css/grid.css';
@import '../css/font-awesome.css';
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:800);
.navigation {
  z-index: 999;
  position: relative;
  float: right;
  padding-top: 7px;
}
.navigation .sf-menu {
  z-index: 990;
  text-align: center;
  position: relative;
}
.navigation nav {
  position: relative;
  padding: 0;
}
.select-menu {
  display: none !important;
}
.sf-menu ul {
  position: absolute;
  top: -999px;
  display: none;
}
.sf-menu > li > ul > li {
  float: none;
  position: static;
}
.sf-menu > li {
  font-weight: 600;
  float: left;
  position: relative;
  font-size: 14px;
  line-height: 24px;
}
.sf-menu > li + li {
  margin-left: 29px;
}
.sf-menu > li > a {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: -6px;
  left: 50%;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
}
.sf-menu > li.sfHover > a,
.sf-menu > li.current > a,
.sf-menu > li > a:hover {
  /* color: #c6a925;
  text-shadow: 0 0 4px hsla(49, 69%, 46%, 0.63); */
  color: #4181C2;
	text-shadow: 0 0 2px hsl(210.2, 51%, 40.4%);
}
/*================================>> 2 Level <<========================================*/
.sf-menu > li ul {
  z-index: 999;
  position: absolute;
  left: 0;
  width: 155px;
  background-color: #607385;
  top: 45px;
  padding: 19px 0 13px;
}
.sf-menu li ul li {
  text-transform: uppercase;
  margin-top: 0;
  position: relative;
  float: none !important;
  text-align: left;
  padding: 0 19px;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
}
.sf-menu li ul li a {
  position: relative;
  color: #ffffff;
}
.sf-menu li ul li a.sf-with-ul:after {
  content: 'Ã¯â€žâ€¡';
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #fff;
  left: -14px;
  bottom: 4px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu li li a:hover,
.sf-menu li.sfHover li.sfHover > a {
  color: #ef4f47;
}
/*================================>> 3 Level <<========================================*/
.sf-menu > li ul li ul {
  background-color: #ffffff;
  left: 100%;
  top: -19px;
  background-color: #5c6a78;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 979px) {
  .sf-menu > li {
    font-size: 12px;
  }
  .sf-menu > li ul li ul {
    position: relative;
    left: 0;
    width: auto;
    margin-left: 0;
  }
  .header_search {
    margin-left: 14px !important;
  }
}
@media only screen and (max-width: 767px) {
  .navigation {
    float: none !important;
    padding: 10px 0px 10px !important;
    clear: both;
    margin: 0;
    width: auto;
    min-height: 0px;
  }
  .navigation nav {
    border: none !important;
    float: none !important;
    font: 12px/15px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #927c67;
    margin: 0 auto;
    padding-left: 0 !important;
  }
  .navigation nav ul {
    border: none;
  }
  .sf-menu {
    display: none !important;
    float: none;
  }
  .select-menu {
    font: 12px/15px Arial, Helvetica, sans-serif;
    color: #202020;
    width: 100%;
    margin: 0 auto;
    float: none;
    outline: none;
    text-align: left !important;
    display: block !important;
    border: 2px solid #fff;
  }
  .select-menu option {
    text-align: left;
  }
}
#stuck_container {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 998 !important;
  padding: 17px 0 18px;
  /* background: url(../images/stuck_bg.png) 0 0 repeat; */
  /* background-color: rgba(45, 34, 33, 0.9); */
  /* box-shadow: inset 0 -7px 6px #2b2726, 0 1px 0 #383838;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(51, 43, 38, 0.92)5',endColorstr='rgba(40,32,32,0.96))');
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(51, 43, 38, 0.92)),to(rgba(40,32,32,0.96)));
  background: -moz-linear-gradient( top ,rgba(51, 43, 38, 0.92),rgba(40,32,32,0.96)));
  background: -ms-linear-gradient( top ,rgba(51, 43, 38, 0.92),rgba(40,32,32,0.96)));
  background: -o-linear-gradient( top ,rgba(51, 43, 38, 0.92),rgba(40,32,32,0.96))); */
  background-color: rgba(11, 67, 123, 0.9);
	box-shadow: inset 0 -7px 6px #0b437b, 0 1px 0 #0b437b;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(11, 67, 123, 0.92)5',endColorstr='rgba(11, 67, 123,0.96))');
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(11, 67, 123, 0.92)),to(rgba(11, 67, 123,0.96)));
	background: -moz-linear-gradient( top ,rgba(11, 67, 123, 0.92),rgba(11, 67, 123,0.96)));
	background: -ms-linear-gradient( top ,rgba(11, 67, 123, 0.92),rgba(11, 67, 123,0.96)));
	background: -o-linear-gradient( top ,rgba(11, 67, 123, 0.92),rgba(11, 67, 123,0.96)));
}
#stuck_container .isStuck {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
#stuck_container .isStuck .menuBox {
  margin: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media only screen and (min-width: 979px) {
  #stuck_container.isStuck {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (max-width: 979px) {
  #stuck_container {
    position: relative !important;
    box-shadow: none;
  }
  .pseudoStickyBlock {
    height: 0 !important;
  }
}
html {
  width: 100%;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
sss * {
  -webkit-text-size-adjust: none;
}
body {
  position: relative;
  background: #272320;
  color: #000;
  /*font: 300 18px/30px 'Open Sans', sans-serif;*/
  font: 300 15px/25px 'Open Sans', sans-serif;
}
strong {
  font-weight: 700;
}
address {
  font-style: normal;
}
p {
  margin-bottom: 30px;
}
p.offset__1 {
  margin-bottom: 12px;
}
p.offset__2 {
  margin-bottom: 14px;
}
input,
textarea {
  border-radius: 0 !important;
  outline: none !important;
  -webkit-appearance: none;
}
img {
  max-width: 100%;
}
/****Heads****/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}
h2 {
  padding-top: 62px;
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 3px;
}
h3 {
  font-size: 50px;
  line-height: 50px;
  padding-top: 39px;
  margin-bottom: 19px;
}
h4 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 16px;
}
h5 {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  padding-top: 47px;
  margin-bottom: 18px;
}
/****Lists****/
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-1 li {
  overflow: hidden;
}
.list-1 li .count {
  margin-right: 22px;
  float: left;
  border-radius: 500px;
  width: 77px;
  height: 77px;
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -2px;
  line-height: 70px;
  background-color: #3ea28a;
  margin-top: 7px;
}
.list-1 li + li {
  padding-top: 18px;
  margin-top: 22px;
  background: url(../images/sep-3.png) 0 0 repeat-x;
}
.list-2 {
  margin-bottom: 14px;
}
.list-2 li {
  background: url(../images/marker.png) 0 10px no-repeat;
  padding-left: 30px;
}
.list-2 li + li {
  margin-top: 5px;
}

/****Links****/
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
a:hover {
  color: #c4a921;
}
.btn {
  /* background-color: #ef4f47; */
  background-color: #c6a925;
  color: #ffffff;
  border-radius: 2px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 12px 25px 14px;
  text-transform: uppercase;
  margin-top: 23px;
  min-width: 82px;
  text-align: center;
}
.btn:hover {
  /* background-color: #59C0A7; */
  background-color: #272320;
  color: #ffffff;
}
/****classes****/
.mb0 {
  margin-bottom: 0px !important;
}
.m0 {
  margin: 0 !important;
}
.pad0 {
  padding: 0 !important;
}
.img_inner {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 9px;
  margin-bottom: 16px;
}
.img_inner.fleft {
  float: left;
  width: auto !important;
  margin-right: 20px;
  margin-bottom: 0px;
}
.oh {
  overflow: hidden;
}
.fright {
  float: right !important;
}
.upp {
  text-transform: uppercase;
}
.alright {
  text-align: right;
}
.ta__center {
  text-align: center;
}
.ta__left {
  text-align: left;
}
.ta__right {
  text-align: right;
}
.td__underline {
  text-decoration: underline;
}
.fw_med {
  font-weight: 500;
}
.wrapper,
.extra_wrapper {
  overflow: hidden;
}
.clear {
  float: none !important;
  clear: both;
}
.oh {
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
.rel {
  position: relative;
}
.text-style-1 {
  margin-bottom: 0;
  line-height: 17px;
}
/*header*/
header {
  display: block;
  position: relative;
  z-index: 999;
  /* background: url(../images/slide.jpg) center 0 no-repeat; */
  /* background: url(http://thewatkinsgroup.com/images/image.fw.png)  center 0 no-repeat; */
  background-size: 100%;
  background-color: white;
}
header .rel {
  z-index: 999;
}
header h1 {
  float: left;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 999;
}
header h1 a {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -999px;
  -webkit-transition: 0s ease;
  transition: 0s ease;
}
.page1 header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: none;
}
/****Content****/
#content {
  background-color: #fff;
}
#content .content_white {
  padding-bottom: 69px;
}
#content .content_color-1 {
  padding-bottom: 69px;
  color: #ffffff;
  background-color: #f37b45;
  border-top: 17px solid #da6937;
}
#content .content_color-1 h3 {
  padding-top: 22px;
  color: #ffffff;
}
#content .content_color-1 a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#content .content_color-2 {
  padding-bottom: 44px;
  color: #fff; 
  font-size: 14px;
  line-height: 24px;
  background-color: #0b437b;
}
#content .content_color-2 h3 {
  padding-top: 26px;
  padding-bottom: 2px;
  color: #ffffff;
}
.size-1 {
  font-size: 14px;
  line-height: 24px;
}
/****Non suppage set****/
.page1 #content .content_white {
  padding-bottom: 69px;
}
.page1 #content .content_color-1 {
  padding: 28px 0 35px;
}
/****Blocks****/
.colored-row {
  padding-bottom: 39px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  position: relative;
  background-color: #82af75;
  border-top: 13px solid #6a975c;
}
.colored-row * {
  position: relative;
  z-index: 10;
}
.colored-row .colored-row_left {
  z-index: 5;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 50%;
  top: -13px;
  background-color: #59c0a7;
  border-top: 13px solid #3ea28a;
}
.colored-row .colored-row_title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  text-transform: uppercase;
}
.colored-row img {
  padding-top: 29px;
  margin-bottom: 12px;
}
.colored-row.colored-row__1 {
  padding-bottom: 37px;
  background-color: #e19c36;
  border-color: #c6811a;
}
.colored-row.colored-row__1 img {
  padding-bottom: 2px;
}
.colored-row.colored-row__1 .colored-row_left {
  background-color: #ffc738;
  border-color: #ecb529;
}
.post {
  padding-top: 77px;
}
.post + .post {
  margin-top: 14px;
  padding-top: 19px;
  background: url(../images/sep-1.png) 0 0 repeat-x;
}
.post + .post + .post {
  margin-top: 16px;
}
.bq1 {
  overflow: hidden;
}
.bq1 .fa {
  float: left;
  width: 54px;
  font-size: 36px;
  line-height: 36px;
  padding-top: 5px;
}
.bq1 p {
  margin-bottom: 16px;
}
.bq1 span {
  font-size: 18px;
}
.bq1 + .bq1 {
  margin-top: 17px;
  padding-top: 18px;
  background: url(../images/sep-3.png) 0 0 repeat-x;
}
.box {
  margin-bottom: 21px;
  margin-top: 9px;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  background-color: #59c0a7;
}
.box .gall_item {
  margin-right: 0 !important;
}
.box .box_bot {
  padding: 13px 20px 23px;
  border-top: 13px solid #3ea28a;
}
.box.box__bg1 {
  background-color: #82af75;
}
.box.box__bg1 .box_bot {
  border-color: #6a975c;
}
.box.box__bg2 {
  background-color: #ffc738;
}
.box.box__bg2 .box_bot {
  border-color: #ecb529;
}
.box.box__bg3 {
  background-color: #e19c36;
}
.box.box__bg3 .box_bot {
  border-color: #c6811a;
}
.blog {
  padding-bottom: 26px;
  background: url(../images/sep-1.png) 0 bottom repeat-x;
  padding-top: 3px;
}
.blog .img_inner {
  display: block;
}
.blog p {
  margin-bottom: 28px;
}
.blog .comment {
  margin-right: 80px;
  display: block;
  float: right;
}
.blog + .blog {
  padding-top: 17px;
}
.post-1 {
  overflow: hidden;
}
.post-1 + .post-1 {
  background: url(../images/sep-1.png) 0 0 repeat-x;
  margin-top: 22px;
  padding-top: 16px;
}
/*****Search****/
#search {
  margin-bottom: 22px;
  margin_top-top: 9px;
  background: none;
  width: 100%;
  height: 42px;
  background-color: #fff;
  font: 300 18px/30px 'Open Sans', sans-serif;
  color: #7e8487;
  padding: 5px 38px 7px 14px;
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#search label {
  line-height: 0;
  display: block;
}
#search input {
  background: none;
  width: 100%;
  font: 300 18px/30px 'Open Sans', sans-serif;
  color: #7e8487;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#search a {
  display: block;
  position: absolute;
  cursor: pointer;
  background: url(../images/search_icon.png) 0 0 no-repeat;
  width: 46px;
  height: 42px;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#search a:hover {
  opacity: 0.5;
}
/*****Gallery****/
.gall_item {
  margin-right: 1px;
  display: block;
  background: #ef4f47 url(../images/magnify.png) center center no-repeat;
}
.gall_item img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100%;
  box-shadow: 0 0 0 #fff;
}
.gall_item:hover img {
  opacity: 0.2;
}
/*****newsletter****/
#newsletter {
  color: #ffffff;
  padding-top: 8px;
  overflow: hidden;
}
#newsletter p {
  margin-bottom: 15px;
}
#newsletter .btn {
  margin-top: 30px !important;
}
#newsletter input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  box-shadow: none !important;
  width: 100%;
  border: none;
  color: #000;
  font: italic 300 14px/24px 'Open Sans', sans-serif;
  height: 42px;
  padding: 5px 17px 7px;
  border-radius: 2px !important;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#newsletter .success {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100%;
  top: 0px;
  z-index: 999;
  display: none;
  color: #000;
  background-color: #ffffff;
  border: none;
  font: italic 300 14px/24px 'Open Sans', sans-serif;
  left: 0px;
  padding: 9px 12px 7px;
  height: 42px;
  overflow: hidden;
  position: absolute;
}
#newsletter .rel {
  position: relative;
  width: 100%;
  float: right;
  overflow: visible;
}
#newsletter .email {
  width: 100%;
  display: block;
  float: left;
}
#newsletter .error {
  height: 0px;
  bottom: -16px;
  right: 0;
  text-align: right;
  font-size: 10px;
  line-height: 12px;
  color: #ff0000;
  display: block;
  overflow: hidden;
  z-index: 999;
  padding: 0 10px;
  border-left: 0 !important;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#newsletter label.invalid .error {
  height: 12px;
}
/*column*/ 
.column {
  float: left;
  width: 15%;
  background:#0b437b;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/****Separators****/
.sep-1 {
  padding-bottom: 64px;
  border-bottom: 4px solid #ef4f47;
}
.sep-1.offset__1 {
  margin-top: 1px;
  margin-bottom: 8px;
}
.sep-1.offset__2 {
  margin-bottom: 8px;
}
.sep-2 {
  height: 55px;
}
.sep-3 {
  height: 50px;
}
/****Text styles****/
.text1 {
  padding-top: 2px;
  font-weight: 900;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.color1 {
  color: #ef4f47;
}
.color1 a:hover,
a.color1:hover {
  color: #000;
}
.color2 {
  color: #000;
}
.color3 {
  color: #545e63;
}
.color4 {
  color: #f89702;
}
/****Map****/
.map {
  overflow: hidden;
  padding-top: 6px;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 3px;
  margin-bottom: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 324px;
  max-width: 100%;
}
.address1 {
  display: block;
}
.address1 dd span {
  min-width: 132px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
.address1 + .address1 {
  padding-top: 22px;
}
/**Footer**/
#footer {
  color: #7e8487;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 60px;
}
#footer .btn {
  margin-top: 33px;
}
#footer ul {
  color: #ffffff;
  padding-top: 0px;
}
#footer ul li + li {
  margin-top: 9px;
  padding-top: 7px;
  /* background: url(../images/sep-2.png) 0 0 repeat-x; */
}
#footer ul li + li + li {
  margin-top: 10px;
}
#footer .copyright {
  margin-top: 52px;
  background-color: #211e1c;
  border-radius: 2px;
  padding: 29px 30px 30px;
}
#footer .copyright .socials {
  margin-top: -6px;
  float: right;
}
#footer .copyright .socials .fa {
  font-size: 24px;
  line-height: 24px;
  float: left;
  display: block;
  color: #b3b3b3;
}
#footer .copyright .socials .fa + .fa {
  margin-left: 15px;
}
#footer .copyright .socials .fa:hover {
  color: #ef4f47;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 51%;
  margin-left: 640px;
  overflow: hidden;
  border: none;
  color: #535355;
  text-align: center;
  width: 50px;
  height: 43px;
  font-size: 28px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #818185;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
header h1 a img {
    height: 79px;
    margin-top: -17px;
    margin-bottom: -15px;
}

@media only screen and (max-width: 1199px) {
  .extra_wrapper {
    overflow: visible;
  }
  #owl {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 979px) {
  .extra_wrapper {
    overflow: visible;
  }
  .blog .comment {
    margin-right: 0 !important;
  }
  h3 {
    font-size: 40px;
  }
  h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }
  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }
  .nowrap {
    white-space: normal;
  }
  .img_inner.fleft {
    margin-bottom: 20px;
  }
  .camera_prev {
    left: 10px;
  }
  .camera_next {
    right: 10px;
  }
  header h1 a img {
    height: 69px;
    margin-top: -13px;
    margin-bottom: -15px;
  }
}




@media only screen and (max-width: 767px) {
  .none {
    clear: both;
  }
  img.img_inner.fleft.noresize {
    width: auto !important;
    margin: 0 0 15px !important;
    display: block !important;
  }
  .socials {
    float: none !important;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .copyright {
    font-size: 13px;
  }
  .img_inner,
  .img_inner.fleft {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
    margin-top: 40px;
  }
  .img_inner img,
  .img_inner.fleft img {
    width: 100%;
  }
  header h1 {
    position: static !important;
    float: none;
    left: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  header h1 a {
    margin: 0 auto;
    max-width: 90%;
    width: 100%;
    display: block;
    /* margin-left: 4px; */
    overflow: visible;
  }
  header h1 a img {
    display: block;
    margin: 0 auto;
    max-height: 57px;
    max-width: 116%;
    overflow: visible;
    margin-top: -6px;
    margin-bottom: -15px;
    margin-left: -14px;
  }
  .map figure iframe {
    height: 300px;
  }
  .content .noresize {
    width: auto !important;
    float: left !important;
    margin-right: 20px !important;
    margin-top: 4px !important;
  }
  .none {
    clear: both;
  }
}
@media only screen and (max-width: 479px) {
  #owl {
    padding: 0 40px;
  }
  .owl-buttons > div {
    width: 40px !important;
    margin-top: -20px !important;
    height: 40px !important;
  }
  .owl-buttons > div:after {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 300px) {
    header h1 a img {
    display: block;
    margin: 0 auto;
    max-height: 52px;
    max-width: 100%;
    overflow: visible;
    margin-top: -6px;
    margin-bottom: -15px;
    margin-left: -14px;
  }
}



/* Watkins Style */
html{
  scroll-behavior: smooth;
  scroll-margin: 20px;
  scroll-padding-top: 50px;
}
.watkins-justify{
  text-align: justify;
}
.watkins-heading{
  color:#c4a921;
  font-weight: 600;
  font-size:24px;
  margin-top: 25px;
}

.watkins-service-box{
  background: #0b437b;
  text-align: center;
  border-radius: 12px;
  margin-bottom:30px;
}

.watkins-service-box h3{
  color:#fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  padding-top:15px;
}
.watkins-smooth{
  border-radius: 12px;
}
.watkins-service-box a {
  color: #c6a925;
  font-weight: 600;
  font-size:16px;
  display:block;
  padding:15px;
}

.watkins-service-box a:hover {
  color: #ffffff;
}

.watkins-list{
  list-style: none;
}
.watkins-list li::before{
  content:"-";
  padding-right:20px;
}
#content .content_color-2.sans-border{
  border-top:0px;
  padding-top:20px;
}

.bmui-labels {
  
  display: block;
  margin: 10px 0px;
}

.bmui-labels li{

  display: inline-block;
  list-style: none;
  border: 1px solid #2062a5;
  padding: 2px 8px;
  border-radius: 11px;
  background: #07346094;
  margin: 4px 3px;
  color: #ffffff;

}

.bmui-inline-image{
  width: 230px;
  float: left;
  margin-right: 15px;
  border-radius: 5px;
  border: 4px solid #99dffb36;
}

.bmui-heading{
  font-size:40px;
}

.bmui-justify{
  text-align: justify;
}