﻿::-moz-selection {
    color: inherit;
    background: transparent;
}

::selection {
    color: inherit;
    background: transparent;
}

#dyf-main .right-panel ::-moz-selection {
    color: #fff;
    background: #28a646;
}

#dyf-main .right-panel ::selection {
    color: #fff;
    background: #28a646;
}

.nopad {
    padding: 0;
}

.nopad-right {
    padding-right: 0;
}

.nopad-left {
    padding-left: 0;
}

.progress-bar {
    background-color: #28a646;
}

.modal-content {
    border-radius: 0;
}

.close {
    color: #fff;
    opacity: 1;
}

.bootstrap-dialog.type-success .modal-header {
    background-color: #28a646;
}

.bootstrap-dialog .modal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.bootstrap-dialog .bootstrap-dialog-title {
    font-family: Futura, sans-serif;
    text-transform: uppercase;
}

.bootstrap-dialog .bootstrap-dialog-message {
    font-family: Open Sans;
}

.bootstrap-dialog-footer-buttons .btn {
    border-radius: 0;
    font-family: Open Sans;
}

.btn-success {
    color: #fff;
    background-color: #28a646;
    border-color: #28a646;
}


#dyf-layout h1 {
    font-size: 39px;
    font-family: Futura, sans-serif;
}

#dyf-main h1 {
    margin-top: 15px;
}

#dyf-layout h2 {
    font-size: 28px;
    font-family: Futura, sans-serif;
}

#dyf-location h2, #dyf-style-indoor h2, #dyf-style-outdoor h2 {
    font-size: 18px;
    font-family: Open Sans;
    padding-top: 30px;
}

#dyf-location .title-section h2 {
    padding-bottom: 25px;
}

#dyf-layout h3 {
    font-size: 20px;
    font-family: Futura, sans-serif;
    position: relative;
}

#dyf-layout h3 a {
    color: #3e3e3e;
}

.intro-panels .right-panel img {
    height: auto !important;
    width: 100%;
}

#skip-accessories, #skip-light {
    padding-right: 55px;
}

#skip-accessories::after, #skip-light::after {
    content: "";
    background-image: url('http://css.dansfancity.com/Plugins/Bss.Nop.Plugin.Custom/Content/images/Arrow-right-green-dyf.png');
    display: block;
    width: 22px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 5px;
    right: 0px;
}

#dyf-layout h3 a:hover {
    text-decoration: none;
}

.config-header {
    width: 33.33333%;
    display: inline-block;
    background: #fff;
    height: 92px;
    border-bottom: #ebebeb solid 1px;
    margin-bottom: -4px;
    float: left;
    z-index: 9;
    position: static;
}

.intro-panels .config-header {
    width: 100%;
    display: block;
    background: #fff;
    height: 92px;
    border-bottom: #ebebeb solid 1px;
    margin-bottom: -4px;
    float: none;
    z-index: 9;
    position: static;
}

#dyf-main .config-header {
    background: #289b43;
    float: none;
    width: 100%;
}

#dyf-step-back {
    float: right;
    width: 92px;
    height: 91px;
    background-color: #279040;
}

#dyf-step-back a {
    background-image: url('http://css.dansfancity.com/Plugins/Bss.Nop.Plugin.Custom/Content/images/Arrow-left-white-dyf.png');
    display: block;
    width: 22px;
    height: 14px;
    padding: 46px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    position: relative;
}

.master-wrapper-content {
    width: 100%;
    position: relative;
    margin-top: 0;
    left: 0;
    right: 0;
    top: 0;
}

.fan-config .center-1 {
    margin: 0;
}

#dyf-parts-container {
    height: calc(100vh - 191px);
    overflow: auto;
    margin-top: 10px;
}

.config-nav.navbar-default {
    border-color: transparent;
    float: left;
    padding-top: 0;
    margin-bottom: 0;
    width: 92px;
    height: 91px;
    background: #28a646;
    border-radius: 0;
    position: static;
}

.config-nav.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    margin-bottom: 5px;
}

.config-nav.navbar-default .navbar-toggle .icon-bar.bar1 {
    width: 22px;
    height: 2.5px;
}

.config-nav.navbar-default .navbar-toggle .icon-bar.bar2 {
    width: 17px;
    height: 3.2px;
}

.config-nav.navbar-default .navbar-toggle .icon-bar.bar3 {
    width: 20px;
    height: 2.8px;
}

.config-nav .navbar-toggle {
    display: block;
}

.config-nav.navbar-default .navbar-toggle.collapsed {
    border-color: transparent;
    border-radius: 0;
    padding: 33px 35px;
    margin: 0;
    left: 0;
    z-index: 12;
    border: none;
    background: #28a646;
    -moz-transition-delay: 0.0s;
    -webkit-transition-delay: 0.0s;
    transition-delay: .0s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.config-nav.navbar-default .navbar-toggle {
    padding: 33px 35px;
    margin: 0;
    left: 34%;
    width: auto;
    height: 90px;
    border: none;
    border-radius: 0;
    position: absolute;
    background: #424b54;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transition-delay: .4s;
    z-index: 12;
}

.config-nav.navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar.bar1 {
    width: 24px;
    height: 2.5px;
    transform: rotate(-45deg);
    position: relative;
    top: 3px;
    -moz-transition-delay: .4s;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.config-nav.navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar.bar2 {
    width: 17px;
    height: 3.2px;
    display: none;
    -moz-transition-delay: .4s;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.config-nav.navbar-default .navbar-toggle[aria-expanded="true"] .icon-bar.bar3 {
    width: 24px;
    height: 2.5px;
    transform: rotate(45deg);
    position: relative;
    top: -4px;
    left: 0px;
    -moz-transition-delay: .4s;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.config-nav.navbar-default .navbar-collapse {
    opacity: 1;
    width: 34%;
    position: absolute;
    height: 100vh !important;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 9;
    left: -34%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.config-nav .navbar-collapse.collapse {
    width: 34%;
    position: absolute;
    height: 100vh !important;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 11;
    padding: 0;
}

#dyf-main .config-nav .navbar-collapse.collapse {
    left: 34%;
    left: -100%;
}

.config-nav .navbar-collapse.collapse.in,
#dyf-main .config-nav .navbar-collapse.collapse.in {
    display: block !important;
    left: 0;
    opacity: 1;
    padding: 0;
}

.nav-heading {
    font-size: 40px;
    text-align: center;
    font-family: Futura, sans-serif;
    padding: 17px 0px 16px;
}

.config-nav .navbar-nav > li > a::after {
    display: none;
}

.config-header .navbar-nav {
    float: none;
    margin: 0;
    width: 100%;
    padding: 0;
}

.config-header .navbar-nav > li {
    float: none;
    text-align: center;
}

.config-nav.navbar-default .navbar-nav > li > a {
    color: #3e3e3e;
    font-size: 28px;
    text-transform: none;
    border-top: 1px solid #ebebeb;
    padding: 38px 0;
}

.config-nav.navbar-default .navbar-nav > li:last-child > a {
    border-bottom: 1px solid #ebebeb;
}

.config-nav.navbar-default .navbar-nav > li:last-child > a {
    color: #3e3e3e;
    background: none;
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.config-nav.navbar-default .navbar-nav > li > a:focus, .config-nav.navbar-default .navbar-nav > li > a:hover {
    color: #28a646;
    background-color: transparent;
}

.config-header .navbar-nav > li.btn-return a, .config-header .navbar-nav > li.btn-return a:hover {
    background-image: url('http://css.dansfancity.com/Plugins/Bss.Nop.Plugin.Custom/Content/images/Arrow-left-white-dyf.png');
    background-color: #28a646;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    background-repeat: no-repeat;
    background-position: 7% 50%;
}

.config-logo {
    padding-top: 29px;
    padding-left: 52px;
    float: left;
    max-width: 100%;
    width: 79%;
}

.config-logo img {
    max-width: 82%;
}

#dyf-step-title {
    display: inline-block;
    color: #fff;
    padding-left: 26px;
    padding-top: 9px;
}

.left-panel {
    width: 34%;
    height: calc(100vh - 93px);
    display: inline-block;
}

#dyf-main .left-panel {
    height: calc(100vh - 92px);
    overflow-y: auto;
    margin-top: 0px;
    margin-bottom: -5px;
}

.title-section {
    margin-top: 50px;
    text-align: center;
}

.title-section h1 {
    font-size: 40px;
    font-family: Futura, sans-serif;
    text-align: center;
    color: #3e3e3e;
}

.title-section h2 {
    color: #4b4b4b;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    font-family: Open Sans;
    padding-top: 20px;
    margin-top: 0px;
}

.option-menu {
    position: relative;
    width: 100%;
}

#dyf-location .option-menu {
    margin-top: 50px;
}

#dyf-style-indoor .option-menu, #dyf-style-outdoor .option-menu {
    margin-top: 77px;
}

.option-menu li a {
    font-family: Futura, sans-serif;
    font-size: 28px;
    padding: 29px 44px;
    color: #434343;
    display: block;
    border-bottom: #ebebeb solid 1px;
    position: relative;
}

.option-menu li a:hover {
    text-decoration: none;
}

.option-menu li a:before {
    content: "";
    display: block;
    background-image: url('http://css.dansfancity.com/Plugins/Bss.Nop.Plugin.Custom/Content/images/Arrow-right-black-dyf.png');
    background-repeat: no-repeat;
    width: 41px;
    height: 24px;
    position: absolute;
    top: 38%;
    right: 3%;
    opacity: 1;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.option-menu li a:hover:before {
    opacity: 0;
}

.option-menu li a:after {
    content: "";
    display: block;
    background-image: url('http://css.dansfancity.com/Plugins/Bss.Nop.Plugin.Custom/Content/images/Arrow-right-green-dyf.png');
    background-repeat: no-repeat;
    width: 41px;
    height: 24px;
    position: absolute;
    top: 38%;
    right: 3%;
    opacity: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.option-menu li a:hover:after {
    opacity: 1;
}

.option-menu li:first-child a {
    border-top: #ebebeb solid 1px;
}

.right-panel {
    display: inline-block;
    position: relative;
    overflow: auto;
    height: auto;
    background: #fff;
    width: 66%;
    float: right;
    border-top: 40px solid #fff;
    border-bottom: 40px solid #fff;
    border-right: 37px solid #fff;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.intro-panels .right-panel {
    overflow: hidden;
}

.style-content img {
    position: absolute;
}

#dyf-main .right-panel {
    height: calc(100vh - 93px);
    border-bottom: 0;
    background: #edeff1;
    overflow-x: hidden;
}

.bullet-nav {
    position: absolute;
    bottom: 5%;
    width: 33.333%;
    text-align: center;
}

.bullet-nav li {
    display: inline-block;
    padding: 0 7px;
}

.bullet-nav li a {
    width: 16px;
    height: 16px;
    background-color: #edeff1;
    display: block;
    border-radius: 25px;
}

.bullet-nav li.active a {
    background-color: #6a7883;
}

#footer-panel {
    height: 92px;
    width: 100%;
}

#price-panel {
    width: 34%;
    background: #28a646;
    height: 92px;
    float: left;
}

#footer-panel .pull-right {
    width: 66%;
}

#footer-panel h3 {
    font-size: 28px;
}

#price-panel h3 {
    margin: 0;
    color: #fff;
    width: auto;
    display: inline-block;
    padding-top: 33px;
    padding-left: 45px;
}

#price_footer {
    float: right;
    background: #279a42;
    height: 92px;
    width: auto;
    text-align: center;
    padding: 0 15px;
}

#price_footer h3 {
    padding-left: 11px;
}

h3#addonPrice {
    color: #6ace82 !important;
    padding: 0px;
}

.dyf-hidden {
    display: none !important;
}

#step-panel {
    float: left;
    padding-left: 40px;
    padding-top: 11px;
}

#step-panel h3 {
    display: inline-block;
    padding-right: 20px;
}

#step-panel ul {
    display: inline-block;
}

#step-panel li {
    display: inline-block;
}

#step-panel li a {
    font-size: 18px;
    font-family: Futura, sans-serif;
    color: #3e3e3e;
    padding: 12px 18px;
    background: transparent;
    border-radius: 71px;
}

#step-panel li.active a, #step-panel li a:hover {
    background: #279a42;
    color: #fff;
    text-decoration: none;
}

#skip-panel {
    float: right;
    margin-right: 38px;
    padding-top: 14px;
}


#dyf-main {
    position: relative;
    top: 1000px;
    display: none;
    width: 100%;
}

.dyf-nav-container {
    float: left;
}

.fan-config .header-logo a img {
    max-width: 80%;
    opacity: 1;
}

#dyf-right-panel {
    margin-left: 68px;
    text-align: center;
    width: 1132px;
}

#dyf-right-panel .row-fluid {
    overflow: auto;
}

.parts-thumbnail-wrapper {
    margin: 0 30px 0 78px;
    padding: 0;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    table-layout: fixed;
}

.parts-thumbnail-wrapper .item-container {
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 8px;
    height: 129px;
}

#dyf-control-acc-items.parts-thumbnail-wrapper .item-container {
    height: auto;
}



.part-select {
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: 121px;
    max-height: 121px;
    border: 1px solid #edeff1;
    position: relative;
}

.part-select.selected {
    display: inline-block;
    box-sizing: border-box;
}

.item-border {
    display: none;
}

.part-select.selected .item-border {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 5px solid #6a7883;
    z-index: 1;
}

.item-container .part-select {
    width: 121px;
    height: 121px;
    overflow: hidden;
    background: rgba(0,0,0,.2);
}

#dyf-control-acc-items .item-container .part-select {
    width: 121px;
    height: 176px;
    max-height: 176px;
    overflow: hidden;
    position: relative;
}

.acess-bg {
    display: block;
    width: 100%;
    height: 55px;
    background: rgba(237, 239, 241, 1);
    position: absolute;
    bottom: 0;
}

a.selected .acess-bg {
    background: #6a7883;
}

#dyf-control-acc-items .item-container .part-select::before {
    content: "";
    width: 31px;
    height: 31px;
    display: block;
    position: absolute;
    background: #fff;
    bottom: 14px;
    left: 0;
    border-radius: 25px;
    z-index: 1;
    right: 0;
    margin: auto;
}

#dyf-control-acc-items .item-container .part-select::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 25px;
    left: 52px;
    width: 17px;
    height: 11px;
    border-left: 4px solid rgba(237, 239, 241, 1);
    border-bottom: 4px solid rgba(237, 239, 241, 1);
    transform: rotate(-45deg);
    z-index: 2;
}

#dyf-control-acc-items .item-container .part-select.selected::before {
    background: #28a646;
}

.item-container img {
    max-width: 100%;
}

#dyf-model-items img, #dyf-finish-items img {
    position: relative;
    bottom: 71px;
    right: 31px;
    max-width: none;
}

#dyf-upgrade-blade-items img, #dyf-blade-items img {
    transform: rotate(60deg);
    position: relative;
    bottom: -62px;
    right: 46px;
    max-width: none;
}

.dyf-item-header {
    margin-bottom: 20px;
    padding: 0 30px 0 40px;
}

#dyf-parts-list .item-selection .item-selection-label {
    display: block;
    font-size: 13px;
}

#dyf-overlay-container {
    height: auto;
    padding: 0;
    position: relative;
    float: none;
    background: #edeff1;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    max-width: 1037px;
    margin-top: 5px;
}

.desc-readmore {
    color: #28a646;
    font-size: 18px;
    font-weight: 700;
    font-family: Futura, sans-serif;
    text-transform: uppercase;
    padding: 22px 0 32px;
    display: block;
}

.desc-readmore:hover {
    text-decoration: none;
}

.dyf-nav-container {
    float: left;
}

#dyf-nav-list li {
    text-align: center;
    margin-bottom: 10px;
}

#dyf-nav-list .icon-wrap {
    text-decoration: none;
    color: inherit;
}

#dyf-nav-list .icon-text {
    display: block;
    font-size: 10px;
    padding: 0.2em 0;
}

.thin-round-border:before {
    box-sizing: border-box;
    display: block;
    width: 2em;
    height: 2em;
    padding-top: 0.5em;
    text-align: center;
    border-radius: 100%;
    border: 2px solid;
}

.overlay-part {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
}

.overlay-part img {
    width: 105%;
    margin-top: 0%;
    margin-left: -2%;
}

#overlay-background {
    width: 100%;
}

.dyf-selected-item-content {
    width: 82%;
    text-align: center;
    margin: auto;
    margin-top: auto;
    margin-top: 54px;
    display: none;
}

#dyf-selection-content {
    position: relative;
    z-index: 9;
}

#dyf-summary-selection {
    max-width: 496px;
    margin: 25px auto 0;
}

.numbers-row label {
    display: block;
    margin-top: 20px;
    margin-bottom: 14px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    display: block;
    font-size: 36px;
}

.inc-button,
.dec-button {
    background: #28a646;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 25px;
    position: relative;
    cursor: pointer;
}

.inc-button:hover,
.dec-button:hover {
    background: #3d3d3d;
}

.dec-button {
    margin-right: 15px;
    top: 0px;
}

.inc-button {
    margin-left: 15px;
    top: 0px;
}

.inc-button::before {
    content: "";
    display: block;
    height: 14px;
    width: 2px;
    background: #edeff1;
    margin: 0 auto;
    position: relative;
    top: 5px;
}

.inc-button::after {
    content: "";
    display: block;
    height: 2px;
    width: 14px;
    background: #edeff1;
    margin: 0 auto;
    position: relative;
    top: -3px;
}

.dec-button::after {
    content: "";
    display: block;
    height: 2px;
    width: 14px;
    background: #edeff1;
    margin: 0 auto;
    position: relative;
    top: 11px;
}

input[type="number"] {
    -moz-appearance: textfield;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    font-family: Futura, sans-serif;
    font-size: 28px;
    border: 0;
}

#dyf-summary-selection .btn-group {
    position: relative;
    display: block;
    vertical-align: middle;
    padding-top: 13px;
}

.btn-group a:first-child {
    margin-right: 5px;
}

.btn-group a:last-child {
    margin-left: 4px;
}

#dyf-summary-selection .btn-green {
    width: 100%;
}

#dyf-summary-selection .btn-buy {
    font-size: 24px;
}

#dyf-summary-selection .btn-blue {
    width: 48.6%;
    position: relative;
    padding-left: 60px;
}

#dyf-summary-selection .start-over::after {
    content: "";
    background-image: url('http://css.dansfancity.com/Plugins/Bss.Nop.Plugin.Custom/Content/images/start-over.png');
    display: block;
    width: 27px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 19px;
    left: 19px;
}

#dyf-summary-selection .download::after {
    content: "";
    background-image: url('http://css.dansfancity.com/Plugins/Bss.Nop.Plugin.Custom/Content/images/download.png');
    display: block;
    width: 16px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 20px;
    left: 27px;
}

.dyf-display {
    display: block;
}

.dyf-selected-item-content span {
    margin-top: 20px;
    margin-bottom: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    display: block;
}

.dyf-overlay-buttons-wrapper {
}

.dyf-overlay-buttons-wrapper .btn {
    margin: 10px 10px 10px 0;
}

.part-title {
    font-size: 36px;
    font-family: Futura, sans-serif;
}

.part-number {
    font-size: 16px;
    font-family: Open Sans;
}

.part-description {
    max-width: 785px;
    margin: auto;
}

.part-description span {
    height: auto;
    overflow: hidden;
    max-height: 56px;
}

.part-description span.height {
    max-height: 100%;
}

.part-description span.view-more {
    font-weight: 700;
    display: inline;
}

.part-description span.view-less {
    font-weight: 700;
    display: none;
}

.part-description.height span.view-less {
    display: inline;
}

.part-description.height span.view-more {
    display: none;
}

.part-description li {
    padding: 6px 0px;
}

#dyf-mini-cart {
    padding: 15px;
}

#dyf-mini-cart h2 {
    padding-bottom: 18px;
}

.icon-spinner {
    display: none;
    position: relative;
    left: 0px;
    top: -44px;
}

#mini-cart-table {
    width: 90%;
    border-bottom: 7px solid #eaebed;
    border-top: 7px solid #eaebed;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: auto;
}

.summary-grouping {
    border-bottom: 2px solid #eaebed;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.summary-left {
    float: left;
    width: 75%;
}

.summary-title {
    padding-bottom: 6px;
    font-family: Futura, sans-serif;
    font-size: 18px;
    color: #3e3e3e;
}

.summary-name {
    margin-bottom: 0px;
    line-height: 34px;
    font-size: 18px;
    font-family: Open Sans;
}

.summary-right {
    float: left;
    width: 25%;
}

.summary-right p {
    margin: 0;
    text-align: right;
}

.summary-right a {
    color: #28a646;
    font-size: 14px;
    font-family: Open Sans;
}

.summary-price {
    font-size: 28px;
    font-family: Futura, sans-serif;
    letter-spacing: -1px;
}

.prodSelect .selectIconWrapper {
    display: block;
}

.prodUnselect .selectIconWrapper {
    display: none;
}

.selectIconWrapper {
    position: relative;
    z-index: 1;
}

.selectIcon {
    position: absolute;
    right: 0;
    font-size: 13px;
}

.selectIcon .fa-check {
    color: #fff;
}

.option-name {
    font-size: 20px;
}

.option-box {
    padding: 15px 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out;
    text-align: center;
}

#dyf-browse-intro {
    display: block;
    position: relative;
    width: 90%;
    padding: 20px;
    margin: 12px;
    line-height: 2.0em;
    -webkit-box-shadow: 0 0 12px 0 rgba(150, 180, 210, .9);
    -moz-box-shadow: 0 0 12px 0 rgba(150, 180, 210, .9);
    box-shadow: 0 0 12px 0 rgba(150, 180, 210, .9);
}

#dyf-browse-intro h4 {
    margin-top: 35px;
}

.dyf-browse-list {
    display: none;
}

#dyf-browse-selector {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 880px;
}

#dyf-browse-selector a {
    text-decoration: none;
    text-align: center;
    color: #444;
}

#dyf-browse-selector .item-selection img {
    width: 100%;
}

#dyf-browse-selector .item-selection .item-selection-label {
    display: block;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 30px;
}

#dyf-browse-selector .item-selection .item-selection-label .sel-title {
    font-weight: bold;
}

#dyf-browse-selector .item-selection .item-selection-label img {
    float: right;
    width: 32px;
    margin-top: -32px;
    margin-right: 24px;
}

#dyf-main,
#dyf-layout,
#left-intro-panel,
#right-intro-panel {
    -webkit-transition: width 0.3s ease, margin 0.3s ease;
    -moz-transition: width 0.3s ease, margin 0.3s ease;
    -o-transition: width 0.3s ease, margin 0.3s ease;
    transition: width 0.3s ease, margin 0.3s ease;
}

.fan-categories {
    text-align: center;
    margin-bottom: 15px;
}
/*.fan-categories div {
    padding: 15px 10px;
    margin: 0 10px;
    font-size: 16px;
    font-weight: bold;
}*/

.fan-categories a {
    width: 100%;
    padding: 15px 10px;
    margin: 0 10px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: normal;
    background: #28a646;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    letter-spacing: 3px;
    background: linear-gradient(to left, #6a7883 50%, #28a646 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.fan-categories a:hover {
    background-position: right bottom;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.cat-head {
    display: none;
    color: #4f70c1 !important;
    background-color: #ddd;
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1700px) {
    #footer-panel h3 {
        font-size: 22px;
    }

    #price-panel h3 {
        padding-top: 38px;
    }

    #step-panel {
        padding-top: 17px;
    }

    .title-section iframe {
        width: 402px;
        height: 226px;
    }
}

@media only screen and (max-width: 1425px) {
    #dyf-step-title {
        padding-left: 13px;
    }
}

@media only screen and (max-width: 1400px) {
    #dyf-step-title {
        padding-top: 12px;
        padding-left: 26px;
    }

    #dyf-step-title h1, .part-title {
        font-size: 26px;
    }

    #dyf-layout h2 {
        font-size: 24px;
    }

    .desc-readmore {
        font-size: 16px;
    }

    .btn-green {
        padding: 18px 38px;
        font-size: 13px;
    }

    .config-logo {
        padding-top: 31px;
        padding-left: 20px;
        width: 74%;
    }

    #dyf-parts-list li {
        width: 100%;
        float: none;
    }

    #price-panel h3 {
        padding-left: 0px;
        font-size: 20px;
    }

    #total-price h3 {
        padding-left: 3px;
    }

    .summary-left {
        width: 67%;
    }

    .summary-right {
        width: 33%;
    }

    #dyf-location .title-section h2 {
        padding-bottom: 4px;
    }

    .title-section iframe {
        width: 261px;
        height: 149px;
    }

    #dyf-location .option-menu {
        margin-top: 17px;
    }
}

@media only screen and (min-width: 992px) {
    .col-xl-3 {
        width: 50%;
    }
}

@media only screen and (min-width: 1295px) {

    .parts-thumbnail-wrapper {
        margin: 0 30px 0 20px;
    }

    .col-xl-3 {
        width: 33.33333%;
    }
}

@media only screen and (min-width: 1638px) {
    .col-xl-3 {
        width: 25%;
    }
}



@media only screen and (max-width: 1200px) {
    .config-nav.navbar-default {
        width: 68px;
    }

    .config-nav.navbar-default .navbar-toggle, .config-nav.navbar-default .navbar-toggle.collapsed {
        padding: 32px 23px;
        height: 90px;
    }

    #dyf-step-title {
        padding-left: 13px;
        padding-top: 14px;
    }

    #dyf-step-title h1 {
        font-size: 25px;
    }

    #dyf-step-back {
        width: 70px;
    }

    #dyf-step-back a {
        padding: 46px 33px;
    }

    .parts-thumbnail-wrapper {
        margin: 0 30px 0 35px;
    }

    .summary-left {
        width: 59%;
    }

    .summary-right {
        width: 41%;
    }

    #price-panel h3 {
        padding-left: 0px;
        font-size: 17px;
    }

    #price_footer {
        padding: 0 12px;
    }

    #total-price {
        width: auto;
        padding-top: 14px;
    }

    #addonPrice {
        padding-right: 5px;
    }

    #total-price h3 {
        padding-left: 0;
        width: auto;
    }

    .title-section {
        margin-top: 17px;
    }

    .title-section iframe {
        width: 261px;
        height: 139px;
    }
}

@media only screen and (max-width: 991px) {
    .nav-heading {
        margin-top: 52px;
    }

    .intro-panels .config-nav .navbar-collapse.collapse {
        width: 100%;
        left: -100%;
    }

    .intro-panels .config-nav .navbar-collapse.in {
        width: 100%;
        left: 0;
    }

    .config-header .navbar-nav {
        margin-top: 46px;
    }

    .right-panel {
        border-top: 25px solid #fff;
        border-bottom: 25px solid #fff;
        border-right: 25px solid #fff;
    }

    .intro-panels .right-panel {
        border-left: 25px solid #fff;
        width: 100%;
        height: auto;
    }

    .intro-panels .left-panel {
        width: 100%;
        height: auto;
        display: inline-block;
        position: relative;
        margin-bottom: 35px;
    }

    .bullet-nav {
        bottom: -42px;
        width: 100%;
    }

    .parts-thumbnail-wrapper {
        overflow: auto;
    }

    .intro-panels .option-menu {
        margin-top: 50px;
    }

    #dyf-step-title {
        padding-left: 54px;
        padding-top: 0;
    }

    #dyf-layout h1 {
        font-size: 36px;
    }

    .config-header {
        width: 100%;
        height: 71px;
    }

    .config-nav.navbar-default {
        width: 54px;
        height: 70px;
    }

    .intro-panels .config-nav.navbar-default {
        width: 91px;
        height: 91px;
    }

    .config-nav.navbar-default .navbar-toggle.collapsed, .config-nav.navbar-default .navbar-toggle {
        padding: 22px 22px;
        height: 69px;
        width: auto;
    }

    .intro-panels .config-nav.navbar-default .navbar-toggle {
        padding: 32px 32px;
    }

    .config-nav.navbar-default .navbar-toggle {
        left: 93%;
        z-index: 12;
    }

    .navbar-collapse.collapse {
        display: block !important;
    }

    #dyf-main .left-panel {
        width: 100%;
        height: auto;
        overflow: visible;
        min-height: auto;
    }

    #dyf-main .right-panel {
        height: auto;
        min-height: auto;
        border-bottom: 0;
        background: #edeff1;
        width: 100%;
        border: none;
        float: none;
        padding-bottom: 20px;
        overflow-x: hidden;
    }

    #dyf-parts-container {
        height: auto;
        overflow: auto;
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .parts-thumbnail-wrapper .item-container {
        display: inline-block;
        vertical-align: top;
    }

    #dyf-main .config-nav .navbar-collapse.collapse {
        width: 100%;
    }

    #dyf-step-back {
        width: 60px;
    }

    #dyf-step-back a {
        padding: 35px 28px;
    }

    #dyf-step-back {
        width: 69px;
        height: 70px;
    }

    .config-logo {
        padding-top: 24px;
        padding-left: 9px;
        width: 67%;
    }

    .intro-panels .config-logo {
        padding-top: 24px;
        padding-left: 36px;
        width: auto;
    }

    .title-section {
        margin-top: 45px;
    }

    .title-section h1 {
        font-size: 28px;
    }

    #footer-panel .pull-right {
        width: 100%;
        float: none !important;
        padding: 0px 0 12px;
    }

    #step-panel {
        padding-top: 0;
    }

    #skip-panel {
        padding-top: 0px;
    }

    #price-panel {
        width: 100%;
        float: none;
        padding-left: 40px;
    }

    .option-menu li a {
        font-size: 22px;
        padding: 29px 19px;
    }

    .option-menu li a::before, .option-menu li a::after {
        top: 41%;
    }

    .title-section iframe {
        width: 465px;
        height: 263px;
    }
}

@media only screen and (max-width: 768px) {
    .config-nav.navbar-default .navbar-toggle[aria-expanded="true"] {
        left: 91%;
    }

    #dyf-main .config-nav .navbar-collapse.collapse {
        width: 100%;
    }

    #dyf-step-back {
        width: 60px;
    }

    #dyf-step-back a {
        padding: 35px 28px;
    }

    #dyf-selected-item-content {
        width: 86%;
    }

    .part-select img {
        height: auto;
    }

    .dyf-selected-item-content {
        width: 75%;
    }
}

@media only screen and (max-width: 767px) {


    .dyf-selected-item-content {
        width: 90%;
        padding-bottom: 25px;
    }

    .dyf-selected-item-content span {
        font-size: 22px;
    }

    .dyf-selected-item-content a span {
        font-size: 16px;
    }

    .part-description li {
        font-size: 14px;
    }

    #dyf-motor-selection .btn-green {
        background: #28a646;
        color: #fff;
        text-transform: uppercase;
        padding: 16px 32px;
    }

    .item-container {
        display: inline-block;
    }

    #total-price {
        max-width: 187px;
        width: auto;
        padding: 0 14px 0 8px;
    }

    #addonPrice {
        padding-right: 10px;
    }

    #price-panel {
        width: 100%;
        height: 77px;
        padding-left: 17px;
    }

    #price-panel h3 {
        padding-left: 0px;
        font-size: 16px;
        padding-top: 31px;
    }

    #step-panel {
        float: left;
        padding-left: 13px;
        padding-top: 11px;
    }

    #price_footer {
        height: 77px;
    }

    #step-panel h3 {
        padding-right: 12px;
    }

    #dyf-layout h2 {
        font-size: 16px;
    }

    #dyf-layout h3 {
        font-size: 14px;
    }

    #footer-panel h3 {
        font-size: 19px;
    }

    #addonPrice {
        padding: 0;
    }

    #step-panel li a {
        font-size: 15px;
        padding: 4px 10px;
    }

    #skip-panel {
        margin-right: 19px;
        padding-top: 11px;
    }

    #skip-accessories, #skip-light {
        padding-right: 20px;
    }

    #skip-accessories::after, #skip-light::after {
        top: 1px;
        right: -9px;
    }
}

@media only screen and (max-width: 600px) {
    .intro-panels .config-header {
        height: 75px;
    }

    .intro-panels .config-nav.navbar-default {
        width: 74px;
        height: 74px;
    }

    .intro-panels .config-nav.navbar-default .navbar-toggle {
        padding: 24px 26px;
    }

    .intro-panels .config-logo {
        width: 73%;
    }

    .title-section iframe {
        width: 312px;
        height: 177px;
    }

    .config-nav.navbar-default .navbar-toggle[aria-expanded="true"] {
        left: 81%;
    }

    #dyf-layout h1 {
        font-size: 28px;
        margin-top: 19px;
    }

    .dyf-item-header {
        padding: 0 26px;
    }

    .parts-thumbnail-wrapper {
        margin: 0 20px;
    }

    #dyf-step-title {
        padding-left: 17px;
    }

    #dyf-summary-selection .btn-blue {
        width: 100%;
        position: relative;
        padding-left: 47px;
        margin-bottom: 13px;
    }

    .btn-group a:first-child {
        margin-right: 0;
    }

    .btn-group a:last-child {
        margin-left: 0;
    }

    #step-panel {
        padding-left: 5px;
    }

    #footer-panel h3 {
        font-size: 16px;
    }
}

@media only screen and (max-height: 1080px) {
    .option-menu li a {
        padding: 21px 44px;
    }
}

@media only screen and (max-height: 950px) {
    .bullet-nav {
        position: relative;
        bottom: 0;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
}

@media only screen and (max-height: 800px) {
    .title-section {
        margin-top: 29px;
    }

    #dyf-location .option-menu {
        margin-top: 85px;
    }

    #dyf-style-indoor .option-menu, #dyf-style-outdoor .option-menu {
        margin-top: 40px;
    }

    .option-menu li a {
        padding: 15px 44px;
        font-size: 24px;
    }

    #dyf-overlay-container {
        width: 87%;
    }

    .part-title {
        font-size: 28px;
    }
}

@media only screen and (max-height: 800px) and (max-width:1200px) {
    #dyf-location .option-menu {
        margin-top: 0px;
    }

    .title-section {
        margin-top: 17px;
    }
}

@media only screen and (max-height: 700px) {

    #dyf-overlay-container {
        width: 68%;
    }
}

@media only screen and (max-height: 700px) and (max-width: 580px) {

    #dyf-overlay-container {
        width: 100%;
    }
}

.colorswatch {
    display: inline-block;
    width: 120px;
    height: 130px;
    margin: 0;
    text-align: center
}

.colorswatchimg {
    width: 100px;
    margin: 0;
}

.colorswatchname {
    position: relative;
}
