/* fonts */
	/*@font-face { font-family: Neutra; src: url('images/neutra.ttf'); }*/
	@import url('https://fonts.googleapis.com/css?family=Open+Sans');

*, *:before, *:after { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

/* body */
@font-face {
  font-family: "montserrat";
  src: url("/fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
}

	a { color: rgba(69,130,184,1); font-size: 16px; font-weight: normal; text-decoration: none; transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; }
	a:hover { color: rgba(121,187,67,1); font-size: 16px; font-weight: normal; text-decoration: none; }
	a[href^=tel] { color: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; text-decoration: inherit; }
	body { background: url('') no-repeat center center fixed; background-color: rgba(50,50,50,1); background-size: cover; border: 0px; font-family: Open Sans,Neutra,Arial; margin: 0px; overflow-y: scroll; padding: 0px; text-align: center; }
	.body { margin: 0px auto; margin-top: 0px; max-width: 100vw; text-align: left; width: 99.99%; }
	.button { background-color: rgba(69,130,184,1); border: 1px solid rgba(69,130,184,1); border-radius: 3px; color: rgba(255,255,255,1); cursor: pointer; display: inline-block; font-size: 14px; font-weight: bold; padding-bottom: 10px; padding-left: 30px; padding-right: 30px; padding-top: 10px; text-align: center; transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; }
	.button:hover { background-color: rgba(121,187,67,1); border: 1px solid rgba(121,187,67,1); color: rgba(255,255,255,1); font-size: 14px; font-weight: bold; }
	.calendar { cursor: pointer; margin-left: 5px; margin-bottom: 4px; vertical-align: -8px; }
	.center { text-align: center; }
	.clear { clear: both; }
	h1 { color: rgba(69,130,184,1); font-size: 28px; font-style: normal; font-weight: normal; letter-spacing: 1px; margin: 0px; margin-bottom: 15px; }
	h2 { color: rgba(69,130,184,1); font-size: 24px; font-style: normal; font-weight: normal; letter-spacing: 1px; margin: 0px; margin-bottom: 15px; }
	h3 { color: rgba(69,130,184,1); font-size: 20px; font-weight: bold; letter-spacing: 1px; margin: 0px; margin-bottom: 15px; }
	h4 { color: rgba(69,130,184,1); font-size: 16px; font-weight: bold; letter-spacing: 1px; margin: 0px; margin-bottom: 15px; }
	h5 { color: rgba(69,130,184,1); font-size: 12px; font-weight: bold; letter-spacing: 1px; margin: 0px; margin-bottom: 15px; }
	xxhtml { scrollbar-3dlight-color: rgba(210,210,210,1); scrollbar-arrow-color: rgba(50,50,50,1); scrollbar-base-color: rgba(50,50,50,1); scrollbar-darkshadow-color: rgba(50,50,50,1); scrollbar-highlight-color: rgba(50,50,50,1); scrollbar-lightshadow-color: #e7e7e7; scrollbar-shadow-color: #e7e7e7; scrollbar-track-color: #e7e7e7; }
	img { border: 0px; margin: 0px; padding: 0px; }
	.label { color: rgba(50,50,50,1); display: inline-block; font-size: 12px; font-weight: normal; line-height: 22px; width: 70px; }
	.left { text-align: left; }
	li { /*list-style-image: url('');*/	}
	.loading { width: var(--s-loader-width); height: var(--s-loader-height); border: 5px solid var(--s-loader-border-color-trans); border-left-color: var(--s-loader-border-color-full); border-radius: 50%; background: transparent; animation-name: rotate-s-loader; animation-iteration-count: infinite; animation-duration: 1s; animation-timing-function: linear; display: inline-block; position: relative; vertical-align: middle; } :root { --s-loader-wrapper-bg-color: rgb(21, 22, 43); --s-loader-width: 20px; --s-loader-height: var(--s-loader-width); --s-loader-border-color-trans: rgba(29, 161, 242, 0.2); --s-loader-border-color-full: rgb(29, 161, 242); } @keyframes rotate-s-loader { from { transform: rotate(0); } to { transform: rotate(360deg); } }
	.microtime { bottom: 0px; color: rgba(220,220,220,1); font-size: 10px; position: fixed; right: 0px; }
	.normal { white-space: normal; }
	.right { text-align: right; }
	span.check { color: rgba(69,130,184,1); display: inline-block; margin-right: 10px; }
	span.check0 { color: rgba(69,130,184,1); display: inline-block; margin-right: 10px; }
	span.check15 { color: rgba(69,130,184,1); display: inline-block; width: 15px !important; }
	span.check60 { color: rgba(69,130,184,1); display: inline-block; width: 60px !important; }
	span.check70 { color: rgba(69,130,184,1); display: inline-block; width: 70px !important; }
	span.check80 { color: rgba(69,130,184,1); display: inline-block; width: 80px !important; }
	span.check90 { color: rgba(69,130,184,1); display: inline-block; width: 90px !important; }
	span.check100 { color: rgba(69,130,184,1); display: inline-block; width: 100px !important; }
	span.check150 { color: rgba(69,130,184,1); display: inline-block; width: 150px !important; }
	span.check200 { color: rgba(69,130,184,1); display: inline-block; width: 200px !important; }
	span.check250 { color: rgba(69,130,184,1); display: inline-block; width: 250px !important; }
	table { border-collapse: collapse; border-spacing: 0px; empty-cells: show; }
	td { color: rgba(50,50,50,1); font-family: Open Sans,Neutra,Arial; font-size: 12px; font-weight: normal; margin: 0px; padding: 0px; }

/* footer */
	.footer { background-color: rgba(50,50,50,1); bottom: 0px; left: 0px; position: relative; width: 100%; }
	.footer_actions { color: rgba(255,255,255,1); font-size: 12px; font-weight: normal; padding-right: 0px; }
	.footer_actions a { color: rgba(255,255,255,1); font-size: 12px; font-weight: normal; padding-right: 20px; text-decoration: none; }
	.footer_actions a:hover { color: rgba(69,130,184,1); }
	.footer_copyright { color: rgba(255,255,255,1); font-size: 12px; font-weight: normal; padding-left: 0px; }
	.footer_frame { display: table; margin: 0px auto; max-width: 1200px; padding-bottom: 10px; padding-top: 10px; position: relative; width: 100%; }
	.footer_left { display: table-cell; text-align: left; vertical-align: middle; width: 33%; }
	.footer_logos { text-align: center; width: 100%; }
	.footer_logos img { height: 70px; margin-left: 10px; margin-right: 10px; width: auto; }
	.footer_middle { display: table-cell; text-align: center; vertical-align: middle; width: 33%; }
	.footer_right { display: table-cell; text-align: right; vertical-align: middle; width: 33%; }

/* form */
	.ckeditor { margin-right: 20px; margin-top: 5px; }
	form { border: 0px; margin: 0px; padding: 0px; }
	input { background-color: rgba(255,255,255,1); border: 1px solid rgba(50,50,50,1); border-radius: 3px; color: rgba(50,50,50,1); font-size: 12px; padding-bottom: 4px; padding-left: 5px; padding-right: 5px; padding-top: 4px; width: 250px; }
	input.calendar_date { width: 80px; }
	input.calendar_time { width: 140px; }
	input.checkbox { background-color: transparent; background-image: url(''); background-repeat: repeat; border: 0px solid rgba(50,50,50,1); color: rgba(50,50,50,1); cursor: pointer; font-size: 12px; height: 22px; margin: 0px; margin-right: 5px; padding: 0px; vertical-align: middle; width: 15px; }
	input.image { background-color: transparent; background-image: url(''); background-repeat: no-repeat; border: 0px solid rgba(50,50,50,1); color: rgba(50,50,50,1); font-size: 12px; height: 1px; margin: 0px; padding: 0px; width: 1px; }
	input.radio { background-color: transparent; background-image: url(''); background-repeat: no-repeat; border: 0px solid rgba(50,50,50,1); color: rgba(50,50,50,1); cursor: pointer; font-size: 12px; height: 22px; margin: 0px; margin-right: 5px; padding: 0px; vertical-align: -6px; width: 15px; }
	input.shipping_price { width: 100px; }
	.required { color: rgba(203,88,78,1); }
	select { background-color: rgba(255,255,255,1); border: 1px solid rgba(50,50,50,1); border-radius: 3px; color: rgba(50,50,50,1); font-size: 12px; padding: 3px; width: 250px; }
	select.month { width: 50px; }
	select.user { width: 215px; }
	select.user_first { width: 43px; }
	select.year { width: 60px; }
	textarea { background-color: rgba(255,255,255,1); border: 1px solid rgba(50,50,50,1); border-radius: 3px; color: rgba(50,50,50,1); font-size: 12px; height: 100px; padding: 3px; width: 253px; }

/* header */
	.header { /*background-color: rgba(255,255,255,1); height: 84px; left: 0px; position: relative; top: 0px; width: 100%; /*z-index: 300;*/ }
	.header1 { background: linear-gradient(to bottom, rgba(50,50,50,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%); }
	.header_actions { position: absolute; right: 0px; text-align: right; top: 7px; }
	.header_actions a { color: rgba(69,130,184,1); display: inline-block; font-size: 14px; font-weight: normal; text-decoration: none; }
	.header_actions a:hover { color: rgba(203,88,78,1); }
	.header_actions_search { display: inline-block; margin-left: 10px; position: relative; top: -2px; }
	.header_actions_search input { background-color: rgba(240,240,240,1); color: rgba(255,255,255,1); margin-right: 2px; margin-top: 1px; width: 150px; }
	.header_actions_search_button { left: 130px; position: absolute; top: 3px; }
	.header_actions_translate { padding-top: 10px; position: relative; text-align: right; }
	.header_frame { margin: 0px auto; max-width: 1200px; position: relative; width: 100%; }
	.header_logo { left: 0px; position: absolute; top: 1px; }
	.header_logo img { max-height: 80px; }
	.header_logo span { color: rgba(69,130,184,1); font-size: 30px; font-weight: normal; left: 10px; position: relative; top: -25px; }
	.header_menu { position: absolute; right: 0px; text-align: right; top: 30px; }
	.header_menu_actions a { background-color: transparent; color: rgba(50,50,50,1); display: inline-block; font-size: 18px; font-weight: normal; height: 52px; line-height: 52px; margin: 0px; margin-left: 30px; text-align: right; text-decoration: none; }
	.header_menu_actions a:hover { background-color: transparent; color: rgba(69,130,184,1); }
	.header_menu_actions a.hover { background-color: transparent; color: rgba(69,130,184,1); }
	.header_menu_actions a img { position: relative; top: 3px; }
	.header_menu_actions div { display: inline-block; height: 52px; vertical-align: middle; }
	.header_menu_mobile { background-color: rgba(50,50,50,1); display: none; left: 0px; position: relative; text-align: left; top: 0px; }
	.header_menu_mobile_actions { background-color: rgba(50,50,50,1); display: none; left: -3vw; position: absolute; top: 82px; width: 99vw; }
	.header_menu_mobile_actions a { background-color: transparent; border-top: 1px solid rgba(50,50,50,1); color: rgba(255,255,255,1); display: block; font-size: 18px; font-weight: normal; height: 52px; line-height: 52px; margin: 0px; text-align: center; text-decoration: none; }
	.header_menu_mobile_actions a:hover { background-color: transparent; color: #c51d6a; }
	.header_menu_mobile_actions a.hover { background-color: transparent; color: #c51d6a; }
	.header_menu_mobile_actions a img { position: relative; top: 3px; }
	.header_menu_mobile_actions div:nth-child(1) a { border-top: 0px; }
	.header_menu_mobile_icon { position: absolute; right: 10px; top: 32px; }
	.header_menu_mobile_icon div { background-color: rgba(50,50,50,1); height: 5px; width: 30px; } .header_menu_mobile_icon div:nth-child(2) { margin-bottom: 5px; margin-top: 5px; }
	.header_menu_mobile_submenu { background-color: rgba(0,0,0,0.6); display: none; }
	.header_menu_mobile_submenu a { border-top: 1px solid rgba(50,50,50,1); color: rgba(255,255,255,1); display: block; font-size: 16px; font-weight: normal; height: 30px; line-height: 30px; margin: 0px; text-align: center; }
	.header_menu_mobile_submenu a:hover { background-color: rgba(69,130,184,1); color: rgba(255,255,255,1); }
	.header_menu_secondary { left: 20%; position: absolute; top: 80px; }
	.header_menu_secondary a { color: rgba(69,130,184,1); font-size: 12px; font-weight: normal; text-decoration: none; }
	.header_menu_secondary a:hover { color: rgba(50,50,50,1); font-size: 12px; font-weight: normal; text-decoration: none; }
	.header_submenus { opacity: 1.0; position: relative; top: 0px; z-index: 100; }
	.header_submenus_menu { background-color: rgba(255,255,255,1); border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; box-shadow: 3px 3px 6px rgba(0,0,0,1); display: none; opacity: 1.0; padding-bottom: 15px; padding-top: 15px; position: absolute; top: 0px; }
	.header_submenus_menu a { background-color: transparent; color: rgba(50,50,50,1); display: block; font-size: 14px; font-weight: normal; line-height: 25px; margin: 0px; padding-left: 25px; padding-right: 25px; text-align: left; }
	.header_submenus_menu a:hover { background-color: rgba(69,130,184,1); color: rgba(255,255,255,1); }

/* invalid */
	.invalid { padding: 20px; }
	.invalid_message { color: rgba(50,50,50,1); font-size: 12px; font-weight: normal; }
	.invalid_title { color: rgba(50,50,50,1); font-size: 24px; font-weight: normal; letter-spacing: 1px; }

/* invoice */
	.invoice_confirm { margin-bottom: 20px; margin-top: 20px; width: 690px; }
	.invoice_confirm div { margin-top: 5px; }
	.invoice_confirm span { color: #b32615; font-weight: bold; }
	.invoice_confirm_gift { color: rgba(0,0,0,1); font-size: 12px; font-weight: normal; padding-top: 10px; }
	.invoice_confirm_message { color: rgba(0,0,0,1); font-size: 12px; font-weight: bold; }
	.invoice_confirm_title { color: #b32615; font-size: 16px; font-weight: bold; }
	.invoice_header { margin-top: 20px; position: relative; width: 690px; }
	.invoice_header_address { display: inline-block; left: 10px; position: relative; top: 13px; width: 33%; }
	.invoice_header_address .title { font-weight: bold; }
	.invoice_header_country { font-size: 24px; font-weight: bold; line-height: 24px; position: absolute; right: 0px; text-align: right; top: 0px; width: 100px; }
	.invoice_header_logo { display: inline-block; width: 33%; }
	.invoice_header_logo img { width: 99%; }
	.invoice_order { margin-top: 20px; width: 690px; }
	.invoice_order .title { font-size: 14px; font-weight: bold; padding-bottom: 5px; }
	.invoice_order_billing { display: inline-block; vertical-align: top; width: 33%; }
	.invoice_order_data { display: inline-block; vertical-align: top; width: 33%; }
	.invoice_order_data span { display: inline-block; width: 80px; }
	.invoice_order_shipping { display: inline-block; width: 33%; }

/* mobile */
	.mobile {}

/* payment */
	.payment_data { margin: 0px auto; max-width: 900px; padding-bottom: 40px; padding-top: 20px; position: relative; width: 99.99%; }
	.payment_data_actions { border-top: 1px solid rgba(50,50,50,1); margin-top: 20px; padding-top: 20px; position: relative; text-align: right; width: 100%; }
	.payment_data_actions a { background-color: rgba(69,130,184,1); border: 1px solid rgba(69,130,184,1); border-radius: 3px; color: rgba(255,255,255,1); display: inline-block; font-family: Open Sans,Neutra,Arial; font-size: 12px; font-weight: normal; line-height: 30px; padding-left: 10px; padding-right: 10px; text-decoration: none; }
	.payment_data_actions a:hover { background-color: rgba(121,187,67,1); border: 1px solid rgba(121,187,67,1); color: rgba(255,255,255,1); font-size: 12px; font-weight: normal; }
	.payment_data_actions a.invert { background-color: rgba(255,255,255,1); color: rgba(69,130,184,1); font-size: 12px; font-weight: normal; }
	.payment_data_actions a.invert:hover { background-color: rgba(121,187,67,1); border: 1px solid rgba(121,187,67,1); color: rgba(255,255,255,1); font-size: 12px; font-weight: normal; }
	.payment_data_actions a.paypal { background-color: transparent; border-radius: 0px; padding: 0px; }
	.payment_data_actions a.paypal:hover { background-color: transparent; }
	.payment_data_actions a.paypal img { position: relative; top: 25px; }
	.payment_data_column { display: inline-block; max-width: 450px; vertical-align: top; width: 100%; }
	.payment_data_column80 { display: inline-block; max-width: 450px; vertical-align: top; width: 100%; }
	.payment_data_column80 .payment_data_fields_field label { display: inline-block; margin-right: 5px; text-align: right; width: 80px; }
	.payment_data_column80 .payment_data_fields_field span label { cursor: pointer; width: auto; }
	.payment_data_column100 { display: inline-block; max-width: 450px; vertical-align: top; width: 100%; }
	.payment_data_column100 .payment_data_fields_field label { display: inline-block; margin-right: 5px; text-align: right; width: 100px; }
	.payment_data_column100 .payment_data_fields_field span label { cursor: pointer; width: auto; }
	.payment_data_column120 { display: inline-block; max-width: 450px; vertical-align: top; width: 100%; }
	.payment_data_column120 .payment_data_fields_field label { display: inline-block; margin-right: 5px; text-align: right; width: 120px; }
	.payment_data_column120 .payment_data_fields_field span label { cursor: pointer; width: auto; }
	.payment_data_confirm { padding-top: 15px; position: relative; text-align: right; width: 100%; }
	.payment_data_confirm label { cursor: pointer; }
	.payment_data_divider { border-bottom: 1px solid rgba(50,50,50,1); margin-bottom: 10px; padding-bottom: 30px; }
	.payment_data_fields { margin-top: 2px; max-width: 900px; width: 100%; }
	.payment_data_fields_actions { position: relative; right: 0px; text-align: left; top: 10px; }
	.payment_data_fields_actions a { background-color: rgba(69,130,184,1); border: 1px solid rgba(69,130,184,1); border-radius: 3px; color: rgba(255,255,255,1); display: inline-block; font-size: 12px; font-weight: normal; line-height: 30px; padding-left: 10px; padding-right: 10px; text-decoration: none; }
	.payment_data_fields_actions a:hover { background-color: rgba(121,187,67,1); border: 1px solid rgba(121,187,67,1); color: rgba(255,255,255,1); font-size: 12px; font-weight: normal; }
	.payment_data_fields_actions a.invert { background-color: rgba(255,255,255,1); border: 1px solid rgba(69,130,184,1); border-radius: 3px; color: rgba(69,130,184,1); display: inline-block; font-size: 12px; font-weight: normal; line-height: 30px; padding-left: 10px; padding-right: 10px; text-decoration: none; }
	.payment_data_fields_actions a.invert:hover { background-color: rgba(121,187,67,1); border: 1px solid rgba(121,187,67,1); color: rgba(255,255,255,1); font-size: 12px; font-weight: normal; }
	.payment_data_fields_field { color: rgba(69,130,184,1); font-size: 12px; font-weight: normal; margin-top: 2px; }
	.payment_data_fields_field a { color: rgba(69,130,184,1); font-size: 12px; }
	.payment_data_fields_field a:hover { color: rgba(50,50,50,1); font-size: 12px; }
	.payment_data_fields_field div { color: rgba(50,50,50,1); display: inline-block; margin-top: 10px; text-align: left; }
	.payment_data_fields_field label { color: rgba(50,50,50,1); display: inline-block; margin-right: 5px; text-align: right; width: 50px; }
	.payment_data_fields_field label.required { color: rgba(203,88,78,1); }
	.payment_data_items { position: relative; }
	.payment_data_items table { border: 1px solid rgba(220,220,220,1); width: 100%; }
	.payment_data_items table td.column { background-color: rgba(69,130,184,1); border-right: 1px solid rgba(220,220,220,1); color: rgba(255,255,255,1); font-size: 14px; font-weight: normal; padding: 5px; vertical-align: bottom; white-space: nowrap; }
	.payment_data_items table td.column a { color: rgba(255,255,255,1); font-size: 14px; font-weight: normal; text-decoration: none; }
	.payment_data_items table td.column a:hover { color: rgba(0,0,0,1); font-size: 14px; font-weight: normal; text-decoration: none; }
	.payment_data_items table td.image { text-align: center; width: 50px; }
	.payment_data_items table td.image img { border: 1px solid rgba(220,220,220,1); border-radius: 3px; box-shadow: 1px 1px 2px rgba(0,0,0,1); height: 50px; width: 50px; }
	.payment_data_items table td.row { background-color: rgba(255,255,255,1); border: 1px solid rgba(220,220,220,1); color: rgba(0,0,0,0.6); font-size: 12px; font-weight: normal; padding: 5px; vertical-align: top; white-space: nowrap; }
	.payment_data_items table td.row.even { background-color: rgba(255,255,255,1); }
	.payment_data_items table td.row.item { text-align: left; white-space: normal; width: 60%; }
	.payment_data_items table td.row.odd { background-color: rgba(250,250,250,1); }
	.payment_data_items table td.row a { background-color: rgba(255,255,255,1); border: 1px solid rgba(69,130,184,1); border-radius: 3px; color: rgba(69,130,184,1); display: inline-block; font-size: 12px; font-weight: normal; line-height: 20px; margin-top: 5px; padding-left: 5px; padding-right: 5px; text-decoration: none; }
	.payment_data_items table td.row a:hover { background-color: rgba(69,130,184,1); color: rgba(255,255,255,1); font-size: 12px; font-weight: normal; }
	.payment_data_items table td.row input.quantity { text-align: center; padding-bottom: 1px; padding-left: 2px; padding-top: 2px; width: 35px; }
	.payment_data_items table td.row .message { color: rgba(0,0,0,0.6); font-size: 12px; font-weight: normal; padding-top: 5px; }
	.payment_data_items table td.row .options { color: rgba(0,0,0,0.6); font-size: 12px; font-weight: normal; padding-top: 5px; }
	.payment_data_items table td.row .title { color: rgba(69,130,184,1); font-size: 16px; font-weight: normal; }
	.payment_data_items table td.row.normal { white-space: normal; }
	.payment_data_message { color: rgba(50,50,50,1); font-size: 12px; font-weight: normal; }
	.payment_data_shipping { color: rgba(50,50,50,1); padding-left: 20px; padding-top: 10px; }
	.payment_data_title { color: rgba(0,0,0,1); font-size: 14px; font-weight: bold; padding-top: 10px; }
	.payment_data_title a { color: rgba(69,130,184,1); font-size: 14px; }
	.payment_data_title a:hover { color: rgba(50,50,50,1); font-size: 14px; }
	.payment_data_title label { cursor: pointer; }
	.payment_data_totals { width: 100%; }
	.payment_data_totals_field { color: rgba(0,0,0,0.6); display: table; font-size: 12px; font-weight: normal; margin-top: 5px; white-space: nowrap; width: 100%; }
	.payment_data_totals_field label { display: table-cell; font-size: 12px; margin-right: 5px; text-align: right; width: 85%; }
	.payment_data_totals_field label.total { display: table-cell; font-size: 14px; font-weight: bold; margin-right: 5px; text-align: right; width: 85%; }
	.payment_data_totals_field span { color: rgba(0,0,0,0.6); display: table-cell; font-size: 12px; line-height: 18px; text-align: right; width: 15%; }
	.payment_data_totals_field span.promotion { color: rgba(203,88,78,1); display: table-cell; font-size: 12px; text-align: right; width: 15%; }
	.payment_data_totals_field span.total { color: rgba(69,130,184,1); display: table-cell; font-size: 14px; text-align: right; width: 15%; }
	.payment_data_verify { display: table; padding-top: 15px; position: relative; width: 100%; }
	.payment_data_verify_column_left { background-color: rgba(250,250,250,1); border: 1px solid rgba(220,220,220,1); display: table-cell; height: 130px; padding: 10px; width: 50%; }
	.payment_data_verify_column_right { background-color: rgba(250,250,250,1); border: 1px solid rgba(220,220,220,1); display: table-cell; height: 130px; padding: 10px; width: 50%; }
	.payment_menu { background-color: rgba(220,220,220,1); border-bottom: 1px solid rgba(50,50,50,1); padding-bottom: 5px; padding-left: 5px; padding-top: 2px; white-space:nowrap; }
	.payment_menu a { background-color: rgba(255,255,255,1); border: 1px solid rgba(69,130,184,1); border-radius: 10px; color: rgba(69,130,184,1); font-size: 12px; font-weight: normal; padding-bottom: 2px; padding-left: 10px; padding-right: 10px; padding-top: 2px; text-decoration: none; }
	.payment_menu a:hover { background-color: rgba(69,130,184,1); color: rgba(255,255,255,1); font-size: 12px; font-weight: normal; }

/* popups */
	.popup { background-color: rgba(255,255,255,1); border: 1px solid #4a4a4a; border-radius: 15px; box-shadow: 0px 0px 5px rgba(0,0,0,1); color: rgba(50,50,50,1); font-size: 12px; font-weight: normal; text-align: left; }
	.popup_actions { padding: 8px; text-align: right; }
	.popup_actions a { background-color: rgba(255,255,255,1); border: 1px solid rgba(69,130,184,1); border-radius: 5px; color: rgba(69,130,184,1); display: inline-block; font-size: 12px; font-weight: normal; line-height: 26px; padding-left: 10px; padding-right: 10px; text-decoration: none; }
	.popup_actions a:hover { background-color: rgba(69,130,184,1); color: rgba(255,255,255,1); font-size: 12px; font-weight: normal; }
	.popup_background { background-color: rgba(240,240,240,1); border: 1px solid #4a4a4a; border-radius: 3px; box-shadow: 0px 0px 10px rgba(0,0,0,1); display: block; height: auto; margin: 0px auto; width: 90%; }
	.popup_body { background-color: rgba(255,255,255,1); background-image: url('./images/space.gif'); border: 0px; margin: 0px; padding: 0px; text-align: center; }
	.popup_body .resource { padding: 20px; }
	.popup_body .slides { display: none; }
	#popup_calendar { display: none; left: 0px; position: absolute; top: 0px; }
	#popup_calendar .popup_background { background-color: rgba(240,240,240,1); left: 0px; position: absolute; top: 0px; width: 300px; }
	#popup_calendar .calendar1 { position: relative; text-align: center; }
	#popup_calendar .calendar1_month { border-top: 1px solid rgba(50,50,50,1); padding-bottom: 10px; padding-top: 5px; text-align: center; }
	#popup_calendar .calendar1_month a { background-color: rgba(255,255,255,1); border: 1px solid rgba(69,130,184,1); border-radius: 3px; color: rgba(69,130,184,1); font-size: 12px; font-weight: normal; padding-bottom: 2px; padding-left: 10px; padding-right: 10px; padding-top: 2px; text-decoration: none; }
	#popup_calendar .calendar1_month a:hover { background-color: rgba(69,130,184,1); color: rgba(255,255,255,1); font-weight: normal; }
	#popup_calendar .calendar1_month span { color: rgba(69,130,184,1); display: inline-block; font-size: 18px; font-weight: normal; left: 0px; letter-spacing: 1px; position: relative; top: 3px; text-align: center; width: 140px; }
	#popup_calendar .calendar1_month_days { font-size: 0px; padding-bottom: 5px; padding-top: 5px; text-align: left; }
	#popup_calendar .calendar1_month_days_day { display: inline-block; font-size: 0px; margin-left: 5px; margin-right: 5px; }
	#popup_calendar .calendar1_month_days_day_active { background-color: rgba(255,255,255,1); border: 1px solid rgba(50,50,50,1); color: rgba(0,0,0,1); display: inline-block; }
	#popup_calendar .calendar1_month_days_day_active a { color: rgba(69,130,184,1); display: inline-block; font-size: 14px; font-weight: normal; height: 30px; line-height: 30px; text-align: center; width: 30px; }
	#popup_calendar .calendar1_month_days_day_active a:hover { background-color: rgba(50,50,50,1); color: rgba(255,255,255,1); }
	#popup_calendar .calendar1_month_days_day_current { background-color: rgba(50,50,50,1); border: 1px solid rgba(50,50,50,1); color: rgba(255,255,255,1); display: inline-block; }
	#popup_calendar .calendar1_month_days_day_current a { color: rgba(255,255,255,1); display: inline-block; font-size: 14px; font-weight: normal; height: 30px; line-height: 30px; text-align: center; width: 30px; }
	#popup_calendar .calendar1_month_days_day_inactive { background-color: rgba(240,240,240,1); border: 1px solid rgba(240,240,240,1); color: rgba(240,240,240,1); display: inline-block; }
	#popup_calendar .calendar1_month_days_day_inactive a { color: rgba(69,130,184,1); display: inline-block; font-size: 14px; font-weight: normal; height: 30px; line-height: 30px; text-align: center; width: 30px; }
	#popup_calendar .calendar1_month_days_day_routes { padding-top: 5px; text-align: left; }
	#popup_calendar .calendar1_month_days_day_routes_route { padding-top: 2px; }
	#popup_calendar .calendar1_month_days_week { padding-bottom: 5px; position: relative; }
	#popup_calendar .calendar1_time { border-top: 1px solid rgba(50,50,50,1); padding: 5px; text-align: center; }
	#popup_calendar .calendar1_time a { background-color: rgba(255,255,255,1); border: 1px solid rgba(69,130,184,1); border-radius: 10px; color: rgba(69,130,184,1); font-size: 12px; font-weight: normal; padding-bottom: 2px; padding-left: 10px; padding-right: 10px; padding-top: 2px; text-decoration: none; }
	#popup_calendar .calendar1_time a:hover { background-color: rgba(69,130,184,1); color: rgba(255,255,255,1); font-weight: normal; }
	#popup_calendar .calendar1_time input { text-align: center; width: 80px; }
	#popup_calendar .calendar1_time span { color: rgba(69,130,184,1); font-size: 12px; font-weight: normal;  }
	#popup_calendar .calendar1_week { border-bottom: 1px solid rgba(50,50,50,1); border-top: 1px solid rgba(50,50,50,1); padding-bottom: 5px; padding-top: 5px; text-align: left; }
	#popup_calendar .calendar1_week_day { color: rgba(69,130,184,1); display: inline-block; font-size: 14px; font-weight: normal; text-align: center; width: 42px; }
	#popup_calendar_message { color: rgba(69,130,184,1); font-size: 14px; font-weight: normal; text-align: center; }
	#popup_credit { background-color: rgba(0,0,0,0.5); display: none; height: 100vh; left: 0px; margin: 0px; position: fixed; top: 0px; width: 100vw; z-index: 5000; }
	#popup_credit .popup_background { height: auto; margin: 10vh auto; max-height: 80vh; max-width: 600px; width: 80vw; }
	.popup_credit_image { margin: 25px; text-align: center; }
	#popup_data { display: none; left: 0px; position: absolute; top: 0px; width: 100%; }
	#popup_data .cc_resource_data_actions { margin-left: 20px; }
	#popup_data .cc_resource_data_fields { margin-left: 20px; }
	#popup_data .cc_resource_header_title { margin-left: 20px; }
	#popup_data .cc_resource_message { margin-bottom: 15px; margin-left: 20px; }
	#popup_data .response { margin-left: 20px; }
	.popup_form { padding: 20px; }
	#popup_gallery { display: none; }
	#popup_image { cursor: move; display: none; margin: 10vh auto; position: absolute; text-align: center; width: 100%; z-index: 5000; }
	#popup_image .popup_background { max-width: 80vw; }
	#popup_image img { display: block; height: auto; margin: 0px auto; max-width: 90%; }
	#popup_image_image { background-color: rgba(240,240,240,1); cursor: pointer; margin-bottom: 20px; }
	#popup_image_upload { background-color: rgba(240,240,240,1); border: 1px solid rgba(210,210,210,1); border-radius: 10px; box-shadow: 1px 1px 2px rgba(0,0,0,1); clear:both; display: none; left: 0px; position: absolute; top: -40px; width: 440px; }
	#popup_image_upload .popup { padding: 20px; }
	#popup_image_upload_file { width: 200px; }
	#popup_image_upload_image { height: 300px; margin-top: 10px; }
	.popup_item { display: none; left: 20px; position: absolute; top: -20px; width: 400px; z-index: 1000; }
	.popup_message { color: rgba(0,0,0,1); font-size: 12px; font-weight: normal; padding: 15px; }
	#popup_message { background-color: rgba(0,0,0,0.5); display: none; height: 100vh; left: 0px; margin: 0px; position: fixed; top: 0px; width: 100vw; z-index: 5000; }
	#popup_message .popup_background { height: auto; margin: 10vh auto; max-height: 80vh; max-width: 600px; width: 80vw; }
	#popup_message_message { cursor: pointer; color: rgba(0,0,0,1); font-size: 14px; font-weight: normal; padding: 20px; }
	#popup_promotion_email { display: none; left: 50px; position: absolute; }
	.popup_promotion_email_data { margin-left: 20px; }
	.popup_promotion_email_message { color: rgba(50,50,50,1); font-size: 12px; font-weight: normal; padding-bottom: 15px; }
	.popup_resize { background-image: url('images/icon_resize.jpg'); background-position: 23px 23px; background-repeat: no-repeat; bottom: 0px; cursor: nw-resize; height: 40px; position: absolute; right: 0px; width: 40px; }
	.popup_resource { cursor: move; display: none; left: 20px; position: absolute; top: 20px; }
	.popup_resource_background { background-color: rgba(255,255,255,1); border: 1px solid #4a4a4a; border-radius: 15px; box-shadow: 0px 0px 10px rgba(0,0,0,1); display: block; height: auto; margin: 0px auto; width: 90%; }
	.popup_resource_iframe { border: 0px; height: 450px; margin: 0px; margin-bottom: 20px; padding: 0px; width: 680px; }
	#popups { display: inline; left: 0px; position: absolute; text-align: left; top: 0px; width: 100%; z-index: 10000; }
	#popups_background { background-color: rgba(0,0,0,1); display: none; height: 300%; left: 0px; opacity: 0; position: absolute; top: 0px; width: 100%; z-index: 9000; }

/* print */
	.print_body { background-color: rgba(255,255,255,1); background-image: url(''); margin: 0px; padding: 0px; text-align: left; width: 620px; }
	.print_body .invoice_confirm { width: 100%; }
	.print_body .invoice_header { width: 100%; }
	.print_body .invoice_order { width: 100%; }
	.print_body .invoice_order_billing { width: 33%; }
	.print_body .invoice_order_data { width: 33%; }
	.print_body .invoice_order_shipping { width: 33%; }
	.print_body .payment_data_customer { width: 100%; }
	.print_body .payment_data_customer_column_left { width: 49%; }
	.print_body .payment_data_customer_column_right { width: 49%; }
	.print_body .payment_data_items { width: 100%; }
	.print_body .payment_data_items table { width: 100%; }
	.print_body .payment_data_payment { width: 100%; }
	.print_body .payment_data_payment_column_left { width: 49%; }
	.print_body .payment_data_payment_column_right { width: 49%; }
	.print_body .payment_data_totals { width: 100%; }
	.print_actions { margin-top: 10px; text-align: right; }
	.print_actions a { background-color: rgba(255,255,255,1); border: 1px solid rgba(69,130,184,1); border-radius: 10px; color: rgba(69,130,184,1); font-size: 12px; font-weight: normal; padding-bottom: 2px; padding-left: 10px; padding-right: 10px; padding-top: 2px; text-decoration: none; }
	.print_actions a:hover { background-color: rgba(69,130,184,1); color: rgba(255,255,255,1); font-size: 12px; font-weight: normal; }
	.print_message { color: rgba(50,50,50,1); font-size: 12px; font-weight: normal; }
	.print_title { color: rgba(50,50,50,1); font-size: 24px; font-weight: normal; letter-spacing: 1px; }

/* promotion */
	.promotion { color: rgba(50,50,50,1); font-size: 12px; font-weight: normal; }
	.promotion_frame { margin: 0px auto; max-width: 1200px; }
	.promotion_item { background-color: #70a138; border: 1px solid rgba(220,220,220,1); border-radius: 3px; box-shadow: 0px 0px 4px rgba(220,220,220,1); display: inline-block; position: relative; vertical-align: top; width: 240px; }
	.promotion_item_weather { background-color: #e6e4ef; }
	.promotion_item_weather_icon { display: inline-block; margin-right: 10px; padding: 5px; text-align: center; vertical-align: top; }
	.promotion_item_weather_message { display: inline-block; vertical-align: top; width: 120px; }
	.promotion_item_weather_message_description { color: rgba(0,0,0,1); font-size: 12px; font-weight: bold; padding: 5px; text-align: center; }
	.promotion_item_weather_message_location { color: rgba(0,0,0,1); font-size: 12px; font-weight: bold; padding: 5px; }
	.promotion_item_weather_message_temperature { color: rgba(0,0,0,1); font-size: 20px; font-weight: bold; padding: 5px; text-align: right; }
	.promotion_item_weather_message_temperatures { color: rgba(0,0,0,1); font-size: 12px; font-weight: normal; text-align: center; }
	.promotion_item_weather_message_wind { color: rgba(0,0,0,1); font-size: 12px; font-weight: normal; text-align: center; }
	.promotion_item_weather_title { color: rgba(255,255,255,1); font-size: 12px; font-weight: bold; padding: 5px; padding-left: 10px; }

/* resource */
	.resource { background-color: rgba(255,255,255,1); color: rgba(50,50,50,1); font-size: 12px; font-weight: normal; padding: 20px; text-align: left; }
	.resource_article { border-bottom: 1px solid rgba(50,50,50,1); padding-bottom: 20px; padding-top: 20px; }
	.resource_article_actions { margin-top: 10px; }
	.resource_article_actions a { background-color: rgba(255,255,255,1); border: 1px solid rgba(69,130,184,1); border-radius: 10px; color: rgba(69,130,184,1); font-size: 12px; font-weight: normal; padding-bottom: 2px; padding-left: 10px; padding-right: 10px; padding-top: 2px; text-decoration: none; }
	.resource_article_actions a:hover { background-color: rgba(69,130,184,1); color: rgba(255,255,255,1); font-size: 12px; font-weight: normal; }
	.resource_article_back { padding-top: 15px; }
	.resource_article_message { color: rgba(50,50,50,1); font-size: 16px; font-weight: normal; padding-top: 10px; position: relative; }
	.resource_article_title { color: rgba(69,130,184,1); font-size: 16px; font-weight: bold; }
	.resource_articles { color: rgba(50,50,50,1); font-size: 16px; font-weight: normal; position: relative; }
	.resource_articles_frame { margin: 0px auto; max-width: 1200px; }
	.resource_audio {  }
	.resource_background { }
	.resource_column_left { display: inline-block; padding-right: 20px; vertical-align: top; }
	.resource_column_right { border-left: 1px solid rgba(50,50,50,1); float: right; padding-left: 20px; }
	.resource_data { margin-top: 15px; }
	.resource_data_actions { margin-bottom: 30px; margin-top: 20px; text-align: center; }
	.resource_data_actions a { background-color: rgba(69,130,184,1); color: rgba(255,255,255,1); font-size: 16px; font-weight: normal; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; padding-top: 10px; text-decoration: none; }
	.resource_data_actions a:hover { background-color: rgba(121,187,67,1); color: rgba(255,255,255,1); }
	.resource_data_column { display: inline-block; margin-right: 30px; vertical-align: top; }
	.resource_data_column80 { display: inline-block; margin-right: 30px; vertical-align: top; }
	.resource_data_column80 .resource_data_fields_field label { display: inline-block; margin-right: 5px; text-align: right; width: 80px; }
	.resource_data_column100 { display: inline-block; margin-right: 30px; vertical-align: top; }
	.resource_data_column100 .resource_data_fields_field label { display: inline-block; margin-right: 5px; text-align: right; width: 100px; }
	.resource_data_fields { margin-top: 2px; }
	.resource_data_fields_field { color: rgba(0,0,0,1); font-size: 12px; font-weight: normal; margin-top: 15px; }
	.resource_data_fields_field input { border: 1px solid rgba(225,225,225,1); border-radius: 0px; color: #4b4b4b; font-size: 14px; padding: 10px; }
	.resource_data_fields_field label { display: inline-block; margin-right: 5px; margin-top: 2px; padding-top: 3px; text-align: right; vertical-align: top; width: 80px; }
	.resource_data_fields_field label.required { color: rgba(203,88,78,1); }
	.resource_data_fields_field span { color: rgba(69,130,184,1); }
	.resource_data_fields_field textarea { border: 1px solid rgba(225,225,225,1); border-radius: 0px; color: #4b4b4b; font-size: 14px; padding: 10px; }
	.resource_data_title { color: rgba(50,50,50,1); font-size: 12px; font-weight: bold; }
	.resource_footer { color: rgba(50,50,50,1); font-size: 12px; font-weight: normal; position: relative; }
	.resource_footer_frame { margin: 0px auto; max-width: 1200px; }
	.resource_frame { margin: 0px auto; max-width: 1200px; }
	.resource_item { display: table; width: 100%; }
	.resource_item_data { display: table-cell; padding-left: 20px; position: relative; vertical-align: top; width: 100%; }
	.resource_item_data_actions { margin-top: 20px; }
	.resource_item_data_actions a { background-color: rgba(69,130,184,1); border: 1px solid rgba(69,130,184,1); border-radius: 3px; color: rgba(255,255,255,1); display: inline-block; font-size: 16px; font-weight: normal; line-height: 30px; padding-left: 20px; padding-right: 20px; text-decoration: none; }
	.resource_item_data_actions a:hover { background-color: rgba(81,184,72,1); border: 1px solid rgba(81,184,72,1); color: rgba(255,255,255,1); font-size: 16px; font-weight: normal; }
	.resource_item_data_message { color: rgba(0,0,0,1); font-size: 12px; font-weight: normal; margin-top: 10px; }
	.resource_item_data_option { padding: 5px; }
	.resource_item_data_option span { display: inline-block; }
	.resource_item_data_option_image { background-color: rgba(255,255,255,1); border: 1px solid rgba(200,200,200,1); border-radius: 10px; box-shadow: 2px 2px 6px rgba(0,0,0,1); margin-right: 10px; padding: 5px; text-align: center; width: 110px; }
	.resource_item_data_option_image img { height: 60px; vertical-align: middle; width: 60px; }
	.resource_item_data_option_image_title { color: rgba(0,0,0,1); font-size: 14px; font-weight: normal; margin-top: 5px; text-align: center; }
	.resource_item_data_option_line { color: rgba(0,0,0,1); font-size: 14px; font-weight: normal; margin-top: 5px; text-align: right; width: 70px; }
	.resource_item_data_option_price { color: rgba(0,0,0,1); font-size: 12px; font-weight: normal; margin-bottom: 2px; text-align: center; width: 80px; }
	.resource_item_data_option_quantity { margin-top: 5px; text-align: center; width: 80px; }
	.resource_item_data_option_quantity select { text-align: center; width: 45px; }
	.resource_item_data_option_sale { color: rgba(50,200,50,1); font-size: 12px; font-weight: normal; margin-bottom: 2px; text-align: center; width: 80px; }
	.resource_item_data_option_size { color: rgba(0,0,0,1); font-size: 12px; font-weight: normal; margin-bottom: 2px; text-align: center; width: 80px; }
	.resource_item_data_option_stock { color: rgba(0,0,0,1); font-size: 12px; font-weight: normal; margin-top: 5px; text-align: center; width: 80px; }
	.resource_item_data_option_style { color: rgba(0,0,0,1); font-size: 14px; font-weight: normal; width: 80px; }
	.resource_item_data_option_title { color: rgba(69,130,184,1); font-size: 12px; font-weight: normal; margin-bottom: 2px; text-align: right; }
	.resource_item_data_options { border-bottom: 1px solid rgba(69,130,184,1); border-top: 1px solid rgba(69,130,184,1); padding-bottom: 10px; padding-top: 10px; position: relative; }
	.resource_item_data_options_shipping { position: absolute; right: 0px; top: 5px; }
	.resource_item_data_options_title { color: rgba(69,130,184,1); font-size: 14px; font-weight: bold; margin-bottom: 10px; }
	.resource_item_data_options_totals { border-top: 1px solid rgba(200,200,200,1); margin-top: 10px; padding-top: 10px; text-align: right; }
	.resource_item_data_options_totals span { display: inline-block; }
	.resource_item_data_options_totals_price { color: rgba(69,130,184,1); font-size: 14px; font-weight: normal; text-align: right; width: 74px; }
	.resource_item_data_options_totals_quantity { color: rgba(69,130,184,1); font-size: 14px; font-weight: normal; text-align: center; width: 42px; }
	.resource_item_data_options_totals_title { color: rgba(69,130,184,1); font-size: 14px; font-weight: normal; text-align: right; width: 312px; }
	.resource_item_data_price { color: rgba(0,0,0,1); font-size: 16px; font-weight: bold; margin-top: 10px; }
	.resource_item_data_sizing { color: rgba(0,0,0,1); font-size: 12px; font-weight: normal; padding: 20px; }
	.resource_item_data_sku { color: rgba(69,130,184,1); font-size: 14px; font-weight: bold; }
	.resource_item_data_title { color: rgba(69,130,184,1); font-size: 24px; font-weight: bold; }
	.resource_item_data_type { color: rgba(69,130,184,1); font-size: 16px; font-weight: normal; }
	.resource_item_image { border: 1px solid rgba(200,200,200,1); border-radius: 5px; box-shadow: 2px 2px 6px rgba(50,50,50,1); display: table-cell; display: inline-block; vertical-align: top; }
	.resource_item_image img { border-radius: 5px; height: auto; max-width: 90vw; width: 300px; }
	.resource_item_images {  }
	.resource_item_images_message { color: rgba(69,130,184,1); font-size: 12px; font-weight: normal; }
	.resource_item_images_thumbs { border-bottom: 1px solid rgba(69,130,184,1); border-top: 1px solid rgba(69,130,184,1); padding-bottom: 3px; padding-top: 5px; }
	.resource_item_images_thumbs a { border: 1px solid rgba(200,200,200,1); border-radius: 10px; box-shadow: 2px 2px 6px rgba(0,0,0,1); display: inline-block; margin-bottom: 5px; margin-right: 5px; padding: 5px; }
	.resource_item_images_thumbs img { height: 30px; width: 30px; }
	.resource_item_order { display: inline; margin-top: 50px; width: 800px; }
	.resource_item_order_actions { margin-top: 20px; text-align: right; }
	.resource_item_order_actions a { background-color: rgba(255,255,255,1); border: 1px solid rgba(69,130,184,1); border-radius: 10px; color: rgba(69,130,184,1); font-size: 12px; font-weight: normal; padding-bottom: 2px; padding-left: 10px; padding-right: 10px; padding-top: 2px; text-decoration: none; }
	.resource_item_order_actions a:hover { background-color: rgba(81,184,72,1); color: rgba(255,255,255,1); font-size: 12px; font-weight: normal; }
	.resource_item_social { padding-top: 20px; }
	.resource_item_social_item { display: inline-block; width: 85px; }
	.resource_items {  }
	.resource_items_filters { border-bottom: 1px solid rgba(200,200,200,1); border-top: 1px solid rgba(200,200,200,1); color: rgba(69,130,184,1); font-size: 12px; font-weight: normal; padding-bottom: 5px; padding-top: 5px; }
	.resource_items_filters select { border: 1px solid rgba(200,200,200,1); color: rgba(0,0,0,1); font-size: 12px; height: 18px; padding: 1px; padding-left: 2px; width: 100px; }
	.resource_items_filters_filter { display: inline-block; float: right; margin-left: 15px; }
	.resource_items_filters_pagination { display: inline-block; vertical-align: top; }
	.resource_items_filters_pagination select { width: 45px; }
	.resource_items_brand { border: 1px solid rgba(200,200,200,1); border-radius: 15px; box-shadow: 2px 2px 8px rgba(0,0,0,1); display: inline-block; margin-right: 50px; margin-bottom: 20px; margin-right: 20px; vertical-align: top; }
	.resource_items_brand a { display: inline-block; height: 300px; width: 250px; }
	.resource_items_brand_image { margin-left: 25px; margin-top: 25px; }
	.resource_items_brand_image img { height: 200px; width: 200px; }
	.resource_items_brand_title { color: rgba(69,130,184,1); font-size: 24px; font-weight: bold; margin-left: 25px; margin-right: 25px; margin-top: 10px; text-align: center; }
	.resource_items_item { border: 1px solid rgba(200,200,200,1); border-radius: 5px; box-shadow: 2px 2px 6px rgba(50,50,50,1); display: inline-block; height: 310px; margin-right: 20px; margin-top: 10px; padding: 15px; vertical-align: top; width: 250px; }
	.resource_items_item_data { height: 100px; overflow: hidden; text-align: center; }
	.resource_items_item_data_actions { color: rgba(69,130,184,1); font-size: 16px; font-weight: normal; padding-bottom: 5px; padding-top: 10px; text-align: center; }
	.resource_items_item_data_actions a { background-color: rgba(69,130,184,1); border: 1px solid rgba(69,130,184,1); border-radius: 3px; color: rgba(255,255,255,1); display: inline-block; font-size: 16px; font-weight: normal; line-height: 30px; padding-left: 20px; padding-right: 20px; text-decoration: none; }
	.resource_items_item_data_actions a:hover { background-color: rgba(81,184,72,1); border: 1px solid rgba(81,184,72,1); color: rgba(255,255,255,1); font-size: 16px; font-weight: normal; }
	.resource_items_item_data_brand { color: rgba(69,130,184,1); font-size: 14px; font-weight: bold; text-align: center; }
	.resource_items_item_data_message { color: rgba(0,0,0,1); font-size: 12px; font-weight: normal; margin-top: 5px; text-align: center; }
	.resource_items_item_data_price { color: rgba(0,0,0,1); font-size: 14px; font-weight: bold; margin-top: 8px; text-align: center; }
	.resource_items_item_data_price_sale { color: rgba(69,130,184,1); font-size: 14px; font-weight: bold; margin-top: 8px; text-align: center; }
	.resource_items_item_data_style { color: rgba(69,130,184,1); font-size: 14px; font-weight: normal; text-align: center; }
	.resource_items_item_data_title { color: rgba(69,130,184,1); font-size: 14px; font-weight: bold; text-align: center; }
	.resource_items_item_data_type { color: rgba(69,130,184,1); font-size: 16px; font-weight: normal; text-align: center; }
	.resource_items_item_image { text-align: center; }
	.resource_items_item_image img { height: 120px; width: 120px; }
	.resource_items_message { color: rgba(0,0,0,1); font-size: 12px; font-weight: normal; margin-bottom: 20px; margin-top: 20px; }
	.resource_items_wish { display: none; }
	.resource_items_wish { padding-left: 5px; padding-right: 5px; padding-top: 5px; text-align: center; }
	.resource_items_wish_background { background-color: rgba(255,255,255,1); border: 1px solid rgba(200,200,200,1); border-bottom: 10px solid rgba(200,200,200,1); display: inline-block; margin-bottom: 30px; margin-right: 40px; vertical-align: top; width: 230px; }
	.resource_items_wish_divider { border-top: 2px solid rgba(200,200,200,1); margin-left: 10px; margin-right: 10px; padding-bottom: 10px; }
	.resource_items_wish_image { }
	.resource_items_wish_image img { height: 140px; width: 220px; }
	.resource_items_wish_message { background-color: rgba(250,250,250,1); color: rgba(0,0,0,1); font-size: 12px; font-weight: normal; min-height: 100px; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; }
	.resource_items_wish_message a { color: #ab0207; font-size: 14px; font-weight: normal; text-decoration: underline; }
	.resource_items_wish_message a:hover { color: rgba(0,0,0,1); font-size: 14px; font-weight: normal; text-decoration: underline; }
	.resource_items_wish_title a { background-color: rgba(250,250,250,1); color: rgba(0,0,0,1); display: inline-block; font-size: 16px; font-weight: bold; padding-bottom: 5px; padding-top: 10px; width: 220px; }
	.resource_gallery { border-top: 1px solid rgba(50,50,50,1); margin-top: 15px; padding-top: 15px; }
	.resource_gallery_image { display: inline-block; margin-right: 10px; vertical-align: top; }
	.resource_gallery_image img { border: 1px solid rgba(240,240,240,1); border-radius: 10px; box-shadow: 3px 3px 6px rgba(50,50,50,1); height: 150px; width: 150px; }
	.resource_menu { color: rgba(50,50,50,1); font-size: 12px; font-weight: normal; position: relative; }
	.resource_menu_frame { margin: 0px auto; max-width: 1200px; }
	.resource_message { color: rgba(50,50,50,1); font-size: 16px; font-weight: normal; position: relative; }
	.resource_message .required { color: rgba(203,88,78,1); }
	.resource_message a { font-size: inherit; }
	.resource_message a:hover { font-size: inherit; }
	.resource_message img { max-width: 100%; }
	.resource_message_frame { margin: 0px auto; max-width: 1200px; }
	.resource_project { }
	.resource_project_actions { margin-top: 10px; }
	.resource_project_actions a { background-color: rgba(255,255,255,1); border: 1px solid rgba(69,130,184,1); border-radius: 10px; color: rgba(69,130,184,1); font-size: 12px; font-weight: normal; padding-bottom: 2px; padding-left: 10px; padding-right: 10px; padding-top: 2px; text-decoration: none; }
	.resource_project_actions a:hover { background-color: rgba(69,130,184,1); color: rgba(255,255,255,1); font-size: 12px; font-weight: normal; }
	.resource_project_image { display: inline-block; margin-right: 10px; margin-top: 10px; }
	.resource_project_image img { border: 1px solid rgba(50,50,50,1); border-radius: 10px; box-shadow: 2px 2px 8px rgba(0,0,0,1); width: 200px; }
	.resource_project_images {  }
	.resource_project_message { color: rgba(0,0,0,1); font-size: 14px; font-weight: normal; position: relative; }
	.resource_project_message a { font-size: 14px; }
	.resource_project_title { color: rgba(69,130,184,1); font-size: 16px; font-weight: bold; }
	.resource_projects {  }
	.resource_projects_menu { padding-bottom: 15px; }
	.resource_projects_menu a { background-color: rgba(69,130,184,1); border: 1px solid rgba(220,220,220,1); border-radius: 15px; color: rgba(255,255,255,1); cursor: pointer; display: inline-block; font-size: 14px; font-weight: bold; margin-right: 10px; padding-bottom: 10px; padding-left: 30px; padding-right: 30px; padding-top: 10px; text-align: center; }
	.resource_projects_menu a:hover { background-color: rgba(50,50,50,1); border: 1px solid rgba(69,130,184,1); }
	.resource_projects_menu.gallery { padding-top: 15px; }
	.resource_projects_project { border: 1px solid rgba(50,50,50,1); border-radius: 15px; box-shadow: 2px 2px 8px rgba(0,0,0,1); cursor: pointer; display: inline-block; height: 350px; margin-bottom: 20px; margin-right: 20px; overflow: hidden; position: relative; vertical-align: top; width: 250px; }
	.resource_projects_project_image { margin: 10px; }
	.resource_projects_project_image img { height: 230px; width: 230px; }
	.resource_projects_project_link { left: 0px; position: absolute; top: -10000px; }
	.resource_projects_project_message { color: rgba(0,0,0,1); font-size: 14px; font-weight: normal; margin: 10px; text-align: center; }
	.resource_projects_project_message a { font-size: 14px; }
	.resource_projects_project_title { color: rgba(69,130,184,1); font-size: 16px; font-weight: bold; margin-left: 10px; margin-right: 10px; text-align: center; }
	.resource_scroller { padding-right: 30px; position: absolute; }
	.resource_scroller_actions { position: relative; z-index: 20; }
	.resource_scroller_actions_back { left: 0px; opacity: 0.7; position: absolute; top: 120px; }
	.resource_scroller_actions_next { left: 1129px; opacity: 0.7; position: absolute; top: 120px; }
	.resource_scroller_background { height: 290px; left: 65px; overflow: hidden; position: relative; width: 1100px; z-index: 10; }
	.resource_scroller_divider { background-color: rgba(220,220,220,1); height: 2px; margin: 7px; }
	.resource_scroller_item { height: 280px; position: relative; width: 230px; }
	.resource_scroller_item_actions { background-color: rgba(255,255,255,1); left: 0px; position: absolute; top: 270px; }
	.resource_scroller_item_actions a { background-color: #c81822; color: rgba(255,255,255,1); display: inline-block; font-size: 12px; font-weight: bold; letter-spacing: 0.5px; line-height: 30px; padding-left: 15px; padding-right: 15px; text-align: center; }
	.resource_scroller_item_actions a:hover { background-color: rgba(50,50,50,1); color: rgba(255,255,255,1); display: inline-block; font-size: 12px; font-weight: bold; letter-spacing: 0.5px; line-height: 30px; padding-left: 15px; padding-right: 15px; text-align: center; }
	.resource_scroller_item_background { border: 1px solid rgba(50,50,50,1); border-radius: 15px; box-shadow: 2px 2px 8px rgba(0,0,0,1); display: inline-block; margin-bottom: 20px; margin-right: 35px; vertical-align: top; }
	.resource_scroller_item_first { color: #292a2e; font-size: 12px; font-weight: normal; text-align: center; }
	.resource_scroller_item_image { padding-top: 15px; text-align: center; }
	.resource_scroller_item_image img { height: 200px; width: 200px; }
	.resource_scroller_item_message { color: rgba(0,0,0,1); font-size: 12px; font-weight: normal; padding: 5px; text-align: center; }
	.resource_scroller_item_subtitle { color: rgba(0,0,0,1); font-size: 14px; font-weight: normal; padding: 5px; text-align: center; }
	.resource_scroller_item_title { color: rgba(69,130,184,1); font-size: 20px; font-weight: bold; padding: 5px; text-align: center; }
	.resource_search { color: rgba(50,50,50,1); font-size: 12px; font-weight: normal; }
	.resource_search_result { border-top: 1px solid rgba(50,50,50,1); margin-top: 10px; padding: 10px; }
	.resource_title { color: rgba(69,130,184,1); font-size: 24px; font-weight: normal; letter-spacing: 1px; position: relative; }
	.resource_trail { left: 0px; position: relative; top: -15px; }
	.resource_video { border: 1px solid rgba(50,50,50,1); border-radius: 3px; }
	.resource_wordpress { color: rgba(50,50,50,1); font-size: 12px; font-weight: normal; padding-top: 15px; }

/* response */
	.response { color: rgba(50,50,50,1); font-size: inherit; font-weight: normal; margin-top: 15px; }
	.response_title { color: rgba(203,88,78,1); }

@media only screen and (max-width: 1250px)
{
	.footer_frame { max-width: 94vw; }
	.header_frame { max-width: 94vw; }
}

@media only screen and (max-width: 800px)
{
	.footer_actions a { padding-left: 10px; padding-right: 10px; }
	.footer_left { display: block; text-align: center; width: 100%; }
	.footer_middle { display: block; text-align: center; width: 100%; }
	.footer_right { display: block; text-align: center; width: 100%; }
	.header_actions { display: none; }
	.header_menu { display: none; }
	.header_menu_mobile { display: block; }
}

@media only screen and (max-width: 600px)
{
	.header_menu_mobile_actions { width: 98.99vw; }
	.resource_data_fields_field textarea { max-width: 80vw !important; }
}

@media only screen and (max-width: 500px)
{
	.header_menu_mobile_actions { width: 98.5vw; }
}

@media only screen and (max-width: 400px)
{
	.header_menu_mobile_actions { width: 98.2vw; }
}