
/* element styles */

html {
	overflow: scroll;
}

body{
	margin: 0;
	padding: 0; 
	background: #fff;
	font-size: 100%;
}	 

div {
	font-family: "Open Sans", arial, verdana, sans-serif;
	font-size: 100%;
	color: #000;
}

p {
	font-family: "Open Sans", arial, verdana, sans-serif;
	font-size: 110%;
	color: #000;
	margin: 0 0 15px 0;
	line-height: 140%;
}

ul {
	padding: 0 20px;
}

li {
	font-size: 110%;
	color: #000;
}

td {
	font-size: 100%;
	color: #000;
	vertical-align: top;
}

img {
	border: 0;
}

a {
	font-size: 100%;
	color: #7ea2bf;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: "Open Sans", arial, verdana, sans-serif;
	font-size: 190%;	
	color: #7ea2bf;
	margin: 0 0 40px 0;
	padding: 0;
	font-weight: 600;
}

h2 {
	font-family: "Open Sans", arial, verdana, sans-serif;
	font-size: 160%;	
	color: #7ea2bf;
	margin: 0 0 30px 0;
	padding: 0;
	font-weight: 600;
}

h3 {
	font-family: "Open Sans", arial, verdana, sans-serif;
	font-size: 150%;	
	color: #7ea2bf;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: normal;
}


h4 {
	font-family: "Open Sans", arial, verdana, sans-serif;
	font-size: 130%;	
	color: #7ea2bf;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}

form {
	margin: 0;
}

textarea {
	font-family: "Open Sans", arial, verdana, sans-serif;
	font-size: 90%;
}


/* page element styles */ 

#social_media {
	position: absolute;
	top: 30px;
	right: 0;
	width: 280px;
}

.social {
	margin-top: 5px;
	display: block;
	float: right;
	background:  top left no-repeat;
	margin: 0 0 0 15px;
	transition: background-position 0.3s;
}

#facebook {
	background-image: url(../images/site/facebook_new.png);
	width: 17px;
	height: 30px;
}

#twitterx {
	background-image: url(../images/site/twitterx.png);
	width: 33px;
	height: 30px;
	background-size: contain;
}

#pinterest {
	background-image: url(../images/site/pinterest_new.png);
	width: 23px;
	height: 30px;
}

#vimeo {
	background-image: url(../images/site/vimeo_new.png);
	width: 34px;
	height: 30px;
}

#instagram {
	background-image: url(../images/site/instagram_new.png);
	width: 30px;
	height: 30px;
}

#subscribe {
	background-image: url(../images/site/subscribe_new.png);
	width: 30px;
	height: 30px;
}

#view_cart_btn {
	color: #fff;
	background: #7ea2bf url(../images/site/view-cart-bg.png) no-repeat;
	padding: 10px 15px 10px 55px;
	font-size: 120%;
	border: 0;
	cursor: pointer;
	transition: 0.3s background-color;
}	

#view_cart_btn:hover {
	background-color: #ba2378;
}

#view_cart {
	position: absolute;
	top: 87px;
	right: 0;
}

/* Paypal */

#paypal-button-container {
	max-width: 300px;
	margin: 20px auto;
}
.card_container {
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 20px;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
}
.card_field{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    height:40px;
    background:white;
    font-size:17px;
    color:#3a3a3a;
    font-family:helvetica, tahoma, calibri, sans-serif;
}
.card_container input[type=text], .card_container select, .card_container textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    height:40px;
    background:white;
    font-size:17px;
    color:#3a3a3a;
    font-family:helvetica, tahoma, calibri, sans-serif;
}
.card_container input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.message_container {
    border-radius: 5px;
    background:#FFFFFF;
    font-size:13px;
    font-family:monospace;
    padding: 20px;
}
#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}
#loading-image {
    position: absolute;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -150px;
}
.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; 
    margin-top: -50px; 
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100px; 
    height: 102px; 
}
.button_container {
    display: flex;
    justify-content: center;
}
.card_container button:hover {
    background-color: powderblue;
}
.card_container button {
    width:229px;
    height:49px;
    background:lightblue;
    border:1px dotted black;
    font-size:17px;
    color:#3a3a3a;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 auto;
}
.btn_small{
    width:130px;
    height:39px;
    background:lightblue;
    border:1px dotted black;
    font-size:14px;
    color:#3a3a3a;
}
.btn_small:hover {
    background-color: powderblue;
}

/* end of Paypal */

.nav_item, 
.nav_item:hover, 
.nav_item_active  {
	font-family: "Open Sans", arial, verdana, sans-serif;
	display: block;
	text-align: center;
	color: #000 !important;
	font-weight: 400 !important;
	padding: 13px 15px 0 15px;
	height: 37px;
	font-size: 100% !important;
	transition: background-color 0.3s;
}

.nav_item:hover, .nav_item_active {
	background: #7ea2bf;
	color: #fff !important;
	text-decoration: none !important;
}
	
	
#footer {
	padding: 50px 50px 0 50px;
	margin: 50px 0 0 0;
	background: #7ea2bf;
	font-size: 90%;
}

#footer * {
	color: #fff;
}

/* content pages */

#breadcrumb {
	float: right;
	margin: -30px 0 20px 0;
	text-align: right;
}

/* left nav */

#left_nav a {
	display: block;
	color: #333333;
}

#left_nav a:hover {
	text-decoration: none;
}

.nav_item_1, .nav_item_2, .nav_item_3 {
	border-bottom: 1px #e1edf2 solid;
	padding: 10px;
	transition: background-color 0.3s;
}

.nav_item_1:hover, .nav_item_2:hover, .nav_item_3:hover, #nav_print:hover {
	background-color: #7ea2bf;
}

.nav_item_1:hover *, .nav_item_2:hover *, .nav_item_3:hover *, #nav_print:hover * {
	color: #fff !important;
	text-decoration: none;
}

.nav_item_1_active, .nav_item_2_active, .nav_item_3_active {
	background-color: #7ea2bf;
	border-bottom: 1px #e1edf2 solid;
	padding: 10px;
}

.nav_item_1_active *, .nav_item_2_active *, .nav_item_3_active * {
	color: #fff !important;
	text-decoration: none;
}

.nav_item_2, .nav_item_2_active {
	padding-left: 20px;
}

.nav_item_3, .nav_item_3_active {
	padding-left: 40px;
}

#nav_print {
	background: url(../images/site/print-icon.png) no-repeat 5px 3px;
	padding-left: 35px;
}

.image_caption {
	float: left;
	margin-right: 30px;
}

/* accordion */
.accordion h2 {
	padding: 0 0 5px 50px;
	margin: 0 0 5px 0;
	cursor: pointer;
}

.accordion h2.ui-state-default {
	font-weight: bold;
	color: #7ea2bf;
	background: url(../images/site/arrow-right.png) left center no-repeat;	
}

.accordion h2.ui-state-default:hover {
	color: #7ea2bf;
	background: url(../images/site/arrow-right-hover.png) left center no-repeat;	
}

.accordion h2.ui-state-active {
	color: #7ea2bf;
	background: url(../images/site/arrow-down.png) left center no-repeat;
}

.accordion h2.ui-state-active:hover {
	color: #7ea2bf;
	background: url(../images/site/arrow-down.png) left center no-repeat;
}

.ui-accordion-content {
	background: none !important;
	border: 0px !important;
}

.ui-accordion-header {
	border: 0px !important;
}

.ui-accordion-header-icon {
	display: none !important;
}

.ui-widget-content a {
    color: #7ea2bf !important;
}
.ui-widget-content .button {
	color: #fff !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active, 
.ui-autocomplete, .ui-autocomplete:hover, 
.ui-menu-item, .ui-menu-item:hover,
.ui-menu-item a, .ui-menu-item a:hover,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a { 
	background: #ffffff none no-repeat; 
	padding:0;
	margin:0;
	display:block;
	border:0;border-collapse:collapse;
	font-family: "Open Sans", arial, verdana, sans-serif;
}


/* form styles */

.user_form .row_0 {
	background-color: #f7f7f7;
}

.user_form .row_1 {
	background-color: #f2f2f2;
}

.user_form .row_section {
	background-color: #fff;
}

.user_form .row_section td {
	border: 0 !important;
	padding-top: 30px;
}

.user_form .cell {
	padding: 10px;
}

.user_form .cell_left {
	padding: 10px;
}

.user_form .cell_right {
	padding: 10px;
}

.user_form .cell_span {
	padding: 10px;
}

.user_form .error {
	display: block;
	color: #c00;
	font-weight: 600;
}

.user_form .input_box {
	width: 300px;
	padding: 8px;
}

.user_form .input_box_200 {
	width: 300px;
	padding: 8px;
}

.user_form .input_box_small {
	width: 80px;
	padding: 8px;
}

.user_form form {
	margin: 0px;
}

.user_form select {
	padding: 8px;
}

.user_form .textarea {
	width: 300px;
	height: 200px;
	padding: 8px;
}

.user_form .textarea_small {
	width: 300px;
	height: 50px;
	font-family: "Open Sans";
	font-size: 90%;
	padding: 8px;
}

.user_form .section {
}	

.user_form h3 {
	padding: 20px 0 0 0;
}

.user_form .select_box_200 {
	width: 300px;
}

.striped_table td {
	padding: 15px;
}
.striped_table tr:nth-child(even) {
	background-color: #dee5eb;
}
.striped_table tr:nth-child(odd) {
	background-color: #c9d5df;
}
.striped_table {
	border: 1px solid #afb8c0;
	border-collapse: collapse;
}

/* FAQs */

.faq_area_label,
.faq_question_block {
	margin: 25px 0 0 0;
}

.faq_question {
	display: block;
	background: #fff url(../images/site/expand.png) top left no-repeat;
	padding: 0 0 0 50px;
	height: 30px;
	margin: 10px 0 0 0;
	transition: background-color 1s;
}

.faq_question:hover {
	background-color: #7ea2bf;
	color: #fff;
	text-decoration: none;
}

.faq_question_expanded {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	background: #7ea2bf url(../images/site/contract.png) top left no-repeat;
	transition: background-color 1s;
}

	
.faq_answer {
	margin: 0 0 20px 0;
	background: #7ea2bf;
	padding: 20px 30px 10px 30px;
}

.faq_answer * {
	color: #fff;
}


/* side panels */

.panel {
	margin: 30px 0 0 0;
	box-shadow: 0 0 11px rgba(0,0,0,0.4); 
}

.panel_top {
	padding: 10px;
	font-size: 110%;
	color: #fff;
	background: #7ea2bf;
}

.panel_bottom {
	padding: 10px;
	background: #fff;
	color: #000;
}

.panel_bottom p {
	color: #000 !important;
}

.panel_bottom a {
	color: #7ea2bf !important;
}

/* home page */

#home_col1 h2 {
	background: url(../images/site/home_box_1_bg.jpg) top left no-repeat;
	font-size: 155%;
	width: calc(100% - 40px);
	padding: 13px 20px;
	margin: 0 0 30px 0;
	color: #fff;
}

#home_col2 h2 {
	background: url(../images/site/home_box_2_bg.jpg) top left no-repeat;
	font-size: 155%;
	width: calc(100% - 40px);
	padding: 13px 20px;
	margin: 0 0 30px 0;
	color: #fff;
}

#home_divider {
	background: url(../images/site/home_div_bg.jpg) top left no-repeat;
	width: 100%;
	height: 100px;
	margin: 40px 0 50px 0;
	background-size: cover;
}

/* home page tweets */

.tweet {
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
	border-bottom: 3px #f0f0f0 solid;
}

.tweet p {
	margin: 10px 0 0 0;
}

.tweet_date {
	font-style: italic;
	text-align: right;
	margin: 0 !important;
}



/* read more button */

#read_less_button {
	width: 100px;
	display: none;
	float: left;
}

#read_more_text {
	display: none;
}

.button {
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #7ea2bf;
	padding: 15px;
	font-size: 120%;
	cursor: pointer;
	margin: 20px auto 0 auto;
	border: 0;
}	

.button:hover {
	background: #ba2378;
	text-decoration: none;
}

.button:disabled {
  background: #aaa;
  cursor: default;
}

/* products */

.products {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.product_item {
	flex-basis: 268px;
	margin: 10px;
	padding: 10px;
	background-color: #dee5eb;
	float: left;
	position: relative;
}

.product_item select {
	width: calc(100%);
}

.product_item h3 {
	font-weight: bold;
	font-size: 130%;
}

.product_image {
	position: relative;
	display: block;
	width: 100%;
	height: 268px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 10px;
}

.thumb_item {
	flex-basis: 134px;
	margin: 10px;
	padding: 10px;
	background-color: #dee5eb;
	float: left;
	position: relative;
}

.product_thumb {
	display: block;
	width: 100%;
	height: 134px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 10px;
	-webkit-print-color-adjust: exact;
}

.add_cart_btn {
	background: #7ea2bf url(../images/site/add-cart-bg.png) top left no-repeat;
	border: 0;
	color: #fff;
	padding: 10px 15px 10px 45px;
	font-size: 120%;
	border: 0;
	cursor: pointer;
	transition: 0.3s background-color;
}

.add_cart_btn:hover {
	background-color: #ba2378;
}

.product_detail_image {
	width: 268px;
	height: 268px;
	background: no-repeat center center;	
	background-size: cover;
}

#product_detail_key {
	width: 110px;
	margin: 20px;
}

/* javascript msDropDown product dropdowns */
.dd .ddTitle {
  background-color: #fff !important;
  background-image: none !important;
}

.dd .ddArrow {
	background: url(../images/site/dd_arrow.png) no-repeat !important;
}

.ddlabel {
	font-size: 75% !important;
	font-family: arial, verdana, sans-serif !important;
	padding: 8px;
}

.dd .divider {
    border: none !important;
}


.new {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 85px;
	height: 85px;
	background: url(../images/site/new-triangle.png) no-repeat top left;
}

.new_products {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 107px;
	height: 107px;
	background: url(../images/site/new-products-triangle.png) no-repeat top left;
}

.sale {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 107px;
	height: 107px;
	background: url(../images/site/flash-sale-triangle.png) no-repeat top left;
}

.sale_products {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 107px;
	height: 107px;
	background: url(../images/site/flash-sale-products.png) no-repeat top left;
}

.offer {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 85px;
	height: 85px;
	background: url(../images/site/limited-triangle.png) no-repeat top left;
}

/* news styles */

.news_grid_item:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.news_grid_item_image {
	display: block;
	height: 200px;
	background-size: cover;
	background-position: top left;
	opacity: 0.8;
	transition: opacity 0.3s;
	border-radius: 5px;
}

.news_grid_item:hover .news_grid_item_image {
	opacity: 1;
}

.news_grid_item h3 {
	transition: color .3s;
}

.news_grid_item:hover h3 {
	color: #000;
}

.news_grid_item_text {
	display: block;
	padding: 20px 0 0 0;
}

.news_page_image {
	display: block;
	height: auto;
	border-radius: 5px;
}


/* blog */

.blog_text_full img {
	max-width: calc(100%) !important;	
	height: auto !important;
}

.blog_intro:hover {
	text-decoration: none;
}

.blog_intro:hover .blog_image {
	opacity: 1;
}

.blog_intro h2 {
	transition: color .3s;
}

.blog_intro:hover h2 {
	color: #000;
}

.blog_divider {
	clear: both;
	height: 3px;	
}

#blog_right_side {
	position: fixed;	
	width: 200px;
}

.blog_title h2 a {
	color: #000;
}

.archive_link {
	display: block;
}

.archive_link_1 {
	font-weight: 600;
	background: url(../images/site/archive-year.png) left top no-repeat;
	padding: 0 0 0 20px;
	margin: 5px 0 0 0;
}

.archive_link_1.active {
	background: url(../images/site/archive-year.png) left bottom no-repeat;
	padding: 0 0 0 20px;
	margin: 5px 0 0 0;
}

.archive_link_2 {
	padding: 0 0 0 30px;
	margin: 5px 0 0 0;
}

.archive_link_2.active {
	font-weight: 600;
	padding: 0 0 0 30px;
	margin: 5px 0 0 0;
}

.archive_month {
	display: none;	
}

.archive_month.active {
	display: block;	
}


/* testimonials */

.testimonial {
	background: url(../images/site/speech-mark.png) top left no-repeat;
	font-size: 120%;
}

.testimonial_fader {
	display: none;
	padding: 0 0 0 60px;
}

#testimonial_fader_1 {
	display: block;
}

.testimonial img {
	float: right;
	margin: 0 0 0 30px;
	max-width: 100px;
	height: auto;
}

.testimonial_name {
	display: block;
	font-size: 90%;
	color: #000;
}

.testimonial_title {
	display: block;
	font-weight: 600;
	font-size: 80%;
	color: #999;
}


/* general styles */


.top_margin_50 {
	margin-top: 50px !important;
}

.padded_img img {
	padding: 0;
}

.smallText {
	font-size: 80%;
}

.smallText a {
	font-size: 100%;
}

.error {
	color: #c00;
	font-weight: 600;
}

.pad30lr {
	padding: 0 30px 0 30px;
}

.margin_zero {
	margin: 0;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hide, .hidden {
	display: none;
}

/* simple slider */

#simple_slider {
	position: relative;
	display: block;
	width: 100%;
	height: auto;	
}

.ss_wrapper {
	position: relative;
	top: 0;
	height: 100%;
}

#ss_previous {
	cursor: pointer;
	display: block;
	position: absolute;
	top: calc((100% - 75px)/2);
	left: 30px;
	width: 41px;
	height: 75px;
	background: url(../images/site/arrows.png) no-repeat left top;
	z-index: 9999;
}

#ss_next {
	cursor: pointer;
	display: block;
	position: absolute;
	top: calc((100% - 75px)/2);
	right: 30px;
	width: 41px;
	height: 75px;
	background: url(../images/site/arrows.png) no-repeat right top;
	z-index: 9999;
}

.ss_slide {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100%);
	height: calc(100%);
	display: none;
}

#ss_1 {
	display: block;
}

.ss_image {
	display: block;
	position: absolute;
	width: calc(100%);
	height: calc(100%);
	background: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.ss_caption {
	display: block;
	position: absolute;
	left: 0;
	bottom: 50px;
	max-width: 75% !important;
}

.ss_caption_inner {
	display: block;
	padding: 30px;
	color: #fff;
	font-weight: 300;
	background: url(../images/site/caption-bg.png);
}

.ss_caption_inner * {
	margin:0;
	padding:5px;
	color: #fff;
}


/* document types */

.icon {
	list-style-type: none;
	padding: 0 0 0 25px !important;
	margin: 0 0 10px -3px !important;
}

.pdf {
	background: url(../images/resources/pdf.gif) no-repeat;
}

.doc, .docx {
	background: url(../images/resources/doc.gif) no-repeat;
}

.xls, .xlsx {
	background: url(../images/resources/xls.gif) no-repeat;
}

.ppt, .pptx {
	background: url(../images/resources/ppt.gif) no-repeat;
}

.wav {
	background: url(../images/resources/wav.png) no-repeat;
}

.avi {
	background: url(../images/resources/avi.png) no-repeat;
}

.folder {
	background: url(../images/resources/folder.png) no-repeat;
}

/* cookie preferences */

#cookie_popup_message {
	display:  none;
	position: fixed; 
	z-index: 9999; 
	bottom: 20px; 
	left: 20px; 
	width: 310px; 
	background-color: #ffffffcc; 
	padding: 10px;  
	border-radius: 5px; 
	box-shadow: 0 0 1px #00000066;
}

#cookie_popup_message p {
	font-size: 85% !important; 
	color: #000; 
	margin: 0 0 10px 0;
}

#cookie_options {
	display:  flex;
	flex-direction: column;
}

.cookie_options_row {
	display:  flex;
	flex-direction: row;
}

.cookie_options_label {
	font-size: 85% !important; 
	font-weight:  bold;
	margin: 0 20px 20px 0;
}

.cookie_options_yes,
.cookie_options_no {
	display:  block;
	color:#fff !important; 
	font-size: 90% !important;  
	text-decoration: none; 
	padding: 3px 15px 0 15px; 
	height:  22px;
	border-radius: 5px; 
	font-weight: bold;
	transition: background-color 0.3s;
	margin:  0 10px 0 0;
}

.cookie_options_no {
	background: #666; 
}

.cookie_options_yes {
	background: #666; 
}

.cookie_options_yes:hover,
.cookie_options_no:hover {
	text-decoration: none; 
}

.cookie_options_no:hover,
.cookie_options_no.active {
	background: #c33; 
}

.cookie_options_yes:hover,
.cookie_options_yes.active {
	background: #3c3; 
}

#cookie_accept_all,
#cookie_set_preferences {
	background: #666; 
	color:#fff !important; 
	font-size: 90% !important;  
	text-decoration: none; 
	padding: 5px 25px; 
	border-radius: 5px; 
	font-weight: bold;
	transition: background-color 0.3s;
}

#cookie_accept_all:hover,
#cookie_set_preferences:hover {
	background: #000; 
}

/* admin nav bar styles */

#admin_navbar {
	position: fixed; 
	top: 0; 
	right: 10px; 
	height: 50px; 
	background: -moz-linear-gradient(top, #e7e9eb 0%, #d8dade 100%); 
	background: -webkit-linear-gradient(top, #e7e9eb 0%,#d8dade 100%) ; 
	background: linear-gradient(to bottom, #e7e9eb 0%,#d8dade 100%); 
	border: 1px solid #e7e9eb;
	box-shadow: 0 0 11px rgba(0,0,0,0.4); 
	z-index: 9999999;
	padding: 10px;
	color: #fff;
	border-radius: 0 0 3px 3px;
}

.admin_navbar_icon {
	color: #fff;
	margin-right: 10px;
	opacity: 0.6;
	width: 48px;
	height: 48px;
}

.admin_navbar_icon img {
	width: 48px;
	height: 48px;
}

.admin_navbar_icon:hover {
	color: #fff;
	margin-right: 10px;
	opacity: 1;
}

#admin_navbar .admin_navbar_hassubnav {
	font-size: 85%;
	color: #000;
}

#admin_navbar .admin_navbar_hassubnav .admin_navbar_subnav {
	display: none;
}

#admin_navbar .admin_navbar_hassubnav .admin_navbar_subnav span,
#admin_navbar .admin_navbar_hassubnav .admin_navbar_subnav a  {
	display: block;
	color: #000;
	border-bottom: 1px solid #bdbdbd;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	height: auto;
}

#admin_navbar .admin_navbar_hassubnav:hover .admin_navbar_subnav {
	display: block;
	position: absolute;
	top: 60px;
	left: 175px;
	width: 150px;
	background: #d8dade; 
	padding: 10px;
}

#admin_navbar_extended {
	float: left; 
	height: 50px;
	overflow-y: hidden;
	width: 0;
}

#admin_navbar_icon {
	float: left;
	margin: 0;
}
	
@keyframes slide_out {
	0%   { width: 0px; }
	100% { width: 380px; }
}

.slide_out {
	animation-name: slide_out;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

@keyframes slide_in {
	0%   { width: 380px; }
	100% { width: 0px; }
}

.slide_in {
	animation-name: slide_in;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}


/* iCheck plugin flat skin, black
----------------------------------- */
.icheckbox_flat,
.iradio_flat {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../images/site/flatv2.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat {
    background-position: 0 0;
}
    .icheckbox_flat.checked {
        background-position: -22px 0;
    }
    .icheckbox_flat.disabled {
        background-position: -44px 0;
        cursor: default;
    }
    .icheckbox_flat.checked.disabled {
        background-position: -66px 0;
    }

.iradio_flat {
    background-position: -88px 0;
}
    .iradio_flat.checked {
        background-position: -110px 0;
    }
    .iradio_flat.disabled {
        background-position: -132px 0;
        cursor: default;
    }
    .iradio_flat.checked.disabled {
        background-position: -154px 0;
    }



