/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  /**max-width: 1080px;**/
  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: 90%;
    padding: 0; }
}

/* For devices larger than 800px */
@media (min-width: 801px) {
  .three.columns  { width: 22%;
                  margin-left: 4%;            }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 90%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }

  .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%; }


.four.columns.wineNmFull{
  width: 270px;
}


}



/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; 
}
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Lato', sans-serif;	
  color: #222; 

}
.hide-spacing {
    overflow: hidden;
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #bf0906;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 5px 10px;
  text-align: left;
  border:1px solid #f1efef; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }
  
 a {
	color:#bf0a06;
}
  
 h2 {
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: 11px;
	margin-bottom: 5px;
	line-height: 39px;
	font-family: 'Lato', sans-serif;	
	font-weight:300;
}

#maxImageWrap {
	width:100%;
	height:100%;
	position:fixed;
	top: 0;
}

div.mc-image {
	display: table !important;
	width:100% !important;
/*	 -webkit-animation: zoombg 60s 1 ease-out;
  -moz-animation: zoombg 60s 1 ease-out;
  -ms-animation: zoombg 60s 1 ease-out;
  -o-animation: zoombg 60s 1 ease-out;
  animation: zoombg 60s 1 ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-webkit--webkit-animation-direction: alternate;
  -ms-webkit-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  transform-origin: top left;*/
 }

@-webkit-keyframes zoombg {
  from {background-size:100% 100%;}
  to {background-size:130% 130%;}
}

@-moz-keyframes zoombg {
  from {background-size:100% 100%;}
  to {background-size:130% 130%;}
}

@-ms-keyframes zoombg {
  from {background-size:100% 100%;}
  to {background-size:130% 130%;}
}

@-o-keyframes zoombg {
  from {background-size:100% 100%;}
  to {background-size:130% 130%;}
}

@keyframes zoombg {
  from {background-size:100% 100%;}
  to {background-size:130% 130%;}
}

.mc-image .heroCopy {
    color: #FFF;
    top: 420px;
    text-align: center;
    width: 90% !important;
    padding: 0 5%;
    position: absolute;
    text-shadow: 1px 1px 3px #000;
}

.heroCopy .heroDivider {
	height:1px;
	border-bottom:1px solid #FFF;
	width:30%;
	margin:0 auto;
	margin-bottom: 20px;
  box-shadow: 1px 1px 4px #000;
}

.heroCopy h2 {
	font-size:187px;	
	margin:0;
	padding-bottom: 0;
	line-height: 187px;
	font-family: 'Pinyon Script', cursive;
	text-transform: none;
	letter-spacing: 1px;
}

.heroCopy p {
	font-size:24px;
	font-family: 'Crimson Text', serif;
}

.slideNav {
   	position:absolute;
	text-align:center;
	top: 610px;
	left:0;
	right:0;
	margin:0 auto;
	z-index:501;
}

.slideNav.sm {
	bottom: auto;
	margin-top: 20px;
}

.slideNav ul {
    list-style-type:none;
}

.slideNav ul li {
    margin:4px;
	width: 24px;
	height: 24px;
	background-color: transparent;
	display: inline-block;
	background-image:url(../images/pager_off.png);
	cursor:pointer;
}

.slideNav ul li a {
    float:left;
    height:10px;
    margin:2px;
    width:10px;
}


.slideNav ul li.activeSlide, #cycle-nav ul li:hover {
    background-image:url(../images/pager_on.png);
}

.navInitial {
	position:absolute;
	top:20px;
	width:90%;
	padding:0 5%;
	z-index:500;
}

.navList {
	text-align:center;
}

.navList li {
	display:inline-block;
	margin-right:20px;
	list-style-type:none;
}

.navList li.lastOne {
	margin-right:0;	
}

.navList li a {
	color:#FFF;
	font-size:14px;
	font-family: 'Lato', sans-serif;	
	text-decoration:none;
	text-transform:uppercase;
	padding-bottom:4px;
	-webkit-transition: border-color 1s ease;
         -moz-transition: border-color 1s ease;
           -o-transition: border-color 1s ease;
          -ms-transition: border-color 1s ease;
              transition: border-color 1s ease;
   border-bottom:2px solid transparent;
}

.navList li a:hover {
	border-bottom:2px solid #bf0a06;
}

.logoInitial {
	position:absolute;
	top:60px;
	margin:0 auto;
	left:0;
	right:0;
	width: 300px;
	z-index:15;
}

.logoInitial img {
	width:300px;
}

p.italic {
	font-style:italic;	
	font-family: 'Crimson Text', serif;
	color:#555;
	padding: 0 140px;
	text-align: center;
	font-size: 22px;
}

.copyPad {
	margin-top:30px;
	margin-bottom:30px;
	padding:0 40px;
}

.fixedNav {
	position:fixed;
	top:0;
	width:100%;
	background-color:rgba(255,255,255,1);
	/**display:none;**/
	z-index:20;
	opacity:0;
	margin-top:-190px;
	 transition: all 1s ease-in-out;
   -moz-transition: all 1s ease-in-out;
   -webkit-transition: all 1s ease-in-out;
}

.fixedNav.reveal {
	opacity:1;
	margin-top:0;	
}

.fixedNav.showTheNav {
	display:block;
	position:fixed;
	opacity:1;
	margin-top:0;
}	

.fixedNav .logoNav {
	width:85%;
	margin:0 auto;	
}

.logoNav .smLogo {
	float:left;	
	background-image:url(../images/logo_GrapesOfSpain.svg);
	background-repeat: no-repeat;
    background-size: 177px 187.5px !important;
    margin-top: 11px !important;
	background-position:50% 3%;
	position: absolute;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
} 

.logoNav .smLogo img  {
	visibility:hidden;
}

.logoNav .smLogo:hover {
	background-image:url(../images/logo_GrapesOfSpain.svg);
	cursor:pointer;
} 

.logoNav .navRight {
	float:left;
	margin-left:197px;
}

.logoNav .navRight li {
	display:inline-block;
	margin-right:25px;
	list-style-type:none;
	padding: 41px 0;
	padding-bottom: 30px;
}

.logoNav .navRight li.lastOne {
	margin-right:0;
}

.logoNav .navRight li a {
	color:#000;
	font-size:13px;
	font-family: 'Lato', sans-serif;	
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:4px;
	-webkit-transition: border-color 1s ease;
         -moz-transition: border-color 1s ease;
           -o-transition: border-color 1s ease;
          -ms-transition: border-color 1s ease;
              transition: border-color 1s ease;
   border-bottom:2px solid transparent;
}

.logoNav .navRight li a:hover, .logoNav .navRight li a.active {
	border-bottom:2px solid #bf0906;
}

/* Search Results
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.results-content a {
    text-decoration: none;
}


/* Search box nav
–––––––––––––––––––––––––––––––––––––––––––––––––– */

li.search-box-menu-item {
    position: absolute;
    top: 0;
    right: 10px;
    margin-right: 0 !important;
    padding-top: 39px !important;
}
form#search-box-form {
    margin-bottom: 0;
}
input#search-box {
    height: 31px;
    font-size: 12px;
    font-weight: bold;
    width: 80px;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    border-color:transparent;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
input#search-box:hover {
    cursor: pointer;
}
input#search-box:focus:hover {
    cursor: text;
}
input#search-box:focus {
    width: 160px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #d5d5d5;
}
    input#search-box:focus::-webkit-input-placeholder { /* WebKit browsers */
        color: transparent;
    }
    input#search-box:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
       color: transparent;
    }
    input#search-box:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
       color: transparent;
    }
    input#search-box:focus:-ms-input-placeholder { /* Internet Explorer 10+ */
       color: transparent;
    }	


/* –––––––––––––––––––––––––––––––––––––––––––––––––– */

.featuredBg {
	width:100%;
	position:relative;
	/**height:710px;
	background-image:url(../images/BG_Home2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	margin-top: -110px;**/
}

.featuredPhoto img {
	height:100%;
	overflow:hidden;
	visibility:hidden;
}

.featuredPhoto {
    width: 50%;
    display: table-cell;
    overflow: hidden;
    float: left;
    background-size: auto calc(100% - 20px);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
}

.featuredCopy {
	width:50%;
	margin-left:0;
	background-color:#FFF;
	display:table-cell;
	float:none;
}

.featuredCopy .copyBorder {
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(204, 204, 204);
	padding: 20px;
	margin: 20px;
	font-size: 13px;
}

.featuredCopy .copyBorder h3 {
	color: #555;
	font-size: 28px;
	font-family: 'Crimson Text', serif;
	font-style: italic;
	margin-bottom: 9px;
	margin-top: 0;
	font-weight: 100;
}	

.featuredRow {
    display: block !important;
	 width:100%;
}

.featuredBg h2 {
	padding-top: 40px;
	color: #FFF;
	text-align: center;
	font-size: 35px;
	font-weight: 200;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: -10px;
	letter-spacing:13px;
}	

.whiteBg {
	position:relative;
	background-color:#FFF;
	padding:40px 0;
	margin-top:40px;
}

.whiteBg h2 {
	font-size: 35px;
	font-weight: 200;
	text-transform: uppercase;
	text-align:center;
	margin-bottom:0;
	letter-spacing:13px;
	color:#555;
}

p.noBottom {
	margin-bottom:0;
}


.eventPhoto {
	position:relative;
}

.eventPhoto img {
	width:100%;
}

.eventPhoto .overlay {
	display:none;
}

.eventPhoto:hover .overlay {
	display:block;
}

.eventPhoto .overlay {
	position: absolute;
	background-color: rgba(0,0,0,0.55);
	color: #FFF;
	border: 2px solid #FFF;
	text-align: center;
	padding: 5px 10px;
	font-size: 13px;
	max-width: 80%;
}


.overlay .caps {
	text-transform:uppercase;
	font-size:21px;
}

.overlay .dt {
	font-size:17px;	
}

.eventsMore {
	text-align: center;
	color: rgb(221, 11, 7);
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 20px;	
}

.footerWrap {
	width:100%;
	background-image:url(../images/BG_Footer.png);	
	background-repeat:repeat-x;
	min-height:225px;
	position:relative;
	margin-top: -5px;
	padding: 0 0 70px 0;
}

.footerWrap .footerNav {
	float:left;
	padding-top:50px;
}

.footerWrap .footerNav li {
	font-size:14px;
	list-style-type:none;
}

.footerWrap .footerNav li a {
	text-decoration:none;
	color:#555555;
	text-transform:uppercase;
	-webkit-transition: color 1s ease;
         -moz-transition: color 1s ease;
           -o-transition: color 1s ease;
          -ms-transition: color 1s ease;
              transition: color 1s ease;
}

.footerWrap .footerNav li a:hover {
	color:#bf0a06;
	
}

.footerWrap .footerSocial {
	float:right;
	padding-top:50px;
}

.socialIcons li {
	display:inline-block;
	margin-right:0;
	width:50px;
	height:49px;
	background-size:50px 49px;
	margin-bottom:22px;
	padding-bottom:0;
}

.socialIcons li.facebook { 
	background-image:url(../images/icon_Facebook.svg);
}

.socialIcons li.facebook:hover { 
	background-image:url(../images/icon_Facebook_hover.svg);
}

.socialIcons li.instagram { 
	background-image:url(../images/icon_Instagram.svg);
}

.socialIcons li.instagram:hover { 
	background-image:url(../images/icon_Instagram_hover.svg);
}

.socialIcons li.twitter { 
	background-image:url(../images/icon_Twitter.svg);
}

.socialIcons li.twitter:hover { 
	background-image:url(../images/icon_Twitter_hover.svg);
}

.copyright {
	font-size:10px;
	text-transform:uppercase;	
	margin-top:75px;
	text-align:right;
	color:#555555;
}

.footerLogo {
	background-image:url(../images/logo_GrapesOfSpain.svg);
	height:253px;
	width:253px;
	background-size:253px 253px;
	position:absolute;
	margin:0 auto;
	left:0;
	right:0;
	margin-top: 37px;
}

.barrellCopy {
	width:100%;
	padding:30px 0;
	background-color:#FFF;
	position:relative;
}

.barrellImg {
	position:relative;
	margin-top: -60px;	
}

.whiteBar, .blackBar, .brownBar {
	height:3px;
	width:168px;
	border-bottom:2px solid #FFF;
	text-align:center;
	margin:0 auto;
	margin-bottom: 24px;
}

.whiteBar {
	margin-top: 20px;
}

.eventPhoto .overlay .whiteBar {
	margin-top:7px;
	margin-bottom:10px;
	border-bottom:1px solid #FFF;	
}

.blackBar.lessBottom {
	margin-bottom:10px;	
}

.brownBar {
	border-bottom:2px solid #9e9170;
	margin-top:20px;
}

.blackBar {
	border-bottom:2px solid #c2c2c2;
	margin-top: 20px;
}
.contained-content {
    max-width: 1024px;
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
}
.newsBg {
	background-color:rgba(0,0,0,0.5);
	width:100%;
	position:relative;	
	margin-top: 150px; /*0px;*/
	padding: 31px 0 80px 0;
}

.newsBg h2 {
	font-size: 35px;
	font-weight: 400;
	text-transform: uppercase;
	text-align:center;
	margin-bottom:0;
	color:#FFF;
	letter-spacing:13px;
}

.newsSection div {
	color:#FFF;	
	float:left;
}

.newsSection .title {
    font-style: italic;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    font-family: 'Crimson Text', serif;
}

.newsSection .newsDesc {
	font-size:16px;	
}
.newsSection a {
    color: #fff;
    text-decoration: none;
    margin-top: 30px;
    display: inline-block;
}
.newsSection a:hover{
  color: #bf0a06;
}
p.readMore {
	text-align:right;
	margin-top:14px;
	text-transform:uppercase;
	font-size:12px;
}

.grapeVines {
	position:absolute;
	z-index:507;
	margin: 0 auto;
	margin-top: -79px;
	left: 0;
	right: 0;
	width: 940px;
}

.sliderHolder {
	position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.sliderHolder .cycle-slideshow {
	width:100% !important;
}

.mobileMenu {
	display:none;
}

.prev, .next {
	width:49px;
	position:absolute;
	margin:0 auto;
	left:0;
	top: 50%;
	z-index:600;
	background-repeat:no-repeat;
	height: 509px;
}

.next {
	right:0;
	left:auto;
}

#prev2 {
	background-image:url(../images/arrow_left_gray.png);	
}

#next2 {
	background-image:url(../images/arrow_right_gray.png);	
}

.innerPhoto {
	width:100%;
	height:350px;
	background-image:url(../images/TopPic_Wineries.jpg);
	background-size:cover;	
}

.innerPhoto.wineries {
	background-image:url(../images/TopPic_RiojaVineyard.jpg);	
}

.innerPhoto.findOurWines {
	background-image:url(../images/TopPic_Barrels.jpg);	
}

.innerPhoto.wines {
	background-image:url(../images/TopPic_Bodega.jpg);
}

.innerPhoto.newsEvents {
	background-image:url(../images/TopPic_Wineries.jpg);
}

.innerPhoto.trade {
	background-image:url(../images/TopPic_ToroGnarlyVine.jpg);
}

.innerPhoto.contactUs {
	background-image:url(../images/TopPic_GrapeLeafMacro2.jpg);
}

.breadCrumbs {
	text-align:right;	
	color:#a1a1a1;
	margin-top:20px;
	text-transform:uppercase;
	font-size:12px;
}

.breadCrumbs .current {
	color:#bf0a06;	
}

.breadCrumbs a {
	color:#a1a1a1;
	text-decoration:none;	
}

.breadCrumbs a:hover  {
	color:#bf0a06;
}

.wineryImage {
	width:100%;
	margin:0 auto;
/*	height: 180px;*/
	overflow:hidden;
	position:relative;
	margin-bottom: 15px;
}
.wineryImage:before {
    content: "";
    display: block;
    padding-top: 60%;
}
.wineryImage.border {
	border:1px solid #ccc;
}

.wineryImage img {
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.wineryListing {
	margin-bottom:20px;
}

.wineryListing .wineryName {
	color:#555;
	font-style:italic;
  	line-height: 22px;
	font-size:20px;
	text-transform:initial;
	font-family: 'Crimson Text', serif;
	width: 90%;
	margin: 0 auto;
}

.wineryListing .wineryRegion {
	color:#555;
	font-size:13px;
	width:90%;
	margin:0 auto;
}

.sortFields div {
	float: left;
	text-align:left;	
	padding:10px 15px;
	font-size:16px;
	text-transform:uppercase;
	border:1px solid #d7d7d7;
}

.sortFields .sortBy {
	background-color:#aaa;
	color:#FFF;
	border-right:none;
}

.sortFields .sortChoice {
	background-color:#EEEEEE;
	color:#bf0906;	
}

.sortFields .sortChoice.winery {
	border-right:none;
}

.sortFields .sortChoice.active, .sortFields .sortChoice:hover {
	color:#a1a1a1;
	background-color:#FFF;
	cursor:pointer;
}

.sortRow {
	margin-bottom:40px;
}

.innerContainer {
	margin-bottom:40px;
}

p.wineryDesc {
    font-size: 15px;
    line-height: 21px;	
	font-family: 'Lato', sans-serif;	
	margin-top: 30px;
}

p.wineryDesc iframe {
	width:100%;
}

.six.columns .wineryRegion {
    color: #555;
    font-style: italic;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Crimson Text', serif;
    font-size: 28px;
}

.wineryRegion a {
	text-decoration:none;
}

.borderRow .fieldName {
	text-transform:uppercase;	
	/*border-right:1px solid #e1e1e1;*/
	padding: 6px 0 6px 10px;
	font-weight:300;
}

.borderRow .fieldDetail {
	padding: 6px 0 6px 30px;
	font-weight:300;
  border-left: 1px solid #e1e1e1; 
  min-height: 36px;
}

.borderRow {
	border:1px solid #e1e1e1;
	border-top: none;
}

.borderRow.topRow {
	border-top:1px solid #e1e1e1;	
}

.wineKey {
	border: 1px solid #e1e1e1;
	overflow: hidden;
	margin-bottom:20px;
}

.wineKey .wines {
	float:left;
	text-transform:uppercase;
	font-size:14px;
	padding: 7px 10px 10px 10px;
}

.winerySlideshow {
	margin-top: 30px;
}

.winerySlideshow img {
	width:100%;
}

.flavors {
	float: left;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 5px;
	border-left: 1px solid #e1e1e1;
	text-align:center;
}

.flavors.noFloat {
	float:none;
}

.flavors div {
display: inline-block;
    margin-right: 5px;
    font-style: italic;
    font-size: 20px;
    font-family: 'Crimson Text', serif;
    vertical-align: middle;
}

.flavors .flavorImg { 
	height:25px;
}

.flavors .flavorImg img {
	height:100%;
}

.mapImg {
	margin-top:20px;
}

.mapImg img {
	max-width:678px;
	width:100%;
}

.wineryWineList {
	margin-bottom:5px;
	overflow:hidden;
}

.wineryWineList .wineFlavor {
   /* width: 40px;
    height: 45px;
	float:left;
	margin-right:15px;*/
	
	width:25px;
	height:25px;	
	float:left;
	margin-right:8px;
}

.wineryWineList .wineFlavor img {
	height:100%;	
}


.wineryWineList .wineName {
    float: left;
    font-size: 16px;
    line-height: 22px;
}

.wineryWineList .wineName a {
	color:#000;
	text-decoration:none;
}

.wineryWineList .wineName a:hover {
	border-bottom:1px solid #bf0a06;
}

.pagination {
	text-align:center;
  margin: 40px 0;
}

.pagination a.number {
	display:inline-block;
	margin-right:3px;
	border:1px solid #555;
	padding:3px 10px;
	color:#000;	
	text-decoration:none;
}

.pagination a.number.current, .pagination a.number:hover {
	background-color:#555;
	color:#FFF;	
}

.wineNameGrape {
	overflow:hidden;
	width:90%;
	margin:0 auto;
  position: relative;
}

.wineNameGrape .grapeIcon, .wineNameGrape .wineryName {
	float:left;
}

.wines .wineNameGrape img {
    float: left;
    padding-right: 5px;
   /* height: 33px;
    width: 30px; */
    height: 33px;
    width: 30px;
    position: absolute;
    left: 0;
}

.wineNmFull img {
	float:left;
	padding-right:5px;
	height: 26px;
}
.wines .wineNameGrape {
    width: 100%;
    overflow: unset;

}
.wines .wineryName {
  margin-left: 35px;
  line-height: 22px;
  font-size:20px;
  margin-bottom: 5px;
}


.wines .wineryListing .wineryRegion {
    color: #555;
    font-size: 13px;
    width: auto;
    line-height: 15px;
    margin: 0 15px 0 35px;
}


.shareThisWine {
	border: 1px solid #b8b8b8;
	padding: 10px 10px 70px 10px;
	width: 250px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
	margin-bottom: 30px;
}



.shareThisWine .grapes {
	position: absolute;
	width: 170px;
	height: 99px;
	margin: 0px auto;
	left: 0px;
	right: 0px;
}

.shareThisWine .blackBar {
	width:58px;
}
.share-social {
    text-align: center;
}
.share-social img {
    height: 29px;
}
.share-social a:not(:last-child) img {
    margin-right: 5px;
}

.winerySlideshow.wines {
	width:100%;
	/**border:1px solid #b8b8b8;**/
	margin-bottom:20px;
}

.winerySlideshow img.wineLogo {
	/**max-width:319px;**/
	max-width:500px;
	/**width: auto;**/
	display:block;
	margin:0 auto;
}

.winerySlideshow img.wineLogoPortrait {
	/**max-width:319px;**/
	max-width:320px;
	/**width: auto;**/
	display:block;
	margin:0 auto;
}

.wineDetail .borderRow {
	border-left:none;
	border-right:none;	
}




/*.wineDetail .row {
    font-size: 20px;
}*/


.socialTemp {
	width:100%;
	margin-bottom:20px;
	margin-top:10px;
  text-align: center;
}

.socialTemp img {
    width: 200px;
    margin: 0 1px;
}

.shareThisWine h4 {
	color: #444;
	font-size: 35px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 5px;
	font-style: italic;
	font-family: 'Crimson Text', serif;
	font-weight:300;
}

.shareThisWine p {
	color:#555;
	text-align:center;
	font-style: italic;
	font-family: 'Crimson Text', serif;
  font-size: 16px;
  line-height: 18px;
}

.rateTemp {
	width:100%;
}

.rateTemp img {
	width:100%;
	max-width:208px;
	display:block;
	margin:0 auto;
}

.reviewHeader {
	border-bottom:1px solid #b8b8b8;
	padding-bottom:5px;
	margin-top:40px;
	text-transform:uppercase;
}

.reviewHeader .wineNm {
	font-size:16px;	
	font-weight:300;
	margin-top:15px;
 	width: 270px !important;
}

.reviewHeader .wineNmFull {
	font-size:16px;	
	font-weight:300;
	margin-top:0px;
 	width: 270px !important;
}
.reviewHeader .wineScore,
.wineScores {
    text-align: left !important;
    width: calc(100% - 480px) !important;
    margin-left: 0;
}
.reviewHeader .downloads,
.downloadBtn {
    width: 120px !important;
    margin-left: 0;
}
.reviewHeader .more,
.moreBtn {
    width: 90px !important;
    margin-left: 0px;
    text-align: center;
}


.reviewHeader .wineScore, .reviewHeader .downloads, .reviewHeader .more {
	font-size:15px; /*18px*/
	font-weight:300;
	text-align: center;
	/*padding-top: 11px;*/
  margin-top: 15px; 

}


.reviewRow {
	border-bottom:1px solid #b8b8b8;
	padding-top:5px;
}

.reviewRow:hover, .reviewRow.active {
	background-color:#f1efef;
}

.reviewRow.hideInitial {
	display:none;
}

.reviewRow .downloadBtn .btn {
	width:50px;
	height:44px;
	background-image:url(../images/icon_download-01.svg);
	background-size: 50px 50px;
	margin: 0 auto;
	margin-top: -9px;
	cursor:pointer;
}

.reviewRow .more {
	width:13px;
	height:6px;
	background-image:url(../images/more_down_arrow.jpg);	
	margin:0 auto;
	margin-top: 10px;
	cursor:pointer;
}

.reviewRow .more.active {
	background-image:url(../images/more_up_arrow.jpg);
}

table.reviewTable {
	width:90%;
	margin:0 auto;
	background-color:#FFF;
	margin-bottom: 5px;
}

td.header {
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
	font-weight:bold;
}

td.col1 {
	width:15%	
}

td.col2 {
	width:20%;
}

td.col3 {
	width:50%;
}

td.col4 {
	width:15%	
}

td.copy img {
	max-width:34px;
	margin:0 auto;
	display:block;
	cursor:pointer;
}

td.score, td.pub {
	text-align:center;
	font-size:12px;
	line-height:14px;
}

td.review {
	font-size:12px;
	line-height:14px;
}

.wineNmFull, .wineScores {
	font-family: 'Crimson Text', serif;	
	font-size:16px;
	padding-top: 3px;
}

.wineScores strong {
	text-decoration:underline;
	cursor:pointer;
}

.wineNmFull span {
	font-style:italic;
}

.copyAllReviews {
	overflow:hidden;	
	width: 90%;
	margin:0 auto;
	margin-top:10px;
	cursor:pointer;
}

.copyAllReviews div {
	float:left;
}

.copyAllReviews .copyAll {
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	float: right;
	padding-top: 13px;
	padding-right:20px;
}

.copyAllReviews .copyBtn {
	max-width: 34px;	
	float:right;
	margin-right: 0px;
	width:34px;
	padding-right:23px;
}

.copyAllReviews .copyBtn img {
	width:100%;	
}

.grayBarSm {
	width:70%;
	height:1px;	
	border-bottom:1px solid #e1e1e1;
	margin-bottom:5px;
}

.dynamicListings {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: space-between; /* or space-around */	
}

.dynamicNewsListings {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: space-between;	
}

.dynamicCol.wineryListing {
    display: inline-block;
    margin-bottom: 20px;
    width: calc(25% - 15px);
    transition: ease all 0.5s;
    padding: 0px 0 15px;

}

.dynamicCol.wineryListing:hover {
	box-shadow: 2px 2px 11px 2px #ccc;
}


.blurBg {
	position:absolute;
	width:100%;
	height:100%;
	/*background-size:cover;
	filter        : blur(4px);
    -moz-filter   : blur(4px);
    -webkit-filter: blur(4px);
    -o-filter     : blur(4px);*/
	z-index:-1;
}

.dlBox {
	color: #FFF;
	background-color: #b7b7b7;
	padding: 15px 10px 5px 10px;
	width: 140px;
	position: absolute;
	margin-top: 30px;
	display: none;
	padding-top: 15px;
	border-radius: 4px;
	z-index: 100;
}

.dlBox li  {
	list-style-type: none;
	background-image: url(../images/dl_square.jpg);
	background-size: 15px 15px;
	font-size: 13px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.dlBox a {
	color:#FFF;
	text-decoration:none;
}

.dlBox a:hover {
	color:#bf0a06;	
}

.backToTop {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;	
	width:57px;
	height:28px;
	cursor:pointer;
	opacity:1;
	-webkit-transition: all 0.5s ease;
         -moz-transition: all 0.5s ease;
           -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
              transition: all 0.5s ease;
}

.backToTop:hover {
	opacity:0.8;
}

.socialIcons {
	text-align:right;
}

.quote {
	text-align: center;
    font-size: 22px;
    font-style: italic;
}

.quoteAuthor {
	text-align: center;
	margin-bottom: 20px;	
}

.moveMiddle {
	text-align:center;
}

table.show {
	width:80%;
	margin:0 auto;	
}

table.show td {
	border:1px solid #a1a1a1;
}

td.paddLeft {
	padding:5px 10px;
}

input.tablecopy {
	width: 40%;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.radioInput {
	width:50%;
	float:left;
}

.radioInput.leftPush {
	text-align:left;
}

.radioInput.leftPush input {
	margin-left:20px;
	margin-right:10px;
}

.radioInput.rightPush {
	text-align:right;	
}

.radioInput.rightPush input {
	margin-right:10px;
}

.radioInput input.tablecopy {
	width:15px;
	height:15px;	
	display: inline-block;
}

textarea.tablecopy {
	width: 40%;
	display: block;
	margin: 0px auto;
	margin-top: 15px;
}

input.submitBtn {
	margin-top: 15px;
}

.tradeGroup {
	overflow:hidden;
	padding:5px 0;
	border: 1px solid #c2c2c2;
}

.tradeGroup.headerGroup {
	border-bottom:none;
}

.tradeGroup.other {
	background-color:#c2c2c2;	
}

.tradeGroup div {
	display:inline-block;
}

.tradeWineName {
	width:30%;
	text-align:left;
	padding-left:2%;
}

.tradeWineLabel {
	width:15%;
}

.tradeShelfTalker {
	width:15%;
}

.tradeFactSheet {
	width:15%;
}

.tradeBottleImage {
	width:15%;
}

.wineryListing .newsDate {
    font-size: 14px;
    margin: 0 auto 5px;
    width: 90%;
	}
	
	.wineryListing .newsTitle {
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-size: 24px;
    line-height: 24px;
    margin: 0 auto 5px;
    width: 90%;
	}
	.news-detail {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
	.wineryListing .newsBlurb {
    font-size: 16px;
    margin: 0 auto 5px;
    width: 90%;
	}
	
.eventListing .eventPhoto img{
	width:100%;
}

.eventDetails .eventNm {
		font-family: 'Crimson Text', serif;
		font-style:italic;
		font-size:24px;
		text-transform:uppercase;
}

.eventDetails .eventTime {
		font-size:16px;	
}

.eventDetails .eventDesc {
		font-size: 16px;
		margin-top: 20px;
}

.rsvpBtn {
	background-color: #c2c2c2;
	color: #FFF;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	float: right;
	letter-spacing: 5px;
	font-size: 20px;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

@media (max-width: 1150px) {
 .dynamicCol.wineryListing {
  		width: calc(33.33333% - 8px);
	}
}

@media (max-width: 1060px) {
		.fixedNav .logoNav {
			width:95%;
		}
		
		.logoNav .navRight li a {
			font-size:12px;	
		}
		
		.logoNav .smLogo {
		background-size:100%;
    width: 161px;
    height: 180px;
		margin-top:24px;
	} 

	.logoNav .smLogo img  {
		width:155px;
		height:159px;
	}	


.reviewHeader .wineNm,
.wineNmFull {
  width: 190px !important;
}
.reviewHeader .wineScore,
.wineScores {
    width: calc(100% - 400px) !important;
}
.reviewHeader .downloads,
.downloadBtn {
    width: 120px !important;
}
.reviewHeader .more,
.moreBtn {
    width: 90px !important;
}




}

@media (max-width: 980px) {
	.six.columns.sortFields {
		overflow: hidden;
			width: 100%;
			margin: 0px auto 10px;
			text-align: center;	
	}
	
	.sortFields div {
    	display: inline-block;
		float:none;
	}
	
	.sortFields .sortChoice {
		margin-left:-3px;	
	}
	
	.six.columns.keyCenter {
		margin:0 auto;
		float:none;	
	}
	
	p.wineryDesc {
		font-size: 12px;
		line-height: 16px;
	}





}
@media (max-width: 950px) {
	li.search-box-menu-item {
	    padding-top: 10px !important;
	    padding-bottom: 0 !important;
	    margin-bottom: 0;
	}
}
@media (max-width: 940px) {
	.grapeVines {
		position: absolute;
		z-index: 507;
		margin: 0 auto;
		margin-top: -62px;
		left: 0;
		right: 0;
		width: 590px;
	}
	
	.grapeVines img {
		width:100%;
	}
	
	.four.columns.eventPhoto  {
		width:100%;
		margin:0 auto;
		float:none;
		max-width:600px;
		margin-bottom:20px;
	}
	
	.dynamicCol.wineryListing {
  		width: calc(50% - 8px);
	}
  .logoNav .navRight li {
      margin-right: 18px;
  }



}


@media (max-width: 835px) {
	.mobileMenu {
		display:block;
		position:absolute;
		width:35px;
		height:25px;
		margin:0 auto;
		left:0;
		right:0;
	}
	
	.logoInitial {
		display:none;
	}

	.mobileMenu.dark {
		position: absolute;
		display: block;
		margin: 0;
		float: left;
		margin-top: 11px;
		right: 20px;
		left: auto;
	}

	.navList {
		display:none;
	}
	
	.logoNav .navRight {
		display:none;
		float: none;
		width: 100%;
		margin-left: 0;
		padding-top: 60px;
	}
	
	.logoNav .navRight li {
		display: block;
		margin-right: 10px;
		list-style-type: none;
		padding: 0;
		padding-bottom: 0px;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.logoNav .smLogo {
		background-size: 100%;
		padding-bottom: 38px;
		float: none;
		margin: 0 auto;
		margin-top: 24px;
	}

	li.search-box-menu-item {
	    position: relative;
	    top: initial;
	    right: initial;
	    padding-top: 0 !important;
        margin-right: 0 !important;
	}
	input#search-box {
	    text-align: center;
	}

	.eight.columns.wineDetailEight {
		float: none;
		width: 100%;
	}
	
	.four.columns.wineDetailFour {
		float:none;
		margin:0 auto;
		width:100%;
	}
	
	.six.columns.wineryDetailSix {
		float:none;
		margin:0 auto;
		width:100%;
	}
	
	.breadCrumbs {
    	text-align: center;
	}
	
	.fixedNav.showTheNav {
		position:static;	
	}
	
	
}

@media (max-width: 800px) {

.featuredPhoto {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
}

.featuredCopy {
    width: 100%;
    max-width: 400px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    display: block;
    padding: 0px 0 1px;
}
.featuredCopy .copyBorder {
    height: auto !important;
}
.featuredCopy .copyBorder p:last-child {
    margin-bottom: 10px;
}
.newsBg {
    margin-top: 100px;
}

	.footerLogo {
		background-image: url(../images/logo_GrapesOfSpain.svg);
		height: 125px;
		width: 125px;
		background-size: 125px 125px;
		position: absolute;
		margin:0;
		left: auto;
		right: 80px;
		bottom: 40px;
	}
	
	.copyright {
		margin-top:0px;	
	}
	
	.heroCopy h2 {
		font-size:120px;
		line-height:120px;	
	}
	
	table.show {
		width:80%;
		margin:0 auto;	
	}

	table.show td {
		border:none;
	}
	
	table.show td.headerRow {
		display:none;
	}
	
	table.show td {
		display:block;
		width:100% !important;
		margin-bottom:0;
		text-align:center;
		padding:3px 0;
	}
  .three.columns{
    margin-left:0;
  }
  .newsSection div{
    float:none;
  }
.newsSection a {
    margin-top: 0px;
}
}

@media (max-width: 640px) {
  p.italic {
    padding: 0 0px;
  }
	.dynamicCol.wineryListing {
  		width: 100%;
	}	
	
	.borderRow {
		border:none;
	}
	
	.borderRow.topRow {
		border:none;	
	}
	
	.borderRow .fieldName {
		border-right:none;	
		padding-bottom:0;
	}
	
	.borderRow .fieldDetail {
		padding-top:0;
    border-left:none;
	}
	
	.innerPhoto {
		height:230px;	
	}
}

@media (max-width: 590px) {
	.grapeVines {
		position: absolute;
		z-index: 507;
		margin: 0 auto;
		margin-top: -48px;
		left: 0;
		right: 0;
		width: 320px;
	}
	
	.heroCopy h2 {
		font-size:90px;
		line-height:90px;	
	}
	
	/*.reviewHeader {
		display: none;
	}*/

.reviewHeader .wineNm,
.reviewHeader .wineScore,
.reviewHeader .downloads,
.reviewHeader .more{
  font-size: 12px;
  margin-top: 15px;
}

.reviewHeader .wineNm,
.wineNmFull  {
    width: calc(100% - 210px) !important;
    margin-right: 10px;
}



.reviewHeader .wineScore,
.wineScores{
    width: 50px !important;
}



.reviewHeader .downloads,
.downloadBtn {
    width: 90px !important;
}




.reviewHeader .more,
.moreBtn {
    width: 60px !important;
    text-align: right;
}

}

@media (max-width: 424px) {
	.heroCopy h2 {
		font-size:65px;
		line-height:65px;	
	}
  .logoNav .smLogo,
  .logoNav .smLogo img {
      height: 102px;
      padding: 0;
      background-size: 100px 102px !important;
      width: 100px;
  }
}

@media (max-width: 400px) {
  .footerWrap {
      padding-bottom: 90px;
  }
	.footerWrap .footerNav li {
		font-size:12px;	
	}
  .footerLogo {
      right: 30px;
  }
}

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
