html {
  position: relative;
}

ul {
  list-style-type: none;
}
ol{
  padding: 0px; 
  list-style-type:none;
  
}
ol li {
  float:left;
  margin: 10px 10px 0px 20px;
  padding: 0px;
}
ol li:before {
  content: "\00BB \0020";
}
p {
	font-size: 1.3em;
	text-align: justify;
    word-wrap: break-word;
}
pre {
	background-color:#ffffff;
}
h1{ 
	color:#c52233;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.5em;
  text-decoration: none;
}
h2{ 
	color:#c52233;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	text-decoration: none;
}
h3{ 
	color:#c52233;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-decoration: none;
}

h4{ 
	color:#ec5c6a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-decoration: none;
	font-weight: bold;
}

.as-sms {
  margin-right: 5px;
}
/* HEADER
-------------------------------------------------- */
.as-header {
  background-color:#ffffff;
  padding: 10px;
	color:#fff;
	height:82px;
  text-align:center;
  opacity:0.8;
}

.as-header-logo {
	height:80px;
}

.as-header-logo-square {
	height: 40px;
	margin-left:10px;
  margin-top:-10px;
  padding:5px;
  background-color:#ec5c6a;
}

.affix {
  top: 0;
  width: 100%;
}

.affix + .container-fluid {
  padding-top: 70px;
}


.navbar {
	margin-bottom: 0px !important;
	border-width: 0px 0px 4px!important;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ec5c6a;
}

.navbar-center
{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin:5px auto;
    font-size: 200%;
    color: white;

}

/* CONTENT
-------------------------------------------------- */
.container {
  width: auto;
   max-width: 680px;
  padding: 0 15px;
}



.business-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
	-ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.as-img-heading-1 {
    height: 300px;
	background-color:transparent;
	background-attachment:fixed;
	background-position: center center; 
}

.as-img-article {
	margin: 10px;
	height: 100px;
}
/* FOOTER
-------------------------------------------------- */
.footer {
    height: auto;
	width:100%;
  	/* background:#C9C9C9; */
    background-image: url("https://www.app-seduction.com/images/pictures/footer-image.jpg");
	height:700px;
	text-align:center;
	vertical-align:50%;
	z-index:10;
	overflow-y: hidden;
}

#as-copyright {
    background-color: #292929;
	text-align: center;
}

#as-footer-plan {
	height:700px;
}


/* MENU TEXT UNDELINE ANIMATED
-------------------------------------------------- */
.as-bg-color {
  background-color: #c52233 !important;
}

.menu {
	margin-top:10px;
	font-family:"Effra W01 Regular", Arial, sans-serif;
	font-size:10px;
	color:#c52233;
	text-transform:uppercase;
}

.menu a, .menu span {
	display:inline-block;
	color:#c52233;
	text-decoration:none;
	margin-left:0px;
	opacity:0.7;
	letter-spacing:1px;
	line-height:22px;
	-webkit-font-smoothing:antialiased;
	background: linear-gradient(to right, rgba(197, 34, 51, 1) 90%, rgba(197, 54, 31, 0) 50%);
	background-repeat: no-repeat;
	background-size: 300% 2px;
	background-position: right bottom;
	-moz-transition: opacity 0.2s ease-out, background-position 0.4s ease-out, color 0.3s 2.4s ease-out;
    -o-transition: opacity 0.2s ease-out, background-position 0.4s ease-out, color 0.3s 2.4s ease-out;
    -ms-transition: opacity 0.2s ease-out, background-position 0.4s ease-out, color 0.3s 2.4s ease-out;
	-webkit-transition: opacity 0.2s ease-out, background-position 0.4s ease-out, color 0.3s 2.4s ease-out;
    transition: opacity 0.2s ease-out, background-position 0.4s ease-out, color 0.3s 2.4s ease-out;
}

.menu a:hover, .menu span:hover {
	background-position: left bottom;
	opacity:1;
	cursor:pointer;
}

/* MENU V2 TEXT UNDELINE ANIMATED
-------------------------------------------------- */
.navbar-default .navbar-nav>li>a {
    color: #c52233 !important;
}

.menu2 a, .menu2 li {
	font-size:20px;
	display:inline-block;
	text-decoration:none;
	margin-left:0px;
	opacity:0.7;
	letter-spacing:1px;
	line-height:22px;
	-webkit-font-smoothing:antialiased;
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%);
	background-repeat: no-repeat;
	background-size: 300% 2px;
	background-position: right bottom;
	-moz-transition: opacity 0.2s ease-out, background-position 0.4s ease-out, color 0.3s 2.4s ease-out;
    -o-transition: opacity 0.2s ease-out, background-position 0.4s ease-out, color 0.3s 2.4s ease-out;
    -ms-transition: opacity 0.2s ease-out, background-position 0.4s ease-out, color 0.3s 2.4s ease-out;
	-webkit-transition: opacity 0.2s ease-out, background-position 0.4s ease-out, color 0.3s 2.4s ease-out;
    transition: opacity 0.2s ease-out, background-position 0.4s ease-out, color 0.3s 2.4s ease-out;
}

.menu2 a:hover, .menu2 li:hover {
	background-position: left bottom;
	opacity:1;
	cursor:pointer;
}

@media (max-width: 992px) {
	.menu2 a, .menu2 li {
		position: relative;
		display: block;
	}
}



/**
* BEGIN NAVBAR TOGGLE ANIMATION (MENU BURGER)
*/
.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
  background-color: #4b9dd2 !important;
}

.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
/**
* END NAVBAR TOGGLE ANIMATION (MENU BURGER)
*/

/* CAROUSSEL TESTIMONIAL
-------------------------------------------------- */
#tcb-testimonial-carousel {
	margin-top: 30px;
}
#tcb-testimonial-carousel a {
	color: #b20000;
}
#tcb-testimonial-carousel .text-brand {
	color: #b20000;
}
#tcb-testimonial-carousel .carousel-indicators {
	margin-top: 30px;
}

#tcb-testimonial-carousel .carousel-indicators .active {
	background: #b20000;
}
#tcb-testimonial-carousel .no-margin {
	margin: 0;
}
#tcb-testimonial-carousel .carousel-indicators li {
	border: 1px solid #ccc;
}
#tcb-testimonial-carousel .carousel-control {
	color: #b20000;
	width: 5%;
}
#tcb-testimonial-carousel .carousel-control:hover,
#tcb-testimonial-carousel .carousel-control:focus {
	color: #b20000;
}
#tcb-testimonial-carousel .carousel-control.left,
#tcb-testimonial-carousel .carousel-control.right {
	background-image: none;
}
#tcb-testimonial-carousel .item {
	padding: 15px 40px;
	background: #ffffff;
}
#tcb-testimonial-carousel .media-object {
	margin: auto;
}
@media screen and (max-width: 768px) {
	#tcb-testimonial-carousel .media-object {
		margin-bottom: 15px;
	}
}





/*---------------------------------------- ouibounce-modal   */
#ouibounce-modal {
  font-family: 'Open Sans', sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
#ouibounce-modal .ouibounce-modal {
  width: 600px;
  height: 400px;
  background-color: #f0f1f2;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
}
#ouibounce-modal .ouibounce-modal-title {
  font-size: 18px;
  background-color: #252525;
  color: #fff;
  padding: 10px;
  margin: 0;
  border-radius: 4px 4px 0 0;
  text-align: center;
}
#ouibounce-modal h3 {
  color: #fff;
  font-size: 1em;
  margin: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}
#ouibounce-modal .ouibounce-modal-body {
  padding: 20px 35px;
  font-size: 0.9em;
}
#ouibounce-modal p {
  color: #344a5f;
  line-height: 1.3em;
}
#ouibounce-modal form {
  text-align: center;
  margin-top: 35px;
}
#ouibounce-modal form input[type=text] {
  padding: 12px;
  font-size: 1.2em;
  width: 300px;
  border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-font-smoothing: antialiased;
}
#ouibounce-modal form input[type=submit] {
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px;
  font-size: 1.1em;
  border-radius: 4px;
  color: #fff;
  background-color: #4ab471;
  border: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
#ouibounce-modal form p {
  text-align: left;
  margin-left: 35px;
  opacity: 0.8;
  margin-top: 1px;
  padding-top: 1px;
  font-size: 0.9em;
}
#ouibounce-modal .ouibounce-modal-footer {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
#ouibounce-modal .ouibounce-modal-footer p {
  text-transform: capitalize;
  cursor: pointer;
  display: inline;
  border-bottom: 1px solid #344a5f;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* end ouibounce-modal   */






/* begin responsive   */



/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.menu {
		font-size:12px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.menu {
		font-size:14px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.menu {
		font-size:20px;
	}
}
/* end responsive   */
