/* Malachi CSS */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
	margin-bottom: -160px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  /* .push must be the same height as footer */
	height: 160px;
}

 @font-face {
	font-family: 'Conv_Museo_Slab';
	src: url('../fonts/Museo_Slab.eot');
	src: local('☺'), url('../fonts/Museo_Slab.woff') format('woff'), url('../fonts/Museo_Slab.ttf') format('truetype'), url('../fonts/Museo_Slab.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

h3 {
	font-family: 'Conv_Museo_Slab';
	color: #2c2e8c;
	font-weight: 500;
}

h4 {
	font-family: 'Conv_Museo_Slab';
	color: #2c2e8c;
	font-weight: 500;
}

#page-title {
	margin-top: 20px;
}

.orbit-h3 {
	color: white;
}

.style2 {
font-size: 22px;
color: #68D5E4;
text-shadow: 0px 1px 0px #0092b3, 0px 2px 0px #0087a6, 0px 3px 0px #008099, 0px 4px 0px #00758c, 0px 5px 0px #555, 0px 6px 0px #006a80, 0px 0px 0px #006073;
margin-left: 10px;
}

.bullet-color1{
	background-color: #D9E2EB!important;
}

.bullet-color2{
	background-color: #AFCEEC!important;
}

.bullet-color3{
	background-color: #60A7EE!important;
	color: white!important;
	text-shadow: 0 2px 1px rgb(36, 72, 117);
	font-size: 15px!important;
	font-weight: bolder!important;
}

.cta-button a.button{
padding-top: 0.5125em;
}

.entry-logo {
	background: url(../img/entry-logo.png)no-repeat;
	width: 313px!important;
	height: 46px;
	display: block!important;
	position: relative;
	top: 0px;
	left: 3px;
	opacity: 1;
	transition: opacity 0.2s;
-webkit-transition: opacity 0.2s; /* Safari */
}

.entry-logo:hover {
	opacity: 0.75;
}

.fixed {
	box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.38);
	margin-bottom:10px;
}

.header-margin {
	margin-top: 50px;
	}

.contain-to-grid {
border-top: 5px solid #fcb040;
}

#font-slider {
background: url(../img/slider-bg2.png)no-repeat center -1px, url(../img/slider-bg.png)repeat-x 0 17px;
border-top: 0px;
}

.yellow-border {
	box-shadow: inset 0 3px 3px -2px rgba(0, 0, 0, 0.59);
	background-color: #fcb040;
	height: 17px;
	width: 100%;
	display: block;
}

.orbit-container {
background: none!important;
}

#footer {
	background-color: #094c79;
	border-top: 5px solid #fcb040;
}

#footer-brand {
	background: url(../img/footer-logo.png)no-repeat;
	background-position: top center;
	display: block;
	min-height: 138px;
	text-align: center;
	color: rgba(255, 255, 255, 0.59);
	padding-top: 105px;
	font-size: 12px;
}

.front-trio {
	text-align: center;
	margin-bottom: 30px;
	color: #2c2e8c;
	margin-top: 20px;
}

.front-trio h3 {
	border-bottom: 2px solid #fcb040;
	font-family: 'Conv_Museo_Slab';
	color: #2c2e8c;
	font-weight: 500;
}

.dashboard-nav {
	width: 250px;
	background-color: #1f1b6c; 
	border-bottom: 10px solid #fcb040;
}

.dashboard-nav ul {
	margin-bottom: 0px;
}

.dashboard-nav ul li {
	list-style: none;
	min-width: 250px;
	min-height: 80px;
	border-bottom: 1px solid #4c47b2;
	box-shadow: 0 1px 0 #04005b;
}

.dashboard-nav ul li a {
	width: 250px;
	min-height: 80px;
	display: block;
	padding: 25px 0 0 80px;
	color: white;
	font-family: 'Conv_Museo_Slab';
	font-weight: 300;
	font-size: 17px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: relative;
}

.dashboard-nav ul li a:hover{
	background-color: #433ccf;
}

.active-page {
	background-color: #373392;
	background: url(../img/active-yellow.png)no-repeat #373392;
	background-position: 97% center;
}

.upgrade-nav {
	background-color: #464561;
}

#all-reports:before,#swipe-search:before,#swipe-report:before,#manuel-search:before,#report-offender:before,#recent-swipes:before,#upgrades-icon:before {
	background: url(../img/dash-nav-icons.png)no-repeat;
	width: 65px;
	height: 50px;
	content: "";
	display: block;
	position: absolute;
	left: 8px;
	top: 18px;
}

#swipe-search:before{
	background-position: 0px 0px;
}
#swipe-report:before{
	background-position: -65px 0px;
}
#manuel-search:before{
	background-position: -130px 0px;
}
#report-offender:before{
	background-position: -195px 0px;
}
#recent-swipes:before{
	background-position: -260px 0px;
}
#upgrades-icon:before{
	background-position: -325px 0px;
}

#all-reports:before {
	background-position: -390px 0px;
}

.dash-columns {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.left-panel {
	background: url(../img/left-panel-bg.png)repeat-y #ebebeb right ;
	min-height: 550px;
}

.swipe-search-left {
 text-align: center;
}

#swiper-status, #manual-search {
	border-bottom: 1px solid #ffffff;
	box-shadow: 0 1px 0 #CECECE;
	font-family: 'Conv_Museo_Slab';
	color: #000000;
	font-weight: 500;
	font-size: 24px;
	min-height: 80px;
	text-align: center;
	padding-top: 30px;
	text-transform: uppercase;
}

#swiper-status:after, #manual-search:after{
	background: url(../img/left-panel-arrow.png)no-repeat;
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 41px;
	right: -10px;
	top: 20px;
	z-index: 5;
}

.loading-div {
	background: url(../img/loader-bg.png)no-repeat;
	display: block;
	width: 100px;
	height: 100px;
	background-position: center center;
	margin: 40px auto;
	background-size: 25px 29px;
}

#laoding-status {
	position: relative;
	width: 100px;
	height: 100px;
	background: url(../img/loading.png)no-repeat;
	display: block;
	margin: 0 auto;
	background-position: center center;
	  animation:rotate 1s linear infinite;
  -webkit-animation:rotate 1s linear infinite;
  -o-animation:rotate 1s linear infinite;
  -ms-animation:rotate 1s linear infinite;
}

@keyframes rotate{ 

from {  -webkit-transform: rotate(0deg);
  -moz-transform:    rotate(0deg);
  -ms-transform:     rotate(0deg);
  -o-transform:      rotate(0deg);
  transform:         rotate(0deg);
   }

to {-webkit-transform: rotate(360deg);
  -moz-transform:    rotate(360deg);
  -ms-transform:     rotate(360deg);
  -o-transform:      rotate(360deg);
  transform:         rotate(360deg);}
}

@-webkit-keyframes rotate{ 

from {  -webkit-transform: rotate(0deg);
  -moz-transform:    rotate(0deg);
  -ms-transform:     rotate(0deg);
  -o-transform:      rotate(0deg);
  transform:         rotate(0deg);
   }

to {-webkit-transform: rotate(360deg);
  -moz-transform:    rotate(360deg);
  -ms-transform:     rotate(360deg);
  -o-transform:      rotate(360deg);
  transform:         rotate(360deg);}
}

@-o-keyframes rotate{ 

from {  -webkit-transform: rotate(0deg);
  -moz-transform:    rotate(0deg);
  -ms-transform:     rotate(0deg);
  -o-transform:      rotate(0deg);
  transform:         rotate(0deg);
   }

to {-webkit-transform: rotate(360deg);
  -moz-transform:    rotate(360deg);
  -ms-transform:     rotate(360deg);
  -o-transform:      rotate(360deg);
  transform:         rotate(360deg);}
}

@-ms-keyframes rotate{ 

from {  -webkit-transform: rotate(0deg);
  -moz-transform:    rotate(0deg);
  -ms-transform:     rotate(0deg);
  -o-transform:      rotate(0deg);
  transform:         rotate(0deg);
   }

to {-webkit-transform: rotate(360deg);
  -moz-transform:    rotate(360deg);
  -ms-transform:     rotate(360deg);
  -o-transform:      rotate(360deg);
  transform:         rotate(360deg);}
}


#please-swipe {
	background: #302c88;
	font-family: 'Conv_Museo_Slab';
	width: 200px;
	margin: 20px auto;
	height: 50px;
	padding: 15px 0 0 0;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 20px;
}

.swipe-search-left p {
	font-size: 12px;
	padding: 5px 10px;
}


.right-panel {
	min-height: 550px;
	border: 2px #ebebeb solid;
}

.swipe-results {
	border-bottom: 1px solid #ffffff;
	box-shadow: 0 1px 0 #CECECE;
	clear: both;
	height: 77px;
}

.results-title {
	font-family: 'Conv_Museo_Slab';
	color: #000000;
	font-weight: 500;
	font-size: 24px;
	min-height: 80px;
	text-align: center;
	padding-top: 30px;0
	text-transform: uppercase;
	/* float:left; */
	margin-left: 30px;
	margin-right: 20px;
	float: left;
}

.offender-status {
	width: 46px;
	height: 46px;
	background:url(../img/status-color-bg.png)no-repeat;
	display: block;
	float: left;
	margin: 16px;
}

#status-color-red {
	width: 23px;
	height: 23px;
	background: url(../img/status-color.png)no-repeat;
	display: block;
	margin: 12px auto;
}

#status-color-green {
	width: 23px;
	height: 23px;
	background: url(../img/status-color.png)no-repeat;
	display: block;
	margin: 12px auto;
	background-position: -23px 0px;
	display: none;
}

.offender-icon {
	width: 46px;
	height: 46px;
	background:url(../img/offender-con.png)no-repeat;
	display: block;
	float: right;
	margin: 16px;	
}

.offender-info,.offender-offences, .report-offense {
	border-top: 5px solid #fcb040;
	padding-top: 10px;
}

.offender-info table tr, .offender-offences table td, .report-offense table td{
	line-height: 15px;
}

.offender-info table td, .offender-offences table td, .report-offense table td{
	line-height: 15px;
	padding: 2px 20px
}

.offender-info table, .right-panel table{
	border: none;
	text-align: left;
}

table {
	border: none;
}

.offender-info input[type="text"], .offender-offences input[type="text"], .report-offense input[type="text"] {
	margin-bottom: 0px;
}

.show-offenses-invisible {
	display:none;
}

.offender-offences {
	height: 200px;
	overflow: auto;
	box-shadow: inset 0 -4px 5px -2px rgba(0, 0, 0, 0.16);
	border-bottom: 1px solid rgb(214, 214, 214);
}


.offender-offences tbody {
	border-bottom: 1px solid #FDAC00;
	box-shadow: 0px 3px 12px -3px #9E9E9E;
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.offender-offences table {
}

.report-offense input[type="checkbox"] {
	margin-bottom: 0px;
}

button, .button {
	border: none;
	font-family: 'Conv_Museo_Slab';
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 200;
	text-transform: uppercase;
}

.blue {
	background: #302c88;
}
.blue:hover {
background:#544FBB;
}

.green {
	background: #00b004;
}

.green:hover {
	background: green;
}

.red {
	background: red;
}
.red:hover {
	background: #a2000f;
}

.left {
	border-top: none;
	margin-top: 10px;

}

.left table{
	background: none;
	font-family: 'Conv_Museo_Slab';
	text-transform: uppercase;
	text-align: left;
}

.left table tr:nth-of-type(even) {
background: none;
}

.manual-right {
	height: 468px;
	border-top: 0px;
	float: left;
	width: 100%;
	display: inline;
}

.no-bar {
	border-top: none;
}

.no-bar .results-title {
	border-bottom: 1px solid #ffffff;
	box-shadow: 0 1px 0 #CECECE;
	display: block;
	z-index: 3;
	position: relative;
	margin-bottom: 20px;
	width: 330px;
	margin-left: 0px;
	text-transform: uppercase;
	margin-top: -12px;
	width: 100%;
}

.recent-swipe-list {

}
.recent-swipe-list table tbody {
	padding-left: 5px;
	padding-right: 5px;
	width: 330px;
	display: block;
}
.recent-swipe-list table td{
	padding: 5px 2px 5px 2px;
}

.recent-swipe-list table tbody tr{
	border-bottom: 1px solid rgb(194, 194, 194);
	display: block;
}

.recent-violations {
	width: 100%!important;
}

.recent-swipe-list button {
	margin-bottom: 0px;
	margin-top: 16px;
	padding: 8px 20px 6px 10px;
	font-size: 12px;
}

.view-button {
	background: url(../img/view-button-bg.png) no-repeat 50px center #302c88 ;
}
.view-button:hover {

background: url(../img/view-button-bg.png) no-repeat 50px center #544FBB ;
}

.recent-swipe-list td div{
	background: rgba(255, 255, 255, 0.64);
	border: 1px solid rgb(196, 196, 196);
	font-size: 11px;
	color: rgb(0, 0, 0);
	text-transform: none;
	font-weight: 500;
	font-family: arial, sans-serif;
	padding: 2px 5px 2px 5px;
	line-height: 12px;
	height: 31px;
}

.hide-report {
	display: none;
}
.offender-offences table div{
border: 1px solid rgb(224, 224, 224);
font-size: 12px;
padding: 2px 3px;
background: rgb(253, 255, 213);
}

.not-top {
	padding-top: 5px;
	min-height: 40px;
	border-bottom: 1px solid rgb(223, 223, 223);
	margin-bottom: 10px;
	box-shadow: 0px 4px 9px -6px #9E9E9E;
	line-height: 50px;
}

.vio-hide {
	display: none;
}

.account-nav {
	width: 230px;
	height: 50px;
	float: right;
	background: url(../img/account-logo.png) no-repeat 13px 8px #1f1b6c;
}

.account-nav a {
	text-align: center;
	padding-top: 15px;
	color: white;
	font-family: 'Conv_Museo_Slab';
	font-weight: 300;
	font-size: 18px;
	width: 170px;
	height: 48px;
	float: right;
	background: #464561;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.account-nav a:hover{
	background: #433ccf; 
}

.account-active-page a{
	background-color: #373392;
}

.account-info, .upgrade-info{
	border-bottom: 1px solid #ffffff;
	box-shadow: 0 1px 0 #CECECE;
	font-family: 'Conv_Museo_Slab';
	color: #000000;
	font-weight: 500;
	font-size: 24px;
	min-height: 80px;
	text-align: center;
	padding-top: 30px;
	text-transform: uppercase;
}

.your-information {
	padding: 20px 50px;
	font-family: 'Conv_Museo_Slab';
}

.your-information table{
	background: none;
}

.your-information table tr td:nth-of-type(odd) {
padding-left: 10px;
width: 20%;
font-size: 15px;
text-transform: uppercase;
box-shadow: 0 5px 9px -8px black;
background: rgba(255, 255, 255, 0.22)
}

.your-information table tr td:nth-of-type(even){
	width: 40%;
	background: rgba(255, 255, 255, 0.81);
	box-shadow: inset 11px 0 21px -15px black;
	padding-left: 20px;
}

.your-information table tr:nth-of-type(even){
	background: none;
}

.your-information table tr {
	/* margin-bottom: 10px; */
	
	/* height: 38px; */
}

.your-information h3 {
	font-family: 'Conv_Museo_Slab';
	color: #000000;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	padding-top: 0px;
	min-height: 40px;
	border-bottom: 1px solid rgb(223, 223, 223);
	margin-bottom: 10px;
	box-shadow: 0px 7px 14px -13px #000000;
}

.your-information button{
	font-size: 13px;
}

.login-container {
	background: #1f1b6c;
	min-height:  400px;
	font-family: 'Conv_Museo_Slab';
}

.login-container h3{
	border-bottom: 1px solid #3C2ABE;
	box-shadow: 0 1px 0 #02001D;
	font-family: 'Conv_Museo_Slab';
	color: #FFFFFF;
	font-weight: 500;
	font-size: 22px;
	min-height: 80px;
	text-align: center;
	padding-top: 26px;
	text-transform: uppercase;
	margin-top: 0px;
}

.login-area {
width: 280px;
height: 275px;
margin: 0 auto;
margin-top: 30px;
}

.login-field input {
	width: 175px;
}

.login-field h5 {
	font-family: 'Conv_Museo_Slab';
	font-weight: 500;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

.login-icon {
	background: url(../img/login-pics.png)no-repeat;
	width: 46px;
	height:46px;
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 10px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.login-icon:hover{
	box-shadow: 0 0 20px rgb(181, 167, 253);
	border-radius: 50px;
}

.password-icon {
	background-position: -46px 0px;
}

.rememebr-login {

margin-left: 64px;
}

.rememebr-login input{
	float: left;
	margin: 4px 10px;
}

.rememebr-login p{
	float: left;
	font-family: 'Conv_Museo_Slab';
	font-weight: 500;
	color: #FFFFFF;

	font-size: 14px;
	letter-spacing: 1px;
}

.center-this{
	margin: 0 auto;
	display: table;
}
.not-member-area{
	background: #e4e4e4;
	text-align: center;
	box-shadow: inset 0 3px 3px -2px rgba(0, 0, 0, 0.59);
	border-top: 10px solid #fcb040;
	padding-top: 10px;

}


.not-member-area h5 {
	font-family: 'Conv_Museo_Slab';
	font-weight: 500;
	color: #1f1b6c;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}

.not-member-area p{
	font-family: 'Conv_Museo_Slab';
	font-weight: 500;
	padding-bottom: 20px;
	margin-top: -10px;
	text-rendering: initial;
}

/*Cool Shadows!*/
.drop-shadow {
    position:relative;
    background:#fff;
    -webkit-box-shadow:0 0 40px rgba(0, 0, 0, 0.18) inset, inset 0 3px 3px -2px rgba(0, 0, 0, 0.59);
       -moz-box-shadow:0 0 40px rgba(0, 0, 0, 0.18) inset, inset 0 3px 3px -2px rgba(0, 0, 0, 0.59);
    box-shadow:0 0 40px rgba(0, 0, 0, 0.18) inset, inset 0 3px 3px -2px rgba(0, 0, 0, 0.59);
        }

.drop-shadow:before,
.drop-shadow:after {
	content:"";
	position:absolute;
	z-index:-2;
}

.howto-wrap:before,
.howto-wrap:after {
	content:"";
	position:absolute;
	z-index:-2;
}

.upgrade-message {
	 position:relative;
    background:#fff;
}

.upgrade-message:before,
.upgrade-message:after {
content: "";
position: absolute;
z-index: -2;
}

.curved:before {
	top:10px;
	bottom:10px;
	left:0;
	right:50%;
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
	-moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
	box-shadow:0 0 15px rgba(0,0,0,0.6);
	-moz-border-radius:10px / 100px;
	border-radius:10px / 100px;
}
.curved-hz-1:before {
	top: 50%;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
}

/*--------------- Pricing CSS -----------------*/

.plans-wdth {

}

.pricing-table-members {
	list-style: none;
	font-family: 'Conv_Museo_Slab';
	font-weight: 500;
	text-transform: uppercase;
}

.pricing-table-members .feature {
 	color: white;
 	letter-spacing: 1px;
}

.plan-title{
	font-size: 22px;
	color: white;
	height: 80px;
	text-align: center;
	line-height: 28px;
	padding-top: 12px;
}

.plan-free .plan-title {
 background: url(../img/free-bg.png)repeat-x;
 height: 80px;
 width: 100%;
}

.plan-basic .plan-title {
 background: url(../img/premium-bg.png)repeat-x;
 height: 80px;
 width: 100%;
}

.plan-premium .plan-title {
 background: url(../img/ultimate-bg.png)repeat-x;
 height: 80px;
 width: 100%;
}

.plan-price {
	color: #1f1b6c;
	font-family: 'Conv_Museo_Slab';
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
margin-bottom: 10px;
}

.plan-price h2{
	font-size: 30px;
	font-family: 'Conv_Museo_Slab';
	font-weight: 600;
	color: #1f1b6c;
	letter-spacing: 5px;
}

.plan-price h2 span{
	font-size: 16px;
	position: relative;
	top: -5px;
	font-weight: 500;
}

.plan-price span{
	position: relative;
	top: -20px;
}

.orange {
	background: #ff9800;
}

.orange:hover {
	background: #ffc600;
}


.plan-free {
	background: #423ca7;
}
.plan-basic {
	background: #241e91;
}
.plan-premium {
	background: #06007a;
}

.feature {
	height: 80px;
	text-indent: 10px;
	line-height: 80px;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
}

.feature:hover {
	background: #050063;
}

.last-feature {
	line-height: 25px;
	margin-top: 20px;
}

.last-feature span{
	font-size: 14px;
	margin-left: 20px;

}
.f-1 ,.f-2 ,.f-3  {
	background: url(../img/plan-icon-bg.png)no-repeat;
	display: block;
	width: 55px;
	height: 50px;
	float: left;
	margin-left: 26px;
	margin-top: 15px;
}

.f-1 {
	background-position: 0px 0px;
}
.f-2 {
	background-position: -55px 0px;
}
.f-3 {
	background-position: -110px 0px;
}
.f-4 {
	background: url(../img/swiper-plans.png)no-repeat;
	display: block;
	width: 75px;
	height: 75px;
	float: left;
	position: relative;
	top: -15px;
}

.plans-width {
	padding-left: 0px;
	padding-right: 0px;
}


.work-1 {
	background: url(../img/how-one-bg.jpg)no-repeat;
	width: 100%;
	height: 470px;
	text-align: center;
}

.work-1 h1 {
	font-size: 72px;
	font-family: 'Conv_Museo_Slab';
	font-weight: 500;
	color: #3C2696;
	margin-bottom: -40px;
	text-align: left;
	margin-left: 116px;
	margin-top: 27px;
}

.step-numbers {
	margin: 50px 0 0px 60px;
}

.creating-com {
	margin: 40px 0 10px 0;
}

.work-2 {
	background: url(../img/sign-bg.jpg)no-repeat;
	width: 100%;
	height: 370px;
}

.work-2 h1 {
font-size: 66px;
font-family: 'Conv_Museo_Slab';
font-weight: 500;
color: #2c2e8c;
text-align: left;
margin-top: 67px;
line-height: 35px;
float: left;
}

.work-3 h1 {
font-size: 66px;
font-family: 'Conv_Museo_Slab';
font-weight: 500;
color: #ffffff;
text-align: left;
margin-top: 67px;
line-height: 35px;
float: left;
margin-left: 10px;
}

.work-2 p, .work-3 p{
	width: 600px;
}

.work-3 p {
	color: white;
}

.number1-image {
	float: left;
	margin: 100px 25px 0 50px;
}

.work-3 {
	background: url(../img/number2-bg.jpg)no-repeat;
	width: 100%;
	height: 370px;
}

.number2-image {
	float: left;
	margin: 100px 25px 0 50px;
}

.number3-image {
	float: left;
	margin: 20px 25px 0 50px;
}

.work-4 {
	background: url(../img/view-report-bg.jpg)no-repeat;
	width: 100%;
	height: 408px;
	border-radius: 0 0 25px 25px;
}

.work-4 h1{
font-size: 48px;
font-family: 'Conv_Museo_Slab';
font-weight: 500;
color: #2c2e8c;
text-align: left;
margin-top: 55px;
line-height: 35px;
padding-left: 50px;
}

.work-4 p{
	width: 600px;
	}

.work-4 .float-right {
	float: right;
	position: relative;
	top: -56px;
	right: 25px;
} 

.howto-wrap { 
	width: 1000px;
	position: relative;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.36),inset 0 0px 64px -22px black;
	margin: 0 auto;
	margin-bottom: 40px;
	border-radius: 0 0 25px 25px;
}

.left-it-now {
	height: 370px;
	float: left;
}

.access-icon-left {
	float: left;
	position: relative;
	top: 53px;
}

.circle-logo-right {
	float: right;
	top: -40px;
	position: relative;
	right: 30px;
}

.larger-par {
	font-family: 'Conv_Museo_Slab';
	font-weight: 500;
	font-size: 24px;
	color: white; 
	line-height: 10px;
}

.register-container {
	margin-top: -5px;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.18) inset, inset 0 3px 3px -2px rgba(0, 0, 0, 0.59);
	-moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.18) inset, inset 0 3px 3px -2px rgba(0, 0, 0, 0.59);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.18) inset, inset 0 3px 3px -2px rgba(0, 0, 0, 0.59);
}

.register-table tr td:nth-of-type(1) {
	width: 25%;
	
}

.register-table tr td:nth-of-type(odd) {
	font-family: 'Conv_Museo_Slab';
	font-weight: 500;
	font-size: 16px;
	color: #1f1b6c;
}

.register-table {
	background: none;
	padding: 30px 20px 10px 30px;
}

.register-table tr:nth-of-type(even) {
background: none;
}

.plan-type-td {
	width: 35%;
	font-family: 'Conv_Museo_Slab';
	color: #1f1b6c;
	padding-left: 10px;
}

.plan-type-td span{
	font-size: 12px;
}

.register-container h3 {
	background: #1f1b6c;
	color: white;
	padding: 25px 0;
	text-align: center;
} 

.register-table .login-icon{
margin-top: -10px;
margin-right: 0px;
margin-left: 0px;
}

.store-list {
	padding: 20px 10px;
	height: 460px;
	overflow: auto;
	box-shadow: inset -7px 2px 20px -8px black;
	margin: 0 10px 10px 0px;
}

.store-list table button {
	margin: 0px 0 0 0;
	font-size: 12px;
}

.store-info table tr td:nth-of-type(odd) {
 font-weight: 600;
 text-transform: uppercase;
 letter-spacing: 2px;
 font-size: 12px;
}

.store-info table tr td:nth-of-type(even) {
background: rgba(255, 255, 255, 0.6);
border: 1px solid rgb(221, 221, 221);
width: 25%;
}

.store-info table {
	background: none;
	font-family: 'Conv_Museo_Slab';
}

.store-info  table tr:nth-of-type(even) {
background: none;
}

.store-info {
	padding: 10px 20px;
	margin-top: 10px;
}

#store-icon:before {
	content: "";
	background: url(../img/store-icon.png)no-repeat;
	width: 57px;
	height: 41px;
	display: block;
	position: absolute;
	top: 20px;
	left: 12px
}

.report-parent {
	padding: 10px 20px;
}

.violator-td {
	width: 50%
}

.report-parent {
	width: 100%;
	background: none;
}

.report-parent tbody tr:nth-of-type(even) {
	background: none;
}

.report-parent table{
	background: none;
}

.report-parent table td:nth-of-type(odd){
	font-family: 'Conv_Museo_Slab';
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.report-parent table td:nth-of-type(even){
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid rgb(221, 221, 221);
}

.report-parent th {
	letter-spacing: 2px;
	font-family: 'Conv_Museo_Slab';
	font-size: 20px;
	background: rgba(255, 255, 255, 0.69);
	text-align: left;
	text-transform: uppercase;
	box-shadow: 0px 3px 8px -4px black;
}

.violator-row{
	background: ;
}

.row-devider {
	display: block;
	height: 17px;
	width: 200%;
	background: rgba(255, 255, 255, 0);
	box-shadow: 0 6px 12px -5px black;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-top: -30px;
}

.store-reports {
	height: ;
}

.store-reports-inner {
	height: 400px;
	display: block;
	overflow: auto;
	box-shadow: inset -7px 2px 20px -8px black;
margin: 0 10px 10px 0px;
}

.admin-bottom {
margin-left: 30px;
font-size: 14px;
margin-top: 40px;
font-family: 'Conv_Museo_Slab';
height: 70px;
}

.admin-bottom button {
	margin-left: 20px;
}

.admin-bottom p{
	float: left;
}

.register-container p{
	text-align: center;
	margin: 30px 50px;
	font-family: 'Conv_Museo_Slab';
	font-size: 16px;
}

.contact-form {
	padding: 5px 30px;
	font-family: 'Conv_Museo_Slab';
	color: #1f1b6c;
}

.contact-form label {
	color: #1f1b6c;
	font-size: 16px;
	
}

.contact-form textarea {
	height: 150px;
}

.our-info span{
	color: #1f1b6c;
	font-size: 20px;
}

.our-info {
	text-align: center;
}

.our-info p {
	margin-top: 10px;
}

.banner-button {
position: relative;
top: -50px;
left: 83px;
font-size: 19px;
text-align: left;
letter-spacing: 3px;
padding-left: 10px;
padding-right: 44px;
}

.banner-button span{
	font-size: 24px;
}

.banner-button:after {
position: absolute;
background: url(../img/active-yellow.png)no-repeat;
width: 23px;
height: 30px;
content: "";
top: 18px;
right: 8px;
}


.banner-button2 {
position: relative;
top: -14px;
left: 575px;
font-size: 19px;
text-align: left;
letter-spacing: 1px;
padding-left: 10px;
padding-right: 44px;
}

.banner-button2 span{
	font-size: 18px;
}

.banner-button2:after {
position: absolute;
background: url(../img/active-yellow.png)no-repeat;
width: 23px;
height: 30px;
content: "";
top: 18px;
right: 8px;
}

.banner-button3 {
position: relative;
top: -24px;
left: 64px;
font-size: 19px;
text-align: left;
letter-spacing: 1px;
padding-left: 10px;
padding-right: 44px;
}

.banner-button2 span{
	font-size: 18px;
}

.banner-button3:after {
position: absolute;
background: url(../img/active-yellow.png)no-repeat;
width: 23px;
height: 30px;
content: "";
top: 18px;
right: 8px;
}


.orbit-container .orbit-slides-container > * .orbit-caption {
position: absolute;
bottom: 0px;
background: none!important;
color: white;
width: 100%;
padding: 0px;
font-size: 0.875em;
}

.orbit-bullets {
display: none;
}

.orbit-container .orbit-prev > span {
	border-right-style: solid;
	border-color: transparent;
	border-right-color: rgb(33, 37, 138);
}

.orbit-container .orbit-next > span {
	border-color: transparent;
	border-left-style: solid;
	border-left-color:rgb(33, 37, 138);
	left: 50%;
	margin-left: -8px;
}

.orbit-container .orbit-prev, .orbit-container .orbit-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	background: none;
	width: 50px;
	height: 60px;
	line-height: 50px;
	color: white;
	text-indent: -9999px !important;
	z-index: 10;
}

.orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
background-color: none;
}

.orbit-container .orbit-next:hover > span {

}

#upgrade-plans {
	margin: 0 auto;
	width: 390px;
	display: block;
	position: relative;
	text-align: center;
	height: 130px;
	margin-top: -10px;
	margin-bottom: 50px;
}

#upgrade-plans div{
	position: relative;
	display: block;
	width: 130px;
	height: 100px;
	float: left;
	margin-top: 40px;
	color: white;
	font-family: 'Conv_Museo_Slab';
	padding: 40px 0 0 0;
	box-shadow: inset 0 0 47px -9px rgba(0, 0, 0, 0.38);

}

#free {
	background: #423ca7;
}
#basic {
	background: #241e91;
}
#premium {
	background: #06007a;
}

.grade-selector:before {
	content: "";
	display: block;
	position: absolute;
	top: -30px;
	background: url(../img/active-yellow2.png)no-repeat;
	width: 30px;
	height: 23px;
	left: 47px;
}

.your-plan {
	height: 86px;
	border-bottom: 5px solid #fcb040;
	box-shadow: inset 0 -2px 5px -2px black;
	padding-top: 14px;
}

.upgrade-message {
	margin: 20px auto;
	background: white;
	padding: 10px 10px 5px 10px;
	border-radius: 5px;
	font-family: 'Conv_Museo_Slab';
	width: 400px;
	color: #1f1b6c;
	line-height: 24px;
	font-size: 18px;
	position: relative;
	box-shadow: inset 0 0 51px -21px rgba(0, 0, 0, 0.32),0 3px 9px -5px black;
}

.upgrade-message .button {
	margin-top: 10px;
}

/* Vaildation Errors */

.validtion-errors {
	width: 50%;
	margin: 10px 0 20px 50px;
}

.validtion-errors li{
	color: red;
	font-family: 'Conv_Museo_Slab';
	font-weight: 600;
	margin-left: 20px;
	font-size: 14px;
}

.error-message p{
	color: red;
	font-family: 'Conv_Museo_Slab';
	text-align: left;
	margin-bottom: 10px;
	border-bottom: 1px solid red;
}

.recent-search-list table tbody{
padding-left: 5px;
padding-right: 5px;

}
.recent-search-list{
 width: 100%;
}

.recent-search-list table td{
	padding: 5px 2px 5px 10px;
}

.recent-search-list table tbody tr{
	border-bottom: 1px solid rgb(194, 194, 194);

}

.recent-violations {
	width: 100%!important;
}

.recent-search-list button {
	margin-bottom: 0px;
	margin-top: 16px;
	padding: 8px 20px 6px 10px;
	font-size: 12px;
}

#recent-searches {
border-bottom: 1px solid #ffffff;
box-shadow: 0 1px 0 #CECECE;
font-family: 'Conv_Museo_Slab';
color: #000000;
font-weight: 500;
font-size: 24px;
min-height: 80px;
text-align: center;
padding-top: 30px;
text-transform: uppercase;
}

.switch-off{
background-position: 0px 0px;
background: url(../img/switch.png)no-repeat;
background-position: 0 -36px;
width: 92px;
height: 36px;
display: block;
}

.switch-on {
background: url(../img/switch.png)no-repeat;
background-position: 0px 0px;
width: 92px;
height: 36px;
display: block;
}

.hider {
width: 150px;
height: 50px;
/*position: absolute;
top: -200px;*/
}

#loader {
    display:none;
}

#loader img {
    margin-top: 7px;
    content: url('../img/loading.gif')
}