/*======================================================================*\
|| #################################################################### ||
|| # 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: #555;
}
#centerbottom {
	background: #fff;
}
#logo {
	background: url(../images/blue/logo.png) no-repeat 0px 0px;
	    margin-bottom: 10px;
}
/* SITE LINKS */
a {
	color: #62a9e4;
}
/* SITE HOVERS */
a:focus, a:hover {
	color: #1b1b1c;
}
/* SITE HEADINGS */
h1, h2, h3, h4, h5, h6 {
	color: #454545;
}
/* SITE LI IMAGE */
ul li {
	background: url(../images/blue/bodyli.gif) no-repeat 0px 7px;
}
/* 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: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.inputbox:hover, .inputbox:focus {
	background: #F7F7F7;
	border: 1px solid #838383;
}
/*BUTTONS AND READON
--------------------- */
.button, .button:hover, .validate, a.readon, a.readon:hover, a.readon:focus {
	background: #62a9e4;
	color: #fff;
	text-shadow: none;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none!important;
}
a.readon:hover {
	color: #111;
}
/*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: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.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: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.top_menu ul.subul_main a.last {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.top_menu li {
	background-image: none;
}
/* sub ul border */
.top_menu ul.subul_main {
	border: 1px solid #212121;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #161616;
}
/* 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: #fff;
	padding: 0 20px 0 30px;
}
.top_menu li:hover, .top_menu li.active, .top_menu li.active:hover {
	background: url(../images/active_l.png) no-repeat left top;
}
.top_menu li:hover a, .top_menu li.active a, .top_menu li.active a:hover {
	background: url(../images/active_r.png) no-repeat right top;
	color: #fff;
}
/* active and hover */
.top_menu ul li a:hover, .top_menu li.active a.activepath {
	color: #fff;/*	color: #fff;
	background:#161616;*/
}
/*SUBTITLE */
.top_menu ul li a span.yjm_desc {
	color: #8b8b8b;
	background: none;
}
/* active and hover */
.horiznav ul li.active a span.yjm_desc, .horiznav ul li a:hover span.yjm_desc {
	text-shadow: none;
}
/* 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: "\f0d7";
	position: absolute;
	top: 30%;
	left: 0px;
	padding: 2px 7px;
}
.top_menu ul.subul_main li.haschild span.child a:after {
	font-family: 'FontAwesome';
	content: "\f0da";
	position: absolute;
	top: 30%;
	left: auto;
	right: 10px;
}
.top_menu ul.subul_main li.haschild span.child a:hover:after {
	content: "\f0d7";
}
/* 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: #161616;
	border-bottom: 1px solid #464343;
	color: #fff;
}
.top_menu ul.subul_main li a:hover, .top_menu ul.subul_main li a.activepath {
	background: #f28e35;
	color: #fff;
}
/********************** CORNERS FOR MENU UL'S ***************************/

.top_menu ul.subul_main li, .top_menu ul.subul_main li:hover, .top_menu ul.subul_main li a, .top_menu ul.subul_main li a:hover, .top_menu ul.subul_main li:hover a {
	background-image: none!important;
}
/* RIGHT MIDDLE */
.horiznav li.right, .horiznav li.right:hover {
	background: transparent url(../images/blue/topmenu/corners/right.png) no-repeat right bottom!important;
}
/* 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: #fff;
}
.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 #D4D4D4;
}
.defaultmenu li a {
	position: relative;
	display: block;
}
.defaultmenu li a:after {
	font-family: 'FontAwesome';
	content: "\f0da";
	position: absolute;
	top: 5px;
	left: -15px;
	font-size: 120%;
	font-weight: normal;
}
.defaultmenu a.alast {
	border: none;
}
.defaultmenu a.isactivea, .defaultmenu li a:hover {
	color: #121212;
}
/* 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;
}
/*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/blue/yjsglogo.png) no-repeat center center;
}
/* responsive menu */
#mmenu_holder {
	background: #fff!important;
	border: 1px solid #D4D4D4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
/* sub cat read more */
a.subCategoryMore, a.subCategoryMore:visited {
	color: #fff;
}
a.subCategoryMore:hover {
	color: #1b1b1c;
}
body.textlight #yjsg1, body.textlight #yjsg1 .module_title, body.textlight #yjsg1 a, body.textlight .yj1, body.textlight .yj1 .module_title, body.textlight .yj1 a {
	color: #fff;
}
body.textdark #yjsg1, body.textdark #yjsg1 h2.module_title, body.textdark #yjsg1 a, body.textdark .yj1, body.textdark .yj1 .module_title, body.textdark .yj1 a {
	color: #121212;
}
.yj2 {
	background: #121212;
}
.yj2, .yj2 .module_title {
	color: #fff;
}
#header_top {
	background: #ffffff url(../images/darkbg.png);
	padding-top: 10px;
}
.fullwidth {
	background: #080809;
}
#layout_type {
	background: #fff;
}
.shinebg {
	background-image: url(../images/noise.png);
	background-repeat: repeat;
}

.yjsg2_out {
	background: #292626 url(../images/darkbg.jpg);
	border-bottom: 5px solid #161616;
}
.yjsg3_out {
	background: #eaeaea url(../images/shinebgcenter.jpg) repeat-y center top;
	border-bottom: 5px solid #dbdbdb;
}
.basebgcenter {
	background: #eaeaea;
}
.yjsg4_out {
	background: #f9f9f9;
	border-bottom: 5px solid #f0f0f0;
}
.yjsg6_out {
	background-image: url(../images/darkbgfooter.png);
	background-repeat: repeat;
	border-top: 5px solid #030303;
}
.yjsg5_out {
	background: #fff;
}
.yjsg7_out {
	background-image: url(../images/darkbgfooter.png);
	background-repeat: repeat;
	border-bottom: 5px solid #030303;
}
.footerbg {
	background: #050505;
	border-top: 1px solid #080808;
}
#yjsg2 h2.module_title, #yjsg2, #yjsg6, #yjsg7 {
	color: #d7d7d7;
}
#Youdeveloperslider .elements .slide .intro .intro_text span.sliderblock {
	color: #62a9e4;
	background: #fff;
}
#Youdeveloperslider .navigator li {
	background-image: url(../images/bullet.png);
}
#Youdeveloperslider .navigator li.top {
	background-position: -15px 0px;
}
#Youdeveloperslider .navigator li.selected {
	background-image: url(../images/bullet.png);
	background-position: left 1px;
}
.SliderPage .newsitem_text span.sliderblock {
	color: #fff;
}
.intro-text .yjsquare_in p {
	color: #d8d8d8;
}
.circleIcons {
	border: 5px solid #161616;
	color: #161616;
	text-shadow: 1px 0px 1px #626262;
	-webkit-box-shadow: inset 2px 1px 5px -2px #626262;
	-khtml-box-shadow: inset 2px 1px 5px -2px #626262;
	-moz-box-shadow: inset 2px 1px 5px -2px #626262;
	box-shadow: inset 2px 1px 5px -2px #626262;
}
.offer .yjme_item:hover .circleIcons {
	color: #fff;
	border: 5px solid #fff;
}
.yjplanextd li.row1 {
	background: #f5f5f5;
}
.usd_circle {
	background: url(../images/usd_circle.png) no-repeat center center;
}
.yjplanxtdended ul.isactive li.row1 {
	color: #fff;
}
a.planOrder {
	background: #fff;
}
.icon-ok.planicons {
	color: #62a9e4;
}
.icon-remove.planicons {
	color: #c2c2c2;
}
.yjplanxtdended ul.isactive .icon-ok.planicons, .yjplanxtdended ul.isactive .icon-remove.planicons {
	color: #fff;
}
.yj_twitter_title a {
	color: #9a9a9a;
}
.TwittIcons {
	color: #161616;
	text-shadow: 1px 0px 1px #626262;
	-webkit-box-shadow: inset 2px 1px 5px -2px #626262;
	-khtml-box-shadow: inset 2px 1px 5px -2px #626262;
	-moz-box-shadow: inset 2px 1px 5px -2px #626262;
	box-shadow: inset 2px 1px 5px -2px #626262;
	text-align: center;
	color: #62a9e4;
}
.HsClients h2.module_title {
	color: #2a2a2a;
}
.HsClients .yjme_item div.imageholder {
	border: 5px solid #e9e9e9;
}
.HsClients .yjme_item a.item_title {
	color: #2a2a2a;
}
.HsClients .yjme_item .item_readmore {
	color: #fff;
	background: #62a9e4;
}
/* hover .HsClients,.OurGoal */
.HsClients .yjme_item .item_readmore:hover {
	color: #1b1b1c;
}
/* Border Last Item*/
.HsClients .yjme_item_in.last {
	border-bottom: 1px solid #efefef!important;
}
ul.ListOurGoal li {
	border-bottom: 1px solid #efefef;
}
ul.ListOurGoal li a:before {
	border: 1px solid #62a9e4;
}
.darkbg .yjsquare_in p {
	color: #919191;
}
/*read more footer*/
.darkbg .yjsquare_in a.RmAboutUs {
	color: #fff;
	background: #62a9e4;
}
.darkbg .yjsquare_in a.RmAboutUs:hover {
	color: #1b1b1c;
}
.darkbg .list-navi a {
	padding-left: 0px;
	color: #919191;
}
.darkbg .disk {
	color: #fff;
}
.darkbg .disk:hover {
	color: #62a9e4;
}
.darkbg ul.list-navi li a {
	background: none;
}
.darkbg ul.list-navi li a:hover {
	color: #62a9e4;
}
/*Footer logo*/
.yjsquare.HsFooterLogo {
	border-top: 1px solid #3b3b3b;
}
/*patagraph footerlogo*/
.HsFooterLogo .yjsquare_in p {
	color: #919191;
}
.footerbg a {
	color: #7a7a7a;
}
.footerbg a:hover {
	color: #62a9e4;
}
.yjsg-newsitems .ClientsPage .newsitem_text img, .ClientsPage .newsitem_text img {
	border: 5px solid #e9e9e9;
}
.yjgmapLoad {
	background: #080809 url(../images/maploader.gif) no-repeat center center!important;
}
