.profile-thumbnail {
    position: absolute;
}
.profile-header {
    min-height: 260px;
    margin-left: 280px;
}
.page-header {
    border-bottom: 1px solid #333 !important;
    /* 658d1b */
}

.page-headerLarge {
    border-bottom: 4px solid #333 !important;
    /* 658d1b */
}

.foodSeparator {
    border-bottom: 1px solid #333;
    width:95%;
    padding-left: 0;
    /* 658d1b */
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0px !important;
  }
}

.navbarRightOption {
  font-size:18px !important;
  color:#FFFFFF !important;
  /* padding-left:5px !important; */
  /* padding-top:26px !important; */
}

.navbarLeftOption {
  font-size:18px !important;
  /* padding-top:24px !important; */
  color:#FFFFFF !important;
}

.navbar-nav li a {
 line-height: 50px;
}

.navbar {
  /* margin-bottom: 0px !important; */
  /*position: fixed; Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%;
  z-index: 1;
}

.page-headerAlt {
    margin: 10px 0 20px;
    padding-bottom: 9px;
    /*margin: 40px 0 20px;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-right: 150px;
    margin-left: 50px;*/
    border-bottom: 1px solid #442b21 !important;
}

.page-bottomAlt{
    margin: 10px 0 20px;
    padding-bottom: 9px;
    /*margin: 40px 0 20px;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-right: 150px;
    margin-left: 50px;*/
    border-top: 1px solid #442b21 !important;
    /* A60A37 */

}

.navbar-inverse {
    background-color: #053e39;
    /* #002451; */
    /*442b21*/
    border-color: #053e39;
}

.navbar-toggle {
     border-color: #333 !important;
     background-color: #333 !important;
}

/* .btn-success {
   color: #eee !important;
    background-color: #A60A37 !important;
    border-color: #A60A37 !important;
} */

/* .btn-warning {
    color: #eee !important;
    background-color: #5D5D5D !important;
    border-color: #5D5D5D !important;
} */

.custom-select {
  position: relative;
  background-color: #179188;
  color: #fff;
  font-size:160%;
}

.btn-buyWine {
    color: #eee !important;
    background-color: #125C73 !important;
    border-color: #125C73 !important;
}

a.button {
  font: 24px Avenir;
  text-decoration: none;
  padding: 4px 8px 4px 8px;
  border-radius: 25px;
  border: 2px solid #000000;
  width: 100%;
}

/* Quiz Page Layout and Buttons */
.circle-container {
    position: relative;
    width: 36em;
    height: 20em;
    padding: 7.2em;
    /*2.8em = 2em*1.4 (2em = half the width of a link with img, 1.4 = sqrt(2))*/
    /* border: dashed 1px; */
    border-radius: 50%;
    margin: 1.75em auto 0;
}

.quizCenterImg {
  width: 15em !important; height: 15em !important;
  margin: -7.5em !important;
  vertical-align: middle;
  display: inline-block;
}

.quizHelpImg {
  width: 5em !important; height: 5em !important;
  margin: -2.5em !important;
  cursor: pointer;
}

.quizPreferenceImg {
  width: 6em !important; height: 6em !important;
  margin: -3em !important;
  cursor: pointer;
}

.quizPreviousImg {
  width: 6em !important; height: 6em !important;
  margin: -3em !important;
  cursor: pointer;
}

.circle-container a {
    display: block;
    position: absolute;
    top: 35%; left: 50%;
    width: 4em; height: 4em;
    margin: -2em;
}

.circle-container img { display: block; max-width: 100%;  height: auto;}
.deg0 { transform: translate(12em); } /* 12em = half the width of the wrapper */
.deg45 { transform: rotate(55deg) translate(12em) rotate(-55deg); }
.deg90 { transform: rotate(90deg) translate(12em) rotate(-90deg); }
.deg135 { transform: rotate(125deg) translate(12em) rotate(-125deg); }
.deg180 { transform: translate(-12em); }

.image-cropper {
    /* width: 100px;
    height: 100px; */
    border: 1px solid #333;
    /* position: relative; */
    overflow: hidden;
    border-radius: 50%;
}

.quizQuestionImg {
    /* display: block !important; */
    /* margin: auto 0 !important; */
    width: auto;
    max-height: 100%;
    vertical-align: middle;
}

/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    transform: rotate(90deg);
    top: 38%;
    right: 100%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}


/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

/* Quiz Page and Content END */

.col-centered{
    float: none;
    margin: 0 auto;
}

.vcenter {
  vertical-align: middle;
}

/* Filter Page and Content START */

.priceBox {
  display: inline-block;
  border: 1px solid #21958a;
  margin-top: 15px;
  margin-bottom: 15px;
  /* height: 75px; */
  color: #fff;
  font-size: 130%;
  text-align: center;
  cursor: pointer;
  padding: 20px 0;
  background: #21958a;
}


/* Filter Page and Content END */

/* .container {
    min-height:100%;
    position:relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.containerInPage {
    min-height:100%;
    position:relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
} */

label {
    font-weight: normal;
}

div.banner15c {
    /*border-top: 1px solid #bdbdbd;*/
    box-shadow: 0 -5px 5px #9B9B9B;
    background-color:#fff;
    padding:5px;
    /*margin-right: 0px;
    margin-left: 0px;*/
}

div.timeWarn {
  font-size: 24px;
  color: #A60A37;
  border:  5px solid #eee;
}

div.warnBlink {
    -moz-animation-name: blinkColor;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 3s;
    /*-moz-justify-content:center;*/

    -webkit-animation-name: blinkColor;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 1.5s;
    /*-webkit-align-self:center;*/

    animation-name: blinkColor;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    animation-duration: 4s;
    /*align-self:center;*/
}

@-moz-keyframes blinkColor {
    from{background-color:#A60A37;color:#eee}
    to {background-color:#eee;color:#A60A37}
}
@-webkit-keyframes blinkColor {
    from{border: 5px solid #A60A37;}
    to {border: 5px solid #eee;}
}
@keyframes blinkColor {
    from{border: 5px solid #eee;}
    to {border: 5px solid #A60A37;}
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #AAAAAA;
}

.list-group-item-prev {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #7F7F7F;
    border: 1px solid #AAAAAA;
}

.list-group-item .selected {
   opacity: .5;
   background-color: #A60A37;
}

/* .progress-bar {
    background-color:#444444;
    box-shadow: inset 0 -1px 0 #555555;
} */

div.post-tabs {
    margin-top: 16px;
}
ul.posts {
    list-style-type: none;
    padding: 0px;
    margin: 16px 0px 0px 0px;
    border-top: 1px solid #e0e0e0;
}
div.post-tabs ul.posts {
    margin: 0px;
    border-top: none;
}
ul.posts li.post {
    padding: 8px;
    border-bottom: 1px solid #e0e0e0;
}
ul.posts li.post:hover {
    background-color: #f0f0f0;
}
div.post-date {
    float: right;
}
div.post-author {
    font-weight: bold;
}
div.post-thumbnail {
    position: absolute;
}
div.post-content {
    margin-left: 48px;
    min-height: 48px;
}
div.post-footer {
    text-align: right;
}
ul.comments {
    list-style-type: none;
    padding: 0px;
    margin: 16px 0px 0px 0px;
    border-top: 1px solid #e0e0e0;
}
ul.comments li.comment {
    margin-left: 32px;
    padding: 8px;
    border-bottom: 1px solid #e0e0e0;
}
ul.comments li.comment:nth-child(1) {
    border-top: 1px solid #e0e0e0;
}
ul.comments li.comment:hover {
    background-color: #f0f0f0;
}
div.comment-date {
    float: right;
}
div.comment-author {
    font-weight: bold;
}
div.comment-thumbnail {
    position: absolute;
}
div.comment-content {
    margin-left: 48px;
    min-height: 48px;
}
div.comment-form {
    margin: 16px 0px 16px 32px;
}
div.pagination {
  width: 100%;
  text-align: center!important;
  padding: 20px;
  margin: 0px;
}

.pagination.paginationOptions a {
  padding: 4px 10px!important;
  background: #053e39!important;
  color: #FFF!important;
}

div.flask-pagedown-preview {
    margin: 10px 0px 10px 0px;
    border: 1px solid #e0e0e0;
    padding: 4px;
}
div.flask-pagedown-preview h1 {
    font-size: 140%;
}
div.flask-pagedown-preview h2 {
    font-size: 130%;
}
div.flask-pagedown-preview h3 {
    font-size: 120%;
}

div.wineNameVintage {
    font-size:26px;
    /*color:#eee;*/
    color:#A60A37;
}

label.fieldLabel {
    color:#A60A37;
    font-size:24px;
    margin-top:5px
}

div.wineInfo {
    font-size:20px;
    color:#eee;
}
h1 {
/*color: #fff !important;*/
color: #333333 ;
}
h2 {
/* color: #fff !important; */
color: #333333;
}
h3 {
/*color: #fff !important; */
color: #333333;
}
div.h3Alt {
color:#eee;
font-size:24px;
margin-top: 10px;
margin-bottom: 10px;
}
h4 {
/*color: #fff !important; */
color: #333333;
}
div.h4Alt {
color:#eee;
font-size:18px;
margin-top: 10px;
margin-bottom: 10px;
}
h5 {
/*color: #fff !important;*/
color: #333333;
}
.post-body h1 {
    font-size: 170%;
    font-color: #fff !important;
}
.post-body h2 {
    font-size: 130%;
}
.post-body h3 {
    font-size: 120%;
}

div.quizImageFlexBase {
   justify-content: center;
   display:-webkit-flex;
   -webkit-justify-content:center;
}

img.quizImage {
   border: 4.5px ridge #333;
   margin-bottom:15px;
   max-height:35%;
   min-height:35%;
   /*display: flex;
   justify-content: center;
   display:-webkit-flex;
   -webkit-justify-content:center;
   align-self:center;
   -webkit-align-self:center;*/
}

img.quizImage2 {
   border: 4.5px ridge #333;
   margin-bottom:15px;
   max-height:35.5%;
   min-height:35.5%;
   padding:2px;
   /*display: flex;
   justify-content: center;
   display:-webkit-flex;
   -webkit-justify-content:center;
   align-self:center;
   -webkit-align-self:center;*/
}

.descriptionRow {
  margin-left:5px;
  max-height:100px;
  overflow:hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom:10px;
}

.headersection {
    background-color:#222939;
    width: 100%;
    height:120px;
    line-height:0;
    z-index:1;
    color:white;
    display: flex;
    background-size: 100% 120px;
}

.logosection {
    width: 45%;
    border-bottom: 120px solid #1F1F1F;
    border-right: 120px solid transparent;
    color: #ffffff;
    font-size: 120%;
    line-height: 115px;
}

.largeHeadersection {
    background-color:inherit;
    width: 100%;
    height:200px;
    line-height:0;
    z-index:1;
    color:white;
    display: flex;
    background-size: auto 200px;
}

.largeLogosection {
    width: 55%;
    border-bottom: 200px solid #1F1F1F;
    border-right: 50px solid transparent;
    color: #ffffff;
    font-size: 200%;
    line-height: 190px;
}

.collapsible {
  cursor: pointer;
  border:0;
  outline: 0;
  background-color: inherit;
}

button.expandableTrigger {
  background-color: inherit;
  border: 1px solid #1F1F1F;
  font-size: 110%
}

.expandableTrigger:focus {
  outline: none;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.collapsible:hover {
  opacity: 0.90;
}

/* .active {
  border-bottom: 3px solid #658d1b !important;
} */

.pairingHiddenContent {
  overflow: hidden;
  padding-left: 3%;
  margin-bottom: 30px;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.foodTypeHeader {
  width:99%;
  color: #333;
  /* background-color: #442b21; */
  font-size: 115%;
  border-bottom: 1px solid #442b21;
  /* width:400px; */
  justify-content: center;
  /* margin: auto; */
}

.foodCategoryHeader {
  width:100%;
  color: #333;
  /* background-color: #442b21; */
  font-size: 160%;
  padding-left:1%;
  border-bottom: 1px solid #442b21;
  /* width:400px; */
  justify-content: center;
  /* margin: auto; */
}

.foodListItem {
  width:100%;
  color: #333;
  /* background-color: #442b21; */
  font-size: 100%;
  padding-left:1%;
  /* width:400px; */
  justify-content: center;
  /* margin: auto; */
}

.foodLabel {
  margin-bottom: 5px;
  /* border-bottom: 1px solid #333; */
  font-size:110%;
}

.foodPairsBox {
  overflow: hidden;
  padding-left:1%;
  padding-top: 5px;
  max-height: 0;
  color: #333;
  transition: max-height 0.2s ease-out;
  /* background-color: #658d1b; */
  font-size: 140%;
  /* background-color: #F7F7F7; */
  /* margin:auto; */
  margin-bottom: 30px;
  /* width: 450px; */
}

.varietalStylePairsBox {
  overflow: hidden;
  padding-left:5%;
  padding-top: 5px;
  max-height: 0;
  color: #333;
  transition: max-height 0.2s ease-out;
  /* background-color: #658d1b; */
  font-size: 140%;
  /* background-color: #F7F7F7; */
  /* margin:auto; */
  margin-bottom: 30px;
  /* width: 450px; */
}

.btn-animateToCenter {
    -moz-animation-name: centerButton;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 0.4s;
    -moz-justify-content:center;

    -webkit-animation-name: centerButton;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.4s;
    -webkit-align-self:center;

    animation-name: centerButton;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
    align-self:center;
}

@-moz-keyframes centerButton {
    from{margin-left:-100%}
    to {-moz-align-self:center;}
}
@-webkit-keyframes centerButton {
    from{margin-left:-100%}
    to {-webkit-align-self:center;}
}
@keyframes centerButton {
    from{margin-left:-100%}
    to {align-self:center;}

}

input[type=radio] {
    display:none;
    margin:10px;
    font-size:24px;
}

input[type=radio] + label {
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
    background-color: #222;
    color:#fff;
    border-color: #ddd;
}

input[type=radio]:checked + label {
   background-image: none;
   color:#fff;
   background-color:#0AA61D;
}

div.animatePrice {
    -moz-animation-name: pricePop;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 0.4s;
    /*-moz-justify-content:center;*/

    -webkit-animation-name: pricePop;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.4s;
    /*-webkit-align-self:center;*/

    animation-name: pricePop;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
    /*align-self:center;*/
}

@-moz-keyframes pricePop {
    from{margin-top:30px}
    to {margin-top:5px}
}
@-webkit-keyframes pricePop {
    from{margin-top:30px;}
    to {margin-top:5px;}
}
@keyframes pricePop {
    from{margin-top:30px;}
    to {margin-top:5px;}

}

div.animatePriceDown {
    -moz-animation-name: priceLower;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 0.4s;
    /*-moz-justify-content:center;*/

    -webkit-animation-name: priceLower;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.4s;
    /*-webkit-align-self:center;*/

    animation-name: priceLower;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
    /*align-self:center;*/
}

@-moz-keyframes priceLower {
    from{margin-top:5px}
    to {margin-top:30px}
}
@-webkit-keyframes priceLower {
    from{margin-top:5px;}
    to {margin-top:30px;}
}
@keyframes priceLower {
    from{margin-top:5px;}
    to {margin-top:30px;}

}


.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -1*($footerHeight + 2); /* + 2 for the two 1px borders */
}

.push {
  height: $footerHeight;
}

.wrapper > .container {
  padding-top: $navbarHeight + $gridGutterWidth;
}

@media (max-width: 480px) {
  .or {top:0!important;}

  .push {
    height: $topFooterHeight !important;
  }
  .wrapper {
    margin: 0 auto -1*($topFooterHeight + 2) !important;
  }
}

div.answerFlexImg {
  display:-webkit-flex;
  -webkit-justify-content:center;
  -webkit-flex-wrap: wrap;
  width:100%;
}
/*div.innerFlex {
  flex-wrap: wrap;

}*/

img.answerImg {
  min-width: 225px;
  min-height: 225px;
  max-width: 225px;
  max-height: 225px;
}

ul.images {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  width: 100%;
  height:570px;
  /*overflow-x: auto;*/
  overflow-x:hidden;
  /*:inherit;*/
  vertical-align:middle;
}

ul.images li {
  display: inline;
  align-self:center;
  -webkit-align-self:center;
  justify-content: center;
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:center;
}

div.recListBckImg {
  padding:2px;
  background: -webkit-radial-gradient(#59031C, #A60A37); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(#59031C, #A60A37); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(#59031C, #A60A37); /* For Firefox 3.6 to 15 */
  background: radial-gradient(#59031C, #A60A37); /* Standard syntax */
}

.rec-arrow-right {
  width: 0px;
  height: 0px;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #179188;
  position: absolute;
  right:-70px;
  top:40%;
  cursor: pointer;
}

.rec-arrow-left {
    width: 0px;
    height: 0px;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid #179188;
    position: absolute;
    left:-70px;
    top:40%;
    cursor: pointer;
}
div.bckgrndImg {
  padding-top:10px;
  /*background-image: url("http://puu.sh/kbkte/78191a5064.png");*/
  /*background-image: url("http://puu.sh/kbku4/d0684ab886.png");*/
  /*background-image: url("http://puu.sh/kbkak/9a841f99ce.png");*/
  /*background-color: rgba(166,10,55,0.9);*/
  /*background-color:rgba(89,3,28,0.9);*/
  background: -webkit-radial-gradient(#59031C, #A60A37); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(#59031C, #A60A37); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(#59031C, #A60A37); /* For Firefox 3.6 to 15 */
  background: radial-gradient(#59031C, #A60A37); /* Standard syntax */
  height: 470px;
  width:100%;
  z-index:-2;
}

div.colImgFlexBase{
  justify-content: center;
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:center;
}

img.centerImage {
  align-self:center;
  -webkit-align-self:center;
}

div.labelFlexBase {
  justify-content: center;
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:center;
}

.labelContainer {
  height:440px;
  width:420px;
  justify-content: center;
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:center;
}

.labelContainer img {
  width: auto;
  height:100%;
  align-self:center;
  -webkit-align-self:center;
}

img.arrowLeft {
  max-width:130px;
  max-height:130px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position:absolute;
  top:30%;
  z-index: 2;
}

img.arrowRight {
  max-width:130px;
  max-height:130px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position:absolute;
  margin-left:6.5%;
  top:30%;
  z-index: 2;
}

.btn-centerOpt {
  font-size:33px;
  margin-top:20px;
  margin-right:15px;
}

div.rowFlexBase {
   display:flex;
   justify-content: center;
   display:-webkit-flex;
   -webkit-justify-content:center;
}

div.centerTitleIcon {
  align-self:center;
  -webkit-align-self:center;
  -webkit-flex-flow:row;
  -webkit-flex-direction:row;
}

div.circleBase {
    /*opacity: 0.85;
    filter: alpha(opacity=85);*/
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    display: flex;
    justify-content: center;
    display:-webkit-flex;
    -webkit-justify-content:center;
    align-self:center;
    -webkit-align-self:center;

}

div.greenCircle {
    opacity: 0.80;
    filter: alpha(opacity=80);
    width: 155px;
    height: 155px;
    background-color: #FFFFFF;
    border: 8px solid #0AA61D;
}

div.circleText {
  color:#0AA61D;
  font-size:35px;
  font-weight: bold;
  align-self:center;
  -webkit-align-self:center;
  opacity: 1.0;
  filter: alpha(opacity=100);
}

div.blackCircle {
  opacity: 0.95;
  filter: alpha(opacity=95);
  width:100px;
  height: 100px;
  background-color: #F7F7F7;
  border: 6px solid black;
}

div.circleNumber {
  color:#fff;
  font-size:40px;
  font-weight: bold;
  opacity: 1.0 !important;
  filter: alpha(opacity=100) !important;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;/*3px 3px #000;*/
  align-self:center;
  -webkit-align-self:center;
}


img.emptyCircleNumber {
  max-width:100px;
  max-height: 100px;
  opacity: 0.65;
  filter: alpha(opacity=65);
  position:absolute;
  margin-left:40%;
  margin-top:-5.5%;
  float:right;
}

div.ageBox {
  color: #A60A37;
  background-color: #eee;
  border-style: ridge;
  border-color: #333;
  border-width:3px;
}

/* select {

 font-size:24px !important;
 border-width: thin !important;
 border-color: #333333 !important;
 border-style: ridge !important;
 background-color:#F7F7F7 !important;
 margin-top: 5px !important;
 color: #A60A37 !important;

} */
/*---------Quiz Filter--------*/
input.price[type=radio] {
    display:none;
    margin:10px;
    font-size:24px;
}

input.price[type=radio] + label {
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
    background-color: #222;
    color:#fff;
    border-color: #ddd;
}

input.price[type=radio]:checked + label {
   background-image: none;
   color:#fff;
   background-color:#8A02A3;
}
/*----------------------------*/

/*----------Recommendation Page ------------------*/

@media (min-width: 1200px) {
  .searchTextArea {
    padding-top: 30px;
  }
}
/*
@media (min-width: 992px)
.fullWidthContainer {
    width: 970px;
}
@media (min-width: 768px)
.fullWidthContainer {
    width: 750px;
} */
.fullWidthContainer {
    padding-right: 15px !important;
    padding-left: 15px  !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.recListSidebar {
  /* border: 1.5px solid #333; */
  height:100%;
  margin: auto;
  padding: 0;
}

.recListItem {
  border-bottom:1px solid #333;
  cursor: pointer;
}

.recListItem:hover {
  border-bottom: 1px solid #72B18A;
  /* transform: scale(1.02);
  z-index: 2; */
  color: #179188;
  /* background-color: #053e39; */
}

.listItemNameText {
  font-size: 100%;
  margin: 15px 0 0 0;
  padding: 0 15px 0 15px;
}

.listItemWineryText {
  font-size: 100%;
  margin: 0 0 5px 0;
  padding: 0 15px 0 15px;
}

.centerRecArea {

}

.recCenterImg {
  height:300px;
  width:300px;
  position: relative;
  /* overflow: hidden;
  border-radius: 50%; */
}

.recImg {
  max-height:290px;
  width:auto;
  z-index: -3;
  padding-top:20px;
  padding-bottom: 20px;
  /* margin-top: 20px; */
}

.rec-image-cropper {
    overflow: hidden;
    border-radius: 50%;
    height:290px;
    width:290px;
    /* padding-top:20px; */
    /* margin-top:140px; */
}


.recMatchScore {
  position:absolute;
  /* width:500px; */
  width:100%;
}

.recTitleSection {
  text-align: center;
  width:100%;
  /* border-bottom: 1px solid #333; */
  margin: 25px 0 25px 0;
}

.recTitleName {
  font-size: 150%;
}
.recTitleWinery {
  font-size: 150%;
}
.recButtonSet {
  text-align: center;
}
.recButtons {
  max-width: 240px;
  font-size: 140%;
  border: 1px solid #A60A37;
  margin: 40px 4px 10px;
  height: 70px;
  color: #A60A37;
  background-color: #fff;
  display: inline-block;
  /* border-radius: 18px; */
  width: 100%;
}

.recButtons:hover {
  color: #fff;
  background-color: #A60A37;
}

.recButtonSet button i {margin-right:6px!important;}

button.recButtons:focus {outline:0;}

.adjectiveButton {
  margin-bottom: 15px;
  width: 175px;
  height:50px;
  font-size: 125%;
  border-radius: 0;
  border: 1px solid #A60A37;
  background-color: #fff;
  color: #A60A37;
}

.adjectiveButton:hover {
  background-color: #A60A37;
  color: #fff;
}

button.adjectiveButton:focus {outline:0;}

.adjectiveList {
  height:280px;

}

.adjectiveDescription {
  overflow: hidden;
  max-width: 0px;
  max-height: 0px;
  transition: max-width 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  /* width:200px; */
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 0;
  /* display: inline-block; */
  /* float:right; */
  padding: 10px 0;
}

/* Popup arrow */
.popup .adjectiveDescription::after {
    content: "";
    position: absolute;
    transform: rotate(90deg);
    top: 38%;
    right: 100%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.adjectiveCollapsible {
  cursor: pointer;
  background-color: inherit;
}

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

.recInfo {
  /* margin-top: 50px; */
  width: 100%;
}

/*-----------Food Pairings For WINE -----------------*/

.small-image-cropper {
    width: 201px;
    height: 201px;
    border: 1px solid #333;
    /* position: relative; */
    overflow: hidden;
    border-radius: 50%;
}


.smallWineImg {
  width:auto;
  height: 200px;
}

.categoryImage {
  max-width:100%;
  height: auto;
}

.categoryCollapsible {
  cursor: pointer;
  border:0;
  outline: 0;
  background-color: inherit;
}
.typeCollapsible {
  cursor: pointer;
  border:0;
  outline: 0;
  background-color: inherit;
  font-size: 1.26em!important;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.categoryCollapsible:hover {
  opacity: 0.90;
}
.typeCollapsible:hover {
  opacity: 0.90;
}

/* .active {
  border-bottom: 3px solid #658d1b !important;
} */

.typeList {
  overflow: hidden;
  padding-left: 3%;
  margin-bottom: 30px;
  max-height: 0;
  transition: max-height 0.2s ease-out;

}

 .foodList {
  overflow: hidden;
  padding-left: 3%;
  margin-bottom: 10px;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.componentLabel {
  display: inline;
}

.submitPairingBtn {
  width:250px;
  font-size: 150%;
  border: 1px solid #A60A37;
  margin: 50px 5px 50px 5px;
  height: 50px;
  color: #A60A37;
  background-color: #fff;
  /* border-radius: 18px; */
}
/*----------------------------*/


/*---------------- Home Page ----*/
.scoreSimple {
    font-size: 120%;
    color: #0AA61D;
    /* margin: 15px 0 0 0; */
    text-align: center;
}

.recentWineCenterImg {
  height:150px;
  width:150px;
  position: relative;
  margin: auto;
  /* overflow: hidden;
  border-radius: 50%; */
}

.recentWineImg {
  max-height:150px;
  width:auto;
  z-index: -3;
  padding-top:20px;
  padding-bottom: 20px;
  /* margin-top: 20px; */
}

.recentWine-image-cropper {
  overflow: hidden;
  border-radius: 50%;
  height:150px;
  width:150px;
  border: 1px solid #333;
  /* padding-top:20px; */
  /* margin-top:140px; */
}

.inLineBlock {
  display: inline-block;
}

.fullListButton {
  background: #21958a !important;
  border: 0;
  color: #FFF;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-left: 20px;
}

.recentWinesHeader {
  text-align: center;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.recentWinesTitle {
  font-size: 160%;
  display: inline-block;
}

.recentWineText {
  font-size: 120%;
  /* margin: 15px 0 0 0; */
  text-align: center;
}

.recentWineItem {
  border-bottom:1px solid #333;
  margin: 10px 0;
  padding-bottom: 10px;
  /* cursor: pointer; */
  /* padding: 15px;
  display: flex;
  align-items: center; */
}

.recentWineItem:hover {
  /* border-bottom: 4px solid #A60A37; */
  /* transform: scale(1.02);
  z-index: 2; */
  /* background-color: #fff; */
}

.homePageOptions {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-bottom:10px; */
  /* background-color: #179188; */
  border: 1px solid #053e39;
  height: 50px;
}

.homePageOpt {
  max-width: 50px;
  height: auto;
  margin: 0 30px;
  color: white !important;
}

/*---------------- HOME PAGE END ----*/

/*---------------- Prompt Palate Profile ----*/

.promptProfileOption {
  text-align:center;
  margin-top:20px;
}

.promptProfileOptionImg {
  height: 180px;
  width: auto;
}

/*---------------- Prompt Palate Profile END ----*/

/*-------------Star Rating ------*/
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: center;
  /* margin-top: 45px; */
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
  font-size:160%;
}

@media (hover:hover) {
  .rating > span:hover,
  .rating > span:hover ~ span {
    color: transparent;
  }
  .rating > span:hover:before,
  .rating > span:hover ~ span:before {
     content: "\2605";
     position: absolute;
     color: #A60A37;
  }
}
/*------------End Star Rating ---*/


.div-centered {
  text-align: left;
  margin: auto;
  width: 250px;
}

/*---------- Search ------------------*/

#custom-search-input{
    padding: 0!important;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #fff!important;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input span, #custom-search-input .input-group-btn {
  background: #21958a!important;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}

.searchRow {
  /* background-color: #333; */
}

.searchResult {margin-top:60px!important;}
.searchResult .row {max-width: 720px!important;margin:40px auto!important;}

.searchResult .searchButtons {
  margin: 0px 4px 10px;
  font-size: 120%!important;
}

.searchResult .searchButtons i {margin-right:4px!important;}

.searchRow .col-md-6.form-inline div {
  float: right!important;
}

.searchFilterLabel {
  font-size: 18px!important;
  line-height: 2.4em!important;
  margin-right: 12px!important;
}

.paginationOptions {
  text-align: center;
  font-size: 100%;
  margin-top: 35px;
  margin-bottom: 35px;
}

.searchCenterImg {
  height:200px;
  width:200px;
  position: relative;
  /* overflow: hidden;
  border-radius: 50%; */
}

.searchImg {
  max-height:200px;
  width:auto;
  z-index: -3;
  padding-top:20px;
  padding-bottom: 20px;
  /* margin-top: 20px; */
}

.search-image-cropper {
  overflow: hidden;
  border-radius: 50%;
  height:200px;
  width:200px;
  border: 1px solid #333;
  /* padding-top:20px; */
  /* margin-top:140px; */
}

.searchText {
  font-size: 120%;
  margin-top: 15px;
  margin-bottom: 15px
}

.searchButtons {
  max-width: 100%;
  font-size: 140%;
  border: 1px solid #A60A37;
  margin: 40px 4px 10px;
  height: 70px;
  color: #A60A37;
  background-color: #fff;
  display: inline-block;
  /* border-radius: 18px; */
  width: 100%;
}

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


/*--------------- Profile ---- */
/* Style the tab */
.tab {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    /* background-color: #f1f1f1; */
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 120%;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #f2ca72!important;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* Style the quiztab content */
.quiztabcontent {
    display: none;
    padding: 6px 12px;
    /* border: 1px solid #ccc; */
    border-top: none;
}

.quizCenterImg {
  height:100px;
  width:100px;
  position: relative;
  /* overflow: hidden;
  border-radius: 50%; */
}

.quizImg {
  max-height:100px;
  width:auto;
  /* z-index: -3; */
  padding-top:20px;
  padding-bottom: 20px;
  /* margin-top: 20px; */
}

.quiz-image-cropper {
  overflow: hidden;
  border-radius: 50%;
  height:100px;
  width:100px;
  border: 1px solid #333;
  /* padding-top:20px; */
  /* margin-top:140px; */
}

.pastQuestionRowBorder {
  border-bottom: 1px #ccc solid;
  margin: 15px 0;
  /* padding:5px; */
}
.pastQuestionRow {
  margin: 0 5px;
  /* margin-bottom: 5px; */
  /* padding:5px; */
}

.positionText{
  display: flex;
  align-items: center;
  font-size: 120%;
  color: #333;
  height:111px;
}

.shortQuestionText {
  display: flex;
  align-items: center;
  font-size: 130%;
  color: #333;
  height:111px;
  text-align: center;
}

.prefRow {
  display: flex;
  align-items: center;
  height:111px;
}

.prefBox {
  font-size: 130%;
  width:75px;
  cursor: pointer;
  text-align: center;
}

.like {
  color: #0AA61D;
  border: 1px #0AA61D solid;
}
.dislike {
  color: #A60A37;
  border: 1px #A60A37 solid;
}
.neutral {
  color: #C9BD20;
  border: 1px #C9BD20 solid;
}

.like:hover {
  background-color: #0AA61D;
  color: white;
}
.dislike:hover {
  background-color: #A60A37;
  color: white;
}
.neutral:hover {
  background-color: #C9BD20;
  color: white;
}

.pastRecRowBorder {
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
  padding-bottom: 10px;

}
.pastRecRow {
  margin: 10px 0;
  padding-bottom: 10px;
}

.wineText {
  /* margin: 5px;
  padding:10px; */
  height: 150px;
  display: flex;
  align-items: center;
  justify-content:center;
  flex-direction: column;
}

.ratingSection {
  /* margin: 5px;
  padding:10px; */
  height: 150px;
  display: flex;
  align-items: center;
  justify-content:center;
  flex-direction: column;
}

.disabledClick {
  pointer-events: none;
  color: gray;
}

.enabledClick {
  color: #333;
  cursor: pointer;
}

.pastRecPagination {
  font-size: 160%;
  margin:10px;
  text-align: center;
}

/*-------------- END Profile ----- */

input[type=radio] {
    display:none;
    margin:10px;
    font-size:24px;
}

input[type=radio] + label {
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
    background-color: #222;
    color:#fff;
    border-color: #ddd;
}

/*--------------------- Settings ---*/
.settingHeader {
  margin-bottom: 20px;
}

.settingSection {
  margin-bottom: 10px;
}

.accountSettings {
  margin-bottom:24px;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}

.deactivateSection {
  cursor: pointer;
  text-align: center!important;
}

/* The Modal (background) */
.deactivateModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.deactivateModal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    float: right;
    font-weight: bold !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    /* color: #000 !important; */
    text-shadow: 0 1px 0 #fff !important;
    filter: alpha(opacity=100) !important;
    opacity: 1.0 !important;
    padding: 1px 2px !important;
    /* background: #fcf8e3 !important; */
}

.close:hover,
.close:focus {
    color: #FFF !important;
    text-decoration: none;
    cursor: pointer;
}

/*----------------------------------*/
input.quiz[type=radio] {
    display:none;
    margin:10px;
    font-size:24px;
}

input.quiz[type=radio] + label {
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
    background-color: #222;
    color:#fff;
    border-color: #ddd;
}

input.quiz[type=radio]:checked + label {
   background-image: none;
   color:#fff;
   background-color:#59031C;
}

input.quiz[type=checkbox] {
    display:none;
    margin:10px;
    font-size:24px;
}

input.quiz[type=checkbox] + label {
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
    background-color: #222;
    color: #fff;
}

input.quiz[type=checkbox]:checked + label {
   background-image: none;
   color:#fff;
   background-color: #8A02A3;
   /*outline: 2px solid #F5630C;*/
}
/*------------------------------------*/


/*input[type=radio]:checked + label {
   background-image: none;
   color:#fff;
   background-color:#0AA61D;
}*/

input.winecolor[type=checkbox] {
    display:none;
    margin:10px;
    font-size:24px;
}

input.winecolor[type=checkbox] + label {
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
    background-color: #222;
    color: #fff;
}

input.winecolor[type=checkbox]:checked + label {
   background-image: none;
   color:#fff;
   background-color: #9702B3;
   /*outline: 2px solid #F5630C;*/
}

input.specials[type=checkbox] {
    display:none;
    margin:10px;
    font-size:24px;
}

input.specials[type=checkbox] + label {
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
    background-color: #222;
    color: #fff;
}

input.specials[type=checkbox]:checked + label {
   background-image: none;
   color:#fff;
   background-color: #9702B3;
   /*outline: 2px solid #F5630C;*/
}


input.emotion[type=checkbox] {
    display:none;
    margin:10px;
    font-size:24px;
}

input.emotion[type=checkbox] + label {
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
    background-color: #fff;
    color: #F5630C;
    /*border-color: #F5630C;*/
    /*width:100px;height:100px;border-radius:50px*/
    outline: 2px solid #F5630C;
    /*box-shadow: 0 0 3pt 2pt #F5630C;*/
}

input.emotion[type=checkbox]:checked + label {
   background-image: none;
   color:#fff;
   background-color: #F5630C;
   /*outline: 2px solid #F5630C;*/
}

input.concept[type=checkbox] {
    display:none;
    margin:10px;
    font-size:24px;
}

input.concept[type=checkbox] + label {
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
    background-color: #fff;
    color:#9702B3;
    border-color: #9702B3;
    border-width: 4px;
    outline: 2px solid #9702B3;
}

input.concept[type=checkbox]:checked + label {
   background-image: none;
   color:#fff;
   background-color:#9702B3;
   border-width:4px;
   outline: 2px solid #9702B3;
}

input.flavor[type=checkbox] {
    display:none;
    margin:10px;
    font-size:24px;
}

input.flavor[type=checkbox] + label {
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
    background-color: #fff;
    color:#BD0D02;
    /*border-color: #0AA61D;*/
    outline: 2px solid #BD0D02
}

input.flavor[type=checkbox]:checked + label {
   background-image: none;
   color:#fff;
   background-color:#BD0D02;
   border-width:4px;
   outline: 2px solid #BD0D02
}

img.bottomBanner {
   width:500px;
   /*bottom:0px;*/
   position:absolute;
   padding-top:25px;
   margin: auto;
   left:0;right:0;
}

input.buyWineList[type=checkbox] {
    display:none;
    margin:10px;
    font-size:24px;
}

input.buyWineList[type=checkbox] + label {
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
    background-color: #222;
    color: #fff;
}

input.buyWineList[type=checkbox]:checked + label {
   background-image: none;
   color:#fff;
   background-color: #A60A37;
   /*outline: 2px solid #F5630C;*/
}


div.activity {

}

.table.followers tr {
   border-bottom: 1px solid #e0e0e0;
}

body {
    height:100%;
    /*background-color: #A60A37 !important;*/
    background-color: #FFFFFF !important;
    /*background-image:url("http://puu.sh/kbCNW/776c1f4972.png");*/
}

body,
input,
button,
select,
textarea,
.navbar-search .search-query {
  font-family: Avenir, "Avenir", Avenir, sans-serif;
  /*font-family: Baskerville, "Baskerville", Baskerville, sans-sefif;*/
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  /*height: 100%;*/
  /* Negative indent footer by its height */
  margin: 0 auto -114px;
  /* Pad bottom by footer height */
  padding: 0 0 120px;
}

/* Set the fixed height of the footer here */
#footer {
  /*bottom:13px;*/
  bottom : 0px;
  width:100%;
  /* position: fixed; */
  height: auto;
  background-color: #2e1d16;
  padding: 5px;
  /* background:inherit; */
  /*margin-left:-25px;
  margin-right:-25px;*/
 }

.topFooter {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #999999;
}
.circled-icon {
  border: 2px solid #ffb87f;
  border-radius: 100%;
}
.footerDarkLight {
  /* font-size: 22px; */
  font-size: 150%;
  color: #ce632c;
}
sprite-svg svg, sprite-svg div {
    display: inline-block;
    width: 100%;
    height: auto;
    color: #ffb87f;
}

.footerMediumLight {
  color: #ffb87f;
  font-size: 118%;
  /* font-size: 20px; */
}
.footerHighLight {
  color: white;
  /* font-size: 20px; */
  font-size: 100%;
}
.tollFreeHours {
  padding-left:1%;
  border-left: 1px dashed #999999;
  /* font-size: 16px; */
  font-size: 115%;
}
.time {
  color: rgba(255,255,255,0.5);
  /* font-size: 12px; */
  font-size: 110%;
}
.copyright {
  color : #ffb87f;
  /* font-size: 12px; */
  font-size: 110%;
  /* padding-top: 5px; */
  margin-top: 20px;
  padding-bottom: 32px;

}

div.banner {
   /*box-shadow: 0 -5px 5px #404040;*/
   /* max-width:97%; */
   background-color:#2e1d16;
   margin:auto;
 }

.arrow-right {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 50px solid #F5630C;
        /*display: inline-block; vertical-align: middle; float: none;*/
}

div.recBox {
  padding-bottom: 9px;
  /*border-bottom: 1px solid #eee;*/
  border-bottom: 1px solid #A60A37;
  margin-left: 40px;
  margin-right:40px;
  margin-top: 1px;
  margin-bottom: 15px;
}

div.scoreBox {
   border-width: medium thick medium thick;
   border-color: #333333;
   border-style: solid;
   margin: 10px;
   margin-left: 100px;
   margin-right: 100px;
   color: #fff;
   display:block;
}

div.chosen {
border-radius:10px;
width:45px;
padding-top:10px; padding-bottom:10px;
background-image: -webkit-linear-gradient(top, #cccccc, #330000);
background-image: -o-linear-gradient(top, #cccccc, #330000);
background-image: -moz-linear-gradient(top, #cccccc, #330000);
text-align:center;
color:#ffffff;
font-weight:bold; font-size:large;
margin-left:40px;
}

div.slider {
  margin-left:10px;
  padding:35px;
}

div.picHolder {
width:250px;
height:240px;
margin:10px;
}

input[type='range'] {
  -webkit-appearance: none;
  padding-left:2px; padding-right:2px;
  -webkit-border-radius: 30px;
  background-image: -webkit-linear-gradient(top, #421C52, #732C7B, #421C52);
}



input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #ecf0f1;
  border: 1px solid #bdc3c7;
  width: 38px;
  height: 32px;
  border-radius: 10px;
  cursor: pointer;
}


a.button {
  font: 24px Avenir;
  text-decoration: none;
  padding: 4px 8px 4px 8px;
  border-radius: 25px;
  border: 2px solid #000000;
  width: 100%;
}

div.choice {
  display: block;
  margin: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  text-align: center;

}


div.choicesBox {
  /*display: block;
  margin: 20px;*/
  /*margin-left: auto;
  margin-right: auto;*/
  /*width: 80%;
  height:150px;*/
  text-align: center;
}

div.couponBox {
  border-style:dashed;
  border-width:5px;
  background-color:#f7f7f7;
  border-color:#333;
  font-size:38px;
  font-style: oblique;
  padding:15px 0px 10px 0px;
  width:200px;
  height:96px;
}

div.ranking-row {
  padding-bottom:25px;
}

div.sliderClass {
  margin-top:10px;
  margin-bottom:60px;
}

div.dropDownSelect {
  margin-top:30px;
  margin-bottom:30px;
  margin-left:auto;
  margin-right:auto;
  display:block;
}

div.inlineRadioButton {
  margin-top: 20px;
  margin-left: 10px;
  display:inline;
  padding:10px;
}

div.surveyBackButton {
  margin-right:5px;
  text-align:right;
}

div.surveyBackButton2 {
  margin-right:5px;
  text-align:right;
}


div.adjectiveCheckbox {

  display:inline:
}

div.adjectiveRadioButton {
  display:inline;
}

/***********---------______---------**********/
section.range-slider {
    position: relative;
    /*width: 200px;
    height: 35px;*/
    /*width:600px;*/
    height:60px;
    text-align: center;
}

section.range-slider input {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 15px;
    /*width: 200px;*/
    width:100%;
    outline: none;
    height: 40px;
    margin: 0;
    padding: 0;
}

section.range-slider input::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
}

section.range-slider input::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 9px;
}

section.range-slider input::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: rgba(0, 0, 0, 1);
    border: 0;
}
section.range-slider input:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}
  section.range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}
/***********---------______---------**********/

div.recListBox {
 border-width: thick;
 border-color: #333333;
 border-style: ridge;
 /*padding:5px;*/
 margin-top: 5px;
 margin-left:1%;
 margin-right:1%;
}

div.recImagesBox {
 border-width: thick;
 border-color: #333333;
 border-style: ridge;
 /*padding:5px;*/
 margin-top: 5px;
}

div.selectionBox {
 border-width: thick;
 border-color: #333333;
 border-style: ridge;
 padding:5px;
 background-color:#F7F7F7;
 margin-top: 5px;
}

div.rightMostColumn {
 position: relative;
 top: 125px;
 display: block;
}

div.posNegAdjectiveRow {
  margin-bottom:6px;
  /*border-width: medium;
  border-color: slategray;
  border-style: solid;*/
  padding:3px;
}

div.comp-question {
  margin-bottom: 50px;
}

div.continue-button {
  display: inline-block;
  left:50%;
  right:50%;
  width:300px;
  color:forestgreen;
  margin-top: 30px;
}

div.centerHomeButton {
  width: 100%;
  top: 500px;
}

div.vertical-center {
    position: relative !important;
    top: 250px !important;
    display: block !important;
    margin-left: 45% !important;
    margin-right: 45% !important;
}

div.vertical-center2 {
    position: relative !important;
    top: 250px !important;
    display: block !important;
}

div.recommendation {
  height:500px;
}

div.displayInLine {
  display: block;
  float: left;
  width: 25% !important;
}

ul > li {
  list-style-type: none;
  display: inline;
}

li.c1 {
   width:50%;
   float:left;
}

li.c2 {
   width:50%;
   float:right;
}

li.ct {
   width:50%;
   clear:both;
}

span.s1 {
   display: block;
   width:25%;
}

span.s2 {
   display: block;
   width:25%;
}

/* New Custom Styling */
.categoryLabel {
  text-align: center;
  padding-top: 20px;
  font-size: 1.4em;
  font-weight: bold;
  color: #053e39;
}

.fullWidthContainer button {
  background: #21958a !important;
  border: 0;
  color: #FFF;
  padding: 12px 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}


.btn-default {
  color: #fff!important;
  background-color: #21958a!important;
  border-color: #21958a!important;
  text-transform: uppercase!important;
  padding: 20px!important;
  letter-spacing: 0.5px!important;
  width: 100%!important;
  margin-bottom:10px!important;
  margin-top:10px!important;
}

.page-header {
  text-align: center!important;
}

.form {
  padding-top: 10px!important;
}

#wrap .container a {
  text-decoration: underline !important;
  color: #053e39 !important;
}

.navbar {min-height:70px!important;}
.navbar-toggle {margin-top:18px!important;
  margin-bottom:18px!important;
  border-color: #21958a !important;
  background-color: #21958a !important;}

.page-header {
  margin: 18px 0 20px!important;
}

.fa-bars, .caret {
  color: #FFF!important;
}

.or {
  /* position:relative; */
  top:90px;
  font-style:italic;padding:26px 0;
}
.wineTypeFlex {
  justify-content: center;
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:center;
}
.progress {margin-bottom:10px!important;margin-top:5px!important;height:40px!important;background-color:#f2ca72!important;}
.progress-bar {line-height:40px!important;background-color:#21958a!important;font-size:16px!important;}

@media screen and (max-width:320px) {
  .questionSection {
    padding: 0 !important;
  }

  .quiztabcontent {
    padding:0 !important;
  }
  .pastQuestionRowBorder {
    margin-bottom: 15px;
    /* padding:5px; */
    padding:0 !important;
  }

  .removePadding {
    padding: 0 !important;
  }

  .prefRow {
    height: 90px;
    padding: 0 !important;
  }

  .shortQuestionText {
    font-size: 90% !important;
  }

  .tab button {
    font-size: 56% !important;
  }
}

@media screen and (max-width:575px) {

  .deg0 { transform: translate(20em); } /* 12em = half the width of the wrapper */
  .deg45 { transform: rotate(55deg) translate(18em) rotate(-55deg); }
  .deg90 { transform: rotate(90deg) translate(18em) rotate(-90deg); }
  .deg135 { transform: rotate(125deg) translate(18em) rotate(-125deg); }
  .deg180 { transform: translate(-20em); }

.recentWinesTitle {
  font-size: 130%;
}

.fullListButton {
  background: #21958a !important;
  border: 0;
  color: #FFF;
  padding: 5px 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-left: 20px;
}

/* .recentWinesHeader {
  flex-direction: column;
} */

.tab {
    overflow: hidden;
    /* border: 1px solid #ccc; */
    /* background-color: #f1f1f1; */
}

.tab button {
 font-size: 70%;
}

.questionSection {
  padding: 0 !important;
}

.quiztabcontent {
  padding:0 !important;
}
.pastQuestionRowBorder {
  margin-bottom: 15px;
  /* padding:5px; */
  /* padding:0 !important; */
}

.shortQuestionText {
 font-size: 115%;
}

.removePadding {
  /* padding: 0 !important; */
}

.prefRow {
  height: 90px;
  /* padding: 0 !important; */
}

.wineText {
  height: 130px;
}

.ratingSection {
  /* margin: 5px;
  padding:10px; */
  height: 60px;
}

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.promptProfileOptionImg {
  height: 100px;
  width: auto;
}

.rec-arrow-right {
  width: 0px !important;
  height: 0px !important;
  border-top: 20px solid transparent !important;
  border-bottom: 20px solid transparent !important;
  border-left: 20px solid #179188 !important;
  position: absolute !important;
  right: -8% !important;
  top:40% !important;
  cursor: pointer !important;
}

.rec-arrow-left {
  width: 0px !important;
  height: 0px !important;
  border-top: 20px solid transparent !important;
  border-bottom: 20px solid transparent !important;
  border-right: 20px solid #179188 !important;
  position: absolute !important;
  left:-25px !important;
  top:40% !important;
  cursor: pointer !important;
}

.quizCenterImg {
  width: 14em !important;
  height: 14em !important;
  margin: -14.5em !important;
  top:56%!important;
}

.circle-container {
  width: 36em!important;
  height: 25em!important;
}

.quizPreviousImg {
  left: 57% !important;
  /* top: 60% !important; */
}

.quizHelpImg {
  left: 5% !important;
  /* top: 60% !important; */
}

.deg135.quizPreferenceImg {
  left: 40% !important;
  top: 7%!important;
}

.deg90.quizPreferenceImg {
  top: 5% !important;
  left: 30% !important;
}

.deg45.quizPreferenceImg {
  left: 20% !important;
  top: 7%!important;
}

.priceContainer .col-xs-12, .priceContainer .col-sm-12 {
  border: 0 !important;
}

.rec-image-cropper {
  height: auto!important;
  width: 100%!important;
}

.recMatchScore {
  /* width: 300px!important; */
}

.recImg {
  max-height: 300px!important;
}

.recButtons {
  margin: 20px 4px 10px!important;
}

.searchButtons {
  /* margin: 20px 4px 10px!important; */
  display:block;

}

.searchResult {
  margin-top: 10px!important;
}

.recCenterImg {
  height: auto!important;
  /* width: auto!important; */
  width: 100% !important;;
}

.recListItem {
  border-bottom: 0!important;
  border-top: 1px solid #333!important;
}

.hidden-sm.hidden-md.hidden-lg.recListSidebar {
  margin-top: 40px !important;
  padding: 14px!important;
  border: 1px solid!important;
}

.recListSidebar h4 {
  padding: 14px!important;
  background: #f2f2f2!important;
  margin: 0!important;
}

}
