/**
 * Reset.css 
 */

article,aside,details,figcaption,figure,footer,header,hgroup,hr,main,menu,nav,section,summary{display:block}menu,nav ul,ol,ul{list-style:none}.ie7 img,img{-ms-interpolation-mode:bicubic}hr,img,legend{border:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}ins,mark{background-color:#ff9;color:#000}body{line-height:1;margin:0}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}hr{height:1px;border-top:1px solid #ccc;margin:1em 0;padding:0}table{font:100%;border-collapse:collapse;border-spacing:0}input,select,textarea{font:99% sans-serif}html{-webkit-font-smoothing:antialiased;overflow-y:scroll;font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}.ie6 input,input[type=radio]{vertical-align:text-bottom}input[type=checkbox]{vertical-align:bottom}button,input[type=button],input[type=submit],label{cursor:pointer}/*! normalize.css v1.1.2 | MIT License | git.io/normalize */audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}button,html,input,select,textarea{font-family:sans-serif}a:active,a:hover{outline:0}dd,figure,form{margin:0}menu,ol,ul{padding:0;margin:0}svg:not(:root){overflow:hidden}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}*,:after,:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}

/**
 * Form design 
 */
 
/* ---------- Body Globals -----------*/

body { 
    font: 13px sans-serif; 
    line-height:1.22; 
}

a { color: inherit; }
a:hover { text-decoration: none; }


/* ---------- Forms -----------*/

.yform { width: 380px; color: #111; height: 341px; box-shadow: 0 0 0 1px rgba(0,0,0,.15); border-radius: 4px;}

.ytitle { padding: 10px 20px; font-size: 24px; background: #cf6ac7; color: #fff; border-radius: 4px 4px 0 0; font-weight: bold; text-align: center}
.ybody { padding: 20px; background: #ffffff; border-radius: 0 0 4px 4px;}

.yform-line:before, .yform-line:after { content: ""; display: table; }
.yform-line:after { clear: both; }  
.yform-line { zoom: 1; margin-bottom: 10px;}

  
.yform-line input[type="text"],  .yform-line input[type="email"],  .yform-line input[type="password"],  .yform-line input[type="number"],  .yform-line textarea, .yform-line select { 
    width: 60%;
    transition: all 0.15s ease; -webkit-transition: all 0.15s ease; -moz-transition: all 0.15s ease;
    font-family: inherit;
    font-size: 13px;
    border: 1px solid #ccc;
    background: #fff; 
    border-radius: 3px; 
    padding: 5px; 
    max-width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,.1); 
    vertical-align: middle; 
    line-height: normal; 
    position: relative; 
    z-index: 1; outline: 0 !important;
}

.yform-line label { width: 40%; padding: 5px 0; float: left; }
.yform-line .ymulti-input select, .yform-line .ymulti-input input { width: auto !important; float: none !important; margin: 0}

.ycheckbox { margin: 20px 0; text-align: center; font-size: 11px; }
.ycheckbox input, .ycheckbox label { width: auto !important; float: none !important; margin: 0; vertical-align: middle}

select option, select {text-transform: capitalize;}

#forgay {font-size: 11px; margin-bottom: 10px;}

.ysubmit {text-align: center;}
.ysubmit button {transition: all 0.15s ease; -webkit-transition: all 0.15s ease; -moz-transition: all 0.15s ease; background: #5cb85c; background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0px, rgba(255, 255, 255, 0) 100%); display: inline-block; width: auto; min-width: 50%; overflow: visible; color: #fff; font-size: 16px; font-weight: bold; border-radius: 8px; border:0; padding: 10px 40px;}
.ysubmit button:hover { box-shadow: inset 0 0 100px rgba(0,0,0,.2); background: #5cb85c; color: #fff; }

.yform-line input[type="text"]:focus,  .yform-line input[type="email"]:focus,  .yform-line input[type="password"]:focus,  .yform-line input[type="number"]:focus,  .yform-line textarea:focus, .yform-line select:focus {  border-color: #bf1f2b; box-shadow: 0 0 3px 0px #bf1f2b; }


/* ---------- Helpers -----------*/

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }  
.clearfix { zoom: 1;}

.left {float: left;}
.right {float: right;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}

.reset-top-margin {margin-top: 0 !important}
.reset-left-margin {margin-top: 0 !important}
.reset-right-margin {margin-right: 0 !important}
.reset-bottom-margin {margin-bottom: 0 !important}

div.infobulle { display: block; position: absolute; z-index: 1000; width: 277px; background: url( "../img/infobulle.gif" ) no-repeat -277px bottom; padding-bottom: 12px; }
div.infobulle-top { background: url( "../img/infobulle.gif" ) no-repeat 0 0; height: 3px; }
div.errormsg { font-size: 11px; color: #FFF; background: url( "../img/infobulle.gif" ) repeat-y -554px center; padding: 2px 5px; }

.conditions {
	text-decoration:inherit;
}
.conditions:hover {
	text-decoration:underline;
}

#regFormFinal {
    padding: 40px 10px; 
}

#regFormFinal h1 {
    margin-bottom: 15px;
}

 #regFormFinal p {
    margin-bottom: 20px;
}


@media only screen and (max-width : 400px) {
        
        .yform {
          width:100%;
          height: auto;
          max-width: 660px;
          border-radius: 0;
          box-shadow: none;
        }
        .ysubmit {
          margin-bottom: 0;
        }
        .ywrapper {
          width: auto;
          margin: 0;
          float: none;
        }
        .ybody {
          padding: 20px;
          overflow: hidden;
        }
        .ytitle {
          font-size: 18px;
          border-radius: 0;
        }

        /* change errors */
        div.infobulle {
          -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
          width: 57%;
          background: red;
          padding: 0;
          left: 40% !important;
          margin-left: 2px;
          margin-top: 8px;
          text-align: center;
          border-radius: 4px;
        }
        div.infobulle:after {
          top: 100%;
          left: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-top-color: red;
          border-width: 7px;
          margin-left: -7px;
        }
        div.infobulle-top {
          display: none;
        }
        div.errormsg {
          background: transparent;
          padding: 10px;
        }

    }

    @media only screen and (max-width : 330px) {
      .ytitle {
        font-size: 16px;
      }
      .yform-line > label,
      .yform-line > input[type="text"],
      .yform-line > input[type="password"],
      .yform-line > input[type="email"],
      .yform-line > select {
        display: block;
        width: 100%;
        float: none;
      }
      .ycheckbox input, .ycheckbox label {
        display: inline;
      }
      .ysubmit button {
        width: 100%;
        padding: 10px;
      }
      
      /* change errors */
      div.infobulle {
        margin-left: 0;
        left: 10px !important;
        width: 94%;
      }

    }