
@font-face {
    font-family: 'droid_sansregular';
    src: url('../fonts/droidsans-webfont.eot');
    src: url('../fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidsans-webfont.woff2') format('woff2'),
         url('../fonts/droidsans-webfont.woff') format('woff'),
         url('../fonts/droidsans-webfont.ttf') format('truetype'),
         url('../fonts/droidsans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'droid_sansbold';
    src: url('../fonts/droidsans-bold-webfont.eot');
    src: url('../fonts/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidsans-bold-webfont.woff2') format('woff2'),
         url('../fonts/droidsans-bold-webfont.woff') format('woff'),
         url('../fonts/droidsans-bold-webfont.ttf') format('truetype'),
         url('../fonts/droidsans-bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}



/***
@font-face {
    font-family: 'droid_sans_monoregular';
    src: url('droidsansmono-webfont.eot');
    src: url('droidsansmono-webfont.eot?#iefix') format('embedded-opentype'),
         url('droidsansmono-webfont.woff2') format('woff2'),
         url('droidsansmono-webfont.woff') format('woff'),
         url('droidsansmono-webfont.ttf') format('truetype'),
         url('droidsansmono-webfont.svg#droid_sans_monoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'droid_serifregular';
    src: url('droidserif-webfont.eot');
    src: url('droidserif-webfont.eot?#iefix') format('embedded-opentype'),
         url('droidserif-webfont.woff2') format('woff2'),
         url('droidserif-webfont.woff') format('woff'),
         url('droidserif-webfont.ttf') format('truetype'),
         url('droidserif-webfont.svg#droid_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'droid_serifbold';
    src: url('droidserif-bold-webfont.eot');
    src: url('droidserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('droidserif-bold-webfont.woff2') format('woff2'),
         url('droidserif-bold-webfont.woff') format('woff'),
         url('droidserif-bold-webfont.ttf') format('truetype'),
         url('droidserif-bold-webfont.svg#droid_serifbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'droid_serifbold_italic';
    src: url('droidserif-bolditalic-webfont.eot');
    src: url('droidserif-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('droidserif-bolditalic-webfont.woff2') format('woff2'),
         url('droidserif-bolditalic-webfont.woff') format('woff'),
         url('droidserif-bolditalic-webfont.ttf') format('truetype'),
         url('droidserif-bolditalic-webfont.svg#droid_serifbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'droid_serifitalic';
    src: url('droidserif-italic-webfont.eot');
    src: url('droidserif-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('droidserif-italic-webfont.woff2') format('woff2'),
         url('droidserif-italic-webfont.woff') format('woff'),
         url('droidserif-italic-webfont.ttf') format('truetype'),
         url('droidserif-italic-webfont.svg#droid_serifitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

***/


body{
	font-family: 'droid_sansregular';
	font-size: 13px;
}

.bold{
	font-family: 'droid_sansbold';
}

 /* Note: Try to remove the following lines to see the effect of CSS positioning */
  .affix {
      top: 0;
      width: 100%;
  }

  .affix + .container {
      padding-top: 0px;
  }

/*margin classes*/
.margin0{
 margin:0;
}
.margin-bottom0{
 margin-bottom:0
}
.margin-top0{
 margin-top:0;
}
.margin-right5{
 margin-right:5px;
}
.margin-right10{
 margin-right:10px;
}
.margin-right15{
 margin-right:15px;
}
.margin-right20{
 margin-right:20px;
}
.margin-right25{
 margin-right:25px;
}
.margin-right30{
 margin-right:30px;
}
.margin-right35{
 margin-right:35px;
}
.margin-right40{
 margin-right:40px;
}
.margin-left5{
 margin-left:5px;
}
.margin-left10{
 margin-left:10px;
}
.margin-left15{
 margin-left:15px;
}
.margin-left20{
 margin-left:20px;
}
.margin-left25{
 margin-left:25px;
}
.margin-left30{
 margin-left:30px;
}
.margin-left35{
 margin-left:35px;
}
.margin-left40{
 margin-left:40px;
}
.margin-bottom5{
 margin-bottom:10px;
}
.margin-bottom10{
 margin-bottom:10px;
}
.margin-bottom15{
 margin-bottom:15px;
}
.margin-bottom20{
 margin-bottom:20px;
}
.margin-bottom25{
 margin-bottom:25px;
}
.margin-bottom30{
 margin-bottom:30px;
}
.margin-bottom35{
 margin-bottom:35px;
}
.margin-bottom40{
 margin-bottom:40px;
}
.margin-top5{
 margin-top:10px;
}
.margin-top10{
 margin-top:10px;
}
.margin-top15{
 margin-top:15px;
}
.margin-top20{
 margin-top:20px;
}
.margin-top25{
 margin-top:25px;
}
.margin-top30{
 margin-top:30px;
}
.margin-top35{
 margin-top:35px;
}
.margin-top40{
 margin-top:40px;
}
/*margin classes ends*/

/*padding classes*/
.padding0{
 padding:0;
}
.padding-bottom0{
 padding-bottom:0
}
.padding-top0{
 padding-top:0;
}
.padding-right0{
	padding-right: 0px;
}
.padding-right5{
 padding-right:5px;
}
.padding-right10{
 padding-right:10px;
}
.padding-right15{
 padding-right:15px;
}
.padding-right20{
 padding-right:20px;
}
.padding-right25{
 padding-right:25px;
}
.padding-right30{
 padding-right:30px;
}
.padding-right35{
 padding-right:35px;
}
.padding-right40{
 padding-right:40px;
}
.padding-left0{
 padding-left:0px;
}
.padding-left5{
 padding-left:5px;
}
.padding-left10{
 padding-left:10px;
}
.padding-left15{
 padding-left:15px;
}
.padding-left20{
 padding-left:20px;
}
.padding-left25{
 padding-left:25px;
}
.padding-left30{
 padding-left:30px;
}
.padding-left35{
 padding-left:35px;
}
.padding-left40{
 padding-left:40px;
}
.padding-bottom5{
 padding-bottom:5px;
}
.padding-bottom10{
 padding-bottom:10px;
}
.padding-bottom15{
 padding-bottom:15px;
}
.padding-bottom20{
 padding-bottom:20px;
}
.padding-bottom25{
 padding-bottom:25px;
}
.padding-bottom30{
 padding-bottom:30px;
}
.padding-bottom35{
 padding-bottom:35px;
}
.padding-bottom40{
 padding-bottom:40px;
}
.padding-top5{
 padding-top:5px;
}
.padding-top10{
 padding-top:10px;
}
.padding-top15{
 padding-top:15px;
}
.padding-top20{
 padding-top:20px;
}
.padding-top25{
 padding-top:25px;
}
.padding-top30{
 padding-top:30px;
}
.padding-top35{
 padding-top:35px;
}
.padding-top40{
 padding-top:40px;
}
/*padding classes ends*/

header{
		
		z-index: 10000;	
}

nav.navbar{
	-webkit-box-shadow: 0px 2px 5px 0px rgba(192,233,250,0.26);
-moz-box-shadow: 0px 2px 5px 0px rgba(192,233,250,0.26);
box-shadow: 0px 2px 5px 0px rgba(192,233,250,0.26);
}

.top-header{
	width: 100%;
	height: 40px;
	background-color: #c05136;
}

.main-header{
	background-color: #fff;
	padding: 0px 0px 0px 0px;
	
}

.logo{
	max-height: 60px;
	width: auto;
	margin-top: -18px;
	margin-left: -15px;
}

.navbar-toggle {
	background: #ccc !important;
}

.navbar-toggle .icon-bar{
	background: #fff;
}

.navbar-nav > li > a:hover{
	background: transparent;
	border-top: 3px solid #69b0cf;
	
}

.navbar-nav > li.active{
	border-top: 3px solid #69b0cf !important;
	
}

.jumbotron.mectheme {
	background: #69b0cf;
	margin-top: -20px;
	margin-bottom: 0px;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0px ;
    z-index: 1000;
    display: none;
    float: right !impartant;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.dropdown-menu1{
    left: -70px ;
	top: 20px;
}

/**** tables css ***/

.table-primary tr th{
	background-color: #337ab7;
	border-right:0px;
	color: #fff;
}

.table-bordered.table-primary > tbody > tr > th,  
.table-bordered.table-primary > tfoot > tr > th, 
.table-bordered.table-primary > thead > tr > th {
    border: 1px solid #337ab7;
}

.table.table-primary > caption + thead > tr:first-child > th, 
.table.table-primary > colgroup + thead > tr:first-child > th,  
.table.table-primary > thead:first-child > tr:first-child > th {
    border-top: 1px solid #337ab7;
}

.table-mecblue tr th{
	background-color: #69b0cf;
	border-right:0px;
	color: #fff;
}

.table-bordered.table-mecblue > tbody > tr > th,  
.table-bordered.table-mecblue > tfoot > tr > th, 
.table-bordered.table-mecblue > thead > tr > th {
    border: 1px solid #69b0cf;
}

.table.table-mecblue > caption + thead > tr:first-child > th, 
.table.table-mecblue > colgroup + thead > tr:first-child > th,  
.table.table-mecblue > thead:first-child > tr:first-child > th {
    border-top: 1px solid #69b0cf;
}

.table-mecred tr th{
	background-color: #c05136;
	border-right:0px;
	color: #fff;
}

.table-bordered.table-mecred > tbody > tr > th,  
.table-bordered.table-mecred > tfoot > tr > th, 
.table-bordered.table-mecred > thead > tr > th {
    border: 1px solid #c05136;
}

.table.table-mecred > caption + thead > tr:first-child > th, 
.table.table-mecred > colgroup + thead > tr:first-child > th,  
.table.table-mecred > thead:first-child > tr:first-child > th {
    border-top: 1px solid #c05136;
}


/**** end table css ***/


/*** user blog list ***/
.user-blog{
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(237,237,237,1);
	-moz-box-shadow: 0px 0px 8px 1px rgba(237,237,237,1);
	box-shadow: 0px 0px 8px 1px rgba(237,237,237,1);
	height: 200px;
	width: 100%;
	white-space:wrap;
	text-align: center;
	margin: 1em 0;
}

.user-blog .left-comma{
	height:100%; 
	border-right:1px solid #ccc;
}

.user-blog .left-comma:before {
	content: ' ';
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
	height: 100%;
}

.user-blog .left-comma img.comma{
	display: inline-block;
    vertical-align: middle;  
    max-height: 80px;
    max-width: 80px;
	margin-left: auto;
	margin-right: auto;
}

.user-blog .center-comma{
	height:100%; 
}

.user-blog .center-comma:before {
	content: ' ';
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
	height: 100%;
}

.user-blog .center-comma img.comma{
	display: inline-block;
    vertical-align: middle;  
    max-height: 80px;
    max-width: 80px;
	margin-left: auto;
	margin-right: auto;
}

.blog-link{
	margin-top: 10px;
	margin-bottom: 10px;
	height: 27px;
	overflow: hidden;
}

.truncate {
  width:100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-link a:hover{
	text-decoration: none;
}

.blog-content{
	margin: 10px 0px 10px 0px;
	height: 75px;
	overflow: hidden;
	color: #7c7c7c;
	text-align: justify;
}

.blog-date{
	color: #7c7c7c;
	font-weight: normal;
}

.blog-date:before{
	font-family: 'fontAwesome';
	content: "\f073";
	color: #737373;
	margin-right: 10px;
}


/***** blog detailed view ****/

.blog-postdetails{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	padding-top:10px;	
}

img.blogger{
	height: 25px;
	width: 25px;
	border-radius: 50%;
	display: inline-block;
}

.blog-postby{
	font-weight:bold;
	display: inline-block;
	line-height: 30px;
}

.blog-postby a:hover{
	text-decoration: none;
}

.blog-details{
	margin-top: 10px;
	margin-bottom: 10px;
}

.blog-details a:hover{
	text-decoration: none;
}


.blog-details p{
	text-align: justify;
	line-height: 20px;
}
.blog-comments h5.comments{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}


.blog-comments h5.comments a{
	color: #c05136;
}

.blog-comments h5.comments a:hover{
	text-decoration: none;
}



/***** friends ****/
ul.review{
	margin-left:-40px;
}

.review li.in .icon {
    float: left;
    margin-right: 10px;
}
.review li .icon img{
    height: 45px;
    width: 45px;
	border-radius: 50%;
}


.review li {
    list-style: none;
    padding: 5px 0;
    margin: 10px auto;
    font-size: 13px;
}


.review li .body {
    display: block;
	margin:2px 0px 5px 0px;
}
a.reviewname{
	font-weight: bold;
}
a.reviewname:hover{
	text-decoration: none;
}

.review li.in .message {
    text-align: left;
    margin-left: 65px;
    background: #ffffff
}

.review li .message {
    display: block;
    position: relative;
}

.review li.in .designation{
	font-weight:bold;
	margin: 5px 0;
}

.review .dropdown-menu li{
	padding: 0px;	
}

.review .dropdown-menu li.divider{
	padding: 0px;	
}



/***** end of friends ****/
/****** end of Blog detailed view ****/


/**** news blog ***/

a.viewmore{
 font-size: 13px;
	margin-right: 15px;
}

.heading {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #69b0cf;
	background: #f5f4f4;
	border-left:5px solid #69b0cf;
	padding-left: 15px;
}

.news-bloglist{
	height: 140px;
	border-bottom: 1px solid #ccc;
	padding: 5px 0px 5px 0px;
}

.news-bloglist:last-child{
	border-bottom: 0px;
}

.news-bloglist .news-link a{
	height: 27px;
	overflow: hidden;
}

.news-bloglist .news-link a:hover{
	text-decoration: none;
}

.news-bloglist .news-content{
	height: 55px;
	overflow: hidden;
}


/**** end news blog ****/



/***** friends ****/
ul.friends{
	margin-left:-40px;
}

.friends li.in .icon {
    float: left;
    margin-right: 10px;
}
.friends li .icon {
    height: 45px;
    width: 45px;
	background-color:#fff;
	border:1px solid #ccc;
	text-align:center;
	font-size:24px;
	line-height:45px;
	color: #999999;
}


.friends li {
    list-style: none;
    padding: 5px 0;
    margin: 10px auto;
    font-size: 13px;
	border-bottom: 1px solid #ccc;
}

.friends li:last-child {
	border-bottom: 0px;
}

.friends li .body {
    display: block;
	margin:2px 0px 5px 0px;
	height: 27px;
}

a.friendname:hover{
	text-decoration: none;
}

.friends li.in .message {
    text-align: left;
    margin-left: 65px;
    background: #ffffff;
	height: 50px;
}

.friends li .message {
    display: block;
    position: relative;
}



/***** end of friends ****/





/**** groups ****/

.group-icon{
	border:1px solid #ccc;
	height: 80px;
}


.group-icon img{
	max-height: 80px;
	width: auto;
	margin-top: 5px;
}

.group-name{
	background: #337ab7;
	color: #fff;
	font-size: 11px;
	overflow: hidden;
	height: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 25px;
}

/**** end of groups ***/


/*** end of user blog list ***/

/***** admin-grid view ***/

.admin-bloglist{
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(237,237,237,1);
	-moz-box-shadow: 0px 0px 8px 1px rgba(237,237,237,1);
	box-shadow: 0px 0px 8px 1px rgba(237,237,237,1);
	height: 350px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.admin-bloglist img{
	height: 100px;
	width: auto;
}

.adminblog-link{
	overflow: hidden;
	height: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.adminblog-link a:hover{
	text-decoration: none;
}

.bloglist-content{
	text-align: justify;
	overflow: hidden;
	height: 70px;
}

.contact-list{
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(237,237,237,1);
	-moz-box-shadow: 0px 0px 8px 1px rgba(237,237,237,1);
	box-shadow: 0px 0px 8px 1px rgba(237,237,237,1);
	height: 330px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.contact-list img{
	height: 100px;
	width: auto;
}

.contact-name{
	overflow: hidden;
	height: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 5px;
	font-weight:bold;
}

.contact-name a:hover{
	text-decoration: none;
}

.contact-work{
	overflow: hidden;
	height: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	margin-bottom: 5px;
	font-weight:bold;
	color: #7d7d7d;
}


.contact-des{
	text-align: center;
	overflow: hidden;
	height: 70px;
}

.group-list{
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(237,237,237,1);
	-moz-box-shadow: 0px 0px 8px 1px rgba(237,237,237,1);
	box-shadow: 0px 0px 8px 1px rgba(237,237,237,1);
	height: 290px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.group-list img{
	height: 100px;
	width: auto;
}

.admingroup-name{
	overflow: hidden;
	height: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 5px;
	font-weight:bold;
}

.group-name a:hover{
	text-decoration: none;
}


.group-des{
	text-align: center;
	overflow: hidden;
	height: 70px;
}



/***** side navigation *******/


/* Profile container */
.profile {
  margin: 15px 0;
}

/** profile sidebar ***/
.profile-sidebar {
  padding: 0px 0 0px 0;
  background: #fff;
	border:1px solid #ccc;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 0px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #69b0cf;
  font-size: 13px;
  font-weight: bold;
  border-left: 3px solid #69b0cf;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #f5f4f4;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #69b0cf;
  background-color: #f5f4f4;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

/**** end of side navigation ******/


/**** end of admin grid view ***/



/*** form fields ****/
.mec-form label{
	background: none repeat scroll 0 0 #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    font-weight: normal;
    padding: 6px 15px 6px 0;
    text-align: right !important;
    color: #333 !important;
}

.mandatory{
	color: #ff0000;
}

/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
	color: #bbb;
}

/* align glyph */
.left-addon .glyphicon  { left:  15px;}
.right-addon .glyphicon { right: 15px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.radius0{
	border-radius: 0px;
}

.radius-top0{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.radius-bottom0{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*** end of form fields ****/



/***** gallery ****/

.gallery ul {         
          padding:0 0 0 0;
          margin:0 0 15px 0;
      }
      .gallery ul li {     
          list-style:none;      
      }
	  .gallery ul li:hover {
		  opacity: 0.5;
		   -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
      }
      /*.gallery ul li img {
          cursor: pointer;
      }*/
      .modal-body {
          padding:5px !important;
      }
      .modal-content {
          border-radius:0;
      }
      .modal-dialog img {
          text-align:center;
          margin:0 auto;
      }
    .controls{          
        width:50px;
        display:block;
        font-size:11px;
        padding-top:8px;
        font-weight:bold;          
    }
    .next {
        float:right;
        text-align:right;
    }
      /*override modal for demo only*/
      .modal-dialog {
          max-width:500px;
          padding-top: 90px;
      }
	  
	  .no-padding{
		  padding:0px;
	  }


@media screen and (min-width: 768px){
          .modal-dialog {
              width:500px;
              padding-top: 90px;
          }          
 }

/**** end of gallery ****/

@media (min-width: 320px) and (max-width: 767px) { 
	.navbar-toggle{
		margin-top: 3px;
	}
	
.user-blog .left-comma img.comma{ 
    max-height: 45px;
    max-width: 45px;
}
	
.gap1{
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.dropdown-menu.dropdown-menu1 {
    left: -130px;
    top: 20px;
}
	
}

	
