/*! (Sept - Site Template) 2015-10-10 */
@font-face {
    font-family: 'Brandon';
    src: url('brandon_med-webfont.eot');
    src: url('brandon_med-webfont.eot?#iefix') format('embedded-opentype'),
         
         url('brandon_med-webfont.ttf') format('truetype'),
         url('brandon_med-webfont.svg#BrandonGrotesqueMedium') format('svg');
    font-weight:normal;
    font-style: normal;
	
}


.gm-style{
font-family: "Brandon";
}
	
body {
	font-family: "Brandon";
	font-size: 20px;
	line-height: 23px;
	color: #102749;
	word-spacing: 3px;
	
  
}
sub,
sup {
  font-size: 60%;
}
a {
  color: #102749;
  text-decoration: none !important;
  -webkit-transition: color 0.4s;
          transition: color 0.4s;
}
a:hover,
a:active,
a:focus {
  color: #16262e;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing:4px;
 
}
h1,
.h1 {
  font-size: 38px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin-bottom: 0px;
}
hr {
  margin: 30px 0;
}
blockquote {
  
  font-style: italic;
  background-image: url(../images/blockquote.png);
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  border-left-width: 0;
  padding: 15px;
  padding-left: 50px;
  border-radius: 1px;
}
input[type=radio],
input[type=checkbox] {
  border: 1px solid #ced4d7;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 20px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0!important;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  min-width: 20px;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  outline-width: 0;
  -webkit-transition: 0.05s border-color ease-in-out;
          transition: 0.05s border-color ease-in-out;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  border-color: #102749;
}
input[type=radio]:checked:before,
input[type=checkbox]:checked:before {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  font: 400 14px/1 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type=checkbox]:checked:before {
  content: '\f00c';
  margin: 2px 0 0 -1px;
  color: #102749;
}
input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked:before {
  content: '\f111';
  margin: 5px 0 0 -1px;
  color: #102749;
  font: 400 8px/1 'FontAwesome';
}

#mobileContent{
display:none;
}




#pac-input {
        background-color: #102749;
		color:#fff;
        font-size: 15px;
        font-weight: 300;
        margin-left: 12px;
		margin-top: 12px;
        padding: 5px;
        text-overflow: ellipsis;
        width: 300px;
      }

      #pac-input:focus {
        border-color: #4d90fe;
      }

      .pac-container {
        font-family: Roboto;
      }

      #type-selector {
        color: #fff;
        background-color: #4d90fe;
        padding: 5px 11px 0px 11px;
      }

      #type-selector label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
      }
      #target {
        width: 345px;
      }





.yelpquote:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #102749;
    position: relative;
    bottom: 0;
	margin-top:15px;
    
}

.yelpquote:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #102749;
    position: relative;
    bottom: 0;
	margin-bottom:15px;
    
}



.mg-404-error-txt {
  padding: 0 190px;
}
.mg-404-error-txt .mg-404-badg {
  background-color: #16262e;
  color: #fff;
  
  text-transform: uppercase;
  text-align: center;
  padding: 30px 28px;
  border-radius: 100px;
  margin-right: 50px;
}
.mg-404-error-txt .mg-404-badg strong {
  display: block;
  font-size: 80px;
  line-height: 90px;
  vertical-align: top;
  margin: -30px 0 30px;
  position: relative;
}
.mg-404-error-txt .mg-404-badg strong:after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -40px;
  background-color: #102749;
}
.mg-404-error-txt .mg-404-badg span {
  font-size: 30px;
  line-height: 40px;
}
.mg-404-error-txt .mg-404-txt-search {
  text-align: left;
}
.mg-404-error-txt .mg-404-txt-search strong {
  
  font-size: 23px;
  line-height: 33px;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}
.mg-404-error-txt .mg-404-txt-search p {
  
  font-size: 16px;
}
.mg-404-error-txt .mg-404-txt-search .mg-404-search-form input {
  max-width: 250px;
  display: inline-block;
  float: left;
  border-radius: 1px 0 0 1px;
  border-right-width: 0;
  background-color: transparent;
}
.mg-404-error-txt .mg-404-txt-search .mg-404-search-form input::-webkit-input-placeholder {
  color: #fff;
}
.mg-404-error-txt .mg-404-txt-search .mg-404-search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.mg-404-error-txt .mg-404-txt-search .mg-404-search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.mg-404-error-txt .mg-404-txt-search .mg-404-search-form input:-ms-input-placeholder {
  color: #fff;
}
.mg-404-error-txt .mg-404-txt-search .mg-404-search-form button {
  display: inline-block;
  float: left;
  border-radius: 0 1px 1px 0;
  padding-top: 9px;
  padding-bottom: 9px;
}
.form-control {
  border-radius: 1px;
  margin-bottom: 20px;
  border-color: #ced4d7;
  padding: 8px 12px;
  height: auto;
  box-shadow: none;
  color: #4b565b;
}
.form-control::-webkit-input-placeholder,
.form-control:-moz-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder {
  color: #ced4d7;
}
.form-control:focus {
  border-color: #102749;
  box-shadow: none;
}
.mg-boxed {
  width: 1200px;
  background-color: #eef3fa;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin: auto;
  background-image: url(../images/paisley.png);
  background-attachment: fixed;
  position: relative;
}
.mg-boxed .header {
  max-width: 1200px;
}
.mg-boxed .carousel-caption > h2 {
  font-size: 57px;
}
.mg-boxed .carousel-caption > p {
  font-size: 18px;
  line-height: 28px;
}
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.parallax {
  background-attachment: fixed !important;
}
ul.styled-list li {
  list-style: none;
  padding-left: 0;
}
ul.styled-list li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
  color: #16262e;
}
ul.styled-list.list-caret li:before {
  content: '\f0da';
}
ul.styled-list.list-hand li:before {
  content: '\f0a4';
}
ul.styled-list.list-chevron li:before {
  content: '\f054';
}
ul.styled-list.list-times li:before {
  content: '\f00d';
}
ul.styled-list.list-star li:before {
  content: '\f006';
}


.bold{
font-weight:800;
}
.normal{
font-weight:400;
font-size:smaller;
}

.business-card{
  border:1px solid #102749;
  float:left;
  min-width:250px;
  max-width:400px;
  width:100%;
  height:250px;
  padding:20px;
  margin:20px;

}
.business-card h2{
font-size:18px;
font-weight:bold;
}
p.loclinks {
    line-height: 50px;
    margin-top: 10px;
}
.btn {
  
  border-radius: 1px;
  font-weight: 600;
  border-width: 0;
  padding: 8px 25px;
  -webkit-transition: color 0.5s, border-color 0.5s, background-color 0.5s;
          transition: color 0.5s, border-color 0.5s, background-color 0.5s;
}
.btn.btn-next-tab {
  font-size: 16px;
  padding: 10px 35px;
}
.btn-dark {
  color: #FFF;
  background-color: #16262e;
  border-color: #16262e;
}
.btn-dark:hover {
  background-color: #264251;
  border-color: #264251;
  color: #fff;
}
.btn-main {
    margin-bottom: 10px;
	margin-right:20px;
  color: #FFF;
  background-color: #102749;
  border-color: #102749;
}
.btn-main:hover {
  background-color: #DBB156;
  border-color: #DBB156;
  color: #fff;
}
.btn-dark-main {
  color: #FFF;
  background-color: #102749;
  border-color: #102749;
}
.btn-dark-main:hover {
  background-color: #102749;
  border-color: #102749;
  color: #fff;
}
.btn-primary {
  color: #FFF;
  background-color: #3b95e8;
  border-color: #3b95e8;
}
.btn-primary:hover {
  background-color: #69aeed;
  border-color: #69aeed;
  color: #fff;
}
.btn-success {
  color: #FFF;
  background-color: #40c640;
  border-color: #40c640;
}
.btn-success:hover {
  background-color: #67d267;
  border-color: #67d267;
  color: #fff;
}
.btn-warning {
  color: #FFF;
  background-color: #f6a430;
  border-color: #f6a430;
}
.btn-warning:hover {
  background-color: #f8b961;
  border-color: #f8b961;
  color: #fff;
}
.btn-info {
  color: #FFF;
  background-color: #2ebfea;
  border-color: #2ebfea;
}
.btn-info:hover {
  background-color: #5ccdef;
  border-color: #5ccdef;
  color: #fff;
}
.btn-danger {
  color: #FFF;
  background-color: #f23a34;
  border-color: #f23a34;
}
.btn-danger:hover {
  background-color: #f56964;
  border-color: #f56964;
  color: #fff;
}
.btn-link {
  color: #102749;
}
.header {
  width: 100%;
}
.header.transp {
  position: absolute;
  top: 0;
  z-index: 999;
}
.nav>li>a>img{
	margin-top: -35px;
}
.header.transp .navbar-inverse,
.header.transp .mg-search-box {
  background-color: #FFF;
}
.header.transp .navbar-default {
  background-color: rgba(255, 255, 255, 0.3);
}
.header .navbar-default,
.header .navbar-inverse {
  text-align: center;
  
}
.header .navbar-collapse.collapse {
	vertical-align: top;
	display: inline-block !important;
	padding-left: 9%;
	padding-right: 0px;
}

.header.center-content {
  text-align: center;
}
.header.center-content .navbar-header {
  float: none;
}
.header.center-content .navbar-header .navbar-brand {
  float: none;
  display: inline-block;
}
.header.center-content .navbar-right {
  float: none !important;
}
.header.center-content .container {
  width: 100%;
  padding: 0;
}
.header.center-content .navbar-collapse {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.header.center-content .navbar-default .navbar-collapse {
  border-color: rgba(0, 0, 0, 0.05);
}
.header.center-content .navbar-nav {
  float: none;
  display: inline-block;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}
.header.center-content .navbar-nav > li > a {
  padding: 20px 25px;
}
.header.sticky-on {
  position: fixed;
  top: 0;
  z-index: 999;
}
.header.sticky-on .mg-search-box {
  background-color: #FFF;
}
.header.sticky-on .navbar-inverse {
  background-color: #FFF;
}
.header.sticky-on .navbar-inverse .navbar-nav > li > a {
  padding-top: 25px;
  padding-bottom: 15px;
}
.header.sticky-on .navbar-brand > img {
  height: 50px;
  margin-top: -15px;
}
.header.sticky-on.center-content .navbar-header .navbar-brand {
  display: none;
}
.header.sticky-on .mg-search-box-cont {
  margin: 12px 20px 13px;
}
.header.sticky-on .mg-search-box {
  bottom: -71px;
}
.navbar-brand {
  
  float: left;
  height: auto;
  //padding: 10px 0;
  font-size: 18px;
  line-height: 20px;
  margin-left: 0 !important;
}
.navbar-brand img {
  -webkit-transition: height 0.3s;
          transition: height 0.3s;
}

.navbar-brand-collapse {
  display:none;
  float: left;
  height: auto;
  padding: 10px 0;
  font-size: 18px;
  line-height: 20px;
  margin-left: 0 !important;
  
}
.navbar-brand-collapse img {
	height: 55px;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
	margin-top: 0px;
	padding-left: 15px;
}




.navbar {
  margin-bottom: 0;
  font-weight:bold;
}
.navbar-default {
  background-color: #fff;
  border-width: 0;
  border-radius: 0;
}
.navbar-inverse {
  background-color: #fff;
  color: #fff;
  border-width: 0;
  border-radius: 0;
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
}
.navbar-inverse .navbar-nav > li > a {
	font-size: 14px;
	color: #102749;
	-webkit-transition: color 0.3s, padding 0.3s;
	transition: color 0.3s, padding 0.3s;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #102749;
}
.navbar-inverse .navbar-nav > li.active > a {
  background-color: transparent;
  box-shadow: inset 0 -3px #102749;
  color: #102749;
}
.navbar-inverse .navbar-nav > li.active > a:hover,
.navbar-inverse .navbar-nav > li.active > a:focus,
.navbar-inverse .navbar-nav > li.active > a:active {
  color: #102749;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li.open > a {
  background-color: transparent;
  color: #102749;
}
.navbar-inverse .navbar-nav > li.open > a:hover,
.navbar-inverse .navbar-nav > li.open > a:focus,
.navbar-inverse .navbar-nav > li.open > a:active {
  color: #102749;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li ul.dropdown-menu {
  background-color: #16262e;
  border-radius: 0;
  padding: 0;
  margin-top: -1px;
  min-width: 200px;
  right: auto;
  left: 0px;
  box-shadow: none;
  border-width: 0;
}
.navbar-inverse .navbar-nav > li ul.dropdown-menu > li > a {
  color: #fff;
  padding: 10px 20px;
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
}
.navbar-inverse .navbar-nav > li ul.dropdown-menu > li > a:hover {
  background-color: #102749;
}
.navbar-inverse .navbar-nav > li ul.dropdown-menu > li.active > a {
  background-color: #102749;
}
.navbar-nav > li > a {
  font-size: 16px;
  padding-top: 65px;
  padding-bottom: 35px;
  padding-left: 30px;
  padding-right: 30px;
}
.dropdown.open > ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
}
.dropdown > ul {
  display: block;
  visibility: hidden;
  top: 110%;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
          transition: all 0.15s linear;
}
.dropdown > ul > .dropdown > ul {
  left: 100%;
  top: 0;
}
.navbar-toggle {
  border-radius: 1px;
  border-color: #102749 !important;
  background-color: #102749 !important;
  margin-top: 20px;
  //margin-right: 110px;
  margin-bottom: 21px;
}
.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:focus {
  background-color: #102749 !important;
  border-color: #102749 !important;
}
.mg-search-box-cont {
  margin: 26px 20px;
  position: relative;
  -webkit-transition: margin 0.3s;
          transition: margin 0.3s;
}
.mg-search-box-cont:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #102749;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: -14px;
}
.mg-search-box-trigger {
  padding: 11px 0;
  text-align: center;
  width: 43px;
  cursor: pointer;
  display: block;
  color: #fff;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}
.mg-search-box-trigger:hover,
.mg-search-box-trigger:active,
.mg-search-box-trigger:focus {
  color: #fff;
}
.mg-search-box-trigger.mg-sb-active {
  color: #102749;
}
.mg-search-box {
  min-width: 300px;
  position: absolute;
  bottom: -84px;
  right: 0;
  padding: 10px;
  background-color: rgba(22, 38, 46, 0.95);
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
.mg-search-box.mg-sb-active {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.mg-search-box input {
  display: inline-block;
  width: 80%;
  float: left;
  border-radius: 1px 0 0 1px;
  margin-bottom: 0;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  border-right-width: 0;
}
.mg-search-box input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.mg-search-box input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 0.5;
}
.mg-search-box input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 0.5;
}
.mg-search-box input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.mg-search-box button {
  padding: 9px 25px;
  width: 20%;
  float: left;
  border-radius: 0 1px 1px 0;
  text-indent: -2px;
}
.mg-page-title {
  padding-top: 207px;
  padding-bottom: 50px;
  background-image: url(../images/page-title.png);
  color: #fff;
  text-align: center;
}

.mg-page-title a {
	color: #fff;	
}


.mg-page-title .mg-page{
  background-color: transparent;
}
.mg-page-title h2 {
  
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight:bold;
	font-size:36px;
}

.header.transp.center-content + .mg-page-title {
  padding-top: 235px;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-caption {
  right: 15%;
  left: 15%;
  text-shadow: none;
  padding: 0;
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
.carousel-caption > h2 {
  margin-top:10px;
  //color: #fff;
  font-size: 47px;
  font-weight:bold;
    text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
          transition: transform 0.5s, opacity 0.5s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel-caption > h2:after {
  content: '';
  display: none;
  width: 120px;
  height: 3px;
  background-color: #102749;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel-caption > img {
  opacity: 0;
  margin-top: -20px;
  -webkit-transition: opacity 0.5s, margin-top 0.5s;
          transition: opacity 0.5s, margin-top 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel-caption > p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
          transition: transform 0.5s, opacity 0.5s;
  -webkit-transition-delay: 1.0s;
          transition-delay: 1.0s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.header.transp + .carousel .carousel-caption {
  margin-bottom: -40px;
}
.header.transp.center-content + .carousel .carousel-caption {
  margin-bottom: -60px;
}
.carousel-inner .item.active .carousel-caption > h2 {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.carousel-inner .item.active .carousel-caption > h2:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.carousel-inner .item.active .carousel-caption > p {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.carousel-inner .item.active .carousel-caption > img {
  opacity: 1;
  margin-top: 0px;
}
/*###
  ### Active at init fixed
  ###*/
.carousel-inner > .beactive {
  display: block;
}
.carousel-control {
  width: 80px;
  height: 120px;
  top: 50%;
  margin-top: -60px;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(../images/cur-arrow-left.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 33px 60px;
  -webkit-transition: left 0.3s, right 0.3s;
          transition: left 0.3s, right 0.3s;
}
.carousel-control.left {
  left: -100px;
}
.carousel-control.right {
  background-image: url(../images/cur-arrow-right.png) !important;
  right: -100px;
}
.header.transp + .carousel .carousel-control {
  margin-top: -10px !important;
}
.header.transp.center-content + .carousel .carousel-control {
  margin-top: 22px !important;
}
.carousel {
  overflow: hidden;
  margin-top:75px;
}
.carousel:hover .carousel-control.left {
  left: 0;
}
.carousel:hover .carousel-control.right {
  right: 0;
}
.datepicker {
  padding: 4px;
  border-radius: 1px;
  direction: ltr;
  margin: 0;
}
.datepicker:before,
.datepicker:after {
  border-width: 0;
}
.datepicker table tr td,
.datepicker table tr th {
  color: #4b565b;
  border-radius: 0;
  width: 40px;
  height: 35px;
  text-shadow: none;
}
.datepicker table tr td span {
  height: 54px;
  line-height: 54px;
  border-radius: 1px;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #FFF;
  background-color: #102749;
  border-color: #102749;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  text-shadow: none;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #c0c8cb;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #88979d;
}
.datepicker table tr td.old.disabled,
.datepicker table tr td.new.disabled {
  color: #c0c8cb;
}
div.cs-skin-elastic {
  background: transparent;
  font-size: 14px;
  color: #fff;
}
div.cs-skin-elastic > span {
  background-color: transparent;
  z-index: 100;
  border: 1px solid #fff;
}
div.cs-skin-elastic > span::after {
  font-family: 'FontAwesome';
  content: '\f0d7';
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
div.cs-skin-elastic .cs-options {
  border: 1px solid #e1eaee;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}
div.cs-skin-elastic .cs-options span {
  padding: 4px 12px;
  color: #4b565b;
}
div.cs-skin-elastic .cs-options .cs-selected span {
  color: #102749;
}
div.cs-skin-elastic .cs-options .cs-selected span:hover {
  color: #fff;
}
div.cs-skin-elastic .cs-options .cs-selected span::after {
  content: '';
}
.cs-skin-elastic .cs-options span:hover,
.cs-skin-elastic .cs-options li.cs-focus span {
  color: #fff;
  background-color: #102749;
}
.mg-slide-booking {
  position: relative;
}
.mg-slide-booking .mg-book-now {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(22, 38, 46, 0.3);
  padding: 10px 0;
  z-index: 5;
}
.mg-sec-title {
  text-align: center;
  
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.mg-sec-button {
  text-align: center;
  
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
  margin-left:20px;
  margin-right:20px;
  margin-top:30px;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}

.ing-sec-title h1 {
  color: #102749;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 40px;
}
.ing-sec-title h1:after {
      content: '';
    display: block;
    background-color: #102749;
    width: 200px;
    height: 5px;
    margin: 0 auto;
	margin-top:20px;
    margin-bottom: 20px;
}


.weare-sec-title h1 {
  color: #102749;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 30px;
  text-align:left;
}
.weare-sec-title h1:after {
      content: '';
    display: block;
    background-color: #102749;
    width: 95%;
    height: 5px;
    margin-top:20px;
    margin-bottom: 20px;
}



.mg-sec-title h2 {
	color: #102749;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 10px;
}
.mg-sec-title p {
  font-size: 16px;
}

.mg-sec-title.mg-lighten h2 {
  color: #fff;
}
.mg-sec-title.mg-lighten p {
  color: #fff;
}
.mg-sec-left-title,
.mg-widget-title {
  color: #16262e;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 35px;
  padding-bottom: 15px;
  position: relative;
}
.mg-sec-left-title:after,
.mg-widget-title:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #102749;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mg-locmap {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #102749;
	color: #000;
	text-align: center;
	margin-top: 165px;
}


.mg-about {

  padding-top: 100px;
  padding-bottom:100px;
  background-color: #102749;
  //background-image: url(../images/about-bg.png);
  //background-position: center center;
  color: #fff;
  text-align:center;
 
  
}
.mg-about .row{
width:60%;
margin: auto;
}
.mg-about h3 {
	
    position:relative;
	text-align:center;
	line-height:65px;
	font-weight:bold;
	font-size:36px;
}
.mg-about h4 {

	font-size:24px;
	font-weight:normal;
	line-height:38px;
}
.mg-about h3:after  {
    content: '';
	display:block;
	background-color: #102749;
    width: 200px;
    height: 3px;
    margin: 0 auto;
	margin-bottom:20px;
    
  }
.mg-about .mg-sec-left-title {
  color: #fff;
}

.mg-instagm {

  padding: 70px 0;
  background-color: #EEE;
  //background-image: url(../images/about-bg.png);
  //background-position: center center;
  text-align:center;  
  
}
.mg-instagm h2 {
color: #102749;
  font-weight:bold;
	font-size:36px;
}
.mg-instagm h4 {
color: #102749;
}
.mg-instagm img {
	width:80%;
}

.mg-instagram-collage div {
border:1px solid black;
}
.mg-instagm-collage img {
	width:12%;
	max-width:200px;
}
.mg-instagm-collage {

  //padding: 70px 0;
  background-color: #EEE;
  //background-image: url(../images/about-bg.png);
  //background-position: center center;
  text-align:center;  
  
}


.mg-findus{

  padding: 70px 0;
  background-color: #fff;
  //background-image: url(../images/about-bg.png);
  //background-position: center center;
  text-align:center;
  
}
.mg-findus .row{
   width:100%;
   margin: auto;	
}
.mg-findus h2 {
   color: #102749;
   position:relative;
   text-align:center;
	font-weight:bold;
	font-size:36px;
	white-space:nowrap;
	margin-top:30px;
	margin-bottom:20px;
	
	
}
.mg-proces .container .row{
   width:100%;
}



.find-us {
  border-radius: 1px;
  margin-bottom: 20px;
  border-color: #102749;
  border:0px;
  border-bottom: 3px solid #102749;
  padding: 8px 12px;
  height: auto;
  box-shadow: none;
  color: #102749;
  width:30%;
  font-size:18px;
  text-align:center;
}
.find-us-submit {
  color: #102749;
  background-color: #FFF;
  border-color: #102749;
  border:0px;
  border-bottom:3px solid #102749;
  font-weight: 600;
  font-size:18px;
  padding: 8px 12px;
  height: auto;
  //border-width: 0;
  //padding: 8px 25px;
  
}



.footer-subscribe {
  border-radius: 1px;
  margin-bottom: 20px;
  
  border:2px solid white;
  background-color: #102749;
  padding: 4px 4px;
  height: auto;
  box-shadow: none;
  color: #FFF;
  width:20%;
  font-size:14px;
}
.footer-subscribe-submit {
  color: #FFF;
  background-color: #102749;
  border:2px solid white;
 padding: 4px 4px;
 
  font-size:14px;
  height: auto;
  //border-width: 0;
  //padding: 8px 25px;
  
}



.mg-process {

  padding: 70px 0;
  background-color: #fff;
  //background-image: url(../images/about-bg.png);
  //background-position: center center;
  text-align:center;
  
}
.mg-process .row{
   width:100%;
   margin: auto;	
}
.mg-process h3 {
   color: #102749;
   position:relative;
   font-weight:bolder;
	text-align:center;
	line-height:30px;
	font-size:20px;
	white-space:nowrap;
	margin-top:10px;
}

.mg-process p {
	margin-bottom: 25px;
	text-align: left;	
}

.mg-franchise {

  padding: 70px 0;
  background-color: #fff;
  //background-image: url(../images/about-bg.png);
  //background-position: center center;
  text-align:center;
  
}
.mg-franchise .row{
   width:100%;
   margin: auto;	
}
.mg-franchise h3 {
   color: #102749;
   position:relative;
   font-weight:bolder;
	text-align:center;
	line-height:30px;
	font-size:20px;
	white-space:nowrap;
	margin-top:10px;
}
.mg-franchise p {
	margin-bottom: 25px;
	text-align: center;
	
}

.mg-process img {
width:100%;
padding-bottom:20px;
}
.mg-proces .container .row{
   width:100%;
}
.mg-process h2:after  {
    content: '';
	display:block;
	background-color: #102749;
    width: 250px;
    height: 3px;
    margin: 0 auto;
	margin-bottom:20px;
	margin-top:15px;
    
  }
  
  .mg-locations {

  padding: 70px 0;
  background-color: #fff;
  //background-image: url(../images/about-bg.png);
  //background-position: center center;
  text-align:center;
  
}
.mg-locations .row{
   width:100%;
   margin: auto;	
}
.mg-locations h3 {
   color: #102749;
   position:relative;
   font-weight:bolder;
	line-height:30px;
	font-size:20px;
	white-space:nowrap;
	margin-top:10px;
	text-align:left;
}

.mg-locations h1 {
   text-align:center;
   font-weight:bold;
	font-size:36px;
	
}

.mg-locations p {
	text-align:left;
	margin-bottom:25px;
	
}

.mg-locations img {
width:50%;
padding-bottom:20px;
}
.mg-locations .container .row{
   width:100%;
   background-color:#f0f5fd;
}
.mg-locations h2 {
    text-align:left;
	margin-top:0px;
	
    
  }
.mg-locations .row {
margin-bottom:40px;
padding-top:20px;

}

.mg-locations .row:after {

    content: '';
    display: block;
    width: 100%;
    height: 3px;
	vertical-align:center;
    //background-color: #102749;
    position: relative;
    bottom: 0;
	margin-top:15px;
    
}

}

.mg-locations img{
max-width:200px;
max-height:150px;
}
  
 .scrollFix {
    line-height: 1.35;
    overflow: hidden;
    //white-space: nowrap;
} 

.scrollFix p {
	margin-top:25px;
	
}

.scrollFix h2 {
	font-size:24px;
	letter-spacing:1px;
}

.scrollFix img {
width:50%;
}

.mg-menu{

  padding: 70px 0;
  background-color: #fff;
  //background-image: url(../images/about-bg.png);
  //background-position: center center;
  text-align:center;
  
}
.mg-menu .row{
   width:100%;
   margin: auto;	
}
.mg-menu h3 {
	
   color: #102749;
   position:relative;
   font-weight:bolder;
	text-align:center;
	line-height:30px;
	font-size:24px;
	white-space:nowrap;
	margin-top:10px;
}

.mg-menu p {
	text-align:center;
	margin-bottom:25px;
	font-size:16px;
	
}

.mg-menu img {
vertical-align:top;
//width:100%;
//padding-bottom:20px;
}
.mg-menu .container .row{
   width:100%;
}




.mg-create{

  padding: 70px 0;
  background-color: #fff;
  
}
.mg-create .row{
   width:100%;
   margin: auto;	
}
.mg-create h3 {
	
   color: #102749;
   position:relative;
   font-weight:bolder;
	text-align:center;
	line-height:30px;
	font-size:24px;
	white-space:nowrap;
	margin-top:10px;
}



.mg-create p {
	margin-bottom:0px;
	font-size:16px;
	
	
}



.mg-create .rightp {
    padding-left:0px;
}


.mg-create .container .row{
   width:100%;
}
.mg-create-title h4 {
      font-weight:bold;
	  margin-top:35px;
}
.mg-create-title h5 {
      font-weight:bold;
	  font-size:16px;
	  margin-bottom:0px;
	  margin-top:15px;
}

.mg-create-title h4:after {
      content: '';
    display: block;
    background-color: #102749;
    width: 95%;
    height: 4px;
    margin-top:6px;
    margin-bottom: 10px;
}
.mg-create-title img {
position:absolute;
left:-30px;
vertical-align:top;
width:32px;
}

.borders, .borders img{
	border-color:#CCC;
	border-width:5px;
	border-style:double;
	padding:20px;
	margin-top:15px;
}



.mg-features {
  padding: 50px 0 30px;
  background-color: #fff;
}
.mg-feature {
  margin-bottom: 40px;
}

.mg-sal-feature {
  margin-bottom: 0px;
}
.mg-sal-feature p {
  margin-bottom: 0;
  text-align:center;
}
.mg-sal-feature sup{
border-bottom:2px solid #102749;
}
.mg-sal-feature img{
width:auto;
margin-top:20px;
}

.mg-feature .mg-feature-icon {

  margin-bottom: 10px;
  margin-right:20px;
  
}
.mg-feature .mg-feature-icon:before,
.mg-feature .mg-feature-icon:after {
  content: " ";
  display: table;
}
.mg-feature .mg-feature-icon:after {
  clear: both;
}

.mg-feature .mg-feature-icon i {
  display: block;
  width: 50px;
  line-height: 50px;
  background-color: #16262e;
  text-align: center;
  font-size: 21px;
  color: #fff;
  border-radius: 50%;
  float: left;
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
}
.mg-feature .mg-feature-icon h3 {
  display: block;
  
  font-size: 20px;
  color: #16262e;
  font-weight: 400;
  margin-left: 60px;
  margin-top: 13px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.mg-feature p {
  margin-bottom: 0;
  text-align:center;
}
.mg-feature:hover .mg-feature-icon i {
  background-color: #102749;
}
.owl-carousel {
  overflow: hidden;
}
.owl-carousel:hover .owl-controls .owl-buttons .owl-prev {
  margin-left: 0;
}
.owl-carousel:hover .owl-controls .owl-buttons .owl-next {
  margin-right: 0;
}
.owl-theme .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  float: left;
  margin-left: -50px;
  -webkit-transition: margin-left 0.3s, background-color 0.5s;
          transition: margin-left 0.3s, background-color 0.5s;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  float: right;
  margin-right: -50px;
  -webkit-transition: margin-right 0.3s, background-color 0.5s;
          transition: margin-right 0.3s, background-color 0.5s;
}
.owl-theme .owl-controls .owl-buttons div {
  margin: 1px;
  padding: 13px 13px;
  font-size: 21px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  -webkit-transition: background-color 0.5s;
          transition: background-color 0.5s;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  background-color: #102749;
}
.owl-theme .owl-controls .owl-page span {
  background: rgba(0, 0, 0, 0.5);
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #102749;
}
.mg-map {
  width: 100%;
  height: 300px;
}
.mg-contact-form-input {
  margin-bottom: 25px;
  display: block;
}
.mg-contact-form-input label {
  
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #16262e;
  margin-bottom: 10px;
}
.mg-contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}
.mg-contact-info li {
  margin-bottom: 20px;
}
.mg-contact-info li i {
  font-size: 18px;
  display: inline-block;
  width: 20px;
  margin-right: 15px;
  text-align: center;
  color: #16262e;
}
.mg-contact-info li a {
  font-weight: 600;
  color: #16262e;
}
.mg-contact-info li a:hover {
  color: #102749;
}
#mg-grid {
  position: relative;
  overflow: visible !important;
  margin-top: 25px;
}
.media .media-body {
  position: relative;
  width: 100%;
}
.media .media-body .mg-comment-body {
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 20px;
}
.media .media-body .media-heading {
  font-size: 17px;
  line-height: 27px;
  color: #16262e;
}
.media .media-body .media-heading a {
  color: #16262e;
}
.media .media-body span {
  display: block;
  color: #adb9bf;
  margin-bottom: 10px;
}
.media .media-body span a {
  color: #adb9bf;
}
.media .media-body .btn-comment-reply {
  position: absolute;
  top: 0;
  right: 0;
}
.mg-about-features {
  padding: 70px 0 70px;
}
.mg-about-us-txt {
  text-align: center;
}
.mg-about-clients {
  padding: 80px 0;
  background-color: #f2f2f2;
}
.mg-footer-widget {
  background-color: #102749;
  padding: 35px 0 35px;
  color: #c0c8cb;
  text-align:center;
 
}

.mg-footer-widget a: {
	color:#FFF
}

.mg-footer-widget a:hover {
	color:#FFF
}


.mg-footer-widget .widget {
  margin-bottom: 50px;
}
.mg-footer-widget .widget:before,
.mg-footer-widget .widget:after {
  content: " ";
  display: table;
}
.mg-footer-widget .widget:after {
  clear: both;
}
.mg-footer-widget a {
  color: #c0c8cb;
}
.mg-footer-widget a:hover {
  color: #FFF;
}
.mg-footer-widget .form-control {
  height: auto;
  padding: 8px 12px;
  border-radius: 1px;
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.mg-footer-widget .form-control::-webkit-input-placeholder {
  color: #fff;
}
.mg-footer-widget .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.mg-footer-widget .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.mg-footer-widget .form-control:-ms-input-placeholder {
  color: #fff;
}
.mg-footer-widget .form-control:focus {
  color: #fff;
  border-color: #102749;
  box-shadow: none;
}
.mg-footer-widget .mg-instagram a {
  display: block;
  position: relative;
}
.mg-footer-widget .mg-instagram a:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  -webkit-transition: background-color 0.5s;
          transition: background-color 0.5s;
}
.mg-footer-widget .mg-instagram a:before {
  font-family: 'FontAwesome';
  content: '\f16d';
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  color: #fff;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
      -ms-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
          transition: opacity 0.5s, transform 0.5s;
}
.mg-footer-widget .mg-instagram a:hover:after {
  background-color: rgba(22, 38, 46, 0.7);
}
.mg-footer-widget .mg-instagram a:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}
.mg-footer-widget .mg-instagram a img {
  width: 100%;
}
.mg-footer-widget .mg-widget-title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 25px;
}
.mg-footer-widget .mg-widget-title:after {
  width: 50px;
  background-color: #111d24;
}
.mg-footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mg-footer-social > li {
  display: inline-block;
  margin-right: 3px;
}
.mg-footer-social > li > a {
  display: block;
  font-size: 18px;
  background-color: #FFF;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
}
.mg-footer-social > li > a:hover {
  background-color: #FFF;
  color: #fff;
}
.mg-instagram {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mg-instagram > li {
  float: left;
  width: 33.33333333%;
}
.mg-copyright {
  padding: 15px 0;
  color: #7a8a92;
  background-color: #132027;
  font-size: 13px;
  text-align: right;
}
.mg-copyright a {
  color: #96a3a9;
}
.mg-copyright a:hover {
  color: #102749;
  text-decoration: none;
}
.mg-copyright p {
  margin: 0;
}
.mg-footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mg-footer-nav > li {
  float: left;
  margin-right: 20px;
}
.mg-light-footer .mg-footer-widget {
  background-color: #f7f7f7;
  color: #7a8a92;
}
.mg-light-footer .mg-widget-title {
  color: #16262e;
}
.mg-light-footer .mg-copyright {
  color: #7a8a92;
  background-color: #eaeaea;
}
.mg-light-footer .mg-footer-social > li > a {
  background-color: #FFF;
}
.mg-light-footer .mg-footer-social > li > a:hover {
  background-color: #FFF;
}
.blue{
color:#102749;
}
@media (max-width: 1199px) {
	.mg-page-title {
   padding-top:0px;
}
  .container {
   width: 100%;
  }
  .carousel-caption > h2 {
    font-size: 55px;
  }
  .carousel-caption > p {
    font-size: 20px;
  }
  
  .mg-404-error-txt {
    padding: 0px 140px;
  }
}
@media (max-width: 1200px) {
	.mg-page-title {
   padding-top:0px;
}
	.container {
   width: 100%;
  }
  .carousel-caption > h2 {
    font-weight:bold;
	font-size:36px;
  }
  .carousel-caption > p {
    font-size: 20px;
  }
  .navbar-nav > li > a {
    padding: 28px 9px 15px;
  }
  .navbar-brand img {
    height: 55px;
  }
  .mg-search-box-cont {
    margin: 15px 20px;
  }
  .mg-search-box {
    bottom: -73px;
  }
  .mg-instagram > li {
    width: 25%;
  }
}
@media (max-width: 767px) {
.mg-page-title {
   padding-top:0px;
}
  .container {
   width: 100%;
  }
  .carousel-caption > h2 {
    font-size: 35px;
  }
  .carousel-caption > p {
    font-size: 16px;
  }
  .header .container {
    position: relative;
  }
  .header .navbar-collapse {
    background-color: #FFF;
    position: absolute;
    top: 100%;
    right: 15px;
    min-width: 300px;
    max-height: 320px;
    padding: 0;
    text-align: left;
  }
  .navbar-collapse .navbar-brand{
	display:none;
  }
   .mg-locmap {
	margin-top: 90px;
}
  
  
  
  
  
  .header .navbar-collapse .navbar-nav {
    margin: 0;
  }
  .navbar-nav .open .dropdown-menu > .active > a {
    background-color: #102749 !important;
  }
  
  
  .navbar-nav > li > a {
    padding: 15px 20px !important;
  }
  .navbar-nav > li > a:hover {
    color: #fff !important;
    background-color: #102749 !important;
  }
  .dropdown > ul {
    display: none;
    padding-left: 20px !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
  }
  .dropdown > ul a {
    -webkit-transition: color 0.5s;
            transition: color 0.5s;
  }
  .dropdown > ul a:hover {
    color: #102749 !important;
  }
  .navbar-inverse .navbar-nav > li.active > a {
    box-shadow: none;
    color: #fff !important;
    background-color: #102749 !important;
  }
  .header .navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar-collapse.collapse.in {
    display: block !important;
  }
  .mg-search-box-cont {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .mg-404-error-txt {
    padding: 0px;
  }
  .mg-404-badg {
    width: 190px;
    margin-bottom: 20px;
    float: none !important;
  }
  .mg-about-testimonial .mg-testimonial-slider blockquote {
    padding: 35px 0 0px;
  }
  .mg-team-member .mg-team-info p {
    display: block;
  }
  .mg-instagram > li {
    width: 20%;
  }
}
@media (max-width: 662px) {
	 .mg-locmap {
	margin-top: 90px;
}
	
	.container {
   width: 100%;
  }
  .nav>li>a>img {
	margin-top:-15px;
  }
  .header.transp + .carousel .carousel-caption {
    margin-bottom: 0;
  }
  .carousel-caption > h2 {
    font-size: 25px;
  }
  .carousel-caption > p {
    font-size: 14px;
    line-height: 23px;
  }
  .carousel-caption > img {
    width: 100px;
  }
  .header.transp + .carousel .carousel-control {
    margin-top: -60px !important;
  }
  .header.transp {
    position: relative;
    top: 0;
    z-index: 999;
  }
  .header.transp .navbar-inverse,
  .header.transp .mg-search-box {
    background-color: #FFF;
  }
  .header.transp .navbar-default {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .header.transp + .mg-page-title {
    padding-top: 167px;
  }
}
@media (max-width: 480px) {
	.mg-page-title {
   padding-top:0px;
}
  .nav>li>a>img {
	margin-top:-15px;
  }
  .container {
    width: 100%;
  }
  .mg-404-error-txt .mg-404-txt-search .mg-404-search-form input {
    max-width: 150px;
  }
   .mg-locmap {
	margin-top: 90px;
}
}
/*
 * Boxed Mode Responsive 
 */
@media (max-width: 1150px) {
	.mg-page-title {
   padding-top:0px;
}
	.header .navbar-collapse.collapse {
	padding-left: 11%;
}
	.container {
   width: 100%;
  }
.nav>li>a>img {
	margin-top:-15px;
  }
.navbar-brand-collapse{
display:none;
}
  .mg-boxed {
    width: 992px;
  }
  .mg-boxed .header {
    max-width: 992px;
  }
  .mg-boxed .carousel-caption > h2 {
    font-size: 50px;
  }
  .mg-boxed .carousel-caption > p {
    font-size: 18px;
    line-height: 28px;
  }
   .mg-locmap {
	margin-top: 90px;
}
}
@media (max-width: 1201px) {
	
.header.transp + .mg-page-title {
  padding-top: 147px;
}
.container {
   width: 100%;
 }
.nav>li>a>img {
	margin-top:-15px;
  }
.navbar-brand-collapse{
display:none;
}
  .mg-boxed {
    width: 767px;
  }
  .mg-boxed .header {
    max-width: 767px;
  }
  .mg-boxed .carousel-caption > h2 {
    font-size: 35px;
  }
  .mg-boxed .carousel-caption > p {
    font-size: 15px;
    line-height: 25px;
  }
  .mg-boxed .carousel-caption > img {
    width: 120px;
  }
   .mg-locmap {
	margin-top: 90px;
  }
  .carousel {
   margin-top:0px;
}
}
@media (max-width: 767px) {
.container {
   width: 100%;
  }
#desktopContent{
display:none;
}
#mobileContent{
display:block;
}
.header .navbar-collapse.collapse.in {

    padding-left: 0%;
}
.navbar-brand-collapse{
display:block;
}
 .mg-locmap {
	margin-top: 90px;
}
  .mg-boxed {
    width: 500px;
  }
  .mg-boxed .header {
    max-width: 500px;
  }
  .mg-boxed .carousel-caption > h2 {
    font-size: 25px;
  }
  .mg-boxed .carousel-caption > p {
    font-size: 13px;
    line-height: 23px;
  }
  .mg-boxed .carousel-caption > img {
    width: 90px;
  }
  .mg-boxed .header.transp + .carousel .carousel-caption {
    margin-bottom: 0;
  }
  .mg-boxed .header.transp + .carousel .carousel-control {
    margin-top: -60px !important;
  }
  .mg-boxed .header.transp {
    position: relative;
    top: 0;
    z-index: 999;
  }
  .mg-boxed .header.transp .navbar-inverse,
  .mg-boxed .header.transp .mg-search-box {
    background-color: #16262e;
  }
  .mg-boxed .header.transp .navbar-default {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .mg-boxed .header.transp + .mg-page-title {
    padding-top: 70px;
  }
}
@media (max-width: 500px) {
.mg-page-title {
   padding-top:0px;
}
.container {
   width: 100%;
  }
.navbar-brand-collapse{
display:block;
}
  .mg-boxed {
    width: 100%;
  }
  .mg-boxed .header {
    max-width: 100%;
  }
  .mg-locmap {
	margin-top: 90px;
}
}
