/* Enter Your Custom CSS Here */
/* ASSORTIMENT */
.filter {
    margin-bottom: 25px;
}
.filter select {
    background: none;
    padding: 5px 10px;
    margin-right: 10px;
    height: auto;
    font-size: 18px;
    width: auto;
    text-indent: 0;
}
.filter select>option {
    color: #29292a;
}

#grid-assortment {
  margin-top: 20px;
}
#grid-assortment .row::after {
    content: "";
    clear: both;
    display: block;
}
#grid-assortment [class*="col-"] {
    float: left;
    padding: 15px;
    margin-bottom: 20px;
    background: #ddebff;
    width: 310px;
    margin-right: 20px;
}
#grid-assortment .thumb {
    height: auto;
    overflow: hidden;
}
#grid-assortment img {
    max-width: 300px;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
}
#grid-assortment img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
@media screen and (max-width: 1000px)  {
    #grid-assortment .col-1 {width: 45%;}
}
@media screen and (max-width: 666px)  {
    #grid-assortment .col-1 {width: 100%;}
}
#grid-assortment .title {
    padding-top: 10px;
    margin-bottom: 0 !important;
    color: #1b98fa;
    font-size: 17px;
    text-transform: uppercase;
    height: 60px;
}
#grid-assortment .title a {
    color: #51648c;
}
#grid-assortment .title a:hover {
    color: #3b70b9;
}
#grid-assortment .subtitle {
    line-height: 19px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 55px;
    font-size: 14px;
}
#grid-assortment .subtitle a {
    color: #4c4c4c;
}
#grid-assortment .attribute, #single-assortment-right .attribute {
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
    color: #4c4c4c;
}
#grid-assortment .fa, #single-assortment-right .fa {
    font-size: 17px;
    color: #6796bf;
}
#grid-assortment .fusion-button {
  	font-size: 14px;
	padding: 10px 20px;
}
#grid-assortment .button-xlarge .button-icon-divider-left {
  padding: 0 12px;
}
.single-assortment .fusion-page-title-bar {
    display: none;
}
#grid-assortment .attributes {
    border-top: 1px dashed #4c4c4c;
    border-bottom: 1px dashed #4c4c4c;
  	margin-top: 10px;
    padding: 5px 0 10px;
}
#single-assortment-left {
    float: left;
    width: 65%;
    padding-right: 50px;
}
#single-assortment-right {
    float: right;
    width: 35%;
}
#single-assortment-left img {
    max-width: 100% !important;
}
#single-assortment-right .title, #single-assortment-right .subtitle {
    color: #51648c;
}
#single-assortment-right .title {
    margin-top: 0;
}
#single-assortment-right .subtitle {
  font-family: "Special Elite", Arial, Helvetica;
    margin-top: 5px;
    font-size: 16px;
}
#single-assortment-right .description {
    font-size: 16px;
}
#single-assortment-right .section-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    color: #51648c;
    margin-bottom: 0;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0!important;
    border: 1px solid #fff;
}
.mtop-0 {
    margin-top: 0;
}
.mtop-5 {
    margin-top: 5px;
}
.mtop-15 {
    margin-top: 15px;
}
.mtop-25 {
    margin-top: 25px;
}
.mtop-35 {
    margin-top: 35px;
}
.modal-body {
  color: #aaa9a9;
}
.modal-title {
  color: #009fe3 !important;
  font-size: 30px !important;
 
  
}
.frm_style_formidable-style-3.with_frm_style input[type=text], .frm_style_formidable-style-3.with_frm_style input[type=password], .frm_style_formidable-style-3.with_frm_style input[type=email], .frm_style_formidable-style-3.with_frm_style input[type=number], .frm_style_formidable-style-3.with_frm_style input[type=url], .frm_style_formidable-style-3.with_frm_style input[type=tel], .frm_style_formidable-style-3.with_frm_style input[type=phone], .frm_style_formidable-style-3.with_frm_style input[type=search], .frm_style_formidable-style-3.with_frm_style select, .frm_style_formidable-style-3.with_frm_style textarea, .frm_form_fields_style, .frm_style_formidable-style-3.with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_style_formidable-style-3.with_frm_style .chosen-container-multi .chosen-choices, .frm_style_formidable-style-3.with_frm_style .chosen-container-single .chosen-single {
	font-size: 18px;
  	padding: 5px 10px;
  	height: auto;
}
.single-assortment #main {
  padding-top: 15px;
}
.fusion-checklist {
  word-break: break-word;
}
@media screen and (max-width: 830px)  {
  .filter label {
    display: block;
  }
  .filter select {
  	font-size: 14px;
  }
}
@media screen and (max-width: 766px)  {
    h3 {
    	font-size: 22px;
	}
  	#single-assortment-right .subtitle {
    	font-size: 13px;
  	}
  	.button-xlarge, .button.xlarge, .fusion-body .fusion-button-xlarge {
    	padding: 10px 20px;
    	font-size: 14px;
  	}
  	.filter select {
  		font-size: 12px;
  	}
}
@media screen and (max-width: 666px)  {
  #single-assortment-left, #single-assortment-right {
  	width: 100%;  
  }
  #single-assortment-left {
  	padding-right: 10px;
  }
  #single-assortment-right {
    margin-top: 25px;
  }
  .button-xlarge, .button.xlarge, .fusion-body .fusion-button-xlarge {
    padding: 6px 14px;
    font-size: 12px;
  }
}
@media screen and (max-width: 420px)  {
  .filter select {
    display: block;
    margin-top: 5px;
    font-size: 14px;
  }
    
}

.fullwidth-video-image {
  	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    min-height: 100%;
    min-width: 100%;
}
.reset-filter_boats {
  padding: 6px 20px;
  font-size: 16px;
}