.text-tezis {
  margin: 20px 0;
      font-size: 12px; }
  .text-tezis .bold {
    font-weight: bold;
        font-family: 'Open Sans', sans-serif;
    font-size: 12px;}
  .text-tezis .blue {
    color: #5b7aba;
        font-size: 12px; }
		  .text-tezis a.blue {
    color: #5b7aba;
        font-size: 12px; text-decoration: none; }
  .text-tezis .mtb20 {
    margin: 20px 0;
    font-size: inherit; }
    .text-tezis .mtb20 .bold {
      font-weight: 700; }
  .text-tezis .mt20 {
    margin-top: 20px; }
.text-tezis  ol{font-size: 12px;}
.text-tezis  li{font-size: 12px;}
.form_ {
  height: auto;
  width: 500px;
  background-color: #ffffff; }
  .form_ .over_inp {
    margin-bottom: 12px; }
    .form_ .over_inp label {
      display: inline-block;
      max-width: 100%;
      margin-bottom: 5px;
      font-weight: 700; }
    .form_ .over_inp label.error {
      color: red; }
    .form_ .over_inp input.form-control, .form_ .over_inp select.form-control, .form_ .over_inp textarea {
      display: block;
      width: 100%;
      box-sizing: border-box;
      height: 38px;
      margin-bottom: 10px;
      border: 1px solid #cfcdcd;
      padding-left: 2%;
      width: 98%;
      -moz-box-shadow: inset 0 3px 5px 0 #cfcdcd;
      -webkit-box-shadow: inset 0 3px 5px 0 #cfcdcd;
      box-shadow: inset 0 3px 5px 0 #cfcdcd;
      color: #000000;
      font-size: 15px;
      font-weight: bold; }
  .form_ button.btn_m {
    width: 250px;
    border: 3px solid #77b42f;
    border-radius: 25px;
    padding: 0 10%;
    color: #77b42f;
    display: block;
    font-family: "Conv_Proba Pro Bold";
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 45px;
    min-height: 45px;
    margin: 20px auto 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; }
  .form_ button.btn_m:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .form_ label.error {
    color: red;
    margin-top: -10px;
    display: block; }
  .form_ label[for="m1"], .form_ label[for="m2"] {
    display: inline-block;
    margin: 0px 5px;
    font-size: 1.2rem;
    vertical-align: middle; }

.success {
  display: none;
  text-align: center;
  margin: 20px;
  padding: 20px; }
  .success p {
    font-size: 20px; }

#canvas-holder {
  position: relative;
  padding-top: 20px; }
  #canvas-holder .canvasitem {
    width: 330px;
    float: left; }
    #canvas-holder .canvasitem .canvas_over {
      width: 300px;
      margin: auto; }
      #canvas-holder .canvasitem .canvas_over canvas {
        margin: auto; }
    #canvas-holder .canvasitem ul.itemlist {
      list-style: none;
      vertical-align: middle; }
      #canvas-holder .canvasitem ul.itemlist li {
        padding: 5px 0; }
        #canvas-holder .canvasitem ul.itemlist li .sp {
          display: inline-block;
          width: 10px;
          height: 10px;
          margin-right: 10px;
          border-radius: 10px; }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

.clear {
  clear: both; }

#form_tezis_over {
  width: 650px;
  max-width: 650px; }
  
  
@media screen and (max-width: 700px) {  

#form_tezis_over {
  width: 90%;
}

.form_{    width: auto;}



}
  
  #form_tezis_over .form_ {
    width: 100%; }
  #form_tezis_over .form_ .over_inp input.form-control, #form_tezis_over .form_ .over_inp select.form-control,
  #form_tezis_over .form_ .over_inp textarea {
    width: 100%;
    height: 50px; }
  #form_tezis_over h2.title_ {
    text-align: center;
    font-weight: bold;
        font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 15px; }
  #form_tezis_over label {
    font-size: 12px; }
  #form_tezis_over .radio {
    margin-bottom: 20px; }
    #form_tezis_over .radio label {
      display: inline-block;
      cursor: pointer;
      position: relative;
      padding-left: 25px;
      margin-right: 15px;
      font-size: 12px; }
    #form_tezis_over .radio input[type=radio] {
      display: none; }
    #form_tezis_over .radio label:before {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      margin-right: 10px;
      position: absolute;
      left: 0;
      bottom: 2px;
      background: url("r1.png") transparent no-repeat;
      background-size: cover; }
    #form_tezis_over .radio input[type=radio]:checked + label:before {
      content: "";
      background: url("r.png") transparent no-repeat;
      background-size: cover; }
  #form_tezis_over .over_button {
    display: table;
    width: 100%; }
    #form_tezis_over .over_button .over_but {
      display: table-cell;
      vertical-align: middle;
      width: 50%; }
      #form_tezis_over .over_button .over_but .btn_m {
        width: 50%;
        margin: 0;
        float: left;
        box-sizing: border-box; }
    #form_tezis_over .over_button .text_right {
      display: table-cell;
      vertical-align: middle;
      width: 50%;
      box-sizing: border-box;
      padding: 20px;
      margin-left: 20%;
      background-color: #fafafa;
      border: 1px solid #cccac5;
      border-radius: 5px;
      font-size: 12px;
      color: #afaeae; }
  #form_tezis_over .success h3 {
    font-size: 1.7em; }
  #form_tezis_over hr.style5 {
    background-color: #fff;
    border-top: 2px dashed #8c8b8b;
    color: #fff;
    margin: 50px 0; }

@media only screen and (max-device-width: 768px) {
  #form_tezis_over .over_button .over_but {
    width: 100%;
    display: block;
    margin-bottom: 10px; }
    #form_tezis_over .over_button .over_but .btn_m {
      width: 90%;
      margin: auto;
      float: none; }
  #form_tezis_over .over_button .text_right {
    margin: auto;
    width: 100%;
    display: block; } }

/*# sourceMappingURL=style.css.map */
