@font-face {
    font-family: 'PristinaRegular';
    src: url('pristina.eot');
    src: url('pristina.eot') format('embedded-opentype'),
         url('pristina.woff') format('woff'),
         url('pristina.ttf') format('truetype'),
         url('pristina.svg#PristinaRegular') format('svg');
}
@font-face {
    font-family: 'ForteRegular';
    src: url('forte.eot');
    src: url('forte.eot') format('embedded-opentype'),
         url('forte.woff') format('woff'),
         url('forte.ttf') format('truetype'),
         url('forte.svg#ForteRegular') format('svg');
}

/*----html-5-start-----*/

/*HTML 5 CSS RESET*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul, #home-gallery  {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
.category_class
{
	padding: 10px 150px 10px 100px;
	font-size: 16px;
	font-weight: 700;
	 
}
.boldfonteeight{
	font-weight: bold;
}
.bolderfonteeight{
	font-weight: bolder;
}
.category_class a
{
	color: #7A513D;	
}
.category_border
{
	background-color:#434b56; 
		
}
.category_title
{
	padding:3px;
	
	font-size: 16px;font-weight: 700;color:#434b56;background-color:#E0E0E0;
	
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted inherit;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* -----------------------------------*/
/*		00 - Common Elements  		  */
/* -----------------------------------*/
/*----html-5-end-----*/
img{
	display:block;
	 border:0;
    outline:0;
}

/*----------------------------*/

body {
	font-family: 'Roboto', sans-serif;
	color: #7d7d7d;
	text-decoration: none;
	margin:0px;
	padding:0px;
	font-size:12px;
}
.clear{
	clear:both;
}
.fleft{
	float:left !important;
}
.fright{
	float:right!important;
}
.sep{
	padding:5px;
}
.wrapper{
	width:1280px;
	margin:0px auto;
}
.innerforubg{
	background-color:#474f5b;
}
.header{
	background:url(../images/inrheader-bg.jpg) repeat-x center top;
	height:70px;
	margin:0px;
	padding:0px;
}
.logo{
	float:left;
	width:184px;
	padding-top:14px;
}

/*--Menu Start--*/
.innermenu{
	margin:0px;
	padding:0px;
	width:950px;
	float:right;
}
.innermenu ul{
	margin:0px;
	padding:0px;
}
.innermenu li{
	margin:0px;
	padding:0px;
	list-style:none;
	float:right;
	background:url(../images/inrpg-menu-sub-sep.jpg) no-repeat right center !important;
}
.innermenu li.last{
	background:none !important; 
}
.innermenu li a{
	padding:0px 12px;
	text-decoration:none;
	font-size:15px;
	color:#474f5b;
	font-weight:300;
	height:67px;
	line-height:67px;
}
.innermenu li a:hover ,.innermenu li.active a{
	color:#ee4c63;
	font-weight:300;
	text-decoration:none;
}
/*.innermenu li a.active {
	color:#ee4c63;
	font-weight:300;
	text-decoration:none;
}*/
/*--Menu End--*/

.inr-frm-main{
	padding:38px 0px 38px 0px;
	min-height: 565px;
}
.inr-frm-main h1{
	padding:0px 0px 15px 0px;
	margin:0px;
	font-size:50px;
	font-weight:100;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
}
.inr-frm-mainbg{
	background-color:#5a616c;
}
.inr-frm-top{
	background:url(../images/formtopbg.jpg) repeat-x left top;
	height:62px;
}
.frm-pross{
	width:328px;
	margin:0px auto;
}
.frm-pross-act{
	float:left;
	width:62px;
	height:62px;
	line-height:62px;
	text-align:center;
	font-size:30px;
	font-weight:500;
	color:#ffffff;
	background:url(../images/rou-select.png) no-repeat left top;
	margin:0px 10px;
}
.frm-pross-deact{
	float:left;
	width:62px;
	height:62px;
	line-height:62px;
	text-align:center;
	font-size:30px;
	font-weight:500;
	color:#ffffff;
	background:url(../images/rou-unselect.png) no-repeat left top;
	margin:0px 10px;
}
.adisable
{
	
	pointer-events:none;	
}
.forminner{
	width:580px;
	margin:0px auto;
	padding:40px 0px 20px 0px;
	font-size:15px;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:300;
}
.forminner-inpall{
	height:38px;
	width:265px;
	border-top:solid 3px #6b7687;
	border-bottom:none;
	border-left:none;
	border-right:none;
	padding:0px 10px;
	color:#292c30;
	font-weight:bold;
	margin-top:3px;
}
.forminnerleft-inp{
	width:283px;
	float:left;
	padding-bottom:24px;
}
.forminnerfull-inp{
	width:580px;
	padding-bottom:24px;
}
.forminner-inpfull{
	height:38px;
	width:562px;
	border-top:solid 3px #6b7687;
	border-bottom:none;
	border-left:none;
	border-right:none;
	padding:0px 10px;
	color:#292c30;
	font-weight:bold;
	margin-top:3px;
}
.orgstar{
	color:#ff6600;
}
.btncenter{
	width:174px;
	margin:0px auto;
}

.footerinr{
	background-color:#ffffff;
}
.footerinr-lt-arrow{
	float:left;
	width:78px;
}
.footerinr-rt-arrow{
	float:right;
	width:78px;
}
.footerinr-menu{
	float:left;
	width:1124px;
	
	font-size:16px;
	color:#ee4c63;
	text-decoration:none;
	font-weight:300;
	
	height:78px;
	line-height:78px;
	text-align:center;
}
.footerinr-menu a{
	color:#474f5b;
	text-decoration:none;
	font-weight:300;
	padding:0px 8px;
}
.footerinr-menu a:hover{
	color:#ee4c63;
	text-decoration:none;
}



/*--QUOTE START---*/

.quotebg{
	background-color:#e1dfe1;
}
.inr-topsection{
	background-color:#434b56;
	padding:15px 22px;
}
.postyourquote{
	float:left;
	width:286px;
	padding-right:12px;
}
.quote-categories{
	float:left;
	width:416px;
	background:url(../images/selectbg.png) no-repeat center;
	height:50px;
}
.quote-categories-inp{
	width:416px;
	background:none;
	border:none;
	
	text-transform:uppercase;
	color:#cccccc;
	font-size:20px;
	font-weight:100;
	padding:0.59em;
	
	-moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
.inr-top-search-inpbtn
{
	width: 80px;
	height:50px;
	color:#cccccc;
	background-color: black;	
	border:none;	
	font-size: 19px;
	font-weight: bolder;
}
.inr-top-search{
	width:510px;
	float:right;
}
.inr-top-search-left{
	float:left;
	width:401px;
	background:url(../images/searchbg-left.png) no-repeat left top;
	height:30px;
	padding:10px 5px;
}
.inr-top-search-left-inp{
	width:400px;
	color:#565d68;
	background:none;
	border:none;
	font-size:19px;
	font-weight:100;
	margin-top: 0.2em;

}
.inr-top-search-right{
	float:left;
	width:79px;
}
.quote{
	padding:16px 0px 30px 0px;	
	min-height: 538px;
}

.quote-tit{
	background:url(../images/quotetitbg.png) repeat-x left bottom;
	height:52px;
	line-height:52px;
}
.quote-tit-left{
	float:left;
	width:auto;
	font-size:25px;
	color:#1d242d;
	text-decoration:none;
	font-weight:300;
}
.quote-tit-left span{
	font-weight:700;
}
.quote-tit-right{
	float:right;
	width:auto;
}
.quote-tit-post{
	float:right;
	padding:0px 30px;
	height:52px;
	line-height:52px;
	background-color:#ee4c63;
}
.ques-tit-left{
	float:left;
	width:300px;
	padding-left:5px;
	font-size:25px;
	/*color:#1d242d;*/
	color:#7f4528;
	font-weight:400;
	text-decoration:none;
}
.ques-tit-left span{
	font-weight:700;
}
.ques-tit-right{
	float:right;
	width:200px;
}
.ques-tit-post{
	float:right;
	padding:0px 30px;
	height:52px;
	line-height:52px;
	background-color:#ee4c63;
}
.ques-tit-post a{
	color:#ffffff;
	font-size:23px;
	text-transform:uppercase;
	font-weight:bold;
}
.quote-tit-post a{
	color:#ffffff;
	font-size:23px;
	text-transform:uppercase;
	font-weight:bold;
}
.paging{
	float:right;
	/*width:378px;*/
	width: auto;
	padding:9px 15px 6px 15px;
	background-color:#252b35;
}
.paging-lefticon{
	float:left;
	width:39px;
}
.paging-righticon{
	float:right;
	width:39px;
}

/*---Paging Start---*/
.paging-center{
	float:left;
	/*width:295px;*/
	width: auto;
	line-height:normal;
	padding-left:5px;
}
.paging-center ul{
	margin:0px;
	padding:0px;
}
.paging-center li{
	margin:0px;
	padding:0px 14px 0px 14px;
	list-style:none;
	float:left;
	background:url(../images/pagingsep.jpg) no-repeat right center;
	
	font-size:20px;
	font-weight:bold;
	line-height:37px;
	height:37px;
}
.paging-center li.last{
	background:none;
	color:#ffffff;
}
.paging-center li a{
	margin:0px;
	padding:0px;
	color:#7fcc04;
}
.paging-center li a:hover{
	color:#a16be5;
}
.paging-center li.active{
	color:#a16be5 !important;
}
.paging-center li.ftlt{
	color:#ffffff !important;
}

.paging-center ul li:nth-child(2) a,.paging-center ul li:nth-child(n-1) a
{
	color:#ffffff !important;
}
.paging-center ul li:last-child(1){
	background:none;
	
}
/*---Paging End---*/

.quote-contain{
	background-color:#ffffff;
	padding:15px;
	min-height: 442px;
}
.quotes{
	background:#eeeeee url(../images/quote-bg.jpg) repeat-x left bottom;
	border-bottom:solid 2px #cecece;
	margin-bottom:6px;
	padding-left:5px;
	color:#1d242d;
	font-size:16px;
}
.quotes img{
	float:left;
	padding:17px 28px 16px 20px;
}
.quotes p{
	padding:10px 30px 0px 0px;
	line-height:25px;
	display: table-cell;
	vertical-align: middle;
	height: 70px
}
.quotes p a{	
	color:#ee4c63;
	font-weight:900;
}



/*--One page--*/

.cloud{
	background:url(../images/cloud.png) repeat-x left top;
	min-height:58px;
	position:relative;
	left:auto;
	top:504px;
	z-index:9999;
	width:100%;
}

.homebg{
	background:url(../images/homebg.jpg) repeat left top;
        margin: -58px 0 0 0;
}
.homeleft{
	float:left;
	width:650px;
}
.homeright{
	float:right;
	width:420px;
	padding:82px 0px 0px 0px;
}
.homemain{
	margin:0px;
}

.forpartmain{
	background-color:#ffffff;
}
.forpartmain-wrapper{
	width:1022px;
	margin:0px auto;
	padding:42px 0px 45px 0px;
}
.forpart01{
	float:left;
	width:128px;
	background:url(../images/forpart-sep.png) no-repeat right top;
	margin-right:85px;
	padding:0px 84px 0px 0px;
}
.forpart01.last{
	background:none;
	margin-right:0px;
	padding:0px 0px 0px 0px;
}


.peoples{
	min-height:320px;
	background:url(../images/peoplesbg.jpg) repeat left top;
}
.peoples-wrapper{
	width:1120px;
	margin:0px auto;
	padding:30px 0px 0px 0px;
}
.peoples01{
	width:170px;
	float:left;
	font-size:18px; /*31*/
	color:#59c5c6;
	font-weight:normal;
	text-align:center;
	padding:0px 295px 0px 0px;
	line-height: 30px;
	
}

.peoples01.last{
	padding:0px;
}
.peoples01 span{
	font-size:16px; /*28*/
	color:#ffffff;
	font-weight:bold;
}
.peoples01 img{
	padding-bottom:18px;
}


.photoalbum{
	background-color:#2d343e;
	border-top:solid 1px #545d6a;
	min-height:340px;
}
.photoalbum h1{
	margin:0px;
	padding:0px;
	font-size:35px;
	color:#ffffff;
	text-align:center;
	font-weight:100;
	min-height:82px;
}
.photoalbum-wrapper{
	width:1260px;
	margin:0px auto;
	padding:40px 0px 0px 0px;
}
.photoalbum01{
	width:180px;
	float:left;
	text-align:center;
}
.photoalbum01 a{
	font-size:18px;
	font-weight:300;
	text-decoration:none;
	color:#ffffff;
}
.photoalbum01 span{
	font-weight:300;
}
.photoalbum01 span a{
	text-decoration:none;
	color:#f86c80;
	font-size:16px;
}
.photothumb{
	width:120px;
	margin:0px auto;
	padding-bottom:5px;
}


.videos{
	background-color:#ffffff;
}
.videos-wrapper{
	background:url(../images/videosbg.jpg) no-repeat right top;
	width:1280px;
	margin:0px auto;
	min-height:306px;
	padding:40px 0px 0px 0px;
}
.videos h1{
	margin:0px;
	padding:0px;
	font-size:35px;
	color:#2d343e;
	text-align:center;
	font-weight:100;
	min-height:82px;
}
.videoscont{
	width:942px;
}
.videoscontleft{
	width:107px;
	float:left;
	padding-top:50px;
}
.videoscontright{
	width:59px;
	float:right;
	padding-top:50px;
}
.videoscontcenter{
	width:740px;
	float:left;
}
.videoscontcenter img{
	float:left;
	padding:0px 40px 0px 0px;
}
.videoscontcenter h2{
	font-size:22px;
	color:#ae23c7;
	padding:20px 0px 5px 0px;
	font-style:italic;
}
.videoscontcenter p{
	padding:0px 40px 0px 0px;
	font-size:18px;
	color:#2d343e;
	text-align: justify;
}

.music{
	background:url(../images/musicbg.jpg) repeat left top;
	border-top:solid 1px #ee4c63;
	min-height:475px;
}
.music-left{
	float:left;
	width:365px;
	padding:36px 0px 0px 58px;
}
.music-right{
	float:right;
	width:678px;
	padding-top:85px;
	font-weight:normal;
	font-style:italic;
	font-size:17px;
	color:#373737;
}
.music-right h1{
	margin:0px;
	padding:0px 0px 35px 0px;
	
	font-family:PristinaRegular;
	font-size:50px;
	color:#00adec;
	font-weight:bold;
	text-shadow:#acabab 0px 5px 5px;
	font-style:normal;
	
}
.music-right h2{
	margin:0px;
	padding:0px 0px 5px 0px;
	
	font-size:22px;
	color:#454646;
	font-style:normal;
}


.meassage{
/*	background:url(../images/rainbow.gif) repeat-x center top;*/
	background:url(../images/bottom-bg.jpg) repeat left top;
	height:505px;
	padding:50px 0px 0px 0px;
}
.meassageleft{
	float:left;
	width:620px;
}
.meassageright{
	float:right;
	width:550px;
	padding-top:10px;
	
	font-size:20px;
	color:#fff; /*383939;*/
	font-weight:normal;
}
.meassageright h1{
	padding:0px 0px 20px 0px;
	margin:0px;
	font-style:italic;
	font-size:30px;
	color:#e13f65;
	font-weight:normal;
}
.meassageright h2{
	padding:0px;
	margin:0px;
	
	font-family:ForteRegular;
	font-size:35px;
	color:#3fb5e1;
	font-weight:normal;
}
.meassageright p{
	padding:0px 0px 30px 0px;
}


.login{
	background:url(../images/homebg.jpg) repeat left top;
	min-height:308px;	
}
.login-wrapper{
	width:553px;
	margin:0px auto;
	padding:58px 0px 48px 0px;
}
.loginplt{
	float:left;
	width:272px;
}
.loginprt{
	float:right;
	width:272px;
}
.loginp-type{
	background-color:#ffffff;
	border:none;
	height:58px;
	line-height:58px;
	padding:0px 15px;
	width:242px;
	
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#7b7c7d;
	
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
}
.remember{
	width:475px;
	margin:0px auto;
	
	font-size:18px;
	text-decoration:none;
	color:#ffffff;
	font-weight:normal;
	padding:25px 0px 40px 0px;
}
.remember a{	
	text-decoration:none;
	color:#fbf044;
	font-weight:300;
}
.remember input{
	margin:0px 6px 0px 0px;
	padding:0px;
}

/*-------button------*/

.pinkbtn{
	background-color:#a16be5;
	border:none;
	height:58px;
	line-height:58px;
	padding:0px 20px;
	margin:0px 5px;
	width:240px;
	display:inline-table;
	text-align:center;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;	
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:20px;
	color:#ffffff;
}
.pinkbtn a{
	
}


.pinkbtn-type{
	background-color:#a16be5;
	border:none;
	height:58px;
	line-height:58px;
	padding:0px 20px;
	margin:0px 5px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:20px;
	color:#FFFFFF;
	cursor:pointer;
	width: 270px;
	
	display:inline-table;
	text-align:center;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;	
}



/*Footer Main*/
.footer{
	background-color:#ee4c63;
}
.footer-lt-arrow{
	float:left;
	width:78px;
}
.footer-rt-arrow{
	float:right;
	width:78px;
}
.footer-menu{
	/*float:left;*/
	width:1124px;
	
	font-size:15px;
	color:#573939;
	text-decoration:none;
	font-weight:300;
	
	height:78px;
	line-height:78px;
	text-align:center;
	margin: 0 auto;
}
.footer-menu a{
	color:#ffffff;
	text-decoration:none;
	font-weight:300;
	padding:0px 8px;
}
.footer-menu a:hover{
	color:#000000;
	text-decoration:none;
}

/*-----quote------*/
.quote_left
{
	padding-left:110px;
}

/*-------pop up ----*/
.popup_box 
{
  display:none;
  position:fixed;  
  _position:absolute;     
  width:auto;
  height:auto;
  background:#FFFFFF;  
  left: 3.5%;
  top: 10%;
  z-index:100; 
  margin-left: 300px;
  padding:15px;   
  -moz-box-shadow: 0 0 5px #ff0000;
  -webkit-box-shadow: 0 0 5px #ff0000;
  box-shadow: 0 0 5px grey;
 }

.popupBoxClose 
{
  width:40px;
  height:16px;
  right:9px;  
  top:5px;  
  position:absolute;    
  cursor:pointer; 
  background: url(close.png) no-repeat;   
}

/*--POST--*/

.formpost{
	width:580px;
	margin:0px auto;
	padding:20px 0px 20px 0px;
	font-size:15px;
	text-transform:uppercase;
	color:#333333;
	font-weight:700;
}
.formppost-inpfull{
	height:38px;
	width:562px;	
	border:solid 2px #cdcbcb;
	padding:0px 10px;
	color:#292c30;
	font-weight:bold;
	margin-top:3px;
}
.formppost-inpimg
{
	width:570px;	
	border:solid 2px #cdcbcb;
	padding:10px 5px;
	color:#292c30;
	font-weight:bold;
	margin-top:3px;	
}
.formppost-selectfull{
	height:38px;
	width:586px;	
	border:solid 2px #cdcbcb;
	padding:8px 10px 8px 10px;
	color:#292c30;
	font-weight:bold;
	margin-top:3px;
}
.formppost-tareafull{
	height:150px;
	width:562px;	
	border:solid 2px #cdcbcb;
	padding:10px;
	color:#292c30;
	font-weight:bold;
	margin-top:3px;
}
.mandatory{
	padding-bottom:20px;
	font-size:20px;
}

/*----message-------*/
.success_msg
{color:#5dc640 !important
	
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
.error_msg
{
	color: red;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}

.width150
{
	width:150px;
}
.width90
{
	width:90px;
}
.width300
{
	width:300px;
}
.width400
{
	width:400px;
}
.width30per
{
	width:30%;
}
.width18per
{
	width:18%;
}
.width80per
{
	width:80%;
}
.width100per
{
	width:100%;
}
.width14point2per
{
	width:14.2%;
}

.round_image{
	border-radius: 60%;
	height:120px;
	width: 120px;
	border: 3px solid #f86c80; 
}
.table-condensed{
background-color: white;	
}
.pro-table-titlebar
{
	background-color:#E0E0E0;padding:5px;font-size:14px;float: left;
	width: 98%;
}
.pro-table-pn width300
{
		color:#7A5C4D;float: left;
}
.cat_left_txt
{
	width:30%;
	font-size: 14px;
	float: left;
	
	text-align: right;	
}
.category_box1
{
	/*border:1px solid #D1B3A5;	*/
	width:30%;float:left;	
}
.cat_right_txt
{
	padding-left: 5px;
	float: left;
	font-size: 14px;
}
.category_box2
{
	float: left;
	margin: 0px 0px 10px 10px;
	width:68%;
	min-height: 120px;
	/*border:1px solid #D1B3A5;	*/
}
.star_rate
{
cursor: pointer;
height: 25px;
width: 25px;
background-image: url('../images/icon/star_dull.png');
background-repeat: no-repeat;
float: left;
}
.rating_box1
{
	float:left;
	width:15%;	
}
.favourite-box
{
	float: left;
	padding:10px;
}
.favourite-box a
{
	color: red;
	font-size: 14px;
}
.comment-title
{
	font-size: 14px;
	font-weight: bold;	
}
.frm-ipt-textarea{
	margin:6px 5px 6px 5px;
	border: solid 1px #ccc;
	outline:none;
	border-radius:5px;
	width:282px;
	height:70px;
	line-height:18px;
	color:#666666;
	font-size:15px;
	background-color:#FFFFFF;
	padding-left: 5px;
}
#confess
{
	color:white;
	font-family: Times;
	font-size: 20px;

}
.titlebar-main-bg {
	min-height: 55px;
	background-image:url(../images/top-bg.png);
	background-repeat: repeat-x;
	background-size: 100% 100%;
	margin-top: -2px;
}
.titlebar-main-bg h1{
	display:inline-block;
	font-size:30px;
	font-weight:normal;
	text-shadow:1px 1px #666;
	line-height:55px;
	color: #fff;
	padding-left: 45px;
	line-height: 55px;
}
.titlebar-main-bg h2{
	display:inline-block;
	font-size:18px;
	font-weight:normal;
	text-shadow:1px 1px #666;
	line-height:75px;
	color: #7A513D;
	padding-right: 30px;
	float: right;
}
a{color:#7f4528;}
.blog-contain
{
	padding:10px;	
}
.gangcategory_box1
{
	border:1px solid #cecece;	
	width:30%;float:left;	
}
.gangcategory_box2
{
	float: left;
	margin: 0px 0px 10px 10px;
	width:68%;
	min-height: 120px;
	border:1px solid #cecece;	
}
.cecece-border
{
	border: 1px solid #cecece !important;
}	
	
.fields{
	float: left;
	margin-left: 10px;
		}
.gang_video	iframe{
	width:400px;
	height:315px;
	}
.col2
{
	float: left;			
}
.aligncenter
{
	text-align: center;
}
.alignleft
{
	text-align: left;
}
.alignjustify
{
	text-align: justify;
}
.alignright
{
	text-align: right;
}
.blog-main
{
	border:solid white 1px;
	margin:10px;
	padding:5px 20px;
}
.blog-head
{
	padding:5px;
	color:white; 
	background-color:rgb(104, 100, 100); 
}
.white-font
{
	color:white !important;
}
.black-font
{
	color:black !important;
}
.gray-font
{
	color:gray;
}
.red-font
{
	color:#ee4c63 !important;
}
.red-font-color
{
	color:red !important;
}
.font7A5C4D
{
	color: #7A5C4D;
}
.font737373
{
	color: #737373;
}
.font595959
{
	color: #595959;
}	
.font8A0518
{
	color:#8A0518;
}
.font411A74
{
	color: #411A74;
}
.font00e600
{
	color:#00e600;
}
.subblog
{
	float:left;
	width:76%; 
	margin:10px; 
	background-color:rgb(119,117,117);
}
.btn-xs, .btn-group-xs>.btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn {
display: inline-block;

margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;}
.deletebtn {margin: 2px;}
.padding10px{padding:10px;}
.padding15px{padding:15px;}
.padding30px10px{padding:30px 10px;}
.padding0px3px{padding:0px 3px;}	
.paddingtop10px{padding-top: 10px;}
.paddingtop5px{padding-top: 5px;}
.margin5px{margin:5px;}
.margin10px{margin:10px;}
.margin15px{margin:15px;}
.font434b56{color:#434b56;}
.normalfontweight{font-weight: normal !important;}
.fontweight900{font-weight: 900 !important;}
.minheight0px{min-height: 0px !important;}
.minheight665px{min-height: 665px !important;}
.minheight670px{min-height: 670px !important;}
.minheight186px{min-height: 186px !important;}
.minheight150px{min-height: 150px !important;}
.minheight250px{min-height: 250px !important;}
.minheight100px{min-height: 100px !important;}
.minheight70px{min-height: 70px !important;}
.minheight50px{min-height: 50px !important;}
.minheight755px{min-height: 755px !important;}
.minheight760px{min-height: 755px !important;}
.blog-back{background-color:rgb(192, 191, 191);}
.backgroundee4c63{background-color: #ee4c63;}
.backgroundE0E0E0{background-color: #E0E0E0;}
.width99point1per{width:99.1% ;}
.width99point2per{width:99.2% ;}
.width75point9per{width:75.9% ;}
.width93point5per{width:93.5% ;}
.width96point3per{width:96.3% ;}
.width98point8per{width:98.8%;}
.width500per{width:500%;}
.width50per{width:50%;}
.width500px{width:500px;}
.width97point3{width:97.3%}
.width97per{width:97%}
.width97point65per{width:97.65%}
.width97point3{width:97.3%}
.width98per{width:98% !important;}
.width20per{width:20%;}
.width237px{width:237px;	}
.width200px{width:200px;}
.width555{width:555px;}	
.width70per{width:70%;}
.marginright10px{margin-right: 10px;}
.marginright15px{margin-right: 15px;}
.marginleft20px{margin-left: 20px;}
.marginleft10px{margin-left: 10px;}
.marginleft15px{margin-left: 15px;}
.margintop8px{margin-top: 8px;}
.margintop160px{margin-top: -160px;}
.margintop110px{margin-top: -110px;}
.pagingmargin{margin-top:35px; margin-right:50px;}
.paddingleft0{padding-left: 0px;}
.paddingleft5{padding-left: 5px !important;}
.paddingleft8{padding-left: 8px;}
.paddingleft10{padding-left: 10px !important;}
.paddingleft15{padding-left: 10px;}
.cursorpointer{cursor:pointer;}
.subblog-btn{float:right;margin-right:15px;margin-top:2px; background-color:#ee4c63; color:white;}
.blogcheckbox{position:absolute;margin-left: 30px;margin-top:2px;}
.blogaddmore{height:38px; border-radius:7px; font-size:12px;}
.positionabsolute{position: absolute;}
.widthauto{width: auto;}
.heightauto{height: auto;}
.blogcategoryclass{min-height:64px; padding:0px !important;}
.blogimagemargin{margin:15px 5px 20px 17px;	}
.resizenone{resize:none;}
.blogsubscription{margin-right:10px; font-weight:bolder; color:#ee4c63}
.mailboxblocked{border-bottom:1px solid gray;padding-bottom:5px;}
.mailboxinbox{color:#7d7d7d;text-decoration:none;}
.mail-detail{text-transform:none;color: #333333;font-weight: 700;}
.fontsize12{font-size: 12px;}
.fontsize13{font-size: 13px;}
.fontsize14{font-size: 14px;}
.fontsize16{font-size: 16px;}
.fontsize20{font-size: 20px;}
.gangallcategory{width:330px;color:#434b56;float:left;}
.heightwidth100{height: 100px;width: 100px;}
.heightwidth110{height: 110px;width: 110px;}
.heightwidth70{height: 70px;width: 70px;}
.heightwidth40{height: 40px;width: 40px;}
.textaligncenter{text-align: center;}
.gangcat{width:70.9%;margin-right:15px;}
.gangclass{padding:30px 10px; width:80%;}
.gangcatbox{min-height:150px;width:25%;}
.gangmemeber{width:14.2%;padding:10px 0px;}
.gangcategory{min-height:250px;width:25%;}
.padding5px0px{padding:5px 0px;}
.height50px{height: 50px;}
.gangpollanswer{border-bottom-right-radius: 30px;border-top-right-radius: 30px;background-color: #000;color:#000;float:left;min-width: 5%;}
.shayarirate{padding-top: 12px;padding-left: 50px;}
.shayaricatclass{min-height:64px; padding:0px;}	
.jokedisplay{float:left; width:30%;padding-left:15px;padding-top:5px;}
.playlistclass{width:330px;color:#434b56;padding:30px;float: left;}	
.articlecaptcha{padding:25px 5px 20px 5px;}
.captcha{padding:20px 5px 20px 20px;}	
.forumbtn{padding:25px 10px 20px 5px;}
.forumdetail{float:left;height:30;width:30px;cursor:pointer;}
.aligncenter{text-align:center}
.bgfff{background-color:#ffffff}
.width19per{width:19%}
.row{width:80%; min-height:238px; float:left; border:1px solid #D1B3A5;}
.que-11{width:99%; float:right; min-height:50px; border:1px solid #D1B3A5;}
.que-box22{width:99%; float:right;background-color:#D1B3A5; min-height:50px; border:1px solid #D1B3A5;}
.que-box33{width:99%;  padding-top:15px; float:right; min-height:50px; border:1px solid #D1B3A5;}
.que-box44{float:left; width:99%; border:1px solid #D1B3A5;}
.que-sub44{width:96%;padding:5px;text-align:center;color:#7f4528;font-size:18px;font-weight:bold;background-color:#D1B3A5;}
.que-cat-box{float:left; width:99%; border:1px solid #D1B3A5;}
.que-alpha1{float:left; padding:5px 6px;font-weight:700;font-size:15px;}
.que-alpha2{float:left;padding:5px 6px;margin-left:5px;font-weight:700;font-size:15px;}
.que-main1{float:right; width:79%; }
.que-sub1{float:left; width:100%; border:1px solid #D1B3A5;}
.que-main2{float:left; width:100%;border:1px solid #D1B3A5;}
.que-post-title{font-weight:bold;font-size:20px; padding:15px;text-align:center;color:#7f4528;}
.pl20p{padding-left:20px;}
.pl10p{padding-left: 10px;}
.width{width:auto}
.loginbtn{font-size:18px;border-radius:5px;height:40px;width:150px}
.clrwhite{color:white}
.clrBo{color:#9aa3Bo}
.msgcenter{display:none;color:#999900;font-weight: bold;}
.submitbtn{font-size:18px;border-radius:5px;height:40px;width:150px}
.emailmsg{display:none;color:#999900;font-weight: bold;}
.reg_screen11{display:none; color:red; font-size: 16px; font-weight: 500; text-align: center; padding-bottom:20px; width:103%;}
.screen2_error{color:red; font-size: 16px; font-weight: 500; text-align: center; padding-bottom:20px; width:103%;}
.screen3_error{display:none; color:red; font-size: 16px; font-weight: 500; text-align: center; padding-bottom:20px; width:103%;}
.countrydrop{height:40px; background: white; width: 285px;}
.screen_error{color:red; font-size: 16px; font-weight: 500; text-align: center; padding-bottom:20px; width:103%;}
.capchadiv{float:left;padding-top: 5px;}
.capchaimg{float:left;padding-top: 5px;cursor:pointer}
.capimg{height:40px;width:40px;}
.margintop-1{margin-top:-1px;}
.btnmargin{margin: 30px 134px !important;}
.no_record{background: white;padding: 10px;font-size: 15px;font-weight: 600;font-weight:bold;text-align: center;}
.homepagebtn{padding:13px 16px;;border:none;background-color:#ee4c63;color:white;font-size:20px;border-radius:2px;}
.homepagebtn1{padding:13px 16px;width:175px;border:none;background-color:#ee4c63;color:white;font-size:20px;border-radius:2px;cursor:pointer}
.homepagebtn2{padding:13px 16px;width:100px;border:none;background-color:#ee4c63;color:white;font-size:20px;border-radius:2px;cursor:pointer}
.homepagebtn3{padding:13px 16px;width:130px;border:none;background-color:#ee4c63;color:white;font-size:20px;border-radius:2px;cursor:pointer}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.detail_class{
border:solid #E0E0E0 1px; margin:50px 100px; padding:10px; border-radius:10px;
}
.confess_detail{
text-align:center; font-size:15px; padding:20px; font-weight:bold;
}
.paddingbottom0{
	padding-bottom:0px;
}
.page-wrap{min-height: 90%;}