/*
 *
 * Template Name: Fullscreen Responsive Register Template
 * Template URI: http://azmind.com
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */


body {
    /*background: #f8f8f8;*/
    /*background-image: url("../../background/image3.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-position: left top;*/

    background: #ffffff url("../../background/image3.jpg") no-repeat;
    
    /*margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #615D5C;
    background-image: url(../../background/fondo_web.jpg);
    background-repeat: repeat-x;*/


    text-align: left;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    color: #555;
    font-size: 16px;
    font-weight: 400;

}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    /*z-index:    1000;*/
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

strong { font-weight: 700; }
.green { color: #00cc00; }

strong { font-weight: 700; }
.red { color: #eb4141; }
a:hover { text-decoration: none; }

.header {
    margin: 0 auto;
    padding-bottom: 5px;
    background: #f8f8f8 url(../img/pattern.jpg) left top repeat;
    border-top: 3px solid #eb4141;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
}

.logo h1 {
    padding-left: 50px;
    font-family: 'Oleo Script', cursive;
    font-size: 36px;
    font-weight: 400;
}

.logo h1 a { color: #555; }

.links {
    text-align: right;
}

.links a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 15px 0 0 20px;
}

.links a.home { background: url(../img/home.png) center center no-repeat; }
.links a.blog { background: url(../img/blog.png) center center no-repeat; margin-right: 50px; }

.register-container {
    margin-top: 50px;
}

/* ----- iPhone ----- */

.iphone {
    text-align: right;
}

.iphone img { margin-right: 10px; }

/* ----- Registration Form ----- */

.register fieldset {
    padding: 5px 50px 5px 50px;
    background: #F5F5F5 url(../img/pattern.jpg) left top repeat; /*url(../img/pattern.jpg) left top repeat*/
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    text-align: center;
}

.register fieldset h2 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    /*background: url(../img/pencil.png) 70px 6px no-repeat;*/
    border-bottom: 2px dotted #bbb;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.register fieldset input {
    width: 95%;
    height: 15px;
    background: #fcfcfc;
    border: 1px solid #ddd;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    color: #888;
    font-size: 12px;
    margin-bottom: 5px;
}

.register fieldset input:focus {
    border: 1px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.register fieldset select {
    width: 99%;
    height: 25px;
    background: #fcfcfc;
    border: 1px solid #ddd;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    color: #888;
    font-size: 12px;
    margin-bottom: 5px;
}

.register fieldset select:focus {
    border: 1px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.register fieldset label {
    margin: 5px 0px 2px 5px;
    font-size: 14px;
    text-align: left;
}

.register fieldset label span {
    font-style: italic;
}

.register fieldset label.error {
    font-style: italic;
    color: red;
}

.register fieldset input:-moz-placeholder { color: #aaa; }
.register fieldset input:-ms-input-placeholder { color: #aaa; }
.register fieldset input::-webkit-input-placeholder { color: #aaa; }

/*.register fieldset button {
    cursor: pointer;
    width: 60%;
    height: 42px;
    margin-top: 25px;
    padding: 0;
    background: #eb4141;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.register fieldset button:hover {
    -moz-box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset;
    -webkit-box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset;
    box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset;
}

.register fieldset button:active {
    -moz-box-shadow:
        0 -15px 30px 0 rgba(255,255,255,.05) inset,       
        0 5px 8px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow:
        0 -15px 30px 0 rgba(255,255,255,.05) inset,       
        0 5px 8px 0 rgba(0,0,0,.1) inset;
    box-shadow:
        0 -15px 30px 0 rgba(255,255,255,.05) inset,       
        0 5px 8px 0 rgba(0,0,0,.1) inset;
}*/


.register fieldset button {
   font-size: 0px;
   border: 2px solid #808080;
   border-radius: 5px;
   width: 55px;
   height: 55px;
}

.register fieldset button.pdf {
    background-image: url(../img/pdf.png);
    background-repeat: no-repeat;
}

.register fieldset button.xml {
    background-image: url(../img/xml.png);
    background-repeat: no-repeat;
}

.register fieldset button.html {
   background-image: url(../img/html.png);
   background-repeat: no-repeat;
}

.register fieldset button.mail {
   background-image: url(../img/mail.png);
   background-repeat: no-repeat;
}


/* ----- Media queries ----- */

@media (max-width: 1200px) {

    .register fieldset h2 { background: url(../img/pencil.png) 20px 6px no-repeat; }

}

@media (min-width: 768px) and (max-width: 979px) {

    .register fieldset h2 { background: none; }

}

@media (max-width: 767px) {

    body { padding-left: 0; padding-right: 0; }

    .logo, .links { text-align: center; }

    .links { padding-bottom: 5px; }

    .logo h1 { padding-left: 0; }

    .links a.home { margin-left: 0; }

    .links a.blog { margin-right: 0; }

    .register-container { padding-left: 20px; padding-right: 20px; }

    .register fieldset h2 { background: none; }

    .iphone img { display: none; }

}

@media (max-width: 480px) {

    .register fieldset button { width: 97%; }

}

#container {
    position: relative;
}

/*Copyright*/
.copyright {
	font-size:12px;
	padding:5px 0px;
	background:#00436D;
	border-top:solid 1px #777;	
   position: relative;
   bottom: 0;
   width: 100%;
}
.copyright p {
	color:#dadada;
   width: 100%;
}
.copyright a {
	margin:0 5px;
	color:#589DC6;
}
.copyright a:hover {
	color:#e68a00;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
/*.copyright .span8 {
	padding-top:15px;
}
.copyright .span4 {
	padding-top:10px;
}*/

.copyright, .push {
    height: 25px; /* .push must be the same height as .footer */
}