@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700');
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
/*$font-base-size: 62.5%; /* BASE FONT SIZE */
/*html {
 font-size: $font-base-size !important; 
 }
 .btn {
 font-size: .75rem;
 }*/
body {
  font-family: Lato; }

::selection {
  background-color: #ffd400;
  color: #1d1d1d; }

@font-face {
  font-family: "Aclonica";
  src: url('../fonts/Aclonica.ttf'); }
/* HEADINGS */
h1 {
  font-size: 29px; }

h2 {
  font-size: 23px; }

h3 {
  font-size: 23px; }

h4 {
  font-size: 21px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 14px; }
/* stop text from taking up more than 1 line */
.truncate-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
/* Default Margins */
.margin-top-xs {
  margin-top: 0.5rem !important; }

.margin-top-sm {
  margin-top: 0.75rem !important; }

.margin-top-md {
  margin-top: 1.875rem !important; }

.margin-top-lg {
  margin-top: 3.75rem !important; }

.margin-top-hg {
  margin-top: 6.25rem !important; }

.margin-bottom-xs {
  margin-bottom: 0.5rem !important; }

.margin-bottom-sm {
  margin-bottom: 0.75rem !important; }

.margin-bottom-md {
  margin-bottom: 1.875rem !important; }

.margin-bottom-lg {
  margin-bottom: 3.75rem !important; }

.margin-bottom-hg {
  margin-bottom: 6.25rem !important; }
/* Others */
.no-border {
  border: medium none;
  border-radius: 0; }
/* CONTENT LINKS */
a {
  color: #1d1d1d; }
  a:hover, a:focus {
    color: #1d1d1d; }
/* HEADINGS */
.heading-theme, .heading-theme > a {
  color: #1d1d1d !important; }
  .heading-theme:hover, .heading-theme > a:hover, .heading-theme:focus, .heading-theme > a:focus {
    color: #757575 !important; }
  .heading-flip, .heading-flip > a {
    color: #757575 !important; }
  .heading-flip:hover, .heading-flip > a:hover, .heading-flip:focus, .heading-flip > a:focus {
    color: #1d1d1d !important; }
/* BUTTONS */
.btn-theme {
  color: #1d1d1d !important;
  background-color: #ffd400;
  border-color: #f5cc00; }
  .btn-theme .fa {
    color: #1d1d1d; }
  .btn-theme .fa:hover {
    color: #1d1d1d; }
  .btn-theme:focus, .btn-theme.focus {
    color: #1d1d1d;
    background-color: #ca0;
    border-color: #f5cc00; }
  .btn-theme:hover {
    color: #1d1d1d !important;
    background-color: #ffc700;
    border-color: #c29700; }
  .btn-theme:active, .btn-theme.active, .open > .btn-theme.dropdown-toggle {
    color: #1d1d1d;
    background-color: #ca0;
    border-color: #f5cc00; }
  .btn-theme:active:hover, .btn-theme.active:hover, .open > .btn-theme.dropdown-toggle:hover, .btn-theme:active:focus, .btn-theme.active:focus, .open > .btn-theme.dropdown-toggle:focus, .btn-theme:active.focus, .btn-theme.active.focus, .open > .btn-theme.dropdown-toggle.focus {
    color: #1d1d1d;
    background-color: #ffc700;
    border-color: #f5bf00; }
  .btn-theme:active, .btn-theme.active, .open > .btn-theme.dropdown-toggle {
    background-image: none; }
  .btn-theme.disabled:hover, .btn-theme[disabled]:hover, fieldset[disabled] .btn-theme:hover, .btn-theme.disabled:focus, .btn-theme[disabled]:focus, fieldset[disabled] .btn-theme:focus, .btn-theme.disabled.focus, .btn-theme[disabled].focus, fieldset[disabled] .btn-theme.focus {
    background-color: #ffd400;
    border-color: #f5cc00; }
  .btn-theme .badge {
    color: #ffd400;
    background-color: #1d1d1d; }

.btn-flip {
  color: #ffd400 !important;
  background-color: #1d1d1d;
  border-color: #181818; }
  .btn-flip .fa {
    color: #ffd400; }
  .btn-flip .fa:hover {
    color: #1d1d1d; }
  .btn-flip:focus, .btn-flip.focus {
    color: #ffd400;
    background-color: #040404;
    border-color: #181818; }
  .btn-flip:hover {
    color: #1d1d1d !important;
    background-color: #ffc700;
    border-color: #c29700; }
  .btn-flip:active, .btn-flip.active, .open > .btn-flip.dropdown-toggle {
    color: #ffd400;
    background-color: #040404;
    border-color: #181818; }
  .btn-flip:active:hover, .btn-flip.active:hover, .open > .btn-flip.dropdown-toggle:hover, .btn-flip:active:focus, .btn-flip.active:focus, .open > .btn-flip.dropdown-toggle:focus, .btn-flip:active.focus, .btn-flip.active.focus, .open > .btn-flip.dropdown-toggle.focus {
    color: #1d1d1d;
    background-color: #ffc700;
    border-color: #f5bf00; }
  .btn-flip:active, .btn-flip.active, .open > .btn-flip.dropdown-toggle {
    background-image: none; }
  .btn-flip.disabled:hover, .btn-flip[disabled]:hover, fieldset[disabled] .btn-flip:hover, .btn-flip.disabled:focus, .btn-flip[disabled]:focus, fieldset[disabled] .btn-flip:focus, .btn-flip.disabled.focus, .btn-flip[disabled].focus, fieldset[disabled] .btn-flip.focus {
    background-color: #1d1d1d;
    border-color: #181818; }
  .btn-flip .badge {
    color: #1d1d1d;
    background-color: #ffd400; }

.btn-tertiary {
  color: #1d1d1d !important;
  background-color: #bbb;
  border-color: #b6b6b6; }
  .btn-tertiary .fa {
    color: #1d1d1d; }
  .btn-tertiary .fa:hover {
    color: #bbb; }
  .btn-tertiary:focus, .btn-tertiary.focus {
    color: #1d1d1d;
    background-color: #a2a2a2;
    border-color: #b6b6b6; }
  .btn-tertiary:hover {
    color: #bbb !important;
    background-color: #1d1d1d;
    border-color: #000; }
  .btn-tertiary:active, .btn-tertiary.active, .open > .btn-tertiary.dropdown-toggle {
    color: #1d1d1d;
    background-color: #a2a2a2;
    border-color: #b6b6b6; }
  .btn-tertiary:active:hover, .btn-tertiary.active:hover, .open > .btn-tertiary.dropdown-toggle:hover, .btn-tertiary:active:focus, .btn-tertiary.active:focus, .open > .btn-tertiary.dropdown-toggle:focus, .btn-tertiary:active.focus, .btn-tertiary.active.focus, .open > .btn-tertiary.dropdown-toggle.focus {
    color: #bbb;
    background-color: #1d1d1d;
    border-color: #181818; }
  .btn-tertiary:active, .btn-tertiary.active, .open > .btn-tertiary.dropdown-toggle {
    background-image: none; }
  .btn-tertiary.disabled:hover, .btn-tertiary[disabled]:hover, fieldset[disabled] .btn-tertiary:hover, .btn-tertiary.disabled:focus, .btn-tertiary[disabled]:focus, fieldset[disabled] .btn-tertiary:focus, .btn-tertiary.disabled.focus, .btn-tertiary[disabled].focus, fieldset[disabled] .btn-tertiary.focus {
    background-color: #bbb;
    border-color: #b6b6b6; }
  .btn-tertiary .badge {
    color: #bbb;
    background-color: #1d1d1d; }
/* CARD */
.card-theme {
  margin-bottom: 0.4rem;
  border-color: #ffd400; }
  .card-theme .card-header {
    background-color: #ffd400;
    border-color: #ffd400;
    color: #1d1d1d; }
  .card-theme .card-header a {
    color: #1d1d1d; }
  .card-flip {
    margin-bottom: 0.4rem;
    border-color: #1d1d1d; }
  .card-flip .card-header {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
    color: #f1f1f1; }
  .card-flip .card-header a {
    color: #f1f1f1; }
/* MODALS */
.modal-theme {
  border-color: #ffd400; }
  .modal-theme .modal-header {
    background-color: #ffd400;
    border-color: #ffd400;
    color: #1d1d1d; }
    .modal-theme .modal-header .modal-title {
      color: #1d1d1d; }
  .modal-flip {
    border-color: #1d1d1d; }
  .modal-flip .modal-header {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
    color: #f1f1f1; }
    .modal-flip .modal-header .modal-title {
      color: #f1f1f1; }
/* UL/OL/LIST-GROUPS ITEMS */
.list-theme li, .list-theme li a {
  background-color: #ffd400;
  border-color: #ffd400;
  color: #1d1d1d !important; }
  .list-theme li:hover, .list-theme li a:hover {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
    color: #f1f1f1 !important; }
  .list-theme li .nav-link.active {
    background-color: #1d1d1d !important;
    color: #ffd400 !important;
    border-color: #1d1d1d !important; }
  .list-theme li.active a, .list-theme li.active a:focus, .list-theme li.active a:hover {
    background-color: #1d1d1d !important;
    color: #ffd400 !important;
    border-color: #1d1d1d !important; }
  .list-flip li, .list-flip li a {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
    color: #ffd400; }
  .list-flip li:hover, .list-flip li a:hover {
    background-color: #ffc200;
    border-color: #ffc200;
    color: #1d1d1d; }
  .list-flip li.active a, .list-flip li.active a:focus, .list-flip li.active a:hover {
    background-color: #ffd400;
    color: #1d1d1d; }
/* PAGINATION */
.pagination .page-item.active {
  background-color: #ffd400;
  border-color: #ffd400;
  color: #1d1d1d; }
  .pagination .page-item.active a, .pagination .page-item.active a:focus, .pagination .page-item.active a:hover, .pagination .page-item.active span, .pagination .page-item.active span:focus, .pagination .page-item.active span:hover {
    background-color: #ffd400;
    border-color: #ffd400;
    color: #1d1d1d; }
  .pagination li a, .pagination li span, .pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover {
    background-color: #ddd;
    border-color: #ddd;
    color: #1d1d1d; }

.card-header {
  padding: 0.62rem 0.93rem; }
  .card-header h3, .card-header h4 {
    font-size: 1rem;
    margin-bottom: 0; }
  .card-title {
    font-size: 1rem;
    margin-bottom: 0; }

.shopping-cart-box {
  background-color: #ffd400;
  color: #1d1d1d; }
  .shopping-cart-box:after {
    border-bottom: 8px solid #1d1d1d; }

#shopping-cart-results .cart-list-item {
  background-color: #1d1d1d;
  color: #ffd400; }
  #shopping-cart-results .cart-list-item a {
    color: #ffd400 !important; }
  #shopping-cart-results .cart-saving {
    color: #1d1d1d; }

.bg-image {
  background: url('../images/bg-image.jpg');
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.25; }
  .bg-image_content {
    height: auto;
    width: 100%;
    object-fit: cover; }
  @media only screen and (max-width: 75em) {
    .bg-image_content {
      height: 100%; } }
/* HEADINGS */
/*h1 {
 font-size: floor(($font-size-base * 1.8));
 }
 h2 {
 font-size: floor(($font-size-base * 1.6));
 }
 h3 {
 font-size: ceil(($font-size-base * 1.4));
 }
 h4 {
 font-size: ceil(($font-size-base * 1.2));
 }
 h5 {
 font-size: ceil(($font-size-base * 1.1));
 }
 h6 {
 font-size: $font-size-base;
 }*/
.btn {
  border-radius: 0;
  text-transform: uppercase; }

.heading-theme, .heading-theme > a {
  margin-top: 0.31rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.12rem; }
  .heading-flip, .heading-flip > a {
    margin-top: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.12rem; }

.list-theme, .list-flip {
  font-weight: 400; }
  .list-theme .fa, .list-flip .fa {
    margin-right: 0.62rem;
    font-size: 0.9rem; }
  .list-theme > li > a, .list-flip > li > a {
    border-radius: 0px; }

.card-theme .card-header, .card-flip .card-header {
  border-radius: 0;
  text-transform: uppercase; }

.modal {
  border: medium none;
  border-radius: 0; }

.modal-header {
  border-bottom: medium none;
  position: relative; }
  .modal-header .modal-title {
    border-radius: 0;
    text-transform: uppercase; }
  .modal-body {
    background: #f5f5f5 none repeat scroll 0 0; }

.site-bg {
  background-color: #f5f5f5; }
/* ALERT MESSAGES */
.alert-success, .alert-error, .alert-info, .alert-warning {
  padding: 0.31rem; }
  .alert-info {
    background-color: #fe9;
    border-color: #fe9;
    color: #000; }

.search-selectize {
  z-index: 2000 !important; }
/*
 blockquote .small, blockquote footer, blockquote small {
 color: #fff;
 }*/
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
.top-header {
  background-position: center center;
  background-size: cover;
  width: 100% !important;
  background-color: #ccc;
  padding-top: 0.625rem;
  height: 25rem;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05); }

#startchange {
  margin-top: 8.75rem; }
  #startchange .text-sm {
    font-size: 0.875rem; }

.slider-html-text {
  font-size: 1.75rem;
  color: #ffd400;
  font-weight: 600;
  margin-bottom: 3.125rem;
  letter-spacing: 0.125rem;
  text-decoration: none;
  padding: 0.31rem 0.625rem;
  background-color: #1d1d1d;
  display: inline-block; }
  @media only screen and (max-width: 37.5em) {
  .slider-html-text {
    font-size: 1rem; } }
/*-------------------------------------------*/
/* Media Queries
 /*-------------------------------------------*/
@media (max-width: 767px) {
  .mob-sm-text {
    display: block; }

  .mob-text {
    display: block;
    margin-top: 0.5rem;
    font-size: 1rem; } }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
#brand {
  margin-left: 15px; }

.navbar-brand > a:hover, .navbar-brand > a:focus {
  color: #444; }

.nav-margin {
  margin-top: 10px;
  margin-bottom: 10px; }

.main-header {
  background-color: #ddd;
  padding-top: 10px;
  width: 100%; }

.main-header-affect {
  width: 100% !important;
  padding-top: 1rem;
  background: none;
  filter: none;
  background-color: transparent; }
/*--------------------------------------*/
/* ICONS
 /*--------------------------------------*/
#sidebar-wrapper {
  margin-right: -15.62rem;
  right: 0;
  width: 15.625rem;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 9999;
  transition: all 0.5s ease-in 0s;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  background: #ccc none repeat scroll 0 0; }
  #sidebar-wrapper.active {
    left: 0px;
    top: 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s; }

.sidebar-menucl {
  font-size: 1.5rem;
  color: #1d1d1d; }
  .sidebar-menucl:not(:last-child) {
    border-bottom: 1px solid #ffd400; }

.sidebar-btn {
  width: 90%;
  margin: 0.62rem 0.62rem 0; }

.toggle {
  margin: 3px 5px 0 -7px;
  cursor: pointer; }

#menu-close {
  color: #444; }
/*----------------------------------*/
/* Search Bar Settings
 /*----------------------------------*/
#menu-toggle {
  position: fixed;
  top: 0;
  z-index: 1; }

.left-toogle {
  color: #fff;
  line-height: 3; }

#search input[type="text"] {
  background: url(../images/search-white.png) no-repeat 0.62rem 0.62rem #1d1d1d;
  border: 1px solid #d1d1d1;
  color: #bebebe;
  padding: 0.62rem 0.93rem 6px 2.18rem;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  width: 99%;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s; }

#search input[type="text"]:focus {
  width: 100%; }

.sidebar-nav {
  position: absolute;
  top: 0;
  list-style: none;
  margin: 0;
  width: 100%; }

.navbar-inverse1 {
  background-color: #1d1d1d;
  border-color: #1d1d1d; }
/* BUTTONS */
.navbar-brand > a:hover, .navbar-brand > a:focus {
  color: #1d1d1d; }
/*----------------------------------------*/
/* Sidebar Social Icons
 /*----------------------------------------*/
ul.social-network {
  list-style: none;
  margin-left: 0 !important;
  padding: 0.62rem 0.62rem 0; }

ul.social-network li {
  display: inline;
  margin: 0 5px; }

.social-network a.icoRss:hover {
  background-color: #f56505; }

.social-network a.icoFacebook:hover {
  background-color: #3b5998; }

.social-network a.icoTwitter:hover {
  background-color: #3cf; }

.social-network a.icoGoogle:hover {
  background-color: #bd3518; }

.social-network a.icoVimeo:hover {
  background-color: #0590b8; }

.social-network a.icoLinkedin:hover {
  background-color: #007bb7; }

.social-network a.icoYoutube:hover {
  background-color: #b00; }

.social-network a.icoPinterest:hover {
  background-color: #c92228; }

.social-network a.icoInstagram:hover {
  background-color: #f94877; }

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i, .social-network a.icoYoutube:hover i, .social-network a.icoPinterest:hover i, .social-network a.icoInstagram:hover i {
  color: #fff; }

a.socialIcon:hover, .socialHoverClass {
  color: #44bcdd; }

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
  background-color: #d3d3d3; }

.social-circle li i {
  margin: 0;
  line-height: 2.5rem;
  text-align: center; }

.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }

.social-circle i {
  color: #1d1d1d;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
/*--------------------------------------------------*/
/* NAVBAR SETTINGS
 /*--------------------------------------------------*/
.logo {
  padding: 1.25rem;
  padding-left: 3.12rem; }

.search-selectize > .selectize-input {
  min-height: 2.12rem;
  min-width: 9.37rem;
  border-radius: 0px;
  padding: 0.68rem 0.75rem;
  max-height: 2.5rem;
  overflow: hidden;
  font-family: inherit;
  font-size: 1rem; }

.selectize-first-child > .selectize-input, .selectize-first-child > .dropdown-active {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.search-input-width {
  width: 9.37rem; }

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer;
  font-size: 1rem; }

.form-control.selectize-control {
  height: 2.5rem; }

.my-account {
  height: 2.5rem; }

.sidebar-btn {
  width: 90%;
  margin: 0.62rem 0.62rem 0; }

.navsearch .selectize-input {
  min-height: 2.5rem; }

.navbar-theme {
  padding-bottom: 1.5rem !important; }

.searchbar .input-group-addon {
  background-color: inherit;
  border: none;
  vertical-align: top; }
  .searchbar .input-group-btn {
    vertical-align: top; }
  .searchbar .navbar-toggle {
    font-size: 1.12rem;
    color: #1d1d1d; }
  .searchbar .navbar-collapse {
    box-shadow: none; }

.search-input {
  height: 2.5rem;
  font-size: 1rem; }

.search-circle {
  border-top-left-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem; }

.search-btn {
  height: 2.5rem;
  font-size: 1.25rem; }
/*-------------------------------------------*/
/* OnType City/Locality Selection
 /*-------------------------------------------*/
.search-input-group-btn {
  vertical-align: top !important; }

.search-typeahead {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.fa-spinner {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }

  100% {
    -o-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

#nav01 {
  margin-top: 5.3rem; }

.toggler-search {
  margin-top: -5px;
  color: #fff !important;
  border-color: #fff !important; }

.nav-right {
  min-width: 30%;
  margin-left: 0.5rem; }

.navsearch .twitter-typeahead {
  width: 100% !important; }
/*--------------------------------------------------*/
/* Navbar Mobile View Settings
 /*--------------------------------------------------*/
@media (max-width: 480px) {
  .searchbar > .input-group-addon, .searchbar > .input-group .form-control {
    display: block;
    margin-bottom: 2px;
    clear: both; }

  .navsearch > .input-group {
    position: relative;
    display: block;
    border-collapse: separate; }

  .search-btn {
    margin-top: 2px;
    margin-left: 0px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc; }

  .searchbar > .input-group .form-control:not(:first-child):not(:last-child), .searchbar > .input-group-addon:not(:first-child):not(:last-child), .searchbar > .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 4px; }

  .searchbar > .input-group .form-control:first-child, .searchbar > .input-group-addon:first-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }

  .searchbar > .input-group-btn:last-child > .btn {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }

  .selectize-control {
    margin-bottom: -4px; }

  .selectize-input {
    border-radius: 4px;
    width: 100%; }

  .selectize-first-child > .selectize-input, .selectize-first-child > .dropdown-active {
    border-radius: 4px; }

  .search-selectize > .selectize-input {
    border-radius: 4px; }

  .login-separator {
    border-right: 0;
    border-bottom: 4px solid #ddd; }

  .form-horizontal .lbh {
    width: 12.5rem; }

  .navbar-theme {
    padding-bottom: 0.5rem !important; }

  .toggler-search {
    margin-top: -20px !important; }

  #nav02 {
    margin-top: 4.2rem !important; } }

@media only screen and (max-width: 320px) {
  #brand {
    width: 60%;
    height: auto; }

  #nav02 {
    margin-top: 5.2rem !important; } }

@media only screen and (max-width: 768px) {
  .navsearch .input-group-append {
    display: block;
    margin-top: 1.2rem; }

  .navsearch .search-btn, .navsearch .form-inline .form-control {
    width: 100%; }

  .navsearch .form-control {
    margin-bottom: 5px; } }

@media only screen and (min-width: 769px) and (max-width: 960px) {
  .container-theme {
    max-width: 960px; } }

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .container-theme {
    max-width: 1024px; }

  #brand {
    width: 160px; }

  .selectize-input > .item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 130px;
    margin-right: 9px; } }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
.form-control-lg {
  font-size: 0.875rem; }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
@media only screen and (min-width: 75em) {
      .menu-links li {
        padding-left: 2px;
        padding-right: 2px; } }
  @media only screen and (max-width: 37.5em) {
    .menu-links li {
      padding-left: 2px;
      padding-right: 2px; } }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
.row-mobile {
  background-color: #ffd400;
  color: #4c4c4c; }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
.footer {
  background: #1d1d1d none repeat scroll 0 0;
  border-top: 1px dashed #1d1d1d;
  display: block;
  line-height: 1.2; }
  .footer .column.logo {
    background: #1d1d1d none repeat scroll 0 0;
    border-bottom-left-radius: 0.93rem;
    border-bottom-right-radius: 0.93rem;
    display: block;
    margin-bottom: -1.87rem;
    margin-top: -1.87rem;
    padding-bottom: 3.12rem;
    padding-top: 3.12rem; }
  .footer a {
    color: #f2f2f2;
    text-decoration: none;
    font-size: 0.87rem; }
    .footer a:hover, .footer a:focus, .footer a:active {
      color: #7c7c7c;
      text-decoration: none; }
  .footer ul li a {
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 500;
    color: #f2f2f2; }
    .footer ul li a:hover, .footer ul li a:focus, .footer ul li a:active {
      color: #7c7c7c; }
  .footer h5 {
    color: #ffd400;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.1rem;
    font-size: 1.4rem; }
  .footer h6 {
    color: #ffd400;
    letter-spacing: 1px;
    font-size: 0.75rem; }
  .footer__header {
    padding-bottom: 9px;
    margin: 2.5rem 0 1.25rem;
    border-bottom: 1px solid #eee; }

.footer-social-btn > a:hover {
  font-size: 188%; }

.footer-about {
  color: #f2f2f2;
  border-left: 1px #f2f2f2 solid;
  padding-left: 3rem;
  font-weight: 500; }

.fa-angle-double-right {
  margin-right: 8px; }

.footer-top {
  background-color: #ffd400;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2); }

.footer-menu li a {
  color: #f2f2f2;
  font-weight: 500; }
  .footer-menu li a:hover {
    color: #7c7c7c;
    font-weight: 500;
    text-decoration: none; }

.footer-menu li {
  color: #7c7c7c; }

.popular-link > a {
  color: #f2f2f2;
  font-weight: 500; }
  .popular-link > a:hover {
    color: #7c7c7c;
    font-weight: 500;
    text-decoration: none; }

.footer-social-btn a {
  margin-left: 6px;
  width: 2.5rem;
  font-size: 188%;
  padding: 0;
  margin-bottom: 0.62rem; }

@media only screen and (max-width: 468px) {
  .footer-about {
    padding-left: 0rem;
    border-left: none; } }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
/*-----------------------------------------*/
/* Login and Signup Box
 /*-----------------------------------------*/
.login-separator {
  border-right: 4px solid #ddd; }
/*.has-error .checkbox, 
 .has-error .checkbox-inline, 
 .has-error .control-label, 
 .has-error .help-block, 
 .has-error .radio, 
 .has-error .radio-inline, 
 .has-error.checkbox label, 
 .has-error.checkbox-inline label, 
 .has-error.radio label, 
 .has-error.radio-inline label {
 background: #ee0101 none repeat scroll 0 0;
 border-radius: 5px;
 box-shadow: 0 0 4px #000;
 color: #fff;
 font-size: .75rem;
 padding: 2px 5px 2px 5px;
 }*/
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinges {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slow {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s; }

.animated.snail {
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }

@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0); }

  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px); }

  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px); } }

@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0); }

  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px); }

  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    transform: translateX(0); }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }

  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

.ajax-loader {
  left: 50%;
  top: 50%; }

#registerform .form-group {
  margin-bottom: 5px; }
/*--------------------------------------------------*/
/* ACCOUNT ACTIVATE AND RESET PASSWORD PANEL
 /*--------------------------------------------------*/
.drop-shadow {
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, .5);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, .5); }

.signin-modal .modal-header h4 {
  text-transform: uppercase;
  color: #fff; }

.signin-modal .modal-footer {
  padding: 0.62rem; }

#social-icons-conatainer {
  position: relative; }

#center-line {
  position: absolute;
  right: 16.9rem;
  top: 4.81rem;
  background: #ddd;
  border: 4px solid #ddd;
  border-radius: 1.25rem; }

.form-group {
  position: relative; }

.form-group .login-field-icon {
  float: left;
  font-size: 1.25rem;
  padding-top: 2%;
  position: absolute;
  right: 0.93rem;
  top: 3px;
  transition: all 0.25s ease 0s; }

.login_modal_footer-menu {
  margin-top: 0.4em; }

.login_modal_footer-menu a {
  font-size: 0.75rem; }

.signin-modal .help-block {
  margin-bottom: 5px; }

.divider {
  margin-right: 0.93rem; }

.modal-social-icons a {
  font-size: 0.875rem; }

#myModalLabel {
  font-size: 0.875rem; }

.w-model {
  max-width: 37.5rem; }
