@media only screen and (min-width: 150px) and (max-width:1000px) {
	* {
		padding:0;
		margin:0;
		font-family: 'Roboto', sans-serif;
		font-weight: normal;
		-webkit-font-smoothing: antialiased;
	}
	a {
		text-decoration: none;
		overflow-wrap: break-word;
		word-wrap: break-word;
		-ms-word-break: break-all;
		word-break: break-all;
		word-break: break-word;
	}
	img {
		border:none;
	}
	img.right {
		float: right;
		margin-left: 25px;
		margin-bottom: 25px;
		border:1px solid #333;
	}
	img.left {
		float: left;
		margin-right: 25px;
		margin-bottom: 25px;
		border:1px solid #333;
	}
	img.full2 {
		width: 100% !important;
		height: auto !important;
		display: block !important;
		margin-top: 15px !important;
		margin-bottom: 15px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		border:1px solid #333 !important;
	}
	.clear {
		clear: both;
	}
	.error {
		display: none;
		background-color: #ffd7d5;
		padding: 15px;
		text-align: center;
		font-size: 18px;
		color: #ff2f25;
		border:1px solid #ff2f25;
		margin-bottom: 15px;
	}
	.success {
		display: none;
		background-color: #d5ffde;
		padding: 15px;
		text-align: center;
		font-size: 18px;
		color: #005412;
		border:1px solid #005412;
		margin-bottom: 15px;
	}
	input[type=text],input[type=password],textarea,input[type=email],input[type=currency],input[type=tel],input[type=url],input[type=search],input[type=submit],input[type=number],input[type=checkbox],input[type=radio],select {
		appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-webkit-box-sizing : border-box;‌​
		-moz-box-sizing : border-box;
		box-sizing : border-box;
		border:none;
		display: inline-block;
		vertical-align: top;
		font-weight: normal;
	}
	input[type=submit] {
		background-color: #ff7800;
		color: #fff;
		padding: 10px 15px;
		font-size: 14px;
		cursor: pointer;
	}
	input[type=number] {
		width: 45px;
		text-align: center;
		border:1px solid #000;
		padding: 5px 0;
		font-size: 15px;
	}
	input[type=checkbox],input[type=radio] {
		-webkit-appearance: none;
		background-color: #fafafa;
		border: 1px solid #cacece;
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
		padding: 10px;
		border-radius: 3px;
		display: inline-block;
		position: relative;
		vertical-align: bottom;
		margin-right: 10px;
		cursor: pointer;
	}
	input[type=checkbox]:active, input[type=checkbox]:checked:active,input[type=radio]:active, input[type=radio]:checked:active {
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
	}

	input[type=checkbox]:checked,input[type=radio]:checked {
		background-color: #e9ecee;
		border: 1px solid #adb8c0;
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
		color: #99a1a7;
	}
	input[type=checkbox]:checked:after,input[type=radio]:checked:after {
		content: '\2714';
		font-size: 22px;
		position: absolute;
		top: 0px;
		left: 4px;
		color: #c00;
	}
	input[type=text],textarea {
		display: block;
		width: 100%;
		padding: 10px 5px;
		font-size: 14px;
	}
	select {
		display: block;
		padding: 10px;
		font-size: 14px;
		width: 100%;
		cursor: pointer;
		border:1px solid #333;
	}
	textarea {
		height: 300px;
	}
	body {
		background-color: #0a0a0a;
		background-image: url(/images/shawn3.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		background-color: rgba(0,0,0,.9);
		width: 100%;
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
	}
	header .header {
		position: relative;
		width: 100%;
		height: 55px;
		padding: 5px 0;
		margin: 0 auto;
		text-align: center;
	}
	header .logo {
		position: static;
		display: none;
		top: auto;
		left: auto;
		margin: 0 auto;
		width: 350px;
	}
	header .logo img {
		width: 100%;
		height: auto;
		display: block;
	}
	header .top {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999;
		text-align: center;
		padding: 15px 0;
	}
	header .cart,header .donate {
		display: inline-block;
	}
	header .cart a,header .donate a {
		display: block;
		padding: 10px 25px;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	header .cart a {
		background-color: #ff2f25;
	}
	header .donate a {
		background-color: #0054a5;
	}
	header .social {
		display: none;
		text-align: center;
		padding: 0;
	}
	header .social img {
		display: inline-block;
		vertical-align: middle;
		width: 19px;
		height: auto;
		margin: 2px 2px;
	}
	header nav {
		position: absolute;
		bottom: 0;
		right: 0;
		display: none;
	}
	header nav .nav_item {
		display: inline-block;
	}
	header nav .nav_item {
		display: inline-block;
		position: relative;
	}
	header nav .nav_item a {
		color: #fff;
		text-decoration: none;
		padding: 15px 10px;
		display: block;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: bold;
	}
	header nav .nav_item span {
		display: none;
	}
	header nav .nav_item a.selected, nav .nav_item a.selected2 {
		color: #ff2f25;
	}
	header nav .nav_item .subnav {
		display: none;
		position: absolute;
		width: 180px;
		left: 50%;
		margin-left: -90px;
		z-index: 997;
		background-color:rgba(0,84,165,.85);
		border-right: 2px solid #000;
		border-left: 2px solid #000;
		border-bottom: 2px solid #000;
	}
	header nav .nav_item:last-of-type .subnav {
		margin-left: 0;
		left: auto;
		right: 0;
	}
	header nav .nav_item .subnav a {
		padding: 10px 15px;
		text-align: center;
		font-size: 14px;
		color: #fff;
		text-transform: none;
		font-weight: bold;
	}
	header nav .nav_item .subnav a:hover {
		color: #e2e2e2;
	}
	.hamburger {
		display: block;
		width: 40px;
		height: 55px;
		position: relative;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		float: left;
		margin-top: 5px;
		margin-left: 10px;
	}

	.hamburger span {
		display: block;
		position: absolute;
		height: 11px;
		width: 100%;
		border-radius: 0;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	.hamburger span:nth-child(1) {
		top: 2px;
		background-color: #ff2f25;
	}

	.hamburger span:nth-child(2),.hamburger span:nth-child(3) {
		top: 16px;
		background-color: #fff;
	}

	.hamburger span:nth-child(4) {
		top: 30px;
		background-color: #0054a5;
	}

	.hamburger.open span:nth-child(1) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	.hamburger.open span {
		background-color: #e2e2e2;
	}
	.hamburger.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.hamburger.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.hamburger.open span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	.m_nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 60%;
		height: 100%;
		z-index: 996;
		background-color: transparent;
		background-image: url(/images/m_nav.png);
		background-repeat: repeat;
		background-position: top left;
		opacity: 0;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.m_nav .nav_item a.m_hide {
		display: none;
	}
	.m_nav nav {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.m_nav nav .nav_item {
		display: block;
		position: relative;
	}
	.m_nav .nav_item a, .m_nav .nav_item span {
		color: #fff;
		text-decoration: none;
		padding: 0 25px;
		display: block;
		font-size: 20px;
		text-transform: uppercase;
		font-weight: bold;
		text-align: left;
		color: #fff;
		background-color: transparent;
		white-space: nowrap;
 		overflow: hidden;
  		text-overflow: ellipsis;
	}
	.m_nav .nav_item span {
		
	}
	.m_nav .nav_item a.selected,.m_nav .nav_item span.selected {
		background-color: transparent;
		color: #dbcfb0;
	}
	.m_nav .nav_item a.selected2, .m_nav .nav_item span.selected2 {
		background-color: transparent;
		color: #dbcfb0;
	}
	.m_nav .subnav {
		position: static;
		width: 100%;
		z-index: 997;
		display: none;
	}
	.m_nav .subnav a {
		padding: 10px 25px;
		text-align: left;
		display: block;
		font-size: 18px;
		color: #ff2f25;
		background-color: transparent;
		white-space: normal;
 		overflow: visible;
  		text-overflow:normal;
  		text-transform:none;
	}
	.frame {
		position: fixed;
		left: 0;
		width: 100%;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		height: 100px;
		z-index: 998;
		-webkit-box-shadow: -10px -20px 40px 0px rgba(255,255,255, 0.45);
		-moz-box-shadow:    -10px -20px 40px 0px rgba(255,255,255, 0.45);
		box-shadow:         -10px -20px 40px 0px rgba(255,255,255, 0.45);
	}
	.loader {
		position: fixed;
		left: 0;
		width: 100%;
		z-index: 999;
		background-color: #000;
		background-image: url(/images/loader.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.container {
		width: 100%;
		margin: 0 auto;
	}
	.m_logo {
		display: block;
		width: 90%;
		background-color:#000;
		background-image: url(/images/bg.png);
		background-repeat: repeat;
		background-position: top left;
		padding: 5%;
	}
	.m_logo img {
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.slideshow {
		display: block;
		background-image: url(/images/bg.png);
		background-repeat: repeat;
		background-position: top center;
		position: relative;
	}
	.slideshow2 {
		background-image: url(/images/shadow.png);
		background-repeat: repeat-x;
		background-position: bottom center;
	}
	.slideshow3 {
		width: 100%;
		margin: 0 auto;
		background-color: #000;

	}
	.slideshow img {
		width: 100%;
		height: auto;
		display: block;
	}
	.caption {
		background-color: #0a0a0a;
		background-image: none;
		background-repeat: no-repeat;
		background-position: center center;
		width: 100%;
		height: auto;
		position: static;
		z-index: 998;
	    top:auto;
	    bottom: auto;
	    left: auto;
	    right: auto;
	    margin: auto;
		text-align: center;
		display: block;
	}
	.caption2 {
		display: block;
		vertical-align: middle;
		padding: 5%;
	}
	.caption2 h1,.caption2 h2,.caption2 h3,.caption2 p {
		color: #fff;
	}
	.caption2 h1, .caption2 h2, .caption2 h3 {
		padding-bottom: 5px;
	}
	.caption2 p a {
		display: inline-block;
		background-color: #ff2f25;
		padding: 5px 15px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		color: #fff;

	}
	.caption2 h1 {
		font-size: 20px;
	}
	.caption2 h2 {
		font-size: 16px;
	}
	.caption p {
		font-size: 14px;
	}
	.pager { 
		display: none;
	    text-align: center;
	    position: absolute;
	    bottom: 65px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    overflow: hidden;
	    z-index: 998;
	}
	.pager span { 
	    font-size: 0px;
	    width: 20px;
	    height: 20px; 
	    display: inline-block;
	    vertical-align: top;
	    color: #fff;
	    cursor: pointer;
	    background: rgba(255,255,255,.2);
	    margin: 0 5px;
	    border-radius: 50%;
	    border:2px solid #fff;
	   
	}
	.pager span.cycle-pager-active {
		background: #ff2f25;
	}
	.pager > * {
		cursor: pointer;
	}
	.arrow {
		display: none;
		position: absolute;
		z-index: 998;
	    top:0;
	    bottom: 0;
	    margin: auto 0;
	    width: 50px;
	    height: 50px;
	    cursor: pointer;
	}
	.arrow#left {
		left: 0;
	}
	.arrow#right {
		right: 0;
	}
	.boxes {
		display: block;
		text-align: left;
	}
	.box,.box_text {
		display: inline-block;
		vertical-align: bottom;
		position: relative;
		width: 100%;
	}
	.box_text {
		background-color: #fff;
	}
	.box_text .box2 img {
		display: none;
	}
	.box:last-of-type,.box_text:last-of-type {
		width: 100%;
	}
	.box2 {
		display: block;
		position: relative;
		background-color: #fff;
		z-index: 996;
	}
	.box a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 998;
	}
	.box a:hover {
		background-color: rgba(255,47,37,.25);
	}
	.box img,.box_text img {
		width: 100%;
		height: auto;
		display: block;
	}
	.box_top {
		position: absolute;
		top: -20px;
		left: 0;
		width: 100%;
		height: 20px;
		background-color: #fff;
		z-index: 998;
		display: none;
	}
	.box_title {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 997;
		width: 100%;
		display: block;
		padding:10px 0;
		text-align: center;
		font-size: 20px;
		background-color: rgba(255,47,37,.25);
		color: #fff;
		text-transform: uppercase;
	}
	.box_title h1 {
		font-size: 20px;
		font-weight: bold;
		line-height: normal;
	}
	.box_title span {
		text-transform: none;
		display: none;
		font-size: 14px;

	}
	.box_content {
		position: static;
		top:0;
		z-index: 999;
		width: 90%;
		height: auto;
		display: block;
		padding:5%;
		overflow: hidden;
	}
	.box_content h1 {
		font-size: 16px;
		font-weight: normal;
		color: #999;
	}
	.box_content h2, .box_content h3, .box_content p {
		color: #666;
	}
	.box_content h2 {
		border-bottom: 3px solid #666;
		padding-bottom: 10px;
		font-size: 20px;
	}
	.box_content p {
		line-height: 20px;
		font-weight: bold;
		font-size: 14px;
	}
	.box_content a {
		color: #c00;
		text-transform: uppercase;
		font-weight: bold;
	}
	.news {
		background-color: #0e0e0e;
		display: block;
		position: relative;
	}
	.news_pager {
		display: none !important;
	    text-align: left;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    overflow: hidden;
	    z-index: 998;
	    padding: 15px 25px;
	}
	.news_pager span { 
	    font-size: 0px;
	    width: 20px;
	    height: 20px; 
	    display: inline-block;
	    vertical-align: top;
	    color: #fff;
	    cursor: pointer;
	    background: rgba(255,255,255,.2);
	    margin: 0 5px;
	    border-radius: 50%;
	    border:2px solid #fff;
	   
	}
	.news_pager span.cycle-pager-active {
		background: #fff;
	}
	.news_pager > * {
		cursor: pointer;
	}
	.news2 {
		display: inline-block;
		vertical-align: top;
	}
	.news2.left {
		padding:5%;
		width: 90%;
		color: #fff;
	}
	.news2.right {
		width: 100%;
		background-color: #fff;
		position: relative;
	}
	.news2.left h1 {
		color: #dadcdf;
		text-transform: uppercase;
		font-size: 22px;
	}
	.news2.left h2 {
		color: #999;
		font-size: 18px;
	}
	.news2.left h3, .news2.left p, .news2.left li {
		color: #fff;
		font-size: 14px;
	}
	.news2.left ul,ol {
		padding: 0 0 0 20px;
	}
	.news_arrow {
		display: none;
		position: absolute;
		z-index: 998;
	    top:0;
	    bottom: 0;
	    margin: auto 0;
	    width: 50px;
	    height: 50px;
	    cursor: pointer;
	}
	.news_arrow#left {
		left: 0;
	}
	.news_arrow#right {
		right: 0;
	}
	.news3 img {
		display: block;
		width: 100%;
		height: auto;
	}
	.icons {
		display: block;
		background-color: #e2e2e2;
		text-align: center;
		padding:5%;
	}
	.icon {
		display: inline-block;
		vertical-align: bottom;
		width: 50%;
		position: relative;
		background-color: #fff;
	}
	.icon:nth-of-type(6n) {
		width: 50%;
	}
	.icon img {
		display: block;
		width: 100%;
		height: auto;
	}
	.icon a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 998;
	}
	.icon_title {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 10px 0;
		text-align: center;
		z-index: 997;
		font-size: 20px;
		color: #fff;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff2f25+0,c40000+100 */
	background: rgb(255,47,37); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,47,37,1) 0%, rgba(196,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,47,37,1) 0%,rgba(196,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,47,37,1) 0%,rgba(196,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2f25', endColorstr='#c40000',GradientType=1 ); /* IE6-9 */


	}
	.scholarship {
		display: block;
	}
	.scholarship_left,.scholarship_right {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: auto;
	}
	.scholarship_left2 {
		display: block;
		position: relative;
	}
	.scholarship_left2 a,.scholarship_right2 a {
		position: absolute;
		width: 90%;
		height: 90%;
		background-color: rgba(255,47,37,.20);
		top: 5%;
		left: 5%;
		z-index: 998;
	}
	.scholarship_right2 a {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.scholarship_left2 .scholarship_content {
		position: absolute;
		top: 0;
		left: 0;
		bottom:0;
		right: 0;
		margin: auto;
		width: 90%;
		height: 90%;
		padding: 5%;
		z-index: 998;
		display: table;
	}
	.scholarship_left2 .scholarship_content2 {
		display: table-cell;
		vertical-align: middle;
		background-color: transparent;
		text-align: center;
		color: #fff;
		text-shadow:4px 2px 4px rgba(0,0,0,.5);
	}
	.scholarship_left2 .scholarship_content2 h1 {
		font-size: 30px;
	}
	.scholarship_right2 .scholarship_content h1, .scholarship_right3 .scholarship_content h1 {
		font-size: 20px;
	}
	.scholarship_left2 .scholarship_content2 span {
		display: block;
		font-size: 16px;
	}
	.scholarship_left2 img {
		width: 100%;
		height: auto;
		display: block;
	}
	.scholarship .social {
		display: block;
		padding: 5% 0;
		text-align: center;
	}
	.scholarship .social img {
		display: inline-block;
		vertical-align: top;
		width: 30%;
		height: auto;
	}
	.scholarship_right2,.scholarship_right3 {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		position: relative;
	}
	.scholarship_right2 img,.scholarship_right3 img {
		display: block;
		width: 100%;
		height: auto;
	}
	.scholarship_right2 .scholarship_content {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 90%;
		height: 90%;
		z-index: 998;
		display: table;
	}
	.scholarship_right2 .scholarship_content2 {
		display: table-cell;
		vertical-align: bottom;
		background-color: transparent;
		text-align: center;
		color: #fff;
		text-shadow:4px 2px 4px rgba(0,0,0,.5);
		padding:15px;
	}
	.scholarship_right2 .scholarship_content2 span {
		display: none;
		font-size: 16px;
	}
	.scholarship_right4 {
		display: block;
		position: relative;
	}
	.scholarship_right4 .scholarship_content {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 90%;
		height: 90%;
		z-index: 998;
		display: table;
	}
	.scholarship_right4 .scholarship_content2 {
		display: table-cell;
		vertical-align: bottom;
		background-color: transparent;
		text-align: center;
		color: #fff;
		text-shadow:4px 2px 4px rgba(0,0,0,.5);
		padding:15px;
	}
	.scholarship_right4 .scholarship_content2 span {
		display: none;
		font-size: 16px;
	}
	.scholarship_right4 a {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 998;
		background-color: rgba(255,47,37,.20);
	}
	.borders {
	    display: inline;
	    width: 1px;
	    height: 1px;
	    background: #fff;
	    position: absolute;
	}
	#TL {
	    top: 0;
	    left: 0;
	    max-width: 100%;
	    width: 100%;
	}
	#BL {
	    bottom: 0;
	    left: 0;
		max-height: 100%;
		height: 100%;
	}
	#TR {
	    top: 0;
	    right: 0;
	    max-height: 100%;
	    height: 100%;
	}
	#BR {
	    bottom: 0;
	    right: 0;
	    max-width: 100%;
	    width: 100%;
	}
	footer {
		display: block;
	}
	.footer {
		width: 90%;
		margin: 0 auto;
		padding: 0 5% 5% 5%;
		background-color: #0e0e0e;
	}
	.footer .f_box {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin-top: 5%;
		color: #999;
	}
	.footer .f_box h1 {
		color: #dadcdf;
		text-transform: uppercase;
		font-size: 16px;

	}
	.footer .f_box a {
		color: #dadcdf;
	}
	.footer .f_box a:hover {
		color: #c00;

	}
	.footer .f_box ul, .footer .f_box ol {
		padding: 0 0 0 10%;
		font-size: 14px;
	}
	.footer .f_box p {
		font-size: 14px;
	}
	.copyright {
		display: block;
	}
	.copyright2 {
		width: 90%;
		margin: 0 auto;
		text-align: center;
		padding: 2% 5%;
		background-color: #ff2f25;
	}
	.copyright3 {
		font-size: 14px;
		font-weight: bold;
	}
	.webpros {
		font-size: 12px;
		color: #333;
		font-weight: bold;
	}
	.webpros a {
		color: #333;
		font-weight: normal;
		font-weight: bold;
	}

	.secondary {
		width: 100%;
		background-color: #fff;
		margin: 0 auto;
	}
	.secondary_left, .secondary_right {
		display: block;
		vertical-align: top;
		position: relative;
	}
	.secondary_left {
		width: 90%;
		padding:5%;
	}
	.secondary_right {
		width: 90%;
		background-color: #e2e2e2;
		padding:5%;
	}
	.secondary_right .blog img {
		float: right;
		width: 200px;
		height: auto;
		display: block;
		margin-left: 25px;
		margin-bottom: 25px;
	}
	.secondary_right .blog {
		margin-bottom: 25px;
	}

	h1,h2,h3,b,strong {
		font-weight: bold;
	}
	.secondary_left h1 {
		color: #ff2f25;
		font-weight: bold;
		font-size: 26px;
	}
	.secondary_left h2 {
		color: #000;
		font-weight: bold;
		font-size: 18px;
	}
	.secondary_left h3 {
		background-color: #0054a5;
		padding: 10px 15px;
		color: #fff;
		font-weight: bold;
		font-size: 16px;
	}
	.secondary_left ul, .secondary_left ol {
		padding-left: 25px;
	}
	.secondary_left p, .secondary_left li {
		color: #333;
		font-size: 14px;
	}
	.secondary_right h1 {
		font-size: 24px;
	}
	.secondary_right h2 {
		font-size: 20px;
	}
	.secondary_right h3 {
		font-size: 18px;
	}
	.secondary_right p {
		font-size: 12px;
	}
	.secondary_left p b, .secondary_left p strong {
		font-weight: bold;
	}
	.secondary_left a,.secondary_right a {
		color: #00a504;
	}
	a.button, .button {
		background-color: #ff7800;
		color: #fff;
		padding: 10px 15px;
		font-size: 14px;
		cursor: pointer;
		display: inline-block;
	}
	a.button:hover, .button:hover {
		background-color: #333;
	}
	.archive {
		display: block;
	}
	.archive ul {
		display: none;
		padding-left:25px;
		padding-top: 15px;
	}
	.archive_date {
		cursor: pointer;
		font-size: 24px;
		color: #0054a5;
	}
	.gallery {
		display: inline-block;
		vertical-align: bottom;
		width: 48%;
		margin-top: 4%;
		margin-right: 4%;
		position: relative;
	}
	.gallery_title {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: rgba(0,84,165,.75);
		text-align: center;
		font-size: 18px;
		color: #fff;
		padding: 5px 0;
	}
	.gallery a {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 998;
	}
	.gallery:nth-of-type(3n) {
		margin-right: 4%;
	}
	.gallery:nth-of-type(2n) {
		margin-right: 0;
	}
	.gallery img {
		width: 100%;
		height: auto;
		display: block;
	}
	#cboxTitle.c_pad {
		padding:2% 5%;
	}
	#cboxTitle.hide {
		padding:2% 5%;
		white-space: nowrap;
	  	overflow: hidden;
	  	text-overflow: ellipsis;
	  	cursor: pointer;
	}
	.family {
		display: block;
		margin-top: 15px;
	}
	.family_photo {
		display: inline-block;
		vertical-align: top;
		width: 36%;
		margin-right: 4%;
	}
	.family_photo2 {
		display: inline-block;
		vertical-align: top;
		width: 48%;
		margin-right: 4%;
		margin-top: 4%;
		position: relative;
	}
	.family_photo2:nth-of-type(3n) {
		margin-right: 4%;
	}
	.family_photo2:nth-of-type(2n) {
		margin-right: 0;
	}
	.family_photo img,.family_photo2 img {
		width: 100%;
		height: auto;
		display: block;
	}
	.family_title {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 10px 0;
		background-color: rgba(255,255,255,.75);
		text-align: center;
		font-weight: bold;
		color: #000;
	}
	.family_bio {
		display: inline-block;
		vertical-align: top;
		width: 60%;
	}
	.product {
		display: inline-block;
		vertical-align: bottom;
		width: 48%;
		margin-top: 4%;
		margin-right: 4%;
		position: relative;
	}
	.product_title {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: rgba(0,84,165,.75);
		text-align: center;
		font-size: 18px;
		color: #fff;
		padding: 5px 0;
	}
	.product a {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 998;
	}
	.product:nth-of-type(3n) {
		margin-right: 4%;
	}
	.product:nth-of-type(2n) {
		margin-right: 0;
	}
	.product img {
		width: 100%;
		height: auto;
		display: block;
	}
	.view_product {
		display: block;
	}
	.view_product_photo {
		display: block;
		vertical-align: top;
		width: 100%;
		text-align: center;
		margin-right: 0;
		margin-bottom: 5%;
		background-color: #e2e2e2;
	}
	.view_product_photos {
		display: block;
		width: 100%;
		height: 100vw;
	}
	.view_product_photo img {
		width: 100%;
		height: auto;
		display: block;
	}
	.view_product_photo .error, .view_product_photo .success {
		font-size: 24px;
		padding: 2% 5%;
		margin-bottom: 2%;
	}
	.view_product_photo input[type=submit] {
		display: block;
		width: 100%;
		font-size: 24px;
	}
	.colors span {
		width: 25px;
		height: 25px;
		display: inline-block;
		cursor: pointer;
	}
	.view_product_description {
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}
	.addcart {
		display: inline-block;
		vertical-align: top;
		width: 44%;
		padding: 2%;
		margin-right: 4%;
	}
	.addcart:nth-of-type(2n) {
		margin-right: 0;
	}
	.mycart table {
		display: block;
		overflow-x:auto;
		border:1px solid #0054a5;
		margin: 0 auto;
		width: auto;
		-webkit-box-sizing : border-box;‌​
		-moz-box-sizing : border-box;
		box-sizing : border-box;
	}
	.mycart tr:first-of-type td {
		background-color: #0054a5;
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.mycart td:first-of-type {
		width: 150px;
		min-width: 75px;
	}
	.mycart td {
		padding-right: 10px;
		padding-left: 10px;
		font-size: 14px;
		font-weight: bold;
		color: #333;
		min-width: 150px;
	}
	.mycart tr td:nth-of-type(1n) {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.mycart td:nth-of-type(4),.mycart td:nth-of-type(6) {
		width: 75px;
	}
	.mycart table tr:nth-of-type(2n) td {
		background-color: #f7f7f7;
	}
	.mycart td img {
		width: 100%;
		height: auto;
		display: block;
	}
	.mycart ul {
		padding-left: 20px;
		padding-top: 10px;
	}
	.mycart ul li {
		font-size: 12px;
	}
	.mycart input[type=submit] {
		float: right;
	}
	.proceed table {
		-webkit-box-sizing : border-box;‌​
		-moz-box-sizing : border-box;
		box-sizing : border-box;
		font-size: 18px;
		background-color: #fff;
		width: 100%;
	}
	.proceed table td:first-of-type {
		width: auto;
	}
	.proceed table td {
		float: left;
		padding-left: 15px;
		padding-right: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.proceed table tr.grand {
		background-color: #000;
	}
	.proceed table tr.grand td {
		text-align: center;
		color: #fff;
		float: none;
	}
	.proceed input[type=image] {
		margin: 0 auto;
		display: block;
		width: 50%;
	}
	.proceed .product {
		width: 48%;
		margin-right: 4%;
	}
	.proceed .product:nth-of-type(3n) {
		margin-right: 4%;
	}
	.proceed .product:nth-of-type(2n) {
		margin-right: 0;
	}
	.proceed .product .product_title {
		font-size: 12px;
	}
	a.learn {
		background-color: #00a504;
		display: inline-block;
		padding: 10px 25px;
		color: #fff;
	}
	a.learn:hover {
		background-color: #333;
	}
	a.back {
		float: right;
		font-size: 14px;
		background-color: #00a504;
		padding: 5px 10px;
		margin-left: 15px;
		margin-bottom: 15px;
		color: #fff;
	}
	.map {
		background-color: #f8f8f8;
		padding: 15px;
		height: auto;
	}
	.map.m_height {
		height: 500px;
	}
	.mapcontrols {
		display: block;
		text-align: right;

	}
	.mapcontrols span {
		display: inline-block;
		vertical-align: middle;
		background-color: #0054a5;
		color: #fff;
		padding: 5px 10px;
		cursor: pointer;
		font-weight: bold;
	}
	.event {
		display: block;
		margin-bottom: 25px;
		padding-bottom: 25px;
		position: relative;
		border-bottom: 1px solid #000;
	}
	.event:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.gm-style-iw a.button {
		padding: 3px 8px;
		font-size: 12px;
		display: block;
		text-align: center;
	}
	.gm-style-iw h1 {
		font-size: 18px;
	}
	.gm-style-iw h2 {
		font-size: 14px;
	}
	.gm-style-iw h3 {
		font-size: 12px;
		padding:5px;
	}
	.gm-style-iw p {
		font-size: 12px;
	}
	.gm-style-iw a {
		font-weight: bold;
	}
	.gm-style-iw{
		min-height: 150px;
		max-width: 300px;
		padding:5px;
		-webkit-box-sizing : border-box;‌​
		-moz-box-sizing : border-box;
		box-sizing : border-box;
	}
}