@charset "utf-8";
body {
	font-family: 'Gotham-Book';
	-webkit-font-smoothing: auto;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background:#EDECED;
	color: #333;
}
body.login {
	background:#DADADA;
}
/*Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
/* Reset End */
/* Global*/

* {
	outline: none
}
a {
	color: #333;
	text-decoration: none;
	outline:none;
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
}
a:hover {
	color: #C82987;
	text-decoration: none;
}
a img {
	border: none;
	border-bottom:0;
	outline: none;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.clear {
	clear: both;
	height:0;
	
}
.pad5 {
	padding: 5px;
}
.pad10 {
	padding: 10px;
}
.pad15 {
	padding: 15px;
}
.pad20 {
	padding: 20px;
}
.pad25 {
	padding: 25px;
}
.pad-top-none{
	margin-top:0 !important
}
.pad-t-b-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.pad-t-b-35 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.pad-t-b-45 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.margin-t-b-none {
	margin-bottom: 0px;
	margin-top: 0px
}
.margin-bottom-none {
	margin-bottom: 0px;
}
.top_1 {
	margin-top: 5px !important;
}
.top_2 {
	margin-top: 10px !important;
}
.top_3 {
	margin-top: 15px !important;
}
.top_4 {
	margin-top: 20px !important;
}
.top_5 {
	margin-top: 25px !important;
}
.top_6 {
	margin-top: 60px !important;
}
.top_7 {
	margin-top: 70px !important;
}
.top_8 {
	margin-top: 80px !important;
}
.top_9 {
	margin-top: 90px !important;
}
.top_10 {
	margin-top: 100px !important;
}
.top_11 {
	margin-top: 110px !important;
}
.bottom_1 {
	margin-bottom: 5px;
}
.bottom_2 {
	margin-bottom: 10px;
}
.bottom_3 {
	margin-bottom: 15px;
}
.bottom_4 {
	margin-bottom: 20px;
}
.bottom_5 {
	margin-bottom: 25px;
}
.bottom_6 {
	margin-bottom: 30px;
}
ul, ol {
	margin:0px;
	padding:0px;
}
ul {
	list-style:none;
}
ol {
	margin-left:28px;
	margin-bottom:20px;
}


ul.disc {
	list-style:disc;
	margin-left:16px;
	margin-bottom:10px;
}
.hide {
	display:none
}
.hidden {
	visibility: hidden;
}
.relative {
	position: relative;
}
.underline {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
p {
	font-size: 14px;
	color: #333;
	line-height: 18px;
	margin:0 0 20px;
}
.inner-pages p {
	margin:0 0 10px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 20px;
	font-weight: normal;
	padding:0px;
}
h1 {
	font-family: 'Gotham-Bold';
	font-size:35px;
	color: #ec008c;
	line-height:38px;
	margin: 25px 0px 10px;
}
h1.page_header {
	margin: 0px 0px 10px 15px;
}
h1.page_header2 {
	margin: 45px 0px 30px;
}

h2 {
	line-height:32px;
	font-size:30px;
	margin-bottom:20px;
}
h2 .large-font {
	font-size:40px;
}
h2.popup-head {
	font-size:28px;	
}
.text-blue{
	color:#0e76bc
}
.text-blue{
	color:#0e76bc
}
.text-green{
	color:#0b9444
}
.text-pink{
	color:#ec008c
}


.inner-pages h2 {
	color: #006BAE;
	font-size: 34px;
	font-family: 'CompleteinHim';
}

h3 {
	font-family: 'Gotham-Bold';
	font-size:24px;
	color: #000;
	line-height:26px;
	margin-bottom:5px;
}
h3 a {
	font-family: 'Gotham-Bold';
	font-size:14px;
	color: #000;
}
h3.sub-heading {
	font-size:20px;
	margin-bottom:10px;
	line-height:22px;
}
h4 {
	font-family: 'Gotham-Bold';
	font-size:20px;
	color: #0076BE;
	line-height:23px;
	margin-bottom:5px;
}
h5 {
	font-family: 'Gotham-Medium';
	font-size:18px;
	color: #58585a;
	line-height:18px;
	margin:0px 0px 5px 15px;
}
h5 span{
	color: #000;
}
h6 {
	font-family: 'Gotham-Bold';
	font-size:14px;
	margin-bottom:5px;
	margin-top:20px;
	
}
strong {
	font-family: 'Gotham-Bold';
	font-weight:normal;
}
.listing {
	list-style:none;
	margin-bottom:25px;
}
.listing li {
	padding-left: 15px;
	line-height: 20px;
	background:url(../images/left-arrow.png) no-repeat 0px 6px;
}
.listing li a {
	color:#fff;
	font-size:16px;
}
.listing li a:hover {
	text-decoration:underline;
}
.pull-left {
	float:left;
}
.pull-right {
	float:right;
}
 select,  [type="text"], [type="password"], [type="email"], textarea  {
 font-family: 'Gotham-Book';
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 -ms-box-shadow: none;
 -o-box-shadow: none;
 box-shadow: none;
}
 [type="text"], [type="password"], [type="email"], textarea {
 font-size:15px;
 border:none;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 line-height:20px;
 height:45px;
 width:100%;
 padding:10px;
 color:#333;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 background:#E6E6E5
}
select {
	font-size:15px;
	border:0px;
	line-height:20px;
	height:36px;
	color:#333;
	width:100%;
}
textarea {
	height:100px;
	resize:none;
}
.ie9 [type="text"], .ie9[type="email"], .ie8 [type="text"], .ie8[type="email"] {
	line-height:25px;
}
 [type="submit"] {
 border:none;
 cursor: pointer;
 -webkit-appearance:inherit;
}
[type="submit"]:hover {
}
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
/* Global*/


.w5 {
	width:5%;
}
.w10 {
	width:10%;
}
.w15 {
	width:15%;
}
.w20 {
	width:20%;
}
.w25 {
	width:25%;
}
.w30 {
	width:30%;
}
.w35 {
	width:35%;
}
.w40 {
	width:40%;
}
.w45 {
	width:45%;
}
.w48 {
	width:48%;
}
.w50 {
	width:50%;
}
.w55 {
	width:55%;
}
.w60 {
	width:60%;
}
.w65 {
	width:65%;
}
.w70 {
	width:70%;
}
.w75 {
	width:75%;
}
.w80 {
	width:80%;
}
.w85 {
	width:85%;
}
.w90 {
	width:90%;
}
.w100 {
	width:100%;
}
.green {
	color:#9fdc3b;
}
.btn {
	font-family: 'Gotham-Medium';
	font-size:15px;
	padding:8px 15px;
	cursor:pointer;
	display:inline-block;
	line-height:25px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border:none;
	-webkit-appearance:inherit;
	-moz-appearance:inherit;
	-ms-appearance:inherit;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn.btn-small {
	padding:8px 10px;
}
.btn.btn-large {
	padding:13px 5%;
}
.btn.btn-extra-large {
	padding:8px 10%;
}

.btn-pink {
	background:#C61C83;
	color:#fff;
}
.btn-pink.btn-block {
	display:block;	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	padding:1.2% 1%;
}
.btn-pink.btn-stylish {
	font-family: 'CompleteinHim';
	font-size:2.8em;
	text-align:center;
	background:#D0009E;
	margin-bottom:20px;
	
}
.btn-pink-light:hover,
.btn-pink.btn-stylish:hover {
	background:#A2107F;
	color:#fff;
}
.btn-grey:hover, .btn-pink:hover {
	background:#000;
	color:#fff;
}
.btn-grey {
	background:#797979;
	color:#fff;
}
.btn-yellow:hover {
	background:#fadf74;
}
.btn-blue {
	background:#006BAE;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:5px 4%;
}
.btn-blue:hover {
	background:#C2278F;
	color:#fff;
}
.btn-pink-light {
	background:#CC5DA3;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:5px 4%;
	
}
.btn-link {
	font-size:20px;
	text-decoration:underline;

}
.read_more {
	color:#d79d00;
	text-decoration:underline;
	margin-bottom:15px;
	display:block;
}
.read_more:hover {
	color:#000;
	text-decoration:underline;
}
.link-btn {
	font-size:18px;
	color:#000;
	line-height:20px;
}
.link-btn.btn-small{
	font-size:12px;
	font-family: 'Gotham-Medium';
	color:#666766;
}
.link-btn:hover {
	color:#C82987;
}
.container {
	width: 980px;
	margin: 0px auto;
}

/* Error and success Messages */
.error, .success {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display:none;
}
.error {
	border: 1px solid #EED3D7;
	color: #B94A48;
	background-color: #F2DEDE;
}
.success {
	color: #468847;
	background-color: #DFF0D8;
	border-color: #D6E9C6;
}
/*login panel*/
.form-container .controls span.label {
	position:absolute;
	font-size:26px;
	left: 10px;
	top: 16px;
	color: #808285;
	right: 0;
}

.login-container {
	margin-top:10%;
}
.login-container h1 {
	font-family: 'Gotham-Bold';
	font-size:89px;
	line-height:90px;
	color:#D0009E;
	margin-bottom: 25px;
	margin-top: 0;

}
.login-container .controls {
	width:39%;
	margin-right:15px;
}
.login-container .controls .error, .login-container .controls .success {
    margin: 9px 0 0 !important;
    position: relative;
    
}
.login-container .action {
	padding:0px;
}
.login-container .controls [type="text"], .login-container .controls [type="password"] {
	padding:18px 15px;
	font-size: 26px;
	color:#333;
	width:100%;
	height: 62px;
	background:#fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow:0px 6px 29px -6px #555;
	-moz-box-shadow:0px 6px 29px -6px #555;
	box-shadow:0px 6px 29px -6px #555;
}
.login-container .form-container.inline .controls  {
	margin-right: 20px;
}
.ie9 .login-container .controls [type="text"], .ie9 .login-container .controls [type="password"],
.ie8 .login-container .controls [type="text"], .ie8 .login-container .controls [type="password"] {
	line-height:25px;
}

.login-container .action {
	float:left
}
.login-container .action [type="submit"] {
	font-family: 'CompleteinHim';
	font-size:41px;
	width:164px;
	height:62px;
	color:#fff;
	background:#D0009E;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:7px 0px;
	-webkit-box-shadow:0px 6px 29px -6px #555;
	-moz-box-shadow:0px 6px 29px -6px #555;
	box-shadow:0px 6px 29px -6px #555;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.login-container .action [type="submit"]:hover {
	background:#006CAE;
}
.ie8 .login-container .action [type="submit"] {
	padding:10px 55px;
}
.login-container .forgot a {
	display:inline-block;
	margin:20px 0px;
	color: #878787;
	border-bottom: 1px solid #878787;
	padding-bottom: 3px;
}
.login-container .forgot a:hover {
	color:#C82987;
	border-bottom: 1px solid #C82987;
}
/* Form */
.form-container.inline .controls {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	position: relative;
}
.form-container .controls {
	display:block;
	margin-right:15px;
	margin-bottom:15px;
}
.form-container.vertical .controls label{
	margin-bottom:5px;
	display:block;
}
.form-container.vertical .controls textarea{
	height:150px;
}
.top_links {
	background:#58585a;
	padding:8px 0;
	-webkit-box-shadow:0px -18px 14px 16px #555;
	-moz-box-shadow:0px -18px 14px 16px #555;
	box-shadow:0px -18px 14px 16px #555;
	position:relative;
}

.vertical-list {
	padding: 0;
	margin: 0 0 10px;
}
.vertical-list:after, .vertical-list:before {
	clear:both;
	display:table;
	line-height:1;
	content:"";	
}
.vertical-list dt, .vertical-list dd {
	font-size: 1em;
	line-height: 1em;
	margin: 0;
	padding: 0;

}
.vertical-list dt {
	width: 40%;
	float: left;
	font-weight: normal;
	color:#6d6e71;
	font-size:16px;
}

.vertical-list dd {
	width: 58%;
	float: right;
}
.vertical-list.short-list dt {
	width: 180px;
}
.vertical-list.short-list dd {
	width: auto;
	float:left;
}
	
.vertical-list dd a{
	font-size:18px;
	color:#000;
	border-bottom:1px solid #aaa;
}
.vertical-list dd a:hover {
	color: #C82987;
}

/* Header Search*/
.header {
	margin-bottom:20px;
	
}
.page-header h1{
	color:#fff;
	letter-spacing:normal;
	
	line-height:1.1em;
	margin: 3px auto;
	/*width: 80%;
	 *text-align:center;
	*/
	width: 68%;
	overflow: hidden;
	white-space: pre;
	padding-top: 6px;
}
.search_container {
	position:relative;
	width:980px;
	margin:0 auto;
	z-index:5555;
}
.locationSearch {
	background: #C42790;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0px 7px 8px -4px #A7A7A7;
	-moz-box-shadow: 0px 7px 8px -4px #A7A7A7;
	box-shadow: 0px 7px 8px -4px #A7A7A7;
	padding:10px 0 15px;
}
.locationSearch .logo {
	position:absolute;
	top:18px;
	left:25px;
}
.locationSearch .logo a{
	display:block;
	border: none;
}
.locationSearch .logo img {
	max-width:150px;
	width:100%;
}
.locationSearch .logout-btn {
    display : none !important;
	position:absolute;
	right:25px;
	top:0;
}
.locationSearch .logout-btn a{
	font-family: 'Gotham-Medium';
	font-size:28px;
	color:#fff;
	background:#F194BB;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding:15px 25px;
	text-align:center;
	-webkit-box-shadow:0px 6px 29px -6px #555;
	-moz-box-shadow:0px 6px 29px -6px #555;
	box-shadow:0px 6px 29px -6px #555;
}
.logout-btn.btn-cross a{
	font-size: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 7px 6px;
	font-family: 'Gotham-Book';

}
.locationSearch .logout-btn a:hover{
	background: #1f79bd;
	
}
.dashboard {
	margin-top:25px;
	
}
.dashboard .report-chart{
	
}
.dashboard .report-chart > li {
	float:left;
	width:48.5%;
	margin-right:3%;
	margin-bottom:2%;	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	background:#fff;
	min-height:400px;
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease;


}
.dashboard .report-chart > li.last {
	margin-right:0;
	
}
.dashboard .report-chart > li .list-box{
	padding:15px;	
}
.dashboard .report-chart > li .list-box h5{
	margin:0px 0px 10px;
}


.dashboard .report-list > li {
	float:left;
	width:23%;
	margin-right:2.653%;
	margin-bottom:2%;	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	background:#fff;
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
}
.dashboard .report-list.full-list li {
	float:none;
	width:auto;
	margin-right:0%;	
}
.dashboard .report-list > li.last {
	margin-right:0;
	
}
.dashboard .report-list > li .summery-box{
	padding:15px;	
}
.dashboard .report-list > li .summery-box h5{
	margin:0 0 2px;
}

.dashboard .report-chart > li .list-box .dropdown,
.dashboard .report-list > li .summery-box .dropdown{
	position:relative;
}

.dashboard .report-chart > li .list-box .dropdown .dropdown-toggle,
.dashboard .report-list > li .summery-box .dropdown .dropdown-toggle{
	position:absolute;
	top:15px;
	right:15px;
	background:url(../images/up-down-arrow.png) no-repeat;
	width:33px;
	height:15px;
	display:block;
	cursor:pointer;
	background-position:0 -21px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;


}
.dashboard .report-chart > li .list-box .dropdown .dropdown-toggle.down,
.dashboard .report-list > li .summery-box .dropdown .dropdown-toggle.down{
	background-position:0 0;

}
.dashboard .report-chart > li .list-box .dropdown .dropdown-toggle,
.dashboard .report-list > li .summery-box .dropdown-content{
	display:none;
}
.dashboard ul.block-li li{
	display:block;
	width:100%;
	float:none;
}
.dashboard ul.block-li li a{ 
	color: #000;
	font-size: 17px;
	font-weight: normal;
}
.dashboard ul.block-li li a:hover {
	color: #C82987;
	border-bottom: 0;
	text-decoration: none;
}

/* Phone Calls*/

.l-col {
	float:left;
	width:23%;
}
.r-col {
	float:right;
	width:74%;
}

/**** Table **/
.table-container {
	overflow:auto;	
}
.table-container table{
	width:100%;
	border-collapse:collapse;	
}
.table-container table thead tr th{
	font-family: 'Gotham-Bold';
	color:#000;
	text-align:left;
	font-size:16px;
	font-weight:normal;	
	/*padding: 10px 0px;*/
	padding: 0 0 10px;

}/*
.table-container table thead tr th:nth-child(1){
	width:5%;
}
.table-container table thead tr th:nth-child(2){
	width:10%;
}
.table-container table thead tr th:nth-child(3){
	width:10%;
}
.table-container table thead tr th:nth-child(4){
	width:10%;
}
.table-container table thead tr th:nth-child(5){
	width:15%;
}
.table-container table thead tr th:nth-child(6){
	width:15%;
}
.table-container table thead tr th:nth-child(7){
	width:15%;
}*/

.table-container table tbody tr td{
	color:#000;
	text-align:left;
	font-size:16px;
	font-weight:normal;	
	padding: 10px 0px;
	
}


/* Footer*/
footer {
	margin-top:150px;
	-webkit-box-shadow:0px 0px 10px 2px #C4C4C4;
	-moz-box-shadow:0px 0px 10px 2px #C4C4C4;
	box-shadow:0px 0px 10px 2px #C4C4C4;
}
.login footer {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
}
footer .footer_top {
	background:#fff;
	padding:20px 0px;
}
footer .footer_top .logo-footer {
	float:left;
	padding-top: 5px;
}
footer .footer_top .logo-footer a {
	display:block;
}
footer .footer_top .social_icons {
	float:right;
	position:relative;
}
footer.inner .footer_top .social_icons {
	float:right;
	position:relative;
	padding-right:90px;
}
footer.inner .footer_top .social_icons .footer_cartoon {
	position:absolute;
	z-index:2;
	bottom:0px;
	right:0px;
}
footer .footer_top .social_icons a {
	display:inline-block;
	margin:0 3px;
	text-align:center;
	position: relative;
	z-index: 3;
}
footer .footer_top .social_icons a span {
	display:block;
	width:45px;
	height:45px;
	background:url(../images/sprite.png) no-repeat;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
footer .footer_top .social_icons a span.icon-tweet {
	background-position:-58px -142px;
}
footer .footer_top .social_icons a span.icon-fb {
	background-position:-102px -142px;
}
footer .footer_top .social_icons a span.icon-gplus {
	background-position:-147px -142px;
}
footer .footer_top .social_icons a span.icon-tweet:hover {
	background-position:-58px -186px;
}
footer .footer_top .social_icons a span.icon-fb:hover {
	background-position:-102px -186px;
}
footer .footer_top .social_icons a span.icon-gplus:hover {
	background-position:-147px -186px;
}
footer .footer_bottom {
	background: #58585a;
	padding:10px 0;
}
footer .footer_bottom .left-col {
	float:left;
	width: 53%;
}
.ie8 footer .footer_bottom .left-col,.ie8 footer .footer_bottom .right-col, .ie8 footer .footer_bottom .left-col p,.ie8 footer .footer_bottom .left-col ul {
	float:none;
	width: 100%;
	text-align:center;
}

footer .footer_bottom .left-col p {
	font-size:12px;
	color:#fff;
	float:left;
	margin:0 2% 0 0;
}
footer .footer_bottom .left-col ul {
	float:left;
}
footer .footer_bottom .left-col ul li {
	display:inline-block;
	padding:0 3px;
}
footer .footer_bottom .left-col ul li a {
	font-size:12px;
	color:#CCCCCC;
	display:block;
	text-align:center;
}
footer .footer_bottom .left-col a:hover {
	text-decoration:underline;
}
footer .footer_bottom .right-col {
	float:right;
}
footer .footer_bottom .right-col p {
	font-size:12px;
	color:#fff;
	display:inline-block;
	margin:0;
}
/* ToolTip*/
#tooltip {
	text-align: center;
	color: #fff;
	background: #111;
	position: absolute;
	z-index: 1000;
	padding: 10px;
	max-width:150px;
	font-size:12px;
}
#tooltip:after /* triangle decoration */ {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #111;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}
#tooltip.top:after {
	border-top-color: transparent;
	border-bottom: 10px solid #111;
	top: -20px;
	bottom: auto;
}
#tooltip.left:after {
	left: 10px;
	margin: 0;
}
#tooltip.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}

/* audio */

.audio-box {
	height:17px;
	background:url(../images/audio-control.png) no-repeat;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.audio-box.play {
	width:13px;
	background-position:0 0 ;
}
.audio-box.pause {
	width:18px;
	background-position:-13px 0 ;
}


/*Pagination*/

.pagination {
	margin:20px 0 0;
}
.pagination ul{
	list-style:none;
}
.pagination ul li{
	display:inline-block;
}
.pagination ul li a{
	display:block;
	padding:5px 10px;
	font-size:16px;
}
.pagination ul li a.active{
	background:#F390B7;
	color:#fff;
}


/* new style	*/
.breadcrums {
	padding:10px 5px;
}
/* sidebar*/
.sidebar {
	float:left;
	width:22%;	
}
.sidebar ul li {}
.sidebar ul li a{
	display:block;
	padding:10px;
	background: #FDDCEA;
	border-bottom: 1px solid #FC9BC4;
}
.sidebar ul li.active a,
.sidebar ul li a:hover{
	background: #FFF9FB;

}
.right_content {
	float:right;
	width:74%;	
}
.right_content .vertical-list dt{
	width:28%;
	background:#f9f9f9;
	padding:1%;
	font-size: 1em;
}
.right_content .vertical-list dd{
	width:68%;
	float:left;
	background:#E4E4E4;
	padding:1%;

}
.right_content .vertical-list dd .btn{
	color:#fff;
}
.right_content .form-container.vertical .controls {
	margin-right:0;
	display:table;
	width: 100%;

}
.right_content .form-container.vertical .controls label{
	display:table-cell;
	width:25%;
}

.right_content .form-container.vertical .success,.right_content .form-container.vertical .error{
	text-align:center;
}
.right_content .form-container.vertical .controls .error, .right_content .form-container.vertical .controls .success {
	margin: 10px 0 0;
	float: right;
}
.right_content .form-container.vertical .action .btn{
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;	
}


/*30-09*/
.dark-text {
	color:#000;	
}
.check {
	background:url(../images/check-box.jpg) no-repeat 0 -15px;
	width:15px;
	height:15px;
	display:inline-block;
	margin-right:10px;
	cursor:pointer;	
}

.check.checked {
	background-position:0 0px;
}
.profile_desk {
	
}
.profile_desk .col-left,.profile_desk .col-right{	
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #fff;
	min-height: 125px;
	padding: 1%;
}

.profile_desk .col-left{
	float:left;
	width:47%;

}
.profile_desk .col-right{
	float:right;
	width:47%;		
}
.profile_desk .col-left.full,.profile_desk .col-right.full{
	width:auto;
	float:none;
}
.profile_desk h3{
	font-family: 'Gotham-Book';
	font-size: 19px;
	color: #0e76bc;
}
.profile_desk h5{
	font-family: 'Gotham-Book';
	font-size: 15px;
	color: #888;
	margin: 0px 0px 5px 0px
}
.profile_desk h5 span{
	color: #000;
}
.profile_desk  ul li{
	font-family: 'Gotham-Book';
	font-size: 15px;
	color: #888;
	line-height: 18px;
	margin: 0px 0px 5px 0px;
}
.btn-sleek.btn{
	padding: 2px 25px;	
}
.headerTxt{ width: 70%; float: left; }
.ac_no {
	float: right;
	
}

.table-border-btm tr{
	border-bottom: 1px solid #333;	
}
.table-border-btm tr:last-child{
	border-bottom: none;
}
.audio-box a {text-decoration: none}

.summery-box > span {
    display: block;
    margin: 0 0 9px;
}

.logo_tag{color: #fff; font-size:32px;font-family: "CompleteinHim";text-shadow: 2px 2px rgba(0, 0, 0, 0.55);}
.play_audio,.full-link{ display: block; width: 100%}
/*.header_logo_txt .logo_tag {  font-size: 28px;}*/
.smallMobileShow{display: none !important;}


p.freecall_number {
    color: #666;
    font-size: 31px;
    font-weight: bold;
    padding: 40px 15px 40px 0;
    text-align: center;
}
.dull td, .dull a {
  color: #ccc !important;
  text-decoration: line-through;
}