
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);

/* -------------------------------- 

General Styling

-------------------------------- */

* { 
	margin: 0; 
	padding: 0;
}
#product-temp {
	font-family: 'Lato', Arial, Open Sans, Trebuchet MS, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0; 
}
#product-temp p {
	margin-bottom: 10px;
}
#product-temp a:link, #product-temp a:visited, #product-temp a:active {
	text-decoration: none;
}
#product-temp a:hover {
	text-decoration: underline;
}
.container { 
	margin: 0 auto; 
	max-width: 1170px;
	/* padding: 0 10px; */
	/* width: 100%; */
}
.container-main { 
	margin: 0 auto; 
	max-width: 1170px;
	/* padding: 0 10px; */
	width: 100%; 
}
.product-container-inner {
	float: left;
    height: auto;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

/* -------------------------------- 

Header 

-------------------------------- */

#header-area { 
	display: table; 
	width: 100%;
}
.header-links { 
	background: #F7F7F7 none repeat scroll 0 0;
	display: table; 
	width: 100%; 
}
.hl-right { 
	float: right; 
	width: 100%;
}
.shop-links {
	float: right;
	margin: 10px 0;
}
.shop-links ul { 
	list-style: outside none none; 
	padding: 0; 
}
.shop-links li { 
	float: left;
	display: inline-block;
	font-family: 'Lato', Arial, Trebuchet MS, Open Sans, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px; 
	font-weight: 700; 
	margin: 0 12px; 
	letter-spacing: .5px;
	line-height: 20px;
	text-transform: uppercase;
}
.shop-links li:last-child { 
	margin-right: 0; 
}
.shop-links a {
    color: #000000 !important;
    text-decoration: none;
}
.shop-links a:hover {
	text-decoration: none;
}
.shop-links.email {
	float: left;
	/* margin: 0; */
}
.shop-links.email li {
	margin: 0;
}
.shop-links.email li a {
	display: block;
}
/*
.shop-links.email li {
	color: #FFFFFF !important;
	font-size: 11px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: none;
}
.shop-links.email li span {
	font-size: 12px;
	font-weight: 700;
}
*/
.header-main { 
	background: #fff none repeat scroll 0 0; 
	display: table; 
	width: 100%;
}
.hm-left { 
    float: left;
	position: relative;
	width: 100%;
}
.logo {
    position: relative;
    text-align: center;
}

.logo a img {
    width: 30%;
  
	margin:auto;


}
.hm-right { 
	float: right;
	width: 25%;
	position: relative;
	margin: 39px 0;
	text-align: center;
}
.header-menu { 
	background: #93268F none repeat scroll 0 0; 
	display: table; 
	width: 100%;
}
.header-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	/* position: absolute; */
}
.header-menu li {
	display: inline-block;
	float: left;
}
.header-menu li a {
	display: block;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-family: 'Lato', Arial, Open Sans, Trebuchet MS, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .65px;
}
.header-menu li:hover a {
	/* background-color: #000000; */
	color: #000000;
	transition: all 0.3s ease-in 0s;
	text-decoration: none !important;
}
.show-menu {
	font-family: 'Lato', Arial, Open Sans, Trebuchet MS, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	background: #93268F;
	text-align: center;
	padding: 10px 15px;
	display: none;
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
	cursor: pointer;
}
.show-menu:after {
    position: absolute;
    top: 19px;
    right: 15px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    content: '';
}
.show-menu:before {
    position: absolute;
    top: 13px;
    right: 15px;
    display: block;
    height: 2px;
    width: 20px;
    background: #000000;
    content: '';
}
.header-menu input[type=checkbox]{
    display: none;
}
.header-menu input[type=checkbox]:checked ~ #menu{
    display: block;
}

/* Promo Section */
.header-bottom { 
	background: #FFFFFF none repeat scroll 0 0;
	border-bottom: 1px solid #EAEAEA;
	display: table; 
	width: 100%; 
}
.header-promo {
	float: left;
	width: 100%;
	position: relative;
}
.header-promo ul { 
	list-style: none; 
	padding: 0; 
}
.header-promo ul li { 
	float: left;
	position: relative;
	width: 25%;
	text-align: center;
	margin: 0;
	padding: 0;
}
.header-promo ul li a {
    display: inline-block;
	position: relative;
    padding: 10px 0;
	margin: 0;
}

/* -------------------------------- 

Product Area

-------------------------------- */

#product-area {
	display: table;
	width: 100%;
}
#product-area h1 { 
	color: #000000; 
	font-family: 'Lato', Arial, Open Sans, Trebuchet MS, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 32px; 
	font-weight: 700; 
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
}
#product-area h2 { 
	font-size: 18px; 
	font-weight: 700;
	margin-bottom: 10px;
}
#product-area h3 { 
	font-size: 14px; 
	font-weight: 700;
	margin-bottom: 10px;
}
.product-info {
	display: table;
	width: 100%;
}
.product {
	margin-top: 30px;
}
.pi-left {
	float: left;
	width: 47%;
	position: relative;
    clear: both;
    margin: 0px 0px 0px 0px;
}
.pi-right {
	float: right;
	width: 50%;
}

/* -------------------------------- 

Product Images

-------------------------------- */

div#swipeGallery {
	width: 100%;
	float: left;
    position: relative;
	height: auto;
	clear: both;
    margin: 0;
	text-indent: -9999px;
    white-space: nowrap;
	color:#fff;
    font-size:0.0001em;
}
div#fullHolder {
	width: 100%;
    height: 0px;
    padding-bottom: 400px;
    position: relative;
	margin-bottom: 20px;
}
div#fullHolder ul {
	padding: 0;
    margin: 0;
    list-style: none;
}
div#fullHolder ul li {
	position: absolute;
    /* left: 0;
    top: 0; */
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
div#fullHolder ul li input {
	display: none;
}
div#fullHolder ul li div {
	display: block;
    opacity: 0;
    transition: 0.5s;
    height: 400px;
	width: 100%;
}
div#fullHolder ul li div img {
	display: block;
    padding-bottom: 0px;
    max-height: 100%;
	max-width: 100%;
	position: relative;
}
div#fullHolder ul li input:checked + div {
	opacity: 1;
}
div#thumbHolder {
	height: auto; 
	width: 100%; 
	background: #fff; 
	text-align: center; 
	overflow: hidden; 
	position: relative; 
	float: left;
}
div#thumbHolder ul {
	height: auto; 
	width: 100%; 
	position: relative; 
	float: left; 
	padding: 0; 
	margin: 0; 
	list-style: none; 
	white-space: nowrap; 
	overflow-y: hidden; 
	overflow-x: auto; 
	text-align: center; 
	-webkit-overflow-scrolling: touch; 
	scroll-behavior: smooth;
}
div#thumbHolder ul li {
	display: inline-block; 
	vertical-align: top; 
	padding: 0; 
	top: 0; 
	float: left; 
	margin: 5px 5px 0 0; 
	cursor: pointer; 
	position: relative; 
	width: 92px; 
	height: 92px;
	border: 1px solid #DDDDDD; 
}
div#thumbHolder ul li:first-child {
	padding-left: 0;
}
div#thumbHolder ul li:last-child {
	margin-right: 0;
}
div#thumbHolder ul li img {
	display: block; 
	cursor: pointer; 
	max-width: 78px; 
	max-height: 78px; 
	border: 0; 
	padding: 7px; 
	margin: 0; 
}

/*
#item-images {
	float: left;
	width: 100%;
}
#gallery {
	position:relative;
	float: left;
	width: 100%;
	margin: 0;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#gallery #item-mainimage {
	position: relative;
	float: left;
	left: 0;
	top: 0;
	height: 500px;
	width: 500px;
	overflow: hidden;
	margin-bottom: 20px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#gallery #item-mainimage div {
	width: 500px;
	height: 500px; 
	position: relative; 
	float: left;
}
#gallery #item-mainimage div img {
	display:block; 
	margin:0 auto; 
	border:0; 
	max-width: 500px;
	max-height: 500px; 
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
#gallery ul#item-image-thumbs {
	position: relative;
	display: inline;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style:none;
	text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
}
#gallery ul#item-image-thumbs li {
	top: 0;
	float: left;
	margin: 5px 5px 0 0;
	border: none;
	cursor: pointer;
	border: 1px solid #DDDDDD;
	position: relative;
	width: 100px;
	height: 100px;
}
#gallery ul#item-image-thumbs li a {
	height: 100px;
	width: 100px;
	padding: 0px;
	display: block;
	text-decoration: none;
	background: #fff;
}
#gallery ul#item-image-thumbs li a img {
	max-width: 86px;
	max-height: 86px; 
	border:0; 
	padding: 7px;
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
#gallery ul#item-image-thumbs li:last-child {
	margin-right: 0px;
}
*/

/* -------------------------------- 

Product Description

-------------------------------- */

.product-name, .product-code, .product-text, .product-price {

	float: left;
	width: 100%;
	text-align: left;
}
.product-price {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #93268F;
}
.product-code p {
	color: #000000 !important;
	font-size: 16px !important;
	margin-bottom: 30px !important;
}
.product-text, .product-text p, .product-text p span {
	color: #000000 !important;
	font-size: 16px !important;
	line-height: 24px;
	font-family: 'Lato', Arial, Open Sans, Trebuchet MS, Helvetica, sans-serif !important;
}
.product-text p strong {
	font-size: 18px !important;
	font-family: 'Lato', Arial, Open Sans, Trebuchet MS, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 0px;
	color: #000000 !important;
	text-transform: capitalize;
	margin-top: 20px;
	margin-bottom: 10px;
}
.product-text p strong span {
	color: #000000 !important;
	font-size: 16px !important;
}
.product-text ul {
	margin-bottom: 20px;
}
.product-text ul li {
	margin-bottom: 5px;
	margin-left: 0px;
	list-style-position: inside;
}

/* -------------------------------- 

Product Tabs

-------------------------------- */

.product-tabs {
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 30px;
}
.product-tabs .content {
	background: #FFFFFF; 
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	border-top: 1px solid #E0E0E0;
}
.product-tabs .content > div {
	display: none; 
	padding: 20px 0px;
}
.product-tabs .content > div p a {
	color: #93268F;
	text-decoration: underline !important;
	font-weight: 700;
}
.product-tabs .content b {
	color: #000000;
	font-weight: 700;
}
.product-tabs input {
	display: none;
}
.product-tabs label {
	display: inline-block; 
	padding: 10px 30px; 
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-align: center;
	background-color:#37b44a;
	border: 1px solid #E0E0E0;
	border-bottom-color: transparent;
	margin-right: 5px;
	transition: all .2s;
	font-family: 'Lato', Arial, Open Sans, Trebuchet MS, Helvetica, sans-serif;
	text-transform: uppercase;
}
.product-tabs label:hover {
	color: #000000; 
	background: #93268F; 
	cursor: pointer;
}
.product-tabs input:checked + label {
	background: #93268F; 
	color: #fff;
}
#tab1:checked ~ .content #content1, #tab2:checked ~ .content #content2, #tab3:checked ~ .content #content3, #tab4:checked ~ .content #content4, #tab5:checked ~ .content #content5, #tab6:checked ~ .content #content6 {
	display: block;
}
.product-tabs #map-area {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.product-tabs .map {
	position: relative;
	float: left;
	width: 50%;
}
.product-tabs .map-table {
	position: relative;
	float: right;
	width: 50%;
}
.product-tabs .del-map {
	max-width: 500px;
	border: none;
}
.product-tabs .del-areas {
	max-width: 550px;
	border: none;
	margin-top: 40px;
	margin-bottom: 20px;
}
.product-tabs .phone-listing {
	margin: 4px 0;
}


/* -------------------------------- 

Footer Area

-------------------------------- */

#footer {
	display: table;
	width: 100%;
	margin-top: 20px;
}
#footer-newsletter-section {
	position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    clear: both;
    display: table;
	background: #93268F none repeat scroll 0 0;
}
#footer-newsletter-area {
	max-width: 1170px;
	border: 0;
    position: relative;
	margin: 0 auto;
    display: table;
    width: 100%;
	margin-top: 0px;
    margin-bottom: 0px;
    overflow: visible;
	text-align: center;
}
#footer-newsletter-area .box-content {
    display: inline-block;
    background: none;
    padding: 13px 0;
	text-align: center;
}
#footer-newsletter-area .box-content .newsletter-description {
    float: left;
    display: inline-block;
	text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    line-height: 34px;
	padding: 0;
	margin: 0;
	font-family: 'Lato', Arial, Open Sans, Trebuchet MS, Helvetica, sans-serif;
}
#footer-newsletter-area .nws-btn {
	margin-left: 120px;
	display: inline-block;
}
#footer-newsletter-area .dropdown-btn {
    background: none;
	text-transform: uppercase;
    border: 1px solid #fff;
    padding: 8px 8px;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 700;
    color: #fff;
	font-size: 13px;
	line-height: 14px;
	cursor: pointer;
	font-family: 'Lato', Arial, Open Sans, Trebuchet MS, Helvetica, sans-serif;
}
#footer-newsletter-area .dropdown-btn:hover {
	text-decoration: underline;
}
#footer-section {
	position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    clear: both;
    display: table;
	background: #000000 none repeat scroll 0 0;
}
#footer-area {
	border: 0;
    position: relative;
	margin: 0 auto;
    margin-bottom: 0px;
    overflow: visible;
    padding:5px 20px;

}
#footer-area .column {
	width:30%;
	padding: 0;
	margin: 10px 0px;
    position: relative;
	min-height: 1px;
    float: left;
    color: #fff;
    text-align:center;
}
#footer-area .column h3 {
    text-align: center;
    font-weight: 900;
    font-family: 'Lato', Arial, Open Sans, Trebuchet MS, Helvetica, sans-serif;
    font-style: normal;
    font-size: 15px;
	line-height: 15px;
    letter-spacing: 1px;
	color: #FFFFFF;
	padding-bottom: 8px;
    margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#footer-area .column > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 0px;
}
#footer-area .column > ul li {
	color: #FFFFFF;
	padding: 4px 0;
	line-height: 14px;
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: 400;
}
#footer-area .column > ul a {
    display: block;
    color: inherit;
    transition: color .2s;
}
#footer-area .column a:hover {
	text-decoration: underline;
}
#footer-bottom {
	max-width: 1170px;
	border: 0;
    position: relative;
	margin: 0 auto;
    display: table;
    width: 100%;
	margin-top: 20px;
    margin-bottom: 10px;
    overflow: visible;
	padding: 15px 0;
	border-top: 1px solid #444444;
}
#footer-bottom .column {
	width: 31.333333%;
	padding: 0;
	margin: 0 1%;
    position: relative;
	min-height: 1px;
    float: left;
	line-height: 23px;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	letter-spacing: 0px;
}
#footer-bottom .column.copy {
	text-align: left;
}
#footer-bottom .column.card {
	text-align: center;
}
#footer-bottom .column.fws {
	text-align: right;
}
#footer-bottom .column.fws a {
	text-align: right;
	color: inherit;
}
#footer-bottom .column.fws a:hover {
	text-decoration: underline;
}


@media (max-width: 480px){

.shop-links {
    padding: 0 5px !important;
}
.shop-links li {
	margin: 0 10px !important;
}

.search-text {
    width: 84% !important;
}
div#fullHolder ul li div {
    height: auto;
}
div#fullHolder ul li div img {
	max-width: 100%;
	height: auto;
	max-height: 400px;
}
div#fullHolder ul li {
    left: 0;
    top: 0;
	margin-right: 0;
	transform: none;
}
div#thumbHolder ul li {
	width: 80px;
	height: 80px;
}
div#thumbHolder ul li img {
    max-width: 66px;
    max-height: 66px;
}
/*
#gallery #item-mainimage {
    width: 100% !important;
}
#gallery #item-mainimage div {
	width: 100% !important;
}
ul#item-image-thumbs li {
	width: 62px !important;
	height: 62px !important;
}
ul#item-image-thumbs li a img {
    max-width: 48px !important;
    max-height: 48px !important;
}
*/
.product-tabs .del-map {
	max-width: 280px !important;
}
.product-tabs .del-areas {
	max-width: 280px !important;
}
#footer-area .column {
	width: 44%;
	margin-bottom: 4%;
}
}

@media (max-width: 580px) {
.search-text {
    width: 84% !important;
}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
.header-promo ul li a h2 {
	font-size: 13px;
}
}

@media only screen and (min-width: 501px) and (max-width: 767px) {
div#swipeGallery {
	float: none;
	margin: 0 auto;
}
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
}

@media (max-width: 699px){
.hm-right, .hm-first, .hm-right-mobile {
	display: none;
}
.logo a {
    text-align: center;
}
}

@media (max-width: 767px){
.hl-right { 
	float: right;
    margin: 0;
    width: 100%;
    text-align: center;
    position: relative;
}
.shop-links {
	padding: 0 10px;
	text-align: center;
	display: inline-block;
	float: none !important;
	margin: 7.5px 0;
}
.shop-links li {
	float: none;
	font-weight: 400;
    margin: 0 10px;
}
.shop-links li.last {
    margin: 0 8px;
}
.shop-links a {
	font-size: 13px !important;
}
.header-promo ul li { 
	width: 100%;
}
.pi-left {
    width: 100%;
}
.pi-right {
    width: 100%;
	margin-top: 30px;
}
.product-tabs label {
	display: block;
	width: 100%;
	padding: 10px 0;
}
#footer-newsletter-section {
	display: none;
}
#footer-section {
	border-top: 3px solid #93268F;
}
#footer-area .column h3 {
    font-size: 13px;
	line-height: 13px;
    margin-top: 8px;

}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
.header-promo ul li { 
	width: 50%;
}
}

@media (max-width: 800px){

.search-area {
    float: right;
    width: 100%;
    margin: 0;
}
.search-text {
	width: 90%;
}
.product-tabs .map, .product-tabs .map-table {
    width: 100%;
}
.product-tabs .del-areas {
	max-width: 500px;
}
}

@media (max-width: 1024px){
.hm-first {
	float: left;
	width: 48%;
	margin: 1% 0 0 2%;
	text-align: left;
}
.hm-right-mobile {
	float: right;
	width: 48%;
	margin: 1% 2% 0 0;
	text-align: right;
}
.hm-right {
	display: none;
}
.hm-left {
	width: 100%;
	margin: 0;
}

.header-menu { 
	background: #FFFFFF none repeat scroll 0 0; 
}
.header-menu ul {
	position: static;
	display: none;
}
.header-menu li {
	margin-bottom: 1px;
	border: none;
}
.header-menu ul li, .header-menu li a {
	width: 100%;
}
.header-menu li a {
	padding: 0 10px !important;
	color: #000;
	height: 40px;
	line-height: 40px;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0px;
	text-align: left;
	border-bottom: 1px solid #E0E0E0;
	text-transform: uppercase;
}
.header-menu li a:hover {
	color: #303030;
}
.show-menu {
	display:block;
	position: relative;
}
/* Promo Section */
.header-bottom {
	border-bottom: none;
	background: #FFFFFF !important;
	margin: 5px 0;
}
.header-promo ul li { 
	float: left;
	margin: 0;
	text-align: center;
	background: #FFFFFF;
}
.header-promo ul li a {
    padding: 10px 0;
	line-height: 100%;
}
/*
.header-promo ul li a {
    padding: 10px 15px;
	color: #000000 !important;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
}
*/
#footer-newsletter-area .box-content .newsletter-description {
	line-height: 20px;
	padding: 5px 20px;
	letter-spacing: 0px;
    font-size: 12px;
}
#footer-newsletter-area .nws-btn {
	margin-left: 0;
	margin-bottom: 0;
}
#footer-newsletter-area .dropdown-btn {
    letter-spacing: 0px;
    font-size: 12px;
    line-height: 12px;
}
#footer-bottom .column {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#footer-bottom .column.copy {
	text-align: center;
	margin-bottom: 5px;
}
#footer-bottom .column.fws {
	text-align: center;
	margin-top: 5px;
}
}

@media only screen and (min-width: 801px) and (max-width: 1024px) {
.product-tabs .del-map {
	max-width: 400px;
}
.product-tabs .del-areas {
	max-width: 450px;
}
}

@media (max-width: 1024px){

.header-menu li a {
    padding: 0 10px;
}
div#thumbHolder ul li {
	width: 80px;
	height: 80px;
}
div#thumbHolder ul li img {
    max-width: 66px;
    max-height: 66px;
}
/*
.product {
	padding: 0 10px;
}
#gallery #item-mainimage {
    max-width: 100%;
}
#gallery #item-mainimage div {
	max-width: 100%;
}
#gallery #item-mainimage div img {
	max-width: 100%;
}
*/
}

@media (max-width: 1140px){
.product {
    padding: 0 10px
}
}

@media only screen and (min-width: 1025px) {
.hm-right-mobile {
	display: none;
}
/*
.logo a {
	text-align: left;
}
*/
.header-menu .container {
	text-align: center;
}
.header-menu ul {
	width: auto;
	display: inline-block;
	text-align: center;
}
.header-menu ul > li {
	border-right: 1px solid #000000;
}
.header-menu ul > li:last-child {
	border-right: none;
}
/*
.header-menu ul > li > a {
	border-left: 1px solid #F56106;
}
.header-menu ul > li:last-child > a {
	border-right: 1px solid #F56106;
}
*/
.header-menu li a {
	padding: 0 10px;
}
.header-menu li:hover a {
	background-color: #37b44a;
	-webkit-transition: .8s;
    -moz-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
	color: #FFFFFF;
	text-decoration: none !important;
}
div#fullHolder {
	padding-bottom: 500px;
}
div#fullHolder ul li div {
    height: 500px;
}
div#fullHolder ul li div img {
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
div#thumbHolder ul li img {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	margin-right: -50%; 
	transform: translate(-50%, -50%);
}
}



@media (max-width: 350px){
	div#fullHolder{
		    padding-bottom: 300px;
	}
}

@media (max-width: 400px){
	div#fullHolder{
    padding-bottom: 300px;
	}

}
@media (max-width: 450px){
	div#fullHolder{
    padding-bottom: 300px;
	}
}
@media (max-width: 500px){
    .column{
        width:100%!important;
        text-align:center!important;
    }
	div#fullHolder{
    padding-bottom: 360px;
	}
}

.main-image img{
    width:100%;
}