/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimplegrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
/*BODY ID'S USED FOR CSS FONT STYLES AND BASE SITE BODY STYLING */
body {
	color: #1e1f21;
}

.infografikas {
width:14%;
float:left;
border:#3498db 1px solid;
padding:10px;
margin:10px 10px 0px 0px;
height:300px;
text-align:center;
}

.infografikas h6{
}


.infografikas img{

}

#centerbottom {
	background: #fff;
}
#logo {
	background: url(../images/river/logo.png) no-repeat 0px 0px;
}
/* SITE LINKS */
a {
	text-decoration: none;
	color: #3498db;
}
/* SITE HOVERS */
a:focus, a:hover {
	color: #1e1f21;
}
/* SITE HEADINGS */
h1, h2, h3, h4, h5, h6 {
	color: #1e1f21;
}

/* SITE HEADINGS */
h1 {
	font-size:30px;
}
/* SITE LI IMAGE */
ul li {
	background: url(../images/river/bodyli.png) no-repeat 0px 10px;
}
/* ARTICLE TABLE OF CONTENTS */
fieldset, #article-index ul {
	border: 1px solid #dcdcdc;
}
#article-index ul li {
	border-bottom: 1px solid #dcdcdc;
}
#article-index ul li:last-child {
	border: none;
}
/* INPUTBOXES */
.inputbox {
	background: #FFFFFF;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
}
.inputbox:hover, .inputbox:focus {
	background: #F7F7F7;
	border: 1px solid #e2e2e2;
}
/*BUTTONS AND READON
--------------------- */
.button, .validate, a.readon {
	color: #1e1f21;
	text-shadow: none;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 2px solid #1e1f21;
	background: none;
}
.button:hover, .validate:hover, a.readon:hover {
	color: #fff;
}
/*TOP MENU STYLE FOR SPLIT MENU, CSS DROPDOWN AND SMOOTH DROPDOWN
--------------------- */
#topmenu_holder.yjsgmega, #topmenu_holder.topmodpoz, #topmenu_holder.topmodpoz_navbar {
	background: #fff;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.top_menu ul.group_holder ul.subul_main.level2, .top_menu ul.group_holder ul.subul_main.level4 {
	border: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}
.top_menu ul.subul_main a.first {
	-webkit-border-top-left-radius: 0;
	-moz-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	border-top-right-radius: 0;
}
.top_menu ul.subul_main a.last {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}
.top_menu li {
	background-image: none;
}
/* sub ul border */
.top_menu ul.subul_main, .top_menu ul.group_holder > li.holdsgroup li.haschild > ul[class*="subul_main"] {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #fff;
}
/* reset Bootstrap navbar */
.navbar-inner {
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}
/* TOP LEVEL LINKS */
.top_menu ul li a {
	color: #1e1f21;
}
/* active and hover */
.top_menu ul li a:hover, .top_menu li.active a.activepath {
	color: #fff;
	background: #1e1f21;
}
/*SUBTITLE */
.top_menu ul li a span.yjm_desc {
	color: #8b8b8b;
}
/* active and hover */
.horiznav ul li.active a span.yjm_desc, .horiznav ul li a:hover span.yjm_desc {
}
/* HASCHILD ARROWS */
.top_menu ul li.haschild span.child a {
	position: relative;
}
.top_menu ul li.haschild span.child a:after {
	font-family: 'FontAwesome';
	content: "\f111";
	position: absolute;
	top: 42%;
	left: 8px;
	padding: 0px;
	font-size: 7px;
}
.top_menu ul.subul_main li.haschild span.child a:after {
	font-family: 'FontAwesome';
	content: "\f111";
	position: absolute;
	top: 42%;
	left: auto;
	right: 10px;
}
.top_menu ul.subul_main li.haschild span.child a:hover:after {
	content: "\f111";
}
/* rtl arrows */
body.yjsgrtl .top_menu ul.subul_main li.haschild span.child a:after {
	right: auto;
	left: 10px;
	content: "\f111";
}
/* side menu arrow */
body.yjsgrtl ul.defaultmenu li a:after {
	content: "\f111";
	left: auto;
	right: -15px;
}
/*SUB LEVELS A*/
.top_menu ul.subul_main li a {
	background: #fff;
	border-bottom: 1px solid #e2e2e2;
}
.top_menu ul.subul_main li a:hover, .top_menu ul.subul_main li a.activepath {
	background: #1e1f21;
	color: #fff;
}
/* Group holder title*/
.top_menu ul.subul_main.group_holder li.holdsgroup ul.subul_main {
	border: none;
}
.top_menu ul.subul_main li.holdsgroup a.holdsgroupTitle {
	border: none;
	color: #888;
}
.top_menu ul.subul_main li.holdsgroup a.holdsgroupTitle:after {
	display: none;
}
/* MODULE IN MENU */
.top_menu ul.subul_main li.has_module a.yj_menu_module_holder:hover, .top_menu ul.subul_main li.has_modpoz a.yj_menu_module_holder:hover {
	background: #fff;
}
.top_menu ul.subul_main li.has_module .yjsquare_in, .top_menu ul.subul_main li.has_modpoz .yjsquare_in {
	color: #555;
	cursor: default;
}
/* SEPARATOR */
span.separator {
	color: #888;
	background: #fff;
	border-bottom: 1px solid #D4D4D4;
}
/* DROPLINE */
ul.subul_main.dropline.dlevel1 {
	background: #f8f8f8;
	border: none;
	-webkit-box-shadow: inset #D4D4D4 0 1px 0 0;
	-moz-box-shadow: inset #D4D4D4 0 1px 0 0;
	-khtml-box-shadow: inset #D4D4D4 0 1px 0 0;
	box-shadow: inset #D4D4D4 0 1px 0 0;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
ul.subul_main.dropline.dlevel1 a.dlevel1a {
	background: none;
}
/*SIDE MENU MODULE
--------------------- */
.defaultmenu li a {
	border-bottom: 1px solid #e2e2e2;
}
.defaultmenu li a {
	position: relative;
	display: block;
}
.defaultmenu li a:after {
	font-family: 'FontAwesome';
	content: "\f111";
	position: absolute;
	top: 15px;
	left: -12px;
	font-size: 8px;
}
.defaultmenu a.alast {
	border: none;
}
.defaultmenu a.isactivea, .defaultmenu li a:hover {
	color: #1e1f21;
}
/* Accordion side menu */
ul.defaultmenu.yjsgacc li.active_yjsgacc a.yjsgtoggler:after {
	content: "\f078";
}
/* FOOTER MENU MODULE*/
#footmod ul.defaultmenu li a, #footmod ul.defaultmenu li a:hover, #footmod ul.defaultmenu a.isactivea {
	border: none;
	background: none;
}
/*USER PAGES STYLES */
div.userpageswrap.offline div.userpages {
	border: none;
	background: #fff;
}
div.userpages dt {
	background: #fff;
	border: 1px solid #e2e2e2;
}
/* PAGINATION */
ul.pagination li a, ul.pagination li span, th.pagenav_prev a, th.pagenav_next a, div.back_button a, li.pagenav-next a, li.pagenav-prev a {
	background-image: url(../images/river/pagination.png);
}
/* active one*/
ul.pagination li span {
	color: #fff;
}
/* hover*/
ul.pagination li a:hover {
	color: #fff;
}
/*SECTION TABLE */
table.category {
	border: 1px solid #DDD;
	border-collapse: separate;
	border-bottom: none;
}
table.category td {
	border-bottom: 1px solid #DDD;
}
th.sectiontableheader {
	border-bottom: 1px solid #DDD;
	background: #fff;
}
tr.sectiontableentry1 td {
	background-color: #fafafa;
}
tr.sectiontableentry2 td {
	background-color: #fff;
}
tr.sectiontableentry1:hover td, tr.sectiontableentry2:hover td {
	background-color: #f7f7f7;
}
.yjsglogo {
	background: url(../images/river/yjsglogo.png) no-repeat center center;
}
/* responsive menu */
#mmenu_holder {
	background: #1e1f21!important;
	border: 1px solid #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* Switcher */
#layout_type.fullwidth {
	background: #fff;
}
#layout_type.fullwidth #topmenu_holder, #layout_type.fullwidth #yjsg3 {
	border: 1px solid #e2e2e2;
}
/*user pages*/
body.yjsgerror-page #errorpage, body.yjsg-offline #frame, body.yjsgerror-page #errorol, body.yjsgerror-page p.error_contact, body.yjsgerror-page p.error_msg {
	border: 1px solid #e2e2e2;
}
body.yjsg-offline .button {
	border: 2px solid #1e1f21;
	color: #1e1f21;
}
/* Module styles */
.yj2, .yj3, .yj4, .yj5, .yj6 {
	border: 1px solid #e2e2e2;
}
.yj4, .yj5, .yj6 {
	background: #f2f2f2;
}
.yj5 {
	background: #1e1f21;
}
.yj6, .yj5 .module_title, .yj5 .module_title span, .yj6 .module_title, .yj6 .module_title span {
	color: #fff;
}
/* Backgrounds */
#header, .yjsg_grid, #footer {
	background: #fff;
}
#footer {
	border-top: 1px solid #e2e2e2;
}
#yjsg3 {
	border-bottom: 1px solid #e2e2e2;
}
#yjsg3 .yjsgxhtml {
	-webkit-box-shadow: inset -1px 0 0 0 #e2e2e2;
	box-shadow: inset -1px 0 0 0 #e2e2e2;
}
.yjsg5_out {
	color: #fff;
	background:#fff;
}
.yjsg5_out .module_title, .yjsg5_out .module_title span, .yjsg5_out a:hover {
}
/* Template buttons */
.template_button, .template_button2, .template_button3 {
	border: 2px solid #fff;
	color: #fff;
}
.template_button2 {
	background: #1e1f21;
}
.template_button3 {
	border: 2px solid #1e1f21;
	color: #1e1f21;
}
.template_button:hover {
	background: #fff;
	color: #1e1f21;
}
.template_button2:hover, .template_button3:hover {
	color: #fff;
}
/* YJ Pop Login */
.bpoplogin .poping_links {
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
.bpoplogin #login_pop, .bpoplogin #reg_pop {
	background: #fff;
	border: 1px solid #e2e2e2;
	color: #979797;
}
.bpoplogin #login_pop .inputbox, .bpoplogin #reg_pop .inputbox {
	border: 1px solid #e2e2e2;
}
.bpoplogin #closeLogin, .bpoplogin #closeReg {
	color: #1e1f21;
}
.bpoplogin #logins form {
	border-right: 1px solid #e2e2e2;
}
/* Mijoshop menu */
.bmijoshopmenu ul.inline li {
	border-right: 1px solid #e2e2e2;
}
.bmijoshopmenu ul.inline li a {
	color: #1e1f21;
}
/* Menu */
#topmenu_holder {
	border-top: 1px solid #e2e2e2;
}
/* YJ Image Slider */
.bimageslider .YJSlide_intro_in {
	border: 2px solid #fff;
}
.bimageslider .YJSlide_slide:after {
	background: #000 url(../images/slider_pattern.png) repeat;
}
.bimageslider h4 {
	color: #fff;
}
.bimageslider .navContainer .bnav {
	background: #fff;
}
/* YJ Mijo module */
.bmijo .yj_mijop_image:after {
	background: #000;
}
.bmijo .yj_mijop_title, .bmijo .yj_mijop_title a, .bmijo .yj_mijop_title a:hover {
	color: #fff;
}
.bmijo .yj_mijop_price {
	color: #fff;
	border: 2px solid #fff;
}
.bmijo button.yj_mijo_button {
	border: 2px solid #1e1f21;
	color: #1e1f21;
}
/*hover*/
.bmijo .yj_mijo_product:hover .yj_mijop_price {
	background: #fff;
	color: #1e1f21;
}
.bmijo button.yj_mijo_button:hover {
	color: #fff;
}
/* YJ Module engine */
.bengine .yjme_item a.item_title {
	color: #1e1f21;
}
.bengine .yjme_item a.item_readmore {
	border: 2px solid #1e1f21;
}
/* Customers */
.bcustomers .quote_holder_in {
	border: 2px solid #fff;
}
.bcustomers .quote_holder h4 {
	color: #fff;
}
.bcustomers .slider-pager a {
	background: #fff;
}
/* Brandon list */
.brandon_list li a {
	color: #979797;
}
/* Footer banners */
.banner_holder_in{
	border:1px solid #e2e2e2;
}
.banner_holder h4 {
	color: #fff;
}
/* Hover effect */
.yj_hover_holder {
	border: 2px solid #fff;
}
.yj_hover_title {
	color: #fff;
}
.yj_hover_more {
	color: #fff;
	border: 2px solid #fff;
}
.yj_hover.hover {
}
/* Response menu */
span#yjmm_selectid {
	color: #fff!important;
}
/* RTL */
.yjsgrtl #yjsg3 .yjsgxhtml {
	-webkit-box-shadow: inset 1px 0 0 0 #e2e2e2;
	box-shadow: inset 1px 0 0 0 #e2e2e2;
}
.yjsgrtl .bmijoshopmenu ul.inline li {
	border-left: 1px solid #e2e2e2;
}
/* Mijoshop */
/* defaults */
#content_oc .content_oc {
	border: 1px solid #e2e2e2;
}
.highlight {
	border-bottom: 1px solid #e2e2e2;
}
/*heading*/
/*buttons*/
#container_oc .template_button3:hover {
	background: #3498db;
	border-color: #3498db;
}
/* mijoshop header */
#header_oc {
	border: 1px solid #e2e2e2;
}
/*currency*/
#header_oc #currency a {
	color: #1e1f21;
	background: #f7f7f7;
}
#header_oc #currency a:hover {
	background: #1e1f21;
	color: #fff;
}
/*cart*/
#header_oc #cart {
	background: #f7f7f7;
	color: #fff;
	border-left: 1px solid #e2e2e2;
}
#header_oc #cart .heading a {
	color: #1e1f21;
}
/*content*/
#header_oc #cart .content_oc {
	border: 1px solid #e2e2e2;
}
#header_oc #cart .empty {
	color: #979797;
}
/*info*/
.mini-cart-info td {
	border-bottom: 1px solid #e2e2e2;
}
/*search*/
#header_oc #search_oc input[type="text"] {
	border: 1px solid #e2e2e2;
	color: #979797!important;
}
/*links*/
#header_oc .links a + a {
	border-left: 1px solid #e2e2e2;
}
/* Product Filter */
/*grid, list*/
.product-filter {
	border: 1px solid #e2e2e2;
}
.product-filter .display span {
	background: #f7f7f7;
	color: #1e1f21;
	border: 1px solid #e2e2e2;
}
.product-filter .display a span {
	background: #1e1f21;
	color: #fff;
	border: 1px solid #1e1f21;
}
/*sort by, limit*/
.product-filter .sort select, .product-filter .limit select {
	color: #979797;
	border: 1px solid #e2e2e2;
}
/* Category view */
/*category info*/
.category-info .image {
	border-color: #e2e2e2;
}
/*categories*/
.box-product .image:after {
	background: #000;
}
.box-product .name a {
	color: #fff;
}
/* Products layout*/
/*grid layout*/
.product-grid div.product-grid-in {
	border: 1px solid #e2e2e2;
}
.product-grid .image:after {
	background: #000;
}
.product-grid .price {
	color: #3498db;
}
/*list layout*/
.product-list > div + div {
	border-top: 1px solid #e2e2e2;
}
.product-list .image_out {
	border: 1px solid #e2e2e2;
}
.product-list .image:after {
	background: #000;
}
.product-list .price {
	color: #3498db;
}
/* Product view */
.product-info > .left {
	border: 1px solid #e2e2e2;
}
.product-info .image:after {
	background: #000;
}
.product-info .template_button {
	color: #fff;
}
.product-info .template_button:hover {
	color: #1e1f21;
}
.product-info .image-additional a {
	border: 1px solid #e2e2e2;
}
.product-info .description {
	border-color: #e2e2e2;
}
.product-info .price {
	color: #3498db;
}
.product-info .review {
	border-color: #e2e2e2;
}
.product-info .review > div {
	border-color: #e2e2e2;
}
/*tabs*/
.htabs a {
	background: #f7f7f7;
	color: #1e1f21;
}
.htabs a.selected {
	color: #3498db;
}
.tab-content {
	border: 1px solid #e2e2e2;
}
/* Home */
/* Home cat */
.mijohome_cat .image:after {
	background: #000;
}
.mijohome_cat .box-product .name a {
	color: #fff;
}
/* Featured */
.mijo_featured div.mijo_featured_in_border {
	border: 1px solid #e2e2e2;
}
.mijo_featured .image:after {
	background: #000;
}
.mijo_featured .name a, .mijo_featured .price {
	color: #3498db;
}
/* Shopping cart */
.cart-info thead td {
	background: #f7f7f7;
}
/* Pagination */
.pagination .links a {
	border: 1px solid #e2e2e2;
	color: #1e1f21;
}
.pagination .links b {
	background: #3498db;
	color: #fff;
	border-color: #3498db;
}