	@charset "utf-8";
/* CSS Document */
@font-face {
 font-family: 'FuturaCM';
 src: url('fonts/futuracondensedmedium.eot');
 src: url('fonts/futuracondensedmedium.eot') format('embedded-opentype'), url('fonts/futuracondensedmedium.woff') format('woff'), url('fonts/futuracondensedmedium.ttf') format('truetype'), url('fonts/futuracondensedmedium.svg#FuturaCondensedMediumMedium') format('svg');
}
@font-face {
    font-family: 'latolight';
    src: url('fonts/lato-lig-webfont.eot');
    src: url('fonts/lato-lig-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('fonts/lato-lig-webfont.woff') format('woff'),*/
         url('fonts/lato-lig-webfont.ttf') format('truetype'),
         url('fonts/lato-lig-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-reg-webfont.eot');
    src: url('fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('fonts/lato-reg-webfont.woff') format('woff'),*/
         url('fonts/lato-reg-webfont.ttf') format('truetype'),
         url('fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* http://convertfonts.com/ */
body, div, img, h1, h2, h3, h4, input, textarea, select {
	padding:0px;
	margin:0px;
}
/*a:hover{
	text-shadow:0 0 20px #000000, 0 0 50px #000000 !important;
	filter: progid:DXImageTransform.Microsoft.DropShadow(offX=2,offY=2,color=000000);
}*/
body {
	
	/* 
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:latoregular,verdana;
	font-size:17px;
	color:#4e4e4e;
	font-weight:normal;
	background-position:top;
	background-repeat:repeat-x;
}
.body{
/*	background-image:url(../images/bg_body.png);
	background-color:#3a3a3a;*/
}
.body_sp{
	background-image:url(../images/bg_body_sp.png);
	background-color:#ffffff;
}
a img{
	border:0px !important;
}
.logo {
	margin-top:23px;
	display:block;
	float:left;
}
.header_links {
	/*font-family:"FuturaCM", "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:latoregular,verdana;
	font-size:17px;
	float:left;
	margin:40px 0 0 80px;
	color:#7f7f7f;
}
.header_links a {
	color:#7f7f7f;
	padding:2px;
	margin:0 20px;
	line-height:22px;
	text-decoration:none;
}
.header_links a:hover {
	color:#8fa915;
}
.cnt {
	width:1000px;
	margin:auto;
}
.header{
	width:100%;
	background: #FFFFFF;
	z-index:2000;
	position:fixed;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	height:90px;
}
#content{
	padding-top:90px;

}
.banner {
	height:467px;
}
.banner_sp {
	min-height:214px;
	background-color:#9AC013;
}
.body_contents{
        min-height:300px;
	padding:30px 0;
}
.main{
	float:left;
	width:800px;
}
.side_panel{
	padding-left:20px;
	width:180px;
	float:right;
}
.work {
	height:436px;
	z-index:3;
	position:relative;
	margin-top:-27px;
}
.showcase {
	background-image:url(../images/work_bg.png);
	background-position:5px 0px;
	background-repeat:no-repeat;
	width:656px;
	height:436px;
	margin:auto;
	overflow:hidden;
}
.showcase > *{
	margin-left:10px;
}
.clients_blogs {
	/*margin-top:-35px;*/
	margin-top:-35px;
	height:454px;
}
.clients_blogs .adjustments {
	padding:45px 0;
}
.clients_logo {
	background-image: url(../images/clients.png);
	width:173px;
	height:111px;
	float:left;
}
.blogs_logo {
	background-image:url(../images/blogs.png);
	width:172px;
	height:111px;
	float:right;
}
.clients_contents, .blogs_contents {
	float:left;
	padding:0 25px;
	width:449px;
}
.clients_blogs .seperator1 {
	float:left;
	border-left:solid 1px #c8c8c8;
}
.clients_blogs .seperator2 {
	float:left;
	border-left:solid 1px #ffffff;
}
.clients_contents p, .blogs_contents p{
	margin:0px !important;
	padding:0px !important;
}
.c {
	clear:both;
}
.footer,.header_links{
	font-family:latoregular,verdana,latolight,;
}
.footer {
	/*font-family:"FuturaCM", "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:latoregular,verdana;
	font-size:15px;
	padding:35px 0;
	background-image:url(../images/footer_bg.png);
	background-repeat:repeat-x;
    min-height: 288px;
}
.footer input, .footer textarea{
	/*font-family:"FuturaCM", "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:latolight,latoregular,verdana;
	font-size:15px;
}
.paginator{
	float:right;
}
.paginator a{
	text-decoration:none;
}
.paginator ul, .paginator li{
	margin:0px;
	list-style:none;
}
.paginator li{
	float:left;
	padding:0 5px;
}
.paginator .selected{
	font-weight:bold;
}
.paginator .hidden{
	display:none;
}
.inner_page_contents{
	color:#979797;
}
.inner_page_contents a, .clients_contents a, .blogs_contents a{
	color:#ff6f3a;
}
.clients_contents img, .blogs_contents img{
	max-width:150px;
	max-height:50px;
}
.sub_item{
	width:231px; 
	padding:9px;
	height:125px;
	overflow:hidden;
	float:left;
}
.sub_item a{
	width:231px; 
	height:125px;
	display:block;
	background-color:#CCC;
	background-image:url(../images/clients_list.png);
	text-indent:-400px;
}
.c_1{
	background-position:-10px -18px;
}
.c_2{
	background-position:-10px -171px;
}
.c_3{
	background-position:-10px -325px;
}
.c_4{
	background-position:-10px -478px;
}
.c_5{
	background-position:-11px -633px;
}
.c_6{
	background-position:-11px -786px;
}
.c_7{
	background-position:-268px -18px;
}
.c_8{
	background-position:-268px -171px;
}
.c_9{
	background-position:-268px -325px;
}
.c_10{
	background-position:-268px -478px;
}
.c_11{
	background-position:-269px -633px;
}
.c_12{
	background-position:-269px -786px;
}
.c_13{
	background-position:-526px -18px;
}
.c_14{
	background-position:-526px -171px;
}
.c_15{
	background-position:-526px -325px;
}
.c_16{
	background-position:-526px -478px;
}
.c_17{
	background-position:-527px -633px;
}
.c_18{
	background-position:-527px -786px;
}
.c_19{
	background-position:-783px -18px;
}
.c_20{
	background-position:-784px -171px;
}
.c_21{
	background-position:-783px -325px;
}
.c_22{
	background-position:-784px -478px;
}
.c_23{
	background-position:-784px -633px;
}
.c_24{
	background-position:-785px -786px;
}
.c_25{
	background-position:-11px -941px;
}
.c_26{
	background-position:-269px -941px;
}
.c_27{
	background-position:-527px -941px;
}
.c_28{
	background-position:-784px -941px;
}
.sub_item img.c_logo{
	float:left;
	padding:5px 10px 10px 0;
	max-width:150px;
	max-height:50px;
}
.sub_item .web_address{
	padding:5px 0;
	font-weight:bold;
	float:right;
}
.portfolio_m_l{
	width:948px;
	margin:auto;
	height:410px;
}
.portfolio_m_l a{
	background-image:url(../images/portfolio_tabs.png);
	background-repeat:no-repeat;
	width:266px;
	height:353px;
	margin:25px;
	display:block;
	float:left;
	text-indent:-1000px;
	overflow:hidden;
}
.portfolio_m_l a.m_a{
	background-position:-54px -55px;
}
.portfolio_m_l a.m_g{
	background-position:-369px -55px;
}
.portfolio_m_l a.gamf{
	background-position:-687px -55px;
}
.portfolio_m_l a.m_a:hover{
	background-position:-54px -466px;
}
.portfolio_m_l a.m_g:hover{
	background-position:-369px -466px;
}
.portfolio_m_l a.gamf:hover{
	background-position:-687px -466px;
}
.portfolio_links{
	background-image:url(../images/portfolio_tabs_top.png);
	background-repeat:no-repeat;
	height:90px;
	width:1000px;
	margin-bottom:30px;
}
.portfolio_links a{
	float:left;
	height:124px;
}
.portfolio_links.sel1{
	background-position:0px -93px;
}
.portfolio_links.sel1 .m_a{
	width:500px;
}
.portfolio_links.sel1 .m_g{
	width:255px;
}
.portfolio_links.sel1 .gamif{
	width:245px;
}
.portfolio_links.sel2{
	background-position:0px 0px;
}
.portfolio_links.sel2 .m_a{
	width:238px;
}
.portfolio_links.sel2 .m_g{
	width:517px;
}
.portfolio_links.sel2 .gamif{
	width:245px;
}
.portfolio_links.sel3{
	background-position:0px -186px;
}
.portfolio_links.sel3 .m_a{
	width:238px;
}
.portfolio_links.sel3 .m_g{
	width:262px;
}
.portfolio_links.sel3 .gamif{
	width:500px;
}
.portfolio_item{
	float:left;
	width:298px;
	height:250px;
	color:#4f4f4f;
	padding:17px;
}
.portfolio_item > a{
	display:block;
	width:298px;
	height:199px;
}
.portfolio_item .details{
	height:50px;
	background-color:#efefef;
	padding:0 12px;
	line-height:50px;
	overflow:hidden;
}
.link_ios, .link_android{
	background-image:url(../images/andriod-and-iphone-buttons.png);
	background-repeat:no-repeat;
	height:26px;
	width:26px;
	margin:10px 0 0 5px;
	text-indent:200px;
}
.link_ios{
	background-position:-39px -8px;
}
.link_android{
	background-position:-10px -8px;
}
.link_ios:hover{
	background-position:-39px -40px;
}
.link_android:hover{
	background-position:-10px -40px;
}
.col1_portfolio_details {
	width:290px;
	vertical-align:top;
}
.col2_portfolio_details {
	border-right:solid 1px #d5d5d5;
	width:40px;
}
.col3_portfolio_details {
	width:670px;
	vertical-align:top;
}
.col1_portfolio_details .p_ico {
	float:left;
}
.col1_portfolio_details .p_ico img {
	max-width:64px;
	max-height:64px;
	margin-right:20px;
}
.col1_portfolio_details .p_head {
	float:left;
	max-width:200px;
}
h2 {
	font-size:27px;
	color:#d16a00;
	line-height:25px;
}
.statistics_section {
	padding:0 35px;
}
.footer a {
	color:#ffffff;
	text-decoration:none;
}
.footer a:hover {
	color:#8d8d8d;
}
.footer_panel {
	float:left;
	width:300px;
	padding-right:33px;
	color:#999999;
	font-size:15px;
}
.our_work h2{
	margin:50px 0 10px 0;
	text-align:center;
}
.bar{
	background-image:url(../images/bar.png);
	background-position:0px;
	background-repeat:no-repeat;
	width:1000px;
	margin:auto;
	height:25px;
}
h1 {
	font-size:28px;
	font-weight:bold;
	margin-bottom:15px;
}
.footer_panel h1{
	font-size:28px;
}
input.newsletter {
	background-color:#5c5c5c;
	padding:0px;
	margin:0px;
	border:0;
	height:20px;
	color:#8d8d8d;
	font-size:15px;
	width:280px;
	padding:5px;
	margin-top:3px;
}
input.subscribe {
	background-color:#939393;
	padding:0px;
	margin:0px;
	border:0;
	margin-top:3px;
	color:#c6c6c6;
	font-size:15px;
	width:290px;
	padding:5px;
	cursor:pointer;
}
input.subscribe:hover {
	background-color:#818181;
	color:#fff;
}
input.quote {
	background-color:#acc90e;
	padding:0px;
	margin:0px;
	border:0;
	margin-top:3px;
	color:#fff;
	font-size:15px;
	width:290px;
	padding:5px;
	cursor:pointer;
}
input.quote:hover {
	background-color:#6b9802;
	color:#fff;
}
.address {
	width:420px;
	float:left;
	border-top:solid 1px #fff;
	color:#fff;
	padding-top:15px;
	margin-top:50px;
}
.social_media {
	width:155px;/*196px;*/
	float:left;
	margin-top:33px;
}
.social_media * {
	background-image:url(../images/social_icons.png);
	margin:0 7px;
	width:35px;
	height:35px;
	display:block;
	float:left;
}
.social_media .fb {
	background-position:0 0;
}
.social_media .fb:hover {
	background-position:0 -41px;
}
.social_media .t {
	background-position:-43px 0;
}
.social_media .t:hover {
	background-position:-43px -41px;
}
.social_media .rss {
	background-position:-86px 0;
}
.social_media .rss:hover {
	background-position:-86px -41px;
}
.social_media .in {
	background-position:-129px 0;
}
.social_media .in:hover {
	background-position:-129px -41px;
}
/* slider*/
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	min-width:1000px;
	max-width: 2000px;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides div {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	height:467px;
	border: 0;
	background-position:top center;
}
.b_1{
	background-image:url(../images/banner_1.png);
	background-color:#505e29;
}
.b_2{
	background-image:url(../images/banner_2.png);
	background-color:#e7e6e6;
}
.b_3{
	background-image:url(../images/banner_3.png);
	background-color:#505e29;
}
.b_4{
	background-image:url(../images/banner_4.png);
	background-color:#dedede;
}

.app_det{
	float:left;
	padding-left:40px;
	width:200px;
}
.app_det .head_title{
	float:left;
	display:block;
	width:150px;
	color:#a7a7a7;
}
.app_det .head_val{
	float:left;
	display:block;
	width:150px;
	color:#5bb0dc;
}
.b_mobile_apps{
	background-color:#6c29a6;
	background-image:url(../images/b_mobile_apps.png);
	height:181px;
	background-position:top center;
	background-repeat:no-repeat;
}
.b_mobile_games{
	background-color:#1d7493;
	background-image:url(../images/b_mobile_games.png);
	height:181px;
	background-position:top center;
	background-repeat:no-repeat;
}
.b_apps_dev{
	background-color:#5DA028;
	background-image:url(../images/App-Development-Banner.png);
	height:256px;
	background-position:top center;
	background-repeat:no-repeat;
}
.b_games_dev{
	background-color:#5DA028;
	background-image:url(../images/Game-Development-Banner.png);
	height:256px;
	background-position:top center;
	background-repeat:no-repeat;
}
.b_app_discovery{
	background-color:#99d858;
	background-image:url(../images/b_app_discovery.png);
	height:181px;
	background-position:top center;
	background-repeat:no-repeat;
}
.b_gamification{
	background-color:#397a82;
	background-image:url(../images/b_gamification.png);
	height:256px;
	background-position:top center;
	background-repeat:no-repeat;
}
.b_blogs{
	background-color:#61a528;
	background-image:url(../images/b_blogs.png);
	height:256px;
	background-position:top center;
	background-repeat:no-repeat;
}
.b_jobs{
	background-color:#e0e2dd;
	background-image:url(../images/b_jobs.png);
	height:256px;
	background-position:top center;
	background-repeat:no-repeat;
}
.b_process{
	background-color:#5c9b23;
	background-image:url(../images/b_process.png);
	height:256px;
	background-position:top center;
	background-repeat:no-repeat;
}
.b_contactus{
	background-image:url(../images/b_contactUs.png);
	height:232px;
	background-position:top center;
	background-repeat:no-repeat;
}
.b_aboutus{
	background-color:#5ea128;
	background-image:url(../images/b_aboutus.png);
	height:256px;
	background-position:top center;
	background-repeat:no-repeat;
}
.b_partners{
	background-color:#215d93;
	background-image:url(../images/b_partners.png);
	height:180px;
	background-position:top center;
	background-repeat:no-repeat;
}
.b_clients{

}
.b_clients p{
	text-align:center;
}
.b_clients h1{
	background-image: url(../images/badge.png);
	height: 66px;
	padding:30px 0 0 70px;
	background-position: 0 15px;
	background-repeat: no-repeat;
	color: #e47406;
	width: 230px;
	margin: auto;	
}
.clients_page{
	background-color:#f7f7f7;
}
.handle{
	width: 116px; height: 168px; display: block; text-indent: -99999px; margin-left:212px;
}
.slide-out-div .heading_contact_us{
	color:#efae12;
	font-weight:bold;
	font-size:16px;
	text-align:right;
}
.slide-out-div input[type=text],.slide-out-div input[type=email]{
	width:200px;
	background-color:#fff;
	border:solid 1px #cdcdcd;
	height:25px;
	color:#000;
}
.slide-out-div input[type=checkbox]{
	background-color:black;
	color:#fff;
}
.slide-out-div select{
	background-color:black;
	color:#fff;
	width:228px;
}
.slide-out-div textarea{
	background-color:#fff;
	border:solid 1px #cdcdcd;
	color:#000;
	width:200px;
	height:100px;
}
.slide-out-div input[type=submit]
{
	padding:5px;
	background-color:#eb4d2e;
	-moz-border-radius: 5px;
	border-radius: 3px;
	color:#fff;
	width:200px;
	border:0px;
}
.slide-out-div_old input[type=submit],input[type=submit].contact_submit{
	padding:0;
	margin:0;
	background:none;
	background-color:transparent;
	border:0px;
	background-image:url("../images/submit_now.png");
	width:142px;
	height:31px;
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-300px;
}
.slide-out-div {
	/* Hide due to net issue 
	display:none !important;
	/* Hide due to net issue */
	width: 277px;
	padding:20px 50px;
	border: 1px solid #898989;
	height:350px !important;
	background-color: #fff;
	margin-left:600px;
	right:auto !important;
	left:auto !important;
/*	background-image:url("../images/Request_quote_img.png");
	background-position:top left;
	background-repeat:no-repeat;*/
}
input.error, textarea.error, select.error {
	border:solid 1px red !important;
}
label.error {
	color: red;
}
#divsuccess {
	color:green;
	font-size: 14px;
}
#divfail {
	font-size: 14px;
}
div.step_0{
	background-image:url("../images/Step Idea.jpg");
	width:590px;
	margin:auto;
	height:66px;
}
div.step_1 .s_logo{
	background-image:url("../images/Step1.jpg");
	width:188px;
	height:186px;
}
div.step_2 .s_logo{
	background-image:url("../images/Step2.jpg");
	width:186px;
	height:186px;
}
div.step_3 .s_logo{
	background-image:url("../images/Step3.jpg");
	width:188px;
	height:186px;
}
div.step_4 .s_logo{
	background-image:url("../images/Step4.jpg");
	width:186px;
	height:186px;
}
div.step_5 .s_logo{
	background-image:url("../images/Step5.jpg");
	width:188px;
	height:186px;
}
div.step_6 .s_logo{
	background-image:url("../images/Step6.jpg");
	width:186px;
	height:186px;
}
.content_process{
	float:left;
	width:675px;
	padding:20px;
}
.space{
	width:20px;
	float:left;
	height:20px;
}
.s_logo{
	margin:20px;
	float:left;
}
.content_process .heading,.content_process h3{
	font-size:35px;
}
.step_1 h3{
	color:#f02f3e;
}
.step_2 h3{
	color:#7a5b63;
}
.step_3 h3{
	color:#6aadc4;
}
.step_4 h3{
	color:#7a5b63;
}
.step_5 h3{
	color:#c2a800;
}
.step_6 h3{
	color:#f97935;
}


/*Initialize*/
ul#menu, ul#menu ul.sub-menu {
    padding:0;
    margin: 0;
}
ul#menu li, ul#menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
}
/*Link Appearance*/
ul#menu li a, ul#menu li ul.sub-menu li a {
    text-decoration: none;
    display:inline-block;
}
ul#menu li ul.sub-menu li a{
	font-size:14px;
}
/*Make the parent of sub-menu relative*/
ul#menu li {
    position: relative;
}
/*sub menu*/
ul#menu li ul.sub-menu {
    display:none;
    position: absolute;
    top: 22px;
    left: 0;
	z-index:99;
    width: 137px;
	background-color:#fff;
	border:solid 1px #666;
}
ul#menu li:hover ul.sub-menu {
    display:block;
}
.f_l{
	float:left;
}
.f_r{
	float:right;
}
.c{
	clear:both;
}
.queries_panel{
	float:right;
	background-color:#f3f3f3;
	padding:20px;
}
.queries_panel span{
	color:#000;
	font-size:14px;
	display:block;
}
.queries_panel a{
	color:#a7c41f;
	font-size:12px;
	text-decoration:none;
	display:block;
	margin-bottom:15px;
}
.queries_panel a:hover{
	text-decoration:underline;
}
.skype_call{
	background-image:url(../images/skype_ic.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding:0 0 0 20px;
	line-height:20px;
	text-decoration:none;
	color:#6c6c6c;
	font-weight:bold;
	display:none;
}
.m_h{
	color:#282828;
	font-size:72px;
	text-align:center;
}
.we_do{
	font-family:latolight,latoregular,verdana;
	background-color:#96ac45;
	padding:40px 0;
}
.o_w_t{
	text-align:center;
	font-size:20px;
	line-height:30px;
	font-family:latoregular,verdana;
}
.our_work, .news_sec{
	font-family:latolight,latoregular,verdana;
	padding:40px 0;
}
.we_do h1{
	padding-bottom:30px !important;
}
.we_do h1,.news_sec h1,h1{
	font-family:latolight,latoregular,verdana;
	text-align:center;
	color:#fff;
	padding:15px 0;
	font-size:36px;
	font-weight:normal;
}
.news_sec h1{
	color:#474747;
}
.we_do p{
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:21px;
	font-family:latoregular,verdana;
}
.we_do img{
	margin:0 15px;
}
.objj {
	height:85px;
	background-color:#f8f8f7;
	padding:10px;
	margin:10px 10px 10px 0;
	font-family:latoregular,verdana;
}
.objj img{
	float:left;
	border:0;
	width:84px;
	height:84px;
}
.objj span{
	float:left;
	width:350px;
	font-size:18px;
	font-weight:bold;
	color:#002239;
	margin:0;
	padding:10px 0 0 15px;
	display:block;
}
.red{
	color:#f15a4e !important;
}
.green{
	color:#8fb337 !important;
}
.c_green{
	color:#1cb480 !important;
}
.blue{
	color:#1a86b8 !important;
}
.orange{
	color:#ef7e17 !important;
}
.o_orange{
	color:#f26522 !important;
}
.golden{
	color:#cca50b !important;
}
.inner_c{
	width:882px;
	margin:auto;
	padding-bottom:20px;
}
.abt_us_s{
	width:250px;height:250px;
	background-color:#f4f3f3;
	float:left; 
	padding:10px;
	text-align:center;
	margin:12px;
}
.abt_us_s img{
	width:128px;
	height:128px;
	border:0;
	background-repeat:no-repeat;
	background-position:0 0;
}
.abt_us_s h2{
	font-size:20px;
	font-weight:normal;
}
.abt_us_s span{
	font-size:18px;
}
.abt_us_s.m_app img{
	background-image:url(../images/aboutus/1.mobile-apps.png);
}
.abt_us_s.m_app h2{
	color:#e19f3a;
}
.abt_us_s.m_games img{
	background-image:url(../images/aboutus/2.mobile-games.png);
}
.abt_us_s.m_games h2{
	color:#37b878;
}
.abt_us_s.m_gamification img{
	background-image:url(../images/aboutus/3.gamification.png);
}
.abt_us_s.m_gamification h2{
	color:#f05b4e;
}
.abt_us_s.artwork img{
	background-image:url(../images/aboutus/4.artwork.png);
}
.abt_us_s.artwork h2{
	color:#e47543;
}
.abt_us_s.marketing img{
	background-image:url(../images/aboutus/5.marketing.png);
}
.abt_us_s.marketing h2{
	color:#6cbdc4;
}
.abt_us_s.consultation img{
	background-image:url(../images/aboutus/6.consultation.png);
}
.abt_us_s.consultation h2{
	color:#9fc75a;
}
.objj p{
	float:left;
	width:370px;
	font-size:16px;
	font-weight:normal;
	margin:0;
	color:#9d9d9d;
	padding:0 0 10px 15px;
}
.p_r_s{
	position:relative;
	width:1000px;
	margin:auto;
}
.footer_panel {
	display:none;
}
.footer {
	padding:0px !important;
	min-height:125px !important;
}
.d_n{
	display:none;
}
.tools{
	width:1000px;
	height:296px;
	background-image:url(../images/Tools.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
.howwedo{
	width:1000px;
	height:1026px;
	background-image:url(../images/HowWeDo.png);
	background-repeat:no-repeat;
	background-position:center;
}
.all_btn{
	background-color:#658a09;
	border:none;
	padding:5px 25px;
	font-family:latolight;
	font-size:15px;
	color:#fff;
	margin:auto;
	cursor:pointer;
	-moz-border-radius: 5px;
	border-radius: 3px;
}
.right_p {
	background-position:left top;
	background-repeat:no-repeat;
	height: 171px;
	width: 378px;
	z-index: 2;
	position: absolute;
	margin-left: 601px;
}
.right_p_hire {
	height:151px !important;
	background-image:url("../images/ribbon-Hire.png");
	margin-left:626px !important;
}
.landing_p_h{
	height:520px;background-color:#f4f4f4;margin-top:-390px;
}
.landing_p_h p{
	text-align:center;
	line-height:30px;
}
.testimonials, .ttools, .featured,.landing_p_h{
	padding:40px 0;
}
.testimonials p{
	font-size:22px;
	margin:auto;
	font-family:latolight;
	line-height:40px;
	width:800px;
	text-align:center;
}
.testimonials p:before {
	content:url(../images/quotes_beg.png);
}
.testimonials p:after {
	content:url(../images/quotes_end.png);
}
.testimonials .c_name{
	float:right;
}
.ppt_list_sec{ width:375px; background-color:#f5f5f5; margin:10px 0; height:500px; } 
.ppt_list{ list-style:none; width:375px; padding:0px; margin:0; } 
.ppt_list a{ display:block; height:95px; border-bottom:1px dashed #ccc;} 
.ppt_list a:hover{ background-color:#aaa; } 
.ppt_list a:hover span { color:#fff !important; }
.ppt_list li{ clear:both; } 
.ppt_list img{ width:100px; height:75px; border:none; float:left; margin:10px; background-repeat:no-repeat;background-position:0 0; } 
.ppt_list span.s_title{text-align: left;
    float: left;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0 0 0;
    width: 230px;
    line-height: 27px;
    color: #555;} 
.ppt_list span.s_det{line-height: 19px; text-align: left;  float:left; display:block; width:230px; color:#7f7f7f; } 
.g_ico{background-image:url(../img/games_ico.png);}
.a_ico{background-image:url(../img/apps_ico.png);}
.w_ico{background-image:url(../img/webs_ico.png);}

.green-bar
{
    background-image:url("../images/career/green_bar.png");
	background-position:center top;
	background-repeat:no-repeat;
    min-width: 1000px;
    height: 61px;
}
.green-bar-title
{
    width: 1000px;
    margin: auto;
    /* border: 1px black solid; */
    height: 40px;
    font-size: 30px;
    color: white;
    line-height: 56px;
}

.job-openings
{
    width: 1000px;
    margin: auto;
    margin-top: 25px;
}
    .apply-button-unpressed
    {
        background: url(../images/career/apply_unpressed.png) no-repeat;
        width:70px;
        height: 26px;
        float:right;
        border-style:none !important;
        display: none;
    }
    .apply-button-pressed
    {
        background: url(../images/career/apply_pressed.png) no-repeat;
        width:70px;
        height: 26px;
        float:right;
        display: none;
    }

    .apply-button-pressed:focus {
        border: 0px;
    }
    .apply-button-unpressed:focus {
        border: 0px;
    }

    .job-about
    {
        font-weight: bold;
    }
    .f_l p
    {
        margin-top: auto;
    }
    .about-company
    {
        font-family: latoregular,verdana;
    }
    .hr-note
    {
        color:#8fb337 !important;
        font-weight: normal;
    }

    .hr_note_div
    {
        width: 1000px;
        margin: auto;
        margin-top: 10px;
    }