
.instagram-container h1 {
	text-align: center;
	color: #272727;
	font-size: 3em;
	font-weight: 800;
	margin-bottom: 5px;
}

.instagram-container h2 {
	text-align: center;
	color: #272727;
	font-size: 1.5em;
	font-weight: 800;
}

img.follow-insta {
    display: block;
    margin: 15px auto 25px auto;
}


.instagram-container {
	font-family: "Lato",Arial,sans-serif;
	float:left;
	width: 100%;
	clear: both;
}

.instagram-photo {
	float: left;
	width: 20%;
	padding-top: 20%;
	position: relative;
	display: none;
}

.instagram-photo.visible-photo {
	display: block;
}

.instagram-photo-inner:hover {
	cursor: pointer;
}

.instagram-photo-inner {
	margin: 1px;
	position: absolute;
    background-color: transparent;
    list-style-type: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.instagram-popup-container {
	display: none;
}

.opened .instagram-popup-container {
	display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    overflow: auto;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.65);
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.instagram-popup {
	display: table;
	background-color: white;
	position: relative;
	max-height: 100%;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.instagram-popup-content {
	display: table-row;
	max-width: 100%;
	margin: 0 auto;
	background-color: white;
}

.instagram-popup-left, .instagram-popup-right {
	display: table-cell;
	vertical-align: top;
	position: relative;
	text-align: left;
	padding-right: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.instagram-popup-right {
    width: 400px;
	padding-right: 0;
	color: #272727;
	font-weight: 300;
}

.instagram-popup-right a {
	text-decoration: none;
	color: #B70909;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
}

.instagram-popup-right a:hover {
	color: #272727;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
}

.instagram-popup-left img {
	width: auto;
    height: auto;
	max-width: 600px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.social-icons {
	display: block;
	margin-top: 25px;
}

.social-icons a {
	float: left;
	margin-right: 15px;
}

.social-icons img {
	width: 16px;
	height: 16px;
	opacity: .5;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
}

.social-icons a:hover img {
	opacity: 1;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
}

.instagram-popup-right .controls {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.instagram-popup-right #close {
	float: right;
	padding: 0 14px 14px 14px;
	cursor: pointer;
	height: 22px;
	width: 22px;
	background-image: url('images/close.png'), none;
	background-repeat: no-repeat;
	background-position: center;
}

.instagram-popup-right #prev-photo {
	float: left;
	padding: 0 14px 14px 14px;
	cursor: pointer;
	height: 22px;
	width: 14px;
	background-image: url('images/left-arrow.png'), none;
	background-repeat: no-repeat;
	background-position: center;
}

.instagram-popup-right #next-photo {
	float: left;
	padding: 0 14px 14px 14px;
	cursor: pointer;
	height: 22px;
	width: 14px;
	background-image: url('images/right-arrow.png'), none;
	background-repeat: no-repeat;
	background-position: center;
}

.outer-arrow-right, .outer-arrow-left {
	opacity: .6;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
}

.outer-arrow-right:hover, .outer-arrow-left:hover{
	opacity: 1;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
}

.instagram-hover {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.65);
	width: 100%;
	z-index: 4;
	height: 100%;
	display: none;
}

.instagram-hover span {
    position: absolute;
    display: block;
    color: #f1f1f1;
    padding: 10px 15px;
    top: 45%;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    width: 50%;
    text-align: center;
    margin-left: 25%;
    border: 1px solid #fff;
}

.instagram-photo.first #prev-photo {
	visibility: hidden;
}

.instagram-photo.last #next-photo {
	visibility: hidden;
}

.load-more-instagram {
    display: inline-block;
    padding: 23px 10px 10px 10px;
    border: 1px solid #272727;
	text-decoration: none;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 15px;
    margin: 25px auto;
	cursor: pointer;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
}

.load-more-instagram:hover {
	color: #f1f1f1;
	background: #272727;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
}

.load-more-wrapper {
    float: left;
    width: 100%;
    text-align: center;
}

.outer-arrow-left {
	width: 24px;
	height: 50px;
	background: url(http://www.moosejaw.com/moosejaw/Moosejaw/images/PDP-Image-Arrow-Left-PDP.png) no-repeat center center;
	position: absolute;
	left: -35px;
	top: 47%;
	cursor: pointer;
}

.outer-arrow-right {
	width: 24px;
	height: 50px;
	background: url(http://www.moosejaw.com/moosejaw/Moosejaw/images/PDP-Image-Arrow-Right-PDP.png) no-repeat center center;
	position: absolute;
	right: -35px;
	top: 47%;
	cursor: pointer;
}


.first .outer-arrow-left {
	display: none;
}

.last .outer-arrow-right {
	display: none;
}


@media only screen and (max-width: 1024px) {
	
	.instagram-popup {
		max-width: 90%;
	}
	
	.instagram-photo {
		width: 50%;
		padding-top: 50%;
	}
	
	.instagram-popup-left, .instagram-popup-right {
		float: left;
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
	
	.instagram-popup-right {
		margin-top: 25px;
	}
	
	.instagram-popup-left img {
		height: auto;
	}
	
}


@media only screen and (max-width: 1200px) {
	
	.instagram-photo {
		width: 25%;
		padding-top: 25%;
	}
	
}

@media only screen and (max-width: 950px) {
	
	.instagram-photo {
		width: 33.3%;
		padding-top: 33.3%;
	}
	
}

@media only screen and (max-width: 600px) {
	
	.instagram-photo {
		width: 50%;
		padding-top: 50%;
	}
	
	.instagram-popup-left img {
		max-height: 350px!important;
		max-width: 400px;
	}
	
	.instagram-popup {
		max-width: 80%;
	}
	
	.instagram-container {
		padding: 0 10px;
	}
	
}

@media only screen and (max-width: 450px) {
	
	.instagram-photo {
		width: 100%;
		padding-top: 100%;
	}
	
	.instagram-popup-left img {
		max-width: 260px;
	}
	
}


ul.product-links {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dadada;
    float: left;
    width: 100%;
}

ul.product-links li {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.product-links li a {
	color: #272727;
	font-weight: bold;
}

.product-links li a:hover {
	color: #b32017;
}