body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: justify;
    font-size: 1em;
    /*background: rgba(206, 208, 212, 1);*/
    /*background: -moz-linear-gradient(left, rgba(206, 208, 212, 1) 0%, rgba(251, 251, 251, 1) 100%);*/
    /*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(206, 208, 212, 1)), color-stop(100%, rgba(251, 251, 251, 1)));*/
    /*background: -webkit-linear-gradient(left, rgba(206, 208, 212, 1) 0%, rgba(251, 251, 251, 1) 100%);*/
    /*background: -o-linear-gradient(left, rgba(206, 208, 212, 1) 0%, rgba(251, 251, 251, 1) 100%);*/
    /*background: -ms-linear-gradient(left, rgba(206, 208, 212, 1) 0%, rgba(251, 251, 251, 1) 100%);*/
    /*background: linear-gradient(to right, rgba(206, 208, 212, 1) 0%, rgba(251, 251, 251, 1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ced0d4', endColorstr='#fbfbfb', GradientType=1);*/
}

p, ul, li{
    font-size: 0.9em;
}

li {
    font-size: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

h2 {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    max-width: 1000px;
    margin: auto;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2.5em;
}

h3 {
    background: #e9b22e;
    padding-bottom: 10px;
    padding-top: 7px;
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.75em;
}

.header {
    width: 100%;
    background: #FFFFFF;
    position: fixed;
    top:0;
}
.header_box {
    max-width: 980px;
    margin: auto;
}

.header a {
    color: #36589c;
    text-decoration: none;
}

.header a:hover {
    color: #e9b22e;
}

.logo {
    float: left;
    max-width: 250px;
    height: 83px;
}

.topmenu {
    float: left;
    text-transform: uppercase;
}

.topmenu ul {
    margin-top: 40px;
    list-style: none;
}

.topmenu ul li {
    display: inline-block;
    margin-right: 30px;
}

.topmenu_lang {
    float: right;
    text-transform: uppercase;
}

.topmenu_lang ul {
    margin-top: 40px;
    list-style: none;
}

.topmenu_lang ul li {
    display: inline-block;
    margin-right: 30px;
}

.main_text {
    margin-bottom: 40px;
}

#Tech {
    margin-top: 81px;
}

.section_head {
    background: #36589c;
    margin-bottom: 50px;
}

.section {
    max-width: 980px;
    margin: auto;
    margin-bottom: 100px;
}

.partners {
    float: right;
    padding: 0px 50px 50px 150px;
}

.last {
    margin-bottom: 80px;
}

.dev_box {
    border: solid 3px #e9b22e;
    margin-bottom: 30px;
}

.dev_box ul {
    list-style: none;
}

.dev_box ul li {
    margin-bottom: 20px;
}

.box_image {
    float: right;
}

.box_ul {
    float: left;
    max-width: 50%;
    margin-top: 30px;
}

.tes_box {
    max-width: 470px;
    float: left;
    margin-bottom: 40px;
}

.tes_right {
    float: right;
    margin-left: 40px;
}

.tes_author {
    color: #36589c;
}

.data {
    max-width: 710px;
    margin: auto;
}

.data em {
    font-size: 0.9em;
    margin-left: 35px;
}

.half_box {
    border: solid 3px #e9b22e;
    max-width: 317px;
}

.half_box h3{
    text-transform: none;
    font-size: 1.2em;
}

.last_box {
    margin-left: 20px;
    max-width: 317px;
}

.side_text {
    float: left;
    margin-top: 45px;
}

.footer {
    color: #36589c;
    font-size: 0.8em;
    text-align: center;
}

*.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
}