/*
Theme Name: MW Marine Surveys Responsive
Description: MW Marine Surveys Responsive - MW Marine original default theme.
Version: 2.0
Author: By AgentPoint - Santo
*/

/* Elements
----------------------------------------*/
html,
body {
    height: 100%;
}
body{
	background: url("images/squairy_light.png") #f8f7f5;
	color: #7a7c7f;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
    font-weight: 300;
	line-height: 1.65em;
	overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline: none;
}

a:focus,
a:hover {
	text-decoration:none;
}
b, strong {
    font-weight: 400;
}
p {
    word-wrap: break-word;
}

/* --------------------------------------------------
 * NAVBAR
-------------------------------------------------- */
.navbar-custom {
	background: #333;
	margin-bottom: 0;
	min-height: 40px;
}
.header .brand img {
    height: auto;
    max-width: 100%;
}
.navbar-custom .navbar-nav > li > a {
    color: #fff;
	text-transform: uppercase;
	font-size:13px;
	padding-bottom: 10px;
    padding-top: 10px;
}
.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}

.dropdown-menu {
    background-color: rgba(48, 48, 48, 0.9);
	border-radius: 0;
}
.dropdown-menu > li > a {
	font-size:12px;
    color: #fff;
	font-weight: 300;
	text-transform:uppercase;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #303030;
    color: #ccc;
}

/* .main-link {
	float:left
} */


/* Small Device */
/* center toggle */
.navbar-custom .navbar-header {
    text-align: center;
}
.navbar-toggle {
    float: none;
    margin-right: 0;
}
.navbar-custom .navbar-toggle .icon-bar {
    background-color: #fff;
}

/* Multi level */
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dropdown-submenu.pull-left {
    float: none;
}
/* .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
} */

.navbar-custom .navbar-nav > li,
.dropdown.open > .main-link,
.dropdown-menu > li {
    border-bottom: 1px solid #666;
}

.dropdown-menu > li:last-child {
	border-bottom:0
}


@media (min-width: 768px) {
	.navbar-custom .navbar-nav {
		width: 100%;
	}
	.navbar-custom .navbar-nav > li {
		display: table-cell;
		width: 1%;
		float: none;
		border-right: 1px solid #666;
		border-bottom:0;
	}
	.navbar-custom .navbar-nav > li:first-child {
		border-left: 1px solid #666;
	}
	.navbar-custom .navbar-nav > li > a {
		margin-bottom: 0;
		text-align: center;
	}
	/* .navbar-custom .navbar-nav > .dropdown .dropdown-menu {
		top: auto;
		left: auto;
	} */

	.navbar-custom .dropdown:hover > .dropdown-menu,
	.navbar-custom .dropdown-submenu:hover>.dropdown-menu {
		display: block;
	}
}
@media (max-width:767px) {
	.nav.navbar-nav {
		border-top: 1px solid #222;
		margin-top: 1px;
	}
	.dropdown > .dropdown-menu {
		padding: 0;
	}
	.dropdown-submenu > .caret-ico {
		padding: 5px 15px !important;
	}
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
		border-color: #666;
	}
	.dropdown-submenu > .dropdown-menu a {
		padding-left: 40px !important;
	}

	/* Caret */
	.dropdown-toggle.caret-ico {
		position: absolute;
		right: 0;
		top: 0;
	}
	.dropdown-toggle.caret-ico {
		background: transparent !important;
	}
	.dropdown-toggle.caret-ico {
		border-left: 1px solid #666;
	}
}

.top-header,
.main-header {
	background:#F7F6F4
}

.top-header {
	text-align:right;
	background: #303030;
}


.top-header-inner {
	background: #303030;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}

.top-header-inner a {
    color: #fff;
}
.top-header-inner .sosmed {
    list-style: none;
    padding-left: 0;
	display: inline;
}
.top-header-inner .sosmed > li {
    display: inline-block;
    padding-left: 7px;
    padding-right: 7px;
}
.main-header {
	padding:15px 0
}
@media (min-width: 768px) {
	.top-header {
		background: #f7f6f4;
	}
	.top-header-inner {
		background: rgba(0, 0, 0, 0) linear-gradient(60deg, transparent 17px, #303030 0px) left bottom;
		display: inline-block;
		margin-right: -15px;
		padding: 5px 15px 5px 30px;
		width: auto;
	}
	.top-header-inner .sosmed {
		padding-left: 50px;
	}
}

/* main-header */
.logo {
	margin:0;
	text-align:center
}
.logo img {
	max-width: 196px;
    width: 100%;
}

.logo,
.address {
	float:none
}
.logo {
    margin-bottom: 15px;
}
.address {
	text-align:center
}
.address p {
	color: #303030;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
    text-shadow: 0 1px 1px #fff;
}

@media (min-width:768px) {
	.logo {
		float:left;
		text-align:left;
		margin-top: -24px;
	}
	.address {
		float:right;
		text-align:right
	}
	.logo,
	.address {
		margin-bottom: 0;
	}
}


/* --------------------------------------------------
 * HEADER CAROUSEL
-------------------------------------------------- */
.header-carousel {
	height:auto
}
.header-carousel-wrap {
	position: relative;
	overflow: hidden;
}
.header-carousel .header-carousel-wrap,
.header-carousel .owl-stage-outer,
.header-carousel .owl-stage,
.header-carousel .owl-item {
	height: 100%;
}
.header-carousel .item {
	width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}


/* --------------------------------------------------
 * FOOTER
-------------------------------------------------- */
.footer {
    background: #303030;
    color: #fff;
    font-size: 14px;
    padding: 20px 0;
    text-align: center;
}
.footer .copyright,
.footer .powered {
	margin-bottom:15px;
	float:none;
	text-align:center
}

.footer .powered img {
	max-width:150px
}
@media (min-width:768px) {
	.footer .copyright,
	.footer .powered {
		margin-bottom:0
	}
	.footer .copyright {
		float:left;
		line-height: 32px;
	}
	.footer .powered {
		float:right
	}
}

/* --------------------------------------------------
 * PAGES
-------------------------------------------------- */
/* Homepage */
.section-wrapper.featured-carousel {
    margin-bottom: 30px;
}
.home .featuredCarousel .item-caption {
    text-align:center
}

/* used-boats */
.page-template #searchform {
    height: auto;
    width: 100%;
}
.page-template .main .col-md-3:nth-child(4n+1) {
    clear: left;
}
.page-template .main h3 {
    display: block !important;
	font-size:16px;
}
.title > a,
.desc-boats > a {
    display: block;
}
.thumb img {
    width: 100%;
}

/* new-boats */
.parent-category, .sub-category  {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
}
.parent-category img,
.boat_parent_cat,
.boat_parent_cat img {
    margin-right: 10px;
	width: 100%;
}
.parent-category h3,
.sub-category h3 {
	font-size: 16px;
}
@media (min-width:768px) {
	.parent-category img,
	.boat_parent_cat {
		max-width: 182px;
	}
	.parent-category h3,
	.sub-category h3 {
		margin-top: 0;
	}
}
@media (max-width:767px) {
	#parent-category-div > div,
	#parent-category-item-div > div {
		float: none !important;
	}
	.category-desc .image-cont img {
		margin-bottom: 10px;
		width: 100%;
	}
}
@media (min-width:768px) {
	.category-desc .image-cont img {
        max-width: 300px;
	}
}

/* Category Page */
.category-desc {
    border-bottom: 3px double #e7e7e7;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    width: 100%;
}

/* blog */
.page .main h2 {
	font-size:18px
}
.page .main .col-md-4 {
	margin-bottom: 15px;
}

/* Gallery */
#scroll-container,
#scroll-content {
    width: 100% !important;
}
#scroll-container {
    margin-bottom: 15px;
}
.big-photo > img {
	width:100%;
    max-width: 100%;
	display:block;
	margin-bottom: 1px;
	display:block
}
.single .owl-stage {
    width: 1000% !important;
}
.btn-gallery.rounded > a, .brochure-div a, .enquire-div .buttons {
    background: #303030;
    border-radius: 4px;
    color: #fff;
	float: right;
    padding: 5px 15px;
	border: 1px solid #111;
}

/* Gallery Icon */
.widget_boatdetail_yoti_widget .btn-gallery a:hover, .widget_boatdetail_yoti_widget .brochure:hover,
.desc-right .brochure-div a:hover, .desc-right .enquire-div input:hover {background:#303030}
.widget_boatdetail_yoti_widget .brochure {display:none;float: left; margin:10px 0 0}
.widget_boatdetail_yoti_widget .caption-label {clear: both;padding: 20px 0 0}

.widget_boatdetail_yoti_widget .det-label {display: inline-block;width: 100%}
.widget_boatdetail_yoti_widget .det-label p {float: left;margin: 0;min-height: 115px;}
.widget_boatdetail_yoti_widget .det-label p label {display: block;margin: 0 0 10px;text-align: center;width: 85px}

.det-label .length-label, .det-label .years-label,
.det-label .EngineHours-label, .det-label .Power-label,
.det-label .Sleeps-label {color: #fff;font-size: 0;height: 70px}

.det-label .length-label {background: url("images/icn__ruler.png") no-repeat center center}
.det-label .years-label {background: url("images/icn__calendar.png") no-repeat center center}
.det-label .EngineHours-label {background: url("images/icn__timer.png") no-repeat center center}
.det-label .Power-label {background: url("images/icn__power.png") no-repeat center center}
.det-label .Sleeps-label {background: url("images/icn__bed.png") no-repeat center center}

.desc-right .brochure-div a img {display:none}

.desc-right {display: inline-block;padding: 0 0 20px;width: 100%}
.desc-right .brochure-div {float:left}
.desc-right .enquire-div {float:right}

/* .video {clear: both;text-align: center}
.video iframe {display: inline-block;height: 305px;width: 548px} */

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.det-spec p {border-bottom: 1px dotted #cccccc;display: inline-block;padding: 5px 0;width: 100%}
.det-spec p .spec-label {float: left;margin: 0 10px 0 0;width: 142px}

.det-spec > p {
    margin: 0;
    padding: 0 0 10px;
}
.spec-label, .spec-values {
    display: table-cell;
    margin: 0 !important;
    padding: 0 !important;
}

/* boat */
.boatNavCont {
    text-align: center;
}
.boatNavCont > .boatNav {
    margin-bottom: 0;
    padding-left: 0;
}
.page-boat #bulk_status_update {
    padding: 3px 0;
}
.page-boat .button.action {
    background: #222;
    border: 1px solid #000;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.page-boat table {
    border: 1px solid #e7e7e7;
	width:100%;
}
.page-boat table tbody tr th,
.page-boat table tbody tr td {
    border: 1px solid #dcdcdc;
    padding: 5px;
}

.page-boat select {
    padding: 6px 0;
}
span#help {
    margin-left: 4px !important;
    margin-top: 0 !important;
}

.tablesorter thead tr .headerSortDown, .tablesorter thead tr .headerSortUp {
    background-color: #666 !important;
    color: #fff !important;
    text-shadow: none !important;
}
.tablesorter .action {
    max-width: 52px;
}
#formparentcategory input[type="button"],
#formboat input[type="button"] {
    background: #222;
    border: 1px solid #000;
    color: #fff !important;
    height: auto !important;
    padding: 2px 15px;
    text-transform: uppercase;
}



/* Boat Add */
#tabs-detail [class*="row"] {
    margin: 0;
}
#formboat ul li {
    list-style: outside none none;
}

/* category-boat-tests */
.category-boat-tests h2.title {
    font-size: 18px;
}
.latest-img-post > img {
	height: auto;
	width: 100%;
}

/* news Carousel */
.news-carousel .item-caption {
	min-height: 109px;
}

/* Listing Single */
.specs > h2 {
    border-bottom: 1px dashed #e7e7e7;
    padding-bottom: 10px;
}


.f-pop-ups [class*="row"] {
	margin:0
}
.f-pop-ups {
    margin-top: 65px;
}
.f-incu-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    z-index: 9999;
    display:none;
}
.f-incu-cover.overlay{ display: block; }
#f-incu {position: relative;z-index: 99999;width: 400px;margin: 0 auto;background: #fff;border-radius: 5px;bottom: 250px}
.close-incu{
    display: block;
    position: absolute;
    top: 3px;
    right: 2px;
    color:#000;
    height: 25px;
    width: 25px;
    font-size: 20px;
    font-weight:bold;
    text-align: center;
    cursor:pointer;
}
#f-incu form {
    display: inline-block;
    padding: 20px;
    width: 100%;
}
#f-incu form label, #f-incu form .field{display: inline-block;vertical-align: top;margin: 10px 0;}
#f-incu form label{width: 40%;line-height: 28px}
#f-incu form .field{ width: 58%; }
#f-incu input[type="text"], #f-incu textarea{ width:100%; box-sizing: border-box; padding:5px; }
#f-incu textarea{ resize: vertical; height:100px; }
#f-incu .row.r-submit{ float:right; }

#gform_1 .gform_body {border-top: 1px dotted #eaeaea;margin: 30px 0 0;padding: 30px 0 0}
#gform_1 li {display: inline-block;width: 100%}
#gform_1 li .gfield_label {float: left;margin: 2px 0 0;width: 130px}
#gform_1 li .ginput_container {float: left}
#gform_1 li .ginput_left {margin-right: 15px}
#gform_1 .gform_footer input {float: left;margin: 0 0 50px 125px}

/* --------------------------------------------------
 * MERGE
-------------------------------------------------- */
.featured-carousel .container,
.news-carousel .container {
	background:#fff
}

.home .section-title {
	border-bottom: 1px dashed #eaeaea;
    font-size: 18px;
    margin-top: 0;
    padding-bottom: 10px;
}
.home .item-caption {
	background:#eee;
    padding: 10px;
}
.home .item-caption h2 {
    font-size: 14px;
    font-weight: 500;
	margin: 0;
}
.featuredCarousel .item-caption > h2,
.featured-carousel .item-caption > h2 {
    font-size: 13px;
    font-weight: 500;
}

/* BOX */
.box {
	margin-bottom:30px
}

/* OWL */
.owl-prev,
.owl-next {
	position: absolute;
    top: 50%;
	-webkit-transform: translate(0px, -50%);
		-ms-transform: translate(0px, -50%);
			transform: translate(0px, -50%);
}

.owl-prev {
	left:0;
	border-radius: 0 3px 3px 0;
}
.owl-next {
    right: 0;
	border-radius: 3px 0 0 3px;
}
.owl-nav div {
	background: rgba(0, 0, 0, 0.3);
	color: rgba(255, 255, 255, 0.8);
	padding: 8px 10px;
	margin:0;
	opacity: 1;
}

/* PAGINATION */
.paginate {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.paginate > .page-numbers,
.paginate > span,
.paginate > a {
	display: inline;
	position: relative;
	float: left;
	padding: 4px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.paginate > .page-numbers:hover,
.paginate > .page-numbers:hover,
.paginate > .page-numbers:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.paginate > .page-numbers.current,
.paginate > span {
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* CLEAR COL */
.page .main .col-md-4:nth-child(3n+1),
.archive .main .col-md-4:nth-child(3n+1) {
    clear: left;
}

/* --------------------------------------------------
 * MERGE
-------------------------------------------------- */
.wrapper {
	background:#fff;
	padding:30px 15px;
}
/* img {
	max-width:100%;
	height:auto;
} */
.main > h1 {
    border-bottom: 1px dotted #584d4d;
	padding-bottom: 10px;
}

/* --------------------------------------------------
 * Owl Carousel - Animate Plugin
-------------------------------------------------- */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/* Owl Carousel - Auto Height Plugin */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
/* Core Owl Carousel CSS File */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
display: block;
}
/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}
/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}


/* Contact */
h3.gform_title {
    display: none;
}

/* Form - sell your boat */
.name_first, .name_last {
    float: left;
}
.gfield_label {
    margin: 15px 0 0 !important;
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span, .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
    width: 50%;
}
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="email"], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="number"], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="password"], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="tel"], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="text"], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type="url"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="email"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="number"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="password"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="tel"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="text"], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type="url"], .gform_wrapper .ginput_complex input[type="email"], .gform_wrapper .ginput_complex input[type="number"], .gform_wrapper .ginput_complex input[type="password"], .gform_wrapper .ginput_complex input[type="tel"], .gform_wrapper .ginput_complex input[type="text"], .gform_wrapper .ginput_complex input[type="url"] {
    width: 100%;
}
#gform_1 li .ginput_container {
    width: 100%;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100%;
}
.gform_wrapper textarea.medium {
    width: 100%;
}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first, .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle, .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
    margin-right: 0;
}

input[type="button"] {
    display: inline-block;
    width: auto !important;
}

/* General */
input[type="text"], textarea, select, .value > input {
  /* width: 100%; */
  padding: 6px 12px !important;
  font-size: 14px;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input:focus, textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type="text"], input[type="submit"], select, .value > input {
  height: 34px;
}

@media (min-width:768px) {
	.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
		width: 50%;
	}
	.name_last > input {
		margin-left: -1px;
	}
}


/* Latest fix */
.latest-img-post > img,
.image-news > img {
	display: block;
    height: auto;
    max-width: 100%;
}

.single .slider .cycle-slideshow > img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.btn-gallery.rounded {
    margin: 0 auto;
    width: 130px;
}

.page-prestige .aligncenter {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.boat_parent_cat img {
    max-width: 100%;
}
h2.parent-title {
    display: none;
}
.gform_wrapper {
    max-width: 100%;
}
#gform_1 .gform_footer input {
    margin: 0;
}
.gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
}

.size-full {
    display: block;
    height: auto;
    max-width: 100%;
}

/* video res */
.video-container {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.video-container iframe,
.video-container embed,
.video-container object,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.video {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

/*Change Navbar Toggle*/
.navbar-toggle {
    border: 2px solid #fff!important;
    padding: 2px 10px!important;
	margin-bottom: 20px!important;
    margin-top: 20px!important;
	color:#fff;
	font-weight: 700!important;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}
