@charset "utf-8";
/* CSS Document */
body{
	padding:0px;
	margin:0px;
	font-family: Raleway;
 	margin: 0; padding: 0; border: 0; 
}
#site-domain {
	letter-spacing: 10px;
	
	font-size: 24px;
	color: #CCC;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;       /* remove default arrow */
	background-image: url(/img/point-down.png);   /* add custom arrow */
	background-repeat: no-repeat;
	background-position: right 5px center;
}
.tc-br{
	color: #630;
}

input, select, textarea{
-ms-box-sizing:content-box;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box; 
box-sizing:content-box;
}

.bg-b3{
	background-color:#333;
}
.bg-b2{
	background-color:#22242A;
}
.bg-b6{
	background-color:#666;
}
.bg-b9{
	background-color:#999;
	
}
.bg-b10{
	background-color: #B6B6B6;
}
.bg-p {
	background-color:#C95F94;
}

.bg-o {
	background-color:#F60;
}

.bg-o3 {
	background-color:#D57B32;
}
.tc-y {
	color:#FC0;
}
.bg-o7{
	background-color:#FC0;
}
.tc-y2 {
	color: #CCA400;
}
.bg-o4{
	background-color:#F93;
}
.bg-o2 {
	background-color: #FFCD82;
}
.bg-g9 {
	background-color:#59BC9E;
}
.tc-g9 {
	color:#3A9277;
}

.bc-5{
	border-radius: 5px 5px;
}
.bc-t-5{
	border-top-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
}
.bc-10{
	border-radius: 10px 10px;
}
.bb-o2 {
	border: 1px solid #FFAF37;
}
.tc-o {
	color: #F60;
}
.bg-g {
	background-color:#A0D568;
}


.tc-w {
	color:#FFF;
}
.tc-p{
	color:#8166C3;
}

.tc-b3 {
	color:#333;
}

.tc-bl3 {
	color: #31ACA3;
}

.tc-bl {
	color:#06F;
}
.bg-o5{
	background-color:#FC3;
}
.tc-bl2 {
	color: #0099CC;
}

.tc-b {
	color:#000;
}
.ts-10{
	font-size:10px;
}
.tc-b9 {
	color:#999;
}

.tc-g {
	color:#3FC567;
}

.tc-g2 {
	color:#096;;
}
.tc-g3 {
	color: #9DFF9D;
	;
}

.bm-t-100 {
	margin-top: 100px;
}
.bm-t-10 {
	margin-top: 10px;
}
.bm-t-5 {
	margin-top: 5px;
}
.bm-t-20 {
	margin-top: 20px;
}
.bm-t-25 {
	margin-top: 25px;
}
.bm-t-30 {
	margin-top: 30px;
}
.bm-t-40 {
	margin-top: 40px;
}
.bm-t-50 {
	margin-top: 50px;
}
.bm-b-5 {
	margin-bottom: 5px;
}
.bm-b-50 {
	margin-bottom: 50px;
}
.bm-b-70 {
	margin-bottom: 70px;
}
.bm-b-80 {
	margin-bottom: 80px;
}
.bm-b-100 {
	margin-bottom: 100px;
}
.bm-b-40{
	margin-bottom:40px;
}
.bm-b-30 {
	margin-bottom: 30px;
}
.bm-b-20 {
	margin-bottom: 20px;
}
.bm-b-10 {
	margin-bottom: 10px;
}
.bm-b-15 {
	margin-bottom: 15px;
}

.bm-r-10 {
	margin-right: 10px;
}
.bm-r-05 {
	margin-right: 4%;
}

.bm-r-5 {
	margin-right: 5px;
}

.bp-t-20 {
	padding-top: 20px;
}

.bp-t-50 {
	padding-top: 50px;
}

.bp-r-30 {
	padding-right: 30px;
}
.bg-bl{
	background-color:#0071CE;
}
.bg-bl2{
	background-color: #3CA7FF;
}
.bg-bl3{
	background-color: #4EA2C6;
}

.bp-t-10 {
	padding-top: 10px;
}

.bp-t-15 {
	padding-top: 15px;
}

.bp-t-30 {
	padding-top: 30px;
}

form {
	float: left;
	height: auto;
	width: 100%;
}
form label {
	height: auto;
	width: 100%;
	
}

.form-wrap {
	background-color: #A0D568;
	float: left;
	height: auto;
	width: 100%;
	background-position: 97% center;
	background-image: url(../pics/email-icon.png);
	background-repeat: no-repeat;
}

.form-input:hover{
	box-shadow: 0px 0px 6px #9FC;
}
	
.form-input {
	transition: border-color 0.3s 0.1s ease-out;
	box-shadow: 0px 0px 1px #9FC;
	float: left;
	height: 35px;
	width: 97%;
	padding-left: 3%;
	background-repeat: no-repeat;
	background-position: right 5px center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border: 1px solid #CCC;
}

.row {
	float: left;
	height: auto;
	width: 100%;
}

.container {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.md {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.mag-b {
	float: left;
	height: auto;
	width: 100%;
}
#wrap-text{
	   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}
.mag-pb-10-l {
	float: left;
	height: auto;
	width: 90%;
	padding-left:10%;	
}
.mag-pb-10-r {
	float: left;
	height: auto;
	width: 90%;
	padding-right:10%;	
}

.mag-pb-5-l {
	float: left;
	height: auto;
	width: 95%;
	padding-left:5%;	
}

.mag-mb-3-l {
	float: left;
	height: auto;
	width: 97%;
	margin-left:3%;	
}

.mag-mb-5-l {
	float: left;
	height: auto;
	width: 95%;
	margin-left:5%;	
}

.mag-mb-2-l {
	float: left;
	height: auto;
	width: 98%;
	margin-left:2%;	
}



.mag-pb-10 {
	float: left;
	height: auto;
	width: 80%;
	padding-left:10%;
	padding-right:10%;
	
}

.mag-pb-5 {
	float: left;
	height: auto;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}
.mag-pb-1 {
	float: left;
	height: auto;
	width: 98%;
	padding-left:1%;
	padding-right:1%;
}
.mag-b-33 {
	float: left;
	width: 24%;
}
.mag-b-3 {
	float: left;
	width: 25%;
}
.mag-b-9 {
	float: left;
	width: 75%;
}

a {
	transition: all 0.3s 0.1s ease-out;
}

.mag-pb-3 {
	float: left;
	height: auto;
	width: 94%;
	padding-left:3%;
	padding-right:3%;
}

.mag-pb-2 {
	float: left;
	height: auto;
	width: 96%;
	padding-left:2%;
	padding-right:2%;
}
	

#banna {
	background-color: #A0D568;
	float: left;
	height: auto;
	width: 100%;
	background-image: url(../pics/banner1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
#free-trial{
	margin-left: 1%
}
.mag-pb-6 {
	height: auto;
	width: 40%;
	padding-right: 5%;
	padding-left: 5%;
	float: left;
}

.mag-b-6 {
	height: auto;
	width: 50%;
	float: left;
}

.mag-b-66 {
	height: auto;
	width: 49%;
	float: left;
}

.mag-b-5-6 {
	height: auto;
	width: 46%;
	float: left;
}

.mag-pb-6-5 {
	height: auto;
	width: 40%;
	padding-left:5%;
	padding-right:5%;
	float: left;
}

.mag-b-4 {
	float: left;
	width: 33.3333333333%;
	height: auto;
}

.mag-pb-4-3 {
	float: left;
	width: 27.3333333333%;
	height: auto;
	padding-left:3%;
	padding-right:3%;
}

.mag-b-5 {
	float: left;
	width: 41.3333333333%;
	height: auto;
}

.mag-pb-5-5 {
	float: left;
	width: 31.3333333333%;
	height: auto;
	padding-left:5%;
	padding-right:5%;
}

.mag-b-7 {
	float: left;
	width: 58.3333333333%;
	height: auto;
}
.br-10{
	border-radius: 10px 10px;
}
.br-5{
	border-radius: 5px 5px;
}
.br-0{
	border-radius: 0px 0px;
}
.mag-b-44 {
	float: right;
	width: 30.3333333333%;
	height: auto;
}

.mag-b-444 {
	float: right;
	width: 27%;
	height: auto;
}

.mag-pb-30-3 {
	float: right;
	width: 30%;
	padding-left:3%;
	padding-right:3%;
	height: auto;
}

.mag-b-2 {
	float: left;
	width: 16.6667%;
	height: auto;
	text-decoration: none;
	display: block;
}

.mag-b-1 {
	float: left;
	width: 8.333%;
	height: auto;
	text-decoration: none;
	display: block;
}

.mag-b-105 {
	float: left;
	width: 8.333%;
	height: auto;
	text-decoration: none;
	display: block;
}

.mag-b-10 {
	float: left;
	width: 83.33333%;
	height: auto;
}

.mag-b-11 {
	float: left;
	width: 93.33333%;
	height: auto;
}

.mag-b-1105 {
	float: left;
	width: 91.33333%;
	height: auto;
}

.mag-mb-2-r-5 {
	float: left;
	width: 16.66666666%;
	height: auto;
	margin-right:5%;
}

.mag-b-8 {
	float: left;
	height: auto;
	width: 66.6666666666%;
}
.mag-b-805 {
	float: left;
	height: auto;
	width: 70.83666666%;
}
#signup h2 {
	font-size: 24px;
	color: #4A4A4A;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 100%;
	font-variant: normal;
	font-weight: normal;
}
#signup {
	padding-top: 50px;
	padding-bottom: 50px;
	float: left;
	height: auto;
	width: 100%;
	background-repeat: repeat;
}
#login{
	padding-top: 100px;
	padding-bottom: 100px;
	float: left;
	height: auto;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(../pics/login-background.jpg);
	background-size: cover;
}

.ts-14 {
	font-size: 14px;
	line-height: 20px;
}
.ts-20 {
	font-size: 20px;
	
}
.ts-150 {
	font-size: 150px;
}
.ts-24 {
	font-size: 24px;
	line-height: 30px;
}

.ts-28 {
	font-size: 28px;
	
}

.bm-l-0{
	margin-left:0px;
}

.ts-36 {
	font-size: 36px;
	
}
.ts-60 {
	font-size: 60px;
	
}
.ts-50 {
	font-size: 50px;
	
}
.ts-40 {
	font-size: 45px;
	
}
.ts-30 {
	font-size: 30px;
	
}


.ts-9 {
	font-size: 9px;
	line-height: 18px;
}

.ts-8 {
	font-size: 8px;
	line-height: 18px;
}

.ts-12 {
	font-size: 12px;
	line-height: 20px;
}
.center {
	text-align: center;
}
.signup-check {
	float: left;
	height: auto;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	margin-top: 10px;
}
.signup-check a {
	color: #039;
	text-decoration: underline;
}#dform_error {
	color: #F00;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float:none
}
.bp-bt-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.tc-r {
	color: #F00;
}
.mag-pb-30 {
	width: 40%;
	padding-right: 30%;
	padding-left: 30%;
}
.bm-l-25 {
	margin-left: 25%;
}
.lh-30 {
	line-height: 30px;
}
.lh-24 {
	line-height: 24px;
}
.container2 {
	width: 1200px;
	padding-right: 0%;
	padding-left: 0%;
	margin-right: auto;
	margin-left: auto;
}

.anko-1 {
	display: block;
	float: left;
	height: auto;
	width: 90%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(../pics/home.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-decoration: none;
	padding-right: 5%;
	padding-left: 5%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1E39B;
	font-size: 14px;
}

.anko-1:hover {
	background-color:#BCDF53;;
}

.anko-2:hover{
	background-color:#BCDF53;;
	color:#fff;
}
.bg-n{
	background-image:none;
}

.bg-g2{
		background-color: #3A9277;
}

.bg-y8{
		background-color:#F93;
}


.anko-2 {
	float: left;
	height: auto;
	width: auto;
	margin-right: 1%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	border: 1px solid #CCC;
	background-repeat: no-repeat;
	background-position: 5px center;
}
.anko-10 {
	height: auto;
	width: auto;
	margin-right: 1%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 14px;
	color: #999;
	text-decoration: none;
	border: 1px solid #DA0000;
	border-radius: 5px 5px;
}
#view-window h2 {
	font-size: 18px;
	color: #666;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	float: left;
	height: auto;
	width: 100%;
	display: block;
}

#view-window h3 {
	font-size: 14px;
	color: #666;
	margin: 0px;
	padding: 0px;
}

#view-window p {
	font-size: 14px;
	color:#999;

}


#table_firstrow th {
	margin: 0px;
	padding: 0px;
	transition: 0.3s 0.1s all ease-out;
	font-size: 12px;
}
#table_firstrow td:hover {
	background-color: #91CF50;
	background-repeat: repeat-x;
}

.anko-3 {
	text-decoration: none;
	float: left;
	height: 100%;
	width: 100%;
	display:block;
	background-repeat: no-repeat;
	background-position: 10px top;
	padding-right: 10px;
	padding-top: 6px;
	margin-top: -5px;
	color:#666666;
}
.deletedit {
	display: block;
	float: left;
	height: 20px;
	width: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	padding-top:5px;

	margin-left: 5px;
	transition: 0.1s 0.1s ease-in;
}
.deletedit:hover {
	background-color: #ABD87A;
}
.deletedit img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}.delete-bot {
	float: left;
	text-decoration: none;
	height: auto;
	text-align: right;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	width: auto;
	color: #666666;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 25px;
	text-transform: capitalize;
	margin-top: 15px;
	background-image: url(../../rear/pics/delete-form.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	transition: 0.3s 0.1s all ease-out;
}

.bp-bt-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.bp-bt-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.bp-bt-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.bp-b-20 {
	padding-bottom: 20px;
}
.bp-b-10 {
	padding-bottom: 10px;
}

.bp-bt-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.bp-bt-3 {
	padding-top: 3px;
	padding-bottom: 3px;
}

.bp-bt-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.bp-bt-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.bb-b {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.bb-r-a2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
}

.bb-b-o {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DA0000;
}

.bb-b-w {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

.bb-t {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

.bb-tb {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.bp-b-30 {
	padding-bottom: 30px;
}
.bp-t-0 {
	padding-top: 0px;
}
.bm-t-0 {
	marging-top: 0px;
}
.bp-b-50 {
	padding-bottom: 50px;
}

.bp-b-5 {
	padding-bottom: 5px;
}

.bp-b-0 {
	padding-bottom: 0px;
}
.bp-tb-0 {
	padding-bottom: 0px;
	padding-top: 0px;
}
.bp-0 {
	padding: 0px;
}
.bp-tb-30 {
	padding-bottom: 30px;
	padding-top: 30px;
}
.bp-tb-5 {
	padding-bottom: 5px;
	padding-top: 5x;
}
.bp-tb-20 {
	padding-bottom: 20px;
	padding-top: 20px;
}
.bp-tb-100 {
	padding-bottom: 100px;
	padding-top: 100px;
}
#curve-title{
	width: 40%;
	margin-left: 30%;
	margin-bottom: -15px;
	z-index:100;
	background-color:#fff;
	padding-top:5px;
	padding-bottom:5px;
}
.bold {
	font-weight: bold;
}
.nobold {
	font-weight:normal;
}
tr:nth-of-type(odd) { 
  background: #eee; 
}
th {
	color: #666;
	font-weight: bold;
	background-color: #DDEFC9;
	text-transform: capitalize;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}

th:hover {
	background-color:#BCDF53;;
	color:#fff;
}

tr td {
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
}

tr th {
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
}

tbody tr:hover {
	background-color:#E9E9E9;
}
.ui-datepicker {
background: #fff;
   border: 0px solid #fff;
   color: #EEE;
}
.ui-datepicker-header {
background: #A0D568;
   color: #EEE;
   
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
color:#fff;

}
.ui-datepicker table {
width: 100%;
font-size: .7em;
border-collapse: collapse;
font-family:verdana;
margin: 0 0 .4em;
color:#000000;
background:#DAEEC4; 
}
/*This is date TD */
.ui-datepicker td {

border: 0;
padding: 1px;


}
.ui-datepicker-calendar .ui-state-active {
  background: #090;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
  color: #e0e0e0;
  text-shadow: 0px 1px 0px #4d7a85;
  filter: dropshadow(color=#4d7a85, offx=0, offy=1);
  border: 1px solid #55838f;
  position: relative;
  margin: -1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .8em;
text-align: right;
text-decoration: none;
}
.mag-b-30 {
	text-align: center;
	display: block;
	float: left;
	height: 19px;
	width: 31px;
	padding-top: 7px;
	text-decoration: none;
}
.mag-b-50 {
	float: left;
	height: auto;
	width: 50%;
	margin-left:25%;
	margin-right:25%;
}
.mag-b-70 {
	float: left;
	height: auto;
	width: 70%;
	margin-left:15%;
	margin-right:15%;
}
.mag-b-78 {
	float: left;
	height: auto;
	width: 78%;
	margin-left:11%;
	margin-right:11%;
}
.bg-g3 {
	background-color: #C2E39D;
}
.bg-w {
	background-color: #fff;
}
.bg-y{
	background-color:#FC0;
}
.bg-g4 {
	background-color: #DDEFC9;
}
.tc-b6 {
	color: #666;
}

.tc-bl4{
	color:#6CF;
}
.ta-r {
	text-align: right;
}
.ta-l {
	text-align: left;
}
.bm-l-10 {
	margin-left: 10%;
}
.bm-l-7 {
	margin-left: 7%;
}
.bp-r-10 {
	padding-right: 10%;
}
.bp-l-10 {
	padding-left: 10%;
}

.bm-l-5 {
	margin-left: 5%;
}
.bp-l-5 {
	padding-left: 5%;
}


.anko-4 {
	height: 32px;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	padding-top: 12px;
	float: left;
}
.anko-5 {
	height: 26px;
	width: auto;
	padding-right: 10px;
	padding-left: 30px;
	text-decoration: none;
	float: left;
	background-repeat: no-repeat;
	background-position: 8px center;
	font-size: 10px;
	line-height: 26px;
}
.bb-a {
	border: 1px solid #CCC;
}

.bb-a3 {
	border: 1px solid #333;
}

.bb-p {
	border: 1px solid #96C;
}

.bb-bl {
	border: 1px solid #2D9D95;
}

.bb-bl7 {
	border: 1px solid #4ECDC4;
}

.bg-bl7{
	background-color:#4ECDC4;
}
.tc-bl7{
	color:#4ECDC4;
}
.bb-o {
	border: 1px solid #F60;
}
.bb-w {
	border: 1px solid #fff;
}
.bb-g {
	border: 1px solid #096;
}
.bb-g2 {
	border: 1px solid #92D050;
}
.bb-r {
	border: 1px solid #F60;
}
.bg-a {
	background-color: #D6D6D6;
}
#total-div {
	display: none;
}

.mag-circle {
	background-color: #D1EBB6;
	float: left;
	height: 30px;
	width: 30px;
	border: 1px solid #096;
	border-radius: 15px 15px;
	line-height:30px;
	text-align:center;
}
.mag-circle {
	background-color: #D1EBB6;
	float: left;
	height: 30px;
	width: 30px;
	border: 1px solid #096;
	border-radius: 15px 15px;
	line-height:30px;
	text-align:center;
}
.mag-div {
	float: left;
	height: auto;
	width: auto;
}
.bm-r-20 {
	margin-right: 20px;
}
.mag-mb-6-3 {
	float: left;
	width: 44%;
	padding-right: 3%;
	padding-left: 3%;
}

.mag-mb-12-3 {
	float: left;
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
}
.bb-lb {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #D1EBB6;
	border-left-color: #D1EBB6;
}
.anko-4.bg-g2:hover {
	color: #096;
	background-color: #D1EBB6;
}
.fl-r {
	float: right;
}
.ts-16 {
	font-size: 16px;
	line-height:22px;
}
.ts-18 {
	font-size: 18px;
	line-height:30px;
}
.lh-32 {

	line-height:32px;
}
.lh-40 {

	line-height:40px;
}
.anko-5.bg-w:hover {
	background-color: #DDEFC9;
}
thead th {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ui-datepicker {
background: #fff;
   border: 0px solid #fff;
   color: #EEE;
}
.ui-datepicker-header {
background: #A0D568;
   border: 0px none #fff;
   color: #EEE;
   border-radius: 0px 0px;
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
color:#fff;

}
.ui-datepicker table {
width: 100%;
font-size: .7em;
border-collapse: collapse;
font-family:verdana;
margin: 0 0 .4em;
color:#000000;
background:#DAEEC4; 
}
/*This is date TD */
.ui-datepicker td {

border: 0;
padding: 1px;


}
.ui-datepicker-calendar .ui-state-active {
  background: #090;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
  color: #e0e0e0;
  text-shadow: 0px 1px 0px #4d7a85;
  filter: dropshadow(color=#4d7a85, offx=0, offy=1);
  border: 1px solid #55838f;
  position: relative;
  margin: -1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .8em;
text-align: right;
text-decoration: none;
}
.checkbox-1 {
	height: 12px;
	width: 12px;
	border: 1px solid #333;
	background-color: #FFF;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 5px;
}
.lh-13{
	line-height:13px;
}
.lh-20{
	line-height:20px;
}
.fl-l {
	float:left;
}
.bm-t-7 {
	margin-top:7px;
}
.bm-tb-0 {
	margin-top:0px;
	margin-bottom:0px;
}
.bh-30 {
	height: 30px;
}
.bh-28 {
	height: 28px;
}
.bh-70 {
	height: 70px;
}
.bh-500 {
	height: 500px;
}
.bh-40 {
	height: 40px;
}
.bh-150 {
	height: 150px;
}
.bh-15 {
	height: 15px;
}
.bh-100 {
	height: 100px;
}
.italiz
{
	font-style:italic;
}
.mag-b-20 {
	float: left;
	width: 20%;
	margin-left:40%;
}
.mag-b-30 {
	float: left;
	width: 30%;
	margin-left:35%;
}
.anko-0 {
	text-decoration: none;
	float: left;
}


.mag-b-80 {
	float: left;
	width: 80%;
}
#view-window h1 {
	color: #666;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: auto;
	font-weight: normal;
}

.bg-a4 {
	background-color: #F4F4F4;
}
.bg-a2 {
	background-color: #E6E6E6;
}
.bg-a1 {
	background-color: #E1E1E1;
}
.bw-auto {
	width: auto;
}
.bw-auto-p-5 {
	width: auto;
	padding-left:5%;
}
.bw-100 {
	width: 100px;
}
.bw-50 {
	width: 50px;
}
.bw-65 {
	width: 65px;
}
.bh-auto{
	height:auto;
}
.anko-6 {
	font-size: 16px;
	color: #096;
	background-image: url(../pics/calender.png);
	background-repeat: no-repeat;
	background-position: 10px;
	width: auto;
	padding-left: 33px;
	border: 1px solid #9C6;
	text-decoration: none;
	height: 40px;
	float: left;
	display: block;
	line-height: 40px;
	padding-right: 10px;
}
.anko-p {
	color: #0099CC;
	text-decoration: none;
	font-size: 14px;
	background-image: url(../pics/arrow3.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: auto;
	padding-right: 20px;
	display: block;
}

.connect-a {
	display: block;
	height: 35px;
	width: 35px;
	border-radius: 17.5px 17.5px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin-right: 10px;
	text-decoration:none;
}

.anko-t {
	color: #0099CC;
	text-decoration: none;
	font-size: 14px;
	
}

#profile-menu {
	background-color: #FFF;
	height: 0px;
	width: 200px;
	position: absolute;
	top: 50px;
	overflow:hidden;
	box-shadow: 0px 0px 5px #999;
	right:15px;
	z-index:2000;
}

.bg-bl9{
	background-color: #E1F7F5;
}
.bg-bl8{
	background-color:#92DAF1;
}

.more-menu {
	background-color: #FFF;
	height: auto;
	width: 200px;
	position: absolute;
	top: 65px;
	overflow:hidden;
	box-shadow: 0px 0px 1px #999;
	display:none;
	z-index:1000;
}
.ov-h{
	overflow:hidden;
}
.more-menu a {
	color: #666;
	font-size: 14px;
	float: left;
	width: 67%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 28%;
	padding-right: 5%;
	background-position: 15px;
	display: none;
	text-decoration: none;
	background-repeat: no-repeat;
}

#profile-menu a {
	color: #666;
	font-size: 14px;
	float: left;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:5%;
	padding-right:5%;
}

#profile-menu a:hover {
	background-color:#C2E39D;
	
}
#date-yesterday, #date-today, #date-tomorrow {
	border-right-style:none;
		
}
.bh-20 {
	height: 20px;
}
.bh-25 {
	height: 25px;
}
.active-sub-nav{
	background-color:
	#FFF;color:#666;
}
.live-demo {
	float: left;
	width: 22%;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	text-decoration: none;
	margin-left: 30%;
	font-weight: bold;
	font-size: 14px;
	opacity: 1;
}
.bp-bt-5p {
	padding-top: 7%;
	padding-bottom: 7%;
}
.bp-b-10p {
	
	padding-bottom: 10%;
}
.bp-b-20p {
	
	padding-bottom: 20%;
}
.bp-bt-6p {
	padding-top: 6%;
	padding-bottom: 6%;
}
.bb-b3 {
	border: 1px solid #333;
}
.bb-b6 {
	border: 1px solid #4F4F4F;
}
.bg-b6 {
	background-color: #666;
}
.bg-b {
	background-color: #000;
}

section {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
}
.bb-l-7-g {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #A0D568;
}
.bb-l-7-a {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #D38676;
}
.bs-10{
	box-shadow: 10px 10px 20px #039;
}
.bg-a3{
	background-color:#EEE;
}
.bs-10-a{
	box-shadow: 10px 10px 20px #999;
}
.bb-l-7-b {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #ccc;
}

.bb-l-1-b {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
}

.bg-br{
	background-color:#D38676;
	
}
#features {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
}
#features-banner {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 2%;
	background-color: #B9E08D;
	padding-bottom: 0px;
	background-image: url(../pics/features-background.png);
	background-repeat: no-repeat;
	background-size:cover;
}
#pricing-banner {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 5%;
	padding-bottom: 0px;
	background-image: url(../pics/price-bg.png);
	background-repeat: no-repeat;
}

#features-banner-title{
	margin-top:15%;
}
#features h3 {
	color: #666;
	font-size: 18px;
}
#features p {
	font-size: 16px;
	color: #999;
	line-height: 20px;
}
.home-more {
	float: left;
	width: 30%;
	margin-left: 35%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	text-decoration: none;
	display: block;
	height: auto;
}
.bopa-8 {
	opacity:0.5
}





.bp-l-15 {
	padding-left: 15px;
}
.bp-lr-5 {
	padding: 5px;
}
.bp-lr-0 {
	padding: 0px;
}
.bp-lr-3 {
	padding: 3px;
}
.bp-lr-10{
	padding-left:10px;
	padding-right:10px;
}
#snapshot {
	background-color: #666;
}
.tc-w2 {
	color: #BCBCBC;
}
.tc-w3 {
	color: #E9E9E9;
}

#support {
	background-image: url(../pics/support-background.png);
	background-repeat: repeat;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 3%;
	padding-bottom: 3%;
}
.circle2 {
	height: 50%;
	width: 50%;
	border: 3px solid #096;
	border-radius: 50% 50%;
	overflow: hidden;
	float: left;
	margin-left: 24%;
	margin-right: 24%;
}
.circle50 {
	height: 50px;
	width: 50px;
	border: 4px solid #090;
	border-radius: 28px 28px;
	text-align:center;
	line-height:50px;
		margin-left: auto;
	margin-right: auto;
}
.circle100 {
	height: 70px;
	width: 70px;
	border-radius: 35px 35px;
	text-align:center;
	line-height:70px;
		margin-left: auto;
	margin-right: auto;
}
.circle3 {
	height: 46px;
	width: 46px;
	border: 4px solid #000;
	border-radius: 27px 27px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.bc-r{
	border-color:#F60;
}
.bc-g{
	border-color:#2E8B57;
}
.bc-g2{
	border-color:#2E8B57;
}
.bc-a2{
	border-color:#CCC;
}

#blog p {
	font-size: 16px;
	color: #666;
	line-height: 20px;
}


#footer ul li a {
	color: #09C;
	text-decoration: none;
	font-size: 12px;
}
.tc-a{
	color:#ccc;
}
.tc-a2{
	color:#BCBCBC
}
#footer h3 {
	color: #FFFFFF;
	font-size: 14px;
}
.social-link img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.social-link{
	width: 40px;
	height: 40px;
	border-radius: 20px 20px;
	background-color: #fff;
	text-align: center;
	float: left;
	margin-right: 10px;
	text-decoration: none;
	background-position: center center;
	background-repeat: no-repeat;
}
.bg-g5 {
	background-color: #008459;
}
#pricing-banner sub {
	font-size: 12px;
}
#pricing-banner h2 {
	font-size: 20px;
}
.bg-g6 {
	background-color: #99CCCC;
}
#pricing-banner h1 {
	padding: 0px;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 0px;
}
#price-box1{
	box-shadow: 0px 0px 1px #666;
}
#price-box2{
	box-shadow: 0px 0px 5px #333;
	position:relative;
}
#price-box3{
	box-shadow: 0px 0px 1px #999;
}
#price-box ul, #price-box2 ul, #price-box3 ul {
	margin: 0px;
	float: left;
	width: 84%;
	padding-top: 8%;
	padding-right: 8%;
	padding-bottom: 3%;
	padding-left: 8%;
}
#price-box1 ul li, #price-box2 ul li, #price-box3 ul li {
	float: left;
	height: auto;
	width: 100%;
	list-style-type: none;
	margin-bottom:30px;
	font-size: 14px;
	color: #666;
	text-align:center;
}
.line1 {
	background-color: #A0D568;
	float: left;
	height: 5px;
	width: 5%;
	margin-left: 47.5%;
	margin-right: 47.5%;
}
#things-to-note li {
	margin-bottom: 10px;
	list-style-image: url(../handler/pics/good.png);
}
#things-contact li{
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 10px;
	list-style-type: none;
}

#menue-box {
	float: right;
	height: auto;
	width: 88%;
}
#footer-b-10{
	width:83.333%
}
#footer-b-2{
	width:16.6667%
}
#each-feature{
	display:inline-block;
	float:none;
	vertical-align:top;
	width: 33%;
}
#each-blog{
	display:inline-block;
	float:none;
	vertical-align:top;
	width: 32.97%;
}

#each-blog a:hover{
	border-color:#096;
}
#each-related-article a:hover{
	border-color:#096;
}.anko-7 {
	text-decoration: none;
}

#magbit-website {
	color: #CF3;
	text-decoration: none;
}
#magbit-website:hover, #magbit-website2:hover{
	text-decoration:underline;
}
#magbit-website2{
	color:#096;
	text-decoration: none;
}
.share {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 5%;
	margin-bottom: 50px;
	font-size: 14px;
	color: #666;
}
.share a {
	float: left;
	height: auto;
	width: auto;
	margin-right: 2%;
	margin-left: 0%;
	text-decoration: none;
	text-align: center;
	display: block;
	background-color: #CCC;
	color: #FFF;
	padding-top: 6px;
	padding-right: 2%;
	padding-bottom: 6px;
	padding-left: 2%;
	font-size: 12px;

}
#img-pad{
	margin-bottom:10px;
}
#facebook {
	background-color:#4D70A8;
}

#twitter{
	background-color:#01BAF2;
}

#gplus{
	background-color:#E3401D;
}
#linkedin{
	background-color:#1687B1;
}
#email{
	background-color:#CCCCCC;
	color:#333333;
}
#whatsapp{
	background-color:#25D366;
}
.mag-mb-2-rl-5 {
	float:left;
	width: 14.6667%;
	margin-right: 1%;
	margin-left: 1%;
}
#status-bg-icon {
	background-repeat: no-repeat;
	background-position: 5px center;
	height: 30px;
}
.live-demo:hover {
	background-color: #00D791;
}
#current-status a:hover {
	background-color: #CFF;
}
#nav-mini a {
	float: left;
	height: auto;
	width: auto;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin: 0px;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	text-decoration: none;
	color: #666;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#nav-mini {
	border: 1px solid #CCC;
	float: left;
	width: auto;
}

#nav-mini a:hover{
	background-color:#BCDF53;;
	color:#fff;
}
.search-form {
	float: left;
	height: 38px;
	width: 100%;
	padding: 1px;
	background-color: #B0E3F4;
	margin-right: 0px;
	border-radius: 5px 5px;
	transition: all 0.5s 0.1s ease-out;
}

.search-input {
	float: left;
	height: 36px;
	width: 86%;
	font-size: 14px;
	color: #333;
	border-top-left-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	padding-left: 10px;
	background-color: transparent;
	border: 0px none #660099;
}
.search-form:hover{
	background-color:#fff;
}
.search-bot {
	float: right;
	height: 38px;
	width: 5%;
	background-image: url(../pics/subscribe-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	border-bottom-right-radius: 5px 5px;
	background-color:transparent;
	border: 0px solid #609;
	cursor: pointer;
	
}
.mag-mb-50{
	width:50%;
	margin-left:25%;
	margin-right:25%;
	float:left;
}

.mag-mb-70{
	width:70%;
	margin-left:15%;
	margin-right:15%;
	float:left;
}

#post-img{
	overflow: hidden;
	height: 130px;
	margin-bottom:10px;

		
}
.curve-anko{
	width: 30%;
	margin-left: 35%;
	z-index: 100;
	background-color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	border: 1px solid #3A9277;
	text-align: center;
	float: left;
	border-radius: 5px 5px;
	color: #DA0000;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
}
#footer ul li {
	list-style-type: none;
	float: right;
	height: auto;
	width: auto;
	margin-right: 5%;
}
bg-br{
	background-color:#513B2D;
}
#footer {
	background-color: #D6D6D6;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#category-nav ul {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
}
#category-nav ul li {
	list-style-type: none;
	line-height: 40px;
	float: left;
	height: 40px;
	width: auto;
	text-decoration: none;
}
#category-nav ul li a {
	display: block;
	float: left;
	height: 40px;
	width: auto;
	line-height: 40px;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	color: #666;
}

#each-post{
	display: inline-block;
	float: none;
	vertical-align: top;
	width: 47.7%;
}
.each-bg{
	display: inline-block;
	float: none;
	vertical-align: top;
	width: 32.5%;
	border: 1px solid #fff;
	text-decoration:none;
	color:#333;
	margin:0px;
	border-radius: 5px 5px;
}
.each-bgx{
	display: inline-block;
	float: none;
	vertical-align: top;
	width: 100px;
	border: 1px solid #fff;
	text-decoration:none;
	color:#333;
	margin:0px;
}
#each-post2{
	display: inline-block;
	float: none;
	vertical-align: top;
	width: 22.2%;
	border: 1px solid #DA0000;
	border-radius: 5px 5px;
	margin-right: 1%;
	margin-left: 1%;
	text-decoration:none;
}
.trent-bar{
	width:auto;
	float:left;
	height:auto;
}
.trent-bar a {
	display: block;
	float: left;
	height: 40px;
	width: auto;
	line-height: 40px;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 15px;
	color: #09C;
	background-image: url(../pics/arrow2.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.anko-a{
	text-decoration: none;
}
.anko-a:hover{
	text-decoration:underline;
}
.bm-r-4{
	margin-right:4%;
}

#cycle_20_w {
	width:20%;
}
#cycle_100_w {
	width:100%;
	
}
#read-img{
	width:60%;
}

.back-button{
	background-image: url(../pics/back.png);
	background-repeat: no-repeat;
	float: left;
	display: block;
	height: 40px;
	width: 40px;
	background-position: center center;
	position: absolute;
	left: 0px;
	top: 0px;
}
.back-button:hover {
	background-color: #00B8F4;
}
.col3 {
	float: left;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.mag-pb-25 {
	float: left;
	height: auto;
	width: 50%;
	padding-right: 25%;
	padding-left: 25%;
}

.col3-li {
	float: left;
	height: 350px;
	width: 30.333%;
	margin-right: 4%;
	list-style-type: none;
	box-shadow: 0px 0px 5px #ccc;
	margin-top: 0px;
	border: 1px solid #F7F7F7;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.col3-ul {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
	
}
.col3-ul-li {
	float: left;
	height:auto;
	width: 100%;
	list-style-type: none;
}
.head-span {
	width: 90%;
	padding-left: 5%;
	float: left;
	height: auto;
	font-size: 13px;
	color: #666;
	margin-bottom: 5px;
}
#company-name span {
	color: #000;
	font-size: 14px;
	margin-top: 5px;
	padding-top: 5px;
}
#tred-nav li {
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	width: auto;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#tred-nav li a {
	text-decoration: none;
	font-size: 14px;
	display: block;
	float: left;
	height: auto;
	width: auto;
	padding-right: 5px;
	color: #333;
	background-repeat: no-repeat;
	font-weight: normal;
	line-height: 15px;
}
#tred-nav {
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#tred-nav li a:hover {
	color: #F60;
}

.menu-box{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
	
}
.menu-box li
{
	width:80%;
	list-style-type:disc;
	color:#999;
	text-align:left;
	list-style-position: outside;
    margin-left: 14%;
	margin-right: 6%;
	margin-bottom:10px;
}
.menu-box li a{
	width:auto;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:solid 1px #FFF;
	color:#06C;
	font-size:12px;
	text-decoration:none;
	line-height:5px;
}
.menu-box li a:hover{
	text-decoration:underline;
	color:#000;
}
.menu-box li a span{
	color:#999;
	font-size:10px;
}
#job-ak:hover{
	text-decoration:none;
	opacity:0.7;
}
.ls-n {
	list-style:none;
}


footer{
	background-color: #EBEBEB;
	float: left;
	height: auto;
	width: 100%;
	padding-bottom: 30px;
	padding-top: 50px;
}
.footer-ul{
	float: left;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom:40px;
	margin-top:0px;
	margin-bottom:20px;
}



.mjm-desc {
	float: left;
	height: auto;
	width: 30%;
	font-size: 12px;
	list-style-type: none;
	color: #666;
	margin-right:5%;
}
.mjm-desc h2 {
	font-size:14px;
}
.footer-list
{
	list-style-type: none;
	float: left;
	height: auto;
	width: 20%;
	float:left;
}
.footer-list ul li{
	list-style:none;
	margin-bottom:7px;
}
.footer-list ul li a
{
	font-size:13px;
	color:#666;
	text-decoration:none;
}
.footer-list ul li a:hover
{
	text-decoration:underline;
	color:#000;
}
.footer-butom{
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #666;
	text-align: center;
	float: left;
}

.footer-butom a
{
	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	color:#666;
	padding-right:10px;
	padding-left:10px;
	text-decoration:none;
	height:10px;
	display:inline-block;
	line-height:10px;
	margin-bottom:10px;
}
.footer-butom a:hover
{
	text-decoration:underline;
}
.copy-rit{
	margin-left:15px;
	line-height:10px;
	color:#666;
	width:60%
}

#footer-title{
	text-transform: uppercase;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:10px;
}

#social-facebook{
	background-position: 11px -578px;
}

#social-twitter{
	background-position: 9px -619px;
}
#social-linkedin{
	background-position: 9px -660px;
}
.social-box{
	margin-top:10px;
	padding:0px;
	float:left;
	width:100%;
}
.social-box li{
	list-style:none;
	float:left;
	width:auto;
	margin-right:6px;
}
.social-box li a{
	border: 2px solid #999;
	float: left;
	height: 35px;
	width: 35px;
	border-radius: 19px 19px;
	background-repeat: no-repeat;
	text-decoration: none;
	background-image: url(../images/icons.png);
}

.social-box li a:hover{
	box-shadow:0px 0px 3px #666;
}
#social-fb2{
	background-image: url(../images/facebook-icon2.png);
}

#social-tw2{
	background-image: url(../images/twitter-icon2.png);
}
#social-in2{
	background-image: url(../images/linkedin-icon2.png);
}
.social-box2{
	margin-top: 20px;
	padding: 0px;
	width: 159px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
.social-box2 li{
	list-style:none;
	float:left;
	width:auto;
	margin-right:6px;
}
.social-box2 li a{
	border: 2px solid #F30;
	float: left;
	height: 45px;
	width: 45px;
	border-radius: 23px 25px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #F60;
	text-decoration: none;
}


footer{
	background-color: #EBEBEB;
	float: left;
	height: auto;
	width: 100%;
	padding-bottom: 30px;
	padding-top: 50px;
}
.footer-ul{
	float: left;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom:40px;
	margin-top:0px;
	margin-bottom:20px;
}



.mjm-desc {
	float: left;
	height: auto;
	width: 30%;
	font-size: 12px;
	list-style-type: none;
	color: #666;
	margin-right:5%;
}
.mjm-desc h2 {
	font-size:14px;
}
.footer-list
{
	list-style-type: none;
	float: left;
	height: auto;
	width: 20%;
	float:left;
}
.footer-list ul li{
	list-style:none;
	margin-bottom:7px;
}
.footer-list ul li a
{
	font-size:13px;
	color:#666;
	text-decoration:none;
}
.footer-list ul li a:hover
{
	text-decoration:underline;
	color:#000;
}
.footer-butom{
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #666;
	text-align: center;
	float: left;
}

.footer-butom a
{
	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	color:#666;
	padding-right:10px;
	padding-left:10px;
	text-decoration:none;
	height:10px;
	display:inline-block;
	line-height:10px;
	margin-bottom:10px;
}
.footer-butom a:hover
{
	text-decoration:underline;
}
.copy-rit{
	margin-left:15px;
	line-height:10px;
	color:#666;
	width:60%
}

#footer-title{
	text-transform: uppercase;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:10px;
}

#social-facebook{
	background-position: 11px -578px;
}

#social-twitter{
	background-position: 9px -619px;
}
#social-linkedin{
	background-position: 9px -660px;
}
.social-box{
	margin-top:10px;
	padding:0px;
	float:left;
	width:100%;
}
.social-box li{
	list-style:none;
	float:left;
	width:auto;
	margin-right:6px;
}
.social-box li a{
	border: 2px solid #999;
	float: left;
	height: 35px;
	width: 35px;
	border-radius: 19px 19px;
	background-repeat: no-repeat;
	text-decoration: none;
	background-image: url(../images/icons.png);
}

.social-box li a:hover{
	box-shadow:0px 0px 3px #666;
}
#social-fb2{
	background-image: url(../images/facebook-icon2.png);
}

#social-tw2{
	background-image: url(../images/twitter-icon2.png);
}
#social-in2{
	background-image: url(../images/linkedin-icon2.png);
}
.social-box2{
	margin-top: 20px;
	padding: 0px;
	width: 159px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
.social-box2 li{
	list-style:none;
	float:left;
	width:auto;
	margin-right:6px;
}
.social-box2 li a{
	border: 2px solid #F30;
	float: left;
	height: 45px;
	width: 45px;
	border-radius: 23px 25px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #F60;
	text-decoration: none;
}