/* Grid
––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  .column:nth-child(3),
  .columns:nth-child(3) {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 48%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 100%; margin-left: 0;}
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 0; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}
@media (min-width: 1050px) {
  .container {
    width: 90%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  .column:nth-child(3),
  .columns:nth-child(3) {
    margin-left: 4%; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }


}

.pages-column,
.pages-columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }
.pages-five{
  margin-top: 20px;
}
@media (min-width: 750px){
  .pages-five{
    margin-top: 0;
  }
}
@media (min-width: 750px) {

  .pages-column,
  .pages-columns {
    margin-left: 4%; }
  .pages-column:first-child,
  .pages-columns:first-child {
    margin-left: 0; }
  .pages-column:nth-child(3),
  .pages-columns:nth-child(3) {
    margin-left: 0; }

  .pages-five.pages-columns                   { width: 39.3333333333%; }
  .pages-seven.pages-columns                  { width: 56.6666666667%; }
}

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


  /* global
  ––––––––––––––––––––––––––––––––––––––––––––––––– */


body{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background-color: #F9F9F9;

}
.center{
  text-align: center;
}
ul{
  list-style: none;
}
a{
  text-decoration: none;
  color: #BC463A;
}

h1,h2,h3,h4 {
  font-family: 'Raleway', sans-serif;
}

h1{
  margin: 0;
}

h2 {
  font-size: 4.236em;
  color: #001f3f;
  margin: 1.5em 0 0 0;
}

h3 {
  font-size: 2.618em;
  color: #2e2e3a;
}

h4 {
  font-size: 1.4em;
  color: #2e2e3a;
  margin: 0.5em 0.1em;
}

#layout_content .three.columns{

  box-shadow: 2px 2px 5px #888888;
  background-color: white;
  transition: .3s ease-in-out;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#layout_content .three.columns:hover{
  transition: .3s ease-in-out;
  filter: opacity(.9);
  box-shadow: 2px 2px 6px #444444;
}
.btn, .row .url a {
  background-color: #FB4444;
  padding: 15px 40px;
  border-radius: 5px;
  color: white;
  transition: .3s ease-in-out;
  border: 2px solid #FB4444;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin-right: 1em;
}
.btn:hover, .row .url a:hover {
  transition: .3s ease-in-out;
  border: 2px solid #FB4444;
  color: #000;
  background-color: #F9F9F9;
}

.row .url a {
  padding: 5px;
  display: block;
  margin-right: 0;
}

.btn-container{
  padding: 20px 0;
}

hr{
  height: 1px;
  width: 100%;
  background-color: #d7d7d7;
  margin: 40px 0px;
  border: none;
}
.img-resp{
  width: 100%;
  height: auto;
}
.hide{
  display: none;
}

.label {
  font-weight: bold;
}

dt {
  display: block;
  float: left;
}

dd {
  display: block;
  padding: 1.2em 0em 1.2em 1em;
  height: 1.5em;
}


/* nav
––––––––––––––––––––––––––––––––––––––––––––––––– */
.nav{
  height: 50px;
  padding: 10px 0;
  position: fixed;
  background-color: white;
  width: 100%;
  z-index: 400;
}
.wrapper{
  max-width: 1200px;
  padding: 0 8%;
  margin: 0 auto;
}

.primary-nav-logo-container{
  float: left;
}
.primary-nav-logo{
  height: 45px;
  width: auto;
}
.primary-nav-links-container{
  position: fixed;
  top: 70px;
  background-color: white;
  width: 100%;
  text-align: center;
  padding: 0 0 10px 0;
  margin-top: 0;
  margin-left: -8%;
  line-height: 1.8;
  z-index: 200;
}

.menu-item {
  padding: 1.5em 0;
}

.menu-item:first-child{
  border-top: 1px solid #dadde2;
}

.login-btn{
  color: #4286F5;
}


/* responsive-nav-bar
––––––––––––––––––––––––––––––––––––––––––––––––– */
.hamburger-icon{
  display: block;
  cursor: pointer;
  position: fixed;
  top: 15px;
  right: 30px;
  z-index: 30;
}

.js-nav-bar-hidden{
  display: block;
  position: fixed;
  background-color: white;
  max-width: 1200px;
  width: 100%;
  right: -100%;
  transition: .3s ease-in-out;
}

.js-nav-bar-show{
  right: 0;
  transition: .3s ease-in-out;
}

.show-hamburger{
  display: block
}

.bar{
  width: 30px;
  height: 5px;
  border-radius: 3px;
  background-color: #CECECE;
  margin-top: 5px;
  transition: .2s ease-in-out;
}

.bar:nth-child(1) {
  transform-origin: left center;
}

.bar:nth-child(2) {
  transform-origin: left center;
}

.bar:nth-child(3) {
  transform-origin: left center;
}

.bar.js-open:nth-child(1) {
  transform: rotate(45deg);
}

.bar.js-open:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.bar.js-open:nth-child(3) {
  transform: rotate(-45deg);
}


/* title
––––––––––––––––––––––––––––––––––––––––––––––––– */

.title{
  background-image: url(../images/iStock-header.jpg);
  background-size: cover;
  padding: 100px 0;
  text-align: center;

}
@media (min-width: 550px){
  .title{
    padding: 200px 0;
  }
}
.subject_item{
  color: #D4A59B;
}
/* title
––––––––––––––––––––––––––––––––––––––––––––––––– */
.search-btn{
  display: inline-block;
  padding: 13px 40px;
  color: white;
  background-color: #fb4444;
  border-radius: 5px;
  margin-left: 5px;
  border: 2px solid #fb4444;
  transition: .3s ease-in-out;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.search-btn:hover{
  background-color: rgba(255, 255, 255, 0.8);
  color: #fb4444;
  transition: .3s ease-in-out;
}
.search_page__btn--container{
  text-align: center;
  margin: 10px 0 5px 0;
}
@media (min-width: 1050px){
  .search_page__btn--container{
    text-align: left;
  }
}
.search-bar{
  display: inline;
}
#quicksearch{
  padding: 15px 0;
  border-radius: 5px;
  border-style: none;
  padding-left: 10px;
  width: 80%;
  margin-bottom: 10px;
  font: 14px 'Open Sans', sans-serif;
}
@media (min-width: 550px){
  #quicksearch{
    width: 500px;
  }
}


/* footer
––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer{
  background-color: #676767;
  clear: both;
  text-align: center;
  color: white;
  padding: 20px 0;
}

.secondary-nav {
  color: white;
  text-decoration: underline;
}

.footer a {
  color: white;
  text-decoration: underline;
}

.comments-icon {
  width: 30px;
  height: auto;
  vertical-align: middle;
}

/* media queries
––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1000px){
  .hamburger-icon{
    display: none;
    }
  .show-hamburger{
    display: block;
  }
  .menu-item:first-child{
    border-top: none;

  }
  .primary-nav-links-container{
    float: right;
    margin: 0;
    padding: 10px 0;
    text-align: right;
    display: inline;
    position: static;
    width: auto;
  }
  .nav li{
    display: inline;
  }

  .login-btn:hover{
    background-color: white;
    border: 2px solid #F79E02;
    color: #F79E02;
    transition: .3s ease-in-out;
  }

  .menu-item{
    margin-left: 24px;
    border-bottom: 2px white solid;
    padding-bottom: 2px;
    transition: .3s ease-in-out;
  }
  .menu-item:hover{
    margin-left: 24px;
    border-bottom: 2px #4286F5 solid;
    transition: .3s ease-in-out;
  }
  .menu-item:hover:last-child{
    border-bottom: none;

  }
  .login-btn{
    background-color: #F79E02;
    border-radius: 23px;
    padding: 6px 18px 4px;
    color: white;
    border: 2px solid #F79E02;
    transition: .3s ease-in-out;
  }
}

/* profilebox
––––––––––––––––––––––––––––––––––––––––––––––––– */
#nav_account{
  position: relative;
  color: #767676;
  cursor: pointer;
}
@media (min-width: 1000px){
  #profilebox{
    color: #0E2954;
    display: none;
    margin-top: 12px;
    transition: .3s ease-in-out;

  }
}
.js-profile-dropdown-element__container{
padding-left: 0;
border-bottom: 2px rgba(0,0,0,0.1) solid;

}
@media (min-width: 1000px){
.js-profile-dropdown-element__container{
  padding-left: 10px;
  border-bottom: none;
}
}
@media (min-width: 1000px){
 li .js-profile-dropdown{
  display: block;
}
}
@media (min-width: 1000px){
.js-profile-dropdown{
  padding: 15px 0;

}
}

.js-profile-dropdown > *{
  color: #767676;
}

@media (min-width: 1000px){
.js-profile-dropdown:nth-last-child(n+2){
  border-bottom: 1px rgba(0,0,0,0.1) solid;
}
}
@media (min-width: 1000px){
.js-profile-dropdown:nth-last-child(n+2):hover{
  border-bottom: 1px rgba(0,0,0,0.4) solid;
}
}
@media (min-width: 1000px){
.profilebox--active{
  display: block !important;
  position: absolute;
  background-color: white;
  padding: 0 50px 0 10px;
  text-align: left;
  right: 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  width: 200px;
  border-radius: 0 0 5px 5px;
  transition: .3s ease-in-out;
}
}

/* pages
––––––––––––––––––––––––––––––––––––––––––––––––– */
#map{
  height: 400px;
  width: 100%;
}
.nav{
  top: 0;
}
.title h2{
  color: white;
}
.dlg_container{
  display: none;
}
.editorial__notes{
  font-size: 1.3em;
}
.social-media__container{
  padding-bottom: 10px;
  text-align: right;
}
.page__editorial--container{
  text-align: center;
}
@media(min-width: 1050px){
  .page__editorial--container{
    text-align: left;
  }
}
.page__metadescription--container{
  padding: 10px 0;
  text-align: center;
}
@media(min-width: 1050px){
  .page__metadescription--container{
    text-align: left;
  }
}
.pages-icon{
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em 0 0;
}

.pages-icon-social{
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.pages-icon-basic{
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em 0px 0px;
}
.pages-icon-rating{
  height: 25px;
}
.meta-description{
  display: inline-block;
  vertical-align: middle
}
.average{
  text-align: center;
  height: 15px;
  padding: 1.5em 0;
}
.info{
  text-align: left;
}
.advertisements{
  width: 100%;
}
.pages__advertisements{
  margin-top: 20px;
}
.img-gallery__title{
  margin: 0;
}
.img-gallery__description{
  font-size: 13px;

}
.img-gallery{
  width: 200px;
  height: auto;
  display: inline-block;
  margin-top: 5px;
}
.photos-container{
  overflow-y: scroll;
  white-space: nowrap;

}
.photos{
  margin-top: 20px;
  margin-bottom: 20px;
}

.data.photo img {
  border: 1px solid #e4e4e4;
}

.unit{
  /*box-shadow: 2px 2px 5px #888888;
  background-color: white;*/
  box-sizing: border-box;
  padding: 10px;
}

.coupons{
  margin-top: 20px;
}
#page_editorial{
  margin-top: 20px;
}

.welcome {
  margin: 20px 0;
}

/* clears the inline formatting on all the reviews */
#page_editorial .content p ,#page_editorial .content span {
  margin: 0 !important;
  padding: 1em 0 !important;
  border-width: 0 !important;
  outline-width: 0 !important;
  font-size: inherit !important;
  font-family: 'Open Sans', sans-serif !important;
  vertical-align: inherit !important;
  text-align: left
}

/* search_page
––––––––––––––––––––––––––––––––––––––––––––––––– */
.search_page{
  margin-top: 70px;
}
.search_field__location-slider{
  max-height: 400px;
  overflow-y: scroll;
  background-color: #F8F8F8;
}
.search_bar{
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  font-size: 16px;
  padding: 10px;
  position: absolute;
  right: 150%;
  transition: .3s ease-in-out;
}

@media (min-width: 1050px){
  .search_bar{
    font-size: 13px;
  }
}
@media (min-width: 1050px){
  .search_bar{
    display: block;
    position: static;
    width: 22%;

    float: left;
    box-sizing: border-box;
  }
}
.search_field_input{
  background-color: #F8F8F8;
  border-style: none;
  border-color: #E0E0E0;
  line-height: 2;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  transition: .1s ease-in-out;
  padding: 0;
  cursor: pointer;
  padding-left: 20px;

}
.bc_inline{
  display: inline-block;
}
.search_field_input:focus{
  outline: none;
  border: 1px solid #F79E02;

  transition: .1s ease-in-out;
}
.search_bar--active{
  right: 0;
  top: -5px;
  transition: .3s ease-in-out;
}

.search_sidebar__close-button{
  text-align: right;
  cursor: pointer;
  color: #A9A9A9;
  font-size: 20px;
}
@media (min-width: 1050px){
  .search_sidebar__close-button{
    display: none;
  }
}
.search_page__title--main{
  font-size: 18px;
  font-weight: 800;
  padding-bottom: 5px;
  color: #077e36;
}
@media (min-width: 1050px){
  .search_page__title--main{
    font-size: 14px;
  }
}

.search_page__main-controls{
  margin-bottom: 5px;
  background-color: #001f3f;
  color: white;
  padding: 10px 10px 10px 20px;
  border-radius: 2px;
  box-shadow: 2px 2px 5px #888888;
  display: none;

}
@media (min-width: 1050px){
  .search_page__main-controls{
    display: block
  }
}

.search_page__select{
  background-color: white;
  color: #001f3f;
}
.search_page__filter-button{
  text-align: center;
  background-color: #0074D9;
  padding: 10px;
  box-shadow: 2px 2px 5px #888888;
  border-radius: 2px;
  margin-bottom: 5px;
  color: white;
  cursor: pointer;

}
@media (min-width: 1050px){
  .search_page__filter-button{
      display: none;
  }
}
.sort, .results, .paginator, .results_meta{
  display: inline-block;
}
.paginator {
  float: right;
}
.page_link{
  padding: 0 1px;
}
.page_link > a{
  color: white;
}
.page_link > a{
  color: white;
}
.current{
  color: #F79E02;
}
.page_next > a{
  color: white;
  padding: 0 10px;
}
.page_last > a{
  color: white;
}
.page_previous > a{
  color: white;
  padding: 0 10px;

}
.page_first > a{
  color: white;
}

.controls{
  margin-bottom: 5px;
  background-color: #001f3f;
  color: white;
  padding: 10px 10px 10px 20px;
  border-radius: 2px;
  box-shadow: 2px 2px 5px #888888;
  width: 100%;
}
.search_page__subject_item{
  box-sizing: border-box;
  background-color: white;
  box-shadow: 2px 2px 5px #888888;
  border-radius: 2px;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
}
.results{
  width: 100%;
}

.results_container{
  width: 100%;

}
@media (min-width: 1050px){
  .results_container{
    width: 74.0%;
    margin-left: 4%;
    float: left;
  }
}
.subject_item__photo {

  display: none;
}
@media (min-width: 1050px){
  .subject_item__photo {
    display: inline-block;
    float: left;
  }
}
.subject_item__info{
  float: left;
}
@media (min-width: 1050px){
  .subject_item__info{
    margin-left: 20px;
    width: 450px;
  }
}

.subject_item__title--main{
  font-size: 20px;
  font-weight: 800;
  margin: 0;

}
.search_page__btn{
  padding: 5px 10px;
}
.subject_item__title--secondary{

  font-weight: bold;
  display: inline-block;
  float: left;
  margin-right: 10px;

}
.ui__divider{
  content: "";
  height: 1px;
  width: 100%;
  background-color: #e7e7e7;
  margin: 2px 0;
}
.subject_item__mobile-photo-container{
  width: 100%;
}
@media (min-width: 1050px){
  .subject_item__mobile-photo-container{
    display: none;
  }
}
.subject_item__mobile-photo{
  width: 100px;
  height: auto;
}

/* suggest
––––––––––––––––––––––––––––––––––––––––––––––––– */

.suggest-textarea{
  width: 100%;
  height: 100px;
}
.suggest__inputfield{
  border: 1px solid #e7e7e7;
  width: 200px;
  height: 30px;
}
.suggest__inputfield:focus{
  outline-color: #999;
  outline-width: 2px;
}

#suggest__title{
  background-image: none;
  padding: 0;
  text-align: left;
}
.restaurant{
  border: 1px solid #e7e7e7;
  padding: 10px;
  background-color: white;
  border-radius: 5px;
}
.additional{
  border: 1px solid #e7e7e7;
  padding: 10px;
  background-color: white;
  border-radius: 5px;
}
.review{
  border: 1px solid #e7e7e7;
  padding: 10px;
  background-color: white;
  border-radius: 5px;
}
.suggest__title{
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
}
.suggest__buttons{
  text-align: center;
  margin-top: 10px;
}


.usage__title{
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
}
.suggest-icon{
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}

/* contact
––––––––––––––––––––––––––––––––––––––––––––––––– */

.contact__textarea{
  width: 100%;
  height: 200px;
  border: 1px solid #e7e7e7;
  padding:1em;
  box-sizing: border-box;
  margin: 1em 0;
}

.contact__textarea:focus{
  outline-color: #999;
  outline-width: 2px;
}


label.contact__input{
  margin-top: 10px;
  display: block;
  float: left;
  width: 30%
}

input.contact__input , select.contact__input {
  width: 50%;
  margin: 1em;
  box-sizing: border-box;
  padding:5px;

}

