/* General class */
html {
	height: 100%;	
}
body {
	background-color: #1d2d35;
	color: #ccc;
	padding-bottom: 10px;
	height: auto;
}
a:hover, a:focus {
	text-decoration: underline;
}
a.no-style:hover, a.no-style:focus {
	text-decoration: none;
}
.no-padding {
	padding: 0;	
}
.no-margin {
	margin: 0;
}
.linklike {
	color: #169fe6;
}
.highlight {
	color: #fc5e2f;
}
.pad-t-50 {
	padding-top: 50px;
}
.name-tag {
	color: #d42a75;
}
.girl-title {
   	letter-spacing: 3px;
	font-size: 12px;
	text-transform: uppercase; 
}
.loading {
	color: #fff;
	font-size: 20px;	
}
.hr {
    background: none repeat scroll 0 0 #111;
    border-bottom: 1px solid #141e23;
    color: #141e23;
    height: 1px;
    margin: 0 5px;
    padding: 0;
}
.lead {
	line-height: 3ex;	
}
/* Nav class */
.nav-icon [class*="has-sub"] {
    transform-style: preserve-3d;
    transition-duration: 0.9s;
    transition-property: transform, color;
}
[class*="has-sub"] {
    display: inline-block;
}
.nav-icon:hover [class*="has-sub"] {
    color: #169fe6;
    transform: rotate(360deg);
}
/* Title class */
.title-blog2q {
	font-family: 'Lobster', Georgia, Times, serif;
	margin: 0 auto;
	color: #fff;
	font-size: 27px;
	line-height: 60px;
}
.title-2 {
	/*font-family: 'Cabin', Helvetica, Arial, sans-serif;*/
	font-size: 14px;
	padding:3px;
	position: relative;
	top: -12px;
	/*position: absolute;
	-webkit-transform: rotate(20deg); 
	-moz-transform: rotate(20deg);
	transform: rotate(20deg);
	-o-transform: rotate(20deg);
	writing-mode: lr-tb;*/
}
.title-q {
	font-family: 'Lobster', Georgia, Times, serif;
	font-size: 35px;
	line-height: 1;
	color: #d42a75;
	position: relative;
	top: 5px;
	/*color: #C00;*/
}
/* Header class */
.header-section {
	margin-top: 59px;
	background-color: #1d2d35;
}
.body-section {
	background-color: #334249;
	padding: 20px;
}
.modal-content {
	background-color: #1d2d35;
}
.header-container {
	text-align: center;
	background-color: #1d2d35;
}
.navbar-own {
	height: 62px;
	margin-bottom: 0;
}
.navbar-own, .navmenu-own, .navbar-offcanvas {
    background-color: #1d2d35;
	border-bottom: 1px solid #000;
}
.navbar-brand {
    float: left;
    height: 61px;
	overflow: hidden;
    padding: 0 0 0 10px;
}
.navbar-toggle {
	border: none;
	border-radius: 0;
	float: left;
    position: relative;
	margin-left: 15px;
	color: #eee;
}
.navbar-toggle i.fa {
	font-size: 30px;
}
/*background-color: #141e23;
color: #169fe6;*/
#myNavmenu li a {
    color: #9aa6af;
    display: block;
    font-size: 14px;
	letter-spacing: 3px;
    padding: 23px 15px;
	line-height: 1;
}
#myNavmenu li a {
	color: #eee;	
}
#myNavmenu li a.active, .dropdown-menu li a.active {
	color: #fff;
	background-color: #169fe6;
}
#myNavmenu li a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	color: #fff;
	background-color: #141e23;
}
#myNavmenu {
	color: #fff;
    margin: 0 auto;
    overflow: hidden;
}
#headerTab {
	color: #fff;
    margin: 0 auto;
    overflow: hidden;
	width: 100%
}
.nav-pills > li {
    border-right: 1px solid #222;
	width: 32%;
}
.nav-pills > li:last-child {
	border-right: none;
}
.nav-pills > li > a {
	color: #fff;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
	color: #169fe6;
	background-color: rgba(255,255,255,0.1);
	border-radius: 0;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #141e23;
    color: #169fe6;
	border-radius: 0;
}
/* cookie alert class */
.alert-info {
    background-color: transparent;
    border-color: #9aa6af;
    color: inherit;
	font-size: 12px;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert {
    border: 1px solid transparent;
    border-radius: 0px;
    margin-bottom: 0px;
    padding: 5px 10px 5px 10px;
	text-align: center;
}
.alert-dismissable .close, .alert-dismissible .close {
    color: #fefefe;
    position: relative;
    right: 0px;
    top: -4px;
	opacity: 0.45;
}
/* Footer class */
.footer-container {
	color: #666;
	padding: 20px 0;
}
.footer-container li {
	list-style-type: none;
}
.footer-container a {
	color: inherit;
}
.footer-container a.no-style:hover {
	color: #169fe6;
}
.footer-container i.fa {
	padding: 3px 5px;
    text-shadow: none;
	font-size: 70px;
}
.footer-container i.fa-2x {
	font-size: 60px;
}
.footer-container h3, #billing-container h3, #billing-container .label {
	color: #b2b2b2;
    font: 900 14px/14px "Arial Black",Gadget,Arial,Helvetica,sans-serif;
    margin-bottom: 10px;
}
.footer-legals {
	color: #666;
    font-size: 10px;
    line-height: 15px;
    margin: 10px auto;
}
.footer-legals a {
    /*color: #666;*/
    padding: 0 3px;
    text-decoration: underline;
}
.footer-icons img {
	margin: 5px auto;
	border-radius: 13px;
	border: 1px solid #141e23;
}


/* Legals Class */
#legals blockquote {
	margin-bottom: 15px;	
}
#legals footer {
	color: inherit;	
}

/* Modals Class */
.modal-content {
    box-shadow: none;
	border-radius: 0;
	border: 1px solid #b2b2b2;
}
.modal-header .close {
	color: #fff;
	text-shadow: none;
	font-size: 30px;	
}


/* Photos Videos Set */
.tab-own {
	padding: 5px 0;
	height: auto;
	overflow: hidden;
	background: url(../images/container_bg.png?r=4) repeat;
}
.profile-box {
	padding: 7px;
	margin: 7px 7px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.picset-box {
	width: 33.3%;
	float: left;
}
.box-header {
	padding: 5px 0 5px 10px;
	background-color: #323940;
	color: #b4bec8;
	text-shadow: 0 1px 0 #000;
	font-weight: bold;
	margin: 3px 0;
}
.light-box-header {
    background: none repeat scroll 0 0 #CCCCCC;
    border-bottom: 1px solid #AEAEAE;
    color: #323940;
    text-shadow: 0 1px 0 #FFFFFF;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	margin: 3px 0;
}
.list-view {
	padding: 9px;
	/* padding 4,5 for small screen */	
}
.list-view-group {
    background-color: #1d2d35;
    border: 1px solid #1d2d35;
    padding: 6px;
	max-width: 314px;
}
.picture-box, .treat-box {
	display: block;
	margin: 6px auto;
	padding: 2px;
	width: auto;
	height: 188px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align: center;
	font-size: .80em;
}
.picture-box-cont {
	position: relative;
	height: 225px;
	line-height: 225px;
	overflow: hidden;
	vertical-align: middle;
	display: block;
	text-align: center;
	background-color: #000;
}
.picture-box-cont img.img-responsive {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.pic-cont {
	height: 200px;
	display: inline;	
}
div.box-title h3, div.box-name h3 {
    color: #5d5d5d;
    height: 32px;
    line-height: 25px;
	margin: 0;
    overflow: hidden;
}
h3.caption {
    text-overflow: ellipsis;
    white-space: nowrap;
}
h3.caption img.emojione {
	height: 2ex;
}
.album-title {
	padding-bottom: 15px;	
}
.picture-box-cont span {
    background: none repeat scroll 0 0 rgba(181, 41, 97, 0.78);
    bottom: 0;
    color: #fff;
    font-size: 17px;
    min-width: 95px;
    padding: 5px 0;
    position: absolute;
    right: 0;
	line-height: 1;
    text-align: center;
}
#tags-container {
	margin-top: 30px;	
}
#tags-container li {
	padding: 1px;
	display: inline-table;	
}
#tags-container .label {
	color: inherit;
}
/* PICSET LIST */ 

div.box-title {
    overflow: hidden;
	max-width: 100%;
	padding-top: 5px;
}
div.box-date {
    color: #b2b2b2;
    display: block;
    position: relative;
	font-size: 22px;
    line-height: 20px;
}
.list-view-group hr, .girl-title hr {
  	background-image: url("../images/bg-line.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    border: 0 none;
    height: 2px;
    margin: 10px 0;
}
.list-view-group .time-line {
	display: block;
}
.title-box-left, .time-line-left {
    float: left;
    min-height: 1px;
    position: relative;
}
.title-box-right, .time-line-right {
    float: right;
    min-height: 1px;
    position: relative;
}
.light-box .time-line .time-line-right {
    text-align: right;
}


div.box-names {
    line-height: 26px;
}
div.box-names, div.box-sets {
    font-size: 11px;
    height: 26px;
    line-height: 13px;
    overflow: hidden;
}
div.box-names p {
    display: inline-block;
    line-height: 24px;
	margin: 0;
}
div.dark-box a {
    color: #EE76AB;
}
.picture-box h2 {
	display: block;
	font-size: 1.5em;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}
.picture-box h2 {
	font-size: 1em;
	margin: 0;
}
.picture-box a, .treat-box span {
	display: block;
	margin: 1px 0;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.picture-box a {
	color: #ccc;
	text-shadow: 0 1px 0 #000;
}
.picture-box img {
	outline: 0;
	border: 0;
}
.picture-box a.date {
	font-size: 1.1em;
}
.picture-box a.title {
	height: 30px;
	font-weight: normal;
}
.picture-box a.full-set {
	color: #ee76ab;
	font-size: 1.1em;
	font-weight: bold;
}
.scene-box {
	/*text-shadow: 0 1px 0 #000;*/
	font-weight: bold;
	font-size: .8em;
	border-bottom: 1px solid #454f59;
	box-shadow: 0 1px 0 0 #5f6a76;
	padding: 5px;
}
.scene-box .picture {
	float: left;
	width: 115px;
	padding: 7px;
	padding-right: 5px;
	margin-right: 5px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.scene-box .caption div {
	margin: 2px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.scene-box .caption div.date {
	margin: 2px 0 3px;
	font-size: 1.1em;
}
.scene-box .caption div a {
	color: white;
	text-shadow: 0 1px 0 #000;
	text-align: center;
}
.scene-box .caption span {
	color: #b4bec8;
	text-shadow: 0 1px 0 #000;
}
.scene-box h2 {
	font-size: 1em;
	margin: 0;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}
.scene-box .caption a.play-video span {
	color: #e15191;
	text-shadow: 0 1px 0 #20252b;
}
a.play-video {
	display: block;
	float: right;
	width: 111px;
	line-height: 24px;
	background: #48535f;
	background: -moz-linear-gradient(top,#48535f 0,#293039 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#48535f),color-stop(100%,#293039));
	background: -webkit-linear-gradient(top,#48535f 0,#293039 100%);
	background: -o-linear-gradient(top,#48535f 0,#293039 100%);
	background: linear-gradient(top,#48535f 0,#293039 100%);
	font-size: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #646d77;
	border-bottom: 1px solid #000;
	margin-top: 2px;
}
a.play-video span.glyphicon {
	font-size: 1.4em;
	margin: 2px;
    top: 3px;
}
.dark {
	background: #2e363f;
	background: -moz-linear-gradient(top,#2e363f 0,#293139 32%,#2e363f 71%,#2c343d 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2e363f),color-stop(32%,#293139),color-stop(71%,#2e363f),color-stop(100%,#2c343d));
	background: -webkit-linear-gradient(top,#2e363f 0,#293139 32%,#2e363f 71%,#2c343d 100%);
	background: -o-linear-gradient(top,#2e363f 0,#293139 32%,#2e363f 71%,#2c343d 100%);
	background: linear-gradient(top,#2e363f 0,#293139 32%,#2e363f 71%,#2c343d 100%);
	box-shadow: 0 1px 1px #111 inset,0px 1px 0 #777;
	color: #ccc;
}
div.browse {
	margin: 0 auto;
	width: 320px;
	overflow: hidden;
}
div.browse-sort, div.browse-content, div.browse-more {
	width: auto;
	overflow: hidden;
}
/* Photos Videos Show */
div.thumb-box {
	float: left;
	margin: 8px 0 0 8px;
	padding: 4px;
	width: 70px;
	height: 71px;
	border: 1px solid #ccc;
	background: #fff;
}
div.thumb-box.active {
	border-color: #ee76ab;
}
div.thumb-box a {
	display: block;
	width: 100%;
	height: 100%;
	background: #eee;
}
div.thumb-box img {
	display: block;
	position: relative;
}
.tab_picset_box {
	padding: 15px 0;
	width: 100%;
	overflow: hidden;
}
/*div.show {
	margin: 0 auto;
	padding: 5px;
	width: auto;
	overflow: hidden;
	text-shadow: 0 1px 0 #fff;
	background: rgba(153,153,153,0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset,1px 1px 0 rgba(255,255,255,0.8);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset,1px 1px 0 rgba(255,255,255,0.8);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset,1px 1px 0 rgba(255,255,255,0.8);
}
.show h1 {
    display: block;
    font-size: 1em;
    margin: 0;
    outline: 0 none;
    text-align: left;
}
.show ul {
	border: 0 none;
    border-collapse: collapse;
    margin: 0;
    outline: 0 none;
    padding: 0;
}*/
div.photo-show {
	padding: 0;
	width: 310px;
	overflow: hidden;
}
div.video-show {
	padding: 0;
	width: 310px;
	overflow: hidden;
}
div.photo-show-display {
	width: 300px;
	padding: 0 5px 5px 5px;
	margin: 0 auto;
}
div.show-photo {
	position: relative;
	width: 300px;
	min-height: 150px;
	overflow: hidden;
}
div.show-photo img {
	display: inline;
	position: relative;
	max-width: 300px;
}
div.video-show-preview {
	padding: 0 5px 5px 5px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
div.video-show-preview a {
	display: block;
	position: relative;
	top: 0;
	left: 0;
}
span.video-play-overlay {
	background-image: url('../images/video_play_overlay.png?r=168');
	background-size: 86px 86px!important;
	-webkit-background-size: 86px 86px!important;
}
span.video-play-overlay, span.clip-play-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
div.video-show-buttons {
	padding: 10px;
	overflow: hidden;
	border-top: 1px solid rgba(0,0,0,0.3);
	background: rgba(219,212,212,0.8);
}
div.video-show-button {
	float: right;
	width: 290px;
}
a.light-command-button {
	color: #b82567;
	text-shadow: 0 1px 0 #fff;
	background: #fcfcfc;
	background: -moz-linear-gradient(top,#e7e7e7 0,#c2c2c2 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e7e7e7),color-stop(100%,#c2c2c2));
	background: -webkit-linear-gradient(top,#e7e7e7 0,#c2c2c2 100%);
	background: -o-linear-gradient(top,#e7e7e7 0,#c2c2c2 100%);
	background: -ms-linear-gradient(top,#e7e7e7 0,#c2c2c2 100%);
	background: linear-gradient(to bottom,#e7e7e7 0,#c2c2c2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7',endColorstr='#c2c2c2',GradientType=0);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3),0px 1px 0 #fff inset;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3),0px 1px 0 #fff inset;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3),0px 1px 0 #fff inset;
}
div.photo-show-details, div.video-show-details {
	padding: 5px;
	overflow: hidden;
}
div.show-title, div.show-date {
	font-size: 13px;
	line-height: 15px;
}
div.show-names, div.show-rating {
	font-size: 11px;
	line-height: 15px;
}
div.photo-show-details div.show-title, div.photo-show-details div.show-names, div.video-show-details div.show-title, div.video-show-details div.show-names {
	float: left;
	clear: left;
	height: 15px;
	overflow: hidden;
}
div.show-aliases strong, div.show-names strong, div.show-rating strong {
	color: #888;
}
div.photo-show-details div.show-title, div.video-show-details div.show-title {
	width: 180px;
}
.show-title h1 {
	display: block;
	font-size: 1em;
	-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.67em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	text-align: left;
	margin: 0;
	outline: 0;
}
div.photo-show-details div.show-date, div.photo-show-details div.show-rating, div.video-show-details div.show-date, div.video-show-details div.show-rating  {
	float: right;
	clear: right;
	height: 15px;
	overflow: hidden;
	text-align: right;
}
div.photo-show-details div.show-date, div.video-show-details div.show-date {
	width: 120px;
}
div.photo-show-details div.show-names, div.video-show-details div.show-names {
	width: 220px;
}
div.photo-show-details div.show-rating, div.video-show-details div.show-rating {
	width: 80px;
}
/* Profile Table */
div.model-show {
    height: 112px;
    overflow: hidden;
    padding: 7px 0 7px 7px;
    width: 303px;
}
div.model-show-picture {
    float: left;
    width: 76px;
}
div.model-show-picture img {
	/*width: 76px;*/
	height: 100px;
}
div.model-show-details {
    float: left;
    height: 100%;
    margin-left: 10px;
    width: 124px;
}
div.model-show-details div.show-name {
    max-height: 34px;
    overflow: hidden;
}
div.show-name {
    color: #D42A75;
    font-size: 15px;
    line-height: 17px;
}
div.model-show-details div.show-videosets, div.model-show-details div.show-photosets {
    height: 15px;
    margin-top: 5px;
}
div.show-videosets, div.show-photosets {
    color: #3995D6;
    font-size: 9px;
    font-weight: bold;
    line-height: 15px;
}
div.show-videosets a, div.show-photosets a {
    color: #3995D6;
}
div.show-videosets strong, div.show-photosets strong {
    font-size: 15px;
}
div.show-photosets .glyphicon, div.show-videosets .glyphicon {
	font-size: 15px;
}
ul.show-stats {
    display: block;
    font-size: 11px;
    line-height: 13px;
    list-style: none outside none;
    margin-top: 10px;
}
ul.show-stats li:first-child {
    margin-top: 0;
}
ul.show-stats li {
    margin-top: 2px;
}
ul.show-stats span.label {
    display: inline-block;
    width: 40px;
}
ul.show-stats span.value {
    font-weight: bold;
}
ul.model-show-actions {
    display: block;
    float: right;
    height: 100%;
    list-style: none outside none;
    overflow: hidden;
    width: 80px;
}
.models-link {
	margin: 0 auto;
}
/* Profile Table II */

div.dark-box, div.light-box {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    margin: 8px;
    overflow: hidden;
    padding: 6px;
    vertical-align: middle;
    width: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
div.dark-box {
    background: none repeat scroll 0 0 rgba(8, 14, 20, 0.5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: 0 1px 0 #000000;
}
div.light-box {
    background: none repeat scroll 0 0 rgba(153, 153, 153, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset, 1px 1px 0 rgba(255, 255, 255, 0.8);
}

div.content-box {
    display: block;
    float: none;
    font-size: 11px;
    line-height: 13px;
    margin: 15px 5px 0;
    text-align: left;
    width: auto;
}
div.dark-box div.box-title, div.dark-box div.box-name, div.dark-box div.box-date, div.dark-box div.box-text, div.dark-box table.box-profile {
    color: #CCCCCC;
}
table.box-profile {
    width: 100%;
	font-size:11px;
}
table.box-profile tr th {
    font-weight: normal;
    width: 30%;
}
table.box-profile tr td {
    font-weight: bold;
}

/* FICTIF LIST */
div.box-thumb {
    margin: 3px 0;
}
div.box-name {
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
}
div.box-name h3 {
	font-size: 11px;
    font-weight: bold;
    line-height: 15px;
}
div.browse-more {
    margin-top: 15px;
    padding: 0 5px;
}
div.browse-more a {
    float: right;
}
a.light-link-button {
    /*background: linear-gradient(to bottom, #E7E7E7 0px, #C2C2C2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 0 #FFFFFF inset;*/
	background-color: #1d2d35;
    color: #9aa6af;
    /*text-shadow: 0 1px 0 #FFFFFF;*/
}
a.dark-link-button, a.light-link-button {
    display: block;
    font-size: 14px;
    line-height: 24px;
   	letter-spacing: 3px;
    padding: 22px 25px;
	text-align: center;
}
/* FULL LIST */
ul.light-sort-bar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
	list-style-position:inside;
}
ul.dark-sort-bar li a, ul.light-sort-bar li a {
    color: #EE76AB;
    display: block;
    font-size: 12px;
    line-height: 12px;
	height: 24px;
    padding: 5px 0;
    text-align: center;
    text-shadow: 0 1px 0 #000000;
}
ul.light-sort-bar li a {
    color: #D42A75;
    text-shadow: 0 1px 0 #FFFFFF;
}
ul.light-sort-bar li.active a {
    color: #333333;
}
ul.light-sort-bar li {
    background: linear-gradient(to bottom, #F3F3F3 0px, #DDDDDD 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #FAFAFA #BBBBBB #DDDDDD #FFFFFF;
}
ul.dark-sort-bar li:first-child, ul.light-sort-bar li:first-child {
    border-radius: 5px 0 0 5px;
}
ul.light-sort-bar li:first-child {
    border-left-color: rgba(0, 0, 0, 0);
}
ul.dark-sort-bar li.active, ul.light-sort-bar li.active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
}
ul.dark-sort-bar li, ul.light-sort-bar li {
    /*background: linear-gradient(to bottom, #48535F 0px, #293039 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    /*border-color: #646D77 #252B33 #424D59 #424B54;*/
    border-style: solid;
    border-width: 1px;
    display: table-cell;
    min-width: 98px;
    overflow: hidden;
}
ul.dark-sort-bar, ul.light-sort-bar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-collapse: separate;
    border-radius: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
    display: table;
    margin: 0 auto;
    overflow: hidden;
}
/* PAGINATOR */
#pagination, #pagination2 {
	margin-top: 20px;
}
#pagination .pager li > a {
    border-radius: 0;
    display: inline-block;
    padding: 22px 25px;
	background-color: #1d2d35;
    color: #9aa6af;
	letter-spacing: 3px;
}
#pagination .pager li.disabled > a {
    color: #141e23;
}
#pagination .pager li > a:hover, #pagination .pager li > a:focus, #pagination .pager li.active > a {
	background-color: #141e23;
    color: #169fe6;
}
/* Comments */
div.comment-row-level1:first-child {
	border-top: 0;
}
div.comment-row-level1:first-child div.comment-row-header {
	border-top: 0;
}
div.comment-row-level1, div.comment-row-level2 {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid rgba(0,0,0,0.3);
}
div.comment-row-level1 p, div.box-set p  {
	border: 0 none;
    border-collapse: collapse;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
div.comment-row-header {
	padding: 10px;
	height: 50px;
	overflow: hidden;
	border-top: 1px solid rgba(180,190,200,0.3);
	
}
div.comment-row-body {
	padding: 0 10px;
}
div.comment-row-footer {
	padding: 5px 10px 8px 10px;
}
p.comment-author {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-shadow: 0 1px 0 #000;
}
p.comment-author {
	float: left;
	width: 80px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
}
p.comment-date {
	color: #ccc;
	font-size: 10px;
	line-height: 12px;
	text-shadow: none;
}
/* Comments Class */
h1.comment-head {
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
}
p.comment-text {
	padding-top: 5px;	
	color: #f2f2f2;
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
	text-shadow: 0 1px 0 #333;
}
.comment-aut {
	font-weight: bold;	
}
.comment-time {
	font-weight: normal;	
}
/* Account Class */
.panel-group .panel {
    border-radius: 0px;
    margin-bottom: 0;
}
.panel-default {
    border-color: #1d2d35;
}
.panel {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 20px;
}
.panel-default > .panel-heading {
    background-color: #1d2d35;
    border-color: #9aa6af;
	border-radius: 0;
    color: #9aa6af;
	font-size: 14px;
    letter-spacing: 2px;
	text-transform: uppercase;
}
.panel-default > .panel-heading > .panel-title > a {
	color: #169fe6;
}
.panel-default > .panel-heading > .panel-title > a.collapsed {
	color: #9aa6af;
}
.list-styled {
	padding: 5px;
}
.list-styled li {
	padding: 2px 0px 2px 0px;	
}
.circle-container {
	 height: 100px;
	 width: 100px;
	 margin: auto;
	 position: relative;
	 overflow: hidden;
	 /*float: left;*/
 
  	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	border: 2px solid #b2b2b2;
	text-align: center;
	padding: 15px;
}
.circle-container i {
	font-size: 65px;
}
.circle-container a {
	color: inherit;
}
/* TagCloud Class */
#tagCloud {
	display:block;
	text-align: center;
}
#tagCloud a {
	text-align: center;
	display: inline-block;
	padding: 0px 3px 0px 3px;
}

/* Badge Class */

.badge {
	background-color: #01b22e;
	border-radius: 2px;
	color: #fff;
	text-shadow: 0 1px 0 #3a6816;
    min-width: 50px;
    padding: 5px 0;
	text-align: center;
}


/* Billing Class */
.billingTxt {
	font-size: 41px;
	line-height: 41px;
}
.billingTxt span {
	color: #009;
	display: inline-block;
	font-size: 41px;
	padding: 5px 0;
}
.numcontainer {
	display: block;
	padding: 25px 0;	
}
/*.numflag {
	width: 20%;	
}
.numtel {
	font-size: 100px;
	line-height: 100px;
}*/
.btn-glyphicon {
    padding:20px;
	font-size: 75px;
    /*background:#ffffff;*/
    margin-right:10px;
}
.numtel {
    padding: 3px 20px 4px 4px;
	font-size: 100px;
	line-height: 100px;
	background-image: -webkit-linear-gradient(top, #f4f1ee, #fff);
	background-image: linear-gradient(top, #f4f1ee, #fff);
	border-radius: 100px;
	/*box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .3), inset 0px 4px 1px 1px white, inset 0px -3px 1px 1px rgba(204,198,197,.5);*/
	box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .3);
}
.numtel:hover{
	background-image: -webkit-linear-gradient(top, #fff, #f4f1ee);
	background-image: linear-gradient(top, #fff, #f4f1ee);
	color:#0088cc;
}
.text-btn {
	font-weight: lighter;
}
#billing-container hr {
	width: 60%;
	border-color: #f6e27a;
}
.billing-title {
	background-image: linear-gradient(
	to right,
	#cb9b51 12%, 
 	#f6e27a 46%,
 	#f6f2c0 20%,
 	#f6e27a 72%,
 	#cb9b51 80%
	);
   color:transparent;
   -webkit-background-clip:text;
}
.billing-subtitle  {
	padding: 15px 0;
}
.billing-subtitle span {
	color: #f6e27a;
}
.billing-redirect {
	margin-top: 10px;
	margin-bottom: 60px;
	padding: 10px 10px 20px 10px;
	border: 1px solid #ddd;
	box-shadow: 2px 3px 4px rgba(0,0,0,0.5);
}
.billing-redirect .btn.btn-success {
	border-radius: 0;
    display: inline-block;
    padding: 10px 15px;
    background-color: #1d2d35;
    color: #9aa6af;
    letter-spacing: 3px;
    border: 1px solid #f6e27a;
}
.billing-bottom {

}


/** Cartouche SVA **/
.sva-container {
	margin-top: 60px;
}
#sva {
    background-color: #fff;
    text-align: center;
    width: 420px;
    height: 50px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    display: block;
    box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.1);
    transition: 0.2s all linear;
    margin: 0 auto;
}

#sva div:first-child {
    position: relative;
    width: 55%;
    background-color: #fff;
    font-size: 30px;
    height: 50px;
    /* color: rgb(164, 14, 119); */
    color: rgb(225, 224, 224);
    line-height: 51px;
}
#sva div {
    float: left;
    width: 43%;
    /* background-color: rgb(164, 14, 119); */
    background-color: rgb(225, 224, 224);
    font-size: 15px;
    color: #fff;
    height: 50px;
    transition: 0.2s all linear;
}

#sva div:first-child::after {
    left: 100%;
    top: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 9px solid rgba(255, 255, 255, 0);
    border-left-color: rgb(255, 255, 255);
    margin-top: -8px;
}

#sva .tarifs {
    text-align: left;
    font-family: "Arial Bold", sans-serif;
    font-weight: bold;
    padding-left: 13px;
    letter-spacing: -1px;
}

#sva div p {
    color: white;
}
#sva div p {
    margin: 0;
    line-height: 18px;
    padding-top: 8px;
}


/**************

 RESPONSIVE MEDIA
 
**************/

@media (max-width: 432px) {
	/*.row-pics {
		position: relative;
		max-height: 225px;
		overflow: hidden;
		margin-bottom: 15px;
	}
	.name-head {
		color: #2ca3db;
		font-size: 22px;
	}
	.name-tag {
		color: #d42a75;
		display: inline-block;
		font-size: 22px;
		font-weight: normal;
	}*/
	.row-pics {
		position: relative;
		max-height: 107px;
		overflow: hidden;
		margin-bottom: 7px;
	}
	.picture-box-cont {
		height: 107px;
		line-height: 107px;
		vertical-align: middle;
	}
	.col-xs-12 .picture-box-cont {
		height: auto;	
	}
	.picture-box-cont img.img-responsive {
		width: 100%;
		vertical-align:middle;
	}
	.name-head {
		color: #2ca3db;
		font-size: 16px;
	}
	.name-tag {
		color: #d42a75;
		/*display: inline-block;*/
		font-size: 18px;
		font-weight: normal;
	}
	#tags-container a.light-link-button {
		line-height: 20px;
		padding: 12px 12px;
		letter-spacing: normal;
	}
	.footer-container i.fa {
		font-size: 35px;
	}
	.footer-container i.fa-2x {
		font-size: 25px;
	}
	.circle-container {
		 height: 70px;
		 width: 70px;
		 margin: auto;
		 position: relative;
		 overflow: hidden;
		 /*float: left;*/
	 
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		border: 2px solid #b2b2b2;
		text-align: center;
		padding: 12px;
	}
	.circle-container i {
		font-size: 40px;
	}
	.billingTxt {
		font-size: 40px;
		line-height: 40px;
	}
	.billingTxt span {
		font-size: 40px;
	}
	.numcontainer {
		display: inline-block;
	}
	.numflag {
		width: 25%;	
	}
	.numtel {
		font-size: 40px;
		line-height: 40px;
	}
	.btn-glyphicon {
		padding: 10px;
		font-size: 30px;
		line-height: 30px;
	}
	.billing-title {
		font-size: 24px;
	}
	#sva {
		display: inline-flex;
		height: 35px;
		width: 300px;
	}
	#sva div:first-child {
	    font-size: 20px;
	    height: 35px;
	    color: rgb(225, 224, 224);
	    line-height: 36px;
	}
	#sva div {
	    font-size: 13px;
	    height: 35px;
	}
	#sva .tarifs {
		font-size: 11px;
	}
	#sva div p {
	    line-height: 15px;
	    padding-top: 5px;
	}
}

@media (max-width: 990px) {
	body {
		padding-bottom: 55px;
	}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
	.navbar-brand {
		padding: 0;
	}
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (max-width: 768px) {
  body {
	  padding-bottom: 55px;
  }
  nav li a:hover {
	text-decoration: underline;
  }
  .navbar-header {
	text-align: center;  
  }
  .navbar-brand {
	float: none;
	padding: 0;
  }
  .modal-header .close-blk {
	margin-top: -10px;
  }
  
  a.tag-button {
    padding: 15px 17px;
  }
}

@media (min-width: 767px) {
  .main-container {
	min-height: 850px;
  }
  .heading-logo {
	width: 80px;
	height: 80px;
	margin-right: 3px;
  }
  .navbar-nav {
	float: right;	
  }
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
	.billingTxt {
		font-size: 45px;
		line-height: 45px;
	}
	.billingTxt span {
		font-size: 45px;
	}
	.numcontainer {
		display: inline-block;
	}
	.numflag {
		width: 25%;	
	}
	.numtel {
		font-size: 50px;
		line-height: 50px;
	}
}
/* iPhone 6 (portrait) ----------- */
@media (max-width: 375px) {
	.billingTxt {
		font-size: 35px;
		line-height: 35px;
	}
	.billingTxt span {
		font-size: 35px;
	}
	.numcontainer {
		display: inline-block;
	}
	.numflag {
		width: 25%;	
	}
	.numtel {
		font-size: 35px;
		line-height: 35px;
		
	}
	.btn-glyphicon {
		padding: 10px;
		font-size: 30px;
		line-height: 30px;
	}
}
/* smart phone width: 360px ----------- */
@media (max-width: 360px) {
	.billingTxt {
		font-size: 30px;
		line-height: 30px;
	}
	.billingTxt span {
		font-size: 30px;
	}
	.numflag {
		width: 25%;	
	}
	.numtel {
		font-size: 30px;
		line-height: 30px;	
	}
	.numeroContainer {
		font-size: 20px;
		padding: 0 5px;
	}
}
