/*----------------------------------------------------------------------------- 

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet 

version:   	1.0 
date:      	07/27/11 
author:		themepunch
email:     	support@themepunch.com 
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


/**********************
	-	RESET	-
************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
    margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; 
}


/***********************
	-	BASICS 	-
***********************/
html {
	overflow-x:hidden;	
	padding: 0 !important;
	background-image:url(images/tiles/bgtile.jpg);	
	margin:0px !important;
}


ol, ul {  list-style: none; }

a{	text-decoration:none;}



  /*********************************************************************************************
		-	SET THE SCREEN SIZES FOR THE BANNER IF YOU WISH TO MAKE THE BANNER RESOPONSIVE 	-	
  **********************************************************************************************/
  
  /*	-	THE BANNER CONTAINER (Padding, Shadow, Border etc. )	-	*/
  #bannerwrapper{
	background:url(images/dotted.jpg) center bottom repeat-x;
	 
	/*width:980px;*/
	margin:auto;
	padding-bottom:2px;
  }

  .bannercontainer {	
		padding:5px;		
		background-color:#fff;
		width:890px;	
		position:relative;
		position:relative;	
		margin-left:auto;
		margin-right:auto;	
	
	}
 
  .banner{		
		width:890px;
		height:365px;
		position:relative;
		overflow:hidden;			
   }
   
   
    .bannercontainer-simple {	
		padding:5px;		
		background-color:#fff;
		width:890px;	
		position:relative;
		position:relative;	
		margin-left:auto;
		margin-right:auto;	
	
	}
 
  .banner-simple{		
		width:890px;
		height:365px;
		position:relative;
		overflow:hidden;			
   }

 .fullwidthbanner-container{
	/*width:980px !important;		*/
	position:relative;
	padding:0;		
	max-height:365px !important;
	overflow:hidden;
	margin:auto;
	/*background:#FFCC00;*/
	
} 

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:365px !important;
	position:relative;	
}
   
   

   @media only screen and (min-width: 768px) and (max-width: 959px) {		
		
 		  .banner, .bannercontainer			{	width:750px; height:412px;}	
		
		  
		 
		  
   }
  
   @media only screen and (min-width: 480px) and (max-width: 767px) {
		   .banner, .bannercontainer		{	width:470px; height:258px;	}		   		
		
		    
			
		   
   }
   
   @media only screen and (min-width: 0px) and (max-width: 479px) {
			.banner, .bannercontainer		{	width:310px;height:170px;	}						
			
			 
			 
			 
   }
   
   

/**************************************************************
	DEMO STYLES - ONLY FOR THE PREVIEW ON CODECANYON 
****************************************************************/	
.titlecontainer{
	background-color:#444;
	width:100%;
	margin-bottom:50px;
}

.centered{
	width:890px;
	padding:30px 0;
	margin:auto;
}
#header{
	background:url(images/header_bg.png) 0 0 repeat-x #ffffff;
	min-height:111px;
	border-bottom:1px solid #8a8a8a;
	position:relative;
	z-index:99999
}

.logo{
	padding-top:45px
}
.call_icon {
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    height: 43px;
    padding: 0;
    width: auto;
}

.ph_no {
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    height: 10px;
    margin-top: 5px;
    padding: 0 0 2px;
}

#nav,#nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
	z-index:66
}
#nav {
    
    clear: both;
    font-size: 13px;
    height: 58px;
    padding: 0 0 0 9px;
    position: relative;
	float:right;
}
#nav ul {
    background-color: #222;
    border:1px solid #222;
    border-radius: 0 5px 5px 5px;
    border-width: 0 1px 1px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    left: -9999px;
    overflow: hidden;
    position: absolute;
    top: -9999px;
    z-index: 2;

    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -moz-transition: -moz-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
}
#nav li {
    /*background: url('images/menu_line.png') no-repeat scroll right 5px transparent;*/
	background: url('images/sprite_ia.png') no-repeat scroll 0 0 transparent;
    float: left;
    position: relative;
}
#nav li:first-child{
	background:none;
}
#nav li a {
    color: #444;
    display: block;
    float: left;
    font-weight: normal;
    height: 30px;
    padding: 23px 12px 16px;
    position: relative;
    text-decoration: none;
	font-family: 'open_sansregular';
	
}
#nav li a.hsubs{
	background: url('images/sprite_ia.png') no-repeat scroll 91% 0 transparent;
}
#nav li:hover > a {
    color: #00B4FF;
	
	z-index: 205;
}
#nav li:hover, #nav a:focus, #nav a:hover, #nav a:active {
   
    z-index: 205;
    outline: 0 none;
}
#nav li:hover ul.sub-menu {
    left: 0;
    top: 69px;
    width: 180px;
     background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D6D6D6;
	border-top:0;
    border-radius: 0 0px 5px 5px;
    box-shadow: 0 1px 2px #CCCCCC;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
#nav ul li {
    background: none;
    width: 100%;
	line-height:36px;
}
#nav ul li a {
    float: none;
	line-height:36px;
	hanging-punctuation:36px;
	padding-top:2px;
	padding-bottom:5px;
	background-image:none
}
#nav ul li:hover > a {
    
	background: url('images/sprite_ia.png') no-repeat scroll 0 -100px transparent;
	z-index:200;
    color: #0079c1;
	background-image:none;
}
#nav li:hover ul.subs li:hover > a{
background-color: #F5F5F5;
}
#lavalamp {
    background: url('images/lavalamp.png') no-repeat scroll 0 0 transparent;
    height: 16px;
    left: 50px;
    position: absolute;
    top: 0px;
    width: 64px;

    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
#lavalamp:hover {
    -moz-transition-duration: 3000s;
    -ms-transition-duration: 3000s;
    -o-transition-duration: 3000s;
    -webkit-transition-duration: 3000s;
    transition-duration: 3000s;
}
#nav li:nth-child(1):hover ~ #lavalamp {
    left: 50px;
}
#nav li:nth-child(2):hover ~ #lavalamp {
    left: 170px;
}
#nav li:nth-child(3):hover ~ #lavalamp {
    left: 300px;
}
#nav li:nth-child(4):hover ~ #lavalamp {
    left: 420px;
}
#nav li:nth-child(5):hover ~ #lavalamp {
    left: 540px;
}
#nav li:nth-child(6):hover ~ #lavalamp {
    left: 410px;
}
#nav li:nth-child(7):hover ~ #lavalamp {
    left: 490px;
}
#nav li:nth-child(8):hover ~ #lavalamp {
    left: 565px;
}



.delete {
    background: url("images/elem/scbit/delete-lead.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    margin: 5px 0;
    position: relative;
    width: 78px;
	text-indent:-25000em;
}
.delete-text {
    font-size:13px;
    height: 18px;
    margin: 5px 0;
    position: relative;
    width: 78px;
}
	
#nav li a span {
    color: #444444;
    cursor: pointer;
    display: block;
    font: bold 16px/30px Trebuchet MS,Arial,san-serif;
    margin-top: -2px;
	width:25px;
	height:25px;
	float: left;
    text-align: center;
	background: url("images/menu_icons.png") no-repeat;
	 padding-left: 10px;
}

#nav li a span.menu_icon {
	background-position:0 0 ;
}
#nav li a span.menu_icon2 {
    background-position:0 -97px;
    
}
#nav li a span.menu_icon3 {
    background-position: 0 -64px;
}
#nav li a span.menu_icon4 {
    background-position:0 -30px;
}
#nav li a span.menu_icon5 {
    background-position: 0 -122px;
}





#mainContainer{
	background:#f8f6f6 url(images/topshadow.jpg) 0 0 repeat-x;
	padding:35px 0 15px;
}	
.aboutus p{
	text-align:justify
}

.steps__list{
	margin-right:-2%;
}

.steps__number--one, .steps__number--two, .steps__number--three, .steps__number--four {
    border-radius:50%;
    border-style: solid;
    border-width: 0.4rem;
    font-size: 2.1rem;
    font-weight: bold;
    height: 2.3rem;
    line-height: 1.1;
    margin-right: 6%;
    padding-top: 0.2rem;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 2.5rem;
	display: inline-block;
	-moz-box-shadow:    inset 0 0 4px #ccc;
	-webkit-box-shadow: inset 0 0 4px #ccc;
	box-shadow:         inset 0 0 4px #ccc;
	font-family: 'open_sansbold';
}

.steps__text {
   
    width: 75%;
	display: inline-block;
	 vertical-align: top;
}

.steps__text p{
    color: #777777;
    font-family: 'open_sansregular';
    font-size:13px;
	text-align:justify
}

.steps__text h5{
    color: #333333;
    font-family: 'oswaldbook';
    font-size: 15px;
	text-transform:uppercase;
	padding-bottom:6px;
	word-spacing:1px
}

	

.steps__list-item {
    margin-right: 2%;
    width: 47%;
	 display: inline-block;
    vertical-align: top;
}


/*=====================================================
		FOOTER START HERE
=======================================================*/



/*#footer {
	background: #2e2e2e url(images/footer.jpg) center top repeat;
	padding:  0;
	color: #fff;
	font-size: 12px;
	overflow:hidden
}
.copyrightwrap{
	background:#bfbfbf url(images/dotted.jpg) repeat-x 0 0;
	padding-bottom:0px;
	
}
#footer h5 {
	color: #262626;
	font-size: 18px;
	font-family: 'open_sansbold';
	background: url(images/dotted.jpg) 0 bottom repeat-x;
	padding: 25px 0 12px 0;
	margin-bottom: 12px;
	font-weight: normal;
	text-transform:uppercase;
	 text-shadow:1px 1px 1px rgba(255,255,255,0.5) 
}*/

#footer {
	background: #161616 url(.../images/footer1.jpg) center bottom repeat;
	padding: 0;
	color: #fff;
	font-size: 12px;
	overflow: hidden
}
.copyrightwrap {
	background: #bfbfbf url(../images/dotted.jpg) repeat-x 0 0;
	padding-bottom: 0px;
}
#footer h5 , #footer h6{
	color: #fff;
	font-size: 15px;
	font-family: 'open_sansregular';
	/*background: url(../images/dotted.jpg) 0 bottom repeat-x;*/
	padding: 25px 0 6px 0;
	margin-bottom: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: none;
	overflow:hidden;
	border-bottom:1px solid #777777;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
#footer h6{
	font-size:14px;
}
.sign-up {
	background: #e8e7e7;
	padding: 2px;
	border: 1px solid #c1c1c1;
	text-align: right;
	margin-top: 12px;
}

.eemail_textbox{
	background: #e8e7e7;
	padding: 2px;
	text-align: right;
}
.sign-up input[type="text"] {
	width: 69%;
	border: none;
	background: none;
	color: #4a4a4a;
	padding-top:5px;
	float: left
}
.sign-up input[type="submit"] {
	border: none;
	background: #f2c025;
	width: 63px;
	height: 28px;
	border-radius: 0px;
	color: #fff;
	font-size: 12px;
	font-family: 'open_sansbold';
	padding:0 0 5px;
}

.sign-up input[type="button"] {
	border: none;
	background: #f2c025;
	width: 63px;
	height: 28px;
	border-radius: 0px;
	color: #fff;
	font-size: 12px;
	font-family: 'open_sansbold';
	padding:0 0 5px;
}
.gallerythumb{
	
}
.gallerythumb a {
	display: inline-block;
	margin:0 0 8px 8px;
}
.gallerythumb a img{
	border:2px solid #444444;
}
.contactDetails li {
	line-height: 25px;
	hanging-punctuation: 25px;
	display: block;
	margin-top: 5px;
	color: #737373;
}
.contactDetails li span {
	width: 30px;
	display: inline-block;
}
.contactDetails li img {
	vertical-align: middle;
}
#footer a {
	color: #fff;
	text-decoration: none;
	margin-right: 1px;
}
#footer p {
	color: #333333;
	margin-bottom: 0;
	font-size: 13px;
	font-family: 'open_sansregular';
}
#footer .contactDetails li a {
	color: #0397d4
}
#footer .contactDetails li a:hover {
	color: #fff;
}
#footer .contact-usfrm input[type="text"] {
	border: none;
	background: rgba(232,231,231,0.9);
	color: #4a4a4a;
	margin-top: 3px;
	border: 1px solid #c1c1c1;
	margin-bottom: 10px;
	width: 96%;
	padding: 3px 2px;
}
#footer .contact-usfrm input[type="submit"] {
	border: none;
	background: #f2c025;
	width: 83px;
	height: 28px;
	border-radius: 0px;
	color: #fff;
	margin-top: 10px;
}
#footer .contact-usfrm textarea {
	border: none;
	background: rgba(232,231,231,0.9);
	border-radius: 0px;
	color: #4a4a4a;
	box-shadow: none;
	border: 1px solid #c1c1c1;
	width: 100%;
	resize: none;
	font-size: 13px;
	font-family: 'open_sansregular';
	height: 100px;
}
.sepratebottom {
	background: url(images/septrate-bottom.png) center center no-repeat;
	height: 10px;
	position: relative;
	margin: 10px 0;
	display: block;
}
#uparrowscroll {
	background: url(images/up-arrow.png) center center no-repeat rgba(57,57,57,0.9);
	width: 40px;
	height: 40px;
	border-radius: 53%;
	-webkit-border-radius: 50px;
	border: 5px solid rgba(41,41,41,0.9);
	box-shadow:0 0 1px rgba(41,41,41,0.9);
	position: fixed;
	left: 92%;
	bottom:25px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	z-index:9999;
}
#uparrowscroll:hover {
	background: url(images/up-arrow.png) center center no-repeat rgba(242,192,37,0.9);
	border: 5px solid rgba(255,255,255,0.9);
}
.twitter {
	height: 30px;
	width: 30px;
	background: url(images/twitter.png) 0 -30px no-repeat;
	float: right;
	margin-left: 3px;
	margin-top:6px;
	
}
.facebook {
	height: 30px;
	width: 30px;
	background: url(images/facebook.png) 0 -30px no-repeat;
	float: right;
	margin-left: 3px;
	margin-top:6px;
}
.p-icon {
	height: 30px;
	width: 30px;
	background: url(images/in.png) 0 -30px no-repeat;
	float: right;
	margin-left: 3px;
	margin-top:6px;
}
.powered{line-height:40px; font-size:15px; font-family: 'open_sansbold'; color:#444; text-shadow:1px 1px 1px rgba(255,255,255,0.5) }
.powered a:hover {
	background-position: 0 0px;
}
.scroll-top img {
	width: 100%;
}
#footer .copyright p{color:#393838; font-size:11px; line-height:36px;}

.twitter,.facebook,.p-icon{
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.twitter:hover,.facebook:hover,.p-icon:hover{
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}



#contact .contactDetails li{
	margin-bottom:5px;
	margin-top:0;
}
#contact .contactDetails li a, #contact .contactDetails li{
	color:#1b1b1b;
	text-decoration:none;
}
#contact .contactDetails li a:hover{
	text-decoration:underline;
}
#contact p{
	color:#8d8d8d;
}


#contact .idleField{
	background:#f9f9f9;
	color: #6F6F6F;
	border: solid 1px #d9d9d9;
	border-radius:6px;
	padding:16px 6px;
	color:#555555;
	font-size:12px;
	font-family: 'open_sansregular';
	width:90%
}	
#contact .focusField{
	border:solid 1px #f2c025;
	background:#EFF5FF;
	border-radius:6px;
	padding:16px 6px;
	color:#555555;
	font-size:12px;
	font-family: 'open_sansregular';
	width:90%
}	
#contact textarea.idleField{
	margin-top:10px;
	margin-bottom:10px;
	width:96%;
	resize:none;
	height:100px;
}
#contact textarea.focusField{
	width:96%;
	margin-top:10px;
	margin-bottom:10px;
	resize:none;
	height:100px;
}


.feedback-button {
	margin-left:0px;
	position:fixed;
	margin-top:270px;
	width:44px;
	color:#fff;
	font-size:20px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	cursor:pointer;
	right:0;
	z-index:999999
	
}
 
#panel {
	margin-left:0px;
	position:fixed;
	margin-top:100px;
	width:400px;
	background:rgba(0,0,0,0.9);
	right:-400px;
	border-radius:6px 0 0 6px;
	z-index:999999
	
}


/*======================================================
		CONTACT FORM AND FEEDBACK FORM START HERE
=======================================================*/




.form_hint, .required_notification {font-size: 11px;}

/* === List Styles === */
.contact_form ul {
    width:400px;
    list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
}
.contact_form li{
	padding:6px 12px 6px; 
	border-bottom:1px solid #333;
	position:relative;
} 
.contact_form li:first-child{
	border-bottom:1px solid #333;
}
.contact_form li:last-child {border:0}

/* === Form Header === */
.contact_form h2 {
	margin:0;
	display: inline;
}
.required_notification {
	color:#d45252; 
	margin:5px 0 0 0; 
	display:inline;
	float:right;
}

/* === Form Elements === */
.contact_form label {
	
	
	display:block;
	padding:1px 3px;
	color:#fff;
}
.contact_form input {
	height:20px; 
	width:180px; 
	padding:5px 8px;
}
.contact_form textarea {padding:8px; width:300px;}
.contact_form button {margin-left:0px;}

	/* form element visual styles */
	.contact_form input, .contact_form textarea { 
		border:1px solid #aaa;
		box-shadow: 0px 0px 1px #ccc, 0 10px 15px #eee inset;
		border-radius:2px;
		padding-right:20px;
		-moz-transition: padding .25s; 
		-webkit-transition: padding .25s; 
		-o-transition: padding .25s;
		transition: padding .25s;
	}
	.contact_form input:focus, .contact_form textarea:focus {
		background: #fff; 
		border:1px solid #555; 
		box-shadow: 0 0 3px #aaa; 
		padding-right:40px;
	}

/* === HTML5 validation styles === */	
.contact_form input:required, .contact_form textarea:required {
	background: #fff url(images/red_asterisk.png) no-repeat 98% center;
}
.contact_form input:required:valid, .contact_form textarea:required:valid {
	background: #fff url(images/valid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	background: #fff url(images/invalid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Form hints === */
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;}
.contact_form input:required:valid + .form_hint::before {color:#28921f;}
	
/* === Button Style === */
.contact_form button.submit {
	background-color: #06b8cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#06b8cd), to(#078db3));
	background: -webkit-linear-gradient(top, #06b8cd, #078db3);
	background: -moz-linear-gradient(top, #06b8cd, #078db3);
	background: -ms-linear-gradient(top, #06b8cd, #078db3);
	background: -o-linear-gradient(top, #06b8cd, #078db3);
	background: linear-gradient(top, #06b8cd, #078db3);
	border: 1px solid #509111;
	border-bottom: 1px solid #078db3;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #078db3;
	-webkit-box-shadow: 0 1px 0 0 #078db3 inset ;
	-moz-box-shadow: 0 1px 0 0 #078db3 inset;
	-ms-box-shadow: 0 1px 0 0 #078db3 inset;
	-o-box-shadow: 0 1px 0 0 #078db3 inset;
	color: white;
	font-weight: bold;
	padding: 6px 20px;
	text-align: center;
	text-shadow: 0 -1px 0 #06b8cd;
}
.contact_form button.submit:hover {
	opacity:.85;
	cursor: pointer; 
}
.contact_form button.submit:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
	
}











/*=================================================================
				INNER PAGE CSS START HERE
===================================================================*/

.innerbanner {text-align:center}
.servicebox{
	box-shadow:0 0 5px rgba(212,212,212,0.9);
	border-radius:6px;
	background:#fff;
	height:242px;
	display:block;
	text-decoration:none;
	margin-bottom:21px;
	border:1px solid #bdbdbd
}
.servicebox span{
	width:100%;
	height:100px;
	display:block;
	vertical-align:middle;
	padding-top:20px;
	padding-bottom:8px;
	text-align:center;
	line-height:100px;
}
.servicebox h6{
	font-size:20px;
	text-align:center;
	margin-bottom:10px;
}
.servicebox p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#777;
	line-height:18px;
	padding:0 10px;
}
.servicebox:hover{
	background:rgba(231,231,231,0.9);
}
.text1 h6{
	color:#0086d7;
}
.text2 h6{
	color:#dc6c00;
}
.text3 h6{
	color:#ffbc00;
}
.text4 h6{
	color:#65c609;
}



.loading {
    color: #303030;
    display: none;
    font-size: 20px;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: center;
    width: 450px;
}

/*===================================================================
					BUTTON START HERE
====================================================================*/

[class^=icon-], [class*=' icon-'] {
display:inline-block;
width:14px;
height:14px;
margin-top:1px;
*margin-right:.3em;
line-height:14px;
vertical-align:text-top;
background-image:url(images/glyphicons-halflings.png);
background-position:14px 14px;
background-repeat:no-repeat
}
.icon-white, .nav-pills>.active>a>[class^=icon-], .nav-pills>.active>a>[class*=' icon-'], .nav-list>.active>a>[class^=icon-], .nav-list>.active>a>[class*=' icon-'], .navbar-inverse .nav>.active>a>[class^=icon-], .navbar-inverse .nav>.active>a>[class*=' icon-'], .dropdown-menu>li>a:hover>[class^=icon-], .dropdown-menu>li>a:hover>[class*=' icon-'], .dropdown-menu>.active>a>[class^=icon-], .dropdown-menu>.active>a>[class*=' icon-'], .dropdown-submenu:hover>a>[class^=icon-], .dropdown-submenu:hover>a>[class*=' icon-'] {
background-image:url(images/glyphicons-halflings-white.png)
}


.btn {
	display: inline-block;
*display:inline;
	padding: 4px 12px;
	margin-bottom: 0;
*margin-left:.3em;
	font-size: 14px;
	line-height: 20px;
*line-height:20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
*background-color:#e6e6e6;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbb;
*border:0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
*zoom:1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05)
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #333;
	background-color: #e6e6e6;
*background-color:#d9d9d9
}
.btn:active, .btn.active {
	background-color: #ccc \9
}

.btn-danger {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #da4f49;
*background-color:#bd362f;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	color: #fff;
	background-color: #bd362f;
*background-color:#a9302a
}
.btn-danger:active, .btn-danger.active {
	background-color: #942a25 \9
}

.icon-upload {
    background-position: -144px -24px;
}



a.pager1:link, a.pager1:visited {
	font: 14px/26px 'open_sansregular';
	letter-spacing: 1px;
	color: #fff;
	background-color: #444;
	display: inline-block;
	margin-right: 1px;
	padding-right: 15px;
	padding-left: 15px;
	
	-moz-border-radius: 13px 0 0 13px;
	-webkit-border-radius: 13px 0 0 13px;
	border-radius: 13px 0 0 13px;
	
	background: -moz-linear-gradient(top, rgba(9,185,235,1) 0%, rgba(5,141,217,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(9,185,235,1)), color-stop(100%,rgba(5,141,217,1)));
	background: -webkit-linear-gradient(top, rgba(9,185,235,11) 0%,rgba(5,141,217,11) 100%);
	background: -o-linear-gradient(top, rgba(9,185,235,1) 0%,rgba(5,141,217,1) 100%);
	background: linear-gradient(top, rgba(9,185,235,1) 0%,rgba(5,141,217,1) 100%);
	
	-moz-box-shadow: rgba(0,0,0,1) 0px 2px 1px;
	-webkit-box-shadow: rgba(0,0,0,1) 0px 2px 1px;
	box-shadow: rgba(0,0,0,1) 0px 2px 1px;
}

a.pager2:link, a.pager2:visited {
	font: 14px/26px 'open_sansregular';
	letter-spacing: 1px;
	color: #fff;
	background-color: #444;
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	
	-moz-border-radius: 0 13px 13px 0;
	-webkit-border-radius: 0 13px 13px 0;
	border-radius: 0 13px 13px 0;
	
	background: -moz-linear-gradient(top, rgba(9,185,235,1) 0%, rgba(5,141,217,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(9,185,235,1)), color-stop(100%,rgba(5,141,217,1)));
	background: -webkit-linear-gradient(top, rgba(9,185,235,11) 0%,rgba(5,141,217,11) 100%);
	background: -o-linear-gradient(top, rgba(9,185,235,1) 0%,rgba(5,141,217,1) 100%);
	background: linear-gradient(top, rgba(9,185,235,1) 0%,rgba(5,141,217,1) 100%);
	
	-moz-box-shadow: rgba(0,0,0,1) 0px 2px 1px;
	-webkit-box-shadow: rgba(0,0,0,1) 0px 2px 1px;
	box-shadow: rgba(0,0,0,1) 0px 2px 1px;
	
}

a.pager1:hover, a.pager2:hover {
	line-height: 22px;
	padding-right: 13px;
	padding-left: 13px;
	border: 2px solid #0aa6e1;
	
	background: -moz-linear-gradient(top, rgba(12,198,299,1) 0%, rgba(10,166,225,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(12,198,299,1)), color-stop(100%,rgba(10,166,225,1)));
	background: -webkit-linear-gradient(top, rgba(12,198,299,11) 0%,rgba(10,166,225,1) 100%);
	background: -o-linear-gradient(top, rgba(12,198,299,11) 0%,rgba(10,166,225,1) 100%);
	background: linear-gradient(top, rgba(12,198,299,1) 0%,rgba(10,166,225,1) 100%);
	
	/*text-shadow: #37197e 0 1px 0;*/
}



/*
	=====================================================
			    CONTACT US PAGE
	=====================================================
*/


/** the form elements **/

.contactOuter{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    clear: both;
    padding: 10px 20px;
}


#contact-form ul {
    list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
}
#contact-form li{
	padding:5px 12px 5px 0; 
	position:relative;
} 
#contact-form li:first-child, #contact-form li:last-child {
}

/* === Form Header === */
#contact-form h2 {
	margin:0;
	display: inline;
}
#contact-form .required_notification {
	color:#d45252; 
	margin:5px 0 0 0; 
	display:inline;
	float:none;
}

/* === Form Elements === */
#contact-form label {
	
	margin-top: 3px;
	display:block;
	padding:3px;
}
#contact-form input {
	height:20px; 
	width:80%; 
	padding:5px 8px;
}
#contact-form textarea {padding:8px; width:80%;}
#contact-form button {margin-left:0px;}

	/* form element visual styles */
	#contact-form input, #contact-form textarea { 
		border:1px solid rgba(170,170,170,0.5);
		box-shadow: 0px 0px 3px #ccc, 0 2px 3px #eee inset;
		border-radius:2px;
		padding-right:30px;
		-moz-transition: padding .25s; 
		-webkit-transition: padding .25s; 
		-o-transition: padding .25s;
		transition: padding .25s;
		resize:none;
		font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
		color:#777;
		background:#fff;
	}
	#contact-form input:focus, #contact-form textarea:focus {
		background: #fff; 
		border:1px solid #555; 
		box-shadow: 0 0 3px #aaa; 
		padding-right:70px;
	}

/* === HTML5 validation styles === */	
#contact-form input:required, #contact-form textarea:required {
	background: #fff url(images/red_asterisk.png) no-repeat 98% center;
}
#contact-form input:required:valid, #contact-form textarea:required:valid {
	background: #fff url(images/valid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
#contact-form input:focus:invalid, #contact-form textarea:focus:invalid {
	background: #fff url(images/invalid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Form hints === */
#contact-form .form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
#contact-form .form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
#contact-form input:focus + .form_hint {display: inline;}
#contact-form input:required:valid + .form_hint {background: #28921f;}
#contact-form input:required:valid + .form_hint::before {color:#28921f;}
	
/* === Button Style === */
#contact-form .submit {
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #9fd574;
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	color: white;
	font-weight: bold;
	padding: 6px 20px;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
	height:auto;
	width:auto;
}
#contact-form .submit:hover {
	opacity:.85;
	cursor: pointer; 
}
#contact-form .submit:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
	
}

.contactdetailsBox{
	/*background:url(images/phone-image.png) 30px 70px no-repeat;
	padding-left:150px;*/
	padding-top:20px;
	border-left:1px solid #d8d8d8;
	padding-bottom:20px;
	min-height:350px;
	padding-left:40px
}
.contactdetailsBox ul li{
	margin-bottom:15px;
	color:#8b8077;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.contactdetailsBox ul li h4{
	color:#444;
	font-size:21px;
}
.contactdetailsBox ul li a{
	color:#00a7bb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.contactdetailsBox ul li a:hover{text-decoration:underline}
.contactdetailsBox ul li span{
	display:block;
	color:#444;
	font-size:13px;
	vertical-align:middle;
	line-height:18px;
	margin-bottom:6px;
}

#mapwrapper{
	width:92%;
	height:220px;
	border:10px solid #ffffff;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
}

.fixed {
position: fixed;
top:0;
left: 0;
width: 100%;
box-shadow: 0 0 2px #222;
-webkit-box-shadow: 0 0 2px #222;
-moz-box-shadow: 0 0 2px #222;
background:#fff url(images/fixed-menu-bg.jpg) 0 0 repeat-x;
border-top:5px solid #232a30
}
.fixed .menuwrap{
	max-width:1000px;
	margin:auto
}
.fixed #nav li:hover ul.subs{
	top:58px;
}




/*=========================================================
					TEAM PAGE START HERE
==========================================================*/

.ca-menu{
    padding:0;
    margin:20px auto;
    
	font-family: 'open_sansregular';
}
.ca-menu .teambox{
    width: 220px;
    height: 220px;
    border: 10px solid /*#f6f6f6*/ #e6e6e6;
    overflow: hidden;
    position: relative;
    float:left;
    background: #fff;
    margin-right: 10px;
	margin-bottom:30px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-menu .teambox:last-child{
    margin-right: 0px;
	display:none
}
.ca-menu .teambox a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
   -moz-box-shadow:0px 0px 3px #000000;
   -webkit-box-shadow:0px 0px 3px #000000;
   box-shadow:0px 0px 3px #000000;

}
.ca-icon{
    font-family: 'open_sansregular';
    font-size: 40px;
    color: #f6f6f6;;
    line-height: 60px;
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0px;
    top: 30px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
/*.ca-main{
    font-size: 24px;
    position: absolute;
    top: 110px;
    height: 80px;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    opacity: 0.8;
    text-align: center;
}*/

.ca-main{
 font-size: 24px;
    height: 220px;
    left: 50%;
    margin-left: -113px;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 220px;
}
.ca-sub{
    text-align:center;
    color: #000;
    font-size: 26px;
    position: absolute;
    height: 80px;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    top: 110px;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-sub-text{
    text-align:center;
    color: #000;
    font-size: 13px;
    position: absolute;
    height: 80px;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    top: 140px;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ca-menu .teambox:hover{
    background: #f7f7f7;
    border-color: #45bae1;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 45px 60px -50px #000000;
}
.ca-menu .teambox:hover .ca-icon{
    color: #555;
    font-size: 60px;
}
.ca-menu .teambox:hover .ca-main{
    display: none;
}
.ca-menu .teambox:hover .ca-sub{
    opacity: 0.8;
}
.ca-menu .teambox:hover .ca-sub-text{
    opacity: 0.8;
}






/*=========================================================
					ABOUT US PAGE START HERE
==========================================================*/
.jobbar {
    
    padding: 40px 0 0;
    text-align: center;
    width: 100%;
}

.jobbar ul {
    display: table;
    margin: 0 auto;
    padding: 30px 0 0;
    text-align: left;
    width: 930px;
}

.jobbar ul li {
    float: left;
    list-style: none outside none;
    padding: 0 2% 0 1%;
    width: 17%;
	text-align:justify
}

.jobbar ul li h2 {
    font-size:18px;
    padding: 0 0 20px;
    text-align: center;
    width: 100%;
}

.jobbar ul li:last-child{
	padding-right:0;
	width:19%;
}
.subHeading{
	font-size:16px;
	margin-bottom:10px
}


/*=========================================================
					PACKAGES PAGE START HERE
==========================================================*/




/*###########################################
navbar
###########################################*/

#navbar {
    margin: 20px 0 0 5px;
    width: 100%;
    font-weight: bold;
	
}

/*###########################################
ul li (all)
###########################################*/

#navbar ul li{
    display: inline-block;
	width:19.6%;
}

#navbar ul li a {
    position: relative;
    display: block;
    text-align: center;
	font-family: 'open_sansregular';
	font-size:13px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	
}

/*###########################################
Active
###########################################*/

.active a{
    padding: 20px 0 14px 0;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#db0000), to(#9b0000));
    background: -moz-linear-gradient(top center, #db0000, #9b0000);
	 border: 1px solid #8d0000;
	*/
	background: #f7b752; /* Old browsers */
background: -moz-linear-gradient(top,  #f7b752 0%, #ffa10e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7b752), color-stop(100%,#ffa10e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7b752 0%,#ffa10e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7b752 0%,#ffa10e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7b752 0%,#ffa10e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7b752 0%,#ffa10e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b752', endColorstr='#ffa10e',GradientType=0 ); /* IE6-9 */
border:1px solid #e78d00;
   
    text-shadow: 0 1px 1px black;
    -webkit-border-radius: 10px 10px 0 0;
    -webkit-background-clip: padding-box;
    -webkit-box-shadow: inset 0 0 1px #fd0000;
    -moz-border-radius: 10px 10px 0 0;
    -moz-background-clip: padding-box;
    -moz-box-shadow: inset 0 0 1px #fd0000;
    margin-left: -5px;
    z-index: 2;
    color: white;
    text-shadow: 0 1px 1px black;
}

.active a:focus {
    outline: none;
	color:#fff;
}

/*###########################################
Inactive
###########################################*/


.inactive a:hover {
    background-color: #eee;
	background-image: -moz-linear-gradient(#eee,#fff);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));    
	background-image: -webkit-linear-gradient(#eee, #fff);
	background-image: -o-linear-gradient(#eee, #fff);
	background-image: -ms-linear-gradient(#eee, #fff);
	background-image: linear-gradient(#eee, #fff);
}

.inactive a {
    color: #222;
    text-shadow: 0 1px 1px white;
    background-color: #eee;
		background-image: -moz-linear-gradient(#fff,#eee);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));    
		background-image: -webkit-linear-gradient(#fff, #eee);
		background-image: -o-linear-gradient(#fff, #eee);
		background-image: -ms-linear-gradient(#fff, #eee);
		background-image: linear-gradient(#fff, #eee);
    -webkit-box-shadow: inset 0 0 5px white;
    -moz-box-shadow: inset 0 0 5px white;
    padding: 14px 0;
    -webkit-box-shadow: inset 0 0 5px white;
    -moz-box-shadow: inset 0 0 5px white;
    border: 1px solid #ccc;
    margin-left: -5px;
    z-index: 1;
}

.inactive a:focus {
    outline: none;
}

/*###########################################
notification
###########################################*/
span.notification {
    position: absolute;
    padding: 5px;
    margin-top: -6px;
    color: white;
    min-width: 15px;
    text-align: center;
    border: 1px solid #000;
    background-color: #eee;
	background-image: -moz-linear-gradient(#fff,#eee);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));    
	background-image: -webkit-linear-gradient(#fff, #eee);
	background-image: -o-linear-gradient(#fff, #eee);
	background-image: -ms-linear-gradient(#fff, #eee);
	background-image: linear-gradient(#fff, #eee);
    -webkit-box-shadow: inset 0 0 1px #333;
    -moz-box-shadow: inset 0 0 1px #333;
    text-shadow: 0 -1px 1px black;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    margin-left: 10px;
}

/*###########################################
slider
###########################################*/

#slider {
    background: rgba(255,255,255,0.9);
    padding: 30px 25px 30px 25px;
    line-height: 25px;
	border:1px solid #ccc;
	box-shadow:0 0 3px #ccc;
}

/* Specific to example one */

#slideContent { background: #fff; padding:0; margin: 0 0 15px 0; -moz-box-shadow: 0 0 5px #666; -webkit-box-shadow: 0 0 5px #666; border: solid 1px #CECECE; overflow:hidden; border-radius:6px; box-shadow:0 0 5px rgba(212, 212, 212, 0.9)}

#slideContent .nav { margin: 0 20px 0px 0; width:31.33%; float:left;border-right:0}
#slideContent .nav li { margin: 0 0px 0 0; display:block; position:relative}
#slideContent .nav li.last { margin-right: 10px; }
#slideContent .nav li a { display: block; padding: 5px; background: #959290; color: white; font-size: 10px; text-align: center; border: 0; }
#slideContent .nav li a:hover { background-color: #111; }


#slideContent ul { list-style: none; }
#slideContent ul li a { display: block; border-bottom: 1px solid #666; padding: 4px; color: #666; }
#slideContent ul li a:hover, #slideContent ul li a:focus { background: #fe4902; color: white; }
#slideContent ul li:last-child a { border: none; }

#slideContent li.nav-one a.current, ul.featured li a:hover { background-color: #0575f4; color: white; }
#slideContent li.nav-two a.current, ul.core li a:hover { background-color: #d30000; color: white; }
#slideContent li.nav-three a.current, ul.jquerytuts li a:hover { background-color: #8d01b0; color: white; }
#slideContent li.nav-four a.current, ul.classics li a:hover { background-color: #FE4902; color: white; }
/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }

/* button 
---------------------------------------------- */
#slideContent .nav li a {
	display: block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	font: 18px/100% 'oswaldbook';
	padding: 1.2em 2em 1.3em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	/*-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
}
#slideContent .nav li a:hover {
	text-decoration: none;
}
#slideContent .nav li a:active {
	position: relative;
	top: 1px;
}

/* white */
#slideContent .nav li.white a {
	color: #606060;
	border-bottom: solid 1px #CECECE;
	border-right:1px solid #CECECE;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
#slideContent .nav li.white a span{
	width:48px;
	display:inline-block;
}
#slideContent .nav li.white:hover {
	background: #ededed;
	border-bottom: solid 1px #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
/* blue */
#slideContent li.white a.current {
	color: #010101;
	border-bottom: solid 1px #eee;
	background: #fff;
	border-right:0
}
#slideContent .nav li.white:first-child a{border-radius:6px 0 0 0}
#slideContent .nav li.white:last-child a{border-bottom:0; border-radius:0 0 0 6px}
#slideContent li.white a span.arrow-right{
	background:url(images/arrowLeft.png) 0 0 no-repeat;
	width:16px;
	height:33px;
	display:none;
	position:absolute;
	right:0;
	top:15%;	
	margin-right:-22px;
}
#slideContent li.white a.current span.arrow-right{
	display:block	
}

.list-wrap{
	width:62%;
	float:left;
	background:#fff;
	padding:15px;
	border-radius:6px;
}


.sign-up {
	background: #e8e7e7;
	padding: 2px;
	border: 1px solid #c1c1c1;
	text-align: right;
	margin-top: 12px;
}
.sign-up input[type="text"] {
	width: 69%;
	border: none;
	background: none;
	color: #4a4a4a;
	padding-top:5px;
	float: left
}
.sign-up input[type="button"] {
	border: none;
	background: #f2c025;
	width: 63px;
	height: 28px;
	border-radius: 0px;
	color: #fff;
	font-size: 12px;
	font-family: 'open_sansbold';
	padding:0 0 5px;
}
.sign-up h3
{
display:none;
}
.eemail_caption{
	display:none;
}
.eemail_msg{
	padding-top:0 !important;
}

.eemail_button {
    padding-bottom: 0px !important; 
}
.eemail_textbox {
    padding-bottom: 0px !important; margin-top:-2px !important;
} 

.wpcf7-text{
    background: none repeat scroll 0 0 hsla(0, 2%, 91%, 0.9);
    border: 1px solid hsl(0, 0%, 76%);
    color: hsl(0, 0%, 29%);
    margin-bottom: 1px;
    margin-top: 3px;
    padding: 3px 2px;
    width: 96%;
}
.your-email input[type="email"] {
    background: none repeat scroll 0 0 hsla(0, 2%, 91%, 0.9);
    border: 1px solid hsl(0, 0%, 76%);
    color: hsl(0, 0%, 29%);
    margin-bottom: 1px;
    margin-top: 3px;
    padding: 3px 2px;
    width: 96%;
}



.your-message textarea {
    background: none repeat scroll 0 0 hsla(0, 2%, 91%, 0.9);
    border: 1px solid hsl(0, 0%, 76%);
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: hsl(0, 0%, 29%);
    font-family: 'open_sansregular';
    font-size: 13px;
    height: 100px;
    resize: none;
    width: 100%;
}



.wpcf7-submit{
    background: none repeat scroll 0 0 hsl(45, 89%, 55%);
    border: medium none;
    border-radius: 0 0 0 0;
    color: hsl(0, 0%, 100%);
    height: 28px;
    margin-top: 10px;
    width: 83px;
}







	
/*-------------------------------9 oct----------------------------*/


.steps__list-item {
	display: inline-block;
	margin-right: 2%;
	text-align: center;
	vertical-align: top;
	width: 23%;
}
.steps__number--one {
	background: none repeat scroll 0 0 hsl(0, 0%, 93%);
	border-radius: 50% 50% 50% 50%;
	border-style: solid;
	border-width: 0.6rem;
	box-shadow: 0 0 4px hsl(0, 0%, 80%);
	display: inline-block;
	font-family: 'open_sansbold';
	font-size: 2.1rem;
	font-weight: bold;
	height: 12.3rem;
	line-height: 6;
	margin-right: 6%;
	padding-top: 0.2rem;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 12.5rem;
}

.spacetop {
	margin-top: 27px;
}
.steps__number--one.steps__number--ios{
	background:#fd9e28 url("images/apple-pattern.png") repeat;
	color:#fd9e28
}
.steps__number--one.steps__number--android{
	background:#9a88bc url("images/android-pattern.png") repeat;
	color:#9a88bc
}
.steps__number--one.steps__number--window{
	background:#449ad3 url("images/window-pattern.png") repeat;
	color:#449ad3
}
.steps__number--one.steps__number--blackberry{
	background:#5aa761 url("images/blackberry-pattern.png") repeat;
	color:#5aa761
}

.steps__text {
    padding-top: 20px;
    width: 90%;
}

.spacetop2 {
	margin-top: 10px;
}
.steps__text h5 {
	color: #333333;
	font-family: 'oswaldbook';
	font-size: 24px;
	padding-bottom: 6px;
	word-spacing: 1px;
	text-align: center;
}
.bgfacts {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #ccc;
	padding: 15px; padding-bottom:0px;
}
.bgfacts p a {
	color: #1089b7;
	text-decoration: none;
}
.arrow-whyus {
	background: none repeat scroll 0 0 hsl(0, 0%, 15%);
	color: hsl(0, 0%, 100%);
	font-size: 25px;
	height: 99px;
	line-height: 90px;
	padding: 0 10px;
	position: relative;
	text-align: center;
	width: 111px;
	font-family: 'oswaldbook'; border-radius:5px 0 0px 5px;
}
.arrow-whyus span {
	font-size: 50px;
}
.arrow-whyus:after {
	position: absolute;
	content: "";
	background: url(images/whyus-arrow.png) 0 center no-repeat;
	right: -35px;
	width: 35px;
	height: 99px;
}
.read p {
	text-align: right;
}
.whyusc {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #ccc;
	padding: 8px 15px 1px 15px;
}
.spacebottom {
	margin-bottom: 10px;
}
.read{ margin-top:10px; }
.read a{display:block; padding-top:2px;}

.steps__list li:last-child{margin-right:0;}
.map{border:5px solid #fff; box-shadow:0 0 5px #ccc;}
.borderbot{background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px #ccc;
	padding: 8px 15px 1px 15px; padding:15px;}
	
	.numberlist{padding-bottom:10px;}	
	
	.numberlist li{
		padding-bottom:5px;	
		list-style-type: decimal;
	}
	
	
	
		
	/*=========================NEW FOOTER START HERE 09-10-2013============================*/
	
	#footer ul li{
		background:url(images/arrow-icon.png) no-repeat left 7px;
		padding-left:12px;
		/*border-bottom:dashed 1px #777;*/
		padding:3px 0 4px 12px
	}
	#footer ul li a{
		color:#c1c1c1;
		transition:all 400ms ease;
	}
	#footer ul li a:hover{
		color:#24b4da
	}
	
	
	#mapOverlay {
    background: url("images/bg-map.png") no-repeat scroll center -430px rgba(0, 0, 0, 0);
    height: 41px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 101;
}
	#mapOverlay2 {
    background: url("images/bg-map.png") no-repeat scroll center -10px rgba(0, 0, 0, 0);
    height: 57px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 101;
}
#map, #map iframe {
    position: relative;
    z-index: 100;
}



.service-home .service-list {
    margin-bottom: 10px;
    margin-top: 10px;
}
.span6 {
    width: 570px;
}

.service-home .service-icon {
    float: left;
    width: 40px;
}
.service-home .service-icon i {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    margin-top: 5px;
    text-align: center;
    width: 45px;
}

.service-home .service-content {
    margin-left: 60px;
    position: relative;
}
.service-home .service-home-meta {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}

.service-home h4 {
    font-size: 22px;
    line-height: 14px;
	color:rgb(51, 51, 51);
	margin-top:10px;
	text-transform: capitalize;
}

.bred {
    background: none repeat scroll 0 0 rgb(250, 48, 49) !important;
    border: 0 none !important;
    color: rgb(255, 255, 255) !important;
}
.blightblue {
    background: none repeat scroll 0 0 rgb(82, 185, 233) !important;
    border: 0 none !important;
    color: rgb(255, 255, 255) !important;
}
.borange {
    background: none repeat scroll 0 0 rgb(248, 133, 41) !important;
    border: 0 none !important;
    color: rgb(255, 255, 255) !important;
}
.bviolet {
    background: none repeat scroll 0 0 rgb(147, 42, 182) !important;
    border: 0 none !important;
    color: rgb(255, 255, 255) !important;
}









.testimonials{
	width:150px;
	height:150px;
	border-radius:500px;
	overflow:hidden
}
.testimonials img{
	width:150px;
	height:150px; 
}

.testimonialDescription{
	background:#e8eced;
	box-shadow:0 1px 0 rgba(0,0,0,0.4);
	border-radius:6px;
	padding:25px 18px;
	min-height:100px;
	font-style:italic;
	position:relative
}
.testimonialDescription strong, .testimonialDescription b{
	font-weight:normal
}
.corner{
	background: url("images/corner.png") no-repeat;
	width:15px;
	height:16px;
	display:inline-block;
	position:absolute;
	top:50px;
	margin-left:-15px;
	left:0;
}

.corner2{
	background: url("images/corner2.png") no-repeat;
	width:15px;
	height:16px;
	display:inline-block;
	position:absolute;
	top:50px;
	right:0;
	margin-right:-15px;
}

.spacer{
	margin:28px 0 34px
}
.testimonialDescription p{
	 color: rgb(100, 100, 100);
    font-size: 15px;
    line-height: 24px;
	text-indent:18px;
}
.testimonialDescription p:before{
	content:"\"";
	font-size:35px;
	position:absolute;
	left:0
}
.testimonialDescription p:after{
	content: "\"";
    font-size: 35px;
    margin-left: -18px;
    margin-top: 7px;
    position: absolute;
}

.contact_form br{display:none}




	
	
.home_sprite {
    background: url("images/sprite-num.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

	
	
#contuscredits {
	padding: 20px 0 14px 0px;
	background:url(images/graystrip.jpg) repeat-x;
	border-top: 1px solid rgb(207, 207, 207);
}
#contuscredits ul li.col1 h5 {
	width: 110px
}
#contuscredits ul li.col6 {
	width: 110px;
	margin-right:0;
}
#contuscredits ul li.col2 {
	width: 160px
}
#contuscredits ul li.col4 {
	width: 160px
}
#contuscredits ul li.col6 h5 {
	border-left: 2px solid #54c014
}
#contuscredits ul li.col6 h5 span.arw {
	border-left: 5px solid #54c014
}
#contuscredits ul li.col3 {
	width: 170px
}
#contuscredits ul li {
	float: left;
	width: 140px
}
#contuscredits ul li h3 {
	color: #e26305;
	line-height: 36px;
	text-shadow: -1px -1px 0 #8a5b30, 1px 1px 0 #fff;
	font-weight: 500;
	letter-spacing: -2px;
	margin-bottom:7px;
}
#contuscredits ul li h5 {
	font-family: "Open Sans", Arial, sans-serif;
	margin: 0;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	border-left: 2px solid #55a2e9;
	padding-left: 8px;
	height: 40px;
	width: 156px;
	color: rgb(51, 51, 51);
}
#contuscredits ul li h5 span.arw {
	position: absolute;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #55a2e9;
	height: 0;
	left: -1px;
	bottom: 0
}
#contuscredits ul li.col1 h3 {
	background-position: -5px 0px;
	width: 45px
}
#contuscredits ul li.col2 h3 {
	background-position: -63px 0px;
	width: 98px
}
#contuscredits ul li.col3 h3 {
	background-position: -170px 0px;
	width: 85px
}
#contuscredits ul li.col4 h3 {
	background-position: -256px 0px;
	width: 91px
}
#contuscredits ul li.col5 h3 {
	background-position: -346px 0px;
	width: 86px
}
#contuscredits ul li.col6 h3 {
	background-position: -440px 0px;
	width: 97px
}



.ready-to-work {
    background:#d6d5d4;
	margin-top:25px;
	border-top:6px solid rgba(49, 47, 51,0.6) 
}

.ready-to-work .wrap {
    background: url("images/calc.png") no-repeat scroll 4px 19px rgba(0, 0, 0, 0);
    height: 245px;
    padding: 35px 0 0 290px;
	text-align:center
}
.ready-to-work h2 {
    font-size: 38px;
	color:#000;
	line-height:normal
}

.ready-to-work p {
    color: #000000;
    font: 21px/1.32 "Open Sans";
}
.ready-to-work .get-a-quote-btn a {
    background: url("images/contactbtn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 69px;
    margin: 0 0 0 -3px;
    text-indent: -2500em;
    width: 279px;
}
.ready-to-work .get-a-quote-btn a:hover{
	opacity:0.9	
}


.ch-grid{
	position:relative;
	margin-left:-2%;
}
.ch-grid li {
    display: inline-block;
	margin-left: 2%;
	text-align: center;
	vertical-align: top;
	width: 22.7%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.ch-grid li .ch-wrap{
height: 220px;
width: 220px;
}


.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.ch-thumb {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	box-shadow: inset 0 0 0 15px rgba(255,255,255, 0.5);
	
	-webkit-transform-origin: 95% 40%;
	-moz-transform-origin: 95% 40%;
	-o-transform-origin: 95% 40%;
	-ms-transform-origin: 95% 40%;
	transform-origin: 95% 40%;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ch-thumb:after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 50%;
	top: 40%;
	left: 95%;
	margin: -4px 0 0 -4px;
	background: rgb(14,14,14);
	background: -moz-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%, rgba(125,126,125,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(14,14,14,1)), color-stop(100%,rgba(125,126,125,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
	background: radial-gradient(ellipse at center, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
	box-shadow: 0 0 1px rgba(255,255,255,0.9);
}

.ch-img-1 { 
	background-image: url(images/webdesign.jpg);
	z-index: 12;
}

.ch-img-2 { 
	background-image: url(images/android.jpg);
	z-index: 11;
}

.ch-img-3 { 
	background-image: url(images/ios.jpg);
	z-index: 10;
}
.ch-img-4 { 
	background-image: url(images/search.jpg);
	z-index: 9;
}

.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	background: #c9512e url(../images/noise.png);
	box-shadow: inset 0 0 0 5px rgba(0,0,0,0.05);
}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 18px;
	margin: 0 30px;
	padding: 62px 0 0 0;
	height: 55px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #333;
	width: 70px;
	height: 50px;
	background: rgba(255,255,255,0.3);
	border-radius: 50%;
	color: #fff;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 16px;
	margin: 7px auto 0;
	font-family: 'Open Sans', Arial, sans-serif;
	opacity: 0;
	line-height:15px;
	
	-webkit-transition: 
		-webkit-transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
	-moz-transition: 
		-moz-transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
	-o-transition: 
		-o-transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
	-ms-transition: 
		-ms-transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
	transition: 
		transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
		
	-webkit-transform: translateX(60px) rotate(90deg);
	-moz-transform: translateX(60px) rotate(90deg);
	-o-transform: translateX(60px) rotate(90deg);
	-ms-transform: translateX(60px) rotate(90deg);
	transform: translateX(60px) rotate(90deg);
		
	-webkit-backface-visibility: hidden;
}

.ch-info p a:hover {
	background: rgba(255,255,255,0.5);
}
.ch-item:hover .ch-thumb {
	box-shadow: inset 0 0 0 15px rgba(255,255,255, 0.5), 0 1px 3px rgba(0,0,0,0.2);
	-webkit-transform: rotate(-110deg);
	-moz-transform: rotate(-110deg);
	-o-transform: rotate(-110deg);
	-ms-transform: rotate(-110deg);
	transform: rotate(-110deg);
}
.ch-item:hover .ch-info p a{
	opacity: 1;
	-webkit-transform: translateX(0px) rotate(0deg);
	-moz-transform: translateX(0px) rotate(0deg);
	-o-transform: translateX(0px) rotate(0deg);
	-ms-transform: translateX(0px) rotate(0deg);
	transform: translateX(0px) rotate(0deg);
}






.contactbtn {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 10px 40px 18px;
    text-shadow: 0 -1px 1px rgba(19,65,88,.8);
    font-size:36px;
    background: #63615f;
    -webkit-border-radius: 60px;
       -moz-border-radius: 60px;
            border-radius: 60px;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.35), inset 0 -1px 1px rgba(255,255,255,.15);
       -moz-box-shadow: 0 10px 20px rgba(0,0,0,.35), inset 0 -1px 1px rgba(255,255,255,.15);
            box-shadow: 0 10px 20px rgba(0,0,0,.35), inset 0 -1px 1px rgba(255,255,255,.15);
    -webkit-transition-property: -webkit-box-shadow; /* drop padding as pseudo-element trans not supported */
       -moz-transition-property: padding, -moz-box-shadow;       
         -o-transition-property: box-shadow; /* drop padding as pseudo-element trans not supported */
            transition-property: padding, box-shadow;
    -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
         -o-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
       -moz-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
			color:#fff;
			font-weight: bold;
			text-transform:uppercase;
			margin-top:15px;
}

.contactbtn:active {
    padding: 14px 40px 14px;  
    -webkit-box-shadow: 0 6px 15px rgba(0,0,0,.3), inset 0 -1px 1px rgba(255,255,255,.15);
       -moz-box-shadow: 0 6px 15px rgba(0,0,0,.3), inset 0 -1px 1px rgba(255,255,255,.15);
            box-shadow: 0 6px 15px rgba(0,0,0,.3), inset 0 -1px 1px rgba(255,255,255,.15);
}

.contactbtn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0; 
    bottom: 4px; 
    left: 0; 
    right: 0;
    background: #312f33; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxMmYzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZDFkMWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #312f33 0%, #1d1d1d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#312f33), color-stop(100%,#1d1d1d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #312f33 0%,#1d1d1d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #312f33 0%,#1d1d1d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #312f33 0%,#1d1d1d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #312f33 0%,#1d1d1d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#312f33', endColorstr='#1d1d1d',GradientType=0 ); /* IE6-8 */

    -webkit-border-radius: 60px;
       -moz-border-radius: 60px;
            border-radius: 60px;
    -webkit-transform: translate(0, -4px);  
       -moz-transform: translate(0, -4px);  
         -o-transform: translate(0, -4px);  
            transform: translate(0, -4px);
    -webkit-transition: -webkit-transform .2s ease-in-out;
       -moz-transition: -moz-transform .2s ease-in-out;
         -o-transition: -o-transform .2s ease-in-out;
            transition: transform .2s ease-in-out;
}

.contactbtn:active:before {
    -webkit-transform: translate(0, 0);  
       -moz-transform: translate(0, 0);  
         -o-transform: translate(0, 0);  
            transform: translate(0, 0);
}
