@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold_italic';
    src: url('../fonts/opensans-bolditalic-webfont.woff') format('woff'),
         url('../fonts/opensans-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/opensans-italic-webfont.woff') format('woff'),
         url('../fonts/opensans-italic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight_italic';
    src: url('../fonts/opensans-lightitalic-webfont.woff') format('woff'),
         url('../fonts/opensans-lightitalic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    outline: 0 !important;
}

body {
    font-family: "open_sansregular", serif;
}

img {
    max-width:100%;
    height: auto;
}

div.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url(../images/bg.jpg) no-repeat fixed;*/
    background: url(../images/crossword.png);
    /*opacity: 0.15;*/
    /*filter:alpha(opacity=15);*/
    z-index: -3000;
}

nav {
    background-color: #034482;
    background-image: -moz-linear-gradient(top, #5a9fd4, #306998);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5a9fd4), to(#306998));
    background-image: -webkit-linear-gradient(top, #5a9fd4, #306998);
    background-image: -o-linear-gradient(top, #5a9fd4, #306998);
    background-image: linear-gradient(to bottom, #5a9fd4, #306998);
    background-repeat: repeat-x;
    filter:
        progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5a9fd4', endColorstr='#ff306998', GradientType=0);
    border-color: #033464;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
    position: fixed;
    right: 0;
    left: 0;
    min-height: 50px;
    z-index: 200;
}

div.contaner {
    width: 980px;
    margin: 0 auto;
}

nav h2 {
    float: left;
    padding-top: 7px;
}

nav h2 a {
    color: #FFF;
    text-decoration: none;
}

nav ul {
    list-style-type: none;
    float: right;
}

nav ul li {
    float: left;
    min-height: 50px;
    margin-right: 5px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

nav ul li:hover {
    background-color: rgb(40, 81, 133);
    color: #FFF;
}

nav ul li a {
    text-decoration: none;
    margin: 0 15px;
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    float: left;
    padding-top: 13px;
}

header {
    position: relative;
    top: 70px;
    min-height: 365px;
    z-index: 100;
}

div.logo {
    float: left;
    text-align: center;
    margin-top: 15px;
}

div.logo.full {
    text-align: center;
    margin-top: 15px;
    width: 100%
}

div.logo h1 {
    margin-top: 10px;
    font-size: 25px;
}

div.reg_button {
    float: right;
    margin: 160px 40px 0 0;
}

form fieldset#query ol li input[type=submit],
div.reg_button a {
    /*color: #ffffff;*/
    color: #000;
    font-weight: bold;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
    /*background-color: #0f3253;*/
    background-image: -moz-linear-gradient(top, #E9F123, #C99A46);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E9F123), to(#C99A46));
    background-image: -webkit-linear-gradient(top, #E9F123, #C99A46);
    background-image: -o-linear-gradient(top, #E9F123, #C99A46);
    background-image: linear-gradient(to bottom, #E9F123, #C99A46);
    background-repeat: repeat-x;
    filter:
        progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9F123', endColorstr='#C99A46', GradientType=0);
    border-color: #5a9fd4 #5a9fd4 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    text-decoration: none;
    padding: 20px 25px;
}

div.reg_button a:hover {

}

section#content {
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
    background-color: #f5f5f5;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    padding-bottom: 5px;
}

div.about {
    float: left;
    width: 570px;
    padding: 20px 20px 20px 0;
}

div.about.register {
    width: 100%;
}

div.about h3 {
    margin: 10px 0;
    font-weight: bold;
    color: #317eac;
    text-rendering: optimizelegibility;
    font-size: 30px;
}

div.about h3 span {
    background-color: rgb(52, 123, 189);
    padding: 0 10px 3px 10px;
    color: #FFF;
}

div.about p {
    font-size: 18px;
    margin-top: 25px;
}

@-moz-document url-prefix() {
    div.about p {
        font-size: 17px;
    }
}

div.about p a {
    color: #034482;
    text-decoration: none;
    font-weight: bold;
}

div.agenda {
    float: right;
    width: 310px;
    padding: 20px;
    margin: 20px 0;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.25);
    box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.25);
}

div.agenda h4:first-of-type {
    margin-top: 0;
}

div.agenda h4:first-of-type a {
    color: #000;
    text-decoration: none;
}

div.agenda h4:first-of-type a:hover {
    color: #ff7300;
}

div.agenda h4 {
    margin-top: 25px;
}

div.agenda ul {
    margin: 10px 0 0 20px;
}

div.agenda ul li {
    margin-top: 5px;
}

div.agenda ul li span {
    color: rgb(138, 83, 0);
}

div.agenda p.mail {
    text-align: center;
    margin-top: 20px;
}

div.agenda p.mail a {
    text-decoration: none;
    font-size: 20px;
    background: rgba(187, 213, 252, 0.17);
    padding: 5px 25px 10px 25px;
    color: rgb(60, 111, 151);
    font-weight: bold;
}

div.agenda p.mail a:hover {
    text-decoration: underline;
}

div.agenda div.socialmedia {
    margin-top: 10px;
    text-align: center;
}

div.agenda div.socialmedia a img {
    margin-right: 8px;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow:hidden;
}

div.agenda div.socialmedia a img:hover {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
}

section#map {
    height: 300px;
    width: 100%;
}

section#sponsors {
    background-color: #4584b6;
    padding: 30px 0 40px 0;
    float: left;
    width: 100%;
}

section#sponsors h4 {
    color: #FFF;
    font-size: 30px;
    margin-bottom: 20px;
}

section#sponsors ul {
    list-style-type: none;
}

section#sponsors ul li {
    float: left;
    margin: 10px 25px 10px 0;
}

section#sponsors ul li a img {
    box-shadow: 0 1px 10px rgba(0,0,0,.5);
    border-radius: 3px;
    transition:all 0.5s ease-in-out;
}

section#sponsors ul li a img:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

footer {
    float: left;
    width: 100%;
    padding: 30px 0;
    text-align: center;

}

div.talk {
    background-color: #FFF;
    -webkit-box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.25);
    box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.25);
    padding: 20px;
    margin: 10px 0;
    float: left;
    /*width: 100%;*/
    width: 940px;
}

div.about.register h3 span.when {
    float: right;
    background-color: transparent;
    color: #999;
    padding-right: 0;
}

div.talk p {
    margin: 0;
}

div.talk p.title {
    font-weight: bold
}

div.talk div.speakers {
    width: 100%;
    float: left;
    margin: 15px 0;
}

div.talk div.speakers div {
    float: left;
    margin-right: 50px;
}

div.talk div.speakers div p {
    font-size: 15px;
    font-weight: bold;
    color: #034482
}

div.talk div.speakers div p a:hover {
    color: #ff7300;
}

div.talk p.desc {
    margin-top: 10px;
    font-size: 16px;
    text-align: justify;
}

div.talk p b {
    color: #0000cd !important;
}

ul.two_columns li a {
    color: #0000cd !important;
    text-decoration: none;
}
ul.two_columns li a:hover {
    text-decoration: underline;
}

div.talk p.center {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
}

div.desc ul {
    margin: 15px 0 15px 30px;
    font-size: 16px;
}

div.desc p {
    font-size: 16px;
    text-align: justify;
}

h3.reg {
    margin-top: 30px !important;
    float: left;
    width: 100%;
}

div.success,
div.error {
    display: none;
    font-size: 20px;
    text-align: center;
    margin: 20px 0 5px 0;
    background-color: rgba(0, 128, 0, 0.18);
    font-weight: bold;
    padding: 20px 0;
}

div.error {
    display: none;
    background-color: rgba(255, 0, 0, 0.18);
}

form fieldset {
    margin: 30px 0;
    border: 0;
}

form fieldset ol {
    list-style-type: none;
}

form fieldset ol li {
    width: 400px;
}

form fieldset ol li.disable {
    display: none;
}

form fieldset ol li label {
    float: left;
    width: 400px;
    font-weight: bold;
}

form fieldset ol li input {
    float: left;
    width: 250px;
    height: 40px;
    margin: 10px 0;
    padding-left: 10px;
    border: 1px solid #999;
    font-family: "open_sansregular", serif;
    background-color: #FFF;
}

form fieldset ol li select {
    height: 42px;
    background: #FFF;
    border-color: #999;
    margin-top: 10px;
    padding: 0 10px;
}

form fieldset ol li textarea {
    padding-left: 10px;
    border: 1px solid #999;
    font-family: "open_sansregular", serif;
    background-color: #FFF;
}

form fieldset ol li input:hover,
form fieldset ol li input:focus,
form fieldset ol li textarea:hover,
form fieldset ol li textarea:focus {
    border: 1px solid #033464;
}

form fieldset ol li input[type=button] {
    width: 260px;
    height: 62px;
    background: url(../images/button_bg.png);
    border: 0;
    border-radius: 6px;
    color: #000;
    font-weight: bold;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    font-size: 20px;
    cursor: pointer;
}

form fieldset ol li p.error {
    display: none;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #b20012;
    font-weight: bold;
}

/* Query form */

form fieldset#query {
    background-color: #FFF;
    padding: 0 20px 1px 30px;
}

form fieldset#query ul {
    list-style-type: none;
    display: inline-block;
    /*margin: 5px 0 25px 0;*/
}

form fieldset#query ul li {
    display: inline-block;
    height: 40px;
}

form fieldset#query ol li {
    display: inline-block;
    width: 700px;
}

form fieldset#query ol li label {
    display: inline-block;
    margin-top: 20px;
    width: 700px;
}

form fieldset#query ul li label {
    font-weight: normal;
    display: inline-block;
}

form fieldset#query ul li input[type=radio],
form fieldset#query ul li input[type=checkbox] {
    display: inline-block;
    width: 20px;
    margin-right: 20px;
    margin-top: -10px;
}

form fieldset#query ul li textarea {
    width: 590px;
    display: inline-block;
    outline: none;
    resize: none;
    margin-top: 15px;
    padding-top: 10px;
}

form fieldset#query ul li input[type=text] {
    width: 590px;
    display: inline-block;
    margin-top: 15px;
}

form fieldset#query ol li input[type=submit] {
    padding: 20px 0;
    height: 65px;
    font-size: 17px;
    margin-top: 25px;
}

/* CFP form */

form fieldset.cfp ol li {
    margin-bottom: 10px;
}

ul.errorlist {
    max-width: 330px;
    /*min-width: 330px;*/
    background: rgb(162, 0, 0);
    color: white;
    font-weight: bold;
    padding: 10px;
    height: 25px;
    margin-bottom: 0 !important;
    display: inline-block;
    margin-top: 15px;
}


h2.error {
    background: rgb(164, 0, 0);
    color: white;
    padding: 10px 0;
}


h2.success {
    background: rgb(0, 164, 55);
    color: white;
    padding: 10px 0;
}

.olaboga {
    background: #295967;
    color: yellow;
    padding: 5px;
}

ul.logs {
    list-style-type: none;
    float: left;
    width: 100%;
    margin:0;
    padding:0;
}

ul.logs li {
    float: left;
    margin-right:50px;
}

ul.logs li img {
    width: 200px;
}

.rules {
    text-decoration: none;
    color: blue
}

h4.header_media, h4.header_sponsor {
    float: left;
    width: 100%;
}

h4.header_media {
    margin-top: 20px;
}

img.book {
    float: left;
    height: 200px;
    margin-top: 5px;
    margin-right: 20px;
}

.asd a.asd {
    float: left;
    text-align: left;
    margin: 0;
    padding: 0;
    width: 250px;
}

.asd p.desc {
    text-align: left !important;
    float: left;
    margin-left: -75px;
    width: 80%;
}

.asd ul {
    margin-left: 0 !important;
    text-align: left !important;
    float: left;
    width: 66%;
}

.center_img {
    text-align: center;
    margin: 20px 0;
}

.center_img a {
    margin: 0 50px;
}

.job_box {
    margin-bottom: 35px !important;
}

.full_width {
    float: left;
    width: 100%
}

ul.two_columns {
    margin-left: 55px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}