@font-face {
	font-family: 'Conv_arial';
	src: url('../fonts/arial.eot');
	src: local('?'), url('../fonts/arial.woff') format('woff'), url('../fonts/arial.ttf') format('truetype'), url('../fonts/arial.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_MyriadPro-Regular';
	src: url('../fonts/MyriadPro-Regular.eot');
	src: local('?'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_FuturaStd-Book';
	src: url('../fonts/FuturaStd-Book.eot');
	src: url('../fonts/myriadpro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaStd-Book.woff') format('woff'), url('../fonts/FuturaStd-Book.ttf') format('truetype'), url('../fonts/FuturaStd-Book.svg') format('svg');
	
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
body{
	margin:0;
	font-family: 'Conv_arial', arial, sans-serif;
	font-weight:normal;
}
*{
	margin:0;
	padding:0;
}

.landing-container {
    background: url("../img/background-img.png") no-repeat scroll center top transparent;
    min-height:595px;
    width: 100%;
}
.landing-main{
	max-width:1000px;
	margin:0 auto;
	width:100%;
}
body.landing{
	background:url(../img/bg.png) repeat-x #e1f2fb;
}
.land-window-cont{
	float:left;
	width:100%;
	height:300px;
	background:url(../img/window-bg.png) no-repeat center;
	margin-top:209px;
}
.window-links{
	width:195px;
	height:307px;
	float:left;
	margin:-5px 0 0 5px;
	cursor:pointer;
	display:block;
}
.window-links-1{
	background:url(../img/first-img.png) no-repeat center;
}
.window-links-2{
	background:url(../img/second-img.png) no-repeat center;
}
.window-links-3{
	background:url(../img/third-img.png) no-repeat center;
}
.window-links-4{
	background:url(../img/forth-img.png) no-repeat center;
}
.window-links-5{
	background:url(../img/fifth-img.png) no-repeat center;
}
.window-links-1:hover{
	background:url(../img/first-img-hover.png) no-repeat center;
}
.window-links-2:hover{
	background:url(../img/second-img-hover.png) no-repeat center;
}
.window-links-3:hover{
	background:url(../img/third-img-hover.png) no-repeat center;
}
.window-links-4:hover{
	background:url(../img/forth-img-hover.png) no-repeat center;
}
.window-links-5:hover{
	background:url(../img/fifth-img-hover.png) no-repeat center;
}
.top-btn{
	float:right;
	width:205px;
	height:auto;
	margin-top:10px;
	text-align:center;
	padding:4px 0px 10px;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border-radius: 5px;
	-moz-box-shadow:1px 0 19px 5px #5CABD8 inset;
    -webkit-box-shadow:1px 0 19px 5px #5CABD8 inset;
    box-shadow:1px 0 19px 5px #5CABD8 inset;
	behavior:url(PIE.htc);
	position:relative; 
}
.top-btn ul 
{
	margin:0px;
	padding:0px;
}
.top-btn ul li
{
	display:inline;
	list-style:none;
	font-size:12px;
	color:#FFF;
	padding:0px 2px;
}
.top-btn ul li a
{
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}
.top-btn ul li a:hover
{
	text-decoration:underline;
}
.land-logo{
	float:left;
}
.land-logo img {
    max-width: 100%;
}


.container{
	width:100%;
	background:url(../img/top-border.png) repeat-x ;
	padding-top:6px;
}
.main{
	max-width:940px;
	margin:0 auto;
	width:100%;
}
.navigation{
	background:#abe6ff;
	width:100%;
	border-radius:30px;
	border:1px solid #34b2f1;
	padding:1px;
	float:left;
}
.nav{
	background:url(../img/nav-bg.png) repeat-x;
	min-height:49px;
	float:left;
	border-radius:30px;
	width:100%;
	box-shadow: 0 7px 0 -2px #90DEFD inset;
	-moz-box-shadow: 0 7px 0 -2px #90DEFD inset;
	-webkit-box-shadow: 0 7px 0 -2px #90DEFD inset;
}
.logo {
    left: 51%;
    margin-left: -180px;
    position: absolute;
    z-index: 5000;
}
.logo img{
	max-width:100%;
}

.right-header {
    float: right;
	text-align:right;
        height: 101px;
}
.right-header-1 {
    float: right;
    padding: 7px 0;
	font-family: 'Conv_MyriadPro-Regular', 'Conv_arial', sans-serif ;
}
.right-header-1 span{
	color:#4d4d4d;
	font-size:13px;
}
.right-header-1 a{
	text-decoration:none;
	color:#4d4d4d;
	font-size:14px;
}
.right-header-2 {
    clear: both;
    float: right;
    font-size: 22px;
    padding:6px 0;
	font-family: 'Conv_FuturaStd-Book', 'Conv_arial', sans-serif;
}
.left-nav{
	float:left;
	border-radius:30px 0 0 30px;
	overflow:hidden;
}
.right-nav{
	float:right;
	border-radius:0 30px 30px 0;
	overflow:hidden;
}
.nav li{
	display:inline;
	float:left;
}
.nav a{
	float:left;
	text-decoration:none;
}
.nav a.selected span, .nav a:hover span{
	border:1px solid #4a7496;
	color:#fff;
	box-shadow: 0 9px 0 0 #03508A inset;
	-moz-box-shadow: 0 9px 0 0 #03508A inset;
	-webkit-box-shadow: 0 9px 0 0 #03508A inset;
}
.nav a span{
	float:left;	
	padding: 13px 20px;
	font-family: 'Conv_MyriadPro-Regular', 'Conv_arial', sans-serif ;
	color:#000;	
	font-size:16px;
	font-weight:bold;
	border:1px solid transparent;
	margin: 1px;
}
li.first-li a span, li.first-li a{
	border-radius:30px 0 0 30px;
	-moz-border-radius:30px 0 0 30px;
	-webkit-border-radius:30px 0 0 30px;
}
.last-li a span, .last-li a{
	border-radius:0 30px 30px 0;
	-moz-border-radius:0 30px 30px 0;
	-webkit-border-radius:0 30px 30px 0;
}
.nav a.selected, .nav a:hover{
	background:url(../img/nav-hover-a.png) repeat-x;
}
.nav-shadow{
	float:left;
	width:100%;
	text-align: center;
}
li.first-li a span {
    padding-left: 30px;
}
.banner-cont{
	min-height:481px;
	width:104%;
	background:url(../img/banner.png) no-repeat top center;
	clear:both;
	float:left;
	margin-left:-2%;
}
.banner-right{
	float:right;
	width:330px;
	height:419px;
	background:url(../img/right-banner-bg.png) no-repeat;
	margin-top: 25px;
	position:relative;
}
.sign-up-header {
    float: left;
    margin: -17px 0 0 52px;
}
.sign-form{
	clear:both;
	padding:0 39px;
}
.sign-form table{
	float:left;
	width:100%;
}
.sign-form label{
	color:#fff;
	font-size:16px;
	float:left;
	margin-top:10px;
}
.sign-form input[type="text"], .sign-form select{
	background:#fff;
	border:1px solid #065d9a;
	border-radius:5px;
	padding:8px 3%;
	width:94%;
	box-shadow: 2px 4px 7px -5px #000000 inset;
}
.sign-form select{
	width:100%;
}
.submit-btn {
    clear: both;
    float: left;
    margin-top: 39px;
    text-align: center;
    width: 100%;
}
.banner-txt{
	background:url(../img/banner-txt-bg.png);
	float:left;
	margin: 304px 0 0 6px;
}
.banner-txt p{
	float:left;
	padding:20px;
	font-size:32px;
	color:#fff;
	text-shadow:2px 2px 2px #000;
	font-family: 'Conv_FuturaStd-Book', 'Conv_arial', sans-serif;
}
.banner-txt p span{
	color:#6cc0ef;
}
.center{
	width:100%;
	clear:both;
	float:left;
}
.heading{
	width:100%;
	float:left;
}
.heading h1{
	font-weight:normal;
	font-family: 'Conv_FuturaStd-Book', 'Conv_arial', sans-serif;
	font-size:25px;
	border-bottom:1px dotted #000;
	padding-bottom: 7px;
}
.center-para{
	clear:both;
	width:100%;
	float:left;
	margin-top:20px;
}
.para-img{
	float:left;
	padding-right: 23px;
}
.center-para p{
	font-size:12px;
	line-height:20px;
}
.center-para > a {
    float: left;
    margin-top: 12px;
}
.center-window-cont{
	width:100%;
	float:left;
}

.center-window {
    float: left;
    margin: 36px 14px 0;
    width: 22%;
}
.window-img  img {
    width: 100%;
}
.window-head {
    height: 35px;
    width: 100%;
}
.window-head.window-head-1{
	background:url(../img/window-header-1.png) no-repeat;
}
.window-head.window-head-2{
	background:url(../img/window-header-2.png) no-repeat;
}
.window-head.window-head-3{
	background:url(../img/window-header-3.png) no-repeat;
}
.window-head.window-head-4{
	background:url(../img/window-header-4.png) no-repeat;
}
.window-head h2{
	 color: #FFFFFF;
            font-size: 13px;
            font-weight: normal;
            padding-left: 55px;
            padding-top: 7px;
}

.window-para, .window-link, .window-img{
	padding:7px 0;
	width:100%;
	float:left;
	font-size:12px;
	clear:both;
        min-height: 73px;
}
.bottom-window-cont{
	float:left;
	width: 105%;
	margin-top:30px;
}
.bottom-window{
	float:left;
	width:255px;
	padding:13px;
	background:#e7f6fd;
	position:relative;
	margin-right:45px;
}
.last-bottom-window{
	float:left;
	width:255px;
	padding:13px;
	background:#e7f6fd;
	position:relative;
}
.bottom-window-head{
	width:100%;
	float:left;
}
.bottom-window-head h2{
	font-size:20px;
	border-bottom:1px dotted #000;
	font-weight:normal;	
	padding-bottom: 7px;
}
.bottom-window-para, .bottom-window-link, .bottom-window-img{
	padding:10px 0;
	width:100%;
	float:left;
	font-size:12px;
	clear:both;
}
.bottom-window-shadow{
	position:absolute;
	left:0;
	bottom:-21px;
	right:0;
	text-align:center;
}
.date, .read-more{
	width:100%;
	color:#1391ea;
	font-size:12px;
	padding:6px 0;
	float:left;
	text-decoration:none;
}
.read-more a{
	text-decoration:none;
	color:#1391ea;
}
.news{
	font-size:12px;
	width:100%;
	float:left;
	border-bottom:1px dotted #333;
	padding-bottom:10px;
}
.blogs{
	font-size:12px;
	width:100%;
	float:left;
	border-bottom:1px dotted #333;
	padding-top:10px;
}
.blog-img {
    float: left;
    margin-right: 12px;
}
.blog-read-more.read-more{
	width:auto;
}
.footer{
	width:100%;
	float:left;
	clear:both;
	background:url(../img/footer.png) repeat-x;
	margin-top: 60px;
	padding-top: 44px;
	padding-bottom: 24px;
}
.footer-heading{
	width:100%;
	float:left;
	border-bottom:1px solid #19b5f4;
}
.footer-heading h2{
	font-size:26px;
	color:#fff;
	text-shadow:1px 1px 1px #295e77;
	font-weight:normal;
	font-family: 'Conv_FuturaStd-Book';
	border-bottom: 1px solid #0676A2;
	padding-bottom: 8px;
}
.footer-div{
	float:left;
}
.footer-div-1{
	width:173px;
}
.footer-div li{
	list-style:none;
	padding:3px 0;
}
.footer-div li a{
	font-size:11px;
	text-decoration:none;
	color:#fff;
	text-shadow:1px 1px 1px #295e77;
	text-transform:uppercase;
}

.quick-links {
    float: left;
    margin-top: 9px;
}
.footer-div-2{
	width:407px;
	float:left;
	margin-left:40px;
}
.map{
	float:left;
}
.contact-right{
	color: #FFFFFF;
    float: right;
    font-size: 12px;
	text-shadow:1px 1px 1px #295e77;
}
.contact-us {
    float: left;
    margin-top: 21px;
    width: 100%;
}
.footer-div-3{
	width:294px;
	float:right;
}
.get-touch {
    float: left;
    width: 100%;
	font-size:14px;
	color: #FFFFFF;
	text-shadow:1px 1px 1px #295e77;
}
.get-touch table {
	width:100%;
}
.get-touch td {
	padding:4px;
}
.get-touch input[type="text"], .get-touch textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border:0;
    border-radius:3px;
    box-shadow: 2px 4px 7px -5px #000000 inset;
    padding: 8px 3%;
    width: 94%;
}
.footer-footer{
	float:left;
	width:100%;
	clear:both;
	background:#3ea3e3;
}
.footer-footer-left{
	float:left;
	font-size:13px;
	color:#fff;
	padding: 27px 0;
}
.footer-footer-right{
	float:right;
	font-size:13px;
	color:#fff;
	padding: 9px 0;
}
.footer-icons {
    padding: 10px 0;
}
.mobile-nav{
	float:left;
	width:100%;
	display:none;
}
.center-window-cont-box{
	background: url("../img/center-div-bg.png") repeat-x scroll 0 0 transparent;
    float: left;
    margin-top: 35px;
    width: 100%;
}



/* ====================================================== DASHBOARD PAGE CSS START ========================================== */

.header-top{
	float:right;
}
.header-top-left{
	float:left;
	margin: 15px 0px 0 0;
}
.header-top-right{
	float:right;
}
.header-top-left ul{
	padding:0px;
	margin:0px;
}
.header-top-left ul a{
	font-family: 'Conv_MyriadPro-Regular';
	font-size:14px;
	color:#4d4d4d;
	text-decoration:none;
	padding:10px;
}
.header-top-left ul li{
	float:left;
	list-style:none;
/*	border-left:1px solid #4d4d4d;*/
	line-height:12px;
}
.header-top-left ul li a{
	font-family: 'Conv_MyriadPro-Regular';
	font-size:14px;
	color:#4d4d4d;
	text-decoration:none;
	padding:10px;
}

.header-top-left li:first-child {
/*    border-left: medium none;*/
}
.dashboard-bg{
	background:url(../img/dashboard-img.png) no-repeat;
	width:144px;
	height:39px;
	position:relative;
}
.message-box{
	float:left;
	position:relative;
	margin: 7px 28px 0;
}
.first-aid-box{
	float:left;
	margin-top:7px;
}
.message{
	/* float:left; */
        color: #c73e14;
        font-weight: bold;
        margin: 10px 0;
        text-align: center;
}
.message-no{
	float:left;
	position:absolute;
	right: -11px;
    top: -7px;
}
.dashboard-header{
	width:100%;
	float:left;
}
.dashboard-header-left{
	float:left;
        
}
.dashboard-header-right{
	float: right;
     margin-top: 39px;
    width: 65%;
}
.dashboard-nav{
	background: url("../img/nav-bg.png") repeat-x scroll 0 0 transparent;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0 7px 0 -2px #90DEFD inset;
    float: left;
    min-height: 49px;
    width: 100%;
}
.dashboard-nav ul{
	margin:0px;
	padding:0px;
}
.dashboard-nav ul li{
	list-style:none;
	float:left;
}
.dashboard-nav ul li a{
	text-decoration:none;
	font-family: 'Conv_MyriadPro-Regular';
	font-size:17px;
	color:#000;
	float:left;
	padding:14px 38px 0 0
}
.dashboard-links{
	float:left;
}
.dashboard-search{
	float:right;
}
.dashboard-main{
	float:left;
	margin:0 4%;
        width: 92%;
}
.search{
	background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin-top: 14px;
    padding: 3px;
    width: 160px;
	border-radius:5px;
}
.search-box{
	float:left;
}
.search-icon{
	float:right;
}
.search-box > input {
    border: medium none;
    width: 137px;
}
.dashboard-banner-cont{
    float: left;
    margin-top: 10px;
    width: 102%;
}
.dashboard-slider{
	float:left;
}
.dashboard-content{
	width:92%;
	float:left;
	background:url(../img/dashboard-center-bg.png) repeat-x #fff;
	/*height:244px;*/
	border-radius:5px;
	padding:40px;
	margin-top: 30px;
}
.dashboard-main-container{
	margin: 0 auto;
    max-width: 960px;
    width: 100%;
}
.dashboard-cont-boxes{
	width:100%;
	float:left;
}
.dashboard-box{
	max-width:150px;
	width:100%;
	float:left;
	margin-right: 25px;
}
.management-listing{
	width:100%;
	float:left;
	margin-top: 10px;
}
.management-listing ul{
	margin:0px;
	padding:0px;
}
.management-listing ul li{
	background: url("../img/arrow.png") no-repeat scroll 0 18px transparent;
    border-bottom: 1px dotted #000000;
    line-height: 40px;
    list-style: none outside none;
    padding-left: 20px;
}
.new-added-div.users {
    background: none repeat scroll 0 0 #F0F0F0;
    float: none !important;
    padding: 50px;
    width: auto !important;
    margin-top: 30px;
}
.users.new-added-div select {
    padding: 10px;
    width: 300px;
}
.management-listing ul li a{
	text-decoration:none;	
	color:#000;
	font-family: 'Conv_FuturaStd-Book';
}
.response-box{
	width:100%;
	float:left;
	margin-top: 10px;
}
.last-blogs{
	float: left;
    font-size: 12px;
    padding-top: 10px;
    width: 100%;
}
.last-dashboard-box{
	float: left;
    max-width: 150px;
    width: 100%;
}
.news-events{
	width:97%;
	float:left;
	background:#e7f6fd;
	margin-top:60px;
	padding:15px;
	margin-bottom: 20px;

}
.new-added-div form .input {
    background: url("../img/footer.png") repeat-x scroll 0 0 transparent;
    border: 3px solid #0096EB;
    border-radius: 11px 11px 11px 11px;
    box-shadow: 0 0 3px #FFFFFF inset;
    float: left;
    height: 130px;
    padding: 20px;
    width: 300px;
}
.new-added-div label {
    float: left;
    font-size: 18px;
    padding-bottom: 6px;
    color: #fff;
}
.news-events h3{
	font-family: 'Conv_FuturaStd-Book';
	font-size:20px;
	color:#000;
	border-bottom:1px dotted #000;
	font-weight:normal;
	padding-bottom:4px;
}
.dashboard-news{
	width:100%;
	float:left;
	margin-top: 28px;
}
.dashboard-news-left{
	float:left;
	max-width:415px;
	width:100%;
}
.dashboard-news-right{
	float:left;
	max-width:415px;
	width:100%;
}
.dashboard-shadow{
	float:left;
	margin:0 45px;
}
.news-img{
	float:left;
	margin-right:15px;
}
.news-content p{
	font-size:12px;
	line-height:18px;
}
.news-content h6{
	font-size:12px;
	color:#1391ea;
	font-weight:normal;
	padding-bottom:10px;
}
.news-content a{
	text-decoration:none;
	font-size:12px;
	color:#1391ea;
	margin-top:10px;
	float:left
}
.window-head-dashboard h2{
	color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    padding-left: 55px;
    padding-top: 7px;
	font-family: 'Conv_FuturaStd-Book';
}
.window-head-dashboard {
    height: 35px;
    width: 260px;
}
.window-head-dashboard.window-head-1 {
    background: url("../img/window-header-1.png") no-repeat scroll 0 0 transparent;
}
.window-head-dashboard.window-head-2 {
    background: url("../img/window-header-2.png") no-repeat scroll 0 0 transparent;
}
.window-head-dashboard.window-head-3 {
    background: url("../img/window-header-3.png") no-repeat scroll 0 0 transparent;
}
.dashboard-mobile{
	float:left;
	display:none;
}







.users.index {
    float: right;
    width: 821px;
}
.actions {
    background: none repeat scroll 0 0 #F0F0F0;
    float: left;
    font-size: 12px;
    line-height: 21px;
    min-height: 78px;
    padding-bottom: 5px;
    width: 139px;
}
.actions li {
    list-style: none outside none;
}
.actions li a {
    border-bottom: 1px dotted #CCCCCC;
    color: #165C8D;
    display: block;
    margin: 0 7px;
    padding: 0 5px;
    text-decoration: none;
}
.center .users.index {
    float: right;
    width:814px;
}
.users.index {
    float: right;
    width:100%;
}
.center table .actions{
float:none;
}
.center table th {
	border-left:1px solid #eee;
}
.center table td, .center table th {
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    padding:3px 4px 3px 4px;
    text-align: left;
}
.center table {
    border: 1px solid #ddd;
	border-bottom:0;
    color: #555555;
    float: right;
    font-size: 13px;
    width: 100%;
}
.center table a:hover {
}
.center table a {
}
.center a {
    color: #165C8D;
    font-size: 11px;
    text-decoration: none;
}
.users.index > h2 {
    font-size: 16px;
    padding: 0 0 10px;
}
.actions > h3 {
    padding: 3px 7px 0 12px;
}
.users.index > p {
    clear: both;
    font-size: 12px;
    padding: 5px 0;
}
.center .index {
    float: right;
    width: 814px;
}
.paging {
    float: right;
    font-size: 12px;
    margin-top: -20px;
}
.prev.disabled {
    float: left;
    padding: 0 12px;
}
.center th, .center th a {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF !important;
    font-weight: normal;
}
.center .view dl {
    background: none repeat scroll 0 0 #F0F0F0;
    float: left;
    font-size: 13px;
    line-height: 20px;
    padding: 20px;
	width: 95%;
}

.center .view dt {
    border-bottom: 1px solid #DDDDDD;
    clear: left;
    color: #333333;
    float: left;
    font-weight: bold;
    padding: 2px;
    width: 160px;
}

.center .view dd {
    border-bottom: 1px dotted #CCCCCC;
    float: left;
    margin-left: 20px;
    padding: 2px;
    width: 192px;
}
.center .view, .center .form {
    float: right;
    width: 820px;
}
/*.users {
    float: left;
    margin: 10px 250px;
    max-width: 420px !important;
    padding: 20px;
    width: 100% !important;
}

.users .form fieldset {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 0 none;
    padding: 15px 25px;
    border:1px solid #ccc !important;
}
.users .form label {
    float: left;
    font-size: 16px !important;
    padding: 10px 0;
    width: 210px;
}
.users .input input[type="text"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 4px 7px -5px #000000 inset;
    padding: 8px 3%;
    width: 60%;
}
.users .input input[type="password"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 4px 7px -5px #000000 inset;
    padding: 8px 3%;
    width: 60%;
}

.users .submit {
    float: right;
    margin-top: 10px;
    text-align: center;
    width: 85%;
}*/
fieldset {
    border: 0 none;
}
.form {
    font-size: 13px;
}
.form label {
    float: left;
    font-size: 16px;
    padding: 10px 0 10px;
    width: 210px;
}
.form input[type="text"], .form input[type="email"],  .form input[type="password"], .form input[type="number"], .form select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 7px -3px #000000 inset;
    padding: 8px 5px;
	min-width: 60px;
	margin-right: 3px;
}
.submit input[type="submit"] {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    float: left;
	cursor:pointer;
    /*margin-top: 19px;*/
	border:0;
    box-shadow: 0 0 7px -3px #999 inset;
    padding: 5px 20px;
    border-radius: 3px 3px 3px 3px;
}

.form legend 
{
    border-bottom: 1px dotted #000000;
    float: left;
    font-size: 18px;
    padding-bottom: 6px;
    width: 100%;
}
.form .input {
    float: left;
    padding: 3px 0;
    width: 100%;
}
.form fieldset {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 0 none;
    padding: 15px 25px;
}
/*========================== ADMIN PAGE CSS =========================== */
.admin-form{
       width: 50%; 
       
       margin: 0 auto;
}
.admin-form-inner{
    width:100%;
    float:left;
    background: url("../img/footer.png") repeat-x scroll 0 0 transparent;
    padding:20px;
    border-radius: 15px;
}
.admin-form-inner legend{
    color: #FFFFFF;
    font-family: 'Conv_FuturaStd-Book';
    font-size: 26px;
    font-weight: normal;
    padding-bottom: 8px;
    text-shadow: 1px 1px 1px #295E77;
    border-bottom: 1px solid #0676A2;
    margin-bottom: 15px;
    width: 100%;
}
.admin-form-inner .input{
    margin:0 0 20px 0;
}
.admin-form-inner label{
    margin-right: 10px;
    color: #FFFFFF;
    font-size: 14px;
    text-shadow: 1px 1px 1px #295E77;
}

.input input[type="text"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 4px 7px -5px #000000 inset;
    margin-top: 10px;
    padding: 8px 3%;
    width: 50%;
}
.input input[type="password"]{
   background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 4px 7px -5px #000000 inset;
    padding: 8px 3%;
    width: 50%; 
    margin:10px 0px 0px;
}
.form input[type="email"] , .form input[type="number"] , .input.textarea > textarea
{  background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 4px 7px -5px #000000 inset;
    padding: 8px 3%;
    width: 50%; 
    margin:10px 0px 0px;}

.submit {
    float: right;
    text-align: center;
    width: 85%;
}
.error-message {
    color: red;
    float: left;
    font-weight: bold;
    margin-left: 27%;
    margin-top: 1%;
}

/*======================media queries css====================*/

@media (max-width:1024px)
{	
/* ============================================== HOME PAGE CSS START ================================ */
	
	.bottom-window-cont{
		width:100%;
	}
	
	
/* ============================================== HOME PAGE CSS END ================================ */
	
}
@media (max-width:980px)
{
/* ============================================== HOME PAGE CSS START ================================ */
	.header {
		margin: 0 auto;
		width: 95%;
	}	
	.banner-cont{
		margin-left:0px;
		width:98%;
		float:none;
		margin:0 auto;
	}
	.center{
		float:none;
		margin:0 auto;
		width:98%;
	}
	.bottom-window{
		margin:0 39px 0 0;
	}
/* ============================================== HOME PAGE CSS END ================================ */
}

@media (max-width:960px)
{
/* ============================================== LANDING PAGE CSS START ================================ */

	.window-links{
		float:none;
		margin:10px auto;
	}
	.land-window-cont{
		background:none;
	}
	
/* ============================================== LANDING PAGE CSS END ================================ */	
}
@media (max-width:800px)
{
	/* ============================================== HOME PAGE CSS START ================================ */
	
	.logo{
		left:0px;
		margin-left:0px;
		position:inherit;
		float:left;
	}
	.mobile-nav{
		display:block;
		float:none;
		margin:0 auto;
		width:98%;
	}
	.mobile-nav select{
		width:100%;
		padding:3px;
		border:none;
		border: 1px solid #34B2F1;
	}
	.nav{
		display:none;
	}
	.navigation{
		padding: 5px;
    	width: 98%;
		margin-top:15px;
	}
	.banner-cont{
		width: 95%;
		background-size:100% 100%;
	}
	.center{
		width:95%;
	}
	.banner-right{
		background: none repeat scroll 0 0 #0482C3;
		border: 5px solid #85D8F8;
    	border-radius: 40px 40px 40px 40px;
		width: 98%;
		margin-top: 87px;
	}
	.heading{
		margin-top:20px;
	}
	.center-window{
		width:44%;
	}
	.bottom-window{
		margin: 0 0 20px;
		width: 95%;
	}
	.bottom-window-shadow{
		display:none;
	}
	.footer {
    	background: none repeat scroll 0 0 #008EC3;
	}
	.footer .main{
		width:95%;
	}	
	.footer-div-1 {
		width: 100%;
		margin-bottom: 20px;
	}
	.footer-div-2 {
		width: 100%;
		margin-left:0px;
		margin-bottom: 20px;
	}
	.footer-div-3{
		float:left;
		width:100%;
	}
	.footer-footer .main{
		width:95%;
	}
	
	/* ============================================== HOME PAGE CSS END ================================ */
	
	/* ============================================== DASHBOARD PAGE CSS START ================================ */
	
	.dashboard-slider img{
		width:100%;
	}
	.dashboard-main{
		 width: 90%;
	}
	.dashboard-header-right{
		width:100%;
	}
	.dashboard-banner-cont{
		width:100%;
		margin-top:20px;
	}
	.dashboard-slider {
		float: none;
		margin: 0 auto;
		width: 95%;
	}
	.dashboard-box{
		max-width:100%;
		margin:0px 0 20px 0px;
	}
	.blogs{
		padding-bottom:10px;
	}
	.last-dashboard-box{
		max-width:100%;
	}
	.dashboard-shadow{
		display:none;
	}
	.dashboard-news-left{
		max-width:100%;
		margin-bottom:20px;
	}
	.dashboard-news-right{
		max-width:100%;
	}
	.news-events{
		margin-top:0px;
	}
	.dashboard-content{
		width:89%;
	}
	
/* ============================================== DASHBOARD PAGE CSS END ================================ */
}
@media (max-width:700px)
{
/* ============================================== HOME PAGE CSS START ================================ */
	
	.nav-shadow img{
		width:100%;
	}
	.center-window-cont{
		float: none;
		margin: 0 auto;
		width: 95%;
	}
	.center-window {
		width: 50%;
		margin-left: 0;
	}
	
/* ============================================== HOME PAGE CSS END ================================ */

/* ============================================== LANDING PAGE CSS START ================================ */

	.top-btn a{
		background:url(../img/top-link2.png);
	}
	.land-logo {
		float: left;
		text-align: center;
		width: 100%;
	}
	.top-btn {
		float: right;
		width: 100%;
		margin-top:30px;
	}
	.top-btn a{
		width:100%;
	}
	.land-window-cont{
		margin-top:77px;
	}
	.mCSB_container.mCS_no_scrollbar ul {
		float: left;
		width: 58%;
	}
	
/* ============================================== LANDING PAGE CSS END ================================ */
}
@media (max-width:600px)
{
/* ============================================== HOME PAGE CSS START ================================ */

	.logo{
		margin-left: 102px;
	}
	.right-header{
		float: left;
		text-align: left;
		width: 68%
	}
	.center-window-cont{
		width:50%;
	}
	.center-window{
		width:100%;
	}

/* ============================================== HOME PAGE CSS END ================================ */

/* ============================================== DASHBOARD PAGE CSS START ================================ */
	
	.dashboard-nav ul li a{
		 padding: 14px 25px 0 0;
	}
	.dashboard-content {
		width: 85%;
	}
	.news-events{
		width:95%;
	}
	.dashboard-links{
		display:none;
	}
	.dashboard-mobile{
		display: block;
		float: left;
		margin-top: 14px;
		width: 62%;
	}
	.dashboard-mobile > select{
		width:100%;
		border:none;
		padding:3px;
	}
	.search{
		margin-top: 16px;
	}
	
	
/* ============================================== DASHBOARD PAGE CSS END ================================ */

}
@media (max-width:480px)
{
/* ============================================== HOME PAGE CSS START ================================ */

	.center-window-cont {
		width: 65%;
	}
	.bottom-window-cont {
		width: 98%;
	}
	.logo {
		margin-left: 44px;
	}
	.dashboard-mobile{
		width: 50%;
	}
	.dashboard-content{
		width:80%;
	}
	.news-events {
		width: 92%;
	}
/* ============================================== HOME PAGE CSS END ================================ */
}
@media (max-width:380px)
{
/* ============================================== HOME PAGE CSS START ================================ */
	
	
	.header {
		width: 96%
	}
	
	.logo {
		margin-left: 0;
	}
	.right-header{
		width:80%;
	}
	.center-window-cont {
		width: 80%;
	}
	.contact-right{
		float:left;
		margin-top:10px;
	}
	.footer-footer-right{
		float:left;
	}
	.footer-footer .main{
		width:75%;
		float:none;
	}
	.logo img{
		width:100%
	}
/* ============================================== HOME PAGE CSS END ================================ */

/* ============================================== DASHBOARD PAGE CSS START ================================ */
	
.dashboard-content {
    width: 75%;
}
.news-events {
    width: 90%;
}
.dashboard-nav{
	background:none;	
	box-shadow:none;
}
.dashboard-mobile{
	width:100%;
	border:2px solid #0085D9;
}
.dashboard-header-right{
	margin-top: 15px;
}
.dashboard-main{
	margin: 0 4%;
}
.dashboard-search{
	float:left;
	width:100%;
}
.search{
	width:99%;
	border:1px solid #0085D9;
}

/* ============================================== DASHBOARD PAGE CSS END ================================ */
	
}

@media (max-width:320px)
{
/* ============================================== HOME PAGE CSS START ================================ */
	
	.right-header {
		width: 90%;
	}
	.center-window-cont {
		width: 92%;
	}

/* ============================================== HOME PAGE CSS END ================================ */

/* ============================================== DASHBOARD PAGE CSS START ================================ */
	.window-head-dashboard h2{
		 font-size: 14px;
	}
	.window-head-dashboard.window-head-1{
		background-size:100% 98%;
		width:100%;
	}
	.window-head-dashboard.window-head-2{
		background-size:100% 98%;
		width:100%;
	}
	.window-head-dashboard.window-head-3{
		background-size:100% 98%;
		width:100%;
	}
	.window-img img{
		width:100%;
	}
	.header-top-right{
		margin: 15px 0;
    	width: 100%;	
	}
	.dashboard-bg{
		 background: none repeat scroll 0 0 #43ADED;
		 width: 100%;
	}
	.dashboard-content{
		width: 72%;
	}
	.dashboard-banner-cont{
		margin-top:30px;
	}

/* ============================================== DASHBOARD PAGE CSS END ================================ */
}

.border_none
{
	border:none;
}
.header_logo{
border:none;
width:350px;
height:76px;
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

@media (min-width: 768px) and (max-width: 979px) {
	/*.comment-ul {
		width: 55%;
	  }
	.comment-td {
		display: inline !important;
	} */ 
}