﻿.contact {
    cursor: pointer;
}

.container .logo {
    width: 200px;
}

.modal .modal-title {
width:90%;
}

.sub-title, .typed {
    font-family: 'Montserrat', serif;
    margin-top: 10px;
    color: #fff;
    font-size: 26px;
    text-transform: none;
    font-weight: 400;
}

.typed {
    color: #06cefc;
    border-bottom: 3px solid #fff;
}

.typed-cursor {
    display: none;
}

.bottom-content.white-bg {
    padding-bottom: 10px;
}

/*-----------------------------------------
13) Contact
--------------------------------------------------*/
#contact {
    padding: 0;
}

.contact {
    display: block;
    text-align: center;
}

.contact-box {
    text-align: center;
}

    .contact-box .contact-icon {
        margin: 0 auto 25px;
    }

        .contact-box .contact-icon i {
            font-size: 60px;
        }

    .contact-box .title {
        font-size: 18px;
        margin-bottom: 15px;
        position: relative;
        color: #40545a;
    }

    .contact-box .description {
        font-size: 16px;
        line-height: 24px;
    }
/*-----------------------------------------
14) Footer
--------------------------------------------------*/
.footer {
    background: rgb(255,255,255);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,240,242,1) 70%);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,240,242,1) 70%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(233,240,242,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9f0f2',GradientType=0 );
    padding: 20px 0 10px;
}

    .footer hr {
        border-color: #40545a;
    }

.appstore {
    padding: 80px 0;
    display: inline-block;
    margin-bottom: 15px;
    -webkit-transition: ease .6s;
    -moz-transition: ease .6s;
    -ms-transition: ease .6s;
    -o-transition: ease .6s;
    transition: ease .6s;
}

.appstore-icon img {
    margin: 0 auto;
    height: 80px;
    width: 80px;
    display: block;
}

.appstore .info {
    text-align: left;
    margin-left: 20px;
}

    .appstore .info h4 {
        color: #40545a;
        font-size: 18px;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 0;
    }

    .appstore .info > p {
        font-size: 16px;
        margin-bottom: 0;
    }

.appstore .ratings {
    color: #f2b01e;
}

.appstore .nb-ratings {
    color: #a4b1bf;
    margin-left: 5px;
}

ul.social-network {
    list-style: none;
    margin-left: 0 !important;
    padding: 0;
    text-align: right;
}

    ul.social-network li {
        display: inline;
        margin: 0 2px;
    }

.social-network a.ico-behance:hover {
    background-color: #1769ff;
}

.social-network a.ico-deviantart:hover {
    background-color: #05cc47;
}

.social-network a.ico-dribbble:hover {
    background-color: #ea4c89;
}

.social-network a.ico-facebook:hover {
    background-color: #3b5998;
}

.social-network a.ico-google:hover {
    background-color: #bd3518;
}

.social-network a.ico-instagram:hover {
    background-color: #405de6;
}

.social-network a.ico-linkedin:hover {
    background-color: #007bb7;
}

.social-network a.ico-pinterest:hover {
    background-color: #bd081c;
}

.social-network a.ico-rss:hover {
    background-color: #f26522;
}

.social-network a.ico-twitch:hover {
    background-color: #6441a5;
}

.social-network a.ico-twitter:hover {
    background-color: #33ccff;
}

.social-network a.ico-vimeo:hover {
    background-color: #1ab7ea;
}

.social-network a.ico-youtube:hover {
    background-color: #cd201f;
}

.social-network a:hover i {
    color: #fff;
}

.social-network li a {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 26px;
}

.social-network li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.social-network li a:hover i, .triggeredHover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.social-network i {
    color: #40545a;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.copyright {
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0;
}


.bottom-content .newsletter textarea {
    border-radius: 25px;
    height: 75px;
    padding-left: 25px;
    margin-bottom: 10px;
}

.bottom-content .newsletter .form-control:focus {
    border-color: #06cefc;
}

.bottom-content p {
    font-family: "Montserrat",serif;
    font-size: 16px;
    color: #40545a;
    margin-bottom: 20px;
}

.bg-image-1 {
    background: url('../images/distribase/gtav.jpg');
}


.arrow {
    position: absolute;
    bottom: 40px;
    color: #fff;
    font-size: 50px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 2000;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    color: white;
    cursor: pointer;
}






.contact-content .title {
    margin:5px;
}

.footer{
margin:0px;
padding-top:0px;
}

#newsletter .hr-title-01 {
margin-bottom:18px;
}

#logo {
max-width:100%;

}

#form-button {
  padding: 13px 60px;
   color: #06cefc;
}

.options-box .description {
    font-size: 16px;
}

