/*======================================================================*\
|| #################################################################### ||
|| # 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   ||
|| # orangeistribution 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#stylef1,
body#stylef2,
body#stylef3,
body#stylef4,
body#stylef5,
body#stylef6,
body#stylef7,
body#stylef8,
body#stylef9,
body#stylef10,
body#stylef11,
body#stylef12,
body#stylef13,
body#stylef14,
body#stylef15,
body#stylef16 {
	background:#fff;
	color:#58585A;
}
#centerbottom {
	background:#fff;
}
#logo {
	background:url(../images/orange/logo.png) no-repeat 0px 0px;
}
/* SITE LINKS */
a {
	text-decoration: none;
	color:#F36F23;
}
/* SITE HOVERS */
a:focus,
a:hover {
	color:#2a2a2a;
}
/* SITE HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
	color:#F36F23;
}
/* SITE LI IMAGE */
ul li {
	background: url(../images/orange/bodyli.png) no-repeat 0px 11px;
}
/* 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 #dcdcdc;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color:#cccccc;
}
.inputbox:hover,
.inputbox:focus {
	background: #FFFFFF;
	border: 1px solid #F36F23;
}
/*BUTTONS AND READON
--------------------- */
.button,
.button:hover,
.validate,
a.readon,
a.hover,
a.focus {
	background:#F36F23!important;
	color:#fff;
	text-shadow:none;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	border:none!important;
	box-shadow:none;
}
a.readon:hover {
	color:#fff;
}
.button:hover,
.validate:hover,
a.readon:hover {
	background:#2a2a2a!important;
}
/*TOP MENU STYLE FOR SPLIT MENU, CSS DROPDOWN AND SMOOTH DROPDOWN
--------------------- */
#topmenu_holder.yjsgmega,
#topmenu_holder.topmodpoz,
#topmenu_holder.topmodpoz_navbar {
	background:none;
	-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 {
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	background:#F36F23;
}
/* 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:#58595B;
}
/* active and hover */
.top_menu ul li a:hover,
.top_menu li.active a.activepath,
.top_menu li.active a,
.top_menu li.haschild.level0:hover span.child a {
	color: #fff;
	background:#F36F23;
}
/*SUBTITLE */
.top_menu ul li a span.yjm_desc {
	color:#ffa57c;
}
/* active and hover */
.horiznav ul li.active a span.yjm_desc,
.horiznav ul li a:hover span.yjm_desc {
	color:#ffa57c;
}
/* 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:url(../images/orange/menu_icon.png);
	position: absolute;
	top:41%;
	left:4px;
	padding: 2px 7px;
}
.top_menu ul.subul_main li.haschild span.child a:after {
	font-family: 'FontAwesome';
	content:url(../images/orange/menu_icon.png);
	position: absolute;
	top:30%;
	left:auto;
	right:10px;
}
.top_menu ul.subul_main li.haschild span.child a:hover:after {
	content:url(../images/orange/menu_icon_hover.png);
}
/* rtl arrows */
body.yjsgrtl .top_menu ul.subul_main li.haschild span.child a:after {
	right:auto;
	left:10px;
	content: "\f0d9";
}
/* side menu arrow */
body.yjsgrtl ul.defaultmenu li a:after {
	content: "\f053";
	left:auto;
	right:-15px;
}
/*SUB LEVELS A*/
.top_menu ul.subul_main li a {
	background:#F36F23;
	border-bottom:1px solid #ffa57c;
}
.top_menu ul.subul_main li a:hover,
.top_menu ul.subul_main li a.activepath,
.top_menu ul.subul_main li.haschild.level1 span.child a:hover,
.top_menu ul.subul_main li.haschild.level2 span.child a:hover,
.top_menu ul.subul_main li.haschild.level3 span.child a:hover,
.top_menu ul.subul_main li.haschild.level4 span.child a:hover {
	background:#F36F23;
	color:#2a2a2a;
}
/* Group holder title*/
.top_menu ul.group_holder a.grouptitle,
.top_menu ul.group_holder a.activepath.grouptitle,
.top_menu ul.group_holder a.grouptitle:hover {
	color:#fff;
	border:none;
	background:#F36F23;
}
.top_menu ul.group_holder a.grouptitle:after {
	display:none;
}
span.separator {
	color:#fff;
	background:#F36F23;
	border-bottom:1px solid #ffa57c;
}
/* 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 #dadada;
	color:#F36F23;
}
.defaultmenu li a {
	position:relative;
	display:block;
}
.defaultmenu li a:after {
	font-family: 'FontAwesome';
	content:url(../images/orange/corpvision_circle_hover.png);
	position: absolute;
	top:4px;
	left:-15px;
}
.defaultmenu a.alast {
	border:none;
}
.defaultmenu a.isactivea,
.defaultmenu li a:hover {
	background:none;
	color:#2a2a2a;
}
.defaultmenu li a:hover:after {
	content:url(../images/orange/corpvision_circle.png);
}
/* 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 #ccc;
}
/* 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/orange/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/orange/yjsglogo.png) no-repeat center center;
}
/* responsive menu */
#mmenu_holder {
	background:#F36F23!important;
	border:none!important;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	box-shadow:none;
}
span#yjmm_selectid {
	color:#fff!important;
}
/* Backgrounds */
.header_out {
	background:#FFFFFF;
}
.yjsg1_out {
	color:#fff;
}
.yjsg1_out h2.module_title,
.yjsg1_out h2.module_title span {
	color:#fff;
}
.yjsg2_bottom{
	background:url(../images/orange/grid_separator.png) no-repeat center bottom;
}
#yjsg3 {
	background:url(../images/orange/grid_separator.png) no-repeat center bottom;
}
.yjsg5_out {
	background:#f8f8f8;
	border-top:1px solid #f3f3f3;
	border-bottom:1px solid #f3f3f3;
}
.yjsg7_out {
	color:#8b8b8b;
	background:#0c0c0c;
}
.yjsg7_out h2.module_title,
.yjsg7_out h2.module_title span,
.yjsg7_out h1,
.yjsg7_out h2,
.yjsg7_out h3,
.yjsg7_out h4,
.yjsg7_out h5,
.yjsg7_out h6 {
	color:#fff;
}
.footer_out {
	background:#2c2b2b;
}
.footer_out a {
	color:#F36F23;
}
.footer_out a:hover {
	color:#111111;
}
/* Template buttons */
.template_readmore {
	background:#F36F23 url(../images/template_readmore.png) no-repeat right center;
	color:#fff;
}
.template_readmore:hover {
	background:#2a2a2a url(../images/template_readmore.png) no-repeat right center;
	color:#fff;
}
.template_readmore2 {
	background:#fff;
	border:1px solid #e6e6e6;
	color:#2a2a2a;
}
.template_readmore2:hover,
.template_readmore3:hover {
	background:#2a2a2a;
	color:#fff;
}
.template_readmore3 {
	background:#F36F23;
	color:#fff;
}
/* Image Slider */
.cvimageslider h1 {
	color:#fff;
}
.cvimageslider p {
	color:#fff;
}
.cvimageslider .slidearrows{
	background:url(../images/cvimageslider_arrow.png) no-repeat left top;
}
.cvimageslider .slidearrows.slideLeft{
	background:url(../images/cvimageslider_arrow.png) no-repeat left bottom;
}
/* Custom icons module */
.icon_holder {
	background:url(../images/custom_icon1.png) no-repeat center top;
}
.icon_holder:hover {
	background:url(../images/custom_icon1_hover.png) no-repeat center top;
}
.icon_holder.second {
	background:url(../images/custom_icon2.png) no-repeat center top;
}
.icon_holder.second:hover {
	background:url(../images/custom_icon2_hover.png) no-repeat center top;
}
.icon_holder.third {
	background:url(../images/custom_icon3.png) no-repeat center top;
}
.icon_holder.third:hover {
	background:url(../images/custom_icon3_hover.png) no-repeat center top;
}
.icon_holder:hover h1 {
	color:#F36F23;
}
.icon_holder h1 span {
	color:#58585A;
}
/* Youbricks module */
.cvbricks h2.module_title {
	color:#2a2a2a;
}
.cvbricks .YouBricks_content a#yjbricks_getmore {
	background:#F36F23;
	color:#fff;
}
.cvbricks .YouBricks_content a#yjbricks_getmore:hover {
	background:#2a2a2a;
}
/* Module engine */
.cvengine h2.module_title {
	color:#2a2a2a;
}
.cvengine .yjme_item a.item_readmore {
	background:#F36F23 url(../images/template_readmore.png) no-repeat right center;
	color:#fff;
}
.cvengine .yjme_item a.item_readmore:hover {
	background:#2a2a2a url(../images/template_readmore.png) no-repeat right center;
}
/* Custom paragraph module */
.cvcustom h1 {
	color:#2a2a2a;
}
/* Meet the team */
.cvengine.team h2.module_title {
	color:#2a2a2a;
}
.cvengine.team .yjme_item a.item_title {
	color:#fff;
}
.cvengine.team .yjme_item a.item_title:hover {
	color:#2a2a2a;
}
.cvengine.team .team_holder {
	color:#fff;
}
.cvengine.team .team_holder .team_button,
.team_holder .team_button {
	background:#F36F23;
	color:#fff;
}
/* Custom map module */
#yjmap {
	color:#8b8b8b;
	background:#2c2b2b;
}
#yjmap h2.module_title,
#yjmap h2.module_title span,
#yjmap h1,
#yjmap h2,
#yjmap h3,
#yjmap h4,
#yjmap h5,
#yjmap h6 {
	color:#fff;
}
#yjmap h1 span {
	color:#8b8b8b;
}
/* Custom about us module */
.contact_infos p {
	color:#c4c4c4;
}
.contact_infos span {
	color:#7b7b7b;
}
/* Contact us ajax module*/
.cvcontactus #first_name,
.cvcontactus #email,
.cvcontactus #message {
	background:#181818;
	color:#626262;
}
.cvcontactus .spamcheck input {
	background:#181818;
}
.cvcontactus span.submit {
	background:#F36F23;
}
.cvcontactus span.submit .submitb {
	background:#F36F23;
}
.cvcontactus span.submit:hover,
.cvcontactus span.submit:hover .submitb {
	background:#141414;
}
/* Module Styles */
.yj1 h2.module_title,
.yj1 h2.module_title span,
.yj3 h2.module_title,
.yj3 h2.module_title span {
	color:#2a2a2a;
}
.yj4 {
	color:#b6b6b6;
	background:#F8F8F8;
	border:1px solid #f3f3f3;
}
.yj5 {
	color:#fff;
	background:#F36F23;
}
.yj5 h2.module_title,
.yj5 h2.module_title span {
	color:#fff;
}
/* K2 */
#holder div.catItemView,
#holder2 div.catItemView,
#holder3 div.catItemView,
.userView div.itemView,
.tagView .itemView,
.genericView .itemView,
.latestItemView {
	background:url(../images/orange/grid_separator.png) no-repeat center bottom;
}
ul.catItemTags li a,
div.itemTagsBlock li a,
div.k2TagCloudBlock a {
	background:#F36F23;
	color:#fff;
}
ul.catItemTags li a:hover,
div.itemTagsBlock li a:hover,
div.k2TagCloudBlock a:hover {
	background:#2a2a2a;
	color:#fff;
}
form#comment-form .inputbox:hover {
	border:1px solid #F36F23!important;
}
#submitCommentButton {
	background:#F36F23!important;
	color:#fff!important;
}
#submitCommentButton:hover {
	background:#2a2a2a!important;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName,
div.k2LatestCommentsBlock ul li span.lcUsername,
div.k2LatestCommentsBlock ul li a:hover {
	color:#F36F23;
}
div.k2LatestCommentsBlock ul li a {
	color:#58585A;
}
/* date */
span.yj_date_out {
	color:#F36F23;
	border:1px solid #F36F23;
}
/* before,after */
span.catItemAuthor:before,
div.catItemHitsBlock:before,
div.catItemCategory:before,
div.catItemCommentsLink:before,
span.itemAuthor:before,
span.itemHits:before,
div.itemCategory:before,
a.itemCommentsLink:before,
div.tagView div.itemCategory:before,
div.userView div.itemCategory:before,
div.itemCommentsLink:before,
div.latestItemView div.catItemCategory:before,
div.latestItemView div.catItemCommentsLink:before,
div.genericView div.itemCategory:before {
	border-left:1px solid #F36F23;
}
div.catItemHitsBlock:before,
span.itemHits:before {
	border-left:1px solid #cccccc;
}
div.itemCommentsLink:before,
div.latestItemView div.catItemCommentsLink:before {
	border-left:1px solid #cccccc;
}
div.catItemCategory:before,
div.itemCategory:before {
	border-left:1px solid #cccccc;
}
span.catItemAuthor:after,
div.catItemHitsBlock:after,
div.catItemCategory:after,
div.catItemCommentsLink:after,
span.itemAuthor:after,
span.itemHits:after,
div.itemCategory:after,
a.itemCommentsLink:after,
div.tagView div.itemCategory:after,
div.userView div.itemCategory:after,
div.itemCommentsLink:after,
div.latestItemView div.catItemCategory:after,
div.latestItemView div.catItemCommentsLink:after,
div.genericView div.itemCategory:after {
	border:1px solid #F36F23;
}
div.catItemHitsBlock:after,
span.itemHits:after {
	border:1px solid #cccccc;
}
div.catItemCategory:after,
div.itemCategory:after {
	border:1px solid #cccccc;
}
div.catItemCategory:after {
	border:1px solid #cccccc;
}
div.itemCommentsLink:after,
div.latestItemView div.catItemCommentsLink:after {
	border:1px solid #cccccc;
}
/* K2 more buttons*/
a.subCategoryMore {
	background:#F36F23 url(../images/template_readmore.png) no-repeat right center;
	color:#fff;
}
a.subCategoryMore:hover {
	background:#2a2a2a url(../images/template_readmore.png) no-repeat right center;
	color:#fff;
}
div.catItemReadMore a,
div.itemReadMore a {
	background:#F36F23;
	color:#fff;
}
div.catItemReadMore a:hover,
div.itemReadMore a:hover {
	background:#2a2a2a;
}
/* Hover effect */
.yj_hover_effect {
	background:#F36F23;
	color:#fff;
}
.yj_hover_more:hover,
.yj_hover_title:hover {
	color:#2a2a2a;
}
.yj_hover_effect2 {
	background:#F36F23;
	color:#fff;
}
.yj_hover_more2 {
	background:url(../images/big_hover_more.png) no-repeat left top;
}