@charset "UTF-8";

/* CSS Document */

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* MAIN WEBSITE CONTAINERS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

.main_container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	position: relative;
	overflow: visible;
	z-index: 1;
}

.page_content_wrapper {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	z-index: 100;
	min-width: 260px;
	text-align: center;
}

.page_content {
	margin: 0px auto 0px auto;
	padding: 0px 0% 0px 0%;
	width: 100%;
	z-index: 100;
	text-align: center;
	float: left;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* SHELVES HEADINGS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/







.shelf_wrapper {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	float: left;
	width: 100%;
	min-width: 280px;
	text-align: center;
}

.shelf {
	margin: 0px auto 0px auto;
	padding: 80px 5% 80px 5%;
	width: 90%;
	text-align: center;
	float: left;
}

.shelf_black {
	background-color: rgba(0,0,0,1);
}

.shelf_black_trans_30 {
	background-color: rgba(0,0,0,.5);
}

.shelf_cyan {
	background-color: #00b4ff;
}

.shelf_grey {
	background-color: #ffffff;
}

.shelf_white {
	background-color: rgba(255,255,255,1);
}

.shelf_orange {
	background-color: #ff802f;
}

.shelf_light_blue {
	background-color: rgba(48,146,192,.11);
}

.shelf_blue {
	background-color: rgba(48,146,192,1);
}

 @media only screen and (min-width : 601px) and (max-width :960px) {

.shelf {
	margin: 0px auto 0px auto;
	padding: 70px 5% 70px 5%;
	width: 90%;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.shelf {
	margin: 0px auto 0px auto;
	padding: 60px 5% 60px 5%;
	width: 90%;
}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* SHELVES HEADINGS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/





.shelf_heading {
	margin: 0px auto 0px auto;
	padding: 0px 0% 80px 0%;
	width: 100%;
	max-width: 1200px;
	text-align: left;
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.shelf_heading {
	padding: 0px 0% 60px 0%;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.shelf_heading {
	padding: 0px 0% 40px 0%;
}
}

.shelf_txt_h1 {
	margin: 0px 0px 0px 0px;
	font-family: avn500, "Avenir LT Std", "Avenir LT Std 55 Roman", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 40px;
	line-height: 46px;
	text-decoration: none;
	color: #333333;
	text-align: center;
	letter-spacing: -1px;
}

.shelf_txt_h2 {
	margin: 8px 0px 0px 0px;
	font-family: avn500, "Avenir LT Std", "Avenir LT Std 55 Roman", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 26px;
	line-height: 30px;
	text-decoration: none;
	color: #333333;
	text-align: center;
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.shelf_txt_h1 {
	margin: 0px 0px 0px 0px;
	font-size: 35px;
	line-height: 40px;
	letter-spacing: 0px;
}

.shelf_txt_h2 {
	margin: 5px 0px 0px 0px;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0px;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.shelf_txt_h1 {
	margin: 0px 0px 0px 0px;
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 0px;
}

.shelf_txt_h2 {
	margin: 3px 0px 0px 0px;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0px;
}
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* SHARE BAR */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/



.store_share_bar_wrapper {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	position: relative;
}

.store_share_bar {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:left;
	font-size: 0;
}

.store_share_bar_icon {
	margin: 0px 8px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 36px;
	height: 36px;
	opacity: 1;
	filter: alpha(opacity=100);
	font-size: 0;
}

.store_share_bar_icon:hover {
	opacity: .6;
	filter: alpha(opacity=60);
}


 @media only screen and (min-width :1px) and (max-width :960px) {

.store_share_bar_icon {
	margin: 0px 5px 0px 0px;
}

 }




/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* SHELF HEADING */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/




.store_heading_wrapper {
	margin: 0px auto 0px auto;
	padding: 0px 0px 15px 0px;
	width: 100%;
	max-width: 8000px;
	position: relative;
	z-index: 2;
	text-align: center;
	background-color:rgba(48,146,192,.1);
	/*border-bottom:1px solid #3092c0;*/
}

.store_heading {
	margin: 0px auto 0px auto;
	padding: 50px 5% 0px 5%;
	width: 90%;
	z-index: 2;
	max-width: 1200px;
}

.store_txt_h1 {
	margin: 0px 0px 0px 0px;
	font-family: avn500, "Avenir LT Std", "Avenir LT Std 55 Roman", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 32px;
	line-height: 36px;
	text-decoration: none;
	color: #3092c0;
	text-align: left;
}

.store_txt_h2 {
	margin: 8px 0px 0px 0px;
	font-family: avn500, "Avenir LT Std", "Avenir LT Std 55 Roman", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 15px;
	line-height: 19px;
	text-decoration: none;
	color: #333333;
	text-align: left;
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.store_heading {
	padding: 45px 5% 0px 5%;
}

.store_txt_h1 {
	margin: 0px 0px 0px 0px;
	font-size: 28px;
	line-height: 30px;
}

.store_txt_h2 {
	margin: 5px 0px 0px 0px;
	font-size: 18px;
	line-height: 22px;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.store_heading {
	padding: 45px 5% 0px 5%;
}

.store_txt_h1 {
	margin: 0px 0px 0px 0px;
	font-size: 26px;
	line-height: 28px;
	letter-spacing: 0px;
}

.store_txt_h2 {
	margin: 3px 0px 0px 0px;
	font-size: 16px;
	line-height: 20px;
}
}
