@charset "UTF-8";
/*
    Created by Alexandr Bodolyan
    email: sanyadez@gmail.com
    skype: sanyadez
*/
@import url("reset.css");

@font-face {
    font-family: 'bebasNeue';
    src: url('../fonts/BebasNeue.eot'),
    url('../fonts/BebasNeue.woff') format('woff'),
    url('../fonts/BebasNeue.ttf') format('truetype'),
    url('../fonts/BebasNeue.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: Arial, Helvetica, sans-serif;
}
.center{
    width: 900px;
    margin: 0 auto;
}
.logo{
    display: block;
    margin: 10px 0;
}
.navigation{
    background: rgba(0, 26, 68, 0.9);
    position: relative;
    padding: 9px 0;
}
.navigation:after{
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #071f46;
    position: absolute;
}
.navigation li{
    position: relative;
    display: inline-block;
    font-size: 19px;
}
.navigation li:after{
    content: '/';
    font-size: 19px;
    color: #368ac2;
    display: inline-block;
    margin: 0 35px;
}
.navigation li a{
    text-decoration: none;
    font-size: 19px;
    color: #b1b1b1;
}
.navigation li a:hover,
.navigation li.active a{
    color: #ffffff;
}
.banner{
    background: #5d5e60;
    text-align: center;
    padding: 26px 0;
}
.white-info{
    padding: 28px 0 33px;
}
.white-info object{
    float: right;
    margin: 0 0 0 45px;
    padding: 10px;
    border: 1px solid #c7c7c7;
    max-width: 355px;
}
.white-info .blue{
    font-family: 'bebasNeue', sans-serif;
    color: #3fa1db;
    font-size: 58px;
    display: block;
    margin-bottom: 12px;
}
.white-info p{
    color: #888888;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 21px;
}
.white-info a{
    font-size: 17px;
    color: #3fa1db;
    text-decoration: none;
}
.white-info a:hover{
    text-decoration: underline;
}
.blue-wrap{
    background: #3fa1db;
    padding: 45px 0 20px;
}
.blue-wrap .center{
    -webkit-column-count:4;
    -moz-column-count:4;
    column-count:4;
    -moz-column-width: 20px;
    -webkit-column-width: 20px;
    column-width: 20px;
}
.blue-wrap .center h2{
    -webkit-column-span: all;
    column-span:all;
    color: #dce9f6;
    font-size: 58px;
    display: block;
    margin-bottom: 20px;
    font-family: 'bebasNeue', sans-serif;
    font-weight: normal;
}
.blue-wrap .center b{
    display: block;
    color: #0c244c;
    font-size: 22px;
    line-height: 22px;
}
.blue-wrap .center p{
    color: #ffffff;
    font-size: 19px;
    line-height: 22px;
}
.details{
    padding: 33px 0;
}
.details h3{
    color: #bebebe;
    font-family: 'bebasNeue', sans-serif;
    font-size: 58px;
    display: block;
    margin-bottom: 20px;
    font-weight: normal;
}
.details .left{
    width: 550px;
    float: left;
    margin-right: 20px;
}
.details .left img{
    display: block;
    width: 120px;
    height: auto;
    float: left;
    margin-right: 20px;
}
.details .left div{
    width: 410px;
    float: left;
}
.details .left .title,
.details .right .title{
    display: block;
    color: #3fa1db;
    font-size: 36px;
    font-family: 'bebasNeue', sans-serif;
    padding: 18px 0 20px;
    background: url("../img/red-line.png") 0 0 no-repeat;
}
.details .left .text b{
    color: #0c244c;
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
}
.details .left .text-speaker{
    width: 100%;
}
.details .left .text-speaker p,
.details .left .text p{
    font-size: 16px;
    color: #646464;
    margin-bottom: 20px;
    line-height: 21px;
}
.details .left .text a{
    font-size: 17px;
    color: #3fa1db;
    text-decoration: none;
}
.details .left .text a:hover{
    text-decoration: underline;
}
.details .right{
    width: 330px;
    float: left;
}
.details .right p{
    color: #4c4c4c;
    font-size: 20px;
    margin-bottom: 20px;
}
.details .right i{
    color: #4c4c4c;
    mso-font-width: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    display: block;
}
.details .right a{
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    padding: 8px 15px;
    text-decoration: none;
    background: #e51c2d;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
}
.details .right a:hover{
    background: #F54251;
}
.details .right a:after{
    content: '';
    display: inline-block;
    background: url("../img/arrow.png") 0 0 no-repeat;
    width: 6px;
    height: 11px;
    margin: 0 0 0 5px;
    position: relative;
    top: 2px;
}
footer{
    padding: 43px 0 0;
    background: #e4e4e4;
}
footer .footer-subscribe{
    width: 260px;
    float: left;
    margin-right: 20px;
}
.footer-subscribe .title{
    color: #4c4c4c;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}
.footer-subscribe p{
    font-size: 16px;
    color: #7f7f7f;
    margin-bottom: 15px;
}
.footer-subscribe input{
    border: none;
    padding: 5px;
    background: #ffffff;
    width: 200px;
    margin-bottom: 15px;
}
.footer-subscribe button{
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    background: #9e9e9e;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 9px 18px;
}
footer .center{
    padding-bottom: 38px;
}
footer .copyrights .center{
    padding-bottom: 0;
}
footer .center > div{
    width: 200px;
    float: left;
    padding: 0 10px;
}
footer .center > div .title{
    color: #7f7f7f;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}
footer .center > div a{
    color: #7f7f7f;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}
footer .center > div a:hover{
    text-decoration: underline;
}
footer .center > div.clear{
    float: none;
}
.copyrights{
    padding: 20px 0;
    background: #7f7f7f;
}
.copy{
    color: #ffffff;
    font-size: 14px;
    float: right;
    line-height: 48px;
}
.socials{
    color: #ffffff;
    font-size: 30px;
    font-family: 'bebasNeue', sans-serif;
    line-height: 40px;
}
.socials a{
    position: relative;
    display: inline-block;
    margin: 0 5px;
    height: 33px;
    width: 33px;
    background: url('../img/socials.png') left top no-repeat;
    top: 5px;
}
a.twitter { background-position: -100px top; }
a.in { background-position: -50px top; }
a.sociallink.youtube { background-position: -150px top; }
a.sociallink.flicker { background-position: -200px top; }