@charset "utf-8";
body {
	background: #640000;
	background-image: linear-gradient( to bottom, rgb(0, 0, 0) 5.6%, rgb(147, 3, 3) 97.7% );
	background-image: linear-gradient( to bottom, rgb(0, 0, 0) 5.6%, rgb(147, 3, 3) 97.7% );
}
.head-top-bottom {
background: #03001e;
	background: -webkit-linear-gradient(to right, #03001e, #302b63, #03001e);
	background: linear-gradient(to right, #03001e, #302b63, #03001e);
 	padding: 15px 0;
}
.head-top-bottom a {
	font-size:18px;
	font-weight: 500;
	color: #ffffff;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 6px 20px;
	margin: 3px 0;
	border-radius: 25px;
}
.social-icons li {
	float: left;
	list-style-type: none;
	margin-left: 10px;
}
.social-icons li a {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	height: 35px;
	width: 35px;
	padding: 0 !important;
	border-radius: 50%;
	text-align: center;
	background-color: #1a1a1a;
	line-height: 35px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none !important;
}
.navbar-default {
	background: none !important;
	border: none !important;
}
.navbar-nav > li > a {
	font-size: 14px;
	color: #fff !important;
	font-weight: bold !important;
	padding: 50px 20px !important;
}
.navbar-brand img {
	width: 220px;
}
.navbar-brand {
	padding: 0;
}
.navbar-nav > li > a:hover {
	background: #03001e !important;
}
.menu-sec {
	border-bottom: 1px solid #b21f1f;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: #03001e !important;
}
.navbar-brand
{
	font-size: 30px;
	font-weight: 700;
	color: #fff !important;
	margin-top: 50px;
}
.header-top img, .banner img, .prof-head img {
	width: 100%;
}
.bnr-btm {
	padding: 10px 0;
	background: #700220;
	 
}

.bnr-btm p {  padding:10px 0;
     font-size: 18px;
     line-height: 22px;
     color: #fff
 }

.bnr-btm h1 {
	text-align: center;
	margin: 0;
	font-size: 40px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
	color: #FFD200;
}
.sect-title{ background:#510000; width:100% !important; border-radius: 5px;}
.sect-title h2, .sect-title h3, .sect-title h4 { 
	font-weight: 500; width:100%;
	line-height: 1.125;
	color: #6fc2ff;
	padding: 1px 2px 8px 2px;
	text-shadow: 2px 2px 2px #000;
	margin: 0 0 25px 0 !important;
}
.profile {
	margin-bottom: 30px;
}
.profile-cont {
	position: relative;
	overflow: hidden;
}
.profile .thumb-hover {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: #000046;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #1cb5e0c9, #000046cf);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #1cb5e0c9, #000046cf); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	text-align: center;
}
.profile .thumb-hover a {
	flex: 1;
	font-size: 18px;
	color: #fff;
	display: block;
}
.girl-name {
	background: #640000;
	padding:5px; text-align:center;
}
.girl-name h4 {
	font-weight: bold;
	font-size:16px;
	border-bottom:1px dashed #4a4a4a;
	color: #fff!important;
	padding-bottom: 10px;
	margin: 0;
}
.girl-name p {text-align:center;
	font-size: 14px;
	margin: 5px 0 0 0;
}
.girl-name p span{ color:#fb2240; font-weight:bold;
  }
.profile:hover .profile-cont .thumb-hover {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.avlbl-bg {
	background: #00004673;
	padding-top: 15px;
	margin-top: 30px;
	border-radius: 5px;
}
.sect-title table {
	border: 1px solid #fff !important;
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.sect-title table td {
	padding: 10px 0;
}
.text-area {
	padding: 50px 0;
}
.text-area p, .text-area ul li {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}
.text-area ul li {
	margin-bottom: 10px;
}

.stapos {
	background: #03001e;
	padding: 15px 0;
}

.poster{background: #370101; margin:auto; width:100%; float:left; border-radius: 5px;
	margin:0 0 0 0;
}

.poster img {border-radius: 5px;
	width: 100%; margin:0 0 10px 0;
}

.poster h4 {
	background: #850708;
	color: #fff;
	font-size:20px;
	text-align: center;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 3px solid #ed1927;
	line-height: 30px;
}


.poster p {
     font-size: 14px;
     line-height: 22px;
     color: #fff
 }


.catgary {background: #370101; margin:auto; width:100%; float:left; border-radius: 5px;
	margin-top:20px; margin-bottom:20px;
}
.catgary h4 {
	background: #850708;
	color: #fff;
	font-size:20px;
	text-align: center;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 3px solid #ed1927;
	line-height: 30px;
}


.catgary p { padding:10px;
     font-size: 16px;
     line-height: 22px;
     color: #fff
 }
 .catgary ul {
     list-style: none;
     padding:0px 5px;
 }
 
.catgary ul li{ font-size:18px!important;
     padding: 5px 0;
     line-height:24px;
     text-align: left;
     border-bottom: dotted 2px #6f6c6c;
 }
 .catgary ul li a {
     color: #fff
 }
 .catgary ul li a:hover{ background:#fafe05;
     color: #c40747;
 }
 
 .table_pi{color:#fff}table.portf_info{font-size:14px!important; width:100%; margin-top:0; margin-bottom:5px;color:#fff;line-height:22px}table.portf_info tr{border-bottom:1px solid #803a3782}table.portf_info th{font-weight:400;line-height:33px}table.portf_info tr .price{background: #03001e!important;
    padding:0px 0!important;}
 
 .statags {
	background: #03001e;
	padding:50px 0;
}

.statags h5 {
	background: #850708;
	color: #fff;
	font-size:20px;
	text-align: center;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 3px solid #ed1927;
	line-height: 30px;
}


.statags p { text-align:center;
     font-size: 16px;
     line-height: 22px;
     color: #fff
 }
 
.button-one { width:100%;
    background: #edf000; /* background color */
}
.button-two {width:100%;
    background: #f15640;
}
.button-three {width:100%;
    background: #27c9b8;
}
.button-four {width:100%;
    background: #FF3366;
}
.button-one,
.button-two,
.button-three,
.button-four {
    color: #1d1d1d; /* text color */
    display: inline-block;
    border-radius: 0; /* square corners */
    padding: 10px 18px; /* space around text */
    text-transform: uppercase; /* all capital letters */
    font-weight: 700;
    letter-spacing: 1px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.button-one:hover,
.button-two:hover,
.button-three:hover,
.button-four:hover {
    background: #fff; color:#666666;
}

.video-area {
    text-align: center;
    color: #fff;
    padding: 90px 0;
    position: relative;
}

.video-txt {text-align:center;
    position: relative;
    z-index: 2;
}
.video-txt h4{ font-size:46px; text-align:center; font-weight:600; color:#fff; padding:10px 0;}

.video-txt  p {text-align:center;
     font-size:20px;
	 font-weight:500;
     line-height:32px;
     color: #fff
 }
 
 .love-area {
    text-align: center;
    color: #fff;
    padding: 90px 0;
    position: relative;
}

.love-txt {text-align:center;
    position: relative;
    z-index: 2;
}
.love-txt h4{ font-size:46px; text-align:center; font-weight:600; color:#fff; padding:10px 0;}

.love-txt  p {text-align:center;
     font-size:20px;
	 font-weight:500;
     line-height:32px;
     color: #fff
 }

.theme-btn:visited,
.theme-btn{position:relative;display:inline-block;overflow:hidden;text-transform:uppercase;border:1px solid #fff;text-decoration:none;color:#fff;padding:12px 40px;background-color:#f20000;font-size:16px;border-radius:40px;z-index:1;}
.theme-btn span{position:absolute;display:block;width:0;height:0;border-radius:50px;background-color:#019c03;transition:width 0.4s ease-in-out, height 0.4s ease-in-out;transform:translate(-50%, -50%);z-index:2;}
.theme-btn:active,
.theme-btn:hover{color:#fff;border:1px solid #ff0654;background-color:#fafe05;transition:background-color 1s ease;}
.theme-btn:hover span{width:500px;height:500px;z-index:-1;}
.theme-btn:active{background-color:#fafe05;}
.theme-btn-alt{background-color:#e9e9e9;border-color:#e9e9e9;color:#303030;}
.theme-btn-alt span{background-color:#fafe05;}
.theme-btn-alt:hover{border-color:#cf2c44;background-color:#fafe05;transition:background-color 1s ease;}
.jarallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.teamgirls {
	background: #03001e;
	padding:40px 0;
}

.teamgirls h3 {
	background: #850708;
	color: #fff;
	font-size:30px;
	text-align: center;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 3px solid #ed1927;
	line-height: 30px;
}


.teamgirls p { text-align:center;
     font-size:18px;
     line-height:28px;
     color: #fff; padding:10px 0;
 }

.teamgirls-bx{background: #370101; margin:auto; width:100%; float:left; border-radius: 5px;
	margin:0 0 0 0; text-align:center;
}

.teamgirls-bx img {border-radius: 5px;
	width: 100%; margin:0 0 10px 0;
}

.teamgirls-bx h5 {
 	color: #fff;
	font-size:20px;
	text-align: center;
 	margin-top: 0;
	margin-bottom: 8px; padding:10px 0;
 	border-bottom:1px dashed #ed1927;
	line-height: 30px;
}

.teamgirls-bx p { padding:10px;
     font-size: 16px;
     line-height: 22px;
     color: #fff
 }
 
 .tagbag {
background: #640000;
	background: -webkit-linear-gradient(to right, #700220, #302b63, #640000);
	background: linear-gradient(to right, #700220, #302b63, #640000);
	padding:40px 0;
}

.tagbag h4 {
	background: #850708;
	color: #fff;
	font-size:30px;
	text-align: center;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 3px solid #ed1927;
	line-height: 30px;
}

.locations-panel {
    margin:20px 0px;
}

.locations-panel ul {
    display: flex;
    flex-wrap: wrap;
}
.locations-panel ul li {
    line-height: 25px;
    margin: 5px;
}
.locations-panel ul li a {
    color: #fcebd3;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 10px;
    background: #05121e;
    border-radius: 5px;
}

.locations-panel ul li a:hover{
    color: #062f55;
      background: #fff;
 }
 
 
footer ul {
	padding: 0;
	display: table;
	margin: 0 auto;
}
footer ul li {
	float: left;
	list-style-type: none;
	margin-right: 30px;
	position: relative;
}
footer ul li a {
	color: #fff;
	font-size: 15px;
}
footer ul li:after {
	content: '|';
	position: absolute;
	color: #fff;
	padding-left: 10px;
}
footer ul li:last-child:after {
	display: none;
}
footer ul li:last-child {
	margin: 0;
}
footer p {
	text-align: center;
	margin: 20px 0 0 0;
}
footer {
	background: #03001e;
	background: -webkit-linear-gradient(to right, #03001e, #302b63, #03001e);
	background: linear-gradient(to right, #03001e, #302b63, #03001e);
	padding: 30px 0 60px 0;
}

 .price {
	background: #03001e;
	padding:50px 0;
}

.price h5 {
	background: #850708;
	color: #fff;
	font-size:30px;
	text-align: center;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 8px;
 	border-radius: 5px;
	border-bottom:1px  dashed #ed1927;
	line-height: 30px;
}


.price p { text-align:center;
     font-size:18px;
     line-height: 22px;
     color: #fff
 }
 
 ul {
  list-style-type: none;
}

a {
  color: #fffa02;
  text-decoration: none;
}


.pricing-table-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.6em;
  color: #FFF;
  margin-top: 15px;
  text-align: left;
  margin-bottom: 25px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table-title a {
  font-size: 0.6em;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  clear: both;
}
/** ========================
 * Contenedor
 ============================*/
.pricing-wrapper {
  width: 960px;
  margin: 40px auto 0;
}

.pricing-table {
  margin: 0 10px;
  text-align: center;
  width: 300px;
  float: left;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pricing-table:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}

.pricing-title {
  color: #FFF;
  background: #e95846;
  padding: 20px 0;
  font-size: 2em;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table.recommended .pricing-title {
  background: #2db3cb;
}

.pricing-table.recommended .pricing-action {
  background: #2db3cb;
}

.pricing-table .price {
  background: #000;
  font-size: 3.4em;
  font-weight: 700;
  padding: 20px 0;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table .price sup {
  font-size: 0.4em;
  position: relative;
  left: 5px;
}

.table-list { padding:0px 0px;
  background: #FFF;
  color: #403d3a;
}

.table-list li {
  font-size: 1.4em;
  font-weight: 700;
  padding: 12px 8px;
}

.table-list li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #3fab91;
  display: inline-block;
  position: relative;
  right: 5px;
  font-size: 16px;
} 

.table-list li span {
  font-weight: 400;
}

.table-list li span.unlimited {
  color: #FFF;
  background: #e95846;
  font-size: 0.9em;
  padding: 5px 7px;
  display: inline-block;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
}


.table-list li:nth-child(2n) {
  background: #F0F0F0;
}

.table-buy {
  background: #FFF;
  padding: 15px;
  text-align: center;
  overflow: hidden;
}

.table-buy p {
  float: left;
  color: #37353a;
  font-weight: 700;
  font-size: 2.4em;
}

.table-buy p sup {
  font-size: 0.5em;
  position: relative;
  left: 5px;
}

.table-buy .pricing-action {
   color: #FFF;
  background: #e95846;
  padding: 10px 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: 700;
  font-size: 1.4em;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.table-buy .pricing-action:hover {
  background: #cf4f3e;
}

.recommended .table-buy .pricing-action:hover {
  background: #228799;  
}

/** ================
 * Responsive
 ===================*/
 @media only screen and (min-width: 768px) and (max-width: 959px) {
  .pricing-wrapper {
    width: 768px;
  }

  .pricing-table {
    width: 236px;
  }
  
  .table-list li {
    font-size: 1.3em;
  }

 }

 @media only screen and (max-width: 767px) {
  .pricing-wrapper {
    width: 420px;
  }

  .pricing-table {
    display: block;
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
 }

@media only screen and (max-width: 479px) {
  .pricing-wrapper {
    width: 300px;
  }
} 

 @media (max-width:1199px) {
}
@media (max-width:991px) {
.navbar-brand img {
	width: 150px;
}
.navbar-nav > li > a {
	font-size: 14px;
	color: #fff !important;
	font-weight: bold !important;
	padding: 32px 14px !important;
}
}
@media (max-width:767px) {
.head-top-bottom a {
	display: block;
	text-align: center;
}
.pull-right {
	float: none !important;
}
.social-icons {
	display: table;
	margin: 0 auto;
	padding: 0;
}
.navbar-toggle {
	margin-top: 28px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
}
footer ul li {
	float: none;
	margin-bottom: 10px;
	margin-right: 0;
}
footer ul li::after {
	display: none;
}
footer ul li a {
	display: block;
	text-align: center;
}
}
@media (max-width:499px) {
.bnr-btm h1 {
	font-size: 20px;
}
.sect-title h2, .sect-title h3 {
	font-size: 20px;
}
.w100 {
	width: 100% !important;
}
.prof-head img {
	width: 100%;
}
}
