@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
body{
    color: #ffffff;
    /*font-family: 'Lato', sans-serif;*/
    background: rgb(172,39,52);
    background: -moz-linear-gradient(left,  rgba(172,39,52,1) 0%, rgba(185,48,52,1) 48%, rgba(219,72,87,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(172,39,52,1) 0%,rgba(185,48,52,1) 48%,rgba(219,72,87,1) 100%);
    background: linear-gradient(to right,  rgba(172,39,52,1) 0%,rgba(185,48,52,1) 48%,rgba(219,72,87,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b61aa', endColorstr='#4d4b93',GradientType=1 );
}
body a,body a:hover,body a:focus,body a:active{
    color: #ffffff;
    text-decoration: none;

}

@media all and (min-width: 1230px){
    .container {width: 1200px;}
}
.wrap{
    overflow: hidden;
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: rgba(0,0,0,0.2);
}
ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.navbar-brand{
    height: auto;
}
.navbar-brand>img{
    position: absolute;
}
.navbar-nav > li > a{
    font-size: 16px;
    font-weight: 600;
}

.navbar{
    padding-top: 10px;
}
h1{
    font-size: 45px;
    font-weight: 300;
    margin-top: 0px;
    margin-left: 175px;
}
h1+p{
    font-size: 16px;
}
.after_logo_text{
    margin-top: 70px;
    padding-bottom: 50px;
    margin-left: 45px;
    font-size: 16px;
    line-height: 22px;
}
.app-item{
    background-color: #dedede;
    padding: 15px 0 15px 45px;
    margin-bottom: 30px;
    color: black;
}
.app-item h3{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 22px;
    padding: 0 30px;
    min-width: 500px;
    max-width: 500px;
}
.items-outer{
    background: rgb(244,244,244);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2f', endColorstr='#121212',GradientType=1 );
    border-radius: 6px 6px 0 0;
    padding-bottom: 40px;
}
.items-outer .row .col-lg-12{
    min-height: 100vh;
}
div#accordion {
    margin-top:  30px;
}

#accordion .panel-default {
    background: #8e8e8e;
}

#accordion .panel-collapse {
    background: #e0e0e0;
}
.footer a{
    color: #fff;
}
.footer a:hover{
    color: #ffffff;
}
.items-outer h2{
    color: #989cab;
    font-size: 22px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.items-outer h2:nth-child(2){
    text-align: right;
    color: #e46c77;
}
.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-group .panel{
    border-radius: 0;
}
.panel-default > .panel-heading{
    background-color: rgba(255,255,255,.1);
    color: #ffffff;
    border-radius: 0;
}
.panel-heading a{
    display: block;
}
.fast_nav li{
    padding: 0 7px;
    display: inline-block;
}
.fast_nav{
    text-align: center;
    margin-top: 30px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body{
    border-top: 0;
}
.row-eq-height{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.text-section{
    padding-top: 80px;
}
.text-section .container{
    padding: 0;
}
.window-img{
    position: relative;
    text-align: right;


}
.window-img:before{
    content: '';
    position: absolute;
    background: url(../img/macbook.png) no-repeat top right -5px;
    width: 796px;
    height: 410px;
    top: -95px;
    left: -55px;
    z-index: -3;
    background-size: cover;

}
.window-img:after {
    content: '';
    position: absolute;
    background: url(../img/marvel_heroes.png) no-repeat top;
    width: 749px;
    height: 427px;
    top: -80px;
    left: -22px;
    z-index: -2;
    background-size: contain;
}
.window-img img{
    max-width: 125%;
    position: absolute;
    right: 45px;
    top: -105px;
    z-index: -1;
}
.stars{
    display: inline-block;
    padding-right: 200px;
}
.item-image, .media_text, .stars{
    display: inline-block;
    vertical-align: middle;
}
.media_text{
    margin-top: 5px;
}
.item-image{
    width: 45px;
}

.app-item p{
    padding: 0 30px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    min-width: 500px;
    max-width: 500px;
}
.media_text{
    padding-top: 2px;
}
.app-item img{
    max-width: 100%;
}
.app-item .add-btn {
    color: #000000;
    display: inline-block;
    width: 100%;
    max-width: 200px;
    background-color: #ffbc3e;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 25px;
    text-align: center;
}
.app-item .add-btn:before {
    content: '';
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.app-item .add-btn:hover:before {
    height: 257%;
    opacity: 1;
}
.app-item  span{
    position: relative;
    z-index: 2;
}
.items-outer  {
    color: black;
}
.items-outer .footer{
    color: black;
}
.panel-group{
    color: black;
}
#accordion a:hover {
    color: white;
}
.panel-title a{
    color: black;
}
.panel-title a:hover{
    color: darkgray;
}
.copyright {
    height:  50px;
    text-align: center;
    color: #cecece;
    font-size: 12px;
    margin-top: 5px;
}
@media all and (max-width: 1225px){
    .stars{
        padding-right: 140px;
    }

}
@media all and (max-width: 1199px){

    .app-item p{
        padding-right: 50px;
    }
    .stars{
        padding-right: 10px;
    }
    .window-img img{
        max-width: 150%;
    }
    .window-img:after{
        left: -155px;
    }
    .window-img:before{
        height: 430px;
        top: -95px;
        left: -190px;
    }
}
@media all and (max-width: 767px){
    .app-item h3, .app-item p{
        padding: 0;
        min-width: 120px;
        max-width: 300px;
    }
    .app-item .add-btn{
        margin-top: 10px;
    }
    .text-section .container{
        padding: 0 15px;
    }
    .row-eq-height{
        display: block;
    }
    .window-img{
        display: none;
    }
    .media_text{
        margin-top: 25px;
    }
    .text-section{
        padding-top: 0;
    }
    .navbar-nav{
        text-align: center;
    }
    .nav>li{
        display: inline-block;
    }
    h1{
        margin-left: 0;
        text-align: center;
    }
    .navbar-brand>img{
        position: static;
        width: 50%;
    }
    .after_logo_text{
        margin-top: 20px;
    }
    /*.window-img:before{*/
    /*left: 65px;*/
    /*width: 500px;*/
    /*top: -210px;*/
    /*background-size: contain;*/
    /*background-image: url(../img/mac_heroes.png);*/
    /*}*/
    /*.window-img:after{*/
    /*display: none;*/
    /*}*/
    /*.window-img img{*/
    /*width: 500px;*/
    /*top: -255px;*/
    /*left: 15px;*/
    /*}*/
    .item-image{
        height: 18px;
    }

}
@media all and (max-width: 517px){
    .window-img:before {
        left: -5px;
        width: 470px;
        top: -205px;
    }
    .window-img img{
        width: 405px;
        top: -255px;
        left: -30px;
    }
    .app-item{
        padding-left: 13px;
    }
    .app-item h3{
        margin-left: 0;
        padding: 0;
        font-size: 12px;

    }
    .app-item p{
        padding: 5px 15px;
        padding-left: 0;
    }
    .stars{
        padding: 5px;
    }
    .app-item span{
        font-size: 12px;
    }
}
@media all and (max-width: 420px) {
    .window-img img{
        width: 310px;
        top: -165px;
        left: -35px;
    }
    .window-img:before{
        left: -20px;
        width: 340px;
        top: -145px;
    }
    .nav>li>a{
        padding: 10px 5px;
    }
}
@media all and (max-width: 991px) and (min-width: 768px){
    .app-item h3, .app-item p{
        padding: 0;
        min-width: 290px;
        max-width: 290px;
    }
    .window-img{
        text-align: center;
    }
    .window-img img{
        max-width: 300%;
    }
    .window-img:after{
        left: -463px;
    }
    .window-img:before{
        left: -496px;
    }
    .item-image{
        height: 18px;
    }
    .media_text{
        margin-top: 20px;
    }
    .app-item .add-btn{
        margin-top: 10px;
    }
}