/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

.topnav {
    font-size: 14px;
}

.lead {
    font-size: 14px;
    font-weight: 400;
}

.intro-header {
    padding-top: 100px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
}

.intro-message {
    position: relative;
    padding-top: 10%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #da0000;
	color: #fff;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 10px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 20px 0;
    background-color: #5cb85c;
    position: fixed;
    bottom: 0;
    width: 100%;
}

p.copyright {
    margin: 15px 0 0;
}

.form-horizontal a {
	color: green;
}

.navbar-default {
	background-color: #5cb85c;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}

.navbar-default .navbar-brand {
	color: #fff;
}

.btn-danger {
	background-color: #da0000;
}

.list-inline li a {
	color: #fff;
}

.term-menu {
	background: rgba(218,0,0,0.5);
	border-radius: 10px;
	padding: 20px;
}

.intro-message-terms {
	padding-top: 15%;
	padding-bottom: 5%;
}

.intro-message-terms p {
	text-align: justify;
}

.left-menu {
    background: rgba(92, 184, 92, 0.2);
    border-radius: 10px;
    padding-top: 30px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.form-control {
    background-color: rgba(0,0,0,0.2);
}

/* first page girl */
.first-page-girl-holder {
	margin-top: 150px;
}


.animated {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1s;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;

}

.animated.bounceIn {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

@-webkit-keyframes bounceIn {
  from, 5%, 10%, 15%, 20%, 25, 100%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  5% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  10% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  15% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  20% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  25% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.first-page-girl {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: white;
    display: block;
    border-radius: 100%;
	-webkit-box-shadow: 0px 0px 2px 3px white;
	-moz-box-shadow: 0px 0px 2px 3px white;
	box-shadow: 0px 0px 2px 3px white;
}

.show-third img {
	width: 350px;
	height: 250px;
	-o-object-fit: cover;
    -o-object-position: top center;
    object-fit: cover;
    object-position: top center;
}

p.speech {
	position: relative;
	width: 100%;
	height: 60px;
	text-align: center;
	background-color: #fff;
	border: 4px solid black;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #888;
	color: black;
	margin-top: 20px;
	margin-bottom: 50px;
	line-height: 20px;
	padding-top: 3px;
}

p.speech .speech-name {
	color: red;
	font-size: 24px;
	font-weight: bold;
}

p.speech:before{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 35px;
	top: -40px;
	border: 20px solid;
	border-color: transparent transparent black transparent;
}

p.speech:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 40px;
	top: -30px;
	border: 15px solid;
	border-color: transparent transparent #fff transparent;
}

/* end first page girl */

/* special text Jim */
.special-text {
    color: white;
    margin-top: 100px;
}
/* end special text Jim */

.text-rtd a {
    color: white;
}


.has-error .control-label,
.has-error span.help-block,
.has-error input.form-control,
.has-error .checkbox label {
     color: #ffff00;
}

.img-b {
    /*display: inline-block;*/
    width: 60px;
}

img.secure-bar {
	width: 400px;
}


@media (max-width: 768px) {
    .img-b {
        width: 60px;
    }

    img.secure-bar {
        width: 100%;
    }
}

.mb-100 {
    margin-bottom: 100px;
}