/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*border box reset*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
img {
	max-width:100%;
}
/*clearfix*/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

body {
	font-family: 'Esteban', serif;
	color:#222;
}
section {
	width:90%;
	margin:20px auto;
	max-width:1024px;
}
h1, h2, h3, h4 {
		line-height:1.2;
}
h5, h6, p {
		line-height:1.5;
}
h1 {
	font-size:1.8rem;
	color:#02b8fa;
	margin:0 0 1rem;
}
h2 {
	font-size:1.8rem;
	color:#666;
	margin:1rem 0;
}
h3 {
	font-size:1.7rem;
	color:#777;
	margin:1rem 0;
}
p {
	margin-bottom:1rem;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
footer {
	background:#333;
}
small {
	line-height:1.3;
	color:#999;
	font-size:0.9em;
}
small p {
	color:#999;
	font-size:0.8rem;
	padding:1rem;
	text-align:center;
	margin:0;
}
.inline {
	display:inline;
}
a {
  color:#02b8fa;
  text-decoration:none;
}
a:hover {
	color:yellowgreen;
}
.cta {
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
    line-height: 1em;
	color: white;
	padding:0.5em 1.0em;
	border:none;
	box-shadow:none;
	-webkit-appearance: none;
     border-radius: 0;
	text-transform:uppercase;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
	float:right;
	background: #00AFF0;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c000000', endColorstr='#4c000000');
	margin:0 0 1em 0;
	}
.cta:hover { background-color: yellowgreen;color:white;}
.floatleft {
	float:left;
}
/*style for table cta button*/
.center {
	float:none;
	text-align:center;
}
article ul {
	margin:0 0 1em 0;
}
article ul li {
	line-height:1.5;
	list-style:disc;
	list-style-position:inside;
}
hr {
	height:1px;
	background:#ccc;
	border:none;
	margin-bottom:1em;
}
.blogthumb {border:1px solid #ccc;padding:5px;float:left;margin:0 10px 5px 0;}
.number {background:url(../images/lozenge-green.png) no-repeat top center;padding:20px 20px;font-size:15px;}
.sup, .sub {
   vertical-align: baseline;
   position: relative;
   top: -9px;
   color:#FDFDFD;
   /*text-shadow: -.1em 0.1em 0.3em rgba(255, 255, 255, 0.9);*/
   font-style:italic;
   font-weight:bold;
   left:-3px;
}
.sub { top: 0px; }
.half {
	width:50%;
	float:left;
}
.quartercolumn {
	width:25%;
	float:left;
}
.thirdcolumn {
	width:33.33%;
	float:left;
}
.purplelozenge {background:url(../images/lozengepurple@2x.png) no-repeat top left;padding:0 0 0 30px;background-size: 25px 25px, cover;}
.orangelozenge {background:url(../images/lozengeorange@2x.png) no-repeat top left;padding:0 0 0 30px;background-size: 25px 25px, cover;;}
.bluelozenge {background:url(../images/lozengeblue@2x.png) no-repeat top left;padding:0 0 0 30px;background-size: 25px 25px, cover;;}
.redlozenge {background:url(../images/lozengered@2x.png) no-repeat top left;padding:0 0 0 30px;background-size: 25px 25px, cover;;}
.winelozenge {background:url(../images/lozengewine@2x.png) no-repeat top left;padding:0 0 0 30px;background-size: 25px 25px, cover;;}


@media (max-width: 600px) {
.half, .quartercolumn {
	width:100%;
	float:none;
}
}

@media (max-width: 900px) {
	.thirdcolumn {
	width:100%;
	float:none;
}
}

/* social media sprite menu*/
nav ul{opacity:0.9;margin:0;padding:0;background:rgba(0,0,0,0.5);height:50px;position:relative;top:-52px;z-index:99999;}
nav ul li{float:right;list-style:none;margin:0px;z-index:99999;}
nav li a{display:block;background:transparent;}
nav li a:hover{opacity:1;background:black;}
nav li span{background:url("../images/sprite.png") 0 0 no-repeat;opacity:0.3;display:block;font:0/0 a;height:50px;width:50px;}
.youtube{background-postion:0px 0;}
.google{background-position:-50px 0;}
.facebook{background-position:-100px 0;}
.instagram{background-position:-150px 0;}
.e-mail{background-position:-200px 0;}
.pinterest{background-position:-250px 0;}
.tripadvisor{background-position:-300px 0;}
.tumblr{background-position:-350px 0;}
.twitter{background-position:-400px 0;}
.flipboard{background-position:-450px 0;}
@media screen and (-webkit-min-device-pixel-ratio:1.3), screen and (min--moz-device-pixel-ratio:1.3), screen and (-o-min-device-pixel-ratio:2/1), screen and (min-device-pixel-ratio:1.3), screen and (min-resolution:192dpi), screen and (min-resolution:2dppx){nav li span{background:url("../images/sprite@2x.png") 0 0 no-repeat;background-size:500px 50px;}
}
/*osvaldas lightbox css*/
.icon {
float:left;
text-align:center;
border-right:1px solid white;
}
.icon img {
	width: 80px;/*image width is 120px*/	
}
.icon p {text-align:center;color:black;font-size:10px;line-height:2.0;margin:0;padding:0 0 5px 0;}

@media (min-width: 600px) {
.icon img {
	width: 75px;/*targeting iPad*/	
}	
}
@media (min-width: 1024px) {
.icon img {
	width: 100px;/*targeting iPad*/	
}	
.icon p {
	font-size:12px;
}
}
.icon a img:hover, table th img:hover {
	box-shadow:0px 0px 2px #222;
}
.icon img[alt] {color:red;border:none;display:none;}
.icon img[src] {color:none;border:none;display:inline;}
/*end osvaldas css*/

/*sharingbuttons.io css*/
.sharingbuttons a, .sharingbuttons a:visited {
	color:#fff;
}
.resp-sharing-button {
  display: inline-block;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  transition: background-color 25ms ease-out, border-color 25ms ease-out, opacity 250ms ease-out;
  margin: 0.3em;
  padding: 0.3em 0.55em;
}
.resp-sharing-button:first-of-type {
   margin: 0.3em 0.3em 0.3em 0;	
}
.resp-sharing-button a {
  text-decoration: none;
  color: #FFF;
  display: block;
  font-size:0.8em;
}
.resp-sharing-button__icon {
  display: inline-block;
}
.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-bottom: -0.1em;
}
/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #FFF;
  fill: none;
}
/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #FFF;
  stroke: none;
}
.resp-sharing-button__link {
  text-decoration: none;
  color: #FFF;
}
.resp-sharing-button--large .resp-sharing-button__icon svg, .resp-sharing-button--medium .resp-sharing-button__icon svg {
  padding-right: 0.4em;
}
.resp-sharing-button__wrapper {
  display: inline-block;
}
.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}
.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}
.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}
.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;
}
.resp-sharing-button--email {
  background-color: #777;
  border-color: #777;
}
.resp-sharing-button--email:hover
.resp-sharing-button--email:active {
  background-color: #111;
  border-color: #111;
}
.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}
.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}
.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}
.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}
/*end sharing buttons.io css*/
/*mailchimp signup css from 'naked' version*/
#mc_embed_signup{
	clear:left;margin:0;padding:0;text-align:left;
}
.email {padding:1em; margin:10px 0 20px 0px;}
/*end mc
