@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.relative {
  position: relative; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-sm-height {
    display: table-row; }

  .col-sm-height {
    display: table-cell;
    float: none; } }
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-md-height {
    display: table-row; }

  .col-md-height {
    display: table-cell;
    float: none; } }
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-lg-height {
    display: table-row; }

  .col-lg-height {
    display: table-cell;
    float: none; } }
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

@media only screen and (max-width: 767px) {
  .colNoXs {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  header.medicom-header .container {
    width: 90%; } }
@media (min-width: 768px) and (max-width: 991px) {
  header.medicom-header .container {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  header.medicom-header .navbar-right {
    float: none !important; }
    header.medicom-header .navbar-right .navbar-nav {
      margin-top: 30px; } }

footer {
  padding: 40px 0 0; }

footer.light .copyright {
  margin: 0; }

a:focus {
  text-decoration: none; }
a:active {
  text-decoration: none; }

.homePageLinks {
  margin: 50px 0 50px; }
  .homePageLinks .projects-section {
    padding: 25px; }

div.height30 {
  height: 30px; }

div.height60 {
  height: 60px; }

.stlyeP p {
  font-weight: 400;
  font-size: 26px;
  line-height: 30px; }

.seatNews, .goBack {
  background-color: #c62830;
  background-image: url("../img/seat.png");
  background-repeat: no-repeat;
  background-position: left 10px center;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  padding: 0 50px 0 70px;
  font-size: 20px;
  margin-top: 0;
  width: 100%;
  max-width: 265px; }

.goBack {
  display: inline-block;
  padding: 6px 20px 6px 40px;
  background-image: url("../img/ui/back.png");
  margin-bottom: 20px;
  max-width: 160px;
  font-size: 14px; }
  .goBack:hover {
    color: #ffffff; }
  .goBack:active {
    color: #ffffff; }

.post-content {
  width: 58%;
  float: left; }
  .post-content h4 {
    margin-top: 0; }

.reverseFloat {
  float: right; }
  @media only screen and (max-width: 767px) {
    .reverseFloat {
      float: none; } }

.scrollBtn {
  cursor: pointer; }

#main-nav .menu-item, #main-nav .menu-item-has-children {
  margin-right: 25px !important; }
  #main-nav .menu-item span a, #main-nav .menu-item-has-children span a {
    color: #23323a;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-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; }
    #main-nav .menu-item span a:hover, #main-nav .menu-item-has-children span a:hover {
      color: #008fd5; }
  #main-nav .menu-item span.active a, #main-nav .menu-item-has-children span.active a {
    color: #008fd5; }

.marine-main-special {
  color: #658190; }

@media only screen and (max-width: 767px) {
  #header .logo {
    min-height: 40px; } }

#main-nav-button {
  margin: 0 !important; }

.singleTv {
  float: left; }

.singleTv.tricked {
  opacity: 0.3;
  cursor: default; }
  .singleTv.tricked a {
    visibility: hidden; }

.homeNewsCont {
  margin-top: 50px; }

#header.sticky-header #lower-header {
  background: white; }

.recent-post .post-thumbnail {
  width: 120px;
  height: 120px;
  overflow: hidden; }
  .recent-post .post-thumbnail img {
    width: 300%;
    max-width: 260px; }

.posts-list .post-item .featured-image {
  width: 60px;
  height: 60px;
  overflow: hidden; }

.posts-list .post-item .featured-image img {
  width: 300%;
  max-width: 120px;
  margin-left: -20px; }

.projectMainFour {
  margin-right: 2px;
  margin-left: 2px;
  overflow: hidden; }
  .projectMainFour img {
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-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; }
  .projectMainFour:hover img {
    -ms-transform: scale(1.2, 1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2, 1.2);
    /* Chrome, Safari, Opera */
    transform: scale(1.2, 1.2);
    /* Standard syntax */ }
  .projectMainFour:hover .link-icon {
    opacity: 1;
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Chrome, Safari, Opera */
    transform: scale(1, 1);
    /* Standard syntax */ }

.project-hover-alt .link-icon {
  opacity: 0;
  -ms-transform: scale(0, 0);
  /* IE 9 */
  -webkit-transform: scale(0, 0);
  /* Chrome, Safari, Opera */
  transform: scale(0, 0);
  /* Standard syntax */
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-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;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  display: inline-block;
  height: 60px;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 4px solid rgba(238, 238, 238, 0.12);
  background-image: url("../img/ui/hoverLink.png");
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -30px;
  margin-left: -30px; }

.blue-gradient-bg {
  background: url("../img/bg.jpg") no-repeat center center; }
  @media only screen and (max-width: 767px) {
    .blue-gradient-bg {
      background: #1f1f1f; } }

.blue-gradient-bg.normal-padding {
  padding-top: 110px;
  padding-bottom: 110px; }
  @media only screen and (max-width: 767px) {
    .blue-gradient-bg.normal-padding {
      padding-top: 20px;
      padding-bottom: 20px; } }

.singleInsuranceType {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .singleInsuranceType {
      margin-top: 15px;
      margin-bottom: 15px; } }

.service {
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .service {
      text-align: center; } }
  .service .content_box {
    color: #86949d;
    text-transform: none;
    font-size: 14px;
    min-height: 120px; }
    @media only screen and (max-width: 767px) {
      .service .content_box {
        min-height: 10px; } }
  .service h3 {
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    color: #fcfcfc;
    margin-top: 0; }
  .service .insuranceContent {
    float: left;
    width: 70%; }
    @media only screen and (max-width: 767px) {
      .service .insuranceContent {
        width: 100%;
        float: none; } }
  .service .service-icon {
    float: left;
    margin-right: 30px;
    width: 20%;
    margin-top: 10px;
    padding-top: 0;
    background: transparent; }
    @media only screen and (max-width: 767px) {
      .service .service-icon {
        width: 100%;
        max-width: 75px;
        margin-bottom: 10px;
        margin-right: 0;
        float: none; } }

.aboutUs {
  background: #0575b5;
  padding: 100px 0;
  color: #fff; }
  .aboutUs h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 300; }
    @media only screen and (max-width: 767px) {
      .aboutUs h4 {
        margin-top: 40px; } }

.weWorkWith {
  padding: 80px 0; }
  .weWorkWith .singleCompany {
    margin-top: 15px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .weWorkWith .singleCompany {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px; }
        .weWorkWith .singleCompany img {
          display: block;
          margin-left: auto;
          margin-right: auto; } }

.contactUs #googlemaps {
  height: 400px; }
.contactUs .addressSection {
  background: #a32121;
  color: #ffffff;
  padding: 64px 60px; }
  @media only screen and (max-width: 767px) {
    .contactUs .addressSection {
      padding: 64px 0; } }
  .contactUs .addressSection h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px; }
.contactUs .social-media li a {
  color: #fff; }
  .contactUs .social-media li a:hover {
    opacity: 1;
    color: #fff; }

.textwidget a {
  color: #fff; }
  .textwidget a:hover {
    color: #fff; }
  .textwidget a:active {
    color: #fff; }

footer {
  padding: 0; }

#openFormTypes {
  cursor: pointer; }

#clearAll {
  position: absolute;
  top: -30px;
  right: 15px;
  width: 16px;
  height: 16px;
  background: url("../img/ui/close.png") no-repeat center center;
  cursor: pointer;
  display: none; }

.rewrite-small-padding {
  padding-top: 80px;
  padding-bottom: 80px; }

.type0, .type1, .type2, .type3 {
  cursor: pointer; }

.btn-group#formTypes {
  display: none;
  width: 100%;
  text-align: left;
  box-shadow: none; }
  .btn-group#formTypes button {
    text-align: left;
    text-transform: none;
    border: 1px solid #eceded;
    background-color: #fcfcfc;
    border-radius: 0;
    padding: 10px 15px;
    box-shadow: none;
    background-image: url("../img/ui/dd.png");
    background-repeat: no-repeat;
    background-position: right 15px center; }
  .btn-group#formTypes.focus {
    box-shadow: none; }

.btn-group.open .dropdown-toggle {
  background-color: #eceded;
  box-shadow: none;
  background-image: url("../img/ui/dd.png");
  background-repeat: no-repeat;
  background-position: right 15px center; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-color: #fff;
  border-color: #eceded; }

.dropdown-menu {
  width: 100%;
  right: 0; }

.halfInput {
  float: left;
  width: 49%; }

.halfInput.right {
  margin-left: 1%; }

.halfInput.left {
  margin-right: 1%; }

/********************************* SHOWROOM *****************************************/
/*
/*
/*
/**************************************************************************************/
.showroomBannerArea {
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .showroomBannerArea {
      margin-top: 30px; } }

#main-content .alignRight {
  text-align: right; }
#main-content .showroomModel {
  font-weight: 600;
  color: #73848e; }
#main-content .singleSeatShow {
  margin-top: 25px;
  margin-bottom: 25px; }
#main-content .showroomForms {
  margin-top: 10px;
  display: none; }
#main-content .loanApplyBtn, #main-content .driveApplyBtn {
  cursor: pointer; }
#main-content .everyShowroomGrid {
  margin-top: 20px;
  margin-bottom: 20px; }
#main-content .everyVideoGrid {
  margin-top: 0;
  margin-bottom: 40px; }
#main-content .post-content {
  width: 100%; }
#main-content .closeTheForm {
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: url("../img/ui/close.png") no-repeat center center; }
  @media only screen and (max-width: 767px) {
    #main-content .closeTheForm {
      top: 10px;
      right: 15px; } }

/********************************* SERVICE *****************************************/
/*
/*
/*
/**************************************************************************************/
.tab-header ul span.noBorderRight {
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: table-cell;
  text-align: center;
  padding: 10px 0;
  background: #f4f4f4; }

.tab-header ul span.noBorderRight.onlyBorderRight {
  border: none;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.replace-marine-main-special-h3 {
  color: #c4d3de;
  font-size: 30px;
  font-weight: 300;
  text-align: center; }

.replace-marine-main-special {
  color: #658190;
  font-size: 14px;
  font-weight: normal;
  text-align: center; }

/********************************* ACCESSORIES *****************************************/
/*
/*
/*
/**************************************************************************************/
.accessoriesPdfList {
  padding: 0;
  margin: 0 0 30px 0;
  list-style-type: square;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 18px; }

.bot-left {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #1f1f1f;
  border-right: 3px solid #dedfdf;
  padding: 14px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-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; }
  .bot-left:hover {
    border-color: #c62830;
    color: #1f1f1f; }
  .bot-left:active {
    border-color: #c62830;
    color: #1f1f1f; }

.bot-left:before, .bot-left:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px; }

.bot-left:before {
  bottom: 0px;
  width: 2px;
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#dedfdf), to(transparent));
  background-image: -webkit-linear-gradient(transparent, #dedfdf);
  background-image: -moz-linear-gradient(transparent, #dedfdf);
  background-image: -o-linear-gradient(transparent, #dedfdf); }

.bot-left:after {
  right: 0px;
  height: 2px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#dedfdf), to(transparent));
  background-image: -webkit-linear-gradient(right, #dedfdf, transparent);
  background-image: -moz-linear-gradient(right, #dedfdf, transparent);
  background-image: -o-linear-gradient(right, #dedfdf, transparent); }

.accessoriesGalleryRow {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .accessoriesGalleryRow {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .accessoriesGalleryRow img {
      width: 100%;
      margin: 15px 0;
      display: inline-block; } }
  .accessoriesGalleryRow .bottomImage {
    margin-top: 21px; }
    @media only screen and (max-width: 767px) {
      .accessoriesGalleryRow .bottomImage {
        margin: 15px 0; } }

.alert-box {
  margin: 10px 0 20px;
  display: none; }

body.headerstyle1 #slider, body.headerstyle1 .portfolio-extended-image, body.headerstyle1 .google-map-heading, body.headerstyle1 .google-map-ts {
  margin-top: 0; }

.keleslerRed#openFormTypes {
  background: #E30613; }

/*# sourceMappingURL=correct.css.map */
