/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */

html {
    background:#212121;
    
}

body {
    color:#939393;
    font-family:Arial,Helvetica,sans-serif;
    font-size:100%;
    line-height:1em;
    background:#767676 url(../img/content-bg.gif) 0px 56px repeat-x;
}

/* header */
#header {
    height:55px;
    background:#212121;
}
    #header .nav {
        width:1008px;
        margin:0 auto;
        height:55px;
    }
        #header .nav li {
            display:inline;

        }
        #header .nav a {
            wwidth:201px;
            height:55px;
            display:inline-block;
			color:#fff;
			text-decoration:none;
			font-size:1.15em;
			line-height:55px;
			padding:0 22px;
        }
        body.main .nav li.main a,
        body.fresh .nav li.fresh a,
        body.independent .nav li.independent a,
        body.agency .nav li.agency a,
        body.login .nav li.login a,
        #header .nav li a:hover{
			background:#fa140f;
		}

/* end HEADER */

/* content*/
#content {
    width:1008px;
    margin:0 auto;
    padding-top:10px;
}

#content:after {
    display:block;
    clear:both;
    content:' ';
    line-height:1px;
    height:1px;
    overflow:hidden;
}
/* end content */

/* footer */
#footer {
    background:#212121;
    border-top:26px solid #454545;
    margin-top:10px;
    
}
    #footer .innerWrapper {
        width:1008px;
        overflow:hidden;
        margin:0 auto;
    }

    #footer dl {
        float:left;
        width:300px;
        padding: 0 17px;
        line-height:22px;
        margin:17px 0;
    }

    #footer .info {
        margin:-20px auto 0;
        display:block;
        text-align:center;
    }


#footer ul {
    text-align:left;
    clear:both;
    margin-bottom:10px;
    font-size:14px;
}

#footer ul li {
    display:inline;
    margin-right:8px;

}

#footer ul li a {
    color:#939393;
    font-weight:400;
    text-transform:capitalize;
    display:inline-block;
    padding-bottom:5px;
}
    #footer ul li a:hover {
        text-decoration:none;
        color:#ddd;
    }

    #footer .legend {
        border-right:1px solid #484848;
    }
    #footer .contacts {
        float:right;
        padding-right:60px;
        background:url("../img/addressbook64.png") right center no-repeat;
        border-left:1px solid #484848;
    }
        #footer .contacts a {
            color:#fff;
            white-space:nowrap;
        }
            #footer .contacts a:hover {
                text-decoration:none;
            }
#footer h3 {
    clear:both;
}
#footer .district {
    font-size:14px;
    padding-bottom:20px;
}

/* END footer */



/* box */
.col {
    width:164px;
    margin:2px;
    float:left;
}
    .box {
        background:black;
        -moz-border-radius:6px;
        -webkit-border-radius:10px;
        border-radius:6px;
        padding:6px 3px;
        margin:4px 0;
        text-align:center;
    }
        .col .box img {
            width:154px;
            -moz-border-radius:6px;
            -webkit-border-radius:10px;
            border-radius:6px;
        }
        .col .box h2 {
            display:block;
            margin:10px 5px 3px;
            font-size:13px;
        }
            fieldset.star legend:before,
            .col .box.star h2:before {
                content:' ';
                display:inline-block;
                width:16px;
                height:16px;
                background:url(../img/star.png) 0 0 no-repeat;
                vertical-align:-2px;
            }
            .col .box h2 a {
                color:#D52D00;
            }
            .col .box h2 a:hover {
                text-decoration:none;
            }
            fieldset.ok legend b,
            .col .box.ok h2 a {
                margin-left:19px;
            }
             
            fieldset.ok legend b:before,
            .col .box.ok h2 a:before {
                content:' ';
                display:inline-block;
                width:19px;
                height:16px;
                background:url(../img/ok.png) 0 0 no-repeat;
                margin-left:-19px;
                vertical-align:-2px;
                
            }
        .col .box h4 {
            color:#C9C9C9;
            font-size:9px;
        }
        .col .box p {
            color:#939393;
            font-size:11px;
            line-height:13px;
            text-align:justify;
            padding:0 10px 10px;
        }
            .col .box:hover {
                background-color:#c3c3c3 !important;
            }
            .col .box:hover h4 {
                color:#000;
            }
            .col .box:hover p {
                color:#000;
            }


/* LOGIN */
.box.login {
    width:500px;
    margin:20px auto;
    padding:30px;
}
.box.login p {
    margin-bottom:30px;
}
    .login fieldset {
        margin-bottom:30px;
    }

    .login legend {
        color: #EE3322;
        font-weight:700;
        font-size:19px;
    }

    .login a {
        color:#fff;
    }
        .login a:hover {
            text-decoration:none;
        }
    .login form div.input {
        margin:10px;
    }
    .login form div.input label {
        width:120px;
        text-align:right;
        margin-right:40px;
        display:inline-block;
    }

    .login form div.input input {
        width:170px;
    }
    .prev,
    .next,
    input[type=submit] {
        display: inline;
        font-size: 110%;
        width: auto;
        font-weight:normal;
        padding: 4px 8px;
        background:#e6e49f;
        background: -webkit-gradient(linear, left top, left bottom, from(#f1f1d4), to(#e6e49f));
        background-image: -moz-linear-gradient(top, #f1f1d4, #e6e49f);
        color:#333;
        border:1px solid #aaac62;
        -webkit-border-radius:8px;
        -moz-border-radius:8px;
        border-radius:8px;
        text-decoration:none;
        text-shadow: #fff 0px 1px 0px;
        min-width: 0;
        cursor:pointer;
    }

    .next:hover,
    .prev:hover,
    input[type=submit]:hover
    {
        background: #f0f09a;
        background: -webkit-gradient(linear, left top, left bottom, from(#e6e49f), to(#f1f1d4));
        background-image: -moz-linear-gradient(top, #e6e49f, #f1f1d4);

    }
/*
    .login input[type=submit] {
        background:#62af56;
        background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
        background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
        border-color: #2d6324;
        color: #000;
        text-shadow: #8cee7c 0px 1px 0px;
    }
    .login input[type=submit]:hover {
        background:#4ca83d;
        background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
        background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
    }

*/


/** Notices and Errors **/
div.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	background: #c73e14;
	padding: 5px;
}
div.error-message {
	clear: both;
	color: #fff;
	font-weight: bold;
	background: #c73e14;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}


/*escort site*/
.postDetails {
    width:587px;
    clear:both;
    float:left;
    margin-right:10px;
    font-size:14px;
    position: relative;
}
    .postDetails ~ .col {
        margin:0 9px 0 0;
        width:188px;
    }
    .postDetails ~ .col .box{
      margin-bottom:8px;
    }
    .postDetails ~ .col img{
       width:177px;
    }
    .postDetails legend{
        color: #EE3322;
        font-weight:700;
        text-align:left;
    }
    .postDetails fieldset {
        border:1px solid #222222;
        padding:10px;
        margin:30px 10px 10px;
        float:left;
    }
    .postDetails .full {
        float:none;
        clear:both;
    }
    .postDetails .rates {
        text-align:left;
        line-height:19px;
    }
        .postDetails .info legend {
            font-size:20px;
        }
        .postDetails .full legend {
            text-transform:capitalize;
        }
    .postDetails p {
        text-align:left;
        line-height:21px;
    }
    .postDetails a {
        color:#939393;
        text-decoration:none;
    }
     
.clear {
    clear:both;
}


.next,
.prev {
    float: left;
    padding: 5px 10px;
    font-size: 13px;
    text-transform:lowercase;
    margin-bottom:5px;
    color:#333;
}


.next {
    float:right;
}
.next:hover,
.prev:hover {
    color:#000;
}

.mailForm {
}
    .mailForm fieldset {
        padding-bottom:45px;
    }
        .mailForm fieldset div.input{
            margin-bottom:20px;
        }
        .mailForm fieldset textarea,
        .mailForm fieldset input{
            width:500px;
            padding:5px;
            font:400 15px/18px Arial;
        }
    .mailForm label {
        display:block;
        text-align:left;
        margin-bottom:5px;
    }
.mailForm .submit {
    height:1px;
    text-align:right;
    padding-right:30px;
}
.mailForm .submit input {
    margin-top:0px;
    position:relative;
    top:-60px;
}

/* userMenu */
.userMenu {
    background:#212121;
    position:relative;
    top:-11px;
    padding:8px 12px 20px;
    -webkit-border-radius:0 0 10px 10px;
    -moz-border-radius:0 0 10px 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
    .userMenu li {
        margin:0 5px 0 0;
        display:inline;
    }
    .pagin,
    .userMenu a {
        font-weight:normal;
        padding: 4px 8px;
        background:#e6e49f;
        background: -webkit-gradient(linear, left top, left bottom, from(#f1f1d4), to(#e6e49f));
        background-image: -moz-linear-gradient(top, #f1f1d4, #e6e49f);
        color:#333;
        border:1px solid #aaac62;
        -webkit-border-radius:8px;
        -moz-border-radius:8px;
        border-radius:8px;
        text-decoration:none;
        text-shadow: #fff 0px 1px 0px;
        min-width: 0;
        text-transform:capitalize;
        display:inline-block;
        margin-top:5px;
    }

    .userMenu a:hover {
        background: #f0f09a;
        background: -webkit-gradient(linear, left top, left bottom, from(#f7f7e1), to(#eeeca9));
        background-image: -moz-linear-gradient(top, #f7f7e1, #eeeca9);
        color:#000;
    }

.off img {
    opacity:0.2;
    filter: alpha(opacity = 20);
}

.box.login .linkToRecover {
    text-align:right;
    padding:40px 0 0px;
    display:block;
    margin:0;
    font-size:12px;
}
    .box.login .linkToRecover a{
        color:#EE3322;
    }

.pagin {
    clear:both;
    float:right;
    padding:8px 10px;
}

.pagin a {
    color:#333;
    text-decoration:none;
    font-weight:700;
}
    .pagin a:hover {
        color:#EE3322;
    }


.premiumInfo {
    color:#A91D16;
    color:#EE3322;
    font-size:20px;
    padding:20px 0 30px;

}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(http://mumbaiescortshub.in/img/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
}

/* override the arrow image of the tooltip */
.tooltip.bottom {
	background:url(../img/black_arrow_bottom.png);
	padding-top:40px;
	height:55px;
}

.tooltip.bottom {
	background:url(../img/black_arrow_bottom.png);
}


fieldset.phone {
    font-size: 10px; line-height: 10px;
}
fieldset.phone div {
    font-family: genova, serif; font-size: 20px; line-height: 24px;
}

li .right {
    float:right;
    margin-left:10px;
    color:red;
}





.postDetails .inactive {
    color:#fff;
    font:18px Arial,sans-serif;
    padding:10px;
}
    .postDetails .inactive b {
        display:block;
        text-align:left;
        color:#EE3322;
        font-size:22px;
    }


.adminInfo {
    background: none repeat scroll 0 0 #F4D33B;
    border: 2px solid #CCCCCC;
    display: block;
    font: 13px/18px Arial;
    padding: 20px;
    margin:0 0 20px;
    position: relative;
    color:#000;
}

.providenServices li {
    display:inline;
    margin-right:10px;
    font-size:0.9em;
    font-weight:700;
}
    .providenServices li:first-child{
        color:#fff;
        font-size:1.1em;
        font-weight:400;
    }
    .providenServices li:after {
        content:',';
    }
        .providenServices li:first-child:after,
        .providenServices li:last-child:after{
            display:none;
        }

#premium {
    margin-bottom:20px;
}

#premium:after {
    display:block;
    clear:both;
    content:' ';
    line-height:1px;
    height:1px;
    overflow:hidden;
}

#premium .box {
    height:350px;
    overflow:hidden;
}


#premium h4,
#premium p {
    color:#ddd;
}

#premium .subborder {
    height:346px;
    overflow:hidden;
}

#firstPage {
    clear:both;
}

/*
#premium .box {
    background-color:#ffc900;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0,
                                    color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent),
                                    color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)),
                                    color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent),
                                    to(transparent));
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                                transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                                transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                                transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                                transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                                transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                                transparent 75%, transparent);
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 50px 50px;
}
*/
#premium .box {
    background-color:#3E3202;
    background:url("../img/gold.jpg") top left repeat-x;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(10%,#C79810), color-stop(100%,#000)); /* webkit */
    background: -moz-linear-gradient(top,#000 0%, #C79810 10%,#000 100%); /* firefox */
    background-image: -o-linear-gradient(top left,rgb(255,0,0),rgb(100,0,0) 50%,rgb(50,0,0) 75%,rgb(150,0,0));
    background-image: -o-linear-gradient(top,#000, #C79810 10%,#000);
}

#premium a {
    text-decoration:none;
    color:#eca73b;
    text-shadow:0px 0px 1px #000,0px 0px 3px #f00,0px 0px 7px #fff;
}

.unverified {
    margin-top: 70px !important;
}

.unverifiedMessage {
    position: absolute;
    background: #000;
    top:4px;
    right:-395px;
    width: 335px;
    height: 40px;
    padding: 10px 25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    line-height: 19px;
    box-shadow: 0 0 15px rgba(255,255,255, 0.3) inset;
    font-size: 10px;
    color:#939393;
    font-weight: 700;
}