/*!
 * Start Bootstrap - Freelancer 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 {
    overflow-x: hidden;
}

p {
    font-size: 20px;
}
ul {
    font-size: 20px;
    
}
li {
    margin: 0 0 10.5px;
}
p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #ff7781;
}
.intro-text a , .intro-text a:hover, .intro-text a:focus, .intro-text a:active {
	color: #ff7781;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    /* content: "\f005"; */
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #233140;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
	width: 100%;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}
.navbar-brand>img {
    height: 48px;
    position: relative;
}
.navbar-default {
    background-color: #000000;
}
@media(min-width:1268px) {
    .navbar-brand>img {
        height: 82px;
        margin: -20px 0;
    }
}
@media(min-width:768px) {
    header .container {
        padding-top: 144px;
        max-height: 720px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        /*padding: 15px 0;*/
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
	.container {
	    /* width: 100%; */
	}
}


.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
    font-size:1em;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 50px 0;
}

section.success {
    color: #fff;
    background: #233140;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #ff7781;;
}

@media(max-width:767px) {
    section {
        padding: 25px 0;
    }

    section.first {
        padding-top: 75px;
    }
}
@media(max-width:767px) {
    section#portfolio {
        text-align: center;
    }
}


#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
   /* background: rgba(24,188,156,.9);*/
    background: none repeat scroll 0 0 rgba(214, 82, 92, 0.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #ff7781;;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #233140;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
#portfolio {
	color:white;
}

.fancybutton {
	clear: left;
	width: 367px;
	height: 103px;
	font-weight: 800;
	font-size: 26px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 10px #000;
	text-decoration: none;
	cursor:pointer;
	background: url('../community/_images/bigbutton.png') bottom;
	border:0;
	color:#f1f3ee;
}
.fancybutton:hover {
	background-position:0 0px !important;
}
.fancybuttonsmall {
    clear: left;
    width: 250px;
    height: 70px;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -1px;
    text-shadow: 1px 1px 10px #000;
    text-decoration: none;
    cursor: pointer;
    background: url('../community/_images/bigbutton.png') bottom;
    background-size: 250px;
    border: 0;
    color: #f1f3ee;
}
.fancybuttonsmall:hover {
	background-position:0 0px !important;
}

#mc_embed_signup {
    background: none;
    font: 14px Helvetica,Arial,sans-serif;
    padding: 0;
    border:none;
	margin: 0 auto;
}
#mc_embed_signup form {
    display: block;
    position: relative;
    /*padding: 10px 0 10px 3%;*/
}

#mc_embed_signup input.email {
    display: block;
    padding: 12px 0;
    margin: 0 4% 10px 0;
    text-indent: 5px;
    width: 60%;
    min-width: 130px;
    border-radius: 6px;
    margin: 20px auto;
	width:300px;
	color: black;
}
#mc_embed_signup input {
    border: 1px solid #999;
    -webkit-appearance: none;
}
#mc_embed_signup .fancybutton {
	border: 0 none;
}
#mc_embed_signup .button {
    background-color: #6441A5;
    color: #FFF;
	font-size: 2em;
	font-weight: bold;
	letter-spacing:-1px;
	clear: both;
    border: 0 none;
    cursor: pointer;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
	margin: 0 auto;
	width: 300px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	padding: 20px 0px;
    border-radius: 16px;
}
#mc_embed_signup input {
    border: 1px solid #999;
    -webkit-appearance: none;
}
#mc_embed_signup input.button {
    display: block;
}

.unlock1 {
	background:url(http://forcedshowdown.com/images/CommunityUnlock_Chest.png);
	width: 427px;
	height: 304px;
	margin-left: 180%;
	margin-top: 9px;
}
.unlock2 {
	background:url(http://forcedshowdown.com/images/CommunityUnlock_DeathlyBrutus.png);
	width: 568px;
	height: 313px;
	margin-left: -56%;
}
.unlock3 {
	background:url(http://forcedshowdown.com/images/CommunityUnlock_TinyDragon.png);
	width: 387px;
	height: 313px;
	margin-left: -10%;
}
.unlock4 {
	background:url(http://forcedshowdown.com/images/CommunityUnlock_SoL.png);
	width: 503px;
	height: 313px;
	margin-left: 34%;
}
.unlock5 {
	background:url(http://forcedshowdown.com/images/CommunityUnlock_Stormbringer.png);
	width: 420px;
	height: 313px;
	margin-left: 105%;
}
.hidden {
	visibility:hidden;
}
.shadowbg {
	background: transparent url("http://forcedshowdown.com/images/shadowB.png") no-repeat center;
    background-size: 100% 100%;
    padding: 25px;
}
hr.betahr {
    margin: 0;
    border: 0;
    padding: 2px 0;
    clear: both;
    box-shadow: 0px 0px 54px 0px rgb(62,26,66);
    background-image: linear-gradient(to right,rgba(0,0,0,0),rgba(132,99,140,0.75),rgba(0,0,0,0));
	margin-bottom: 40px;
}
.teammember p{
    margin:0;    
}
.teammember {
    margin:0 0 5% 0;   
}
.teammemberpic {
    height: 195px;
    width: 195px;
    overflow: hidden;
    margin:0 auto;
}
.teammember img {  
    
    height: 195px;
}
.sharing-container {
    margin:3% 0;
}
.sharing .box {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 35px;
    margin: 0 2%;
    color: white;
    font-size: 18px;
    text-align: center;
    border-radius: 3px;
    line-height: 35px;
    cursor: pointer;
}
.sharing .box .fa:before {
    line-height: 1;
    speak: none;
    text-transform: none;
    font-size: 20px;
    position: relative;
    line-height: 35px;
    vertical-align: top;
    color: white;
    right: 8px;
    display: inline-block;
    
}
.sharing .box .fab:before {
    line-height: 1;
    speak: none;
    text-transform: none;
    font-size: 20px;
    position: relative;
    line-height: 35px;
    vertical-align: top;
    color: white;
    right: 8px;
    display: inline-block;
    
}
.sharing .box .share {
    color: white;
    margin-left: 8px;
}
.sharing a {
    text-decoration: none;
    -webkit-transition: color .1s linear;
    transition: color .1s linear;
}
.sharing .box .share span {
    display: inline;
}
.sharing .sharrre {
    display: inline;
}
.sharing .box.twitter {
    background-color: #4099ff;
}
.sharing .box.twitter:hover{
    background-color:#52a3ff
}
.sharing .box.linkedin {
    background-color: #007bb6;
}
.sharing .box.linkedin:hover{
    background-color:#0087c8
}
.sharing .box.mail {
    background-color: #4e4e4e;
}
.sharing .box.mail:hover {
    background-color:#575757;
}
.sharing .box.facebook {
    background-color: #3b5998;
}
.sharing .box.facebook:hover {
    background-color: #4061a5;
}
.sharing .box {
    width: 125px;
    margin: 5px 1%;
}
.invlogo {
    padding: 40px;
    display: inline
}
.invlogo img {
    width: 200px;
}
/* Slideshow */

* {
  margin: 0;
  padding: 0;
}

.pic-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /*animation*/

  animation: slideShow 24s linear infinite 0s;
  -o-animation: slideShow 24s linear infinite 0s;
  -moz-animation: slideShow 24s linear infinite 0s;
  -webkit-animation: slideShow 24s linear infinite 0s;
}

figurecaption {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
}

.pic-1 {
  opacity: 1;
  /*background: url(../img/teamphoto7.jpg) no-repeat bottom center;*/
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../img/teamphoto7.jpg) no-repeat bottom center;      
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-2 {
  animation-delay: 6s;
  -o-animation-delay: 6s;
  -moz--animation-delay: 6s;
  -webkit-animation-delay: 6s;
  /*background: url(https://minionmastersthegame.com/updates/sand-wars/images/MM_Promo_Splash_SlitherScrat_1080p_FadeDarkBottom.jpg) no-repeat bottom center;*/
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(https://minionmastersthegame.com/updates/sand-wars/images/MM_Promo_Splash_SlitherScrat_1080p_FadeDarkBottom.jpg) no-repeat bottom center;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-3 {
  animation-delay: 12s;
  -o-animation-delay: 12s;
  -moz--animation-delay: 12s;
  -webkit-animation-delay: 12s;
  /*background: url(../img/teamphoto6.jpg) no-repeat bottom center;*/
      background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../img/teamphoto6.jpg) bottom center;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pic-4 {
  animation-delay: 18s;
  -o-animation-delay: 18s;
  -moz--animation-delay: 18s;
  -webkit-animation-delay: 18s;
  /* background: url(https://minionmastersthegame.com/updates/bones-and-bravery/images/MM_Promo_Splash_Morellia_1920x1080_Fade2.jpg) no-repeat top center; */
      background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(https://minionmastersthegame.com/updates/bones-and-bravery/images/MM_Promo_Splash_Morellia_1920x1080_Fade2.jpg) no-repeat top center;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.pic-5 {
  animation-delay: 24s;
  -o-animation-delay: 24s;
  -moz--animation-delay: 24s;
  -webkit-animation-delay: 24s;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../img/teamphoto8.jpg) no-repeat middle center;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.pic-6 {
  animation-delay: 30s;
  -o-animation-delay: 30s;
  -moz--animation-delay: 30s;
  -webkit-animation-delay: 30s;
      background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(https://minionmastersthegame.com/updates/rise-of-the-howling-moon/images/mm_promo_splash_web_riseofthehowlingmoon_diona_2600.jpg) no-repeat top center;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.pic-7 {
  animation-delay: 36s;
  -o-animation-delay: 36s;
  -moz--animation-delay: 36s;
  -webkit-animation-delay: 36s;
      background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../img/teamphoto10.jpg) no-repeat middle center;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.pic-8 {
  animation-delay: 42s;
  -o-animation-delay: 42s;
  -moz--animation-delay: 42s;
  -webkit-animation-delay: 42s;
      background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(https://minionmastersthegame.com/updates/zen-chi-zap/images/MM_Promo_Splash_RitJ_1920x1080_NoLogo.jpg) no-repeat top center;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}




/* keyframes*/

@keyframes 
slideShow {  0% {
     opacity: 0;
     transform:scale(1);
     -ms-transform:scale(1);
    }
     5% {
     opacity: 1
    }
     25% {
     opacity: 1;
    }
     30% {
     opacity: 0;
     transform:scale(1.1);
     -ms-transform:scale(1.1);
    }
     100% {
     opacity: 0;
     transform:scale(1);
     -ms-transformm:scale(1);
    }
}
 @-o-keyframes 
slideShow {  0% {
     opacity: 0;
     -o-transform:scale(1);
    }
     5% {
     opacity: 1
    }
     25% {
     opacity: 1;
    }
     30% {
     opacity: 0;
     -o-transform:scale(1.1);
    }
     100% {
     opacity: 0;
     -o-transformm:scale(1);
    }
}
 @-moz-keyframes 
slideShow {  0% {
     opacity: 0;
     -moz-transform:scale(1);
    }
     5% {
     opacity: 1
    }
     25% {
     opacity: 1;
    }
     30% {
     opacity: 0;
     -moz-transform:scale(1.1);
    }
     100% {
     opacity: 0;
     -moz-transformm:scale(1);
    }
}
 @-webkit-keyframes 
slideShow {  0% {
     opacity: 0;
     -webkit-transform:scale(1);
    }
     5% {
     opacity: 1
    }
     25% {
     opacity: 1;
    }
     30% {
     opacity: 0;
     -webkit-transform:scale(1.1);
    }
     100% {
     opacity: 0;
     -webkit-transformm:scale(1);
    }
}
