* {
	-webkit-box-sizing: border-box;
  	   -moz-box-sizing: border-box;
		box-sizing: border-box;
}

body, html {
	font-family: 'Varela',sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #fff;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

.center {
	text-align: center;
	margin: 0 auto;
}

section#left {
	float: left;
	width: 280px;
	margin-top: 20px;
	text-align: center;
	position: absolute;
	top: 50px;
	left: 0;
}

ul#shake-menu {
	text-align: right;
	padding: 15px 80px 0 0 !important;
	width: 100%;
	margin-top: 15px;
}

ul#shake-menu li {
	padding: 0;
	list-style-type: none;
	margin: 0 0 13px 0;
	font-family: arial,sans-serif;
}

ul#shake-menu li a {
	color: #000;
	text-decoration: none;
}

ul#shake-menu li a:hover {
	color: #d93c1c;
}

ul#shake-menu li a:hover:before {
	content:'\00BB\00a0';
}



section#right {
	float left;
	width: 655px;
	margin: 0 0 0 280px;
	padding-top: 50px;
}

section#right p {
	text-align: justify;
}

section#right p.center {
	text-align: center;
}

a,
a:hover, 
a:active, 
a:visited {
	color: #3c5a97;
	text-decoration: none;
}



div.socialmedia {
	text-align: right;
	margin: 0 0 2px 0;
	display: inline-block;
	float: right;
	margin-right: 70px;
}

p.socialmedia img#pinteresticon {
	padding-bottom: 2px;
}

p.socialmedia img#facebookicon {
	padding: 0 0 1px 3px;
}



div.facebook {
	display: inline-block !important;
}

div.twitter, div.pinterest {
	display: inline-block;

}

div.facebook, div.twitter, div.pinterest {
	padding: 0px;
	vertical-align: bottom;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}

div.facebook {
	margin-left: 170px;
}

div.pinterest {
	display: inline;
}

img#pinteresticon {
	margin: 0 0 -4px -27px;
}

.buybuttons {
	vertical-align: bottom;
	margin: 20px 0;
}

img#dog {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

body.international ul {
	margin: 0;
	padding: 0;
}

body.international li {
	list-style-type: none;
	margin-bottom: 5px;
}

h2 + ul {
	margin-bottom: 30px !important;
}

.left {
	width: 50%;
	float: left;
	padding-left: 100px;
}

.right {
	margin-left: 70%;
	width: 50%:
	float: right;
}



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

	section#right {
		width: auto;
	}

}


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

	img#dog {
		width: 100%;
	}

	div.facebook {
		margin: 0;
	}

}


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

	section#left {
		float: none;
		width: 100%;
		text-align: center;
		padding-top: 30px;
		position: relative;
		top: auto;
		left: auto;
	}

	section#right {
		float: none;
		margin: 0;
		padding-top: 0;
	}

	ul#shake-menu {
		text-align: center;
		padding: 0 !important;
		width: 100%;
		margin-top: 30px;
	}

	body.international .left,
	body.international .right {
		width: 100%;
		float: none;
		padding: 0;
		margin: 0;
		padding-left: 30%;
	}



}
