/*
 *
 * Template Name: Fullscreen Responsive Register Template
 * Template URI: http://azmind.com
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */


body {
	background: #f8f8f8;
	text-align: left;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

strong { font-weight: 700; }
.red {
	color: #900;
}
a:hover { text-decoration: none; }

.header {
	margin: 0 auto;
	-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);
	background-color: rgba(0, 0, 0, 0.5);
	background-position: left top;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #fff;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	 height: 65px;
}

.logo h1 {
	margin-top: 0px;
    font-family: 'Oxygen', sans-serif;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	
	
}

.logo h3 {
	margin-top: 0px;
    font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	
	
}


.logo h1 a {
	color: #fff;
}

.links {
	position: relative;
	bottom: 53px;
	text-align: center;
}

.links a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 15px 15px 15px 0;
}

.links a.button1 { background: url(../imagenes/android.png) center center no-repeat; margin-right: 5px; }
.links a.button2 { background: url(../imagenes/blackberry.png) center center no-repeat; margin-right: 5px; }
.links a.button3 { background: url(../imagenes/iphones.png) center center no-repeat;  margin-right: 5px; }
.links a.button4 { background: url(../imagenes/wmp.png) center center no-repeat;  margin-right: 5px; }
.links a.button5 { background: url(../imagenes/winamp.png) center center no-repeat;  margin-right: 5px; }
.links a.button6 { background: url(../imagenes/quicktime.png) center center no-repeat; margin-right: 5px;  }
.links a.button7 { background: url(../imagenes/realplayer.png) center center no-repeat; }


.register-container {
	width: 450px;
    margin-top: 20px;
}

/* ----- iPhone ----- */

.iphone {
    text-align: right;
}

.iphone img { margin-right: 10px; }

/* ----- Registration Form ----- */

.register {
    padding: 0 20px 40px;
    background-color:rgba(0,0,0,0.7);
    -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  h2 {
	background: url(../imagenes/headphones.png) no-repeat scroll 45px 10px rgba(0, 0, 0, 0);
    border-bottom: 2px dotted #bbb;
    font-family: 'Oxygen', sans-serif;
	font-size: 24px;
    font-weight: 400;
    text-align: center;

}

.register  input {
    width: 95%;
    height: 30px;
    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: 16px;
}

.register  input:focus {
    border: 1px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.register  label {
    margin: 7px 0 10px 5px;
    font-size: 16px;
    text-align: left;
}

.register  label span {
    font-style: italic;
}

.register  input:-moz-placeholder { color: #aaa; }
.register  input:-ms-input-placeholder { color: #aaa; }
.register  input::-webkit-input-placeholder { color: #aaa; }

.register  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  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  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;
}


/* ----- Media queries ----- */

@media (max-width: 1200px) {

    .register  h2 { background: url(../img/pencil.png) 10px 6px no-repeat; }

}

@media (min-width: 768px) and (max-width: 979px) {

    .register  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 form h2 { background: none; }

    .iphone img { display: none; }

}

@media (max-width: 480px) {

    .register form button { width: 97%; }

}
.notes {
	bottom: 40px;
    display: block;
    font-size: 11px;
     padding: 5px;
    position: relative;
    visibility: visible;
    z-index: 1030;
}
.notes.in {
    opacity: 0.8;
}

.notes.bottom {
    margin-top: 3px;
}
.notes-inner {
    background-color: #000000;
    border-radius: 3px;
    color: #FFFFFF;
	width: 414px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
	margin-left: 20px;
}
