@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    margin: 0px;
    font-size: 14px;
}

button{
    font-size: 22px;
    border: none;
    padding: 10px 40px;
    border-radius: 6px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
button:hover{
    cursor: pointer;
}

p {
    font-size: 20px;
}
p.small {
    font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.container {
    width: 970px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.nav {
    list-style: none;
}
/*.affix {
    position: fixed;
}*/
.navbar {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #2C3E50;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 3px solid #00b2c8;
    padding: 25px 0;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
    letter-spacing: 1px;
}

.navbar.affix {
    padding: 10px 0;
}
.navbar.affix .navbar-brand {
    font-size: 1.5em;
}

.hidden{
    display: none;
}

.navbar-brand {
    font-size: 2.5em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.navbar-brand>img{
    border-radius: 50px;
    height: 50px;
    margin-right: 15px;
    vertical-align: middle;
    margin-top: -5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.navbar-brand>img.affix{
    height: 30px;
}
.nav>li {
    float: left;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover{
    color: #00b2c8;
}

.nav>li.active>a{
    background: #00b2c8;
    color: #2c3e50;
}

.navbar-header {
    float: left;
    margin-top: 5px;
}

.navbar-right {
    float: right;
    margin: 0px;
    margin-top: 5px;
}
.navbar-right.affix{

    float: right;
    margin: 0px;
}

header{
    padding-top: 200px;
    padding-bottom: 100px;
    background: url("../images/bg_apps.jpg") 0px 0px / cover no-repeat fixed rgb(1, 10, 29) ;
}
.nav-apps{
    list-style: none;
    overflow: hidden;
}
.nav-apps>li{
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0px 0px 5px #1b1b1b;
    float: left;
    padding: 15px 15px 10px 15px;
    text-align: center;
    margin: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.nav-apps>li:hover{
    background: #2C3E50;
    border-radius: 10px;
    cursor: pointer;
    color: #ffffff;
}
.nav-apps>li>span{
    font-size: 16px;
}
.nav-apps>li>b{
    float: right;
    color: #689f38;
    text-transform: uppercase;
    font-size: 12px;
}
.nav-apps-img{
    height: 120px;
}
.nav-apps-badge{
    height: 50px;
}

#developer{
    background: #3a3a3a;
    padding: 30px 0px;
    overflow: auto;
}
.developer-text{
    display: block;
    width: 500px;
    text-align: center;
    float: left;
}
.developer-text>b{
    font-size: 36px;
    color: #ffffff;
}
.developer-text>span{
    display: block;
    text-indent: 20px;
    text-align: justify;
    font-size: 18px;
    color: #ffffff;
    margin: 15px 0px;
}
.developer-text>button{
    background: tomato;
    color: #ffffff;
}
.developer-text>button:hover {
    font-size: 26px;
}
.developer-img{
    height: 180px;
    background: white;
    border-radius: 50%;
    padding: 40px;
    float: right;
    box-shadow: 0px 0px 10px #000000;
    margin-right: 70px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

#mailing{
    background: #f5f5f5;
    padding: 30px 0px;
    overflow: auto;
}

.mailing-img {
    height: 250px;
    margin-left: 20px;
    float: left;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.mailing-text{
    display: block;
    width: 500px;
    text-align: center;
    float: right;
}
.mailing-text>b{
    font-size: 36px;
    color: #545454;
}
.mailing-text>span{
    display: block;
    text-indent: 20px;
    text-align: justify;
    font-size: 18px;
    color: #727272;
    margin: 15px 0px;
}
.mailing-text>div>input{
    padding: 5px 10px;
    border-radius: 10px;
    margin-right: 10px;
    border: 2px #dddddd solid;
    height: 40px;
    width: 250px;
    font-size: 24px;
}

.mailing-text>div>button{
    background: green;
    color: #ffffff;
}
.mailing-text>div>button:hover {
    background: #003800;
}

#contact{
    background: #00364f;
    padding: 30px 0px;
    overflow: auto;
}
.contact-left{
    display: block;
    float: left;
    width: 550px;
}
.contact-left>b{
    color: white;
    font-size: 36px;
    float: left;
    margin-top: 20px;
}
.contact-left>div{
    width: 5px;
    height: 130px;
    background: #00b0c6;
    float: left;
    margin: 0px 70px;
}
.contact-left>img{
    float: right;
}
.contact-right{
    display: block;
    width: 400px;
    float: right;
    text-align: right;
    line-height: 1.5;
}
.contact-right>span{
    color: #ffffff;
    font-size: 18px;
}
.contact-right>span>a:hover{
    color: skyblue;
}
.contact-right>div>img{
    height: 50px;
    margin: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.contact-right>div>img:hover{
    height: 60px;
    cursor: pointer;
    box-shadow: 0px 0px 10px #000000;
}


footer{
    text-align: center;
    background: #002232;
    padding: 10px 0px;
    color: white;
    font-size: 18px;
}