.red-color{
	color:#CD5547 !important;
}
.content-title h1{
	position:relative;
	top:-20px;	
}

.content-title{
	background:#333 !important;
	height:60px;
	padding: 0 !important;
}
.content-title h1 span{
	background:#CD5547;
	padding:25px 20px;
	color:#fff !important;
	position:relative;
	line-height:30px;
	font-size:28px !important;
}
.content-title h1 span:after{
	border-bottom: 80px solid #CD5547;
	border-right: 55px solid transparent;
	height: 0;
	width: 60px;
	display:block;
	content:" ";
	position:absolute;
	left:100%;
	top:0;
}
.content-title h1 span:before{
	background: #CD5547;
	height: 50px;
	width: 60px;
	display:block;
	content:" ";
	position:absolute;
	right:100%;
	width:600px;
	height:100%;
	top:0;	
}
.category-wrap{
	border:1px solid #CD5547;
	padding-bottom:20px;
	text-align:center;
	max-width:350px;
	margin:auto;	
}
.category-top{
	background:#CD5547;
	color:#fff;
	font-size:16px;
	padding:10px;
}
.category-list{
	list-style:none;
	margin:0;
	padding:10px 20px;
}
.category-list li{
	border-bottom:1px solid #f0ccc7;
	margin-bottom:9px;
	padding-bottom:9px;
	float:left;
	width:100%;
	
}
.category-list li a{
	color:#CD5547;
}
.category-list li a:hover,
.category-list li a:focus{
	color:#555;
}
.category-thumb{
	width:49px;
	height:49px;
	border: 1px solid #CD5547;
	margin-right:15px;
	float:left !important;
	
}
.subcategory-wrap {
  border: 1px solid #e5e5e5;
  margin: auto auto 30px;
  max-width: 290px;
  width: 100%;
  padding-top:40px;
  z-index:9;
}
.subcategory-wrap:hover{
	box-shadow:5px 10px 16px rgba(0,0,0,.1);
}
.subcategory-img {
  float: right !important;
  left: 50%;
  margin-left: -130px;
  margin-right: 48px;
  position: relative;
  width:100%;
  max-width: 170px !important;
  border: 1px solid #e5e5e5;
  background:#fff;
}
.subcategory-title{
	font-size:24px;
}
.learn-more{
	position:relative;
	bottom: -15px;
    right: -30px;
}
.course-title{
	font-size:24px;	
}
.instructor-name{
	font-size:20px;	
	color:#333;	
}
.bacth-wrap{
	border:1px solid #e5e5e5;
	background:#f5f5f5;
	margin-top:20px;
	padding:10px 30px;
}
.batch-number{
	font-size:20px;
	color:#111;
	font-weight:bold;
	margin-bottom:5px;
}
.batch-topic{
	font-size:18px;
	color:#333;
}
hr{
	border-width:0 0 1px 0;
	box-shadow:none;
}

/****************************************************************/
/****************************************************************/

.heading-primary {
  font-size:2em;
  padding:2em;
  text-align:center;
}
.accordion dl,
.accordion-list {
   border:1px solid #f67d6f;
}
.accordion dd,
.accordion__panel {
   background-color:#fff;
   font-size:1em;
   line-height:1.5em; 
   margin-left:30px;
}
.accordion p {
  padding:1em 2em 1em 0;
  width:auto !important;
}
.accordion-content p{
	color:#474747;
}

.accordion {
    position:relative;
    background-color:#fff;
}
.accordionTitle,
.accordion__Heading {
	background-color:#f67d6f; 
	text-align:left; 
	padding:15px 2em;
	display:block;
	text-decoration:none;
	color:#fff;
	transition:background-color 0.5s ease-in-out;
	border-bottom:1px solid darken(#38cc70, 5%);
	font-size:16px;
	margin-bottom:10px;
}
.accordionTitleActive, 
.accordionTitle.is-expanded {
   background-color:darken(#38cc70, 10%);
}
.accordionItem {
    height:auto;
    overflow:hidden; 
    //SHAME: magic number to allow the accordion to animate
    
     max-height:50em;
    transition:max-height 1s;   
 
    
    @media screen and (min-width:48em) {
         max-height:15em;
        transition:max-height 0.5s
        
    }
    
   
}
 
.accordionItem.is-collapsed {
    max-height:0;
}
.no-js .accordionItem.is-collapsed {
  max-height: auto;
}
.animateIn {
     animation: accordionIn 0.45s normal ease-in-out both 1; 
}
.animateOut {
     animation: accordionOut 0.45s alternate ease-in-out both 1;
}
@keyframes accordionIn {
  0% {
    opacity: 0;
    transform:scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity:1;
    transform:scale(1);
  }
}

@keyframes accordionOut {
    0% {
       opacity: 1;
       transform:scale(1);
     }
     100% {
          opacity:0;
           transform:scale(0.9) rotateX(-60deg);
       }
}

.select-option {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background:url(../images/down-arrow.png) no-repeat right center;
  width:60px;
  height:39px;
}

@media (min-width: 992px){
	.subcategory-wrap {
	  position: relative;
	  right: 35px;
	}
	.content-title:after{
		border-bottom: 60px solid #333;
		border-right: 37px solid transparent;
		height: 0;
		width: 38px;
		display:block;
		content:" ";
		position:absolute;
		right:-38px;
		top:0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.category-list-row .one_half{
		width:100%;
	}
	.subcategory-wrap {
	  max-width: 400px;
	  position: relative;
	  right: 40px;
	}
	.subcategory-img {
	  margin-left: -185px;
	  margin-right: 88px;
	}
}
@media (min-width: 768px){
	.first_margin{
		margin-left:15px;
	}
}
@media (max-width: 767px){
	.subcategory-wrap {
	  width:auto;
	}
	.subcategory-img {
	  float:none !important;
	  max-width:176px !important;  
	  width:100%; 
	  margin:auto;
	  margin-top:10px;
	  position:inherit;
	}
}

/******************************/
.backgroundlist
{
	background:#ff4b5a;
}
.modal-backdrop.in
{
	opacity:0.8;
}
.paddingtop45
{
	padding-top: 45px;
}
.paddingbottom45
{
	padding-bottom:45px;
}

/****************************/

.fade {
	transition:none !important;
	-moz-transition:none !important;
	-o-transition:none !important;
	-webkit-transition:none !important;
}
.modal-dialog {
  width: 100%;
  max-width:500px;
  margin:40px auto;
}
.modal-title {
  width: auto;
}
.modal-body .form-group input{
	margin-bottom:20px;
}
.modal-body {
  background:url(../images/modal-bg.png) no-repeat right bottom;
}
.modal-open{
	overflow-Y:auto;
}
#registerModal label{
	width:100%;
}
#loginModal label{
	width:100%;
}
.default-numbers{
	font-weight:bold;
	font-size:16px;
	color:#555;
	float:left;
	border:1px solid #ddd;
	margin-right:1%;
	width:19%;
	padding:9px 0;
	line-height:22px;
}



div#coveroverlay 
{
    position: fixed;
    top: 0;
    left: 0;
	background:transparent;
    z-index: 5;
    width: 100%;
    height: 100%;
}
.myOverlayImage
{
	width: 120px;
	padding: 10px 30px; 
	color: red; 
	font-size: 20px; 
	text-align: center; 
	font-weight: 400;
}
#idMsg
{
    height: 65px;
	font-size: 16px;
    font-weight: 500;
	line-height: 70px;
}
.alert
{
	font-weight:normal !important;
}
a:focus, a:hover 
{
    color: #fff;
    text-decoration: none;
}
@media (min-width:888px){
 .subcategory-title{
  width:199px;
 }
}
#instructorname,#instructorname:hover
{
	color: #454545!important;
}
a:hover,a:focus
{
	outline:none;
}
#resendverificationlink,#resendverificationlink:hover
{
	color: #000!important;
}
.profilename
{
	color:#CD5547;
}
.profiledetails
{
	font-weight:600;
	font-size:19px;
	margin-top:0px;
	color:#474747;
}
.profileusername
{
	color:#bbbbbb!important;
}
.profiledescription
{
	color:#474747;
	font-weight:400;
	font-size:16px;
}
.margintop40
{
	margin-top: 40px;
}
.dotclass
{
	width: 10px;
	font-size:20px;
	float:right;
	color:#bbbbbb;
	margin-right:10px;
}
.margin0
{
	margin-top:0px;
}

#creatinglinks,#creatinglinks:hover,#fpPswd,#fpPswd:hover,#fpswd_sign_up,#fpswd_sign_up:hover
{
	color: #CD5547;
    text-align: right;
    font-size: 14px;
    margin-top: 10px;
    text-decoration: underline;
	position:relative;
	top: 24px;
	cursor:pointer;
}



.dashboard-content{
	top:11.5vh;
}
@media (max-width:999px){
	.dashboard-content{
		top:10.5vh !important;
	}
}
.news-feed{
	color:#444e5d;
	font-size:21px;
	font-weight:bold;
	border-bottom:3px solid #CD5547;
	padding:0px 10px 7px;
}
.news-title{
	font-weight:bold;
	color:#444e5d;
}
.news-content{
	padding-bottom: 10px;
	border-bottom:1px solid #eee;
}
.newsfeed-list{
	padding: 0 8px 20px;
	list-style:none;
	
	border-bottom:3px solid #CD5547;
}
.follow-follwers{
	padding:0 0 10px;
	border-bottom:1px solid #eee;
}
.follow-follwers li{
	display:inline-block;
	margin:0 20px;
}
.user-name{
	font-size:24px;
	font-weight:bold;
	color:#000;
}
.tab-wrap{
	border-radius:5px;
	background:#f5f5f6;
	padding:15px;
}
.tab-content > .tab-pane {
  margin-top:52px;
  background:#fff;
  padding:15px;
}
.form-horizontal .control-label {
  text-align:left;
}
.nav-tabs {
  border-bottom: 1px solid #CD5547;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border-color: #CD5547 #CD5547 transparent;
  font-weight:bold;
}
.nav > li > a:focus, .nav > li > a:hover {
  background:#fff;
}
.nav-tabs > li > a:hover {
  border-color: #CD5547 #CD5547 #CD5547;
  color:#000;
}
.nav > li > a {
	font-size:16px;
}
.course-list{
	float:none;
}
#profile label{
	padding-top:0;
}
#profile span{
	color:#999;
}
@media (max-width:479px){
	.nav > li > a {
	  font-size: 12px;
	  padding: 12px 3px;
	  margin-right:0;
	}
}


.exams-category-wrap{
	max-width:440px;
	border:none;
}
.exams-category-wrap .category-top{
	background: transparent;
	color:#CD5547;
	font-weight:300;
	font-size:18px;
	text-align:left;
	border-bottom: 2px solid #CD5547;
	padding-left:15px;
}
.exams-category-wrap .category-list{
	padding: 0 0 10px;
	border-bottom: 2px solid #CD5547;
	height:440px;
	overflow:auto;
}
.exam-title{
	color:#111111;
	font-size:16px;	
}
.exam-list li{
	width:auto;
	padding:0;
	margin:0;
	border-bottom:1px solid #eee;
}
.exam-list{
	list-style:outside;
	padding-left:15px;
}
.content-color{
	color:#746f6f;
	line-height:17px;
}
.exam-list li:hover{
	background:#faeeec;
}
.exam-list-wrap{
	padding: 15px 15px 15px 45px;	
	background:url(../images/bullet.png) no-repeat top left;
}
.belt-wrap{
	/* background:#ffa293; */
	background:#fcc3ba;
	list-style:none;
	padding:10px 0;
	border-radius:5px;
	margin-bottom:10px;
	text-align:center;
}
.belt-wrap li{
	border:none;
	background:transparent !important;
	margin:0 6px;
	text-align:left;
	float:none;
	display:inline-block;
}
.white-color{
	color:#fff;
}
.black-color{
	color:#000;
}
.red-belt-color{
	color:#F00;
}
.belt{
	position:relative;
	top:5px;
	width:25px;
	height:19px;
}
.exam-heading{
	text-align:center;
	float:left;
	width:100%;
	text-transform:uppercase;
	margin-top:30px;
}
.instruction-list{
	padding-left:15px;
	list-style-type:numeric;
	color:#000;
	margin-bottom:20px;
}
.instruction-list li{
	color:#746f6f;
}
.text-center{
	text-align:center;
}
.inner-belt{
	width:100%;
	max-width:230px;
	margin:auto;
}
.inner-belt .belt{
	height:25px;
	width:38px;
}
.success-img{
	position:relative;
}
.success-img.hide-img{
	visibility:hidden !important;
}
.exam-sub-heading {
  color: #333;
  float: left;
  font-size: 20px;
  text-align: center;
  width: 100%;
}
.time-left{
	font-size:18px;
}
.question-number{
	color:#111;
	font-size:18px;
}
.custom-radio{
	
}
.option-text{
	font-size:16px;	
}
input[type="radio"] {
    display:none;
}
input[type="radio"] + label {
    color: #000;
	background:url(../images/radio-btn.png) no-repeat left top;
	/* line-height:30px; */
	line-height: 22px;
	padding:0 0 12px;
	font-weight:normal;
}
input[type="radio"] + label span {
    display:inline-block;
    width:10px;
    height:10px;
    margin:-2px 15px 0 5px;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
}

input[type="radio"]:checked + label span{
     background-color:#fff;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition:background-color 0.1s linear;
  -o-transition:background-color 0.1s linear;
  -moz-transition:background-color 0.1s linear;
  transition:background-color 0.1s linear;
}
@media(max-width:767px){
	.responsive-center{
		text-align:center !important;
	}
	.time-box{
		float:none !important;
		margin-top:20px;
	}
	.temp-text-center{
		text-align:center !important;
	}
	.clear-float{
		float:none;
	}
}

.anchor:hover,.anchor
{	
	color:red!important;
	text-decoration:underline!important;
}


.profile-save-btn{
	border:1px solid #555;
	padding:3px 15px;
	margin-right:10px;
	color:#555;
	display:none;
}
.profile-save-btn:hover,
.profile-save-btn:focus{
	background:#CD5547;
	color:#fff;
	border:1px solid #CD5547;	
	cursor:pointer;
}
.profile-cancel-btn{
	color:#F00 !important;
	cursor:pointer;
	display:none;	
}
.edit-profile{
	color:#CD5547;
	cursor:pointer;
}
#profile .edit-username[disabled]{
	color:#999;
	border:none;
	border-bottom:1px solid transparent;
	padding:0 0 3px;
	
}
#profile .edit-username{
	border:none;	
	border-bottom:1px solid #999;
	color:#666;
	border-radius:0;
	padding:0 0 3px 5px;
	
}

#profile .country-selection{
	color:#666;
	border:1px solid transparent;
	border-bottom:1px solid #999;
	padding:0 0 3px;
	appearance:none;
	margin-left:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
}
#profile .country-selection[disabled]{
	color:#999;
	border:1px solid transparent;
	padding:0 0 3px;
	/* margin-left:-5px; */
	margin-left: 0px;
}
#profile textarea{
	padding:0 5px 5px;
	border:none;
	color:#666;
	border-bottom:1px solid #999;
	resize:none;
	overflow: hidden;
}
#profile textarea[disabled]{
	padding:0;
	border:1px solid transparent;
	color:#999;
}
body
{
	-webkit-user-select: none;    
	-moz-user-select: none;
	-ms-user-select: none;
}

.signup_page_box
{
	margin-bottom:50px; 
	margin-top:30px;
	border: 1px solid rgba(9, 9, 9, 0.16);
    padding: 10px 20px;
}

.signup_page_h2
{
	color: #CD5547;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sign_login_error,#sign_register_error
{	
	color: #CD5547;
    font-size: 13px;
}
.payment:hover,.payment:focus
{
	outline:none;
	text-decoration:underline;
	color:#a94442;
}
.nohover:hover,.nohover:focus
{
	outline:none;
	text-decoration:underline;
	color:#a94442;
}
.nohovering:hover,.nohovering:focus
{
	outline:none;
	color:#CD5547!important;
}
.payment
{
	outline:none;
	font-weight:600;
	color:green;
}
.thank_you
{
	font-family: arial;
    font-size: 30px;
    line-height: 1.8;
}
.thankyou_a
{
    font-size: 20px;
    color: #fff;
    background: #CD5547;
    padding: 10px;
}

.thankyou_a:hover
{
   font-size: 20px;
   color: #fff;
   background: #CD5547;
   padding: 10px;
}
@media(max-width:999px){
	.login-register a{
		width:auto !important;
		border-bottom:none !important;
	}
	.login-register a:hover,
	.login-register a:focus,
	.login-register a:active{
		background:transparent !important;
		color:#fff !important;
	}
	.login-register:hover a,
	.login-register:focus a,
	.login-register:active a{
		background:transparent !important;
		color:#fff !important;
	}
}
.nav ul li:hover > .sub {
    display: block !important;
}
.nav ul li .sub ul {
    display: block !important;
}
.profile_image_dashboard
{
	border-radius:5px;
	margin-bottom:15px !important;
	max-height: 150px;
	max-width:150px;
}
.page_loader
{	
	display:none;
}
.exam_pages_header
{
	top: 20.2vh;
}
.exam_online_test
{
	top: 4.6vh;
}
.coming-soon
{
 font-size:80px;
 color:#CD5547;
 text-align:center;
 margin:100px 0;
}
/*****************************/

.filter-head{
	font-size:20px;
	color:#000;
	font-weight:normal;
	margin-top:0;
	border-bottom: 2px solid #f1f1f1;
	float:none;
}
.filter-head img{
	position:relative;
	top:2px;
	margin-right:10px;
}
.heading-category{
	font-size:15px;
	color:#333;
	font-weight:bold;
	float:none;
}
.filter-category-wrap{
	margin-top:15px;	
}
.filter-category-wrap .country-selection {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) url("../images/down-arrow.png") no-repeat scroll right 20px;
  border-color: -moz-use-text-color -moz-use-text-color #eee;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  padding-bottom: 5px;
  font-size:14px;
  color:#999;
  float:none;
}
.certification-list{
	padding-left:0;
	list-style:none;
	height:170px;
	overflow-Y:auto;
	float:none;
}
.certification-list li{
	padding:13px 0 5px;
	border-bottom:1px solid #eee;
}
.by-type-name {
    position: relative;
    top: -3px;
}
.certification-name {
    position: relative;
    top: -5px;
}
.certification-name:hover {
    cursor:pointer;
}
.text-left{
	text-align:left;
}
.search-result-wrap{
	min-height:630px;
}
.search-expert{
	border-radius:5px;
	background:#f9f9f9 !important;
	border:1px solid #ddd !important;
	font-size:14px;
}
.search-expert-wrap{
	float:left;
	width:100%;
}

.expert-wrap{
	padding:15px 0;
	border-bottom:1px solid #ddd;
}
.user-round{
	border-radius:50%;
}
.grey-color{
		color:#999;
}
.searched-experts{
	margin-top:0;
}
.searched-experts .name{
	font-size:18px;
	font-weight:500;
	color:#CD5547;
}
.searched-experts .user-name{
	font-size:14px !important;
	color:#999 !important;
	font-weight:400 !important;
}
.followers{
	font-size:15px;
	font-weight:400;
}
.followings{
	font-size:15px;
	font-weight:400;	
}
.credits{
	font-size:15px;
	font-weight:400;
}
.count-numbers{
	font-size:15px;
	color:#333;
	font-weight:400;
}
.expert-rank{
	font-size:15px;
	font-weight:bold;
	color:#333;
}
.follow-btn{
	padding:8px 30px;
	float:right;
	margin-top:11px;
}
.certified-badge{
	width:110px;
	float:left !important;
}
input:hover, input:focus{
	outline:none;
}
@media (min-width:768px) and (max-width:992px){
	.certified-badge{
		float: right !important;
	}
}
@media (max-width:767px){
 .certified-badge {
  float: right !important;
 }
 .expert-wrap .follow-btn{
  float:left;
 }
}
#profile_following,#profile_followers
{
	cursor:pointer;
	color:#474747;
}
.profile-followers-modal,.profile-followers-modal:hover,.profile-followers-modal:active,.profile-followers-modal:focus
{
	color: #CD5547;
    font-size: 15px;
    cursor: pointer;
	text-align: left;
}
#ajaxFooterFollowers
{
	height: 300px;
    overflow: auto;
}
.follow_popup
{
	background: #CD5547;
    border: 1px solid #a02f21;
    color: #fff;
    width: 85px;
    height: 40px;
}
.div_top
{
    position: relative;
	top: 15px;
}
.profile-bg{
	margin-top:-50px;
	padding-top:15px;
	background:#fff;
}
.post-edit-btn{
	width:100%;
	max-width:300px;
	margin:auto !important;
	font-size:16px;
	font-weight:300;	
}
.rank-bg{
	background:#efefef;
	border-radius:5px;
	margin-top:15px;
}
.rank-number {
	font-size:35px;
	color:#000;
}
.rank-text{
	font-size:20px;
	font-weight:bold;
}
.ffc-wrap{
	font-size:18px;
}
.ffc-wrap ul{
	list-style:none;
	padding:0;
	margin-bottom:15px;
}
.ffc-wrap ul li{
	padding:10px 0;
	border-bottom:1px solid #f2f2f2;
}
.counters-wrap{	
	padding:10px 5px;
	background:#CD5547;
	min-width:60px;
	float:left;
	text-align:center;
	border-radius:5px;
	border:1px solid #a02f21;
	height:40px;
	line-height:20px;
	color:#fff;
	margin-right:12px;
	max-width:100%;
}
.ffc-wrap ul li a{
	line-height:40px;
}
.profile-username{
	font-size:35px;
	font-weight:bold;
}
.username-mail{
	font-size:15px;
	color: #000;
	margin-top:5px;
	margin-bottom: 15px;
}
.edit-profile-btn{
	 font-size:14px;
	 cursor:pointer;
}
.category-style {
  background: #f5f5f5 none repeat scroll 0 0;
  border-top: 3px solid #CD5547;
  float: left;
  margin-bottom: 15px;
  min-height: 135px;
  width: 100%;
}
.category-content-wrap{
	margin-top:5px;	
	padding-left:100px;
}

.categories-img{
	margin:10px;
}
.category-tile{
	color:#000;
	font-size:17px;
	font-weight:600;	
}
.content-div{
	height: 75px;
	overflow: hidden;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}
.category-content {
  color: #474747;
  font-size: 16px;
  margin-top: 0;
  padding-right: 15px;
}

.category-bottom-line{
	background:#efefef;
	height:35px;
	margin-top:10px;
	float:left;
	width:100%;
	text-align:center;
	padding:5px;
}
.view-more{
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}
.search-expert-box{
	background:#efefef;
	text-align:center;
	padding:15px;
	margin-bottom:15px;
}
.search-expert-title{
	font-size: 15px;
	font-weight:bold;
}
.input-style{
	margin-top:10px;
	height:40px;
	border-radius:0;
}
.input-style:focus{
	border:1px solid #a02f21;
	box-shadow:none;
}
.red-box {
  background: #CD5547 none repeat scroll 0 0;
  border: 1px solid #a02f21;
  border-radius: 5px;
  color: #fff;
  float: left;
  line-height: 20px;
  margin: 3px 5px 2px 0;
  padding: 5px;
}
.edit-proile-wrap{
	display:none;
}
.edit-profile-form{
	margin-bottom:20px;
}
.edit-profile-form label{
	font-size:15px;
	color:#000;
}
.edit-profile-form input, .edit-profile-form textarea , .edit-profile-form select{
	margin-bottom:15px;
	margin-top:0;
}
.cancel-profile-btn{
	cursor:pointer;
	margin-left:10px;
}
.save-profile-btn{
	border-radius:0;
	padding:5px 20px !important;
	float:none
}
.article-notification{
	background: #000;
	color:#fff;
	padding:5px 10px;
	font-size:14px;
	margin-bottom:15px;
	border:2px solid #CD5547;
}
.article-notification-wrap{
	padding-left:45px
}
.edit-article{
	cursor:pointer;
}
.info-icon{
	margin-right:10px;
}
.article-form-wrap{
	
}
.article-div {
  background: #efefef none repeat scroll 0 0;
  border-bottom: 2px solid #eee;
  float: left;
  margin-bottom: 20px;
  padding: 0 15px;
  width: 100%;
}
.article-title{
	font-size:14px;
	font-weight:bold;
	color:#333;
}
.article-content{
	text-align:left;
}
.article-view-more{
	margin:0;
}
@media (min-width:1250px){
	.container{
		width: 1200px !important;
	}
	.content_inner {
	  width: 1200px !important;
	}
}
@media (max-width:767px){
	.edit-profile-btn{
		float:left;
		margin-bottom:10px;
	}
}
@media (min-width:768px){
	.edit-profile-btn{
		float:right;
	}
	.responsive-padding-right{
		padding-right:7px;
	}
	.responsive-padding-left{
		padding-left:7px;
	}
}
@media (min-width:992px){
	.responsive-padding{
		padding:0;
	}
}





.subscribe-wrap {
  bottom: 20px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  width: 356px;
  z-index: 9;
}
.subscribe-div {
  margin-right: 50px;
  position: absolute;
  right: -10px;
  z-index: -1;
  overflow:hidden;
}
.fixed-subscribe {
  background: #CD5547 none repeat scroll 0 0;
  float: left;
  margin-top: 1px;
  padding: 5px;
  transition: all 0.3s ease-in-out 0s;
  width: 270px;
  position:relative;
  /* left:270px; */
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.fixed-subscribe input[type="text"] {
  height: 30px;
  margin-right: 5px;
  padding: 5px;
  width: 160px;
}
.fixed-subscribe input[type="submit"] {
  height: 30px;
  padding: 5px 20px;
  width: 80px;
  background:#323A45;
  border:1px solid #323A45;
  padding-left: 0px;
}
.subscribe-icn {
  float: right;
  cursor:pointer;
}
.subscribe-text{
	text-align:center;
	font-weight:bold;
	margin:0 0 5px;
}
@media (max-width:767px){
	.subscribe-wrap {
	  bottom: 10px;
	  right: 3px;
	}
}


/* ------------------------------------------ */


.article-wrap{
	background:#eee;
	float:left;
	width:100%;
	padding:15px 0;
	margin-bottom:20px;
}
.article-div{
	padding:0;
	background:none;
	margin-bottom:0;
}
.article-title {
  margin: 0;
  font-family:"Expletus Sans",cursive;
  font-size:20px;
  color:#444e5d;
}
.article-img{
	margin-bottom:15px;
}
.article-content{
	 margin-top:5px;
}
.article-view-more{
	margin-top:5px;
}

.article-post-detail {
  border-top: 1px solid #dedede;
  padding: 5px 0;
  margin-top:20px;
}
.delete-article {
  border: 1px solid #ddd;
  height: 30px;
  margin: -3px 1px 0;
  padding: 7px 8px;
  width: 30px;
  cursor:pointer;
}
.delete-article:hover {
	background:#CD5547;
	color:#fff !important;
	
}
.edit-article {
  border: 1px solid #ddd;
  height: 30px;
  margin: -3px 1px 0;
  padding: 7px 8px;
  width: 30px;
  cursor:pointer;
}
.edit-article:hover {
	background:#ccc;
	border-color:#ccc;
	color:#fff;
}
.submit-status {
  border: 1px solid #ddd;
  height: 30px;
  margin: -3px 0 0 1px;
  padding: 3px 5px;
  color:#fff;
}
.transition-for-all {
  transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  -webkit-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  -ms-transition:all .2s ease-in-out;
}
.submitted{
	background:#2ecc71;
	border: 1px solid #2ecc71;
}
.rejected{
	background:#CD5547;
	border: 1px solid #CD5547;
}
.processing{
	background:#f1c40f;
	border: 1px solid #f1c40f;
}
.sort-article{
	width:auto;
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	background: url(../images/down-arrow.png) no-repeat right;
	padding:10px 25px 10px 5px;
	width:100%;
	margin-bottom:10px;
}
.sort-text{
	margin-top:10px;
	padding-right:10px;	
}
.single-article-wrap{
	float:left;
	margin-bottom:20px;
}
.single-article-wrap .article-post-detail{
	margin-top:10px;
}
.no-padding{
	padding:0;
}
.count-box {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  font-size: 12px;
  margin: 0 10px 0 10px;
  padding: 3px 10px;
  position: relative;
}
.count-box::before {
  border-bottom: 4px solid transparent;
  border-right: 5px solid #000;
  border-top: 4px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  left: -5px;
  position: absolute;
  top: 6px;
  width: 0;
}
.like-view-icons{
	float:none;
}
.like{
	background:#CD5547;
}
.like::before {
	border-right-color:#CD5547;
}
.dislike{
	background:#746f6f;
}
.dislike::before{
	border-right-color:#746f6f;
}
.view{
	background:#2ecc71;
}
.view::before{
	border-right-color:#2ecc71;	
}
@media (max-width:767px){
	.sort-article{
		width:100%;
	}
}
	
.count-box,.count-box:focus,.count-box:focus
{
	border: none;
	outline:none;
}

.add-img {
  background: #ddd none repeat scroll 0 0;
  bottom: 17px;
  padding: 10px 20px;
  position: absolute;
  right: 15px;
}
.img-border {
  border: 1px solid #ddd;
  height: 302px;
}
#article-img{
	margin:auto;
	max-height:300px;
	float:none;
}
.img-size{
	margin:0;
}
.preview-article {
  cursor: pointer;
  float: left;
  font-size: 13px;
  margin-top: 11px;
}

.article-preview-body{
	float:left;
}
#article-preview-div .modal-dialog{
	max-width:750px;
}
	
.content {
    top: 20vh;
}
html
{
	background:#fff;
}

.profile_link:focus, .profile_link:hover 
{
    color: #000;
    text-decoration: none;
}
.border_radius_5,.img-circle,.user-round
{
	border-radius: 5px;
}
.font12
{
	font-size: 12px;
}
.greenColor
{
	color:green!important;
}
.content
{
	top:60px!important;
}
.mytopclass
{
	margin-top: 90px;
}
.article-form-wrap a:hover,.article-form-wrap a:link ,.article-form-wrap a:visited,.article-form-wrap a:active ,
.article-content a:hover,.article-content a:link,.article-content a:visited,.article-content a:active
{
	color:#337ab7;
}
#article-preview-div .modal-body
{
	background : none;
}
a
{
	cursor:pointer;
}

.getText
{
	transition:all 0.5s ease-in-out;
}
.explore 
 {
	background: #CD5547 none repeat scroll 0 0;
	/* border: 1px solid #a02f21; */
	color: #fff;
	/* margin: 10px 0 0; */
	padding: 10px;
	width:100%;
	cursor:pointer;
	font-size: 16px;
    text-transform: uppercase;
	border:none;
	outline:none;
}
.option-list 
{
	background: #eee none repeat scroll 0 0;
	float: left;
	width: 100%;
	margin-bottom:10px;
}
.option-list ul 
{
	margin:0;
	padding:0;
	list-style:none;
}
.option-list ul li
{
	padding:10px;
	font-size:16px;
}
.option-list ul li:hover a
{
	color:#CD5547;
}
.option-list ul li a:visited,.option-list ul li a:focus,.option-list ul li a:active
{
	color:#333;
}
.option-list>ul>li:hover
{
	background:#ccc;
}
.option-list ul a
{
	width:100%;
	display:inline-block;
}
.submit_your_article
 {
	background: #CD5547 none repeat scroll 0 0;
	border: 1px solid #a02f21;
	color: #fff;
	margin:0;
	padding: 10px;
	width:100%;
	cursor:pointer;
	font-size: 16px;
    text-transform: uppercase;
	margin-bottom: 10px;
}
.dashboard-boxes
{
	color: #CD5547;
}
.dashboard-boxes:hover,.dashboard-boxes:visited,.dashboard-boxes:active
{
	color: #CD5547;
	text-decoration:underline;
}
.image_edit_small_button
{
	font-size: 20px;
    color: #000;
    background: #ccc;
    padding: 10px;
    border-radius: 5px 0 5px 0;
    position: absolute;
    z-index: 9999;
    display: inline-block;
    bottom: 0px;
    right: 0px;
	cursor:pointer;
}
.profile_page_a,.profile_page_a:hover,.profile_page_a:visited,.profile_page_a:active
{
	color:#CD5547;
}
.activity_class
{
	 padding: 0px 10px 10px 10px;
	border-bottom: 1px solid #d6d5d5;
}
.activity_class_span
{
	color: grey;
	font-size: 11px;
}
.count-box-profile
{
	background: #cc5547;
	cursor:default;
}
.count-box-profile::before
{
	border-right: 5px solid #cc5547;
}
.pink_bg
{
	background: rgb(239, 239, 239);
	margin-bottom:10px;
}
.mbottom10
{
	text-align:justify;
}
#activity p
{
	float:none;
}
@media screen and (max-width:48em) 
{
    #activity img
	{
		float:none;
	}
	.no_show
	{
		display:none;
	}
}


.outer-div-wrap
{
	box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.1);
	width:90%;
	margin-left:5%;
	position:fixed;
	height:210px;
	z-index:9999;
	bottom:-250px;
	background:#fff;
	padding:40px 0;
	z-index:10;
}
.login-btn
{
	width:140px;
	font-size:12px;
	color:#fff;
	background:#FF4B5A;
	border-radius:2px;
	display:inline-block;
	line-height:35px;
	padding:0 16px;
	border:1px solid #FF4B5A;
	margin:0 5px;
}
.sign-up-btn
{
	width:140px;
	font-size:12px;
    background-color: #f6f7f9;
    border: 1px solid #ced0d4;
    color: #4b4f56;
	border-radius:2px;
	display:inline-block; 
	line-height:35px; 
	padding:0 16px;
	margin:0 5px;
}
.sign-up-btn:hover,.sign-up-btn:focus
{
	background:#E9EBEE;
	color:#4b4f56; 
}
.login-btn:hover,.login-btn:focus
{
	background:#ec4452;
}
.large-title
{
	font-size:20px;
	font-weight:bold;
	color:#333;
	line-height:30px;
}
.small-title
{
	font-size:16px;
	color:#90949c;
}
.paging_signup,.paging_signup:hover
{
	color:#cc5547;
}
/*
* Unsubscribe
*/
.delete-account {
  padding: 30px;
  display:inline-block;
  width:100%;
  border-top: 2px solid #fe4b5a;
}	
.email-prefrence{
  margin-top: 60px;

}
.email-prefrence h4 {
  max-width: 185px;
  padding: 6px 12px;
  width: 100%;
  
}
.delete-account input {
  margin: 7px 20px;
}						
	
.successfully-unsubscribe{
 margin-top: 60px;
}	
.subscribe  {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px;
   text-align: center;
  display:inline-block;
  width:100%;
  margin-bottom:5px;
}
.unsubscribebtn
{
	color: #fff;
	font-weight: bold;
	max-width:150px;  
	padding: 10px 0;  
	margin: 0 auto;
	display:inline-block; 
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 100%;
	background-color: #cd5547;
	border:none;
}
#txtTickets
{
	width: 50px;
    text-align: center;
    padding: 2px 10px;
    border: 1px solid #ddd;
	margin: 0 10px;
	border-radius:50px;
}
.qty-box input{
	float:left;
}

#txtTicketsMinus{
	
	border-radius: 50px;
	border:1px solid #999;
	height:26px;
	background:#CC062F;
	color:#fff;
	width:26px;
}

#txtTicketsAdd{
	border-radius:50px;
	border:1px solid #999;
	height:26px;
	background:#CC062F;
	color:#fff;
	width:26px;	
}

/*------20-3-2017navdeep-------*/


.ticket-right {
	margin-bottom: 10px;
}
.right-side {
	background: #f1f1f1;
	padding: 20px;
	border: 1px solid #ddd;
}

.cdi-video iframe {
	width: 100% !important;
}.cdi-video {
	margin: 50px 0;
}
.event-detail {
	margin-top: 30px;
}

.ticket-form {
 background: #f2f2f2;
 padding: 20px;
 border-radius: 4px;
 margin-bottom: 30px;
}
.ticket-form .select-option {

  background:url(../images/down-arrow.png) no-repeat right center;
  background-color:#fff;
  
}



.event-bg {
	background-size: cover !important;
	background-position: center !important;
	/* max-width: 287px; */
	width:100%;
	min-height: 200px;
	background-repeat:no-repeat!important;
}
.event-box {
	display: inline-block;
	width: 100%;
	border: 1px solid #ddd;
	background: #fff;
}
.description {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
}
.event-date {
	display: inline-block;
	vertical-align: middle;
	width: 18%;
	background: #333;
	padding: 10px;
	font-size: 12px;
	color:#fff;
}
.event-description {
	padding: 15px 20px;
	margin: 9px 0 0 0;
	display: inline-block;
	width: 100%;
}
.event-text {
	margin-top: 0;
	font-size: 19px;
	margin-left: 20px;
}
.purchase {
	float: left;
	font-size: 19px;
}
.price {
	float: right;
}
.like-icon {
	margin: 0 10px 0 0;
	cursor:pointer;
}