/*
Theme Name: Your Mademosielleunused css chrome
Theme URI: http://www.yourmademoiselle.com
Author: Administrator
Author URI: http://www.yourmademoiselle.com
Description: 
Version: 1.0
License: 
*/

/*Globals=============================================================*/

body {
	color:#fff;
	overflow:scroll;
}

.rempd {
	padding: 0;
}

.main {
	background:#0E112C;
	-webkit-box-shadow:0 0 21px 11px #000;
	-moz-box-shadow:0 0 21px 11px #000;
	box-shadow:0 0 21px 11px #000;
}

.center {
	text-align:center;
}

.justify {
	text-align:justify;
}

.mheight {
	height:400px;
}

a, a:hover, a:focus {
	text-decoration:none;
	color: #fff;
}

b {
	color: #00F5FF;
}

/*Gallery ==========================================================*/

.grid img {
	border-radius:10px;
}

.grid a {
	color:#fff;
}

.zoom {
	background:url(img/zoom.png) center center no-repeat #000;
	position:absolute;
	z-index:10;
	cursor:pointer;
	border-radius:10px;
}

.zoom {
	opacity:0;
}

.lightbox {
	padding: 10px 0 10px 15px;
}

.expd {
	padding:0 0 15px 15px;
}

@media(min-width:300px) and (max-width: 768px) {
	.expd {
		padding:7.5px;
	}
}

.img-effect {
	border-radius: 10px;
}

.img-pad {
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*Sidebars=============================================================================*/

.sidebar {
	border:1px solid #1F1F1F;
	background:#0D0C0F;
	padding:10px 0;
	margin-bottom:10px;
	border-radius:10px;
}

.statheight {
	height: 30px;
}

.sidebare {
	border:1px solid #1F1F1F;
	background:#0D0C0F;
	margin-bottom:10px;
	border-radius:10px;
	padding:5px;
	margin-left:0;
	margin-right:0;
}

/*Featured Girls =============================================================*/

.cont {
	margin-bottom:10px;
	text-align:center;
	padding: 10px;
}

.cont img {
	border-radius:10px;
}

.cont a {
	color:#fff;
}


/*Single Profiles ============================================================*/

.table thead>tr>th,.table tbody>tr>th,.table tfoot>tr>th,.table thead>tr>td,.table tbody>tr>td,.table tfoot>tr>td {
	padding:4px;
	border-top:none;
}


/*Archives ============================================================*/


.archive > article {
	margin: 0 10px 0 20px;
	padding-bottom: 15px;
	border-top: 1px solid #ffffff;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.archive:last-child > article {
	border-bottom: 1px solid #ffffff;
}

h2.art_heading {
	padding: 0;
	margin-top: 10px;
	font-size:20px;

}

/*Typography============================================================================*/

h1 {
	font-size:26px;
	border-bottom:1px solid #fff;
}


h2 {
	margin-top:0;
	margin-bottom:10px;
	font-size:15pt;
	color:#FFF;
	padding:5px;
}

h3 {
	margin-top:0;
	margin-bottom:10px;
	font-size:13pt;
	color:#FFF;
	padding:5px;
}

.heading {
	margin-top:0;
	margin-bottom:10px;
	font-size:13pt;
	border:1px solid #1F1F1F;
	background:#45484d;
	background:-moz-linear-gradient(top,#45484d 0%,#000 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#45484d),color-stop(100%,#000));
	background:-webkit-linear-gradient(top,#45484d 0%,#000 100%);
	background:-o-linear-gradient(top,#45484d 0%,#000 100%);
	background:-ms-linear-gradient(top,#45484d 0%,#000 100%);
	background:linear-gradient(to bottom,#45484d 0%,#000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d',endColorstr='#000000',GradientType=0);
	color:#FFF;
	text-transform:uppercase;
	font-family:"Times New Roman",serif;
	text-align:center;
	padding:5px;
	border-radius:10px;
}


h2.sidebar {
	margin-top:0;
	margin-bottom:10px;
	font-size:13pt;
	border:1px solid #1F1F1F;
	background:#45484d;
	background:-moz-linear-gradient(top,#45484d 0%,#000 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#45484d),color-stop(100%,#000));
	background:-webkit-linear-gradient(top,#45484d 0%,#000 100%);
	background:-o-linear-gradient(top,#45484d 0%,#000 100%);
	background:-ms-linear-gradient(top,#45484d 0%,#000 100%);
	background:linear-gradient(to bottom,#45484d 0%,#000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d',endColorstr='#000000',GradientType=0);
	color:#FFF;
	text-transform:uppercase;
	font-family:"Times New Roman",serif;
	text-align:center;
	padding:5px;
	border-radius:10px;
}

.caption {
	background-color:rgba(0,0,0,0.6);
	display:block;
	position:absolute;
	width:100%;
	z-index:10;
	font-weight:700;
	text-transform:uppercase;
	bottom:0;
	left:0;
	font-family:"Times New Roman",serif;
	font-size:1em;
	text-align:center;
	border-radius:0 0 10px 10px;
	padding:2px 0;
}
.tag {
	text-transform: none;
}


.more-link {
	color: #900;
}

.copyright {
	background: #070411;
	border-top: 1px solid #1f1f1f;
	text-align: center;
	margin-top: 15px;
	padding: 10px;
}
/*Comments =====================================================*/
.comments-wrapper {
	background:#0D0C0F;
	padding:10px;
	border:1px solid #1F1F1F;
}

.comments-body {
	background:#0D0C0F;
	border:1px solid #1F1F1F;
	margin-bottom:10px;
	padding:10px;
}

.comments-body p {
	padding-left:5px;
}

.comment-reply-title {
	text-align:right;
}

.comment-notes {
	text-align:right;
}

.submit {
	margin-top:15px;
}

.comment-reply-title {
	padding:10px;
	background-color:#0D0C0F;
	color:#FFF;
	border:1px solid #1F1F1F;
	text-align:center;
}

.comment-respond {
	margin-top: 20px;
}
/*Forms=====================================================================*/
.form-control {
	background-color:#0D0C0F;
	color:#FFF;
	border:1px solid #1F1F1F;
}

.popover-content {
	color:#000;
	padding:3px 14px;
}

.form-group {
	margin-bottom:3px
}

.popover {
	top:2px;
	left:350px;
	display:block;
	width:165px;
}

@media(min-width:768px) {
	.popover {
	top:2px;
	left:570px;
	display:block;
	width:165px;
	}
}

@media(min-width:992px) {
	.popover {
	top:2px;
	left:310px;
	display:block;
	width:170px;
	}
}

@media(min-width:1200px) {
	.popover {
	top:2px;
	left:375px;
	display:block;
	width:200px;
	}
}

.data,.title {
	display:inline-block;
	float:none;
}

.data {
	width:30%;
}

.title {
	width:50%;
	margin-left:30px;
}

.terms {
	margin-top:20px;
	margin-bottom:20px;
	list-style:none;
}

.terms ol li span {
	display:block;
	float:left;
	margin-right:100px;
}

.terms ol li {
	clear:both;
}

.tersm ol li p {
	float:left;
}

.btn-primary {
	margin-top:10px;
	margin-bottom:10px;
}

legend {
	color:#fff;
}

/*Navigation ==================================================================*/

.navbar {
	background:#0F0F0F url(img/mbg.png) repeat;
	border-top:1px solid #1F1F1F!important;
	border-bottom:1px solid #1F1F1F!important;
	border-radius:0;
	min-height:48px;
	position:relative;
	z-index:99;
	margin-bottom:10px;
}

.navbar-default .navbar-nav>li>a {
	color:#fff;
	text-transform:uppercase
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color:#fff;
}

.navbar-default {
	border:0;
}

@media(min-width:768px) {
	.navbar {
		background:#0F0F0F url(img/mbg.png) repeat;
		border-top:1px solid #1F1F1F!important;
		border-bottom:1px solid #1F1F1F!important;
	}

	.navbar-nav > li > a {
		padding-bottom:14px;
		padding-top:14px;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color:#000;
	}

	.navbar-default {
		border:0;
	}

	.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
		background:#45484d;
		background:-moz-linear-gradient(top,#45484d 0%,#000 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#45484d),color-stop(100%,#000));
		background:-webkit-linear-gradient(top,#45484d 0%,#000 100%);
		background:-o-linear-gradient(top,#45484d 0%,#000 100%);
		background:-ms-linear-gradient(top,#45484d 0%,#000 100%);
		background:linear-gradient(to bottom,#45484d 0%,#000 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d',endColorstr='#000000',GradientType=0);
		color:#FFF;
	}

	.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus {
		background:#45484d;
		background:-moz-linear-gradient(top,#45484d 0%,#000 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#45484d),color-stop(100%,#000));
		background:-webkit-linear-gradient(top,#45484d 0%,#000 100%);
		background:-o-linear-gradient(top,#45484d 0%,#000 100%);
		background:-ms-linear-gradient(top,#45484d 0%,#000 100%);
		background:linear-gradient(to bottom,#45484d 0%,#000 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d',endColorstr='#000000',GradientType=0);
		color:#FFF;
	}

	.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus {
		background:#5a5e64;
		background:-moz-linear-gradient(top,rgba(90,94,100,1) 0%,rgba(31,31,31,1) 100%);
		background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(90,94,100,1)),color-stop(100%,rgba(31,31,31,1)));
		background:-webkit-linear-gradient(top,rgba(90,94,100,1) 0%,rgba(31,31,31,1) 100%);
		background:-o-linear-gradient(top,rgba(90,94,100,1) 0%,rgba(31,31,31,1) 100%);
		background:-ms-linear-gradient(top,rgba(90,94,100,1) 0%,rgba(31,31,31,1) 100%);
		background:linear-gradient(to bottom,rgba(90,94,100,1) 0%,rgba(31,31,31,1) 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a5e64',endColorstr='#1f1f1f',GradientType=0);
		color:#fff;
	}

	.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
		background-color:#9DA2A7;
	}

	.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
		background-color:#9DA2A7;
	}
}

.breadcrumbs a {
	text-decoration:none;
	color:#fff
}

.breadcrumbs {
	margin-bottom: 10px;
}

.btn-info {
	background-color:#0A0A0A;
	margin: 10px;
}

/*Header Icons ===============================================================*/
.xs_note {
	display: block; 
	position: absolute; 
	right: 40%; 
	top: 10px; 
	z-index: 100;
	font-family: serif;
	font-size: 1.1em;
}
.xs_note1 {
	display: block; 
	position: absolute; 
	right: 40%; 
	top: 25px; 
	z-index: 100;
	font-family: serif;
	font-size: 1.1em;
}

.contact_phone {
	display: block; 
	position: absolute; 
	right: 128px; 
	top: 30%; 
	z-index: 100;
	font-family: serif;
	font-size: 1.1em;
}
.contact_note {
	display: block; 
	position: absolute; 
	right: 289px; 
	top: 30%; 
	z-index: 100;
	font-family: serif;
	font-size: 1.1em;
}
.facebook_ico {
	width:32px; 
	height:32px; 
	background:url(img/social.png) 0 0; 
	display: block; 
	position: absolute; 
	right: 96px; 
	top: 26%; 
	z-index: 100;
}
.google_ico {
	width:32px; 
	height:32px; 
	background:url(img/social.png) -32px 0; 
	display: 
	block; 
	position: absolute; 
	right: 64px; 
	top: 26%; 
	z-index: 100;
}
.twitter_ico {
	width:32px; 
	height:32px; 
	background:url(img/social.png) -64px 0; 
	display: 
	block; 
	position: 
	absolute; right: 32px; 
	top: 26%; 
	z-index: 100;
}
.rss_ico {
	width:32px; 
	height:32px;
	background:url(img/social.png) -96px 0; 
	display: block; 
	position: absolute; 
	right: 0; 
	top: 26%; 
	z-index: 100;
}

@media(min-width:768px) {
	.contact_note {
		top: 40%;
		font-size: 1.2em;
	}
	.contact_phone {
		top: 40%;
		font-size: 1.2em;
	}
	.facebook_ico {
		top: 35%;
	}
	.google_ico {
		top: 35%;
	}
	.twitter_ico {
		top: 35%;
	}
	.rss_ico {
		top: 35%;
	}
}


@media(min-width:992px) {
	.contact_note {
		top: 46%;
		font-size: 1.2em;
	}
	.contact_phone {
		top: 46%;
		font-size: 1.2em;
	}
	.facebook_ico {
		top: 41%;
	}
	.google_ico {
		top: 41%;
	}
	.twitter_ico {
		top: 41%;
	}
	.rss_ico {
		top: 41%;
	}
}

@media(min-width:1200px) {
	.contact_note {
		top: 49%;
		font-size: 1.3em;
	}
	.contact_phone {
		top: 49%;
		font-size: 1.3em;
	}
	.facebook_ico {
		top: 45%;
	}
	.google_ico {
		top: 45%;
	}
	.twitter_ico {
		top: 45%;
	}
	.rss_ico {
		top: 45%;
	}
}
@media(max-width:767px) {
	.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding:14px 15px 14px 25px;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height:19px;
		border-bottom:1px solid #fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		background-color:#185C6B;
		color:#fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color:#FFD80D;
	}

	.s_links>li {
		height: 48px;
	}
	.s_links>li>a{
		line-height: 48px;
		padding:14px 15px 14px 25px;
	}

	

}
.navbar-nav>li>a {
	padding-top:14px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color:#FFF;
	background-color:#185C6B;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color:#FFD80D;
}
.dropdown-menu>li>a {
	padding:4px 20px;
}