@charset "UTF-8";
.wpufTable {
display: table;
width: 100%;
}
.wpufTableRow {
display: table-row;
}
.wpufTableRow:nth-child(even) {
background-color: #f5f5f5;
}
.wpufTableHeading {
background-color: #eee;
display: table-header-group;
font-weight: bold;
}
.wpufTableCell,
.wpufTableHead {
border: none;
display: table-cell;
padding: 3px 10px;
}
.wpufTableFoot {
background-color: #eee;
display: table-footer-group;
font-weight: bold;
}
.wpufTableBody {
display: table-row-group;
}
.wpuf-loading {
width: 16px;
height: 16px;
background: url(//boatpeeps.com/wp-content/plugins/wp-user-frontend/assets/images/wpspin_light.gif) no-repeat;
display: inline-block;
}
.wpuf-loading.hide {
display: none;
}
.wpuf-button {
color: #555;
border-color: #cccccc;
background: #f7f7f7;
-webkit-box-shadow: 0 1px 0 #cccccc;
box-shadow: 0 1px 0 #cccccc;
vertical-align: top;
}
.wpuf-button:hover,
.wpuf-button:focus {
background: #fafafa;
border-color: #999;
color: #23282d;
}
.wpuf-success {
background-color: #dff0d8;
border: 1px solid #d6e9c6;
color: #3c763d;
padding: 10px;
margin: 10px 0 20px 0;
}
.wpuf-error {
background-color: #f2dede;
color: #a94442;
border: 1px solid #ebccd1;
margin: 10px 0 20px 0;
padding: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 13px;
}
.wpuf-message {
background: #fcf8e3;
border: 1px solid #faebcc;
color: #8a6d3b;
margin: 10px 0 20px 0;
padding: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 13px;
}
.wpuf-info {
background-color: #fef5be;
border: 2px solid #fdd425;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 5px 10px;
margin: 0 0 10px 0;
font-size: 13px;
}
ul.wpuf-form {
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
width: 100%;
}
ul.wpuf-form li {
margin-left: 0;
margin-bottom: 10px;
padding: 10px;
}
ul.wpuf-form li:after {
clear: both;
content: "";
display: table;
}
ul.wpuf-form li.has-error {
background: #FFE4E4;
}
ul.wpuf-form li .wp-editor-wrap {
border: 1px solid #eee;
}
ul.wpuf-form li.wpuf_hidden_field {
display: none;
}
ul.wpuf-form li .wpuf-label {
float: left;
width: 30%;
min-height: 1px;
font-weight: bold;
}
ul.wpuf-form li .wpuf-label .required {
color: red;
}
ul.wpuf-form li.field-size-large .wpuf-fields {
float: left;
width: 70%;
}
ul.wpuf-form li.field-size-medium .wpuf-fields {
float: left;
width: 50%;
}
ul.wpuf-form li.field-size-small .wpuf-fields {
float: left;
width: 30%;
}
ul.wpuf-form li .wpuf-fields {
float: left;
width: 70%;
}
ul.wpuf-form li .wpuf-fields input[type=text],
ul.wpuf-form li .wpuf-fields input[type=password],
ul.wpuf-form li .wpuf-fields input[type=email],
ul.wpuf-form li .wpuf-fields input[type=url],
ul.wpuf-form li .wpuf-fields input[type=number],
ul.wpuf-form li .wpuf-fields textarea {
background: #fafafa;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
border: 1px solid #ddd;
color: #888;
width: 95%;
}
ul.wpuf-form li .wpuf-fields input[type=text]:focus,
ul.wpuf-form li .wpuf-fields input[type=password]:focus,
ul.wpuf-form li .wpuf-fields input[type=email]:focus,
ul.wpuf-form li .wpuf-fields input[type=url]:focus,
ul.wpuf-form li .wpuf-fields input[type=number]:focus,
ul.wpuf-form li .wpuf-fields textarea:focus {
color: #373737;
}
ul.wpuf-form li .wpuf-fields textarea {
padding-left: 3px;
width: 95%;
}
ul.wpuf-form li .wpuf-fields input[type=text],
ul.wpuf-form li .wpuf-fields input[type=password],
ul.wpuf-form li .wpuf-fields input[type=email],
ul.wpuf-form li .wpuf-fields input[type=url],
ul.wpuf-form li .wpuf-fields input[type=number] {
padding: 5px;
}
ul.wpuf-form li .wpuf-fields select {
border: 1px solid #eee;
padding: 2px;
height: 2em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
min-width: 150px;
max-width: 100%;
}
ul.wpuf-form li .wpuf-fields select[multiple] {
height: auto;
}
ul.wpuf-form li .wpuf-fields .wpuf-radio-inline,
ul.wpuf-form li .wpuf-fields .wpuf-checkbox-inline {
display: inline-block;
margin-right: 10px;
}
ul.wpuf-form li .wpuf-fields .wpuf-radio-block,
ul.wpuf-form li .wpuf-fields .wpuf-checkbox-block {
display: block;
margin-bottom: 6px;
}
ul.wpuf-form li .wpuf-fields a.file-selector {
display: inline;
text-decoration: none;
padding: 5px 12px;
margin: 0;
height: 30px;
line-height: 28px;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #fafafa;
color: #23282d;
box-shadow: 0 1px 0 #cccccc;
vertical-align: top;
cursor: pointer;
-webkit-appearance: none;
white-space: nowrap;
}
ul.wpuf-form li .wpuf-fields a.file-selector:hover,
ul.wpuf-form li .wpuf-fields a.file-selector:focus {
background: #fafafa;
border-color: #999;
color: #23282d;
}
ul.wpuf-form li .wpuf-fields .google-map img {
max-width: none !important;
}
ul.wpuf-form li .wpuf-fields .wpuf-product-qty {
float: left;
width: 10%;
}
ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap {
margin-bottom: 8px;
}
ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap:after {
clear: both;
content: "";
display: table;
}
ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-last .wpuf-name-field-first-name {
float: left;
width: 48%;
}
ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-last .wpuf-name-field-middle-name {
display: none;
}
ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-last .wpuf-name-field-last-name {
float: right;
width: 48%;
}
ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-middle-last .wpuf-name-field-first-name {
float: left;
width: 37%;
margin-right: 3%;
}
ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-middle-last .wpuf-name-field-middle-name {
float: left;
width: 20%;
}
ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-middle-last .wpuf-name-field-last-name {
float: right;
width: 37%;
}
ul.wpuf-form li .wpuf-fields .wpuf-help {
color: #666;
margin: 2px 0 5px 0;
font-size: 12px;
font-style: italic;
font-family: sans-serif;
display: block;
}
ul.wpuf-form li .wpuf-fields .wpuf-help .text-danger {
color: red;
}
ul.wpuf-form li .wpuf-fields .wpuf-help .text-success {
color: green;
}
ul.wpuf-form li .wpuf-fields .wpuf-help #url-alart,
ul.wpuf-form li .wpuf-fields .wpuf-help #url-alart-mgs {
font-style: normal;
font-size: 16px;
}
ul.wpuf-form li .wpuf-fields table,
ul.wpuf-form li .wpuf-fields td {
border: none;
margin: 0;
}
ul.wpuf-form li .wpuf-fields table {
width: 100%;
}
ul.wpuf-form li .wpuf-fields img.wpuf-clone-field,
ul.wpuf-form li .wpuf-fields img.wpuf-remove-field {
cursor: pointer;
margin: 0 3px;
box-shadow: none;
border: none;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list {
list-style: none;
margin: 5px 0 0 0;
padding: 0;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li {
display: inline-block;
border: 1px solid #eee;
padding: 5px;
width: 150px;
margin-right: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li .wpuf-file-input-wrap {
margin: 10px 0;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li .wpuf-file-input-wrap input,
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li .wpuf-file-input-wrap textarea {
border: 1px solid #eee;
width: 93%;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li .attachment-name {
text-align: center;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li a.attachment-delete,
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li a.wpuf-delete-avatar {
text-decoration: none;
padding: 3px 12px;
border: 1px solid #C47272;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #da4f49;
background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
border-color: #bd362f #bd362f #802420;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #bd362f;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li a.attachment-delete:hover,
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li a.wpuf-delete-avatar:hover,
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li a.attachment-delete:active,
ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li a.wpuf-delete-avatar:active {
color: #ffffff;
background-color: #bd362f;
*background-color: #a9302a;
}
ul.wpuf-form li .wpuf-fields .progress {
background: -moz-linear-gradient(center bottom, #FFFFFF 0%, #F7F7F7 100%) repeat scroll 0 0 #FFFFFF;
border: 1px solid #D1D1D1;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
float: right;
height: 22px;
line-height: 2em;
margin: 0;
overflow: hidden;
padding: 0;
width: 200px;
}
ul.wpuf-form li .wpuf-fields .bar {
background-color: #83B4D8;
background-image: -moz-linear-gradient(center bottom, #72A7CF 0%, #90C5EE 100%);
border-radius: 3px 3px 3px 3px;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
height: 100%;
width: 0;
z-index: 9;
}
ul.wpuf-form li .wpuf-fields .progress .percent {
color: rgba(0, 0, 0, 0.6);
padding: 0 8px;
position: relative;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
width: 200px;
z-index: 10;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-category-checklist {
list-style: none;
margin: 0;
padding: 0;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-category-checklist li {
margin-bottom: 5px;
padding: 0;
}
ul.wpuf-form li .wpuf-fields ul.wpuf-category-checklist ul.children {
list-style: none;
margin-left: 25px;
}
ul.wpuf-form li .wpuf-fields #wpuf-insert-image-container {
margin-bottom: 3px;
}
ul.wpuf-form li .wpuf-fields #wpuf-insert-image-container:after {
clear: both;
content: "";
display: table;
}
ul.wpuf-form li .wpuf-fields #wpuf-insert-image-container a.wpuf-insert-image {
text-decoration: none;
border: 1px solid #DFDFDF;
font-size: 11px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 4px 6px;
margin-right: 10px;
}
ul.wpuf-form li .wpuf-fields #wpuf-insert-image-container a.wpuf-insert-image .wpuf-media-icon {
height: 12px;
width: 12px;
}
ul.wpuf-form li .wpuf-fields .wpuf-fields-list {
box-sizing: border-box;
margin: 0;
padding: 0;
list-style: none;
}
ul.wpuf-form li .wpuf-fields .wpuf-fields-list li {
padding: 0;
margin: 0 0 6px;
}
ul.wpuf-form li .wpuf-fields .wpuf-fields-list.wpuf-list-inline {
margin-left: -5px;
}
ul.wpuf-form li .wpuf-fields .wpuf-fields-list.wpuf-list-inline li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
ul.wpuf-form li .wpuf-fields table.wpuf-repeatable-field {
border-collapse: collapse;
}
ul.wpuf-form li .wpuf-fields table.wpuf-repeatable-field * {
box-sizing: border-box;
}
ul.wpuf-form li .wpuf-fields table.wpuf-repeatable-field input {
width: 100%;
}
ul.wpuf-form li .wpuf-fields table.wpuf-repeatable-field .wpuf-repeater-buttons {
width: 75px;
padding-left: 12px;
}
ul.wpuf-form li .wpuf-fields table.wpuf-repeatable-field .wpuf-repeater-buttons img {
width: 100%;
height: auto;
}
ul.wpuf-form li .wpuf-fields table.wpuf-repeatable-field .wpuf-repeater-buttons i {
display: inline-block;
width: 15px;
height: 15px;
margin: 2px 4px 0 0;
}
ul.wpuf-form li label.wpuf-form-sub-label {
font-size: 12px;
display: inline-block;
padding-top: 5px;
}
ul.wpuf-form li .wpuf-address-field {
width: 100%;
margin-bottom: 10px;
}
ul.wpuf-form li .wpuf-address-field:after {
clear: both;
content: "";
display: table;
}
ul.wpuf-form li .wpuf-address-field.city_name,
ul.wpuf-form li .wpuf-address-field.state,
ul.wpuf-form li .wpuf-address-field.zip,
ul.wpuf-form li .wpuf-address-field.country_select {
float: left;
width: 47%;
}
ul.wpuf-form li .wpuf-address-field.city_name,
ul.wpuf-form li .wpuf-address-field.zip {
margin-right: 4%;
}
ul.wpuf-form li .wpuf-address-field.zip {
clear: both;
}
ul.wpuf-form li .wpuf-section-wrap {
border-bottom: 1px solid #ccc;
margin: 15px 0;
}
ul.wpuf-form li .wpuf-section-wrap h2.wpuf-section-title {
margin: 0;
}
ul.wpuf-form li .wpuf-section-wrap .wpuf-section-details {
padding: 4px 0 8px;
font-size: 12px;
}
ul.wpuf-form.form-label-above li .wpuf-label,
ul.wpuf-form.form-label-above li .wpuf-fields {
display: block;
float: none;
width: 100%;
}
ul.wpuf-form.form-label-above li.field-size-large .wpuf-fields {
display: block;
float: none;
width: 100%;
}
ul.wpuf-form.form-label-above li.field-size-medium .wpuf-fields {
display: block;
float: none;
width: 65%;
}
ul.wpuf-form.form-label-above li.field-size-small .wpuf-fields {
display: block;
float: none;
width: 30%;
}
ul.wpuf-form.form-label-above li .wpuf-label {
margin-bottom: 10px;
}
ul.wpuf-form.form-label-right li .wpuf-label {
float: right;
}
ul.wpuf-form.form-label-hidden li .wpuf-label {
display: none;
}
ul.wpuf-form.form-label-hidden li.field-size-large .wpuf-fields {
display: block;
float: none;
width: 100%;
}
ul.wpuf-form.form-label-hidden li.field-size-medium .wpuf-fields {
display: block;
float: none;
width: 65%;
}
ul.wpuf-form.form-label-hidden li.field-size-small .wpuf-fields {
display: block;
float: none;
width: 30%;
}
ul.wpuf-form.form-label-hidden li .wpuf-fields {
display: block;
float: none;
width: 100%;
}
ul.wpuf-form .wpuf-submit input[type=submit] {
font-size: 16px;
padding: 5px 15px;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #0085ba;
border-color: #0073aa #006799 #006799;
-webkit-box-shadow: 0 1px 0 #006799;
box-shadow: 0 1px 0 #006799;
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}
ul.wpuf-form .wpuf-submit .button-primary-disabled {
color: #94cde7 !important;
background: #298cba !important;
border-color: #1b607f !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
cursor: default;
}
ul.wpuf-form .wpuf-submit .wpuf-errors {
background: #FFE4E4;
border: 1px solid #ffb1b1;
margin: 10px 0;
padding: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 13px;
}
ul.wpuf-form:not(.form-label-left) .wpuf-submit .wpuf-label {
display: none !important;
}
#wpuf-login-form label {
display: block;
}
#wpuf-login-form .forgetmenot label {
display: inline-block;
}
.wpuf_sub_info {
padding: 0;
margin: 10px 5px;
border: 1px solid #eee;
border-radius: 3px;
}
.wpuf_sub_info h3 {
background-color: #f1f1f1;
padding: 10px;
margin: 0 0 5px 0 !important;
font-weight: 300 !important;
}
.wpuf_sub_info .wpuf-text {
padding: 5px 10px;
}
.wpuf_sub_info .wpuf-expire {
border-top: 1px solid #eee;
padding-top: 5px;
margin-top: 5px;
}
.wpuf-coupon-info-wrap {
border: 1px solid #eee;
padding: 15px;
margin-bottom: 20px;
}
.wpuf-coupon-info-wrap .wpuf-coupon-field-spinner {
background: url(//boatpeeps.com/wp-content/plugins/wp-user-frontend/assets/images/wpspin_light.gif) no-repeat right scroll rgba(0, 0, 0, 0);
}
.wpuf-coupon-info-wrap .wpuf-copon-show {
background: #EEEEEE;
border-radius: 3px;
border-width: 1px;
box-shadow: 0 1px 0 rgba(217, 217, 217, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
color: #5C5A5A;
cursor: pointer;
display: inline-block;
font-size: 14px;
padding: 5px 12px;
text-decoration: none;
width: 175px;
margin-bottom: 8px;
}
.wpuf-coupon-info-wrap .wpuf-copon-wrap {
margin: 15px 0;
}
.wpuf-coupon-info-wrap .wpuf-pack-info {
margin-bottom: 20px;
}
.wpuf-coupon-info-wrap .wpuf-pack-info h3 {
margin: 0 0 10px 0;
padding: 0 0 10px 0;
border-bottom: 1px solid #eee;
}
.wpuf-coupon-info-wrap .wpuf-pack-info h3 a {
float: right;
text-decoration: none;
background: #64C3DE;
color: #fff;
padding: 3px 8px;
font-size: 14px;
}
.wpuf-coupon-info-wrap .wpuf-pack-info wpuf-subscription-error {
color: #D8000C;
}
.wpuf-coupon-info-wrap .wpuf-copon-show:hover {
background: none repeat scroll 0 0 #1E8CBE;
border-color: #0074A2;
box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
color: #FFFFFF;
}
.wpuf-coupon-info-wrap a.wpuf-apply-coupon {
text-decoration: none;
font-size: 11px;
margin-top: 10px;
margin-right: 10px;
background: #21759b;
color: #fff;
padding: 5px 10px;
display: inline-block;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.wpuf-coupon-info-wrap .wpuf-copon-cancel {
text-decoration: none;
font-size: 11px;
}
.entry-content ul.wpuf_packs,
ul.wpuf_packs {
overflow: hidden;
margin: 15px;
}
.entry-content ul.wpuf_packs > li,
ul.wpuf_packs > li {
background: #fff;
display: inline-block;
vertical-align: top;
border: 1px solid #DDD;
border-radius: 5px 5px 5px 5px;
list-style: none outside none;
margin: 5px 25px 25px 0;
position: relative;
width: 200px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
.entry-content ul.wpuf_packs > li:first-child,
ul.wpuf_packs > li:first-child {
margin-left: 5px;
}
.entry-content ul.wpuf_packs h3,
ul.wpuf_packs h3 {
background: #52B5D5;
color: #fff;
font-size: 18px;
font-weight: normal;
margin: 0;
padding: 10px !important;
text-align: center;
border-bottom: 1px solid #3dacd0;
}
.entry-content ul.wpuf_packs .wpuf-pricing-wrap,
ul.wpuf_packs .wpuf-pricing-wrap {
background: #64C3DE;
}
.entry-content ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount,
ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount {
position: relative;
text-align: center;
color: #FFF;
border-bottom: 1px solid #4fbbda;
padding: 10px 0;
}
.entry-content ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-sub-symbol,
ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-sub-symbol {
font-size: 19px;
position: absolute;
top: 25px;
line-height: 10px;
}
.entry-content ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-sub-cost,
ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-sub-cost {
font-size: 40px;
margin-left: 10px;
line-height: 50px;
}
.entry-content ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-pack-cycle,
ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-pack-cycle {
font-size: 13px;
padding-bottom: 5px;
}
.entry-content ul.wpuf_packs .wpuf-sub-body,
ul.wpuf_packs .wpuf-sub-body {
margin: 0;
padding: 8px 0 0 8px;
background: #fff;
font-size: 11px;
color: #999;
}
.entry-content ul.wpuf_packs .wpuf-sub-button,
ul.wpuf_packs .wpuf-sub-button {
text-align: center;
margin-bottom: 20px;
margin-top: 20px;
overflow: hidden;
}
.entry-content ul.wpuf_packs .wpuf-sub-button a,
ul.wpuf_packs .wpuf-sub-button a {
background: #64C3DE;
color: #fff;
text-decoration: none;
padding: 5px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: inline-block;
}
.entry-content ul.wpuf_packs .wpuf-sub-button a:hover,
ul.wpuf_packs .wpuf-sub-button a:hover {
background: #3ab3d5;
}
.entry-content ul.wpuf_packs .wpuf-sub-button a:hover,
ul.wpuf_packs .wpuf-sub-button a:hover {
background: none repeat scroll 0 0 #1E8CBE;
border-color: #0074A2;
box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
color: #FFFFFF;
}
.entry-content ul.wpuf_packs .wpuf-sub-desciption,
ul.wpuf_packs .wpuf-sub-desciption {
margin-top: 15px;
}
.entry-content ul.wpuf_packs .wpuf-sub-desciption ul,
ul.wpuf_packs .wpuf-sub-desciption ul,
.entry-content ul.wpuf_packs .wpuf-sub-desciption li,
ul.wpuf_packs .wpuf-sub-desciption li {
margin: 0;
padding: 0;
list-style: none;
}
.entry-content ul.wpuf_packs .wpuf-sub-desciption li,
ul.wpuf_packs .wpuf-sub-desciption li {
text-align: center;
border-top: 1px solid #eee;
padding: 7px 0;
}
.entry-content ul.wpuf_packs .wpuf-sub-desciption li:last-child,
ul.wpuf_packs .wpuf-sub-desciption li:last-child {
border-bottom: 1px solid #eee;
}
.entry-content ul.wpuf_packs .wpuf-sub-desciption li:first-child,
ul.wpuf_packs .wpuf-sub-desciption li:first-child {
border-top: none;
}
.entry-content ul.wpuf_packs .wpuf-sub-desciption p,
ul.wpuf_packs .wpuf-sub-desciption p {
padding: 0 10px;
margin-bottom: 15px;
}
.entry-content ul.wpuf_packs .button,
ul.wpuf_packs .button {
background: none repeat scroll 0 0 #2EA2CC;
border-color: #0074A2;
box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
color: #FFFFFF;
text-decoration: none;
padding: 0 12px 2px;
color: #fff;
}
.entry-content ul.wpuf_packs .cost,
ul.wpuf_packs .cost {
background: red;
border-radius: 30px 30px 30px 30px;
color: #FFFFFF;
margin: -16px -12px 0 0;
padding: 10px 8px 8px;
position: absolute;
right: 0;
top: 0;
} .ui-timepicker-div .ui-widget-header {
margin-bottom: 8px;
}
.ui-timepicker-div dl {
text-align: left;
}
.ui-timepicker-div dl dt {
height: 25px;
margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
font-size: 90%;
}
.ui-tpicker-grid-label {
background: none;
border: none;
margin: 0;
padding: 0;
}
.ui-timepicker-rtl {
direction: rtl;
}
.ui-timepicker-rtl dl {
text-align: right;
}
.ui-timepicker-rtl dl dd {
margin: 0 65px 10px 10px;
}
#pass-strength-result {
border-style: solid;
border-width: 1px;
float: left;
margin: 0;
padding: 3px 5px;
text-align: center;
width: 200px;
display: none;
background-color: #eee;
border-color: #ddd !important;
}
#pass-strength-result.bad {
background-color: #ffb78c;
border-color: #ff853c !important;
}
#pass-strength-result.good {
background-color: #ffec8b;
border-color: #fc0 !important;
}
#pass-strength-result.short {
background-color: #ffa0a0;
border-color: #f04040 !important;
}
#pass-strength-result.strong {
background-color: #c3ff88;
border-color: #8dff1c !important;
}
.password[type="text"] {
display: none;
}
table.wpuf-table {
border: 1px solid #E7E7E7;
margin: 0 0px 10px 0;
text-align: left;
width: 100%;
}
table.wpuf-table thead th,
table.wpuf-table th {
color: #888888;
font-size: 12px;
font-weight: bold;
line-height: 18px;
padding: 9px 24px;
}
table.wpuf-table td {
border-top: 1px solid #E7E7E7;
padding: 6px 24px;
}
#wpuf-payment-gateway ul.wpuf-payment-gateways {
list-style: none;
margin: 10px 0;
}
#wpuf-payment-gateway ul.wpuf-payment-gateways li {
margin: 0;
}
#wpuf-payment-gateway ul.wpuf-payment-gateways li .wpuf-payment-instruction {
padding: 8px 10px;
margin: 0 10px;
}
#wpuf-payment-gateway ul.wpuf-payment-gateways li .wpuf-instruction {
padding: 8px 10px;
margin-bottom: 10px;
background: #ebe8eb;
font-size: 13px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.wpuf-pagination div.pagination {
text-align: center;
padding: 7px;
margin: 3px;
}
.wpuf-pagination .page-numbers {
padding: 2px 8px;
margin: 2px;
border: 1px solid #4A5154;
text-decoration: none;
color: #4A5154;
background: #fff;
border-radius: 5px;
-moz-border-radius: 5px;
}
.wpuf-pagination .page-numbers:hover,
.wpuf-pagination .page-numbers:active {
border: 1px solid #4A5154;
background-color: #4A5154;
color: #fff;
border-radius: 5px;
-moz-border-radius: 5px;
}
.wpuf-pagination .page-numbers.current {
padding: 2px 8px;
margin: 2px;
border: 1px solid #4A5154;
font-weight: bold;
background-color: #4A5154;
color: #FFF;
border-radius: 5px;
-moz-border-radius: 5px;
} .wpuf-author {
margin: 20px 0;
}
.wpuf-author:after {
clear: both;
content: "";
display: table;
}
.wpuf-author h3 {
margin: 0 !important;
background: #CFCFCF;
text-align: left;
padding: 3px 10px;
}
.wpuf-author .wpuf-author-inside {
background: none repeat scroll 0 0 #F0F0F0;
border-bottom: 2px solid #DDDDDD;
height: auto;
padding-left: 10px;
padding-top: 15px;
margin-bottom: 15px;
}
.wpuf-author .wpuf-author-inside:after {
clear: both;
content: "";
display: table;
}
.wpuf-author .wpuf-author-inside .wpuf-user-image {
float: left;
padding-right: 15px;
}
.wpuf-author .wpuf-author-inside p {
margin-bottom: 10px !important;
}
.wpuf-author .wpuf-author-inside p.wpuf-author-info {
padding-top: 8px;
word-wrap: break-word;
}
.wpuf-author .wpuf-author-inside p.wpuf-user-name a {
color: #335160;
font-size: 1.2em;
font-weight: bold;
} .ac_results {
padding: 0;
margin: 0;
list-style: none;
position: absolute;
z-index: 10000;
display: none;
border: 1px solid #ccc;
}
.ac_results li {
padding: 2px 5px;
white-space: nowrap;
text-align: left;
}
.ac_over {
cursor: pointer;
}
.ac_match {
text-decoration: underline;
} fieldset.wpuf-multistep-fieldset {
position: relative;
padding-bottom: 50px;
border: none;
display: none;
}
fieldset.wpuf-multistep-fieldset.field-active {
display: block;
}
fieldset.wpuf-multistep-fieldset .wpuf-multistep-prev-btn,
fieldset.wpuf-multistep-fieldset .wpuf-multistep-next-btn {
position: absolute;
bottom: 5px;
}
fieldset.wpuf-multistep-fieldset .wpuf-multistep-prev-btn {
left: 10px;
}
fieldset.wpuf-multistep-fieldset .wpuf-multistep-next-btn {
right: 10px;
}
.wpuf-multistep-progressbar {
overflow: hidden;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard {
margin: 20px 0 40px 0;
padding: 0;
list-style: none;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard * {
box-sizing: border-box;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li {
background-color: #E4E4E4;
border-radius: 5px;
display: inline-block;
padding: 10px 30px 10px 40px;
margin-right: -7px;
width: auto;
margin: 0;
position: relative;
text-align: center;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li::before,
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li::after {
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
border-color: transparent;
border-left-color: #fff;
border-radius: 10px;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li::before {
border-width: 26px;
margin-top: -14px;
right: -52px;
z-index: 98;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li::after {
border-left-color: #E4E4E4;
border-width: 25px;
margin-top: -37px;
right: -44px;
z-index: 99;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li.active-step {
background-color: #00a0d2;
color: #fff;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li.active-step::after {
border-left-color: #00a0d2;
}
.wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li:last-child::after {
border-left-color: transparent;
}
.wpuf-form .wpuf-multistep-progressbar .ui-widget-header {
background: #00a0d2;
}
.wpuf-form .wpuf-multistep-progressbar.ui-progressbar {
margin-bottom: 30px;
height: 25px;
border: 1px solid #eee;
position: relative;
}
.wpuf-form .wpuf-multistep-progressbar.ui-progressbar .wpuf-progress-percentage {
position: absolute;
left: 50%;
font-size: 12px;
font-weight: bold;
text-shadow: 1px 1px 0 #fff;
top: 20%;
}
input.wpuf-btn {
text-decoration: none !important;
font-size: 15px !important;
margin-top: 10px;
margin-right: 10px;
background: #21759b !important;
color: #fff !important;
padding: 5px 10px;
display: inline-block;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
border: none !important;
} body.rtl ul.wpuf-form li .wpuf-label {
float: right;
}
@media (max-width: 480px) {
ul.wpuf-form li .wpuf-label,
ul.wpuf-form li .wpuf-fields {
float: none;
width: 100%;
}
ul.wpuf-form li.field-size-large .wpuf-fields {
float: none;
width: 100%;
}
ul.wpuf-form li.field-size-medium .wpuf-fields {
float: none;
width: 65%;
}
ul.wpuf-form li.field-size-small .wpuf-fields {
float: none;
width: 30%;
}
}
.wpuf-form .required {
color: red;
font-weight: 700;
border: 0;
}
.wpuf-dashboard-container .wpuf-dashboard-navigation {
width: 30%;
float: left;
}
.wpuf-dashboard-container .wpuf-dashboard-navigation a {
text-decoration: none;
box-shadow: none;
}
.wpuf-dashboard-container .wpuf-dashboard-navigation ul {
list-style: none;
}
.wpuf-dashboard-container .wpuf-dashboard-navigation ul li {
padding-bottom: 2px;
}
.wpuf-dashboard-container .wpuf-dashboard-content {
width: 68%;
float: right;
}
.wpuf-dashboard-container table.items-table {
border: 0;
}
.wpuf-dashboard-container table.items-table a {
text-decoration: none;
box-shadow: none;
}
.wpuf-dashboard-container table.items-table th,
.wpuf-dashboard-container table.items-table td {
border: 0;
padding: 10px;
}
.wpuf-dashboard-container table.items-table tr {
outline: 1px solid #f1f1f1;
}
.wpuf-dashboard-container table.items-table .items-list-header {
background-color: #f1f1f1;
}
.wpuf-dashboard-container .wpuf-update-profile-form .form-row-first {
float: left;
width: 47%;
overflow: visible;
}
.wpuf-dashboard-container .wpuf-update-profile-form .form-row-last {
float: right;
width: 43%;
overflow: visible;
}
.wpuf-toc-container .wpuf-fields {
position: relative;
}
.wpuf-toc-container .wpuf-fields .wpuf-toc-checkbox {
position: absolute;
top: 0;
left: 0;
}
.wpuf-toc-container .wpuf-fields.has-toc-checkbox .wpuf-toc-description {
margin-left: 25px;
}
.wpuf-field-google-map {
height: 300px;
width: 100%;
}
.wpuf-form-google-map {
height: 300px;
width: 100%;
}
input[type="text"].wpuf-google-map-search {
margin-top: 10px !important;
border: 1px solid transparent !important;
border-radius: 2px 0 0 2px !important;
box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
height: 32px !important;
outline: none !important;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) !important;
background-color: #fff !important;
text-overflow: ellipsis !important;
width: 170px !important;
font-family: Roboto !important;
font-size: 15px !important;
font-weight: 300 !important;
padding: 0 11px 0 13px !important;
display: none;
}
.gm-style input[type="text"].wpuf-google-map-search {
display: block;
}
.wpuf-form-google-map-container input[type="text"].wpuf-google-map-search {
width: 230px !important;
}
.wpuf-form-google-map-container.hide-search-box .gm-style input[type="text"].wpuf-google-map-search {
display: none;
}
.dokan-dashboard-content.dokan-wpuf-dashboard h2.page-head {
display: none;
}
.dokan-dashboard-content.dokan-wpuf-dashboard .wpuf-author {
display: none;
}
.dokan-dashboard-content.dokan-wpuf-dashboard .wpuf-form-add .wpuf-form li.wpuf-el {
margin-bottom: 15px;
}
table#wpuf-address-country-state input {
width: 100%;
padding: 0 10px;
border: 1px solid #f5f5f5;
color: #6d6d6d;
font-size: 14px;
line-height: 36px;
height: 36px;
box-shadow: none;
}
table#wpuf-address-country-state select {
width: 100%;
padding: 0 10px;
border: 1px solid #f5f5f5;
color: #6d6d6d;
font-size: 14px;
line-height: 36px;
height: 36px;
box-shadow: none;
}
table#wpuf-address-country-state input.wpuf-btn {
width: inherit;
}
table#wpuf-address-country-state td {
border: none;
}.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible {
border: 0; clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
}
.ui-helper-clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.ui-helper-clearfix { display:block;
min-height: 0; }/*\*/* html .ui-helper-clearfix {
height:1%;
}/**/.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0);
}
.ui-front {
z-index: 100;
} .ui-state-disabled { cursor: default !important; }  .ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}  .ui-widget-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
z-index: 99999;
display: block;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}
.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}
.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
} .ui-selectable-helper {
position: absolute;
z-index: 100;
border:1px dotted black;
}  .ui-widget {   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:13px; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(//boatpeeps.com/wp-content/plugins/dokan-lite/assets/vendors/jquery-ui/images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x; color: #404040; }
.ui-widget-content a { color: #404040; }
.ui-widget-header {
font-weight:bold;
border-color: #0064cd #0064cd #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border:1px solid #666;
}
.ui-widget-header a { color: #222222; } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
background-color: #e6e6e6;
background-repeat: no-repeat;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
color: #333;
font-size: 13px;
line-height: normal;
border: 1px solid #ccc;
border-bottom-color: #bbb;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-webkit-transition: 0.1s linear background-image;
-moz-transition: 0.1s linear background-image;
-ms-transition: 0.1s linear background-image;
-o-transition: 0.1s linear background-image;
transition: 0.1s linear background-image;
overflow: visible;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
background-position: 0 -15px;
color: #333;
text-decoration: none;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa;  font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; } .ui-state-highlight p, .ui-state-error p, .ui-state-default p{
font-size: 13px;
font-weight: normal;
line-height: 18px;
margin:7px 15px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {
position: relative;
margin-bottom: 18px;
color: #404040;
background-color: #eedc94;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
background-image: -o-linear-gradient(top, #fceec1, #eedc94);
background-image: linear-gradient(top, #fceec1, #eedc94);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #eedc94 #eedc94 #e4c652;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
border-width: 1px;
border-style: solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
position: relative;
margin-bottom: 18px;
color: #ffffff;
border-width: 1px;
border-style: solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
background-color: #c43c35;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
background-image: linear-gradient(top, #ee5f5b, #c43c35);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #c43c35 #c43c35 #882a25;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none;  }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); }   .ui-icon { width: 16px; height: 16px; background-image: url(//boatpeeps.com/wp-content/plugins/dokan-lite/assets/vendors/jquery-ui/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(//boatpeeps.com/wp-content/plugins/dokan-lite/assets/vendors/jquery-ui/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(//boatpeeps.com/wp-content/plugins/dokan-lite/assets/vendors/jquery-ui/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(//boatpeeps.com/wp-content/plugins/dokan-lite/assets/vendors/jquery-ui/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(//boatpeeps.com/wp-content/plugins/dokan-lite/assets/vendors/jquery-ui/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(//boatpeeps.com/wp-content/plugins/dokan-lite/assets/vendors/jquery-ui/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(//boatpeeps.com/wp-content/plugins/dokan-lite/assets/vendors/jquery-ui/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(//boatpeeps.com/wp-content/plugins/dokan-lite/assets/vendors/jquery-ui/images/ui-icons_f6cf3b_256x240.png); } .ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; } .ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }  .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
-khtml-border-top-left-radius: 4px;
border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
-khtml-border-top-right-radius: 4px;
border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
-khtml-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
-khtml-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
} .ui-widget-overlay {
background: #aaaaaa url(//boatpeeps.com/wp-content/plugins/dokan-lite/assets/vendors/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
opacity: .30;
filter:Alpha(Opacity=30);
}
.ui-widget-shadow {
margin: -8px 0 0 -8px;
padding: 8px;
background: #aaaaaa url(//boatpeeps.com/wp-content/plugins/dokan-lite/assets/vendors/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
opacity: .30;filter:Alpha(Opacity=30);
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}  .ui-accordion {
width: 100%;
}
.ui-accordion .ui-accordion-header {
cursor: pointer;
position: relative;
margin-top: 1px;
zoom: 1;
font-weight:bold;
}
.ui-accordion .ui-accordion-li-fix {
display: inline;
}
.ui-accordion .ui-accordion-header-active {
border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
display: block;
font-size: 1em;
padding: .5em .5em .5em 1.7em;
}
.ui-accordion-icons .ui-accordion-header a {
padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
position: absolute;
left: .5em;
top: 50%;
margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
margin-top: -2px;
position: relative;
top: 1px;
margin-bottom: 2px;
overflow: auto;
display: none;
zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
display: block;
} .ui-autocomplete {
position: absolute;
top: 0;
left: 0;
cursor: default;
} .ui-button {
cursor: pointer;
display: inline-block;
background-color: #e6e6e6;
background-repeat: no-repeat;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
padding: 5px 14px 6px;
margin: 0;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
color: #333;
font-size: 13px;
line-height: normal;
border: 1px solid #ccc;
border-bottom-color: #bbb;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-webkit-transition: 0.1s linear background-image;
-moz-transition: 0.1s linear background-image;
-ms-transition: 0.1s linear background-image;
-o-transition: 0.1s linear background-image;
transition: 0.1s linear background-image;
overflow: visible;
} .ui-button-primary {
color: #ffffff;
background-color: #0064cd;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
background-image: linear-gradient(top, #049cdb, #0064cd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #0064cd #0064cd #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-button-success{
color:#ffffff;
background-color: #57a957;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
background-image: -moz-linear-gradient(top, #62c462, #57a957);
background-image: -ms-linear-gradient(top, #62c462, #57a957);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
background-image: -o-linear-gradient(top, #62c462, #57a957);
background-image: linear-gradient(top, #62c462, #57a957);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #57a957 #57a957 #3d773d;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-button-error{
color:#ffffff;
background-color: #c43c35;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
background-image: linear-gradient(top, #ee5f5b, #c43c35);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #c43c35 #c43c35 #882a25;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-button-icon-only { width: 2.2em; } button.ui-button-icon-only { } .ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; } .ui-button .ui-button-text { display: block;   }
.ui-button-text-only .ui-button-text {  }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; display:none;}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }   .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { top: 50%; margin-top:-3px; margin-bottom:3px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } .ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-state-active {
color: #ffffff;
background-color: #0064cd;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
background-image: linear-gradient(top, #049cdb, #0064cd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #0064cd #0064cd #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.4em; } button.ui-button::-moz-focus-inner { border: 0; padding: 0; }  .ui-menu { list-style:none; padding: 2px; margin: 0; display:block; float:left; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1;float: left;clear: left; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
font-weight: normal;
margin: 0;
color: #ffffff;
background: #0064cd;
background-color: #0064cd;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
background-image: linear-gradient(top, #049cdb, #0064cd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #0064cd #0064cd #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
} .ui-menu .ui-menu-item a.ui-state-active {
padding: 1px .4em;
}
.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; } .ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; } .ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; } .ui-menu .ui-menu-icon { position: static; float: right; }
.ui-menu { width: 200px; margin-bottom: 2em; } .ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
.ui-spinner{}
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } .ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } .ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; } .ui-spinner .ui-icon-triangle-1-s { background-position:-65px -16px;
} .ui-dialog {
position: absolute;
top: 0;
left: 0;
padding: .2em;
width: 300px;
overflow: hidden;
outline: 0;
background-clip: padding-box;
background-color: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.3);
border-radius: 6px 6px 6px 6px;
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); outline: medium none;
position: fixed; z-index: 1050;
}
.ui-dialog .ui-dialog-titlebar { position: relative;
padding:5px 15px;
border:0px 0px 0px 1px solid;
border-color: white;
padding: 5px 15px;
font-size: 18px;
text-decoration:none;
background:none;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
-khtml-border-bottom-right-radius: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
-khtml-border-bottom-left-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom:1px solid #ccc;
}
.ui-dialog .ui-dialog-title {
float: left;
color:#404040;
font-weight:bold;
margin-top:5px;
margin-bottom:5px;
padding:5px;
text-overflow: ellipsis;
overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: .3em;
top: 50%;
width: 19px;
margin: -20px 0 0 0;
padding: 1px;
height: 18px;
font-size: 20px;
font-weight: bold;
line-height: 13.5px;
text-shadow: 0 1px 0 #ffffff;
filter: alpha(opacity=25);
-khtml-opacity: 0.25;
-moz-opacity: 0.25;
opacity: 0.25;
background:none;
border-width: 0;
border:none;
box-shadow: none;
}
.ui-dialog .ui-dialog-titlebar-close span {
display: block;
margin: 1px;
text-indent: 9999px;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 1px;   filter: alpha(opacity=90);
-khtml-opacity: 0.90;
-moz-opacity: 0.90;
opacity: 0.90;
}
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane {
text-align: left;
border-width: 1px 0 0 0;
background-image: none;
margin: .5em 0 0 0;
background-color: #f5f5f5;
padding: 5px 15px 5px;
border-top: 1px solid #ddd;
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
-webkit-box-shadow: inset 0 1px 0 #ffffff;
-moz-box-shadow: inset 0 1px 0 #ffffff;
box-shadow: inset 0 1px 0 #ffffff;
zoom: 1;
margin-bottom: 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button{
color: #ffffff;
background-color: #0064cd;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
background-image: linear-gradient(top, #049cdb, #0064cd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #0064cd #0064cd #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
} .ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0;
color: #ffffff;
background-color: #0064cd;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
background-image: linear-gradient(top, #049cdb, #0064cd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #0064cd #0064cd #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; } .ui-tabs .ui-tabs-nav{ background:none; border-color: #ddd;border-style: solid;border-width: 0 0 1px;}
.ui-tabs { position: relative; padding: .2em; zoom: 1; border:0px;} .ui-tabs .ui-tabs-nav li:hover, .ui-tabs .ui-tabs-nav li a:hover{
background:whiteSmoke;
border-bottom:1px solid #ddd;
padding-bottom:0px;
color:#00438A;
}
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; border-bottom:1px solid #DDD; }
.ui-tabs .ui-tabs-nav li {  text-decoration: none; list-style: none; float: left; position: relative; top: 1px; padding: 0px 0px 1px 0px; white-space: nowrap; background:none; border:0px; }
.ui-tabs-nav .ui-state-default{
-webkit-box-shadow: 0px 0px 0px #ffffff; -moz-box-shadow: 0px 0px 0px #ffffff; box-shadow: 0px 0px 0px #ffffff; }
.ui-tabs .ui-tabs-nav li a {
float: left;
text-decoration: none;
cursor: text;
padding: 0 15px;
margin-right: 2px;
line-height: 34px;
border: 1px solid transparent;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: 0; padding-bottom: 0px; outline:none;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active , .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
background-color: #ffffff;
border: 1px solid #ddd;
border-bottom-color: #ffffff;
cursor: default;
color:gray;
outline:none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a{background-color: #ffffff;outline:none;border:none;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active:hover{
background:#ffffff;
outline:none;
margin-bottom:0px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; color:#0069D6; background:none; font-weight:normal; margin-bottom:-1px;} .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs-panel .ui-button{text-decoration:none;}
.ui-tabs .ui-tabs-hide { display: none !important; } .ui-tabs .ui-tabs-nav li{
filter:none;
} .ui-tooltip {
padding:8px;
position:absolute;
z-index:9999;
max-width: 300px;
-o-box-shadow: 0 0 5px #ddd;
-moz-box-shadow: 0 0 5px #ddd;
-webkit-box-shadow: 0 0 5px #ddd; box-shadow: inset 0 1px 0 #ffffff;
}
body .ui-tooltip { border-width:2px; } .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; border:0px; font-weight: bold; width: 100%; padding: 4px 0; background-color: #f5f5f5; color: #808080; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { }
.ui-datepicker .ui-datepicker-next-hover { }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } .ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; } .ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } .ui-datepicker-cover {
display: none; display : block; position: absolute; z-index: -1; filter: mask(); top: -4px; left: -4px; width: 200px; height: 200px; }
.ui-datepicker th{
font-weight: bold;
color: gray;
}
.ui-datepicker-today a:hover{
background-color: #808080;
color: #ffffff;
}
.ui-datepicker-today a{
background-color: #BFBFBF;
cursor: pointer;
padding: 0 4px;
margin-bottom:0px;
}
.ui-datepicker td a{
margin-bottom:0px;
border:0px;
}
.ui-datepicker td:hover{
color: #ffffff;
}
.ui-datepicker td .ui-state-default {
border:0px;
background:none;
margin-bottom:0px;
padding:5px;
color:gray;
text-align: center;
filter:none;
}
.ui-datepicker td .ui-state-active{
background:#BFBFBF;
margin-bottom:0px;
font-size:normal;
text-shadow: 0px;
color: #ffffff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.ui-datepicker td .ui-state-hover {
color: #ffffff;
background: #0064cd;
background-color: #0064cd;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
background-image: linear-gradient(top, #049cdb, #0064cd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #0064cd #0064cd #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
} .ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; color: #ffffff;
background-color: #0064cd;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
background-image: linear-gradient(top, #049cdb, #0064cd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #0064cd #0064cd #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
} .ui-toolbar{
padding: 7px 14px;
margin: 0 0 18px;
background-color: #f5f5f5;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
background-image: linear-gradient(top, #ffffff, #f5f5f5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
border: 1px solid #ddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 #ffffff;
-moz-box-shadow: inset 0 1px 0 #ffffff;
box-shadow: inset 0 1px 0 #ffffff;
} .ui-dialog-buttonset .ui-button:nth-child(2){
cursor: pointer;
display: inline-block;
background-color: #e6e6e6;
background-repeat: no-repeat;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
padding: 5px 14px 6px;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
color: #333;
font-size: 13px;
line-height: normal;
border: 1px solid #ccc;
border-bottom-color: #bbb;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-webkit-transition: 0.1s linear all;
-moz-transition: 0.1s linear all;
-ms-transition: 0.1s linear all;
-o-transition: 0.1s linear all;
transition: 0.1s linear all;
overflow: visible;
} div.wijmo-wijmenu{
padding:0 20px;
background-color: #222;
background-color: #222222;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
background-image: -moz-linear-gradient(top, #333333, #222222);
background-image: -ms-linear-gradient(top, #333333, #222222);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
background-image: -webkit-linear-gradient(top, #333333, #222222);
background-image: -o-linear-gradient(top, #333333, #222222);
background-image: linear-gradient(top, #333333, #222222);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.wijmo-wijmenu .ui-state-default{
box-shadow: none;
color:#BFBFBF;
}
.wijmo-wijmenu .ui-state-default .wijmo-wijmenu-text{
color:#BFBFBF;
}
.wijmo-wijmenu .ui-state-hover{
background: #444;
background: rgba(255, 255, 255, 0.05);
}
.wijmo-wijmenu .ui-state-hover .wijmo-wijmenu-text{
color:#ffffff;
}
div.wijmo-wijmenu .ui-widget-header h3{
position: relative;
margin-top:1px;
padding:0;
}
.wijmo-wijmenu h3 a{
color: #FFFFFF;
display: block;
float: left;
font-size: 20px;
font-weight: 200;
line-height: 1;
margin-left: -20px;
margin-top:1px;
padding: 8px 20px 12px;
}
.wijmo-wijmenu h3 a:hover{
background-color: rgba(255, 255, 255, 0.05);
color: #FFFFFF;
text-decoration: none;
}
.wijmo-wijmenu .ui-widget-header{
border:0px;
}
.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child{
padding: 0.3em 0;
}
div.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child{
background: #333;
border:0;
margin:0;
padding: 6px 0;
width:160px;
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
div.wijmo-wijmenu .wijmo-wijmenu-item{
margin:0;
border:0;
}
.wijmo-wijmenu a.wijmo-wijmenu-link{
margin:0;
line-height: 19px;
padding: 10px 10px 11px;
border:0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius:0;
}
div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link{
display:block;
float:none;
padding: 4px 15px;
width:auto;
}
div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-text
{
float:none;
}
.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child .ui-state-hover {
background: #191919;
}
.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-separator{
padding: 5px 0;
background-image: none;
background-color: #222;
border-top: 1px solid #444;
border-bottom:0;
border-left:0;
border-right:0;
}
.wijmo-wijmenu .wijmo-wijmenu-item input {
-moz-transition: none 0s ease 0s;
background-color: rgba(255, 255, 255, 0.3);
border: 1px solid #111111;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
color: rgba(255, 255, 255, 0.75);
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
line-height: 1;
margin: 5px 10px 0 10px;
padding: 4px 9px;
width:100px;
}
.wijmo-wijmenu .wijmo-wijmenu-item input:hover {
background-color: rgba(255, 255, 255, 0.5);
color: #FFFFFF;
}
.wijmo-wijmenu .wijmo-wijmenu-item input:focus {
background-color: #FFFFFF;
border: 0 none;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
color: #404040;
outline: 0 none;
padding: 5px 10px;
text-shadow: 0 1px 0 #FFFFFF;
}
.wijmo-wijmenu .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
text-shadow:none;
}
.wijmo-wijmenu .ui-state-default{
box-shadow: none;
color:#BFBFBF;
filter: none;
}.bppp-stat{
padding:5px;
}
.bppp-stat-title{
color:#aaa;
}
.bppp-stat-block{
height:1em;
display:inline-block;
} .bppp-bar{
background: #1e5799; background: -moz-linear-gradient(left,  #1e5799 0%, #7db9e8 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1e5799), color-stop(100%,#7db9e8)); background: -webkit-linear-gradient(left,  #1e5799 0%,#7db9e8 100%); background: -o-linear-gradient(left,  #1e5799 0%,#7db9e8 100%); background: -ms-linear-gradient(left,  #1e5799 0%,#7db9e8 100%); background: linear-gradient(to right,  #1e5799 0%,#7db9e8 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); height:1em;
border:0.1em solid #ddd;
width:150px;   
}
.bppp-stat a{
text-decoration:none;
} .bppp-bar-mask{
background-color:white;
float:right;
height:100%;
}
.bppp-stat-percent{
font-size:0.8em;
color:#aaa;
}.br-theme-css-stars .br-widget {
height: 28px;
white-space: nowrap;
}
.br-theme-css-stars .br-widget a {
text-decoration: none;
height: 18px;
width: 18px;
float: left;
font-size: 23px;
margin-right: 5px;
}
.br-theme-css-stars .br-widget a:after {
content: "\2605";
color: #d2d2d2;
}
.br-theme-css-stars .br-widget a.br-active:after {
color: #EDB867;
}
.br-theme-css-stars .br-widget a.br-selected:after {
color: #EDB867;
}
.br-theme-css-stars .br-widget .br-current-rating {
display: none;
}
.br-theme-css-stars .br-readonly a {
cursor: default;
}
@media print {
.br-theme-css-stars .br-widget a:after {
content: "\2606";
color: black;
}
.br-theme-css-stars .br-widget a.br-active:after,
.br-theme-css-stars .br-widget a.br-selected:after {
content: "\2605";
color: black;
}
}ul.lpd-products{
clear: both;
list-style: none;
margin: 0 -15px;
padding: 0;
}
.lpd-products ul:after,
ul.lpd-products:after{
clear: both;
content: "";
display: block;
}
.wpb_row .lpd-products .type-product *{
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.wpb_row .lpd-products .type-product .lpd-product-thumbnail *{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
ul.lpd-products .product.lpd-product-category,
ul.lpd-products li.type-product{
margin-bottom: 30px;
}
.single-product ul.lpd-products li.type-product{
margin-bottom: 0;
}
ul.lpd-products li.first{
clear: both;
}
ul.lpd-products li .li-wrap{
border: 1px solid #ebebeb;
background-color: #fff;
}
.lpd-product-thumbnail{
overflow: hidden;
position: relative;
}
.lpd-product-thumbnail > a.img-transaction {
display: block;
position: relative;
width: 100%;
height: 100%;
z-index: 1;
}
.lpd-product-thumbnail > a.img-transaction .gallery-img{
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.lpd-product-thumbnail > a.img-transaction .gallery-img img{
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
-o-transform: translateZ(0px);
-ms-transform: translateZ(0px);
transform: translateZ(0px);
-webkit-transition: all 300ms ease-out 0s;
-moz-transition: all 300ms ease-out 0s;
-o-transition: all 300ms ease-out 0s;
transition: all 300ms ease-out 0s;
}
.lpd-product-thumbnail:hover > a.img-transaction .gallery-img img{
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: all 300ms ease-out 0.05s;
-moz-transition: all 300ms ease-out 0.05s;
-o-transition: all 300ms ease-out 0.05s;
transition: all 300ms ease-out 0.05s;
}
.lpd-onsale{
z-index: 99;
-webkit-box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
color: #fff;
height: 50px !important;
min-width: 50px !important;
line-height: 20px;
margin: 0 !important;
overflow: hidden;
padding: 5px;
position: absolute;
right: 20px !important;
text-align: center;
top: 20px !important;
font-size: 14px;
text-transform: uppercase;
-webkit-border-radius:50% 0 50% 50%;
-moz-border-radius:50% 0 50% 50%;
border-radius:50% 0 50% 50%;
line-height: 50px;
-webkit-transition: all 0.15s ease-in-out 0s;  
-moz-transition: all 0.15s ease-in-out 0s;  
-o-transition: all 0.15s ease-in-out 0s;  
-ms-transition: all 0.15s ease-in-out 0s;  
transition: all 0.15s ease-in-out 0s;
background-color: #d9534f;
}
.wordpress-456sailing .woocommerce .lpd-products .type-product:hover .lpd-onsale,
.wordpress-456sailing.woocommerce-page .lpd-products .type-product:hover .lpd-onsale{
opacity: 0.5;
filter: alpha(opacity=50);
}
.lpd-out-of-s{
z-index: 99;
-webkit-box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
background: #959595;
color: #fff;
min-height: 20px !important;
width: 50px !important;
line-height: 15px;
margin: 0 !important;
overflow: hidden;
padding: 15px 5px;
position: absolute;
right: 20px !important;
text-align: center;
top: 20px !important;
font-size: 12px;
text-transform: uppercase;
-webkit-border-radius:50% 0 50% 50%;
-moz-border-radius:50% 0 50% 50%;
border-radius:50% 0 50% 50%;
-webkit-transition: all 0.15s ease-in-out 0s;  
-moz-transition: all 0.15s ease-in-out 0s;  
-o-transition: all 0.15s ease-in-out 0s;  
-ms-transition: all 0.15s ease-in-out 0s;  
transition: all 0.15s ease-in-out 0s;
}
.wordpress-456sailing .woocommerce .lpd-products .type-product:hover .lpd-out-of-s,
.wordpress-456sailing.woocommerce-page .lpd-products .type-product:hover .lpd-out-of-s{
opacity: 0.5;
filter: alpha(opacity=50);
}
.lpd-out-of-s.on-sale-products{
top: 90px !important;
}
.lpd-products li.type-product .lpd-onsale{
right: 20px !important;
}
.lpd-product-meta{
padding: 10px 0;
margin:  0 20px;
}
.lpd-product-title h3{
margin: 20px 10px;
text-align: center;
font-size: 16px;
}
.lpd-product-meta-data{
padding: 10px 0;
}
.lpd-product-meta .lpd-product-sku{
font-size: 11px;
color: #959595;
}
.lpd-product-meta .star-rating{
margin-top: 2px;
}
.lpd-product-data{
border-top: 1px solid #ebebeb;
padding: 10px 0;
margin:  0 20px;
}
.shop-product-post .lpd-sidebar-page .lpd-products .star-rating,
.lpd-sidebar-page.shop-page .col-md-3 .star-rating{
float: none;
}
.wordpress-456sailing .woocommerce .star-rating,
.wordpress-456sailing.woocommerce-page .star-rating{
height: 16px;
}
.lpd-product-data-table .price{
padding: 10px 0;
display: block;
}
.lpd-product-data-table .star-rating{
margin-bottom: 10px;
}
.wordpress-456sailing .woocommerce .star-rating:before,
.wordpress-456sailing.woocommerce-page .star-rating:before{
color: rgba(0, 0, 0, 0.3);
}
.lpd-product-thumbnail .wc-forward,
.lpd-product-btn{
display: inline-block;
font-size: 12px;
text-transform: uppercase;
color: #fff !important;
padding: 7px 12px;
text-decoration: none !important;
-webkit-transition: all 0.1s;  
-moz-transition: all 0.1s;  
-o-transition: all 0.1s;  
-ms-transition: all 0.1s;  
transition: all 0.1s;
text-align: center;
}
.lpd-product-btn.added{
opacity: 0.5;
filter: alpha(opacity=50)
}
.lpd-product-thumbnail .wc-forward{
margin-top: 10px
}
.lpd-product-thumbnail .loop-shop-btn{
position: absolute;
bottom: -30%;
left: 0;
text-align: center;
width: 100%;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-transition: background-color 1s cubic-bezier(0.190,1.000,0.220,1.000),bottom 1s cubic-bezier(0.190,1.000,0.220,1.000);
-webkit-transition-delay: 0s;
-moz-transition: background-color 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s,bottom 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
-o-transition: background-color 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s,bottom 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
transition: background-color 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s,bottom 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s;
z-index: 2;
}
.lpd-product-thumbnail:hover .loop-shop-btn{
bottom: 20px;
}
.loop-shop-btn .lpd-product-btn{
margin: 0 auto;
display: table;
}
ul.lpd-products li.type-product .price{
font-size: 16px;
}
ul.lpd-products li.type-product .price ins{
text-decoration: none;
}
ul.lpd-products li.type-product .price del{
font-size: 75%;
color: #959595;
}
.wordpress-456sailing .woocommerce nav.woocommerce-pagination,
.wordpress-456sailing.woocommerce-page nav.woocommerce-pagination{
margin-top: 20px;
}
.wordpress-456sailing .woocommerce nav.woocommerce-pagination ul,
.wordpress-456sailing.woocommerce-page nav.woocommerce-pagination ul{
border: none;
}
.wordpress-456sailing .woocommerce nav.woocommerce-pagination ul li,
.wordpress-456sailing.woocommerce-page nav.woocommerce-pagination ul li{
border: none;
min-width: 46px;
height: 46px;
margin: 0 5px;
-webkit-transition: all 0.15s ease-in 0s; 
-moz-transition: all 0.15s ease-in 0s; 
-o-transition: all 0.15s ease-in 0s; 
transition: all 0.15s ease-in 0s;
}
.wordpress-456sailing .woocommerce #content nav.woocommerce-pagination ul li a,
.wordpress-456sailing .woocommerce #content nav.woocommerce-pagination ul li span,
.wordpress-456sailing .woocommerce nav.woocommerce-pagination ul li a,
.wordpress-456sailing .woocommerce nav.woocommerce-pagination ul li span,
.wordpress-456sailing.woocommerce-page #content nav.woocommerce-pagination ul li a,
.wordpress-456sailing.woocommerce-page #content nav.woocommerce-pagination ul li span,
.wordpress-456sailing.woocommerce-page nav.woocommerce-pagination ul li a,
.wordpress-456sailing.woocommerce-page nav.woocommerce-pagination ul li span{
line-height: 20px;
padding: 10px;
border: 3px solid transparent;
border-left: none;
border-right: none;
}
.wordpress-456sailing .woocommerce nav.woocommerce-pagination ul li a:hover,
.wordpress-456sailing.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.wordpress-456sailing .woocommerce nav.woocommerce-pagination ul li a:focus,
.wordpress-456sailing.woocommerce-page nav.woocommerce-pagination ul li a:focus{
color: #959595;
background: #fafafa;
}
.wordpress-456sailing .woocommerce nav.woocommerce-pagination ul li span.current,
.wordpress-456sailing.woocommerce-page nav.woocommerce-pagination ul li span.current{
color: #555;
background-color: transparent;
border-color: #ebebeb;
}
.wordpress-456sailing .woocommerce nav.woocommerce-pagination ul li a,
.wordpress-456sailing.woocommerce-page nav.woocommerce-pagination ul li a,
.wordpress-456sailing .woocommerce nav.woocommerce-pagination ul li span,
.wordpress-456sailing.woocommerce-page nav.woocommerce-pagination ul li span{
font-size: 13px;
}
.wordpress-456sailing .woocommerce .woocommerce-result-count,
.wordpress-456sailing.woocommerce-page .woocommerce-result-count{
margin: 6px 0 20px;
}
.wordpress-456sailing .woocommerce .woocommerce-ordering,
.wordpress-456sailing.woocommerce-page .woocommerce-ordering{
margin: 0 0 20px;
} .product-image .lpd-onsale{
right: 25px !important;
top: 10px  !important;
}
.wordpress-456sailing .woocommerce div.product div.images,
.wordpress-456sailing.woocommerce-page div.product div.images{
width: 100%;
float: none;
position: relative;
margin-bottom: 0;
}
.wordpress-456sailing .woocommerce div.product div.images img,
.wordpress-456sailing.woocommerce-page div.product div.images img{
-webkit-box-shadow: none;
box-shadow: none;
padding: 1px;
border: 1px solid #ebebeb;
}
.wordpress-456sailing .woocommerce div.product div.images .woocommerce-main-image,
.wordpress-456sailing.woocommerce-page div.product div.images .woocommerce-main-image{
margin-bottom: 20px;
}
.wordpress-456sailing.woocommerce-page div.product div.images div.thumbnails{
padding-top: 20px;
}
.wordpress-456sailing.woocommerce-page div.product div.images div.thumbnails a{
margin-bottom: 20px;
}
.wordpress-456sailing .woocommerce #content div.product .woocommerce-tabs,
.wordpress-456sailing .woocommerce div.product .woocommerce-tabs,
.wordpress-456sailing.woocommerce-page #content div.product .woocommerce-tabs,
.wordpress-456sailing.woocommerce-page div.product .woocommerce-tabs{
padding: 0 10%;
}
.wordpress-456sailing .woocommerce #content div.product .woocommerce-tabs ul.tabs,
.wordpress-456sailing .woocommerce div.product .woocommerce-tabs ul.tabs,
.wordpress-456sailing.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.wordpress-456sailing.woocommerce-page div.product .woocommerce-tabs ul.tabs{
padding: 0;
margin-top: 20px;
text-align: center;
}
.wordpress-456sailing .woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.wordpress-456sailing .woocommerce div.product .woocommerce-tabs ul.tabs:before,
.wordpress-456sailing.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.wordpress-456sailing.woocommerce-page div.product .woocommerce-tabs ul.tabs:before{
display: none;
}
.wordpress-456sailing .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.wordpress-456sailing .woocommerce div.product .woocommerce-tabs ul.tabs li,
.wordpress-456sailing.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.wordpress-456sailing.woocommerce-page div.product .woocommerce-tabs ul.tabs li{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
background: none;
margin: 0 10px;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
font-size: 16px;
}
.wordpress-456sailing .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.wordpress-456sailing .woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.wordpress-456sailing.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.wordpress-456sailing.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.wordpress-456sailing .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.wordpress-456sailing .woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.wordpress-456sailing.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.wordpress-456sailing.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after{
display: none;
}
.wordpress-456sailing .woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.wordpress-456sailing .woocommerce div.product .woocommerce-tabs ul.tabs li a,
.wordpress-456sailing.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.wordpress-456sailing.woocommerce-page div.product .woocommerce-tabs ul.tabs li a{
font-weight: inherit;
color: #959595;
padding: 10px 0;
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0.25px;
}
.wordpress-456sailing .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.wordpress-456sailing .woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.wordpress-456sailing.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,
.wordpress-456sailing.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a{
color: #555;
}
.wordpress-456sailing .woocommerce #content div.product .woocommerce-tabs .panel,
.wordpress-456sailing .woocommerce div.product .woocommerce-tabs .panel,
.wordpress-456sailing.woocommerce-page #content div.product .woocommerce-tabs .panel,
.wordpress-456sailing.woocommerce-page div.product .woocommerce-tabs .panel{
margin-bottom: 40px;
}
.lpd-related,
.lpd-upsells{
margin-bottom: 40px;
}
.wordpress-456sailing .woocommerce #content div.product .product_title,
.wordpress-456sailing .woocommerce div.product .product_title,
.wordpress-456sailing.woocommerce-page #content div.product .product_title,
.wordpress-456sailing.woocommerce-page div.product .product_title{
margin: 0;
border-top: 1px solid #ebebeb;
border-bottom: 3px solid #ebebeb;
padding: 20px 10px;
color: #959595;
text-transform: uppercase;
letter-spacing: 1px;
}
.wordpress-456sailing .woocommerce .woocommerce-product-rating,
.wordpress-456sailing.woocommerce-page .woocommerce-product-rating{
padding: 10px;
margin: 0 !important;
}
.product-content p.price{
padding: 10px;
}
.lpd-prodcut-description{
padding: 10px 10px 0 10px;
margin-bottom: 10px; 
border-top: 1px solid #ebebeb;
border-bottom: 1px solid #ebebeb;
}
.wordpress-456sailing .woocommerce #content div.product form.cart,
.wordpress-456sailing .woocommerce div.product form.cart,
.wordpress-456sailing.woocommerce-page #content div.product form.cart,
.wordpress-456sailing.woocommerce-page div.product form.cart{
padding: 10px 0 0 0;
}
.lpd_product_meta{
margin-bottom: 20px;
}
.lpd_product_meta .sku_wrapper,
.lpd_product_meta .posted_in,
.lpd_product_meta .tagged_as{
position: relative;
display: block;
display: inline-block;
margin: 0 10px;
}
.lpd_product_meta span:before{
content: '/';
position: absolute;
left: -14px;
color: #ccc;
}
.lpd_product_meta span:first-child:before{
display: none;
}
.wordpress-456sailing .woocommerce #content div.product p.price ins,
.wordpress-456sailing .woocommerce #content div.product span.price ins,
.wordpress-456sailing .woocommerce div.product p.price ins,
.wordpress-456sailing .woocommerce div.product span.price ins,
.wordpress-456sailing.woocommerce-page #content div.product p.price ins,
.wordpress-456sailing.woocommerce-page #content div.product span.price ins,
.wordpress-456sailing.woocommerce-page div.product p.price ins,
.wordpress-456sailing.woocommerce-page div.product span.price ins{
color: inherit;
font-size: 15px;
font-weight: inherit;
}
.wordpress-456sailing .woocommerce #content div.product p.price del,
.wordpress-456sailing .woocommerce #content div.product span.price del,
.wordpress-456sailing .woocommerce div.product p.price del,
.wordpress-456sailing .woocommerce div.product span.price del,
.wordpress-456sailing.woocommerce-page #content div.product p.price del,
.wordpress-456sailing.woocommerce-page #content div.product span.price del,
.wordpress-456sailing.woocommerce-page div.product p.price del,
.wordpress-456sailing.woocommerce-page div.product span.price del{
font-size: 75%;
color: #959595;
}
.wordpress-456sailing.woocommerce div.product p.price del,
.wordpress-456sailing.woocommerce div.product span.price del{
opacity: 1;
filter: alpha(opacity=100);
display: inline;
}
.wordpress-456sailing .woocommerce #content div.product p.price,
.wordpress-456sailing .woocommerce #content div.product span.price,
.wordpress-456sailing .woocommerce div.product p.price,
.wordpress-456sailing .woocommerce div.product span.price,
.wordpress-456sailing.woocommerce-page #content div.product p.price,
.wordpress-456sailing.woocommerce-page #content div.product span.price,
.wordpress-456sailing.woocommerce-page div.product p.price,
.wordpress-456sailing.woocommerce-page div.product span.price{
color: inherit;
font-size: 15px;
text-decoration: none;
margin: 0;
}
.wordpress-456sailing .woocommerce #content div.product form.cart,
.wordpress-456sailing .woocommerce div.product form.cart,
.wordpress-456sailing.woocommerce-page #content div.product form.cart,
.wordpress-456sailing.woocommerce-page div.product form.cart{
margin-bottom: 20px;
padding: 10px 10px 0;
}
.wordpress-456sailing .woocommerce #content div.product form.cart div.quantity,
.wordpress-456sailing .woocommerce div.product form.cart div.quantity,
.wordpress-456sailing.woocommerce-page #content div.product form.cart div.quantity,
.wordpress-456sailing.woocommerce-page div.product form.cart div.quantity{
width: 70px;
margin-right: 15px;
}
.wordpress-456sailing .woocommerce #content .quantity input.qty,
.wordpress-456sailing .woocommerce .quantity input.qty,
.wordpress-456sailing.woocommerce-page #content .quantity input.qty,
.wordpress-456sailing.woocommerce-page .quantity input.qty{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
border: 1px solid #ebebeb;
height: 38px;
width: 50px;
}
.wordpress-456sailing .single_variation{
margin-bottom: 10px;
}
.wordpress-456sailing .single_variation_wrap{
padding-top: 10px;
border-top: 1px solid #ebebeb;
}
.lpd-varation-label{
padding-right: 10px;
color: #959595;
}
.woocommerce #content div.product form.cart .variations label,
.woocommerce div.product form.cart .variations label,
.woocommerce-page #content div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations label{
font-weight: inherit;
margin: 6px 0;
}
.wordpress-456sailing .woocommerce-message,
.wordpress-456sailing .woocommerce-error,
.wordpress-456sailing .woocommerce-info{
background: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
color: rgba(0, 0, 0, 0.75);
list-style: none outside none;
margin: 0 0 20px !important;
text-shadow: none;
color: #555;
}
.wordpress-456sailing .woocommerce-message{
border: 1px solid #8fae1b;
background: rgba(143, 174, 27, 0.15);
}
.wordpress-456sailing .woocommerce-info{
border: 1px solid #1e85be;
background: rgba(30, 133, 190, 0.15);
}
.wordpress-456sailing .woocommerce-error{
border: 1px solid #b81c23;
background: rgba(184, 28, 35, 0.15);
}
.wordpress-456sailing .woocommerce-message a.button,
.wordpress-456sailing .woocommerce-error a.button,
.wordpress-456sailing .woocommerce-info a.button{
background: none !important;
border: none;
top: 0 !important;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
text-shadow: none;
color: inherit;
line-height: 20px;
padding: 0;
font-weight: normal;
font-size: 13px;
opacity: .85;
filter: alpha(opacity=85);
-webkit-transition: all .15s;
-moz-transition: all .15s;
-o-transition: all .15s;
transition: all .15s;
}
.wordpress-456sailing .woocommerce-message a.button:hover,
.wordpress-456sailing .woocommerce-error a.button:hover,
.wordpress-456sailing .woocommerce-info a.button:hover{
opacity: 1;
filter: alpha(opacity=100);
}
.wordpress-456sailing .woocommerce-message a{
color: #799418 !important;
}
.wordpress-456sailing .woocommerce-info a{
color: #1e85be !important;
}
.wordpress-456sailing .woocommerce-error a{
color: #b81c23 !important;
}
.wordpress-456sailing .woocommerce-message:before,
.wordpress-456sailing .woocommerce-error:before,
.wordpress-456sailing .woocommerce-info:before{
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
border-radius: 1em;
box-shadow: none;
display: block;
font-size: inherit;
line-height: inherit;
padding-top: 0;
position: absolute;
text-shadow: none;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
top: 1em;
}
.wordpress-456sailing.woocommerce-page div.product form.cart table small.out-of-stock,
.wordpress-456sailing.woocommerce-page div.product p.out-of-stock{
color: #d9534f;
font-size: inherit;
padding: 0 10px
}
.wordpress-456sailing .woocommerce #content div.product form.cart table.group_table,
.wordpress-456sailing .woocommerce div.product form.cart table.group_table,
.wordpress-456sailing.woocommerce-page #content div.product form.cart table.group_table,
.wordpress-456sailing.woocommerce-page div.product form.cart table.group_table{
width: 100%;
margin-bottom: 5px;
}
.wordpress-456sailing.woocommerce-page div.product form.cart .group_table td{
width: 33%;
}
.wordpress-456sailing.woocommerce-page div.product form.cart .group_table td{
vertical-align: middle;
}
.wordpress-456sailing.woocommerce-page div.product form.cart .group_table td ins{
text-decoration: none;
}
.wordpress-456sailing.woocommerce-page div.product form.cart .group_table td del{
font-size: 75%;
color: #959595;
}
.lpd-group-price-wrap{
display: block;
float: left;
}
.wordpress-456sailing.woocommerce-page div.product .group_table p.stock{
float: left;
margin: 0 0 0 7px;
display: block;
}
.lpd-group-label label{
margin: 0;
}
.woocommerce-tabs #tab-reviews #reviews{
padding: 0 75px;
}
.wordpress-456sailing .woocommerce #reviews #comments ol.commentlist,
.wordpress-456sailing.woocommerce-page #reviews #comments ol.commentlist{
padding: 0;
}
.wordpress-456sailing .woocommerce #reviews #comments ol.commentlist li img.avatar,
.wordpress-456sailing.woocommerce-page #reviews #comments ol.commentlist li img.avatar{
width: 60px;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
padding: 2px;
}
.wordpress-456sailing .woocommerce #reviews #comments ol.commentlist li .comment-text,
.wordpress-456sailing.woocommerce-page #reviews #comments ol.commentlist li .comment-text{
margin-left: 70px;
border: none;
padding-top: 0;
}
.wordpress-456sailing .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.wordpress-456sailing.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta{
font-size: inherit;
color: inherit;
}
.comment-form-comment label,
.comment-form-rating label{
font-weight: inherit;
color: #959595;
} .wordpress-456sailing .woocommerce table.shop_table,
.wordpress-456sailing.woocommerce-page table.shop_table{
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
margin-bottom: 20px;
}
.wordpress-456sailing .woocommerce table.shop_table,
.wordpress-456sailing.woocommerce-page table.shop_table{
border: none;
}
.woocommerce table.shop_table thead,
.woocommerce-page table.shop_table thead{
color: #555;
}
.wordpress-456sailing .woocommerce table.shop_table td,
.wordpress-456sailing.woocommerce-page table.shop_table td{
border-top: 1px solid #ccc;
padding: 15px;
}
.wordpress-456sailing .woocommerce .checkout table.shop_table td,
.wordpress-456sailing.woocommerce-page .checkout table.shop_table td{
padding: 8px 15px;
}
.wordpress-456sailing.woocommerce-page .checkout table.shop_table{
color: #959595;
}
.wordpress-456sailing.woocommerce-page .checkout table.shop_table .order-total{
color: #555
} .wordpress-456sailing .woocommerce form .form-row,
.wordpress-456sailing.woocommerce-page form .form-row{
padding: 0;
margin-bottom: 5px;
}
#ship-to-different-address{
font-size: 14px;
line-height: 20px;
}
.wordpress-456sailing.woocommerce-page form.login,
.wordpress-456sailing.woocommerce-page form.checkout_coupon,
.wordpress-456sailing.woocommerce-page form.register{
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
border: 2px solid #ebebeb;
padding: 20px 15px;
margin: 0 0 20px;
}
.wordpress-456sailing.woocommerce-page form.login,
.wordpress-456sailing.woocommerce-page form.register{
padding-bottom: 10px;
}
.input-text:focus,
#shipping_country:focus,
#billing_country:focus,
#calc_shipping_state:focus {
border-color: #959595;
outline: 0;
}
.login .lost_password{
margin-left: 5px;
}
.payment_methods label,
#shipping_method label{
display: inline;
margin: 0;
}
.lpd-checkout-accordion .panel{
border: 2px solid;
margin-bottom: 5px;
}
.lpd-checkout-accordion .panel-title a{
text-decoration: none;
padding: 20px 15px;
position: relative;
z-index: 9;
display: block;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
color: #fff;
font-weight: 700;
}
.lpd-checkout-accordion .panel-title a.collapsed{
background-color: transparent;
color: #555;
}
.lpd-checkout-accordion .panel-title a:before{
background-color: red;
border-radius: 50%;
color: #fff;
content: "-";
display: block;
font-family: sans-serif;
font-size: 24px;
height: 24px;
line-height: 24px;
position: absolute;
right: 15px;
text-align: center;
top: 17px;
width: 24px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.lpd-checkout-accordion .panel-title a.collapsed:before{
content: "+";
}
.lpd-checkout-accordion .panel-body{
border-top: 1px solid #ccc;
position: relative;
padding: 10px 15px;
}
.wordpress-456sailing .woocommerce form .lpd-checkout-accordion .form-row-first,
.wordpress-456sailing .woocommerce form .lpd-checkout-accordion .form-row-last,
.wordpress-456sailing.woocommerce-page form .lpd-checkout-accordion .form-row-first,
.wordpress-456sailing.woocommerce-page form .lpd-checkout-accordion .form-row-last{
width: 100%;
}
.total-cart-wrap,
.order_review_wrap{
border: 2px solid #959595;
}
.total-cart-wrap h2,
#order_review_heading{
padding: 20px 15px;
margin: 0;
display: block;
font-size: 14px;
letter-spacing: 0.5px;
text-transform: uppercase;
background-color: #959595;
color: #fff;
line-height: 20px;
font-weight: 700;
letter-spacing: 1px;
}
.wordpress-456sailing.woocommerce-page #payment{
background: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.wordpress-456sailing.woocommerce-page #payment div.payment_box{
background: #ebebeb;
box-shadow: none;
font-size: 13px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding-top: 10px;
padding-bottom: 10px;
text-shadow: none;
}
.wordpress-456sailing.woocommerce-page #payment ul.payment_methods{
padding: 10px 15px;
}
.wordpress-456sailing.woocommerce-page #payment div.form-row{
padding: 20px 15px 0 15px;
margin-bottom: 20px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
float: none;
} .wordpress-456sailing .woocommerce table.cart a.remove,
.wordpress-456sailing.woocommerce-page table.cart a.remove{
color: #555 !important;
}
.wordpress-456sailing .woocommerce table.cart a.remove:hover,
.wordpress-456sailing.woocommerce-page table.cart a.remove:hover{
color: #fff !important;
background-color: #d9534f;
}
.wordpress-456sailing .woocommerce table.cart img,
.wordpress-456sailing.woocommerce-page table.cart img{
width: 50px;
-webkit-transition: all 0.15s ease-in-out 0s;  
-moz-transition: all 0.15s ease-in-out 0s;  
-o-transition: all 0.15s ease-in-out 0s;  
-ms-transition: all 0.15s ease-in-out 0s;  
transition: all 0.15s ease-in-out 0s;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.wordpress-456sailing .woocommerce form .lpd-cart-collaterals .form-row,
.wordpress-456sailing.woocommerce-page form .lpd-cart-collaterals .form-row{
margin-bottom: 0;
}
.wordpress-456sailing .woocommerce form .lpd-cart-collaterals .form-row select,
.wordpress-456sailing.woocommerce-page form .lpd-cart-collaterals .form-row select,
.wordpress-456sailing .woocommerce form .lpd-cart-collaterals .form-row input,
.wordpress-456sailing.woocommerce-page form .lpd-cart-collaterals .form-row input{
margin-bottom: 5px;
}
.wordpress-456sailing .woocommerce form .form-row input.input-text,
.wordpress-456sailing.woocommerce-page form .form-row input.input-text,
.wordpress-456sailing .woocommerce form .form-row textarea,
.wordpress-456sailing.woocommerce-page form .form-row textarea{
height: 30px;
}
.input-text,
#shipping_country,
#billing_country,
#calc_shipping_state {
display: block;
width: 100%;
height: 30px;
padding: 5px 10px;
font-size: 13px;
line-height: 1.428571429;
color: #555555;
vertical-align: middle;
background-color: #ffffff;
border: 1px solid #cccccc;
-webkit-transition: border-color ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s;        
}
.lpd-cart-collaterals{
width: 100%;
}
.lpd-shipping-calculator{
width: 50%;
}
.lpd-shipping-calculator .btn{
margin-top: 10px;
}
.wordpress-456sailing .woocommerce .cart-collaterals .cart_totals,
.wordpress-456sailing .woocommerce-page .cart-collaterals .cart_totals{
width: 100% !important;
float: none;
text-align: inherit;
}
.wordpress-456sailing.woocommerce-page .cart-collaterals .cart_totals table{
color: #959595 !important;
margin-bottom: 10px;
padding: 10px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
width: 100%;
}
.wordpress-456sailing.woocommerce-page .cart-collaterals .cart_totals table .order-total{
color: #555 !important;
}
.wordpress-456sailing.woocommerce-page .cart-collaterals .cart_totals tr td,
.wordpress-456sailing.woocommerce-page .cart-collaterals .cart_totals tr th{
border-top: 1px solid #ccc;
}
.wordpress-456sailing .woocommerce .cart-collaterals .cart_totals tr td,
.wordpress-456sailing.woocommerce-page .cart-collaterals .cart_totals tr td,
.wordpress-456sailing .woocommerce .cart-collaterals .cart_totals tr th,
.wordpress-456sailing.woocommerce-page .cart-collaterals .cart_totals tr th{
padding: 8px 5px;
}
.wordpress-456sailing .woocommerce .cart-collaterals .cart_totals table th,
.wordpress-456sailing.woocommerce-page .cart-collaterals .cart_totals table th{
width: 40%;
}
.wordpress-456sailing.woocommerce-page .cart-collaterals .cart_totals table select{
margin-bottom: 0;
}
.total-cart-btn-wrap{
margin: 0 10px;
}
.cart_totals-btn{
margin-bottom: 10px !important;
width: 100%;
}
.total-cart-wrap .coupon{
border-bottom: 1px solid #ebebeb;
padding: 10px 10px 20px;
}
.total-cart-wrap .coupon .btn{
width: 100%;
}
.total-cart-wrap .coupon #coupon_code{
margin-bottom: 10px;
}
.total-cart-tax{
padding: 0 10px 10px 10px;
}
.cart_totals-btn.btn-lg{
font-size: 16px;
}
.wordpress-456sailing .woocommerce #content .quantity,
.wordpress-456sailing .woocommerce .quantity,
.wordpress-456sailing.woocommerce-page #content .quantity,
.wordpress-456sailing.woocommerce-page .quantity{
width: 70px;
} .wordpress-456sailing .woocommerce .order_details,
.wordpress-456sailing.woocommerce-page .order_details{
padding: 0;
margin-bottom: 20px;
}
.wordpress-456sailing .woocommerce .order_details li,
.wordpress-456sailing.woocommerce-page .order_details li{
list-style: none;	
}
.wordpress-456sailing .order_details.bacs_details h3{
font-size: 14px;
line-height: 20px;
margin: 0 0 20px;
}
.wordpress-456sailing .woocommerce table.my_account_orders,
.wordpress-456sailing.woocommerce-page table.my_account_orders{
font-size: inherit;
}
.woocommerce-account legend{
padding-top: 20px;
color: #959595;
}
.woocommerce-account .addresses{
padding-top: 10px;
}
.woocommerce-account .address .title h3{
margin: 10px 0;
}
.woocommerce-account .lpd-shop-form-button{
margin-top: 10px;
}
.order-actions a{
margin-left: 5px;
} .wordpress-456sailing .woocommerce ul.cart_list li a,
.wordpress-456sailing .woocommerce ul.product_list_widget li a,
.wordpress-456sailing.woocommerce-page ul.cart_list li a,
.wordpress-456sailing.woocommerce-page ul.product_list_widget li a{
color: #555;
font-weight: inherit;
-webkit-transition: all .15s;
-moz-transition: all .15s;
-o-transition: all .15s;
transition: all .15s;
}
.wordpress-456sailing .footer.footer-dark-theme .woocommerce ul.cart_list li a,
.wordpress-456sailing .footer.footer-dark-theme .woocommerce ul.product_list_widget li a,
.wordpress-456sailing.woocommerce-page .footer.footer-dark-theme ul.cart_list li a,
.wordpress-456sailing.woocommerce-page .footer.footer-dark-theme ul.product_list_widget li a{
color: #fff;
}
.wordpress-456sailing .woocommerce ul.cart_list li img,
.wordpress-456sailing .woocommerce ul.product_list_widget li img,
.wordpress-456sailing.woocommerce-page ul.cart_list li img,
.wordpress-456sailing.woocommerce-page ul.product_list_widget li img{
width: 60px;
margin: 0 10px 0 0;
float: left;
-webkit-box-shadow: none;
box-shadow: none;
}
.wordpress-456sailing .woocommerce ul.cart_list li,
.wordpress-456sailing .woocommerce ul.product_list_widget li,
.wordpress-456sailing.woocommerce-page ul.cart_list li,
.wordpress-456sailing.woocommerce-page ul.product_list_widget li{
padding: 10px 0;
border-bottom: 1px solid rgba(0,0,0,0.1);
}
.wordpress-456sailing .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.wordpress-456sailing.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content{
background: #555;
margin-top: 20px;
}
.wordpress-456sailing .woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.wordpress-456sailing.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range{
background: #ccc;
border: 1px solid #b7b7b7;
*border: 0;
*zoom: 1;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.wordpress-456sailing .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.wordpress-456sailing.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{
border-color: #898989;
background: #959595;
}
.wordpress-456sailing .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.wordpress-456sailing.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
*border: 0;
*zoom: 1;
height: 16px;
width: 16px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
top: -5px;
-webkit-transition: all 0.15s ease-in-out 0s;  
-moz-transition: all 0.15s ease-in-out 0s;  
-o-transition: all 0.15s ease-in-out 0s;  
-ms-transition: all 0.15s ease-in-out 0s;  
transition: all 0.15s ease-in-out 0s;
}
.price_slider_amount .btn{
float: left;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span,
.woocommerce-page .widget_layered_nav ul li span{
color: #555;
}
.footer.footer-dark-theme .woocommerce .widget_layered_nav ul li a,
.woocommerce-page .footer.footer-dark-theme .widget_layered_nav ul li a,
.footer.footer-dark-theme .woocommerce .widget_layered_nav ul li span,
.woocommerce-page .footer.footer-dark-theme .widget_layered_nav ul li span{
color: #fff;
}
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a{
color: #fff !important;
}
.wordpress-456sailing .woocommerce .widget_shopping_cart .total,
.wordpress-456sailing.woocommerce-page .widget_shopping_cart .total{
border-color: rgba(0,0,0,0.1);
}
.wordpress-456sailing .woocommerce .widget_shopping_cart li:last-child,
.wordpress-456sailing.woocommerce-page .widget_shopping_cart li:last-child{
border: none;
}
.wordpress-456sailing .widget_product_categories ul{
list-style: none;
margin: 0;	
}
.wordpress-456sailing .widget_product_categories ul li{
position: relative;
}
.wordpress-456sailing .widget_product_categories ul li a{
display: inline-block;
position: relative;
color: #555;
padding: 10px 0 10px 34px;
background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img/thin-131_tag_sales_price_shop.png);
background-position: 0 8px;
background-repeat: no-repeat;
text-decoration: none;
z-index: 1;
-webkit-transition: all 0.15s ease-in 0s; 
-moz-transition: all 0.15s ease-in 0s; 
-o-transition: all 0.15s ease-in 0s; 
transition: all 0.15s ease-in 0s;
}
.wordpress-456sailing .footer.footer-dark-theme .widget_product_categories ul li a{
color: #fff;
background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img/thin-148_shopping_price_tag_bag_sale-1.png);
}
.wordpress-456sailing .widget_product_categories ul li .toggle{
position: absolute;
top: 10px;
right: 0;
z-index: 9;
cursor: pointer;
}
.wordpress-456sailing .widget_product_categories ul.children{
display: none;
}
.wordpress-456sailing .widget_product_categories ul.children li .toggle{
top: 5px;
}
.wordpress-456sailing .widget_product_categories ul ul{
padding: 0 0 0 8px;
margin: 0;
}
.wordpress-456sailing .widget_product_categories ul ul li{
padding: 5px 0 5px 25px;
}
.wordpress-456sailing .widget_product_categories ul ul li a{
color: #959595;
padding: 0;
background-image: none !important;
}
.wordpress-456sailing .widget_product_categories ul ul ul{
padding: 10px 0 10px 8px;
}
.wordpress-456sailing .product_list_widget ins{
text-decoration: none;
}
.wordpress-456sailing .product_list_widget del{
color: #959595;
font-size: 90%;
}
.wordpress-456sailing .woocommerce .widget_layered_nav_filters ul li a,
.wordpress-456sailing.woocommerce-page .widget_layered_nav_filters ul li a,
.wordpress-456sailing .woocommerce .widget_layered_nav ul li.chosen a,
.wordpress-456sailing.woocommerce-page .widget_layered_nav ul li.chosen a{
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
border: none;
color: #fff;
}
.wordpress-456sailing .footer.footer-dark-theme .woocommerce ul.cart_list li dl,
.wordpress-456sailing .footer.footer-dark-theme .woocommerce ul.product_list_widget li dl,
.wordpress-456sailing.woocommerce-page .footer.footer-dark-theme ul.cart_list li dl,
.wordpress-456sailing.woocommerce-page .footer.footer-dark-theme ul.product_list_widget li dl{
border-color: rgba(255, 255, 255, 0.2)
}
.wordpress-456sailing .woocommerce .widget_layered_nav ul small.count,
.wordpress-456sailing.woocommerce-page .widget_layered_nav ul small.count{
color: #555;
}
.wordpress-456sailing .footer.footer-dark-theme .woocommerce .widget_layered_nav ul small.count,
.wordpress-456sailing.woocommerce-page .footer.footer-dark-theme .widget_layered_nav ul small.count{
color: #fff;
} .lpd-product-category-wrap{
color: #fff !important;
display: block;
overflow: hidden;
position: relative;
}
.lpd-product-category-wrap mark{
color: #fff;
background-color: transparent;
}
.lpd-product-category-wrap h3{
color: #fff;
}
.lpd-product-category-wrap img {
display: block;
width: 100%;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.lpd-product-category-wrap:hover img {
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
}
.module-no-scale img{
-webkit-transform: scale(1) !important;
-moz-transform: scale(1) !important;
-o-transform: scale(1) !important;
-ms-transform: scale(1) !important;
transform: scale(1) !important;
}
.lpd-product-category-wrap .lpd-product-category-content{
position: absolute;
top: 0;
height: 100%;
width: 100%;
background: rgba(149, 149, 149, 0.2);
text-align: center;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.lpd-product-category-wrap:before{
content: '';
top: 0;
left: 0;
height: 100%;
width: 100%;
position: absolute;
z-index: 2;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.lpd-product-category-wrap:hover:before{
opacity: 0.25;
filter: alpha(opacity=25);
}
.lpd-product-category-wrap:hover .lpd-product-category-content{
background-color: transparent;
}
.lpd-product-category-wrap .lpd-product-category-content h3{
line-height: 40px;
font-size: 24px;
margin: 0 10px 10px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
}
.lpd-product-category-wrap .lpd-product-category-content h3 .count{
letter-spacing: 0;
}
.lpd-product-category-wrap .lpd-product-category-content h3.large{
line-height: 50px;
font-size: 36px;
}
.lpd-product-category-wrap .lpd-product-category-content table{
height: 100%;
width: 100%;
position: relative;
z-index: 9;
} .wordpress-456sailing .rsMinW.rsHor .rsArrowLeft .rsArrowIcn{
background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img/basic2-274_left_navigate_arrow.png);
background-position: 0 0;
}
.wordpress-456sailing .rsMinW.rsHor .rsArrowRight .rsArrowIcn{
background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img/basic2-275_right_navigate_arrow.png);
background-position: 0 0;
}
#jckWooThumbs_img_wrap .viewFull span{
background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img/basic2-286_full_screen_maximize.png);
background-position: 0 0;	
}
.wordpress-456sailing .jckcf:after{
height: 0;
}
.wordpress-456sailing #jckWooThumbs_img_wrap{
-webkit-box-shadow: 0px 0px 0px 1px rgba(235,235,235,1);
-moz-box-shadow: 0px 0px 0px 1px rgba(235,235,235,1);
box-shadow: 0px 0px 0px 1px rgba(235,235,235,1);	
}
.rsMinW .rsThumb.rsNavSelected img{
opacity: 0.9;
filter: alpha(opacity=90);
}
.wordpress-456sailing .zm-viewer{
z-index: 3;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=51fd63319bddc2d098ee)
 * Config saved to config.json and https://gist.github.com/51fd63319bddc2d098ee
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #555555;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
  line-height: 24px;
  color: #959595;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #555555;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #555555;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #555555;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: inherit;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}
.form-control:focus {
  border-color: #959595;
  outline: 0;
  background-color: #fffeef;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 0px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  padding: 7px 12px 7px;
  font-size: 13px;
  line-height: 20px;
  border-radius: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    -webkit-transition: background 0.1s ease-in-out 0s;  
    -moz-transition: background 0.1s ease-in-out 0s;  
    -o-transition: background 0.1s ease-in-out 0s;  
    -ms-transition: background 0.1s ease-in-out 0s;  
    transition: background 0.1s ease-in-out 0s;  
	/*-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;*/
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #555555;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #555555;
  background-color: #ebebeb;
  border-color: rgba(0, 0, 0, 0.1);
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #555555;
  background-color: #d7d7d7;
  border-color: rgba(0, 0, 0, 0.1);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #555555;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: rgba(255, 255, 255, 0.3);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: rgba(255, 255, 255, 0.3);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px 10px !important;
  font-size: 18px !important;
  line-height: 1.33 !important;
}
.btn-sm {
  padding: 5px 10px 5px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}
.btn-xs {
  padding: 1px 5px 1px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
/*  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;*/
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #555555;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #363636;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #363636;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #363636;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #363636;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #363636;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #363636;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #363636;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #363636;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #363636;
}
.fade{
	opacity:0;
	-webkit-transition:opacity .15s linear;
	-o-transition:opacity .15s linear;
	transition:opacity .15s linear
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
/* table (for demo)
================================================== */
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > t277 > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ebebeb;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ebebeb;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ebebeb;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ebebeb;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ebebeb;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ebebeb;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/*------------------------------------------------------------------
[Table of contents]

1. Reset
2. Header / #header
3. Header Message Box / .header-message-box
4. Main / #main
5. Footer / #footer
6. Widget / .widget
7. Blog / .blog-post
8. Shortcodes / .dropcap
9. Footer Meta / #footer-meta
10. Footer Bottom / #footer-bottom
11. Picons / .picons_social
12. Shopping Cart / .lpd-shopping-cart
13. Header Content / .lpd-header-content
14. Title-Breadcrumb / #title-breadcrumb
15. Wpml / .wpml-switcher
16. Portfolio Post / .single-portfolio
17. Visual Composer/ .wpb_row
18. Package / .vc-lpd-package
19. Icon Module / .vc_lpd_icon_module
20. Icon Working Hours / .vc_lpd_icon_working_time
21. Front Container / .vc_lpd_front_container
22. Featured Container / .featured-container
23. Sale Container / .lpd-sale-container
24. Progress Bar/ .progress
25. About Post / .single-team
26. Owl Carousel / .owl-carousel
27. Menu3dmega Style / .menu3dmega
28. 3d Effect / .menu-container
29. Footer Top #footer-top
30. Ultimate Addons for Visual Composer
31. Search/404 Page
32. scotchPanels
33. Wordpress Core

-------------------------------------------------------------------*/


/*------------------------------------------------------------------
1. Reset
-------------------------------------------------------------------*/
html{
	overflow-x: hidden;
}
.boxed #header,
.boxed #title-breadcrumb,
.boxed #main,
.boxed #footer-meta,
.boxed #footer-bottom,
.boxed #footer{
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
	.boxed #header,
	.boxed #title-breadcrumb,
	.boxed #main,
	.boxed #footer-meta,
	.boxed #footer-bottom,
	.boxed #footer{
		width: 820px;
	}
}
@media (min-width: 992px) {
	.boxed #header,
	.boxed #title-breadcrumb,
	.boxed #main,
	.boxed #footer-meta,
	.boxed #footer-bottom,
	.boxed #footer{
		width: 1040px;
	}	
}
@media (min-width: 1200px) {
	.boxed #header,
	.boxed #title-breadcrumb,
	.boxed #main,
	.boxed #footer-meta,
	.boxed #footer-bottom,
	.boxed #footer{
		width: 1240px;
	}	
}
embed,
iframe,
object,
video {
	max-width: 100%;
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.page-header-image-parallax{
	background-color: transparent;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-attachment: fixed;
}
.page-header-image{
	background-color: transparent;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center;
	background-repeat: repeat;
}
.page-header-image-repeat{
	background-color: transparent;
	background-repeat: repeat;
}
.lpd-animated-link a{
	-webkit-transition: all 0.15s ease-in 0s; 
	-moz-transition: all 0.15s ease-in 0s; 
	-o-transition: all 0.15s ease-in 0s; 
	transition: all 0.15s ease-in 0s;
}
.lpd-heading-title{
	font-size: 18px;
	position: relative;
	line-height: 20px;
	margin: 20px 0;
}
.lpd-heading-title:before{
	content: "";
	top: 10px;
	left: 0;
	position: absolute;
	height: 1px;
	width: 100%;
	display: block;
	background: #ebebeb;
	z-index: 1;
}
.lpd-heading-title span{
	display: table;
    margin: 0 auto;
    padding: 0 10px;
    background-color: #fff;
    position: relative;
    z-index: 9;
}
.lpd-heading-title span.left{
    margin: 0 auto 0 10px;
}
.deco-sep-line-50,
.deco-sep-line-100,
.deco-sep-line-150,
.deco-sep-line-200{
	height: 3px;
	display: inline-block;
	margin: 0 0 17px;
	background: transparent;
}
.deco-sep-line-200{
	width: 200px;
}
.deco-sep-line-150{
	width: 150px;
}
.deco-sep-line-100{
	width: 100px;
}
.deco-sep-line-50{
	width: 50px;
}
.letter-spacing-1{
	letter-spacing: 1px;
}
.title-styles{
	padding: 40px 0;
	letter-spacing: 2px;
	margin: 0 auto;
	display: table;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.menu3dmega .content.menu-right-background{
	padding-right: 100px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.menu3dmega .content.menu-bottom-background{
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.menu3dmega .content.menu-bottom-right-background{
	padding-bottom: 100px;
	padding-right: 100px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.menu3dmega .content.menu-bottom-background-200{
	padding-bottom: 200px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.menu3dmega .content.menu-bottom-right-background-200{
	padding-bottom: 100px;
	padding-right: 200px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tooltip{
	font-family: inherit !important;
}

/*------------------------------------------------------------------
2. Header / #header
-------------------------------------------------------------------*/
#header{
	position: relative;
	z-index: 9;
	background-color: #fff;
}
.header-top{
	min-height: 50px;
	color: #959595
}
.header-top a{
	color: #555;
}
.header-top .header-top-container{
	background-color: #f5f5f5;
	min-height: 50px;
}
.theme-option-contacts,
.header-top .picons_social,
.header-top .meta-menu,
.custom-meta{
	position: relative;
	padding: 15px 15px;
}
.header-top .meta-menu{
	padding: 15px 7px 15px 9px;
}
@media (min-width: 992px) {
	.theme-option-contacts:before,
	.header-top .picons_social:before,
	.header-top .meta-menu:before,
	.custom-meta:before{
		content: '';
		position: absolute;
		display: block;
		height: 20px;
		width: 1px;
		right:0;
		top:15px;
		background-color: rgba(0, 0, 0, 0.08);
	}
}
.left_header_meta .theme-option-contacts:before,
.header-top .left_header_meta .picons_social:before,
.header-top .left_header_meta .meta-menu:before,
.left_header_meta .custom-meta:before{
	right: auto;
	left: 0;
}
.right_header_meta > ul:first-child:before,
.right_header_meta > div:first-child:before,
.left_header_meta > ul:first-child:before,
.left_header_meta > div:first-child:before{
	display: none;	
}
.left-custom-meta{
	float: left;
}
.right-custom-meta{
	float: left;
}
@media (min-width: 992px) {
	.right-meta-menu{
		float: right;
	}
	.right-custom-meta{
		float: right;
	}
	.header-top .left_header_meta .picons_social{
		float: left;
	}
	.header-top .right_header_meta .picons_social{
		float: right;
	}
}
.header-top .meta-menu{
	margin: 0;
}
.left-meta-menu{
	float: left;
}
.right-meta-menu{
	float: left;
}
.meta-menu li:first-child{
	border-left: none !important;
}
.meta-menu li{
	display: inline-block;
	padding: 0 6px 0 8px;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.theme-option-contacts{
	padding: 15px 10px;
}
.left_header_meta .theme-option-contacts{
	float: left;	
}
.right_header_meta .theme-option-contacts{
	float: left;
}
@media (min-width: 992px) {
	.right-meta-menu{
		float: right;
	}
	.right_header_meta .theme-option-contacts{
		float: right;
	}	
}
.theme-option-contacts .location,
.theme-option-contacts .email,
.theme-option-contacts .phone{
	margin: 0 5px;
	padding-left: 31px;
	background-repeat: no-repeat;
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img/mail-1.png);
	background-position: left center;
}
.theme-option-contacts .location{
	padding-left: 21px;
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img/basic2-059_pin_location.png);
	background-position: left center;
}
.theme-option-contacts .phone{
	padding-left: 21px;
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img/phone.png);
	background-position: left center;
}
.header-middle{
	position: relative;
	z-index: 4;
}
.header-middle .header-middle-container{
	position: relative;
	z-index: 2;
	background-color: #fff;
}
.header-middle .duo-color-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}
.header-middle .duo-color-bg .color-1{
	width: 50%;
	height: 100%;
	float: left;
}
.header-middle .duo-color-bg .color-2{
	width: 50%;
	float: left;
	height: 100%;
}
.hsli-icon-img{
	display: none;
}
@media (min-width: 992px) {
	.header-sep-line-icon{
		width: 100%;
		height: 1px;
		background-color: #ebebeb;
		margin: 20px 0;
		position: relative;
	}
	.header-middle-logo-left .header-sep-line-icon{
		margin: 30px 0 10px;
	}
	.hsli-icon{
		position: absolute;
		left: 50%;
		margin-top: -15px;
		margin-left: -35px;
	    display: block;
	    font-size: 30px;
	    max-width: 100%;
	    padding: 0 20px;
	    width: 1em;
		-webkit-box-sizing: content-box !important;
		-moz-box-sizing: content-box !important;
		box-sizing: content-box !important;
		background-color: #fff;
	}
	.hsli-icon-img{
	    display: block;
	    max-width: 100% !important;
	}
	.hsli-icon-40{
	    font-size: 40px;
		margin-top: -20px;
		margin-left: -40px;
	}
	.hsli-icon-50{
	    font-size: 50px;
		margin-top: -25px;
		margin-left: -45px;
	}
}
.header-middle-content{
	margin: 20px 15px;
	position: relative;
}
.logo{
	font-size: 36px;
	line-height: 40px;
	position: relative;
	z-index: 2;
	display: table;	
	margin: 0 auto;
}
.logo a{
	display: block;
}
.header-middle-logo-top-center-center .logo a{
	display: table;
	margin:  0 auto;
}
@media (min-width: 992px) {
	.header-middle-logo-top-left .logo{
		float: left;
		margin: 0;
		margin: 40px 60px 40px 0;
		display: table-cell;
		text-align: inherit;
	}
	.header-middle-logo-left .logo{
		float: left;
		margin: 0;
		display: table-cell;
		text-align: inherit;
	}
	.header-middle-logo-top-left .logo.img{
		margin: 0 30px 0 0;
	}
	.header-middle-logo-top-left .logo.img{
		margin: 0 60px 0 0;
	}
}
@media (min-width: 992px) {
	.header-middle-content-right{
		float: right;
	}
}
.header-search-menu-message .header-middle-menu,
.header-search-menu-message .header-middle-search{
	display: table;
	margin: 15px auto;
}
.header-middle-logo-top-left .header-middle-search,
.header-middle-content-right .header-middle-menu,
.header-middle-logo-top-center-left .header-middle-search{
	display: table;
	margin: 0 auto;
}
@media (max-width: 991px) {
	.header-middle-logo-top-left .header-middle-search,
	.header-middle-logo-top-center-left .header-middle-search{
		margin-top: 15px !important;
		margin-bottom: 15px !important; 
	}
	.header-middle-menu-wrap{
		margin-top: 0 !important;
		margin-bottom: 0 !important; 
	}
}

@media (min-width: 992px) {
	.header-search-menu-message{
		position: absolute;
		right: 0;
		top: 0;
	}
	.header-search-menu-message .header-middle-menu,
	.header-middle-content-right .header-middle-menu,
	.header-search-menu-message .header-middle-search{
		float: left;
		display: block;
	}
	.header-middle-logo-top-left .header-middle-search,
	.header-middle-logo-top-center-left .header-middle-search{
		float: left;
		display: block;
		margin-right: 10px;
	}
	.header-middle-logo-top-left .header-middle-content-right .header-middle-search{
		margin-right: 0;
		margin-left: 10px;
	}
}
.header-middle-bottom-right .header-middle-search,
.header-middle-logo-top-center-right .header-middle-search{
	display: table;
	margin: 0 auto;
}
.header-middle-bottom-right .header-middle-search{
	position: relative;
	z-index: 2;
}
.header-middle-bottom-right .header-middle-search.header-middle-search_margin_right{
	margin-right: 10px;
}
@media (max-width: 991px) {
	.header-search-menu-message .header-middle-search,
	.header-middle-bottom-right .header-middle-search,
	.header-middle-logo-top-center-right .header-middle-search{
		margin-top: 15px !important;
		margin-bottom: 15px !important; 
	}
}
@media (min-width: 992px) {
	.header-middle-logo-top-center-right .header-middle-search{
		float: right;
		margin-left: 10px;
		margin-right: 0;
	}
	.header-middle-bottom-right .header-middle-search{
		float: right;
		margin-left: 10px;
	}
	.header-middle-logo-top-center-right .header-middle-menu-wrap,
	.header-middle-logo-top-center-right .header-middle-menu{
		float: right;
	}
	.header-middle-logo-left .header-middle-search{
		margin-top: 0 !important;
	}
}
.header-middle-search .search-btn{
	width: 40px;
	height: 40px;
	background-color: transparent;
	border: 1px solid #ebebeb;
	float: left;
	margin-right: 5px;
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img/magnifier.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header-middle-logo-top .header-middle-search .search-btn{
	width: 50px;
	height: 50px;
}
.header-middle-search .form-control{
	float: left;
	width: 70%;
	border-color: #ebebeb;
	padding: 10px;
	height: 40px;
}
.header-middle-logo-top .header-middle-search .form-control{
	height: 50px;
	padding: 15px 10px;
}
.header-middle-logo-top-left .header-middle-content-right .header-middle-search .form-control,
.header-middle-search .form-control{
	width: 180px;
}
.header-middle-logo-top-left .header-middle-top .header-middle-search .form-control{
	width: 250px;
}
.header-middle-menu{
	margin: 10px 0;
	padding: 0;
}
.header-middle-content-right .header-middle-menu,
.header-middle-logo-top-center-right .header-middle-menu{
	margin: 15px auto;
	display: table;
}
.header-middle-logo-top-left .header-middle-menu,
.header-middle-logo-top-center-left .header-middle-menu{
	margin: 15px auto;
	display: table;
}
@media (min-width: 992px) {
	.header-search-menu-message .header-middle-menu{
		margin: 10px -6px 10px 20px;
	}
	.header-middle-content-right .header-middle-menu,
	.header-middle-logo-top-center-right .header-middle-menu{
		margin: 15px -6px 15px 20px !important;
	}
	.header-middle-logo-top-left .header-middle-menu,
	.header-middle-logo-top-center-left .header-middle-menu{
		margin: 15px 20px 15px -6px;
		float: left;
	}
	.header-middle-logo-top-center-left .header-middle-menu-wrap,
	.header-middle-logo-top-left .header-middle-menu-wrap{
		float: left;
	}
}
.header-middle-menu li{
	position: relative;
	display: inline-block;
	padding: 0 6px 0 8px;
}
.header-middle-menu li:before{
	content: '/';
	position: absolute;
	left: -4px;
	color: #ccc;
}
.header-middle-menu li:first-child:before{
	display: none;
}
.header-middle-menu li a{
	color: #959595;
}
@media (min-width: 992px) {
	.header-middle-logo-left .lpd-shopping-cart{
		margin: 65px 0 0;
	}
	.header-middle-logo-top .header-middle-bottom-right{
		float: right;
		padding-top: 5px;
	}
	.header-middle-logo-top-center-left,
	.header-middle-logo-top-center-center,
	.header-middle-logo-top-center-right{
		float: left;
		width: 33.33333%;
	}
}
.header-bottom{
	position: relative;
	z-index: 1;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.header-bottom .header-bottom-container{
	position: relative;
	z-index: 2;
	background-color: #fff;
}
.header-bottom .duo-color-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}
.header-bottom .duo-color-bg .color-1{
	width: 50%;
	height: 100%;
	float: left;
}
.header-bottom .duo-color-bg .color-2{
	width: 50%;
	float: left;
	height: 100%;
}
.header-bottom-container .col-md-8,
.header-bottom-container .col-md-4{
	padding: 15px 0;
	min-height: 50px;
}
.hbc-right,
.hbc-left{
	display: inline-block;
	position: relative;
}
.hbc_right_icon_active,
.hbc_left_icon_active{
	padding-left: 40px;	
}
.hbc_right_icon,
.hbc_left_icon{
	position: absolute;
    display: block;
    font-size: 30px;
    max-width: 100%;
    width: 1em;
	padding: 5px;
	vertical-align: bottom;
	background-color: #555;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	left: 0;
	top: -5px;
}
.hbc_right_icon img,
.hbc_left_icon img{
    display: block;
    max-width: 100% !important;
    width: 1em;
}
.scotch-is-showing #header{
	z-index: 999998;
}
.scotch-panel-canvas{
	transform:inherit !important;
	-webkit-transform: inherit !important;
}
.lpd-sticky-menu{
	position: fixed;
	top: 0;
	visibility: hidden;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 5;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.09);
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	opacity: 0;
	filter: alpha(opacity=0);
}
.lpd-sticky-menu.lpd-sticky.sticky-active{
	top: 0;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.lpd-sticky-menu .logo{
	display: block;
	padding: 10px;
}
.lpd-sticky-menu .logo img{
	max-height: 60px;
}
.lpd-sticky-menu .menuMega{
	margin: 0;
	padding: 10px;
	border: 0;
}
.lpd-sticky-wpml-cart{
	float: right;
	padding-top: 13px;
}
.lpd-sticky-wpml-cart .lpd-shopping-cart{
	float: right;	
}

/*------------------------------------------------------------------
3. Header Message Box / .header-message-box
-------------------------------------------------------------------*/
.header-message-box{
	padding: 15px 10px 5px;
	position: relative;
	display: table;
	margin: 0 auto;
	border: 1px dashed #ebebeb;
}
.header-middle-logo-left .header-message-box{
	padding: 10px 10px 0;
}
@media (max-width: 991px) {
	.header-message-box{
		margin-top: 15px !important;
		margin-bottom: 15px !important; 
	}
}
@media (min-width: 992px) {
	.header-message-box{
		margin: 0;
		display: inline-block;
	}
	.header-middle-logo-top-left .header-message-box,
	.header-middle-logo-top-center-left .header-message-box{
		float: left;
	}
	.header-middle-logo-top-center-right .header-message-box,
	.header-middle-bottom-right .header-message-box{
		float: right;
	}
	.header-middle-logo-top-center-right .header-message-box{
		margin-left: 10px;
	}
	.header-middle-bottom-right .header-message-box{
		z-index: 2;
	}
	.header-middle-bottom-right .header-message-box.header-message-box_margin_right{
		margin-right: 10px;
	}
	.header-middle-logo-top-left .header-middle-content-right .header-message-box{
		margin-right: 0;
		margin-left: 10px;
	}
}
.header-message-box .hmb-icon{
	position: absolute;
	top: -13px;
	right: 10px;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
    display: block;
    font-size: 25px;
    max-width: 100%;
    width: 1em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.header-message-box.type2 .hmb-icon{
	right: auto;
	left: 10px;
}
.header-message-box.type3{
	padding-right: 45px;
}
.header-message-box.type3 .hmb-icon{
	font-size: 30px;
	top: 5px;
	right: 5px;
}
.header-message-box.type4{
	padding-left: 45px;
}
.header-message-box.type4 .hmb-icon{
	font-size: 30px;
	top: 5px;
	right: auto;
	left: 5px;
}
.header-middle-logo-top .header-message-box.type3 .hmb-icon,
.header-middle-logo-top .header-message-box.type4 .hmb-icon{
	top: 10px;
}
.header-message-box .hmb-icon img{
    display: block;
    max-width: 100% !important;
	padding: 5px;
}
@media (min-width: 992px) {
	.header-middle-logo-left .header-message-box{
		float: left;
		margin-top: 0 !important;
	}
	.header-middle-content-right .header-message-box,
	.header-middle-logo-left .header-message-box{
		margin-left: 20px;
	}
}

/*------------------------------------------------------------------
4. Main / #main
-------------------------------------------------------------------*/
#main{
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.inner-page{
	padding-top: 40px;
}
.page-content{
	margin-bottom: 40px;
}
.page-content-no-margin{
	margin-bottom: 0;
}
.disabled-inner-page-margin.inner-page{
	padding-top: 0;
}
.disabled-inner-page-margin .page-content{
	margin-bottom: 0;
}
.sidebar{
	margin-bottom: 40px;
}
.no-shop-title.inner-page{
	padding-top: 0;
}
@media (min-width: 992px) {
	.lpd-sidebar-page{
		padding-right: 60px;
	}
	.left-sidebar-template .lpd-sidebar-page{
		padding-left: 60px;
		padding-right: inherit;
	}
}
@media (min-width: 992px) {
	.left-sidebar-template .page-content.shop-product-post .product,
	.left-sidebar-template .page-content{
		float: right !important;
	}
}

/*------------------------------------------------------------------
5. Footer / #footer
-------------------------------------------------------------------*/
#footer{
	background-color: #363636;
	padding-top: 80px;
	padding-bottom: 40px;
	z-index: 1;
	position: relative;
}
.footer.footer-dark-theme{
	color: rgba(255,255,255,0.9);
}
#footer-separator{
	height: 5px;
	z-index: 2;
	position: relative;
}
.footer-separator-icon{
	position: absolute;
	left: 50%;
	margin-top: -37px;
	margin-left: -37px;
    display: block;
    font-size: 70px;
    max-width: 100%;
    width: 1em;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
	background-color: #fff;
	border: 5px solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.footer-separator-icon-img{
    display: block;
    max-width: 100% !important;
    width: 1em;
}

/*------------------------------------------------------------------
6. Widget / .widget
-------------------------------------------------------------------*/
.widget{
	margin-bottom: 40px;
}
.widget .title{
	font-size: 13px;
	text-transform: uppercase;
}
.widget select,
.widget .textwidget img{
	max-width: 98.5%;
}
.widget.widget_rss ul li a,
.widget.widget_pages ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_login ul li a,
.widget.widget_meta ul li a,
.widget.widget_categories ul li a,
.widget.widget_archive ul li a,
.widget.widget_recent_comments ul li a,
.widget.widget_recent_entries ul li a{
	color: #555;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.footer.footer-dark-theme .widget.widget_rss ul li a,
.footer.footer-dark-theme .widget.widget_pages ul li a,
.footer.footer-dark-theme .widget.widget_nav_menu ul li a,
.footer.footer-dark-theme .widget.widget_login ul li a,
.footer.footer-dark-theme .widget.widget_meta ul li a,
.footer.footer-dark-theme .widget.widget_categories ul li a,
.footer.footer-dark-theme .widget.widget_archive ul li a,
.footer.footer-dark-theme .widget.widget_recent_comments ul li a,
.footer.footer-dark-theme .widget.widget_recent_entries ul li a{
	color: #fff;
}
.widget_product_search .screen-reader-text,
.widget_search .screen-reader-text{
	display: block;
}
.widget_product_search .form-control,
.widget_search .form-control{
	display: inline-block;
	width: 65%;
	height: 32px;
}
.footer.footer-dark-theme .widget_product_search .form-control,
.footer.footer-dark-theme .widget_search .form-control{
	border-color: white;
}
.widget ul{
	padding: 0;
	list-style: none;
}
.widget.widget_rss ul li,
.widget.widget_pages ul li,
.widget.widget_nav_menu ul li,
.widget.widget_login ul li,
.widget.widget_meta ul li,
.widget.widget_categories ul li,
.widget.widget_archive ul li,
.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li{
	padding: 10px 0;
	border-bottom: 1px solid #ebebeb;
	position: relative;
}
.footer.footer-dark-theme .widget.widget_rss ul li,
.footer.footer-dark-theme .widget.widget_pages ul li,
.footer.footer-dark-theme .widget.widget_nav_menu ul li,
.footer.footer-dark-theme .widget.widget_login ul li,
.footer.footer-dark-theme .widget.widget_meta ul li,
.footer.footer-dark-theme .widget.widget_categories ul li,
.footer.footer-dark-theme .widget.widget_archive ul li,
.footer.footer-dark-theme .widget.widget_recent_comments ul li,
.footer.footer-dark-theme .widget.widget_recent_entries ul li{
	border-color: rgba(255,255,255,0.1);
}
.footer .widget.widget_rss ul li,
.footer .widget.widget_pages ul li,
.footer .widget.widget_nav_menu ul li,
.footer .widget.widget_login ul li,
.footer .widget.widget_meta ul li,
.footer .widget.widget_categories ul li,
.footer .widget.widget_archive ul li,
.footer .widget.widget_recent_comments ul li,
.footer .widget.widget_recent_entries ul li{
	border-bottom: 1px solid #d7d7d7;
}
.widget.widget_pages ul li a:before,
.widget.widget_nav_menu ul li a:before,
.widget.widget_login ul li a:before,
.widget.widget_meta ul li a:before,
.widget.widget_categories ul li a:before,
.widget.widget_archive ul li a:before,
.widget.widget_recent_comments ul li a:before,
.widget.widget_recent_entries ul li a:before{
	content: "›";
	top: 10px;
	right: 0;
	position: absolute;
	height: 20px;
	width: 13px;
	display: inline-block;
	z-index: 1;
	color: #ccc;
	font-style: normal;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.footer.footer-dark-theme .widget.widget_pages ul li a:before,
.footer.footer-dark-theme .widget.widget_nav_menu ul li a:before,
.footer.footer-dark-theme .widget.widget_login ul li a:before,
.footer.footer-dark-theme .widget.widget_meta ul li a:before,
.footer.footer-dark-theme .widget.widget_categories ul li a:before,
.footer.footer-dark-theme .widget.widget_archive ul li a:before,
.footer.footer-dark-theme .widget.widget_recent_comments ul li a:before,
.footer.footer-dark-theme .widget.widget_recent_entries ul li a:before{
	color: rgba(255,255,255,0.25);
}
.widget.widget_rss ul ul,
.widget.widget_pages ul ul,
.widget.widget_nav_menu ul ul,
.widget.widget_login ul ul,
.widget.widget_meta ul ul,
.widget.widget_categories ul ul,
.widget.widget_archive ul ul,
.widget.widget_recent_comments ul ul{
    padding: 5px 0 5px 10px;
    margin: 10px 0 0;
}
.widget.widget_rss ul ul li,
.widget.widget_pages ul ul li,
.widget.widget_nav_menu ul ul li,
.widget.widget_login ul ul li,
.widget.widget_meta ul ul li,
.widget.widget_categories ul ul li,
.widget.widget_archive ul ul li,
.widget.widget_recent_comments ul ul li,
.widget.widget_recent_entries ul ul li{
    padding: 5px 0 5px 5px;
    border: none !important;
    font-size: 95%;
    list-style: square inside;
}
.widget_rss .title .rsswidget{
	color: #555;
	text-decoration: none !important;
}
.footer.footer-dark-theme .widget_rss .title .rsswidget{
	color: #fff;
}
.tagcloud a,
.tags a{
	display: inline-block;
	font-size: 11px !important;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px 8px;
	color: #555;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	margin-right: 2px;
	letter-spacing: 0.75px;
    -webkit-transition: all 0.1s ease-in-out 0s;  
    -moz-transition: all 0.1s ease-in-out 0s;  
    -o-transition: all 0.1s ease-in-out 0s;  
    -ms-transition: all 0.1s ease-in-out 0s;  
    transition: all 0.1s ease-in-out 0s;  
}
.tagcloud a:hover,
.tags a:hover{
	color: #fff;
}
.footer.footer-dark-theme .tagcloud a,
.footer.footer-dark-theme .tags a{
	color: #fff;
	border-color: rgba(255,255,255,0.25); 
}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 12px; }
#wp-calendar thead th { padding-bottom: 10px;text-align: center; }
#wp-calendar tbody { color: #959595; border: none;}
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none !important; border: none;}
#wp-calendar tfoot #next { font-size: 12px; text-transform: uppercase; text-align: right;}
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px;}
#wp-calendar tfoot #next a {}
#wp-calendar tfoot #prev a {}

/*------------------------------------------------------------------
7. Blog / .blog-post
-------------------------------------------------------------------*/

.blog-post{
	margin-top: 40px;
	position: relative;
	min-height: 250px;
}
.blog-post:first-child{
	margin-top: 0;
}
.blog-post-wrap{
	padding-left: 100px;
}
.page-thumbnail{
	margin-bottom: 20px;
}
.lpd-video-responsive{
	margin-bottom: 15px
}
.more-link{
	display: block;
	margin-top: 10px;
	text-align: right;
}
.blog-pagination{
	margin-top: 20px;
}
.blog-pagination{
	margin-left: -5px;
}
.blog-pagination a{
	margin: 0 5px;
}
.blog-post-title{
	margin-top: 10px;
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.blog-post-title a{
	color: #555;
}
.blog-post-taxo{
	position: relative;
	margin: 20px 0 10px;
	padding: 10px;
	color: rgba(0, 0, 0, 0.5);
}
.blog-post-taxo:before{
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.05;
	filter: alpha(opacity=5);
	z-index: 1;
}
.blog-post-taxo ul li,
.blog-post-taxo ul{
	display: inline-block;
	padding: 0;
	margin: 0;
}
.blog-post-taxo a{
	position: relative;
	z-index: 2;
}
.blog-post-taxo ul:first-child{
	margin-right: 10px;
}
.blog-post-content{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}
.single-post-meta a{
	display: inline-block;
	position: relative;
	color: #959595;
	margin-left: 10px;
	padding-left: 25px;
	background-position: 0 2px; 
	background-repeat: no-repeat;
}
.single-post-meta a.date{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img/basic1-014_stopwatch.png);
}
.single-post-meta a.comment{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img/basic2-005_bubble_cloud.png);
}
.single-post-meta a.author{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img/basic1-118_smiley_happy.png);
}
.single-post-meta a:first-child{
	margin-left: 0;
}
.blog-post-link-img{
	display: block;
	position: relative;
}
.single-post-meta{
	margin-bottom: 10px;
}
.blog-post-meta{
	position: absolute;
	left: 0;
	top: 0;
	border-top: 1px solid #ebebeb;
	padding-top: 10px;
}
.blog-post-meta .date{
	display: block;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	text-decoration: none !important;
	color: #555;
}
.blog-post-meta .date span{
	display: block;
}
.blog-post-meta .date span.month{
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.blog-post-meta .date span.day{
	font-size: 36px;
	line-height: 40px;
}
.blog-post-meta .avatar{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.blog-post-meta .author{
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}
.blog-post-meta .author img{
	display: block;
}
.blog-post-meta .author a{
	color: #959595;
}
.blog-post-meta .comment{
	text-align: center;
	display: block;
	font-size: 11px;
	padding-top: 20px;
	color: #959595;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img/basic2-005_bubble_cloud.png);
}
.comment-title,
.comment-reply-title{
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 10px 0;
	position: relative;
}
#comments{
	margin-top: 40px;
}
.comment-container{
    position: relative;
    left: -3px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ebebeb;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.comment-post{
    position: relative;
    left: 4px;
    top: -4px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 20px 20px 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.comment-post div.avatar{
    float: left;
    padding: 2px;
    background: #fff;
    border: 1px solid #ebebeb;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.comment-post img{
    display: block;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.comment-post .author{
    margin-left: 80px;
}
.comment-content,
.comment-post p{
	float: left;
	color: #959595;
}
.comment-content{
	width: 100%;
}
.comment-content p{
	float: none;
}
.comment-author{
	float: left;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.75px;
}
.comment-info{
	float: right;
    margin-bottom: 10px;
}
.comment-info a{
    border-left: 1px solid #ebebeb;
    padding-left: 5px;
    margin-left: 5px;
}
.comment-post.reply{
    background: none;
    border: none;
}
#comments #respond{
	padding: 20px;
}
.comment-container .comment-container{
   left: 0;
   margin: 0;
   background: none;
   border: none;
}
.comment-container .comment-container .comment-post{
    background: none;
    border: none;
}
.no-content-matched,
.moderation{
    color: #d9534f;
}
@media (min-width: 768px) {
	#commentform input{
		width: 33%;
	}
	#commentform textarea{
		width: 66%;
	}
	#pp_full_res #commentform textarea{
		width: 100%;
	}
	#commentform input.btn{
		width: inherit;
	}
}

/*------------------------------------------------------------------
8. Shortcodes / .dropcap
-------------------------------------------------------------------*/
.dropcap2,
.dropcap1,
.dropcap{
    display: block;
    float: left;
    text-align: center;
    height: 60px;
    width: 40px;
    line-height: 60px;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
    background: #555;
}
.dropcap2{
    background: #555;
}
.dropcap2.rounded,
.dropcap1.rounded,
.dropcap.rounded{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

/*------------------------------------------------------------------
9. Footer Meta / #footer-meta
-------------------------------------------------------------------*/

#footer-meta{
	position: relative;
}
#footer-meta .duo-color-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}
#footer-meta .duo-color-bg .color-1{
	width: 50%;
	height: 100%;
	float: left;
}
#footer-meta .duo-color-bg .color-2{
	width: 50%;
	float: left;
	height: 100%;
}
#footer-meta .footer-meta-container{
	position: relative;
	z-index: 2;
}
#footer-meta .item{
	padding: 30px 0;
	letter-spacing: 0.75px;
	position: relative;
	text-align: center;
}
#footer-meta .item:before{
	content: "";
	right: 0;
	top: 25%;
	position: absolute;
	height: 50%;
	width: 1px;
	display: block;
	background: rgba(255,255,255,0.3);
}
#footer-meta .col-md-3:last-child .item:before,
#footer-meta .col-md-4:last-child .item:before,
#footer-meta .the-first-fm-column .item:before{
	display: none;
}
#footer-meta .fm-min-height .item{
	min-height: 132px;
}
#footer-meta .fm-min-height-img .item{
	min-height: 180px;
}
#footer-meta .fm-min-height-no-sm-sub .item{
	min-height: 146px !important;
}
#footer-meta{
	position: relative;
	color: rgba(255,255,255,1);
	z-index: 1;
}
#footer-meta .social-media{
	padding: 30px 0;
	letter-spacing: 0.75px;
	position: relative;
	text-align: center;
}
#footer-meta .social-media .picons_social{
	padding: 20px 0 14px;
}
#footer-meta .fm-min-height-no-sm-sub .social-media .picons_social{
	padding: 20px 0 0;
}
#footer-meta .item .label{
	font-size: 85%;
	margin: 0 5px;
	line-height: 20px;
	padding: 2px 5px;
}
.sm_label,
.fm-item-title{
	text-transform: uppercase;
	font-size: 14px;
}
.fm-item-separator{
	display: inline-block;
	background: rgba(255,255,255,0.3);
	width: 100px;
	height: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 15px 0 8px; 
}
.sm-subtitle,
.fm-item-subtitle{
	color: rgba(255,255,255,0.7);
}
.fm-item-img{
	padding: 20px 0;
}
.fm-item-img img{
	max-height: 40px;
}

/*------------------------------------------------------------------
10. Footer Bottom / #footer-bottom
-------------------------------------------------------------------*/
#footer-bottom{
	background-color: #363636;
	padding: 30px 0;
}
#footer-bottom.footer-bottom-dark-theme{
	color: rgba(255,255,255,0.75);
}
#footer-bottom.footer-bottom-dark-theme a{
	text-decoration: underline;
	color: #fff
}
.copyright{
	margin: 0;
	padding: 15px 0;
	text-align: right;
}
.col-md-12 .copyright{
	text-align: left;
}
.footer-menu{
	padding: 15px 0;
	margin: 0;
}
.footer-menu li{
	display: inline-block;
	border-left: 1px solid #e1e1e1;
}
.footer-menu li a{
	padding: 0 8px 0 10px;
}
#footer-bottom.footer-bottom-dark-theme .footer-menu a{
	text-decoration: none;
}
#footer-bottom.footer-bottom-dark-theme .footer-menu li{
	border-left: 1px solid rgba(255,255,255,0.2);
}
.footer-menu li:first-child{
	border: none !important;
}
.footer-menu li:first-child a{
	padding-left: 0;
}

/*------------------------------------------------------------------
11. Picons / .picons_social
-------------------------------------------------------------------*/
.header-top .picons_social{
	height: 50px;
}
.picons_social a{
	display: inline-block !important;
}
#footer-meta .picons_social .icon{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 40px !important;
	height: 40px !important;
}
#footer-meta .picons_social .icon:hover{
	border-color: rgba(255,255,255,0.5);
}
.header-top .meta_colored_icons.picons_social{
	padding: 0 15px;
}
.meta_colored_icons.picons_social .icon{
	height: 30px;
	background-position: center center;
	background-color: #fff;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	border: 3px solid #d7d7d7;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.header-top .meta_colored_icons.picons_social .icon{
	margin: 10px 1px;
}
.meta_colored_icons.picons_social .icon:hover{
	opacity: 0.75 !important;
	filter: alpha(opacity=75) !important;
}
.header-middle .picons_social{
	height: 50px;
	display: table;
	padding: 10px 10px 5px;
	border: 1px dashed #ebebeb;
	margin: 0 auto;
	z-index: 9;
	position: relative;
}
@media (min-width: 992px) {
	.header-middle .picons_social{
		display: inline-block;
	}
	.header-middle-logo-top-left .picons_social,
	.header-middle-logo-top-center-left .picons_social{
		float: left;
	}
	.header-middle-logo-top-left .picons_social{
		margin-left: 20px;
	}
	.header-middle-logo-top-center-right .picons_social,
	.header-middle-bottom-right .picons_social{
		float: right;
	}
	.header-middle-logo-left .picons_social{
		margin-top: 65px !important;
		float: right;
	}
	.header-middle-logo-top-left .picons_social.picons_social_middle_margin_right,
	.header-middle-logo-top-center .picons_social.picons_social_middle_margin_right,
	.header-middle-logo-left .picons_social.picons_social_middle_margin_right{
		margin-right: 10px;
	}
	.header-middle-logo-top-left .header-middle-content-right .picons_social{
		margin-left: 10px;
		margin-right: 0;
	}
}
.header-middle .picons_social .icon{
	opacity: 0.66 !important;
	filter: alpha(opacity=66) !important;
}
.header-middle .picons_social .icon:hover{
	opacity: 0.75 !important;
	filter: alpha(opacity=75) !important;
}
.about-post-details.meta_colored_icons .icon{
	float: left;
	margin: 5px 10px 0 0;
}
.single-team .col-md-6 .lpd-progress-bar:last-child{
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.header-middle .picons_social{
		margin-top: 15px !important;
		margin-bottom: 15px !important; 
	}
}

/*------------------------------------------------------------------
12. Shopping Cart / .lpd-shopping-cart
-------------------------------------------------------------------*/
.lpd-shopping-cart{
	display: table;
	margin: 15px auto;
	position: relative;
	z-index: 2;
	padding: 10px;
	border: 3px solid #e1e1e1;
}

@media (min-width: 992px) {
	.lpd-shopping-cart{
		padding: 0;
		display: table-cell;
		border: none;
		margin: 0;
	}
	.header-middle-bottom-right .lpd-shopping-cart,
	.header-middle-logo-left .lpd-shopping-cart{
		float: right;
	}
}
.cart-button{
	text-decoration: none !important;
	color: #555 !important;
}
.cart-icon{
	float: left;
	padding: 5px;
}
.cart-icon{
	position: relative;
}
.cart-icon .icon{
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img/cart.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}
.lpd-shopping-cart-style2 .cart-icon .icon{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img/cart2.png);
	background-position: center 5px;
}
.lpd-shopping-cart-style3 .cart-icon .icon{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img/cart3.png);
}
.cart-icon .count{
	position: absolute;
	display: block;
	top: 20px;
	right: 8px;
	font-size: 10px;
	min-height: 20px;
	min-width: 20px;
	border: 2px solid #fff;
	text-align: center;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color: white;
	color: #fff;
	line-height: 16px;
	z-index: 9;
	-webkit-transition: all 0.15s ease-in 0s; 
	-moz-transition: all 0.15s ease-in 0s; 
	-o-transition: all 0.15s ease-in 0s; 
	transition: all 0.15s ease-in 0s;
}
.lpd-shopping-cart-style2 .cart-icon .count{
	top: 25px;
	right: 0px;
}
.lpd-shopping-cart-style3 .cart-icon .count{
	top: 6px;
	right: 12px;
}
.cart-dropdown{
	position: absolute;
	right: -100%;
	top: 100%;
	display: block;
	visibility: hidden;
	float: left;
	width: 280px;
	padding: 10px;
	margin: 0;
	background-clip: padding-box;
	opacity: 0;
	filter: alpha(opacity=0);
	background: white;
	border: 3px solid #e1e1e1;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.1);
	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}
.lpd-shopping-cart:hover .cart-dropdown{
	opacity: 1;
	filter: alpha(opacity=100);
	top: 100%;
	right: 0;
	visibility: visible;
}
.lpd-shopping-cart-title{
	font-size: 16px;
	background-color: #ccc;
	padding: 10px 0;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.lpd-shopping-cart .total{
	min-height: 20px;
}
.lpd-shopping-cart .lpd-cart-total{
	border-top: 1px dashed #ccc;
	padding-top: 10px;
}
.lpd-shopping-cart .lpd-cart-total strong{
	float: left;
	color: #959595;
}
.lpd-shopping-cart .lpd-cart-total span{
	float: right;
	text-decoration: underline;
}
.lpd-cart-buttons{
	margin: 0;
}
.lpd-cart-list-thumbnail img{
	width: 50px;
	height: auto;
	margin-left: 0;
	margin-right: 10px;
	border: 1px solid #ebebeb;
	padding: 1px;
}
.lpd-cart-list-thumbnail,
.lpd-cart-list-content{
	float: left;
}
.lpd-cart-list-content{
	width: 190px;
}
.lpd-cart-list-meta .quantity{
	float: right;
}
.lpd-cart-buttons .btn{
	width: 100%;
	display: block;
}
.view-cart-btn{
	margin-bottom: 5px;
}
.lpd-cart-list-title a{
	color: #555;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.lpd-cart-list-meta .item-remove{
	color: #959595;
	text-decoration: line-through;
	font-size: 11px;
	text-transform: lowercase;
}
.lpd-cart-list-meta .item-remove:hover{
	text-decoration: none;
}
.lpd-cart-list-item{
	padding-bottom: 10px;
}
.lpd-cart-list-content .variation{
	margin: 0;
	font-size: 11px;
}
.lpd-cart-list-content .variation dt {
    clear: left;
    float: left;
    margin-right: 0.25em;
}
.lpd-cart-list-content .variation p{
	margin-bottom: 5px;
}
.lpd-shopping-cart-list .empty{
	margin: 0;
}
.lpd-shopping-cart a.cart-total{
	color: #555;
	text-align: center;
}
.lpd-shopping-cart .cart-total strong{
	display: block;
}

/*------------------------------------------------------------------
13. Header Content / .lpd-header-content - styles removed
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
14. Title-Breadcrumb / #title-breadcrumb
-------------------------------------------------------------------*/
#title-breadcrumb{
	position: relative;
	z-index: 1;
	background-color: #e1e1e1;
    background-image: url(//boatpeeps.com/wp-content/uploads/shutterstock_126995471-5.jpg) !important;
}
#title-breadcrumb h1{
	font-size: 36px;
	margin: 0;
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: center;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	display: table;
	margin: 0 auto;
	padding: 40px 0;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
}
#title-breadcrumb span{
	letter-spacing: 0.75px;
	position: relative;
	z-index: 2;
	color: #fff;
}
.title-wrap{
	position: relative;
	padding: 60px 20px;
}

/*------------------------------------------------------------------
15. Wpml / .wpml-switcher
-------------------------------------------------------------------*/
.wpml-switcher{
	display: block;
	float: right;
	position: relative;
	cursor: pointer;
	z-index: 2;
}
.header-middle-logo-left .wpml-switcher{
	margin-top: 65px;
}
.wpml-switcher > .current-lang{
	position: relative;
	float: left;
	padding: 5px;
	-webkit-transition: all 0.15s ease-in 0s; 
	-moz-transition: all 0.15s ease-in 0s; 
	-o-transition: all 0.15s ease-in 0s; 
	transition: all 0.15s ease-in 0s;
}
.wpml-switcher > .current-lang .icon{
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img/earth.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}
.wpml-switcher > .current-lang .language_code{
	position: absolute;
	display: block;
	top: 20px;
	right: 5px;
	font-size: 10px;
	min-height: 20px;
	min-width: 20px;
	border: 2px solid #fff;
	text-align: center;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color: white;
	color: #fff;
	line-height: 16px;
	text-transform: uppercase;
	z-index: 9;
	-webkit-transition: all 0.15s ease-in 0s; 
	-moz-transition: all 0.15s ease-in 0s; 
	-o-transition: all 0.15s ease-in 0s; 
	transition: all 0.15s ease-in 0s;
}
.ws-dropdown{
	display: inline-block;
}
.ws-dropdown ul{
	padding: 0;
	margin-bottom: 0;
	margin-left: 5px;
}
.ws-dropdown ul li{
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}
.ws-dropdown ul li img{
    margin-right: 5px;
    margin-top: -1px;
}
.ws-dropdown ul li a{
	color: #555;
	display: block;
}
.ws-dropdown ul li a:hover{	
	text-decoration: none;
}
.ws-dropdown{
	position: absolute;
	right: -100%;
	top: 100%;
	display: block;
	visibility: hidden;
	float: left;
	width: auto;
	padding: 10px;
	margin: 0;
	background-clip: padding-box;
	color: black;
	opacity: 0;
	filter: alpha(opacity=0);
	background: white;
	border: 3px solid #555;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.1);
	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}
.wpml-switcher.active-dropdown .ws-dropdown,
.wpml-switcher:hover .ws-dropdown{
	opacity: 1;
	filter: alpha(opacity=100);
	right: 0;
	visibility: visible;
}
.ws-dropdown ul{
	width: 140px;
	border-bottom: 1px solid #ebebeb;
	margin-left: 0;
}
.ws-dropdown ul li{
	border-top: 1px solid #ebebeb;
	display: block;
	margin-right: 0;
}
.ws-dropdown ul li a{
	padding: 5px 0;
}
.wpml-switcher-mobile{
	text-align: center;
	position: relative;
	padding: 10px;
	margin: 15px auto;
}
.wpml-switcher-mobile .flag{
	margin: 0 5px;
}
.wpml-switcher-mobile .flag a,
.wpml-switcher-mobile .flag img{
	margin-right: 5px;
}
.header-middle .wpml-switcher.wpml-sl-panel-top .ws-dropdown{
	display: none !important;
}

/*------------------------------------------------------------------
16. Portfolio Post / .single-portfolio
-------------------------------------------------------------------*/
.portfolio-post-details ul{
	padding: 0;
	margin: 0 0 20px;
	border-top: 1px solid #ebebeb;
}
.portfolio-post-details ul li{
	list-style: none;
	border-bottom: 1px solid #ebebeb;
	line-height: 40px;
}
.portfolio-post-details ul li strong{
	min-width: 100px;
	display: inline-block;
}
.post_content{
	margin-bottom: 20px;
}

/*------------------------------------------------------------------
17. Visual Composer/ .wpb_row
-------------------------------------------------------------------*/
/* vc v4.4.2+ fix */
.wordpress-456sailing .wpb_single_image .vc_single_image-wrapper{
	max-width: 100%;
}
/* a. Reset */
.wordpress-456sailing .stats-block,
.wordpress-456sailing .wpb_row .wpb_column .wpb_wrapper .stats-block,
.wordpress-456sailing .wpb_row,
.wordpress-456sailing .wpb_content_element,
.wordpress-456sailing ul.wpb_thumbnails-fluid > li,
.wordpress-456sailing .last_toggle_el_margin,
.wordpress-456sailing .wpb_button{
	margin-bottom: 20px;
}
.disable-row-margin{
	margin-left: 0 !important;
	margin-right: 0 !important;
	z-index: 9999;
}
.disable-row-padding{
	margin-left: 0 !important;
	margin-right: 0 !important;
	z-index: 9999;
}
.disable-row-padding .wpb_column{
	padding: 0 !important;
}
/*.full-width-row{
	z-index: 9999;
}*/
.row-opacity{
	z-index: 9999;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
/* b. Seperator */
.wordpress-456sailing .vc_separator h4{
	line-height: 20px;
	font-size: 18px;
}
.wordpress-456sailing .vc_separator.separator-style-2 h4{
	font-weight: 700;
}
.wordpress-456sailing .vc_separator.separator-style-3 h4{
	font-size: 14px;
	letter-spacing: 1px;
}
/* c. Faq */
.wordpress-456sailing .wpb_toggle,
.wordpress-456sailing #content h4.wpb_toggle {
	background: none;
	padding-left: 40px;
	color: #555;
	line-height: 30px;
	position: relative;
}
.wordpress-456sailing .wpb_toggle.wpb_toggle_title_active,
.wordpress-456sailing #content h4.wpb_toggle.wpb_toggle_title_active{
	color: #959595;
}
.wordpress-456sailing .wpb_toggle_content {
  padding: 0px 0px 0px 21px;
  margin-top: 10px;
}
.wordpress-456sailing .wpb_toggle:before,
.wordpress-456sailing #content h4.wpb_toggle:before{
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
	opacity: 0.05;
	filter: alpha(opacity=5);
	z-index: 1;
}
.wordpress-456sailing .wpb_toggle_title_active:before,
.wordpress-456sailing #content h4.wpb_toggle_title_active:before{
	opacity: 1;
	filter: alpha(opacity=100);
}
.wordpress-456sailing .wpb_toggle:after,
.wordpress-456sailing #content h4.wpb_toggle:after{
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	background: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img/thin-251_plus_add.png) no-repeat center center;
	z-index: 2;
}
.wordpress-456sailing .wpb_toggle_title_active:after,
.wordpress-456sailing #content h4.wpb_toggle_title_active:after {
  background: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img/thin-252_minus_remove.png) no-repeat center center;
}
/* d. Accordion */
.wordpress-456sailing .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a{
	padding: 10px 0 !important;
	color: #555;
	font-size: 16px;
}
.wordpress-456sailing .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active a{
	color: #959595;
}
.wordpress-456sailing .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wordpress-456sailing .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-image: none;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    top: 0.6em;
    bottom: 0.6em;
    color: #fff;
    font-family: sans-serif;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.wordpress-456sailing .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before{
	content: "+";
}
.wordpress-456sailing .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before{
	content: "-";
}
.wordpress-456sailing .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wordpress-456sailing .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{
	background-color: transparent;
}
.wordpress-456sailing .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header{
	font-size: 18px;
	line-height: 30px;
}
.wordpress-456sailing .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header{
	border-bottom: 1px solid #ebebeb;
	margin: 0;
}
.wordpress-456sailing .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active{
	border-bottom: none;
}
.wordpress-456sailing .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content{
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0 20px;
}
/* e. Tab */
.tabs-dark-bg{
	color: rgba(255, 255, 255, 0.75);
}
.wordpress-456sailing .tabs-dark-bg.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a{
	color: #fff;
}
.wordpress-456sailing .tabs-dark-bg.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav .ui-tabs-active a{
	color: rgba(255, 255, 255, 0.9)
}
.wordpress-456sailing .wpb_tabs.wpb_content_element .wpb_tabs_nav{
	margin-bottom: 20px;
    text-align: center;
}
.wordpress-456sailing .wpb_content_element .wpb_tabs_nav li{
	background: none !important;
	display: inline-block;
}
.wordpress-456sailing .wpb_tabs .wpb_tabs_nav li{
	float: none;
	margin: 0 20px;
	font-size: 16px;
}
.wordpress-456sailing .wpb_tabs .wpb_tabs_nav li a{
	padding: 12px 0 !important;
	border-bottom: 3px solid transparent;
	border-top: 3px solid transparent;
}
.wordpress-456sailing .wpb_tabs .wpb_tabs_nav li.ui-tabs-active a{
	color: #555;
}
.wordpress-456sailing .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab{
	padding: 0;
}
.wordpress-456sailing .wpb_tour .wpb_tabs_nav li{
	margin: 0;
	font-size: 16px;
}
.wordpress-456sailing .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a{
	display: inline-block;
	width: auto;
	padding: 13px 0 10px;
	color: rgba(0, 0, 0, 0.42);
	border-bottom: 3px solid transparent;
}
.wordpress-456sailing .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav .ui-tabs-active a{
	color: #555;
}
.wordpress-456sailing .wpb_tour_next_prev_nav{
	padding-left: 0;
	font-size: 14px;
}
.wordpress-456sailing .wpb_tour_next_prev_nav span{
	padding-top: 20px;
}
.wordpress-456sailing .wpb_tour_next_prev_nav{
	padding-left: 0;
}
/* e. Progress Bar */
.wordpress-456sailing wpb_heading wpb_progress_bar_heading{
	font-size: 18px;
}
.wordpress-456sailing .vc_progress_bar .vc_single_bar .vc_bar,
.wordpress-456sailing .vc_progress_bar .vc_single_bar{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-color: rgba(0, 0, 0, 0.1);
}
.wordpress-456sailing .vc_progress_bar .vc_single_bar{
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 20px;
	font-size: 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.wordpress-456sailing .vc_progress_bar .vc_single_bar .vc_bar{
	border-bottom: 3px solid rgba(0, 0, 0, 0.1)
}
.wordpress-456sailing .vc_progress_bar .vc_single_bar .vc_label{
	padding: 10px 15px 13px;
	font-size: 75%;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
/* f. Banner */
.lpd-banner{
	border-right: 1px solid #e1e1e1;
	padding-right: 25%;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.lpd-b-hide-border{
	border: none;
}
.lpd-banner h3{
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.lpd-b-sub-title{
	letter-spacing: 0.75px;
	color:#959595;
}
.lpd-b-content{
	margin-bottom: 20px;
}
.lpd-banner .btn{
	display: inline-block !important;
}

/* g. Module */
.lpd-module{
    color: #fff !important;
    display: block;
    overflow: hidden;
    position: relative;
}
.lpd-module h3{
    color: #fff;
}
.lpd-module img {
	position: relative;
	z-index: 1;
	width: 100%;
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -o-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.lpd-module:hover img {
   -webkit-transform: scale(1.0);
   -moz-transform: scale(1.0);
   -o-transform: scale(1.0);
   -ms-transform: scale(1.0);
   transform: scale(1.0);
}
.module-no-scale img{
   -webkit-transform: scale(1) !important;
   -moz-transform: scale(1) !important;
   -o-transform: scale(1) !important;
   -ms-transform: scale(1) !important;
   transform: scale(1) !important;
}
.lpd-module .module_content{
	position: absolute;
	z-index: 3;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(149, 149, 149, 0.2);
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.lpd-module .module_content_dark{
	background: rgba(85, 85, 85, 0.5);
}
.lpd-module:before{
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.lpd-module:hover:before{
	opacity: 0.25;
	filter: alpha(opacity=25);
}
.lpd-module .module_content h3{
	line-height: 40px;
	font-size: 24px;
	margin: 0 20px;
}
.lpd-module:hover .module_content{
	background: transparent;
}
.lpd-module .module_content.border-element{
	padding: 10px;
}
.lpd-module .module_content h3 span.title_borders{
	display: inline-block;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.lpd-module .module_content h3.small{
	line-height: 30px;
	font-size: 18px;
}
.lpd-module .module_content h3.large{
	line-height: 50px;
	font-size: 36px;
}
.lpd-module .module_content table{
    height: 100%;
    width: 100%;  
}
.lpd-module .module_content.border-element table{
	border: 3px solid white;
}
.lpd-module .sep-border{
	height: 3px;
	width: 80px;
	background-color: transparent;
	display: block;
	margin: 0 auto;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.lpd-badge{
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
    background: #d95352;
    color: #fff;
    height: 26px !important;
    line-height: 28px;
    margin: 0 !important;
    max-height: 26px !important;
    min-height: 26px !important;
    overflow: hidden;
    padding: 4px;
    position: absolute;
    right: -31px !important;
    text-align: center;
    top: 16px !important;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    width: 120px;
    z-index: 99;
}
/* i. Post Widget*/
.lpd-post-widget{
	background-color: #fff;
}
.lpd-post-widget .widget-meta{
	padding: 15px 0;
	position: relative;
	margin-bottom: 15px;
}
.lpd-post-widget .widget-meta a{
	color: rgba(255, 255, 255, 0.9);
}
.lpd-post-widget .widget-meta table{
	width: 100%;
	text-align: center;
}
.lpd-post-widget .widget-meta table td{
	width: 33%
}
.pw-category,
.pw-date{
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.lpd-post-widget{
	margin-bottom: 20px;
}
.lpd-post-widget .content{
	display: block;
	padding: 0 0 10px 0;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(235,235,235,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(235,235,235,1);
	box-shadow: inset 0px 0px 0px 1px rgba(235,235,235,1);
}
.lpd-post-widget .title{
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0 20px;
}
.lpd-post-widget .title a{
	color: #555;
}
.lpd-post-widget .lpd-post-widget-content{
	color: #959595;
	padding: 0 20px;
}
.pw-thumbnail{
	position: relative;
	display: block;
}
.pw-thumbnail .post-type-icon{
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 20px;
	top: 20px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img/basic1-100_image_photo_desk.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.3s ease-in 0s; 
	-moz-transition: all 0.3s ease-in 0s; 
	-o-transition: all 0.3s ease-in 0s; 
	transition: all 0.3s ease-in 0s;
}
.pw-thumbnail .post-type-icon.video{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img/basic3-054_movie_video_recording.png);
}
.pw-thumbnail .post-type-icon.link{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img/basic3-124_open_share_window.png);
}
.mega_header{
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.pw-icon-wrap{
	position: relative;
	margin: 0 20px;
}
.pw-icon-wrap:before{
	content: "";
	top: 50%;
	left: 0;
	position: absolute;
	height: 1px;
	width: 100%;
	display: block;
	background: #ebebeb;
	z-index: 1;
}
.pw-icon{
    display: block;
    font-size: 40px;
    max-width: 100%;
    padding: 10px 20px;
    width: 1em;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
	background-color: #fff;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}
.pw-icon-img{
    display: block;
    max-width: 100% !important;
}
/* g. Mega Header 2*/
.lpd-mega-header2{
	text-align: center;
}
.dark-background.lpd-mega-header2{
	color: rgba(255, 255, 255, 0.5);
}
.lpd-mega-header2 h3{
	font-size: 36px;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 20px
}
.dark-background.lpd-mega-header2 h3{
	color:#fff
}
.lpd-mega-header2 .deco-sep-line-50,
.lpd-mega-header2 .deco-sep-line-100,
.lpd-mega-header2 .deco-sep-line-150,
.lpd-mega-header2 .deco-sep-line-200{
	margin-bottom: 12px;
}
.mh2_description{
	font-size: 14px;
	letter-spacing: 0.75px;
	display: block;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 17px;
}
.lpd-mega-heade-type-2 .mh2_description{
	font-size: inherit;
	margin-bottom: 20px;
}
.dark-background .mh2_description{
	color: rgba(255, 255, 255, 0.75);
}
.dark-background.lpd-mega-heade-type-2 .mh2_description{
	color: rgba(255, 255, 255, 0.5);
}
.mh2_content{
	font-size: 24px;
	line-height: 36px;
}
.lpd-mega-heade-type-2 .mh2_content{
	color: #acacac;
	font-size: 14px;
	line-height: 24px;
}
.lpd-mega-header2.lpd-mega-heade-type-2 .deco-sep-line-50,
.lpd-mega-header2.lpd-mega-heade-type-2 .deco-sep-line-100,
.lpd-mega-header2.lpd-mega-heade-type-2 .deco-sep-line-150,
.lpd-mega-header2.lpd-mega-heade-type-2 .deco-sep-line-200{
	margin-bottom: 17px;
}
.mh2_content.mh2-font-style{
	letter-spacing: 0.75px;
}
/* k. LPD Header */
@media (max-width: 768px) {
	.lpd-header{
	    margin-bottom: 40px;
	}
}
.lpd-header h3{
	font-size: 18px;
	margin: 10px 0 20px;
}
.lpd-header.dark-background h3{
	color: #fff;
}
.lpd-img-wrap-icon{
    display: block;
    font-size: 48px;
    max-width: 100%;
    width: 1em;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}
.lpd-img-icon {
    display: block;
    max-width: 100% !important;
    width: 1em;
}
.lpd-wrap-icon,
.lpd-href-icon{
    display: inline-block;
    max-width: 100%;
    text-align: center;
    width: auto;
}
.lpd-img-wrap-icon{
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;	
}
/* o. Wordking Time */
.working-time ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.working-time ul li{
    border: none;
    padding: 5px; 
}
.working-time ul li a{
    text-decoration: underline;
}
.working-time ul li a:hover{
    text-decoration: none;
}
.working-time ul li span{
    font-size: 12px;
    text-transform: uppercase;
}
.working-time ul li span.right{
    float: right;
    font-size: inherit;
    text-transform: inherit;
    font-weight: inherit;
}
.working-time ul li:nth-child(odd){
    background-color: rgba(0, 0, 0, 0.06);
}
/* p. Team Post */
.team-widget-content{
	display: block;
	box-shadow: inset -4px -4px 0px -3px #ebebeb,inset 4px 0 0px -3px #ebebeb;
	-webkit-box-shadow: inset -4px -4px 0px -3px #ebebeb,inset 4px 0 0px -3px #ebebeb;
	-moz-box-shadow: inset -4px -4px 0px -3px #ebebeb,inset 4px 0 0px -3px #ebebeb;
	-o-box-shadow: inset -4px -4px 0px -3px #ebebeb,inset 4px 0 0px -3px #ebebeb;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background-color: #fff; 
}
.team-widget-content .tw_content{
	padding: 15px 20px 0 20px;
	position: relative;
}
.team-widget-content .tw_content:before{
	content: "";
	top: -30px;
	right: 0;
	position: absolute;
	width: 1px; 
	height: 30px;
	background-color: #ebebeb; 
	display: block;
	z-index: 1;
}
.team-widget-social-details{
	border-top: 1px solid #ebebeb;
	margin: 20px 20px 0 20px;
}
.member-position{
	text-transform: uppercase;
	letter-spacing: 0.75px;
	margin-top: 5px;
	color: rgba(255, 255, 255, 0.7);
}
.team-widget-content .tw_content{
	color: #959595;
}
h3.tw-title{
	font-size: 16px;
	margin: 0;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h3.tw-title a{
	color: #fff;
}
.tw-title-wrap{
	display: block;
	position: relative;
	padding: 20px;
}
.tw-title-wrap:before{
	content: "";
	bottom: 0;
	right: 0;
	position: absolute;
	width: 0; 
	height: 0; 
	border-bottom: 30px solid transparent;
	border-left: 30px solid rgba(0, 0, 0, 0.2);
	display: block;
	z-index: 1;
}
.tw-title-wrap:after{
	content: "";
	bottom: 0;
	right: 0;
	position: absolute;
	width: 0; 
	height: 0; 
	border-top: 30px solid transparent;
	border-right: 30px solid #fff;
	display: block;
	z-index: 1;
}
.team-widget-social-details ul{
	padding: 0;
	display: table;
	margin: 10px auto 0;
}
.team-widget-social-details ul li{
	display: inline-block;
	height: 30px;
}
.team-widget-social-details ul li a{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.team-widget-social-details ul li a:hover{
	opacity: 0.66;
	filter: alpha(opacity=66);
}
.tw-icon-wrap{
	position: relative;
	margin-bottom: 10px;
}
.tw-icon-wrap:before{
	content: "";
	top: 50%;
	left: 0;
	position: absolute;
	height: 1px;
	width: 100%;
	display: block;
	background: #ebebeb;
	z-index: 1;
}
.tw-icon{
    display: block;
    font-size: 40px;
    max-width: 100%;
    padding: 0 20px;
    width: 1em;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
	background-color: #fff;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}
.tw-icon-img{
    display: block;
    max-width: 100% !important;
}
/* q. Testimonial */
.lpd-testimonial{
	background-color: #f5f5f5;
	padding: 10px 20px;
	position: relative;
	margin-bottom: 20px;
}
.lpd-testimonial h5{
	font-size: 12px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 0.5);
}
.lpd-testimonial .t-content{
	margin-bottom: 15px;
}
.lpd-testimonial .t-meta{
	color: rgba(0, 0, 0, 0.5);
	font-style: italic;
	margin-bottom: 10px;
	font-size: 12px;
}
.lpd-testimonial-image{
	margin-left: 50px;
	padding-left: 70px;
}
.testiomonial_img{
	position: absolute;
	top: 50%;
	left: -50px;
	width: 100px;
	height: 100px;
	display: block;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	margin-top: -50px;
	border: 5px solid #fff;
}
/* k. Bulleted List */
.lpd-bullet-list{
	padding: 0;
	list-style: none;
}
.lpd-bullet-list li{
	position: relative;
}
.lpd-bl-custom-icon li{
	padding-left: 25px;	
}
.lpd-bullet-list.lpd-bl-style2 li{
	margin: 5px 0;
}
.lpd-bullet-list.lpd-bl-style3 li{
	margin: 10px 0;
}
.lpd-bullet-list li img{
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
}
/* k. LPD Header */
.lpd-icon-header{
    padding: 40px 20px;
    border: 1px solid #ebebeb;
    position: relative;
    background-color: #fff;
}
@media (max-width: 768px) {
	.lpd-icon-header{
	    margin-bottom: 40px;
	}
}
.lpd-icon-header h3{
	font-size: 18px;
	margin: 10px 0 20px;
}
.lpd-icon-header .lpd-img-wrap-icon{
    display: block;
    font-size: 48px;
    max-width: 100%;
    width: 1em;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}
.lpd-icon-header .lpd-img-icon {
    display: block;
    max-width: 100% !important;
    width: 1em;
}
.lpd-icon-header .lpd-wrap-icon,
.lpd-icon-header .lpd-href-icon{
    display: inline-block;
    max-width: 100%;
    text-align: center;
    width: auto;
    margin: 0 20px;
}
.lpd-icon-header .lpd-img-wrap-icon{
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;	
}
.lpd_icon_header_btn{
	margin-top: 20px !important;
	display: inline-block !important;
	font-size: 13px !important;
}
.lpd-icon-header-icon{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.diamond-style .lpd-img-wrap-icon{
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
.diamond-style .lpd-img-wrap-icon .lpd-img-icon{
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
/* m. Icon Element */
.ie-icon2{
	position: absolute;
	left: 50%;
	margin-top: -30px;
	margin-left: -40px;
    display: block;
    font-size: 40px;
    max-width: 100%;
    padding: 10px 20px;
    width: 1em;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
	background-color: #fff;
    z-index: 101;
}
.ie-icon2.ie-icon2-align-left{
	left:0;
	margin-left: 30px;
}
.ie-icon2.ie-icon2-align-right{
	left:auto;
	right: 0;
	margin-left: 0;
	margin-right: 30px;
}
.ie-icon-img{
    display: block;
    max-width: 100% !important;
}
.ie-icon2-30{
    font-size: 30px;
	margin-top: -25px;
	margin-left: -35px;
}
.ie-icon2-50{
    font-size: 50px;
	margin-top: -35px;
	margin-left: -45px;
}
/* t. Intro Container */
.intro-container{}
@media (max-width: 767px) {
	.intro-container{
		margin-top: 0 !important;
	}
}
.ic-title,
.ic-content{
	padding: 20px;
}
.ic-content{
	background-color: #fff;
	border-left: 1px solid #ebebeb;
	min-height: 200px;
}
@media (max-width: 767px) {
	.ic-content{
		margin-bottom: 30px;
	}
}
.ic-title{
	position: relative;
	border-left: 1px solid rgba(255,255,255,0.3);
}
.ic-title.ic-title-opacity{
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.vc_column_container .vc_column_container:first-child .ic-content,
.vc_column_container .vc_column_container:first-child .ic-title{
	border-left: none !important;
}
.ic-title h4{
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	margin: 0;
}
.ic-icon{
	position: absolute;
	left: 50%;
	top:0;
	margin-top: -30px;
	margin-left: -30px;
    display: block;
    font-size: 60px;
    max-width: 100%;
    width: 1em;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
	background-color: #fff;
	z-index: 100;
	-webkit-border-radius:50% 50% 50% 50%;
	-moz-border-radius:50% 50% 50% 50%;
	border-radius:50% 50% 50% 50%;
}
.ic-icon-img{
    display: block;
    max-width: 100% !important;
    padding: 10px;
}
.ic-title-with-icon.ic-title{
	padding-top: 50px;
}
.intro_containers{
	margin-left: 0 !important;
	margin-right: 0 !important;
	position: relative;
	z-index: 100;
}
.intro_containers .vc_row{
	position: relative;
	z-index: 100;
	margin-left: 0 !important;
	margin-right: 0 !important;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
.intro_containers .wpb_column{
	padding: 0 !important;
}
/*------------------------------------------------------------------
18. Package / .vc-lpd-package
-------------------------------------------------------------------*/
.vc-lpd-package{
	padding: 40px 20px 20px;
	color: #fff;
}
.vc-lpd-package-highlighted{
	padding: 40px 20px;
	margin-top: -20px
}
.vc-lpd-package-col-2,
.vc-lpd-package-col-1{
	width: 50%;
	float: left;
	padding: 20px 0;
}
.vc-lpd-package-col-1 ul{
	padding: 0;
	padding-left: 10%;
	margin: 0;
	list-style: none;
}
.vc-lpd-package-col-1 ul li{
	position: relative;
}
.lpd-bl-custom-icon li{
	padding-left: 25px;	
}
.vc-lpd-package-col-1 ul.lpd-bl-style2 li{
	margin: 5px 0;
}
.vc-lpd-package-col-1 ul.lpd-bl-style3 li{
	margin: 10px 0;
}
.vc-lpd-package-col-1 ul li img{
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
}
.vc-lpd-package-title{
	margin: 0;
	text-align: center;
}
.vc-lpd-package-price{
	display: table;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
    height: 100px;
    min-width: 100px;
    line-height: 100px;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    font-size: 24px;
	text-transform: uppercase;
	-webkit-border-radius:50% 50% 50% 50%;
	-moz-border-radius:50% 50% 50% 50%;
	border-radius:50% 50% 50% 50%;
    background-color: #000;
    margin: 0 auto;
}

/*------------------------------------------------------------------
19. Icon Module / .vc_lpd_icon_module
-------------------------------------------------------------------*/
.vc_lpd_icon_module{
	position: relative;
	min-height:250px;
	padding: 40px 20px 60px;
	color: #fff;
}
.im-icon{
    display: block;
    font-size: 40px;
    width: 1em;
    max-width: 100%;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
	margin-bottom: 10px;
}
.im-title{
	margin: 0;
}
.im-read-more{
	color: rgba(255, 255, 255, 0.75);
	position: absolute;
	bottom: 40px;
	left: 20px;
}

/*------------------------------------------------------------------
20. Icon Working Hours / .vc_lpd_icon_working_time
-------------------------------------------------------------------*/
.vc_lpd_icon_working_time{
	position: relative;
	min-height:250px;
	padding: 40px 20px;
	color: #fff;
}
.iw-icon{
    display: inline-block;
    font-size: 40px;
    width: 1em;
    max-width: 100%;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
	margin-bottom: 20px;
	margin-right: 10px;
}
.iw-title{
    display: inline-block;
	margin: 0;
}
.vc_lpd_icon_working_time ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.vc_lpd_icon_working_time ul li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px;
}
.vc_lpd_icon_working_time ul li a{
    text-decoration: underline;
}
.vc_lpd_icon_working_time ul li a:hover{
    text-decoration: none;
}
.vc_lpd_icon_working_time ul li span{
    font-size: 12px;
    text-transform: uppercase;
}
.vc_lpd_icon_working_time ul li span.right{
    float: right;
    font-size: inherit;
    text-transform: inherit;
    font-weight: inherit;
}
.vc_lpd_icon_working_time ul li:last-child{
	border-bottom: none;
}

/*------------------------------------------------------------------
21. Front Container / .vc_lpd_front_container
-------------------------------------------------------------------*/
.vc_lpd_front_container{
	position: relative;
	min-height:220px;
	padding: 30px;
	color: rgba(255, 255, 255, 0.9);
}
.vc_lpd_front_container:before{
	content: "";
	bottom: 0;
	right: 0;
	position: absolute;
	width: 0; 
	height: 0; 
	border-bottom: 30px solid transparent;
	border-left: 30px solid rgba(0, 0, 0, 0.2);
	display: block;
	z-index: 1;
}
.vc_lpd_front_container:after{
	content: "";
	bottom: 0;
	right: 0;
	position: absolute;
	width: 0; 
	height: 0; 
	border-top: 30px solid transparent;
	border-right: 30px solid #fff;
	display: block;
	z-index: 1;
}
.fc-icon{
    display: inline-block;
    font-size: 30px;
    width: 1em;
    max-width: 100%;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
	margin-right: 10px;
}
.fc-icon-bg{
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	padding: 10px;
	font-size: 25px;
}
.fc-content{
    margin: 20px 0 0;
}
.fc-title{
    display: inline-block;
	margin: 0;
	color: #fff;
}
.fc-btn{
	margin-top: 20px !important;
	display: inline-block !important;
}
.vc_lpd_front_container ul{
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}
.vc_lpd_front_container ul li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px;
}
.vc_lpd_front_container ul li a{
    text-decoration: underline;
}
.vc_lpd_front_container ul li a:hover{
    text-decoration: none;
}
.vc_lpd_front_container ul li span{
    font-size: 12px;
    text-transform: uppercase;
}
.vc_lpd_front_container ul li span.right{
    float: right;
    font-size: inherit;
    text-transform: inherit;
    font-weight: inherit;
}
.vc_lpd_front_container ul li:last-child{
	border-bottom: none;
}

/*------------------------------------------------------------------
22. Featured Container / .featured-container
-------------------------------------------------------------------*/
.featured-container{
	position: relative;
	padding: 20px;
	z-index: 1;
}
.featured-container:before{
	content: "";
	bottom: 0;
	right: 0;
	position: absolute;
	width: 0; 
	height: 0; 
	border-bottom: 30px solid transparent;
	border-left: 30px solid rgba(0, 0, 0, 0.2);
	display: block;
	z-index: 1;
}
.featured-container:after{
	content: "";
	bottom: 0;
	right: 0;
	position: absolute;
	width: 0; 
	height: 0; 
	border-top: 30px solid transparent;
	border-right: 30px solid #fff;
	display: block;
	z-index: 1;
}
.feac-title h4{
	position: relative;
	z-index: 9;
	margin: 0 auto 20px;
	display: table;
	padding: 0 20px;
	line-height: 20px;
}
.feac-title{
	position: relative;	
}
.feac-title.feac-title-separator:before{
	content: "";
	top: 10px;
	right: 0;
	position: absolute;
	width: 100%; 
	height: 1px; 
	background-color: #fff;
	display: block;
	z-index: 1;
}

/*------------------------------------------------------------------
23. Sale Container / .lpd-sale-container
-------------------------------------------------------------------*/
.lpd-sale-container{
	position: relative;
	margin-bottom: 20px;
}
.lsc-title{
	margin-bottom: 10px;
}
.lsc-title span{
	display: table-cell;
}
.lsc-title span.lsc-title-title{
	width: 1%;
	padding-right: 10px;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 700;
}
.lsc-title span.lsc-title-element{
	width: 98%;
	position: relative;
	overflow: hidden;
}
.lsc-title span.lsc-title-element:before{
	content: "....................................";
	top: 0;
	right: 0;
	position: absolute;
	width: 100%;
	display: block;
	font-size: 18px;
}
.lsc-title span.lsc-title-price{
	width: 1%;
	padding-left: 10px;
	white-space: nowrap;
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
}
.lsc-badge{
	position: absolute;
	top: -30px;
	left: 0;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 1px 10px;
	color: #fff;
}

/*------------------------------------------------------------------
24. Progress Bar/ .progress
-------------------------------------------------------------------*/
.progress-title{
	line-height: 30px;
	text-transform: uppercase;
}
.progress{
	background-color: #ebebeb;
	-webkit-border-radius: 0px;
	-moz-border-radius:0px;
	border-radius: 0px;
	margin-bottom: 10px;
}

/*------------------------------------------------------------------
25. About Post / .single-team
-------------------------------------------------------------------*/
.about-post-details{
	padding: 20px 0;
	height: inherit;	
}
.about-post-details ul{
	padding: 0;
	margin: 0;
	border-top: 1px solid #ebebeb;
}
.about-post-details ul li{
	list-style: none;
	border-bottom: 1px solid #ebebeb;
	line-height: 40px;
}
.about-post-details ul li .icon{
	display: block;
}

/*------------------------------------------------------------------
26. Owl Carousel / .owl-carousel
-------------------------------------------------------------------*/
.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-theme .owl-controls{
	text-align:center;
	-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
	margin:10px 7px;
	padding:4px 7px;
	display:inline-block;
	cursor:pointer;
	letter-spacing: 0.75px;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-color: #ebebeb;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
	text-decoration:none
}
.owl-theme .owl-controls .owl-nav .disabled{
	opacity:.5;
	cursor:default
}
.owl-theme .owl-dots .owl-dot{
	display:inline-block;
	zoom:1;*
	display:inline
}
.owl-theme .owl-dots .owl-dot span{
	width:6px;
	height:6px;
	margin:5px;
	background:#e1e1e1;
	display:block;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
	background:#ccc
}
.lpd-products.owl-carousel li.product-category,
.lpd-products.owl-carousel li.type-product{
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
ul.lpd-products.owl-carousel{
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
}

/*------------------------------------------------------------------
27. Menu3dmega Style / .menu3dmega
-------------------------------------------------------------------*/
.menu3dmega > ul.menu3dmega-style-1.menu3dmega-3d-effect > li > a:hover span{
    background-color: inherit;
}
.menu3dmega > ul.menu3dmega-style-1 li > a{
	color: #555;
}

.menu3dmega > ul.menu3dmega-style-1 > li.current-menu-item > a,
.menu3dmega > ul.menu3dmega-style-1 > li.current_page_item > a,
.menu3dmega > ul.menu3dmega-style-1 > li.current-page-ancestor > a,
.menu3dmega > ul.menu3dmega-style-1 > li.current-menu-parent > a,
.menu3dmega > ul.menu3dmega-style-1 > li.current_page_item > a,
.menu3dmega > ul.menu3dmega-style-1 > li.current_page_parent > a,
.menu3dmega > ul.menu3dmega-style-1 > li.current_page_ancestor > a,
.menu3dmega > ul.menu3dmega-style-1 > li.open > a{
	color: #fff;
}
.menu3dmega > ul.menu3dmega-style-1 > li.open > a,
.menu3dmega > ul.menu3dmega-style-1 > li > .arrow-icon-bottom:hover:after, 
.menu3dmega > ul.menu3dmega-style-1 > li > a:hover ,
.menu3dmega > ul.menu3dmega-style-1 > li > a:hover:after,
.menu3dmega > ul.menu3dmega-style-1 > li > .arrow-icon-bottom:hover{
	color: #fff;
}

/*------------------------------------------------------------------
28. 3d Effect / .menu-container
-------------------------------------------------------------------*/
ul.cl-effect li > a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.csstransforms3d ul.cl-effect li > a span::before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
.csstransforms3d ul.menu3dmega-style-1.cl-effect li > a span::before {
	color: #fff;
}
ul.cl-effect li > a:hover span,
ul.cl-effect li > a:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

/*------------------------------------------------------------------
29. Footer Top #footer-top
-------------------------------------------------------------------*/
#footer-top{
	background-color: #fff;
	padding: 80px 0 40px 0;;
}

/*------------------------------------------------------------------
30. Ultimate Addons for Visual Composer
-------------------------------------------------------------------*/
.wordpress-456sailing .uvc-sub-heading{
	line-height: inherit;
}
.wordpress-456sailing .ult_design_2 .ult_pricing_table .ult_price_link .ult_price_action_button{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	padding: 10px;
}
.wordpress-456sailing .ult_design_2 .ult_price_body_block{
	border-bottom-style: dashed;
	border-bottom-width: 2px;
}
.wordpress-456sailing .ult_design_2 .ult_pricing_table .ult_price_features ul li{
	border-color: #e1e1e1;
}
.wordpress-456sailing .ult_design_2 .ult_pricing_table .ult_pricing_heading h3{
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 20px;
}
.wordpress-456sailing .aio-icon-box,
.wordpress-456sailing .wpb_column > .wpb_wrapper .aio-icon-component .aio-icon-box{
	margin-bottom: 10px;
}
.wordpress-456sailing .ult_design_5 .ult_pricing_table .ult_price_link .ult_price_action_button{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	padding: 13px 25px 10px;
	border-bottom: 3px solid rgba(255, 255, 255, 0.3);
}
.aio-icon-box-disable-margin .aio-icon-box{
	margin: 0 !important;
}
.aio-icon-box-disable-margin .aio-icon-img{
	display: block;
}
.wordpress-456sailing .ult-carousel-wrapper{
	margin-bottom: 20px;
}

/*------------------------------------------------------------------
31. Search/404 Page
-------------------------------------------------------------------*/
.lpd-404-template ul,
.lpd-search-template ul{
	padding-left: 20px;
}
p.not-happy{
	color: #959595;
}
.lpd-search-template-form{
	margin-bottom: 40px;
}
.lpd-search-template-form .search_input{
	width: inherit;
}
.lpd-404-content{
	text-align: center;
	margin-bottom: 40px;
	padding-top: 30px;
	border-top: 3px solid #ebebeb;
}
.title-404{
	font-size: 144px;
	line-height: 140px;
	font-weight: 700;
	margin: 0;
}
.description-404,
.subtitle-404{
	display: block;
}
.subtitle-404{
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
}
.description-404{
	font-size: 18px;
	color: #959595;
	padding: 10px 0 30px
}
.error404 .inner-page{
	padding-top: 0;
}
.search-pagination a{
	margin: 0 5px;
}

/*------------------------------------------------------------------
32. scotchPanels
-------------------------------------------------------------------*/
.logged-in .scotch-panel-wrapper{
	overflow: inherit !important;
}
.logged-in .scotch-panel-wrapper #wpadminbar{
	top: -32px;
	position: absolute;
	z-index: 999999;
}
@media screen and ( max-width: 782px ) {
	.logged-in .scotch-panel-wrapper #wpadminbar{
		top: -46px;
	}
}
#shopping_cart_panel{
	background-color: #252525;
	padding: 30px;
	color: #fff;
}
#shopping_cart_panel .lpd-shopping-cart-list{
}
#shopping_cart_panel .lpd-cart-list-meta .item-remove{
	color: rgba(255,255,255,0.42);
}
#shopping_cart_panel .lpd-cart-list-title a{
	color: rgba(255,255,255,0.9);
}
#shopping_cart_panel .lpd-cart-list-thumbnail img{
	border-color: rgba(255,255,255,0.33);
}
#shopping_cart_panel .lpd-cart-total{
	padding-top: 10px;
	border-top: 1px solid rgba(255,255,255,0.2);
}
#shopping_cart_panel .lpd-cart-total strong {
    color: rgba(255,255,255,0.42);
    float: left;
}
#shopping_cart_panel .lpd-cart-total span {
    float: right;
    text-decoration: underline;
}
#shopping_cart_panel .shopping_cart_title{
	margin-bottom: 10px;
	text-align: center;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #fff;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.header-middle .lpd-shopping-cart-scotchpanel .cart-dropdown{
	display: none;
	visibility: hidden;
}
#wpml_panel .wpml_panel_wrap{
	padding: 30px 0px;
	background-color: #363636;
	color: rgba(255,255,255,0.9);
	text-align: center;
}
.logged-in .scotch-panel-wrapper #wpml_panel .wpml_panel_wrap{
	margin-bottom: 32px;
}
@media screen and ( max-width: 782px ) {
	.logged-in .scotch-panel-wrapper #wpml_panel .wpml_panel_wrap{
		margin-bottom: 46px;
	}
}
.wpml_panel_wrap a{
	color: #fff;
}
.wpml_panel_wrap .flag{
	margin: 5px;
}
.wpml_panel_wrap .flag img{
	margin-right: 3px;
}
.hc-scotch-panel .form-control {
  background-color: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.5);
}
.hc-scotch-panel .form-control:focus {
  border-color: rgba(255,255,255,0.15);
  background-color: rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.75);
}
.hc-scotch-panel .form-control::-moz-placeholder {
  color: rgba(255,255,255,0.2);
}
.hc-scotch-panel .form-control:-ms-input-placeholder {
  color: rgba(255,255,255,0.2);
}
.hc-scotch-panel .form-control::-webkit-input-placeholder {
  color: rgba(255,255,255,0.2);
}
.hc-scotch-panel .form-control[disabled],
.hc-scotch-panel .form-control[readonly],
.hc-scotch-panel fieldset[disabled] .form-control {
  background-color: rgba(255,255,255,0.1);
}
.scotch-panel-fixed-position{
	transform: inherit !important;
	-webkit-transform: inherit !important;
	-webkit-backface-visibility: inherit !important;
	backface-visibility: inherit !important;
}

/*------------------------------------------------------------------
33. Wordpress Core
-------------------------------------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
img.size-thumbnail,
img.size-medium,
img.size-large,
img.size-full,
.alignnone{
	max-width: 100%;
	height: auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
	max-width: 100% !important;
	height: auto;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption.aligncenter{
	text-align: center;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption-text{
	color: #959595;
}
.sticky {color: #363636;background-color: #fafafa;padding: 20px 20px 1px 20px;}
.sticky .blog-post-title a{color: #363636}
.sticky .blog-post-meta{
	top: 20px;
	left: 20px;
}
.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	position: relative;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	width: 100%;
	height: auto;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
.gallery img:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	position: absolute;
	bottom: 0;
	padding: 10px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }
.bypostauthor {}
.wp-video-shortcode {
	max-width: 100%;
}
.wp-audio-shortcode {
	max-width: 100%;
}
/*------------------------------------------------------------------
1. #1a74b1
-------------------------------------------------------------------*/
a {
  color: #1a74b1;
}
#footer-meta .duo-color-bg .color-1,
.header-bottom .duo-color-bg .color-1,
.header-middle .duo-color-bg .color-1{
	background-color: #1a74b1;
}
.header-bottom .header-bottom-container .col-md-4{
	background-color: #1a74b1;
}
.cart-icon .count{
	background-color: #1a74b1;
}
.wpml-switcher > .current-lang .language_code{
	background-color: #1a74b1;
}
.cart-dropdown{
	border-color: #1a74b1; 
}
.widget.widget_rss ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_nav_menu ul li a:hover,
.widget.widget_login ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_categories ul li a:hover,
.widget.widget_archive ul li a:hover,
.widget.widget_recent_comments ul li a:hover,
.widget.widget_recent_entries ul li a:hover{
	color: #1a74b1; 
}
.tagcloud a:hover,
.tags a:hover{
	background-color: #1a74b1;
	border-color: #1a74b1;	
}
#footer-meta .footer-meta-container .row > div.the-first-fm-column{
	background-color: #1a74b1;
}
.blog-post-taxo:before{
	background-color: #1a74b1;
}
.blog-post-meta .date span.day{
	color: #1a74b1;
}
.dropcap1{
    background-color: #1a74b1;
}
.wordpress-456sailing .wpb_toggle:before,
.wordpress-456sailing #content h4.wpb_toggle:before{
	background-color: #1a74b1;
}
.wordpress-456sailing .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header:before{
	background-color: #1a74b1;
}
.btn-warning {
  background-color: #1a74b1;
}
.lpd-product-category-wrap:before{
  background-color: #1a74b1;
}
.lpd-module:before{
  background-color: #1a74b1;
}
.lpd-checkout-accordion .panel-title a{
  background-color: #1a74b1;
}
.menu3dmega > ul.menu3dmega-style-1 > li.open > a span,
.menu3dmega > ul.menu3dmega-style-1 > li.current-menu-item > a span,
.menu3dmega > ul.menu3dmega-style-1 > li.current_page_item > a span,
.menu3dmega > ul.menu3dmega-style-1 > li.current-page-ancestor > a span,
.menu3dmega > ul.menu3dmega-style-1 > li.current-menu-parent > a span,
.menu3dmega > ul.menu3dmega-style-1 > li.current_page_item > a span,
.menu3dmega > ul.menu3dmega-style-1 > li.current_page_parent > a span,
.menu3dmega > ul.menu3dmega-style-1 > li.current_page_ancestor > a span{
    background-color: #1a74b1;
}
.menu3dmega > ul.menu3dmega-style-1 > li > a:hover span{
    background-color: #1a74b1;
}
.csstransforms3d .menu3dmega-3d-effect  a span::before {
    background-color: #1a74b1 !important;
}
.wordpress-456sailing .widget_product_categories ul li a:hover{
	color: #1a74b1;
	text-decoration: underline;
}
.lpd-post-widget .widget-meta{
    background-color: #1a74b1;
}
.lpd-product-thumbnail .wc-forward,
.lpd-product-btn{
    background-color: #1a74b1;
}
.wordpress-456sailing .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wordpress-456sailing .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{
    background-color: #1a74b1;
}
.tw-title-wrap{
	background-color: #1a74b1;	
}
.lpd-checkout-accordion .panel{
	border-color: #1a74b1;
}
.lpd-checkout-accordion .panel-title a.collapsed:before{
	background-color: #1a74b1;	
}
.lpd-shopping-cart-title{
	background-color: #1a74b1;	
}

/*------------------------------------------------------------------
2. #93d4f0
-------------------------------------------------------------------*/
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active{
  background-color: #93d4f0;
}
.menu3dmega > ul.menu3dmega-style-1 > li.open > a:hover span,
.menu3dmega > ul.menu3dmega-style-1 > li.current-menu-item > a:hover span,
.menu3dmega > ul.menu3dmega-style-1 > li.current_page_item > a:hover span,
.menu3dmega > ul.menu3dmega-style-1 > li.current-page-ancestor > a:hover span,
.menu3dmega > ul.menu3dmega-style-1 > li.current-menu-parent > a:hover span,
.menu3dmega > ul.menu3dmega-style-1 > li.current_page_item > a:hover span,
.menu3dmega > ul.menu3dmega-style-1 > li.current_page_parent > a:hover span,
.menu3dmega > ul.menu3dmega-style-1 > li.current_page_ancestor > a:hover span{
    background-color: #93d4f0;
}
.csstransforms3d .menu3dmega-3d-effect .current-menu-item > a:hover span::before,
.csstransforms3d .menu3dmega-3d-effect .current_page_item > a:hover span::before,
.csstransforms3d .menu3dmega-3d-effect .current-page-ancestor > a:hover span::before,
.csstransforms3d .menu3dmega-3d-effect .current-menu-parent > a:hover span::before,
.csstransforms3d .menu3dmega-3d-effect .current_page_item > a:hover span::before,
.csstransforms3d .menu3dmega-3d-effect .current_page_parent > a:hover span::before,
.csstransforms3d .menu3dmega-3d-effect .current_page_ancestor > a:hover span::before{
    background-color: #93d4f0 !important;
}
.blog-post-meta .date span.month{
	color: #93d4f0;
}

/*------------------------------------------------------------------
3. #feb005
-------------------------------------------------------------------*/
a:hover,
a:focus {
  color: #feb005;
}
#footer-meta .duo-color-bg .color-2,
.header-bottom .duo-color-bg .color-2,
.header-middle .duo-color-bg .color-2{
	background-color: #feb005;
}
.header-bottom .header-bottom-container .col-md-8{
	background-color: #feb005;
}
.btn-primary {
  background-color: #feb005;
}
.header-middle-menu li a:hover{
  color: #feb005;
}
.header-top a:hover{
  color: #feb005;
}
.lpd-shopping-cart:hover .cart-icon .count{
	background-color: #feb005;
}
.wpml-switcher:hover > .current-lang .language_code{
	background-color: #feb005;
}
.menu3dmega.skin-123garden > ul ul li > a:hover{
    color:#feb005 !important;
}
.ws-dropdown ul li a:hover{
    color:#feb005;
}
.footer.footer-dark-theme .widget.widget_rss ul li a:hover,
.footer.footer-dark-theme .widget.widget_pages ul li a:hover,
.footer.footer-dark-theme .widget.widget_nav_menu ul li a:hover,
.footer.footer-dark-theme .widget.widget_login ul li a:hover,
.footer.footer-dark-theme .widget.widget_meta ul li a:hover,
.footer.footer-dark-theme .widget.widget_categories ul li a:hover,
.footer.footer-dark-theme .widget.widget_archive ul li a:hover,
.footer.footer-dark-theme .widget.widget_recent_comments ul li a:hover,
.footer.footer-dark-theme .widget.widget_recent_entries ul li a:hover{
    color:#feb005;
}
.footer.footer-dark-theme .tagcloud a:hover,
.footer.footer-dark-theme .tags a:hover{
	background-color:#feb005;
	border-color:#feb005;
}
#footer-meta .footer-meta-container .row > div{
	background-color: #feb005;
}
.blog-post-meta .author a:hover{
    color:#feb005;	
}
.blog-post-meta .comment:hover{
    color:#feb005;	
}
.dropcap2{
    background-color: #feb005;
}
.wordpress-456sailing .woocommerce .star-rating,
.wordpress-456sailing.woocommerce-page .star-rating{
	color: #feb005;
}
.pw-thumbnail .post-type-icon{
	background-color: #feb005;
}
.lpd-post-widget .widget-meta a:hover{
	color: #feb005;
}
.sticky .blog-post-title a:hover{
	color: #feb005;
}
.lpd-product-thumbnail .wc-forward:hover,
.lpd-product-btn:hover{
    background-color: #feb005;
}
.wordpress-456sailing .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{
    background-color: #feb005;
}
.tabs-dark-bg a{
	color: #feb005;
}
.lpd-checkout-accordion .panel-title a:before{
    background-color: #feb005;
}

/*------------------------------------------------------------------
4. #ffcc66
-------------------------------------------------------------------*/
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active{
  background-color: #ffcc66;
}
.wordpress-456sailing .wpb_tabs .wpb_tabs_nav li.ui-tabs-active a{
	border-color: #ffcc66;
}
.wordpress-456sailing .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav .ui-tabs-active a{
	border-color: #ffcc66;
}
.wordpress-456sailing .woocommerce #content div.product .product_title,
.wordpress-456sailing .woocommerce div.product .product_title,
.wordpress-456sailing.woocommerce-page #content div.product .product_title,
.wordpress-456sailing.woocommerce-page div.product .product_title{
	border-bottom-color: #ffcc66;
}
.wordpress-456sailing .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.wordpress-456sailing .woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.wordpress-456sailing.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,
.wordpress-456sailing.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a{
	border-color: #ffcc66;
}
.lpd-post-widget:hover .title a{
	color: #ffcc66;
}
.deco-sep-line-50,
.deco-sep-line-100,
.deco-sep-line-150,
.deco-sep-line-200{
  background-color: #ffcc66;	
}
.lpd-progress-bar .progress-bar{
  background-color: #ffcc66;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
	border-color: #ffcc66;
}
body{
	font-family: 'museo-slab', serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
	font-family: 'museo-slab', serif;
}



.tagcloud a, .tags a{
	font-family: 'Lato', sans-serif;
}
.cart-icon .count{
	font-family: 'Lato', sans-serif;
}
.wpml-switcher > .current-lang .language_code{
	font-family: 'Lato', sans-serif;
}
.fm-item-title{
	font-family: 'Lato', sans-serif;	
}
#footer-meta .sm_label{
	font-family: 'Lato', sans-serif;	
}
.tooltip{
	font-family: 'Lato', sans-serif;	
}
.lpd-product-data{
	font-family: 'Lato', sans-serif;
}
.lpd-out-of-s,
.lpd-onsale{
	font-family: 'Lato', sans-serif;
}
.wordpress-456sail .woocommerce #content .quantity,
.wordpress-456sail .woocommerce .quantity,
.wordpress-456sail.woocommerce-page #content .quantity,
.wordpress-456sail.woocommerce-page .quantity{
	font-family: 'Lato', sans-serif;
}
.wordpress-456sail .woocommerce #content div.product p.price,
.wordpress-456sail .woocommerce #content div.product span.price,
.wordpress-456sail .woocommerce div.product p.price,
.wordpress-456sail .woocommerce div.product span.price,
.wordpress-456sail.woocommerce-page #content div.product p.price
.wordpress-456sail.woocommerce-page #content div.product span.price,
.wordpress-456sail.woocommerce-page div.product p.price,
.wordpress-456sail.woocommerce-page div.product span.price{
	font-family: 'Lato', sans-serif;
}
.wordpress-456sail .woocommerce table.shop_table td.product-subtotal,
.wordpress-456sail.woocommerce-page table.shop_table td.product-subtotal,
.wordpress-456sail .woocommerce table.shop_table td.product-subtotal,
.wordpress-456sail.woocommerce-page table.shop_table td.product-subtotal,
.wordpress-456sail .woocommerce table.shop_table td.product-price,
.wordpress-456sail.woocommerce-page table.shop_table td.product-price,
.wordpress-456sail .woocommerce table.shop_table td.product-price,
.wordpress-456sail.woocommerce-page table.shop_table td.product-price{
	font-family: 'Lato', sans-serif;	
}
.mh_description.mh-font-style,
.mega_header .sub-title{
	font-family: 'Lato', sans-serif;	
}
.mh2-font-style{
	font-family: 'Lato', sans-serif;	
}
.pw-font-style{
	font-family: 'Lato', sans-serif;	
}
.secondary-font-style{
	font-family: 'Lato', sans-serif;	
}
.lpd_header_content.font_type_2{
	font-family: 'Lato', sans-serif;		
}
.vc_progress_bar{
	font-family: 'Lato', sans-serif;
}
.lpd_icon_header_content.font_type_2{
	font-family: 'Lato', sans-serif;		
}
.lpd-banner h3{
	font-family: 'Lato', sans-serif;
}
.lpd-module.font-type-2 h3{
	font-family: 'Lato', sans-serif;
}
#title-breadcrumb h1{
	font-family: 'Lato', sans-serif;
}
.blog-post-title{
	font-family: 'Lato', sans-serif;
}
.blog-post-meta .date span.month{
	font-family: 'Lato', sans-serif;
}
.wordpress-456sailing .woocommerce #content div.product .product_title,
.wordpress-456sailing .woocommerce div.product .product_title,
.wordpress-456sailing.woocommerce-page #content div.product .product_title,
.wordpress-456sailing.woocommerce-page div.product .product_title{
	font-family: 'Lato', sans-serif;
}
.wordpress-456sailing .woocommerce #content div.product p.price,
.wordpress-456sailing .woocommerce #content div.product span.price,
.wordpress-456sailing .woocommerce div.product p.price,
.wordpress-456sailing .woocommerce div.product span.price,
.wordpress-456sailing.woocommerce-page #content div.product p.price,
.wordpress-456sailing.woocommerce-page #content div.product span.price,
.wordpress-456sailing.woocommerce-page div.product p.price,
.wordpress-456sailing.woocommerce-page div.product span.price{
	font-family: 'Lato', sans-serif;
}
.lpd-testimonial h5{
	font-family: 'Lato', sans-serif;	
}
.lpd-product-category-wrap .lpd-product-category-content h3{
	font-family: 'Lato', sans-serif;	
}
.wordpress-456sailing .vc_separator.separator-style-3 h4{
	font-family: 'Lato', sans-serif;	
}
h3.tw-title{
	font-family: 'Lato', sans-serif;	
}
.feac-title.feac-title-style2 h4{
	font-family: 'Lato', sans-serif;
}
.total-cart-wrap h2,
#order_review_heading{
	font-family: 'Lato', sans-serif;
}
.lpd-checkout-accordion .panel-title a{
	font-family: 'Lato', sans-serif;
}
.lpd-product-title-secondary h3{
	font-family: 'Lato', sans-serif;
}
#shopping_cart_panel .shopping_cart_title{
	font-family: 'Lato', sans-serif;
}
.lpd-shopping-cart-title{
	font-family: 'Lato', sans-serif;
}
/*------------------------------------------------------------------
6. Blog / .blog-post
-------------------------------------------------------------------*/
.blog-post-title{
	font-weight: 700;
}
.blog-post-meta .date span.month{
	font-weight: 700;
	font-weight: 900;
}

/*------------------------------------------------------------------
5. Widget / .widget
-------------------------------------------------------------------*/
.widget .title{
	font-weight: 700;
}
.tagcloud a,
.tags a{
	font-weight: 700;
}
/*------------------------------------------------------------------
8. Footer Bottom / #footer-bottom
-------------------------------------------------------------------*/
.footer-menu{
	font-weight: 700;
}
/*------------------------------------------------------------------
9. Shopping Cart / .lpd-shopping-cart
-------------------------------------------------------------------*/
.lpd-shopping-cart .lpd-cart-total span{
	font-weight: 700;
}
.lpd-cart-list-title a{
	font-weight: 700;
}
/*------------------------------------------------------------------
13. Visual Composer/ .wpb_row
-------------------------------------------------------------------*/
.wordpress-456sailing .vc_progress_bar .vc_single_bar{
	font-weight: 700;
}
.lpd-b-sub-title{
	font-weight: 300;
}
.mega_header .sub-title,
.mh_description{
	font-weight: 300;
}
.mh2_description,
.mh2_content{
	font-weight: 300;
}
.working-time ul li span{
	font-weight: 700;
}
.working-time ul li span.right{
	font-weight: 300;
}
.lpd-testimonial .t-meta,
.lpd-testimonial h5{
	font-weight: 300;
}
.progress-title{
	font-weight: 300;
}
.member-position{
	font-weight: 300;
}
.lpd-icon-header h3{
	font-weight: 300;
}
.lpd_icon_header_content.font_type_2{
	font-weight: 300;		
}
.lpd-badge{
	font-weight: 700;
}
.lpd-banner h3{
	font-weight: 700;
}
.wordpress-456sailing .wpb_tabs .wpb_tabs_nav li{
	font-weight: 700;
}
.vc_lpd_icon_working_time ul li span{
	font-weight: 700;
}
.vc_lpd_front_container ul li span{
	font-weight: 700;
}
.wordpress-456sailing .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a{
	font-weight: 700;
}
.wordpress-456sailing .wpb_tour .wpb_tabs_nav li{
	font-weight: 700;
}
.lpd-testimonial h5{
	font-weight: 700;
}
.wordpress-456sailing .vc_separator.separator-style-3 h4{
	font-weight: 700;
}

/*------------------------------------------------------------------
24. scotchPanels
-------------------------------------------------------------------*/
#shopping_cart_panel .shopping_cart_title{
	font-weight: 700;
}

/*------------------------------------------------------------------
woocommerce.css
-------------------------------------------------------------------*/
.lpd-product-thumbnail .wc-forward,
.lpd-product-btn{
	font-weight: 700;
}
.wordpress-456sailing .woocommerce #content div.product .product_title,
.wordpress-456sailing .woocommerce div.product .product_title,
.wordpress-456sailing.woocommerce-page #content div.product .product_title,
.wordpress-456sailing.woocommerce-page div.product .product_title{
	font-weight: 700;
}

/*------------------------------------------------------------------
menu3d.css
-------------------------------------------------------------------*/
.menu3dmega .menu-title{
    font-weight: 700;
}
.menu3dmega.skin-123garden{
    background-color:transparent;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
}
.menu3dmega.skin-123garden > ul > li.no-link:hover{
    background-color:transparent;
}

/* Main Menu */
#container h1,#container h2,#container h3,#container h4,#container h5,#container h6{
    margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
}
#container{
    clear:both;
    margin:30px auto
}
.menuMega {
	position: relative;
	z-index: 1;
	border-top: 1px solid #ebebeb;
	margin-top: 20px;
	padding-top: 10px;
}
@media (min-width: 992px) {
	.header-middle-logo-left .menuMega {
		margin-top: 60px;
		padding-top: 0;
		border-top: none;
	}
	.header-middle-bottom .menuMega {
		padding-top: 0;
		margin-top: 0;
		border-top: none;
	}
}
.menu-container{
	position: relative;
}
.header-middle-logo-left .menu-container{
	float: left;
}
@media (min-width: 992px) {
	.header-middle-logo-left .menu-container{
		float: right;
	}
}
.header-middle-logo-top .menu-container{
	float: none;
}
@media (min-width: 992px) {
	.mega-menu ul{
		min-width: 200px;
	}
	.standard-menu ul{
		min-width: 200px;
	}
}
.standard-menu .dropdown-menu ul{
	padding: 10px 0;
}
@media (min-width: 768px) {
	.menu3dmega.new_sep_element > ul > li > a:after{
		position: absolute;
		content: "";
		top: 10px;
		left: -10px;
		height: 20px;
		width: 1px;
		display: block;
		background-color: #ebebeb;
		z-index: 1;
	}
	.menu3dmega.new_sep_element > ul > li:first-child > a:after{
		display: none;
	}
}
.disable-menu-item-last-margin-right > ul > li:last-child{
	margin-right: 0;
}

/* ---------------------------------- HORIZONTAL STYLE ---------------------------------- */
.menu3dmega ul
{	
    margin:0;
    padding: 0;
}
.menu3dmega li .dropdown-menu{
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
.menu3dmega ul li
{
    list-style:none;
}
.menu3dmega > ul > li > a:hover span,
.menu3dmega > ul > li > a:hover{
	-webkit-transition: all 0.15s ease-in 0s; 
	-moz-transition: all 0.15s ease-in 0s; 
	-o-transition: all 0.15s ease-in 0s; 
	transition: all 0.15s ease-in 0s;
}
.menu3dmega > ul > li.open > a,
.menu3dmega > ul > li.current-menu-item > a,
.menu3dmega > ul > li.current_page_item > a,
.menu3dmega > ul > li.current-page-ancestor > a,
.menu3dmega > ul > li.current-menu-parent > a,
.menu3dmega > ul > li.current_page_item > a,
.menu3dmega > ul > li.current_page_parent > a,
.menu3dmega > ul > li.current_page_ancestor > a{
	color: #555;
}
.menu3dmega a,.menu3dmega a:visited{
    outline: 0 none;
}
.menu3dmega{
    position:relative;
}
.menu3dmega:after{
    clear:both;
    content:"";
    display:block;
}
.menu3dmega > ul > li{
	float:left;
	display:inline-block;
	position:static;
	text-align:left;
	margin-right: 20px; 
}
.menu3dmega > ul > li.last{}
/*@media (min-width: 768px) {
	.menu3dmega > ul > li:first-child > a,
	.menu3dmega > ul > li.first > a
	{
		padding-left: 0;
	}
}*/

/*AUTO WIDTH COL*/
.menu3dmega > ul > li.full-width{
    position:static ;
}
.menu3dmega .full-width .dropdown-menu
{   
    left:-1px;
    width:100%;
}

/*FIX WIDTH COL*/
.menu3dmega > ul > li > a, .menu3dmega > ul > li > span
{
    color: #555;
    display: block;
    outline: 0;
    text-decoration: none;
    margin: 10px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	line-height: 40px;
	text-align: center;
}
.menu3dmega > ul > li > a span, .menu3dmega > ul > li > span span{
    padding: 0 15px;
    display: block;
	/*-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;*/
}
.menu3dmega > ul > li .icon-menu
{
    float:left;
    height:16px;
    margin-right:7px;
}

.menu3dmega > ul > li > .arrow-icon,.menu3dmega > ul > li > .arrow-icon-bottom
{
    padding-right:25px;
    cursor:pointer;
    position:relative;
}
.menu3dmega > ul > li p a
{
    text-decoration:none;
}

.menu3dmega > ul li > a{
    position: relative;
    text-decoration:none;
    color: #959595;
    font-size: 14px;
    display:block;
    z-index: 1;
}
@media (max-width: 767px) {
	.menu3dmega > ul li > a:before{
		display: none;
	}
}
.menu3dmega > ul > li.open > a,
.menu3dmega > ul > li > .arrow-icon-bottom:hover:after, 
.menu3dmega > ul > li > a:hover,
.menu3dmega > ul > li > a:hover:after,
.menu3dmega > ul > li > .arrow-icon-bottom:hover{
	color: #555;
}
.menu3dmega > ul ul li > a{
    color: #959595 !important;
   	padding-left: 3px;
   	font-size: 13px;	
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a{
	background-color:transparent !important;
	background-image: none !important;
	color:#555;
}
.menu3dmega >ul > li > .dropdown-menu
{
    left:auto;
}
.menu3dmega li .dropdown-menu
{
    position:absolute;
	text-align:left;
	white-space: nowrap;
	display:none;
    background-color:#fff;
    margin:0;
	box-shadow:0 5px 15px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 5px 15px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 15px rgba(0,0,0,0.2);
}
/*.menu3dmega li.first .dropdown-menu{
	margin-left: 9px;
}*/
.menu3dmega .dropdown-menu > ul > li a
{
    color: #959595;
    display: block;
    line-height: 20px;
    padding: 8px 15px;
    white-space: nowrap;
}
.menu3dmega .dropdown-menu > ul li.open > a,
.menu3dmega .dropdown-menu > ul > li a:hover{
	color: #555;
	background-color: #fafafa !important;
}
.menu3dmega .dropdown-menu [class*="col-lg"]:first-child
{
    margin-left: 0;
}
.menu3dmega .grid-demo [class*="col-lg"] {
    background: none repeat scroll 0 0 #EEEEEE;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    border:1px solid #ccc;
}
.menu3dmega li .sub{
	border-top:none;
    display:none;
    position:absolute;
    top:-11px;
    z-index:20;
}
.menu3dmega span.arrow-icon:after{
    background: none repeat scroll 0 0 transparent;
    content: "";
    display: inline-block;
    font-size: 0;
    position: absolute;
    right: 16px;
    top: 40%;
    height: 0;
    width: 0;
    z-index: 9;
    border-style: solid;
    border-width: 4px 0px 4px 4px;
    border-color:transparent transparent transparent #959595;
}
.menu3dmega .dropdown-menu > ul li.open > span.arrow-icon:after,
.menu3dmega .dropdown-menu > ul > li:hover span.arrow-icon:after{
    border-color:transparent transparent transparent #555;
}
.menu3dmega span.arrow-icon-bottom:after
{
    background: none repeat scroll 0 0 transparent;
    content: "";
    display: inline-block;
    font-size: 0;
    position: absolute;
    right: 8px;
    height: 0;
    top: 46%;
    width: 0;  
    border-style: solid dashed dashed dashed;
    border-width: 4px 4px 0 4px;
    border-color:#eee transparent transparent transparent;   
}

/*MENU TOGGLE*/
.menu3dmega .menuToggle
{
    display:none;
    cursor: pointer;
    display: none;
    font-size: 12px;
    padding: 12px 10px;
    text-align: left;
    text-transform: uppercase;
}
.menu3dmega .menuToggle .megaMenuToggle-icon {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
    float: right;
    height: 2px;
    margin-top: 12px;
    position: relative;
    text-align: left;
    width: 16px;
}
.menu3dmega .menuToggle .megaMenuToggle-icon:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    content: "";
    height: 2px;
    position: absolute;
    top: -4px;
    width: 16px;
}
.menu3dmega .menuToggle .megaMenuToggle-icon:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    content: "";
    height: 2px;
    position: absolute;
    top: -8px;
    width: 16px;
}
.menu3dmega p {
	line-height:18px;
	margin:0 0 22px 0;
	white-space:normal;
	clear:both;
	text-align:justify;
}
.menu3dmega li .blackbox {
	background-color:#555;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}
.menu3dmega li .blue {
	background-color: #444;
    box-shadow: 0px 4px 12px #000 inset;
    -webkit-box-shadow: 0px 4px 12px #000 inset;
	-moz-box-shadow: 0px 4px 12px #000 inset;

    padding: 7px 10px;
    text-shadow: 1px 1px 1px #000000;
}
.menu3dmega .blue li a{
	color: #FFFFFF !important;
	text-shadow:0 1px 0 #000 !important;}

.menu3dmega li ul {
	list-style:none;
	margin:0;
}
.menu3dmega li ul li {
	padding:5px 0;
	position:relative;
	margin:0;
	float:none;
	text-align:left;
}
/*.menu3dmega li ul li:hover {
	background: rgba(0, 0, 0, 0.08);
}*/
.menu3dmega li.standard-menu ul li {
	padding:0;
}
.menu3dmega li .grisbox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;
	-moz-border-radius:5px 5px 2px 2px;
    -webkit-border-radius:5px 5px 2px 2px;
    -khtml-border-radius: 5px 5px 2px 2px;
    border-radius: 5px 5px 2px 2px;
	-webkit-box-shadow:inset 0 0 3px #ccc;
	-moz-box-shadow:inset 0 0 3px #ccc;
	box-shadow:inset 0 0 3px #ccc;
}
.menu3dmega .imgclass{
	float:left;
	margin-top:3px;
	margin-right:10px;
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;}
	
.menu3dmega .text{
	width:230px;
	display:block;
}
.menu3dmega .menu-title
{
    color: #555;
    display: block;
    font-size: 14px;
    margin-bottom:10px;
    text-decoration:none;
}
.menu3dmega .hide-title .menu-title{
	display: none;
}
.menu3dmega .desc
{
    font-style:italic;
    color:#999;
    font-size:10px;
    display:block;
}
.menu3dmega .separator
{
    clear:both;
    margin:0px 0 10px 0;
    height:1px;
    display:block;
    border-bottom: 1px solid #eee;
}
.menu3dmega .separator:before, .separator:after {
    content: "";
    display: table;
    line-height: 0;
}
.menu3dmega .content {
    padding: 20px 15px 0;
    background-color: #fff;
}
.menu3dmega .content .row > div{
	margin-bottom: 20px;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.menu3dmega .content .row > div:first-child{
	border-left: none;
}
.menu3dmega .content:after
{
    clear: both;
    content: "";
    display: table;
    line-height: 0;
}
.menu3dmega .clearfix > .menu-title{
	margin: 10px 20px;
}
.menu3dmega .left
{
    float:left;
}
.menu3dmega .right
{
    float:right !important;
}

.menu3dmega div[class*="animate-"]
{
    display:none;
    position:absolute;
}

.menu3dmega > ul > li.right
{
    border-left:none !important;
    border-right:none !important;
}

.menu3dmega .thumbnail-item{
	text-align: center;
}
.menu3dmega .thumbnail-item.alight-content-left{
	text-align: left;
}
.menu3dmega .full-width-thumbnail .thumbnail-item-wrap{
	max-width: 100%;
	width: 100%;
}
.menu3dmega .thumbnail-item-wrap{
	display: inline-block;
	max-width: 250px;
	width: 100%;
}
@media (max-width: 991px) {
	.menu3dmega .thumbnail-item-wrap{
		max-width: 100%;
	}
}
.menu3dmega .thumbnail-object{
	display: block;
	position: relative;
	margin-bottom: 10px;
	border: 3px double #ebebeb;
	padding: 1px;
    -webkit-transition: all 0.15s ease-in-out 0s;  
    -moz-transition: all 0.15s ease-in-out 0s;  
    -o-transition: all 0.15s ease-in-out 0s;  
    -ms-transition: all 0.15s ease-in-out 0s;  
    transition: all 0.15s ease-in-out 0s;
}
.menu3dmega .thumbnail-object:hover{
	border-color: #ccc;
}
.menu3dmega .thumbnail-object-img{
	width: 100%
}
.menu3dmega .thumbnail-item .thumbnail-item-title{
	font-size: 14px;
	float: left;
}
.menu3dmega .thumbnail-item .thumbnail-item-content-portfolio .thumbnail-item-title{
	float: none;
}
.menu3dmega .thumbnail-item .thumbnail-item-price{
	float: right;
}
.menu3dmega .thumbnail-item .menu-description{
    color: #959595;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    text-decoration: none;
}
.menu3dmega li .dropdown-menu .lpd-onsale,
.menu3dmega li .dropdown-menu .lpd-out-of-s{
	white-space: normal;
}
.menu3dmega li .dropdown-menu .lpd-out-of-s{
	right: 10px !important;
}

/* ======= RESPONSIVE ======= */

/* TABLET*/
@media (min-width:480px) and (max-width:767px){
    .menu3dmega.responsive > ul > li,
    .menu3dmega.responsive li.menu-non-dropdown 
    {
        width:100%;
    }
    
  
    .menu3dmega.responsive > ul > li > div
    {
        width:100%;
        left:0;
    } 
}

/* MOBILE*/
@media (max-width: 480px) {
    .menu3dmega.responsive > ul > li, 
    .menu3dmega.responsive li.menu-non-dropdown
    {
        width:100%;
    }
  
    .menu3dmega.responsive > ul > li > .arrow-icon-bottom:after{
        right:5%;
    }
}

/* SCREEN */
@media (min-width: 768px)  {
    .menu3dmega.responsive .menuToggle
	{
        display:none;
    }
    .menu3dmega.responsive 
	{
        display:block;
    }
	.menu3dmega.responsive > ul{
		display:block !important;
	}
}

/* MOBILE & TABLET*/
@media (max-width: 767px)  
{
	.menu3dmega > ul > li.first
	{
		margin-left: 0;
	}
    .menu3dmega.responsive {
        border:none !important;
    }
    .menu3dmega.responsive .menuToggle
    {
        display:block;
    }
    .menu3dmega.responsive > ul
    {
        display:none;
    }  
    .menu3dmega.responsive .contact-form input[type=text],
    .menu3dmega.responsive .contact-form textarea{
        width:98%;
    }
    .menu3dmega.responsive > ul > li > a,
    .menu3dmega.responsive > ul > li > .arrow-icon,
    .menu3dmega.responsive > ul > li > .arrow-icon-bottom{
        position:relative;
    }
    .menu3dmega.responsive li > .arrow-icon:after{
        background: none repeat scroll 0 0 transparent;
        border-color: #959595 transparent transparent;
        border-style: solid dashed dashed;
        border-width: 4px 4px 0;
        content: "";
        display: inline-block;
        font-size: 0;
        margin-top: -1px;
        padding-top: 1px;
        position: absolute;
        top: 50%;
    }
	.menu3dmega.responsive .dropdown-menu > ul li.open > span.arrow-icon:after,
	.menu3dmega.responsive .dropdown-menu > ul > li:hover span.arrow-icon:after{
	   	border-color: #555 transparent transparent;
	}
    .menu3dmega.responsive > ul > li {
        border-left:none !important;
        border-right:none !important;
    }    
    .menu3dmega.responsive li .dropdown-menu
    {
        width:100%;
        left:0 ;
        top:auto;
        border-left:none !important;
        border-right:none !important;  
    }
   
}

/* ---------------------------------- VERTICAL STYLE ONLY SCREEN---------------------------------- */
@media (min-width: 768px)  {
    .menu3dmega.vertical
    {
        width:auto;
        float:left;
    }

    .menu3dmega.vertical .dropdown-menu.flyout-menu
    {
        width:auto;
    }
    
    .menu3dmega.vertical .dropdown-menu
    {
        width:800px;
        max-width:800px;
        top:0;
        left:100% !important;
        border-top:1px solid #ccc;
    }
    .menu3dmega.vertical > ul > li 
    {
        position:relative ;
    }
    
    .menu3dmega.vertical span.arrow-icon-bottom:after
    {
        border-style: solid;
        border-width: 4px 0px 4px 4px;
        border-color:transparent transparent transparent #EEEEEE
    }
    .menu3dmega.vertical li:hover span.arrow-icon-bottom:after
    {
        border-style: solid;
        border-width: 4px 0px 4px 4px;
        border-color:transparent transparent transparent #fff;
    }

   
    .menu3dmega.vertical > ul > li{
        border-left:none !important;
        border-right:none !important;
    }
}


/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	   -moz-animation-duration: 2s;
	     -o-animation-duration: 2s;
	        animation-duration: 2s;
}

@-webkit-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@-moz-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@-o-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

.flash {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}
.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}


/*@-webkit-keyframes slideDown {
	0%	{-webkit-transform: translateY(0);}	
	100% {-webkit-transform: translateY(100%);}	
}

@-moz-keyframes slideDown {
	0%	{-moz-transform: translateY(0);}	
	100% {-moz-transform: translateY(100%);}	
}

@-o-keyframes slideDown {
	0%	{-o-transform: translateY(0);}	
	100% {-o-transform: translateY(100%);}	
}

@keyframes slideDown {
	0%	{transform: translateY(0);}	
	100% {transform: translateY(100%);}	
}



@-webkit-keyframes slideUp {
	0%	{-webkit-transform: translateY(-100%);}	
	100% {-webkit-transform: translateY(0%);}	
}

@-moz-keyframes slideUp {
	0%	{-moz-transform: translateY(-100%);}	
	100% {-moz-transform: translateY(0%);}	
}

@-o-keyframes slideUp {
	0%	{-o-transform: translateY(-100%);}	
	100% {-o-transform: translateY(0%);}	
}

@keyframes slideUp {
	0%	{
		opacity:1;
		transform: translateY(0%);}	
	100% {
		opacity:0;
		transform: translateY(-100%);}	
}
.slideUp{
	-webkit-animation-name: slideUp;
	-moz-animation-name: slideUp;
	-o-animation-name: slideUp;
	animation-name: slideUp;
}
*/


@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
@-webkit-keyframes tada {
	0% {-webkit-transform: scale(1);}	
	10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
	100% {-webkit-transform: scale(1) rotate(0);}
}

@-moz-keyframes tada {
	0% {-moz-transform: scale(1);}	
	10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
	100% {-moz-transform: scale(1) rotate(0);}
}

@-o-keyframes tada {
	0% {-o-transform: scale(1);}	
	10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
	100% {-o-transform: scale(1) rotate(0);}
}

@keyframes tada {
	0% {transform: scale(1);}	
	10%, 20% {transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
	100% {transform: scale(1) rotate(0);}
}

.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes swing {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes swing {
	20% { -moz-transform: rotate(15deg); }	
	40% { -moz-transform: rotate(-10deg); }
	60% { -moz-transform: rotate(5deg); }	
	80% { -moz-transform: rotate(-5deg); }	
	100% { -moz-transform: rotate(0deg); }
}

@-o-keyframes swing {
	20% { -o-transform: rotate(15deg); }	
	40% { -o-transform: rotate(-10deg); }
	60% { -o-transform: rotate(5deg); }	
	80% { -o-transform: rotate(-5deg); }	
	100% { -o-transform: rotate(0deg); }
}

@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

.swing {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-o-animation-name: swing;
	animation-name: swing;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% { -webkit-transform: translateX(0%); }
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% { -webkit-transform: translateX(20%) rotate(3deg); }
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% { -webkit-transform: translateX(10%) rotate(2deg); }
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% { -webkit-transform: translateX(0%); }
}

@-moz-keyframes wobble {
  0% { -moz-transform: translateX(0%); }
  15% { -moz-transform: translateX(-25%) rotate(-5deg); }
  30% { -moz-transform: translateX(20%) rotate(3deg); }
  45% { -moz-transform: translateX(-15%) rotate(-3deg); }
  60% { -moz-transform: translateX(10%) rotate(2deg); }
  75% { -moz-transform: translateX(-5%) rotate(-1deg); }
  100% { -moz-transform: translateX(0%); }
}

@-o-keyframes wobble {
  0% { -o-transform: translateX(0%); }
  15% { -o-transform: translateX(-25%) rotate(-5deg); }
  30% { -o-transform: translateX(20%) rotate(3deg); }
  45% { -o-transform: translateX(-15%) rotate(-3deg); }
  60% { -o-transform: translateX(10%) rotate(2deg); }
  75% { -o-transform: translateX(-5%) rotate(-1deg); }
  100% { -o-transform: translateX(0%); }
}

@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-25%) rotate(-5deg); }
  30% { transform: translateX(20%) rotate(3deg); }
  45% { transform: translateX(-15%) rotate(-3deg); }
  60% { transform: translateX(10%) rotate(2deg); }
  75% { transform: translateX(-5%) rotate(-1deg); }
  100% { transform: translateX(0%); }
}

.wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }	
	50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(1); }	
	50% { -moz-transform: scale(1.1); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(1); }	
	50% { -o-transform: scale(1.1); }
    100% { -o-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }	
	50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		-webkit-animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-webkit-animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
}
@-moz-keyframes flip {
	0% {
		-moz-transform: perspective(400px) rotateY(0);
		-moz-animation-timing-function: ease-out;
	}
	40% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-moz-animation-timing-function: ease-out;
	}
	50% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-moz-animation-timing-function: ease-in;
	}
	80% {
		-moz-transform: perspective(400px) rotateY(360deg) scale(.95);
		-moz-animation-timing-function: ease-in;
	}
	100% {
		-moz-transform: perspective(400px) scale(1);
		-moz-animation-timing-function: ease-in;
	}
}
@-o-keyframes flip {
	0% {
		-o-transform: perspective(400px) rotateY(0);
		-o-animation-timing-function: ease-out;
	}
	40% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-o-animation-timing-function: ease-out;
	}
	50% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-o-animation-timing-function: ease-in;
	}
	80% {
		-o-transform: perspective(400px) rotateY(360deg) scale(.95);
		-o-animation-timing-function: ease-in;
	}
	100% {
		-o-transform: perspective(400px) scale(1);
		-o-animation-timing-function: ease-in;
	}
}
@keyframes flip {
	0% {
		transform: perspective(400px) rotateY(0);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(400px) scale(1);
		animation-timing-function: ease-in;
	}
}

.flip {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flip;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flip;
	-o-backface-visibility: visible !important;
	-o-animation-name: flip;
	backface-visibility: visible !important;
	animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(-45deg);
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateX(5deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(-45deg);
    }
    
    40% {
        -moz-transform: perspective(400px) rotateX(5deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateX(-5deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(-45deg);
    }
    
    40% {
        -o-transform: perspective(400px) rotateX(5deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateX(-5deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-ms-keyframes flipInX {
    0% {
        -ms-transform: perspective(400px) rotateX(-45deg);
        
    }
    
    40% {
        -ms-transform: perspective(400px) rotateX(5deg);
    }
    
    70% {
        -ms-transform: perspective(400px) rotateX(-5deg);
    }
    
    100% {
        -ms-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(-45deg);
    }
    
    40% {
        transform: perspective(400px) rotateX(5deg);
    }
    
    70% {
        transform: perspective(400px) rotateX(-5deg);
    }
    
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-webkit-transform-origin:0 0 0;
	-webkit-transform-style: preserve-3d;
	
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	-o-transform-origin:0 0 0;
	
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-moz-transform-origin:0 0 0;
	
	transform-origin:0 0 0;
	backface-visibility: visible !important;
	animation-name: flipInX;
	
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateX(-90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateX(-90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateX(-90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateX(-90deg);
        opacity: 0;
    }
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	
	-webkit-transform-origin:0 0 0;
	-moz-transform-origin:0 0 0;
	-o-transform-origin:0 0 0;
	transform-origin:0 0 0;
	
	animation-name: flipOutX;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(45deg);
        -webkit-transform-origin: 0% 0%;
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        -webkit-transform-origin: 0% 0%;
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateY(5deg);
        -webkit-transform-origin: 0% 0%;
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -webkit-transform-origin: 0% 0%;
        opacity: 1;
    }
}
@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(45deg);
        -moz-transform-origin: 0% 0%;
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateY(-5deg);
        -moz-transform-origin: 0% 0%;
    }
    
    70% {
        -moz-transform: perspective(400px) rotateY(5deg);
        -moz-transform-origin: 0% 0%;
    }
    
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        -moz-transform-origin: 0% 0%;
        opacity: 1;
    }
}
@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(45deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateY(-5deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateY(5deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(45deg);
        transform-origin: 0% 0%;
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateY(-5deg);
        transform-origin: 0% 0%;
    }
    
    70% {
        transform: perspective(400px) rotateY(5deg);
        transform-origin: 0% 0%;
    }
    
    100% {
        transform: perspective(400px) rotateY(0deg);
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInY;
	
	-webkit-transform-origin:0 0 0;
	-moz-transform-origin:0 0 0;
	-o-transform-origin:0 0 0;
	transform-origin:0 0 0;
	
	backface-visibility: visible !important;
	animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-moz-keyframes flipOutY {
    0% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-o-keyframes flipOutY {
    0% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipOutY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipOutY;
	
	-webkit-transform-origin:0 0 0;
	-moz-transform-origin:0 0 0;
	-o-transform-origin:0 0 0;
	transform-origin:0 0 0;
	
	backface-visibility: visible !important;
	animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-o-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
}
@-moz-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
}
@-o-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
}

@-moz-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
}

@-o-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
}

@-o-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
}

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
}

@-o-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	-o-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	-moz-animation-name: fadeOutDownBig;
	-o-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}
@-moz-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}
@-o-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}
	
	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}
	
	100% {
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}
	
	
	100% {
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
	}
	
	80% {
		-webkit-transform: translateY(10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes bounceInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(-30px);
	}
	
	80% {
		-moz-transform: translateY(10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(-30px);
	}
	
	80% {
		-o-transform: translateY(10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(-30px);
	}
	
	80% {
		transform: translateY(10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}
	
	80% {
		-webkit-transform: translateY(-10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}
	
	80% {
		-moz-transform: translateY(-10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}
	
	80% {
		-o-transform: translateY(-10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	
	80% {
		transform: translateY(-10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
	}
	
	80% {
		-webkit-transform: translateX(-10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateX(30px);
	}
	
	80% {
		-moz-transform: translateX(-10px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateX(30px);
	}
	
	80% {
		-o-transform: translateX(-10px);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateX(30px);
	}
	
	80% {
		transform: translateX(-10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
	}
	
	80% {
		-webkit-transform: translateX(10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateX(-30px);
	}
	
	80% {
		-moz-transform: translateX(10px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateX(-30px);
	}
	
	80% {
		-o-transform: translateX(10px);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateX(-30px);
	}
	
	80% {
		transform: translateX(10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1) ;
	}
	
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.3) ;
	}	
}

@-moz-keyframes bounceOut {
	0% {
		-moz-transform: scale(1) ;
	}
	
	
	100% {
		opacity: 0;
		-moz-transform: scale(.3);
	}	
}

@-o-keyframes bounceOut {
	0% {
		-o-transform: scale(1) ;
	}
	
	
	100% {
		opacity: 0;
		-o-transform: scale(.3);
	}	
}

@keyframes bounceOut {
	0% {
		transform: scale(1);
	}
	
	
	100% {
		opacity: 0;
		transform: scale(.3) ;
	}	
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	-moz-animation-name: bounceOut;
	-o-animation-name: bounceOut;
	animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes bounceOutUp {
	0% {
		-moz-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes bounceOutUp {
	0% {
		-o-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes bounceOutDown {
	0% {
		-moz-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes bounceOutDown {
	0% {
		-o-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	-moz-animation-name: bounceOutDown;
	-o-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes bounceOutLeft {
	0% {
		-moz-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes bounceOutLeft {
	0% {
		-o-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	-moz-animation-name: bounceOutLeft;
	-o-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}

@-moz-keyframes bounceOutRight {
	0% {
		-moz-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}

@-o-keyframes bounceOutRight {
	0% {
		-o-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	-moz-animation-name: bounceOutRight;
	-o-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-moz-keyframes rotateIn {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}
@-o-keyframes rotateIn {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	-moz-animation-name: rotateInUpLeft;
	-o-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	-moz-animation-name: rotateInDownLeft;
	-o-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	-moz-animation-name: rotateInUpRight;
	-o-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	-moz-animation-name: rotateInDownRight;
	-o-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(200deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOut {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(200deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOut {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	-moz-animation-name: rotateOut;
	-o-animation-name: rotateOut;
	animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	-moz-animation-name: rotateOutUpLeft;
	-o-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	-moz-animation-name: rotateOutDownLeft;
	-o-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	-moz-animation-name: rotateOutUpRight;
	-o-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	-moz-animation-name: rotateOutDownRight;
	-o-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
	0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	100% { -webkit-transform: translateY(700px); opacity: 0; }
}

@-moz-keyframes hinge {
	0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	100% { -moz-transform: translateY(700px); opacity: 0; }
}

@-o-keyframes hinge {
	0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	20%, 60% { -o-transform: rotate(80deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	40% { -o-transform: rotate(60deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	80% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	100% { -o-transform: translateY(700px); opacity: 0; }
}

@keyframes hinge {
	0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }	
	20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }	
	100% { transform: translateY(700px); opacity: 0; }
}

.hinge {
	-webkit-animation-name: hinge;
	-moz-animation-name: hinge;
	-o-animation-name: hinge;
	animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}

@-moz-keyframes rollIn {
	0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}

@-o-keyframes rollIn {
	0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}

@keyframes rollIn {
	0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}

.rollIn {
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	-o-animation-name: rollIn;
	animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
	}
}

@-moz-keyframes rollOut {
    0% {
		opacity: 1;
		-moz-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-moz-transform: translateX(100%) rotate(120deg);
	}
}

@-o-keyframes rollOut {
    0% {
		opacity: 1;
		-o-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-o-transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
    0% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		transform: translateX(100%) rotate(120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	-moz-animation-name: rollOut;
	-o-animation-name: rollOut;
	animation-name: rollOut;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

@-webkit-keyframes lightSpeedIn {
	0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-moz-keyframes lightSpeedIn {
	0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-o-keyframes lightSpeedIn {
	0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@keyframes lightSpeedIn {
	0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;

    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.animated.lightSpeedIn {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

@-webkit-keyframes lightSpeedOut {
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-moz-keyframes lightSpeedOut {
	0% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-o-keyframes lightSpeedOut {
	0% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@keyframes lightSpeedOut {
	0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -moz-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;

    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.animated.lightSpeedOut {
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

@-webkit-keyframes wiggle {
    0% { -webkit-transform: skewX(9deg); }
    10% { -webkit-transform: skewX(-8deg); }
    20% { -webkit-transform: skewX(7deg); }
    30% { -webkit-transform: skewX(-6deg); }
    40% { -webkit-transform: skewX(5deg); }
    50% { -webkit-transform: skewX(-4deg); }
    60% { -webkit-transform: skewX(3deg); }
    70% { -webkit-transform: skewX(-2deg); }
    80% { -webkit-transform: skewX(1deg); }
    90% { -webkit-transform: skewX(0deg); }
	100% { -webkit-transform: skewX(0deg); }
}

@-moz-keyframes wiggle {
    0% { -moz-transform: skewX(9deg); }
    10% { -moz-transform: skewX(-8deg); }
    20% { -moz-transform: skewX(7deg); }
    30% { -moz-transform: skewX(-6deg); }
    40% { -moz-transform: skewX(5deg); }
    50% { -moz-transform: skewX(-4deg); }
    60% { -moz-transform: skewX(3deg); }
    70% { -moz-transform: skewX(-2deg); }
    80% { -moz-transform: skewX(1deg); }
    90% { -moz-transform: skewX(0deg); }
	100% { -moz-transform: skewX(0deg); }
}

@-o-keyframes wiggle {
    0% { -o-transform: skewX(9deg); }
    10% { -o-transform: skewX(-8deg); }
    20% { -o-transform: skewX(7deg); }
    30% { -o-transform: skewX(-6deg); }
    40% { -o-transform: skewX(5deg); }
    50% { -o-transform: skewX(-4deg); }
    60% { -o-transform: skewX(3deg); }
    70% { -o-transform: skewX(-2deg); }
    80% { -o-transform: skewX(1deg); }
    90% { -o-transform: skewX(0deg); }
	100% { -o-transform: skewX(0deg); }
}

@keyframes wiggle {
    0% { transform: skewX(9deg); }
    10% { transform: skewX(-8deg); }
    20% { transform: skewX(7deg); }
    30% { transform: skewX(-6deg); }
    40% { transform: skewX(5deg); }
    50% { transform: skewX(-4deg); }
    60% { transform: skewX(3deg); }
    70% { transform: skewX(-2deg); }
    80% { transform: skewX(1deg); }
    90% { transform: skewX(0deg); }
	100% { transform: skewX(0deg); }
}

.wiggle {
    -webkit-animation-name: wiggle;
    -moz-animation-name: wiggle;
    -o-animation-name: wiggle;
    animation-name: wiggle;

    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.animated.wiggle {
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    -o-animation-duration: 0.75s;
    animation-duration: 0.75s;
}







/*------------------------------------------------------------------
2. Headerß Icons 24px
-------------------------------------------------------------------*/
.picons_social .icon{
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-001_forrst.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.picons_social .forrst{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-001_forrst.png);
}
.picons_social .dribbble{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-002_dribbble.png);
}
.picons_social .twitter{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-003_twitter.png);
}
.picons_social .flickr{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-004_flickr.png);
}
.picons_social .twitter-1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-005_twitter.png);
}
.picons_social .facebook{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-006_facebook.png);
}
.picons_social .skype{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-007_skype.png);
}
.picons_social .digg{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-008_digg.png);
}
.picons_social .google{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-009_google.png);
}
.picons_social .html5{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-010_html5.png);
}
.picons_social .linkedin{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-011_linkedin.png);
}
.picons_social .last_fm{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-012_last_fm.png);
}
.picons_social .vimeo{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-013_vimeo.png);
}
.picons_social .yahoo{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-014_yahoo.png);
}
.picons_social .tumblr{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-015_tumblr.png);
}
.picons_social .apple{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-016_apple.png);
}
.picons_social .windows{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-017_windows.png);
}
.picons_social .youtube{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-018_youtube.png);
}
.picons_social .delicious{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-019_delicious.png);
}
.picons_social .rss{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-020_rss.png);
}
.picons_social .picasa{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-021_picasa.png);
}
.picons_social .deviantart{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-022_deviantart.png);
}
.picons_social .technorati{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-023_technorati.png);
}
.picons_social .stumbleupon{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-024_stumbleupon.png);
}
.picons_social .blogger{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-025_blogger.png);
}
.picons_social .wordpress{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-026_wordpress.png);
}
.picons_social .amazon{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-027_amazon.png);
}
.picons_social .appstore{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-028_appstore.png);
}
.picons_social .paypal{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-029_paypal.png);
}
.picons_social .myspace{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-030_myspace.png);
}
.picons_social .dropbox{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-031_dropbox.png);
}
.picons_social .windows8{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-032_windows8.png);
}
.picons_social .pinterest{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-033_pinterest.png);
}
.picons_social .soundcloud{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-034_soundcloud.png);
}
.picons_social .google_drive{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-035_google_drive.png);
}
.picons_social .android{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-036_android.png);
}
.picons_social .behance{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-037_behance.png);
}
.picons_social .instagram{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-038_instagram.png);
}
.picons_social .ebay{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-039_ebay.png);
}
.picons_social .google_plus{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-040_google_plus.png);
}
.picons_social .forrst1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-041_forrst.png);
}
.picons_social .dribbble1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-042_dribbble.png);
}
.picons_social .twitter1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-043_twitter.png);
}
.picons_social .flickr1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-044_flickr.png);
}
.picons_social .twitter-11{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-045_twitter.png);
}
.picons_social .facebook1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-046_facebook.png);
}
.picons_social .skype1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-047_skype.png);
}
.picons_social .digg1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-048_digg.png);
}
.picons_social .google1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-049_google.png);
}
.picons_social .html51{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-050_html5.png);
}
.picons_social .linkedin1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-051_linkedin.png);
}
.picons_social .last_fm1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-052_lastfm.png);
}
.picons_social .vimeo1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-053_vimeo.png);
}
.picons_social .yahoo1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-054_yahoo.png);
}
.picons_social .tumblr1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-055_tumblr.png);
}
.picons_social .apple1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-056_apple.png);
}
.picons_social .windows1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-057_windows.png);
}
.picons_social .youtube1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-058_youtube.png);
}
.picons_social .delicious1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-059_delicious.png);
}
.picons_social .rss1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-060_rss.png);
}
.picons_social .picasa1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-061_picasa.png);
}
.picons_social .deviantart1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-062_deviantart.png);
}
.picons_social .technorati1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-063_technorati.png);
}
.picons_social .stumbleupon1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-064_stumbleupon.png);
}
.picons_social .blogger1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-065_blogger.png);
}
.picons_social .wordpress1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-066_wordpress.png);
}
.picons_social .amazon1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-067_amazon.png);
}
.picons_social .appstore1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-068_appstore.png);
}
.picons_social .paypal1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-069_paypal.png);
}
.picons_social .myspace1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-070_myspace.png);
}
.picons_social .dropbox1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-071_dropbox.png);
}
.picons_social .windows81{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-072_windows8.png);
}
.picons_social .pinterest1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-073_pinterest.png);
}
.picons_social .soundcloud1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-074_soundcloud.png);
}
.picons_social .google_drive1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-075_google_drive.png);
}
.picons_social .android1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-076_android.png);
}
.picons_social .behance1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-077_behance.png);
}
.picons_social .instagram1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-078_instagram.png);
}
.picons_social .ebay1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-079_ebay.png);
}
.picons_social .google_plus1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social/social-080_google_plus.png);
}

/*------------------------------------------------------------------
2. Footer Icons 24px
-------------------------------------------------------------------*/
#footer-meta .picons_social .icon{
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-001_forrst.png);
	background-repeat: no-repeat;
	background-position: 0;
}
#footer-meta .picons_social .forrst{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-001_forrst.png);
}
#footer-meta .picons_social .dribbble{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-002_dribbble.png);
}
#footer-meta .picons_social .twitter{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-003_twitter.png);
}
#footer-meta .picons_social .flickr{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-004_flickr.png);
}
#footer-meta .picons_social .twitter-1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-005_twitter.png);
}
#footer-meta .picons_social .facebook{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-006_facebook.png);
}
#footer-meta .picons_social .skype{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-007_skype.png);
}
#footer-meta .picons_social .digg{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-008_digg.png);
}
#footer-meta .picons_social .google{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-009_google.png);
}
#footer-meta .picons_social .html5{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-010_html5.png);
}
#footer-meta .picons_social .linkedin{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-011_linkedin.png);
}
#footer-meta .picons_social .last_fm{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-012_last_fm.png);
}
#footer-meta .picons_social .vimeo{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-013_vimeo.png);
}
#footer-meta .picons_social .yahoo{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-014_yahoo.png);
}
#footer-meta .picons_social .tumblr{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-015_tumblr.png);
}
#footer-meta .picons_social .apple{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-016_apple.png);
}
#footer-meta .picons_social .windows{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-017_windows.png);
}
#footer-meta .picons_social .youtube{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-018_youtube.png);
}
#footer-meta .picons_social .delicious{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-019_delicious.png);
}
#footer-meta .picons_social .rss{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-020_rss.png);
}
#footer-meta .picons_social .picasa{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-021_picasa.png);
}
#footer-meta .picons_social .deviantart{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-022_deviantart.png);
}
#footer-meta .picons_social .technorati{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-023_technorati.png);
}
#footer-meta .picons_social .stumbleupon{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-024_stumbleupon.png);
}
#footer-meta .picons_social .blogger{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-025_blogger.png);
}
#footer-meta .picons_social .wordpress{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-026_wordpress.png);
}
#footer-meta .picons_social .amazon{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-027_amazon.png);
}
#footer-meta .picons_social .appstore{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-028_appstore.png);
}
#footer-meta .picons_social .paypal{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-029_paypal.png);
}
#footer-meta .picons_social .myspace{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-030_myspace.png);
}
#footer-meta .picons_social .dropbox{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-031_dropbox.png);
}
#footer-meta .picons_social .windows8{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-032_windows8.png);
}
#footer-meta .picons_social .pinterest{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-033_pinterest.png);
}
#footer-meta .picons_social .soundcloud{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-034_soundcloud.png);
}
#footer-meta .picons_social .google_drive{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-035_google_drive.png);
}
#footer-meta .picons_social .android{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-036_android.png);
}
#footer-meta .picons_social .behance{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-037_behance.png);
}
#footer-meta .picons_social .instagram{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-038_instagram.png);
}
#footer-meta .picons_social .ebay{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-039_ebay.png);
}
#footer-meta .picons_social .google_plus{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-040_google_plus.png);
}
#footer-meta .picons_social .forrst1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-041_forrst.png);
}
#footer-meta .picons_social .dribbble1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-042_dribbble.png);
}
#footer-meta .picons_social .twitter1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-043_twitter.png);
}
#footer-meta .picons_social .flickr1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-044_flickr.png);
}
#footer-meta .picons_social .twitter-11{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-045_twitter.png);
}
#footer-meta .picons_social .facebook1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-046_facebook.png);
}
#footer-meta .picons_social .skype1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-047_skype.png);
}
#footer-meta .picons_social .digg1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-048_digg.png);
}
#footer-meta .picons_social .google1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-049_google.png);
}
#footer-meta .picons_social .html51{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-050_html5.png);
}
#footer-meta .picons_social .linkedin1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-051_linkedin.png);
}
#footer-meta .picons_social .last_fm1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-052_lastfm.png);
}
#footer-meta .picons_social .vimeo1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-053_vimeo.png);
}
#footer-meta .picons_social .yahoo1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-054_yahoo.png);
}
#footer-meta .picons_social .tumblr1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-055_tumblr.png);
}
#footer-meta .picons_social .apple1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-056_apple.png);
}
#footer-meta .picons_social .windows1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-057_windows.png);
}
#footer-meta .picons_social .youtube1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-058_youtube.png);
}
#footer-meta .picons_social .delicious1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-059_delicious.png);
}
#footer-meta .picons_social .rss1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-060_rss.png);
}
#footer-meta .picons_social .picasa1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-061_picasa.png);
}
#footer-meta .picons_social .deviantart1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-062_deviantart.png);
}
#footer-meta .picons_social .technorati1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-063_technorati.png);
}
#footer-meta .picons_social .stumbleupon1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-064_stumbleupon.png);
}
#footer-meta .picons_social .blogger1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-065_blogger.png);
}
#footer-meta .picons_social .wordpress1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-066_wordpress.png);
}
#footer-meta .picons_social .amazon1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-067_amazon.png);
}
#footer-meta .picons_social .appstore1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-068_appstore.png);
}
#footer-meta .picons_social .paypal1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-069_paypal.png);
}
#footer-meta .picons_social .myspace1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-070_myspace.png);
}
#footer-meta .picons_social .dropbox1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-071_dropbox.png);
}
#footer-meta .picons_social .windows81{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-072_windows8.png);
}
#footer-meta .picons_social .pinterest1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-073_pinterest.png);
}
#footer-meta .picons_social .soundcloud1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-074_soundcloud.png);
}
#footer-meta .picons_social .google_drive1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-075_google_drive.png);
}
#footer-meta .picons_social .android1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-076_android.png);
}
#footer-meta .picons_social .behance1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-077_behance.png);
}
#footer-meta .picons_social .instagram1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-078_instagram.png);
}
#footer-meta .picons_social .ebay1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-079_ebay.png);
}
#footer-meta .picons_social .google_plus1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_footer/social-080_google_plus.png);
}

/*------------------------------------------------------------------
3. Colored Icons 16px
-------------------------------------------------------------------*/
.meta_colored_icons.picons_social .forrst{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-001_forrst.png);
}
.meta_colored_icons.picons_social .dribbble{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-002_dribbble.png);
}
.meta_colored_icons.picons_social .twitter{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-003_twitter.png);
}
.meta_colored_icons.picons_social .flickr{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-004_flickr.png);
}
.meta_colored_icons.picons_social .twitter-1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-005_twitter.png);
}
.meta_colored_icons.picons_social .facebook{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-006_facebook.png);
}
.meta_colored_icons.picons_social .skype{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-007_skype.png);
}
.meta_colored_icons.picons_social .digg{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-008_digg.png);
}
.meta_colored_icons.picons_social .google{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-009_google.png);
}
.meta_colored_icons.picons_social .html5{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-010_html5.png);
}
.meta_colored_icons.picons_social .linkedin{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-011_linkedin.png);
}
.meta_colored_icons.picons_social .last_fm{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-012_last_fm.png);
}
.meta_colored_icons.picons_social .vimeo{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-013_vimeo.png);
}
.meta_colored_icons.picons_social .yahoo{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-014_yahoo.png);
}
.meta_colored_icons.picons_social .tumblr{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-015_tumblr.png);
}
.meta_colored_icons.picons_social .apple{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-016_apple.png);
}
.meta_colored_icons.picons_social .windows{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-017_windows.png);
}
.meta_colored_icons.picons_social .youtube{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-018_youtube.png);
}
.meta_colored_icons.picons_social .delicious{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-019_delicious.png);
}
.meta_colored_icons.picons_social .rss{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-020_rss.png);
}
.meta_colored_icons.picons_social .picasa{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-021_picasa.png);
}
.meta_colored_icons.picons_social .deviantart{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-022_deviantart.png);
}
.meta_colored_icons.picons_social .technorati{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-023_technorati.png);
}
.meta_colored_icons.picons_social .stumbleupon{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-024_stumbleupon.png);
}
.meta_colored_icons.picons_social .blogger{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-025_blogger.png);
}
.meta_colored_icons.picons_social .wordpress{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-026_wordpress.png);
}
.meta_colored_icons.picons_social .amazon{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-027_amazon.png);
}
.meta_colored_icons.picons_social .appstore{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-028_appstore.png);
}
.meta_colored_icons.picons_social .paypal{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-029_paypal.png);
}
.meta_colored_icons.picons_social .myspace{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-030_myspace.png);
}
.meta_colored_icons.picons_social .dropbox{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-031_dropbox.png);
}
.meta_colored_icons.picons_social .windows8{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-032_windows8.png);
}
.meta_colored_icons.picons_social .pinterest{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-033_pinterest.png);
}
.meta_colored_icons.picons_social .soundcloud{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-034_soundcloud.png);
}
.meta_colored_icons.picons_social .google_drive{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-035_google_drive.png);
}
.meta_colored_icons.picons_social .android{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-036_android.png);
}
.meta_colored_icons.picons_social .behance{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-037_behance.png);
}
.meta_colored_icons.picons_social .instagram{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-038_instagram.png);
}
.meta_colored_icons.picons_social .ebay{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-039_ebay.png);
}
.meta_colored_icons.picons_social .google_plus{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-040_google_plus.png);
}
.meta_colored_icons.picons_social .forrst1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-041_forrst.png);
}
.meta_colored_icons.picons_social .dribbble1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-042_dribbble.png);
}
.meta_colored_icons.picons_social .twitter1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-043_twitter.png);
}
.meta_colored_icons.picons_social .flickr1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-044_flickr.png);
}
.meta_colored_icons.picons_social .twitter-11{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-045_twitter.png);
}
.meta_colored_icons.picons_social .facebook1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-046_facebook.png);
}
.meta_colored_icons.picons_social .skype1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-047_skype.png);
}
.meta_colored_icons.picons_social .digg1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-048_digg.png);
}
.meta_colored_icons.picons_social .google1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-049_google.png);
}
.meta_colored_icons.picons_social .html51{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-050_html5.png);
}
.meta_colored_icons.picons_social .linkedin1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-051_linkedin.png);
}
.meta_colored_icons.picons_social .last_fm1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-052_last_fm.png);
}
.meta_colored_icons.picons_social .vimeo1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-053_vimeo.png);
}
.meta_colored_icons.picons_social .yahoo1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-054_yahoo.png);
}
.meta_colored_icons.picons_social .tumblr1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-055_tumblr.png);
}
.meta_colored_icons.picons_social .apple1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-056_apple.png);
}
.meta_colored_icons.picons_social .windows1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-057_windows.png);
}
.meta_colored_icons.picons_social .youtube1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-058_youtube.png);
}
.meta_colored_icons.picons_social .delicious1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-059_delicious.png);
}
.meta_colored_icons.picons_social .rss1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-060_rss.png);
}
.meta_colored_icons.picons_social .picasa1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-061_picasa.png);
}
.meta_colored_icons.picons_social .deviantart1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-062_deviantart.png);
}
.meta_colored_icons.picons_social .technorati1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-063_technorati.png);
}
.meta_colored_icons.picons_social .stumbleupon1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-064_stumbleupon.png);
}
.meta_colored_icons.picons_social .blogger1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-065_blogger.png);
}
.meta_colored_icons.picons_social .wordpress1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-066_wordpress.png);
}
.meta_colored_icons.picons_social .amazon1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-067_amazon.png);
}
.meta_colored_icons.picons_social .appstore1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-068_appstore.png);
}
.meta_colored_icons.picons_social .paypal1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-069_paypal.png);
}
.meta_colored_icons.picons_social .myspace1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-070_myspace.png);
}
.meta_colored_icons.picons_social .dropbox1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-071_dropbox.png);
}
.meta_colored_icons.picons_social .windows81{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-072_windows8.png);
}
.meta_colored_icons.picons_social .pinterest1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-073_pinterest.png);
}
.meta_colored_icons.picons_social .soundcloud1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-074_soundcloud.png);
}
.meta_colored_icons.picons_social .google_drive1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-075_google_drive.png);
}
.meta_colored_icons.picons_social .android1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-076_android.png);
}
.meta_colored_icons.picons_social .behance1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-077_behance.png);
}
.meta_colored_icons.picons_social .instagram1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-078_instagram.png);
}
.meta_colored_icons.picons_social .ebay1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-079_ebay.png);
}
.meta_colored_icons.picons_social .google_plus1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_16_gray/social-080_google_plus.png);
}

.meta_colored_icons.picons_social .forrst:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-001_forrst.png);
}
.meta_colored_icons.picons_social .dribbble:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-002_dribbble.png);
}
.meta_colored_icons.picons_social .twitter:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-003_twitter.png);
}
.meta_colored_icons.picons_social .flickr:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-004_flickr.png);
}
.meta_colored_icons.picons_social .twitter-1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-005_twitter.png);
}
.meta_colored_icons.picons_social .facebook:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-006_facebook.png);
}
.meta_colored_icons.picons_social .skype:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-007_skype.png);
}
.meta_colored_icons.picons_social .digg:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-008_digg.png);
}
.meta_colored_icons.picons_social .google:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-009_google.png);
}
.meta_colored_icons.picons_social .html5:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-010_html5.png);
}
.meta_colored_icons.picons_social .linkedin:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-011_linkedin.png);
}
.meta_colored_icons.picons_social .last_fm:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-012_last_fm.png);
}
.meta_colored_icons.picons_social .vimeo:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-013_vimeo.png);
}
.meta_colored_icons.picons_social .yahoo:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-014_yahoo.png);
}
.meta_colored_icons.picons_social .tumblr:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-015_tumblr.png);
}
.meta_colored_icons.picons_social .apple:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-016_apple.png);
}
.meta_colored_icons.picons_social .windows:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-017_windows.png);
}
.meta_colored_icons.picons_social .youtube:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-018_youtube.png);
}
.meta_colored_icons.picons_social .delicious:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-019_delicious.png);
}
.meta_colored_icons.picons_social .rss:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-020_rss.png);
}
.meta_colored_icons.picons_social .picasa:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-021_picasa.png);
}
.meta_colored_icons.picons_social .deviantart:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-022_deviantart.png);
}
.meta_colored_icons.picons_social .technorati:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-023_technorati.png);
}
.meta_colored_icons.picons_social .stumbleupon:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-024_stumbleupon.png);
}
.meta_colored_icons.picons_social .blogger:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-025_blogger.png);
}
.meta_colored_icons.picons_social .wordpress:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-026_wordpress.png);
}
.meta_colored_icons.picons_social .amazon:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-027_amazon.png);
}
.meta_colored_icons.picons_social .appstore:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-028_appstore.png);
}
.meta_colored_icons.picons_social .paypal:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-029_paypal.png);
}
.meta_colored_icons.picons_social .myspace:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-030_myspace.png);
}
.meta_colored_icons.picons_social .dropbox:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-031_dropbox.png);
}
.meta_colored_icons.picons_social .windows8:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-032_windows8.png);
}
.meta_colored_icons.picons_social .pinterest:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-033_pinterest.png);
}
.meta_colored_icons.picons_social .soundcloud:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-034_soundcloud.png);
}
.meta_colored_icons.picons_social .google_drive:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-035_google_drive.png);
}
.meta_colored_icons.picons_social .android:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-036_android.png);
}
.meta_colored_icons.picons_social .behance:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-037_behance.png);
}
.meta_colored_icons.picons_social .instagram:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-038_instagram.png);
}
.meta_colored_icons.picons_social .ebay:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-039_ebay.png);
}
.meta_colored_icons.picons_social .google_plus:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-040_google_plus.png);
}
.meta_colored_icons.picons_social .forrst1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-041_forrst.png);
}
.meta_colored_icons.picons_social .dribbble1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-042_dribbble.png);
}
.meta_colored_icons.picons_social .twitter1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-043_twitter.png);
}
.meta_colored_icons.picons_social .flickr1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-044_flickr.png);
}
.meta_colored_icons.picons_social .twitter-11:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-045_twitter.png);
}
.meta_colored_icons.picons_social .facebook1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-046_facebook.png);
}
.meta_colored_icons.picons_social .skype1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-047_skype.png);
}
.meta_colored_icons.picons_social .digg1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-048_digg.png);
}
.meta_colored_icons.picons_social .google1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-049_google.png);
}
.meta_colored_icons.picons_social .html51:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-050_html5.png);
}
.meta_colored_icons.picons_social .linkedin1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-051_linkedin.png);
}
.meta_colored_icons.picons_social .last_fm1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-052_last_fm.png);
}
.meta_colored_icons.picons_social .vimeo1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-053_vimeo.png);
}
.meta_colored_icons.picons_social .yahoo1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-054_yahoo.png);
}
.meta_colored_icons.picons_social .tumblr1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-055_tumblr.png);
}
.meta_colored_icons.picons_social .apple1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-056_apple.png);
}
.meta_colored_icons.picons_social .windows1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-057_windows.png);
}
.meta_colored_icons.picons_social .youtube1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-058_youtube.png);
}
.meta_colored_icons.picons_social .delicious1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-059_delicious.png);
}
.meta_colored_icons.picons_social .rss1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-060_rss.png);
}
.meta_colored_icons.picons_social .picasa1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-061_picasa.png);
}
.meta_colored_icons.picons_social .deviantart1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-062_deviantart.png);
}
.meta_colored_icons.picons_social .technorati1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-063_technorati.png);
}
.meta_colored_icons.picons_social .stumbleupon1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-064_stumbleupon.png);
}
.meta_colored_icons.picons_social .blogger1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-065_blogger.png);
}
.meta_colored_icons.picons_social .wordpress1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-066_wordpress.png);
}
.meta_colored_icons.picons_social .amazon1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-067_amazon.png);
}
.meta_colored_icons.picons_social .appstore1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-068_appstore.png);
}
.meta_colored_icons.picons_social .paypal1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-069_paypal.png);
}
.meta_colored_icons.picons_social .myspace1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-070_myspace.png);
}
.meta_colored_icons.picons_social .dropbox1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-071_dropbox.png);
}
.meta_colored_icons.picons_social .windows81:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-072_windows8.png);
}
.meta_colored_icons.picons_social .pinterest1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-073_pinterest.png);
}
.meta_colored_icons.picons_social .soundcloud1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-074_soundcloud.png);
}
.meta_colored_icons.picons_social .google_drive1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-075_google_drive.png);
}
.meta_colored_icons.picons_social .android1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-076_android.png);
}
.meta_colored_icons.picons_social .behance1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-077_behance.png);
}
.meta_colored_icons.picons_social .instagram1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-078_instagram.png);
}
.meta_colored_icons.picons_social .ebay1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-079_ebay.png);
}
.meta_colored_icons.picons_social .google_plus1:hover{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-080_google_plus.png);
}

/*------------------------------------------------------------------
4. Light Icons 30px
-------------------------------------------------------------------*/
.meta_light_icons.picons_social .forrst{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-001_forrst.png);
}
.meta_light_icons.picons_social .dribbble{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-002_dribbble.png);
}
.meta_light_icons.picons_social .twitter{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-003_twitter.png);
}
.meta_light_icons.picons_social .flickr{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-004_flickr.png);
}
.meta_light_icons.picons_social .twitter-1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-005_twitter.png);
}
.meta_light_icons.picons_social .facebook{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-006_facebook.png);
}
.meta_light_icons.picons_social .skype{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-007_skype.png);
}
.meta_light_icons.picons_social .digg{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-008_digg.png);
}
.meta_light_icons.picons_social .google{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-009_google.png);
}
.meta_light_icons.picons_social .html5{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-010_html5.png);
}
.meta_light_icons.picons_social .linkedin{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-011_linkedin.png);
}
.meta_light_icons.picons_social .last_fm{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-012_last_fm.png);
}
.meta_light_icons.picons_social .vimeo{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-013_vimeo.png);
}
.meta_light_icons.picons_social .yahoo{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-014_yahoo.png);
}
.meta_light_icons.picons_social .tumblr{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-015_tumblr.png);
}
.meta_light_icons.picons_social .apple{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-016_apple.png);
}
.meta_light_icons.picons_social .windows{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-017_windows.png);
}
.meta_light_icons.picons_social .youtube{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-018_youtube.png);
}
.meta_light_icons.picons_social .delicious{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-019_delicious.png);
}
.meta_light_icons.picons_social .rss{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-020_rss.png);
}
.meta_light_icons.picons_social .picasa{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-021_picasa.png);
}
.meta_light_icons.picons_social .deviantart{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-022_deviantart.png);
}
.meta_light_icons.picons_social .technorati{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-023_technorati.png);
}
.meta_light_icons.picons_social .stumbleupon{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-024_stumbleupon.png);
}
.meta_light_icons.picons_social .blogger{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-025_blogger.png);
}
.meta_light_icons.picons_social .wordpress{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-026_wordpress.png);
}
.meta_light_icons.picons_social .amazon{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-027_amazon.png);
}
.meta_light_icons.picons_social .appstore{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-028_appstore.png);
}
.meta_light_icons.picons_social .paypal{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-029_paypal.png);
}
.meta_light_icons.picons_social .myspace{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-030_myspace.png);
}
.meta_light_icons.picons_social .dropbox{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-031_dropbox.png);
}
.meta_light_icons.picons_social .windows8{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-032_windows8.png);
}
.meta_light_icons.picons_social .pinterest{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-033_pinterest.png);
}
.meta_light_icons.picons_social .soundcloud{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-034_soundcloud.png);
}
.meta_light_icons.picons_social .google_drive{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-035_google_drive.png);
}
.meta_light_icons.picons_social .android{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-036_android.png);
}
.meta_light_icons.picons_social .behance{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-037_behance.png);
}
.meta_light_icons.picons_social .instagram{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-038_instagram.png);
}
.meta_light_icons.picons_social .ebay{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-039_ebay.png);
}
.meta_light_icons.picons_social .google_plus{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-040_google_plus.png);
}
.meta_light_icons.picons_social .forrst1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-041_forrst.png);
}
.meta_light_icons.picons_social .dribbble1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-042_dribbble.png);
}
.meta_light_icons.picons_social .twitter1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-043_twitter.png);
}
.meta_light_icons.picons_social .flickr1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-044_flickr.png);
}
.meta_light_icons.picons_social .twitter-11{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-045_twitter.png);
}
.meta_light_icons.picons_social .facebook1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-046_facebook.png);
}
.meta_light_icons.picons_social .skype1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-047_skype.png);
}
.meta_light_icons.picons_social .digg1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-048_digg.png);
}
.meta_light_icons.picons_social .google1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-049_google.png);
}
.meta_light_icons.picons_social .html51{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-050_html5.png);
}
.meta_light_icons.picons_social .linkedin1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-051_linkedin.png);
}
.meta_light_icons.picons_social .last_fm1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-052_lastfm.png);
}
.meta_light_icons.picons_social .vimeo1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-053_vimeo.png);
}
.meta_light_icons.picons_social .yahoo1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-054_yahoo.png);
}
.meta_light_icons.picons_social .tumblr1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-055_tumblr.png);
}
.meta_light_icons.picons_social .apple1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-056_apple.png);
}
.meta_light_icons.picons_social .windows1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-057_windows.png);
}
.meta_light_icons.picons_social .youtube1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-058_youtube.png);
}
.meta_light_icons.picons_social .delicious1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-059_delicious.png);
}
.meta_light_icons.picons_social .rss1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-060_rss.png);
}
.meta_light_icons.picons_social .picasa1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-061_picasa.png);
}
.meta_light_icons.picons_social .deviantart1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-062_deviantart.png);
}
.meta_light_icons.picons_social .technorati1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-063_technorati.png);
}
.meta_light_icons.picons_social .stumbleupon1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-064_stumbleupon.png);
}
.meta_light_icons.picons_social .blogger1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-065_blogger.png);
}
.meta_light_icons.picons_social .wordpress1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-066_wordpress.png);
}
.meta_light_icons.picons_social .amazon1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-067_amazon.png);
}
.meta_light_icons.picons_social .appstore1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-068_appstore.png);
}
.meta_light_icons.picons_social .paypal1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-069_paypal.png);
}
.meta_light_icons.picons_social .myspace1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-070_myspace.png);
}
.meta_light_icons.picons_social .dropbox1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-071_dropbox.png);
}
.meta_light_icons.picons_social .windows81{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-072_windows8.png);
}
.meta_light_icons.picons_social .pinterest1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-073_pinterest.png);
}
.meta_light_icons.picons_social .soundcloud1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-074_soundcloud.png);
}
.meta_light_icons.picons_social .google_drive1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-075_google_drive.png);
}
.meta_light_icons.picons_social .android1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-076_android.png);
}
.meta_light_icons.picons_social .behance1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-077_behance.png);
}
.meta_light_icons.picons_social .instagram1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-078_instagram.png);
}
.meta_light_icons.picons_social .ebay1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-079_ebay.png);
}
.meta_light_icons.picons_social .google_plus1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_light/social-080_google_plus.png);
}

/*------------------------------------------------------------------
5. Team Post Icons 16px
-------------------------------------------------------------------*/
.about-post-details.picons_social a:hover .forrst{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-001_forrst.png);
}
.about-post-details.picons_social a:hover .dribbble{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-002_dribbble.png);
}
.about-post-details.picons_social a:hover .twitter{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-003_twitter.png);
}
.about-post-details.picons_social a:hover .flickr{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-004_flickr.png);
}
.about-post-details.picons_social a:hover .twitter-1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-005_twitter.png);
}
.about-post-details.picons_social a:hover .facebook{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-006_facebook.png);
}
.about-post-details.picons_social a:hover .skype{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-007_skype.png);
}
.about-post-details.picons_social a:hover .digg{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-008_digg.png);
}
.about-post-details.picons_social a:hover .google{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-009_google.png);
}
.about-post-details.picons_social a:hover .html5{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-010_html5.png);
}
.about-post-details.picons_social a:hover .linkedin{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-011_linkedin.png);
}
.about-post-details.picons_social a:hover .last_fm{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-012_last_fm.png);
}
.about-post-details.picons_social a:hover .vimeo{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-013_vimeo.png);
}
.about-post-details.picons_social a:hover .yahoo{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-014_yahoo.png);
}
.about-post-details.picons_social a:hover .tumblr{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-015_tumblr.png);
}
.about-post-details.picons_social a:hover .apple{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-016_apple.png);
}
.about-post-details.picons_social a:hover .windows{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-017_windows.png);
}
.about-post-details.picons_social a:hover .youtube{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-018_youtube.png);
}
.about-post-details.picons_social a:hover .delicious{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-019_delicious.png);
}
.about-post-details.picons_social a:hover .rss{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-020_rss.png);
}
.about-post-details.picons_social a:hover .picasa{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-021_picasa.png);
}
.about-post-details.picons_social a:hover .deviantart{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-022_deviantart.png);
}
.about-post-details.picons_social a:hover .technorati{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-023_technorati.png);
}
.about-post-details.picons_social a:hover .stumbleupon{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-024_stumbleupon.png);
}
.about-post-details.picons_social a:hover .blogger{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-025_blogger.png);
}
.about-post-details.picons_social a:hover .wordpress{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-026_wordpress.png);
}
.about-post-details.picons_social a:hover .amazon{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-027_amazon.png);
}
.about-post-details.picons_social a:hover .appstore{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-028_appstore.png);
}
.about-post-details.picons_social a:hover .paypal{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-029_paypal.png);
}
.about-post-details.picons_social a:hover .myspace{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-030_myspace.png);
}
.about-post-details.picons_social a:hover .dropbox{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-031_dropbox.png);
}
.about-post-details.picons_social a:hover .windows8{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-032_windows8.png);
}
.about-post-details.picons_social a:hover .pinterest{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-033_pinterest.png);
}
.about-post-details.picons_social a:hover .soundcloud{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-034_soundcloud.png);
}
.about-post-details.picons_social a:hover .google_drive{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-035_google_drive.png);
}
.about-post-details.picons_social a:hover .android{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-036_android.png);
}
.about-post-details.picons_social a:hover .behance{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-037_behance.png);
}
.about-post-details.picons_social a:hover .instagram{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-038_instagram.png);
}
.about-post-details.picons_social a:hover .ebay{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-039_ebay.png);
}
.about-post-details.picons_social a:hover .google_plus{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-040_google_plus.png);
}
.about-post-details.picons_social a:hover .forrst1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-041_forrst.png);
}
.about-post-details.picons_social a:hover .dribbble1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-042_dribbble.png);
}
.about-post-details.picons_social a:hover .twitter1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-043_twitter.png);
}
.about-post-details.picons_social a:hover .flickr1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-044_flickr.png);
}
.about-post-details.picons_social a:hover .twitter-11{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-045_twitter.png);
}
.about-post-details.picons_social a:hover .facebook1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-046_facebook.png);
}
.about-post-details.picons_social a:hover .skype1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-047_skype.png);
}
.about-post-details.picons_social a:hover .digg1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-048_digg.png);
}
.about-post-details.picons_social a:hover .google1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-049_google.png);
}
.about-post-details.picons_social a:hover .html51{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-050_html5.png);
}
.about-post-details.picons_social a:hover .linkedin1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-051_linkedin.png);
}
.about-post-details.picons_social a:hover .last_fm1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-052_last_fm.png);
}
.about-post-details.picons_social a:hover .vimeo1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-053_vimeo.png);
}
.about-post-details.picons_social a:hover .yahoo1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-054_yahoo.png);
}
.about-post-details.picons_social a:hover .tumblr1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-055_tumblr.png);
}
.about-post-details.picons_social a:hover .apple1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-056_apple.png);
}
.about-post-details.picons_social a:hover .windows1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-057_windows.png);
}
.about-post-details.picons_social a:hover .youtube1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-058_youtube.png);
}
.about-post-details.picons_social a:hover .delicious1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-059_delicious.png);
}
.about-post-details.picons_social a:hover .rss1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-060_rss.png);
}
.about-post-details.picons_social a:hover .picasa1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-061_picasa.png);
}
.about-post-details.picons_social a:hover .deviantart1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-062_deviantart.png);
}
.about-post-details.picons_social a:hover .technorati1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-063_technorati.png);
}
.about-post-details.picons_social a:hover .stumbleupon1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-064_stumbleupon.png);
}
.about-post-details.picons_social a:hover .blogger1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-065_blogger.png);
}
.about-post-details.picons_social a:hover .wordpress1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-066_wordpress.png);
}
.about-post-details.picons_social a:hover .amazon1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-067_amazon.png);
}
.about-post-details.picons_social a:hover .appstore1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-068_appstore.png);
}
.about-post-details.picons_social a:hover .paypal1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-069_paypal.png);
}
.about-post-details.picons_social a:hover .myspace1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-070_myspace.png);
}
.about-post-details.picons_social a:hover .dropbox1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-071_dropbox.png);
}
.about-post-details.picons_social a:hover .windows81{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-072_windows8.png);
}
.about-post-details.picons_social a:hover .pinterest1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-073_pinterest.png);
}
.about-post-details.picons_social a:hover .soundcloud1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-074_soundcloud.png);
}
.about-post-details.picons_social a:hover .google_drive1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-075_google_drive.png);
}
.about-post-details.picons_social a:hover .android1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-076_android.png);
}
.about-post-details.picons_social a:hover .behance1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-077_behance.png);
}
.about-post-details.picons_social a:hover .instagram1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-078_instagram.png);
}
.about-post-details.picons_social a:hover .ebay1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-079_ebay.png);
}
.about-post-details.picons_social a:hover .google_plus1{
	background-image: url(//boatpeeps.com/wp-content/themes/marinerswarehouse/assets/img-icons/picons_social_colored/social-080_google_plus.png);
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(//boatpeeps.com/wp-content/themes/fonts/glyphicons-halflings-regular.eot);src:url(//boatpeeps.com/wp-content/themes/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(//boatpeeps.com/wp-content/themes/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(//boatpeeps.com/wp-content/themes/fonts/glyphicons-halflings-regular.woff) format('woff'),url(//boatpeeps.com/wp-content/themes/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(//boatpeeps.com/wp-content/themes/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(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}.form-control: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,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */ul.wpbdp-listings-widget-list li{list-style:none;border-bottom:1px dotted #eee;margin:0;padding:2px 0}ul.wpbdp-listings-widget-list li .listing-title{font-weight:bold;display:block}.ect-list-post .ect-list-post-right .ect-list-venue,.cool-timeline.white-timeline .timeline-post.timeline-evt .timeline-meta,#ect-events-carousel .slick-list .slick-slide .ect-carousel-date-caption{background:#ff6a5c;}#ect-events-carousel .slick-list .slick-slide .ect-carousel-date-caption:after{border-color:transparent transparent #ff6a5c;}.ect-list-post .ect-list-post-right .ect-list-description .ect-event-content a,#ect-events-slider .slick-list .slick-slide .ect-slider-content .ect-slider-main-content .ect-list-venue .ect-icon{color:#ff6a5c;}.ect-list-post .ect-list-post-left .ect-list-date{background:rgba(255, 106, 92, .85);}.cool-timeline.white-timeline .timeline-year{background:#dc1300;}.cool-timeline.white-timeline .timeline-post.even .timeline-meta:before{border-left-color:#ff6a5c;}.cool-timeline.white-timeline .timeline-post.odd .timeline-meta:before{border-right-color:#ff6a5c;}.ect-list-post .ect-list-img{background-color:#ff998f;}.cool-timeline.white-timeline .timeline-post.classic-timeline-evt .ect-date-area,.cool-timeline.white-timeline .timeline-post.classic-timeline-evt .ect-venue-details,#ect-events-list-content .ect-list-post .ect-rate-area span.ect-rate-icon,#ect-events-slider .slick-list .slick-slide .ect-slider-content .ect-slider-main-content .ect-rate-icon,#ect-events-slider .slick-list .slick-slide .ect-slider-content .ect-slider-main-content a,#ect-events-carousel .slick-list .slick-slide .ect-list-venue .ect-icon,#ect-events-carousel .slick-list .slick-slide .ect-rate-area .ect-rate-icon,#ect-events-carousel .slick-list .slick-slide a.url,#ect-events-list-content .ect-list-post .ect-rate-area .ect-rate{color:#ff6a5c;}.cool-timeline .timeline-post.classic-timeline-evt .ect-rate-area,.cool-timeline .timeline-post.classic-timeline-evt .ect-google a,.cool-timeline .timeline-post.classic-timeline-evt span.ect-icon{color:#ff3b29;}.ect-list-post .ect-list-post-right .ect-list-venue .ect-rate-area{background:#ff4533;}.ect-list-post.ect-featured-event .ect-list-post-right .ect-list-venue,.cool-timeline.white-timeline .timeline-post.ect-featured-event.timeline-evt .timeline-meta,#ect-events-carousel .slick-list .ect-featured-event.slick-slide .ect-carousel-date-caption{background:#056571;}#ect-events-carousel .slick-list .ect-featured-event.slick-slide .ect-carousel-date-caption:after{border-color:transparent transparent #056571;}.ect-list-post.ect-featured-event .ect-list-post-right .ect-list-description .ect-event-content a,#ect-events-slider .slick-list .slick-slide.ect-featured-event .ect-slider-content .ect-slider-main-content .ect-rate-icon{color:#056571;}#ect-events-list-content .ect-list-post.ect-featured-event .ect-list-post-right h2.ect-list-title,#ect-events-list-content .ect-list-post.ect-featured-event .ect-list-post-right h2.ect-list-title a.ect-event-url,.cool-timeline.white-timeline .timeline-post.ect-featured-event .timeline-content h2.content-title,.cool-timeline.white-timeline .timeline-post.ect-featured-event .timeline-content h2.content-title a.ect-event-url,#ect-events-slider .slick-list .slick-slide.ect-featured-event .ect-slider-content .ect-slider-main-content h2.slider-list-title a,#ect-events-slider .slick-list .ect-featured-event.slick-slide .ect-slider-content .ect-slider-con-header h3.slider-ev-day,#ect-events-list-content .ect-list-post.ect-featured-event .ect-rate-area span.ect-rate-icon,#ect-events-slider .slick-list .slick-slide.ect-featured-event .ect-slider-content .ect-slider-main-content a,#ect-events-slider .slick-list .slick-slide.ect-featured-event .ect-slider-content .ect-slider-main-content .ect-list-venue .ect-icon,#ect-events-carousel .slick-list .slick-slide.ect-featured-event .ect-carousel-event-caption h3 a,#ect-events-carousel .slick-list .slick-slide.ect-featured-event .ect-list-venue .ect-icon,#ect-events-carousel .slick-list .slick-slide.ect-featured-event .ect-rate-area .ect-rate-icon,#ect-events-carousel .slick-list .slick-slide.ect-featured-event a.url,#ect-events-list-content .ect-list-post.ect-featured-event .ect-rate-area .ect-rate{color:#056571;}.ect-list-post.ect-featured-event .ect-list-post-left .ect-list-date{background:rgba(5, 101, 113, .85);}.cool-timeline.white-timeline .timeline-post.ect-featured-event.even .timeline-meta:before{border-left-color:#056571;}.cool-timeline.white-timeline .timeline-post.ect-featured-event.odd .timeline-meta:before{border-right-color:#056571;}.cool-timeline .timeline-post.classic-timeline-evt.ect-featured-event .ect-rate-area,.cool-timeline .timeline-post.classic-timeline-evt.ect-featured-event .ect-google a,.cool-timeline .timeline-post.classic-timeline-evt.ect-featured-event span.ect-icon{color:#033940;}.cool-timeline.white-timeline .timeline-post.ect-featured-event .timeline-content .content-details a{color:#056571;}.cool-timeline.white-timeline .timeline-post.ect-featured-event .timeline-content h2.content-title a:hover,.ect-list-post.ect-featured-event .ect-list-post-right h2.ect-list-title a:hover,#ect-events-slider .slick-list .slick-slide.ect-featured-event .ect-slider-content .ect-slider-main-content h2.slider-list-title a:hover,#ect-events-slider .slick-list .slick-slide.ect-featured-event .ect-slider-content .ect-slider-main-content a:hover,#ect-events-carousel .slick-list .slick-slide.ect-featured-event .ect-carousel-event-caption h3 a:hover{color:#033940;}.ect-list-post.ect-featured-event .ect-list-post-right .ect-list-venue .ect-rate-area{background:#03424a;}.cool-timeline.white-timeline .timeline-post.ect-featured-event.classic-timeline-evt .ect-date-area,.cool-timeline.white-timeline .timeline-post.ect-featured-event.classic-timeline-evt .ect-venue-details{color:#056571;}.ect-list-post .ect-list-post-right,.cool-timeline.white-timeline .timeline-post .timeline-content,#ect-events-slider .slick-list .slick-slide .ect-slider-content,#ect-events-carousel .slick-list .slick-slide .ect-carousel-event-caption{background:#f3fbf1;}#ect-events-slider .slick-list .slick-slide .ect-slider-content{border:1px solid #e2f5dd;box-shadow:0px 0px 10px 0px #c0eab6;}.cool-timeline.white-timeline .timeline-post .timeline-content,.cool-timeline .tribe-events-event-image img,#ect-events-carousel .slick-list .slick-slide .ect-carousel-event-caption,#ect-events-carousel .slick-list .slick-slide .ect-carousel-image-box{border:1px solid #e2f5dd;}#ect-events-carousel .slick-list .slick-slide .ect-carousel-image-outer{background:#e2f5dd;}.cool-timeline.white-timeline .timeline-post.even .timeline-content .content-title:before{border-right-color:#e2f5dd;}.cool-timeline.white-timeline .timeline-post.odd .timeline-content .content-title:before{border-left-color:#e2f5dd;}.cool-timeline.white-timeline:before,.cool-timeline.white-timeline .timeline-post .icon-dot-full{background-color:#d1f0c9;}.cool-timeline.white-timeline .timeline-year{-webkit-box-shadow:0 0 0 4px white, 0 0 0 8px #d1f0c9;box-shadow:0 0 0 4px white, 0 0 0 8px #d1f0c9;}.ect-list-post .ect-list-post-right .ect-list-description{border:1px solid #e5f6e1;}@media (max-width:860px){.cool-timeline.white-timeline .timeline-post.odd .timeline-content .content-title:before{border-right-color:#e2f5dd;border-left-color:transparent;}}#ect-events-list-content .ect-list-post .ect-list-post-right h2.ect-list-title,#ect-events-list-content .ect-list-post .ect-list-post-right h2.ect-list-title a.ect-event-url,.cool-timeline.white-timeline .timeline-post .timeline-content h2.content-title,.cool-timeline.white-timeline .timeline-post .timeline-content h2.content-title a.ect-event-url,#ect-events-slider .slick-list .slick-slide .ect-slider-content .ect-slider-main-content h2.slider-list-title a,#ect-events-slider .slick-list .slick-slide h2.slider-list-title,#ect-events-carousel .slick-list .slick-slide .ect-carousel-event-caption h3,#ect-events-carousel .slick-list .slick-slide .ect-carousel-event-caption h3 a{font-family:"Martel Sans";color:#ff6a5c;font-size:18px;font-weight:bold;font-style:normal;line-height:1.4em;}.ect-list-post .ect-list-post-right h2.ect-list-title a:hover,.cool-timeline.white-timeline .timeline-post .timeline-content h2.content-title a:hover,#ect-events-slider .slick-list .slick-slide .ect-slider-content .ect-slider-main-content h2.slider-list-title a:hover,#ect-events-carousel .slick-list .slick-slide .ect-carousel-event-caption h3 a:hover{color:#ff3b29;}.ect-list-venue .ect-rate-area .ect-rate{font-family:"Martel Sans";}.cool-timeline.white-timeline .timeline-post .timeline-content .content-details a,#ect-events-slider .slick-list .slick-slide .ect-slider-content .ect-slider-con-header h3.slider-ev-day{color:#ff6a5c;}.ect-list-post .ect-list-post-right .ect-list-description .ect-event-content p,.cool-timeline.white-timeline .timeline-post .timeline-content .content-details,#ect-events-slider .slick-list .slick-slide .ect-slider-content .ect-slider-main-content p,#ect-events-slider .slick-list .slick-slide .ect-slider-content .ect-slider-main-content{font-family:"Open Sans";color:#414141;font-size:14px;font-weight:inherit;}#ect-events-slider .slick-list .slick-slide .ect-slider-content .ect-slider-con-header .ect-slider-date,#ect-events-carousel .slick-list .slick-slide .ect-list-venue.carousel-view-venue{color:#414141;}#ect-events-slider .slick-list .slick-slide .ect-slider-content h3.ect-slider-day-define{color:#8e8e8e;font-family:"Open Sans";font-size:18px;}#ect-events-carousel .slick-list .slick-slide .ect-rate-area .ect-rate,#ect-events-list-content .ect-rate-area .ect-rate{color:#414141;font-family:"Open Sans";font-size:18px;}#ect-events-carousel .slick-list .slick-slide a.url{font-family:"Open Sans";font-size:12px;}.ect-list-post .ect-list-post-right .ect-list-venue .ect-venue-details,.ect-list-post .ect-list-post-right .ect-list-venue .ect-google a,.ect-list-post .ect-list-post-right .ect-list-venue .ect-rate-area,.cool-timeline.white-timeline .ect-venue-details{font-family:"Open Sans";color:#fff;font-size:14px;font-weight:inherit;font-style:normal;line-height:1.3em;}#ect-events-slider .slick-list .slick-slide .ect-slider-content .ect-list-venue .ect-venue-details,#ect-events-carousel .slick-list .slick-slide .ect-list-venue.carousel-view-venue{font-size:14px;font-family:"Open Sans";line-height:1.3em;}.ect-list-post .ect-list-post-right .ect-list-venue .ect-icon{color:#fff;font-size:20px;}.ect-list-post .ect-list-post-right .ect-list-venue .ect-google a{color:#f7f7f7;}.cool-timeline span.ect-icon{color:#fff;}.cool-timeline .ect-rate-area,.ect-list-post .ect-list-post-right .ect-list-venue .ect-rate-area{font-size:21px;}.cool-timeline .ect-google a{font-size:14px;}.ect-list-post .ect-list-post-left .ect-list-date .ect-date-area,.cool-timeline.white-timeline .timeline-post .ect-date-area,#ect-events-carousel .slick-list .slick-slide .ect-carousel-date-caption,#ect-events-carousel .slick-list .slick-slide .ect-carousel-date-caption h3{font-family:"Martel Sans";color:#fff;font-size:39px;font-weight:inherit;font-style:normal;line-height:0.9em;}#ect-events-slider .slick-list .slick-slide .ect-slider-content .ect-slider-con-header h3.slider-ev-day{font-family:"Martel Sans";font-size:39px;line-height:0.9em;}#ect-events-slider .slick-list .slick-slide .ect-slider-content .ect-slider-con-header .ect-slider-date h5.slider-ev-mo{font-family:"Martel Sans";font-size:15.6px;line-height:0.9em;}#ect-events-slider .slick-list .slick-slide .ect-slider-content .ect-slider-con-header .ect-slider-date span{font-family:"Martel Sans";font-size:11.14286px;line-height:0.9em;}.cool-timeline.white-timeline .timeline-year .icon-placeholder span{font-family:"Martel Sans";}.cool-timeline .ect-rate-area,.cool-timeline .ect-google a{color:#f2f2f2;}#ect-events-list-content h2.ect-events-page-title,.cool_timeline h2.ect-events-page-title{font-family:"Martel Sans";color:#414141;font-size:24px;font-weight:inherit;font-style:normal;line-height:0.9em;}.cool-timeline-wrapper{margin:0px auto;}.cool-timeline.white-timeline::before,.cool-timeline.white-timeline .timeline-post .icon-dot-full{background-color:#2a6496;}.cool-timeline.white-timeline .timeline-year{background-color:#2a6496;}.cool-timeline.white-timeline .timeline-year{-webkit-box-shadow:0 0 0 4px white, 0 0 0 8px #feb005;box-shadow:0 0 0 4px white, 0 0 0 8px #feb005;}.cool-timeline.white-timeline .timeline-post.even .timeline-meta::before{border-left-color:#2a6496;}.ect-list-post .ect-list-post-right,.cool-timeline.white-timeline .timeline-post .timeline-content,#ect-events-slider .slick-list .slick-slide .ect-slider-content,#ect-events-carousel .slick-list .slick-slide .ect-carousel-event-caption,.cool-timeline.white-timeline .timeline-post.timeline-evt .timeline-meta{background:#fff;box-shadow:0 0 20px -5px rgba(0, 0, 0, .65);}.cool-timeline.white-timeline .timeline-post .timeline-content h2.content-title,.cool-timeline.white-timeline .timeline-post .timeline-content h2.content-title a.ect-event-url,.cool-timeline.white-timeline .timeline-post .ect-date-area,.cool-timeline span.ect-icon,.cool-timeline.white-timeline .ect-venue-details{color:#2a6496;}.cool-timeline.white-timeline .timeline-post .timeline-content .content-details a,.cool-timeline .timeline-post.classic-timeline-evt .ect-google a,.cool-timeline .timeline-post.classic-timeline-evt span.ect-icon{color:#2a6496;}.cool-timeline.white-timeline .timeline-post.classic-timeline-evt .ect-date-area,.cool-timeline.white-timeline .timeline-post.classic-timeline-evt .ect-venue-details{color:#2a6496;}.cool-timeline.white-timeline .timeline-post.even .timeline-content .content-title:before{border-right-color:#2a6496;}.cool-timeline.white-timeline .timeline-post.odd .timeline-content .content-title:before{border-left-color:#2a6496;}.cool-timeline.white-timeline .timeline-post .timeline-content,.cool-timeline.white-timeline .timeline-post.timeline-evt .timeline-meta{border:2px solid #2a6496;}.cool-timeline .timeline-post.timeline-evt .timeline-meta::before{right:-32px !important;}.ultimate-style .timeline-post.even .timeline-content .content-title::before{left:-32px !important;}