/* CSS Document */
/*
	Project: Mining Mums
	Date: 18th, Nov 2013
*/

*{
	padding:0;
	margin:0;	
}
body{
	
}
.background{
	position:fixed;
	width:100%;
	height:100%;
	min-height:660px;
	top:0;
	left:0;
	background:url(../img/bg.jpg) center top no-repeat;	
	background-size:auto 100%;
	z-index:-1;
}
body,h1,h2,h3,h4,h5,h6,p,input,textarea,label{
	font-family:'Helvetica', sans-serif;
}
h1,h2,h3,h4,h5,h6,p{
	color:#e5e5e5;	
	
}
h1{
	color:#FFF;
	font-size:44px;	
	line-height:44px;
}
h2{
	font-weight:400;
	font-size:22px;	
}
p{
	font-size:12px;
	margin-top:12px;	
	line-height:15px;
}
.bg{
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	visibility:hidden;
}
.container{
	width:912px;
	margin:0 auto;	
}
.site-left{
	position:relative;
	float:left;
	width:59.5%;
	min-height:600px;
	padding:38px 2.5% 10px;
	background:rgba(255,255,255,0.1);	
	z-index:999;
}
.site-left h1{
	margin-bottom:25px;	
}
.site-left .natasha{
	position:absolute;
	width:204px;
	height:208px;
	top:-112px;
	right:-34px;
	background:url(../img/natasha.png) no-repeat;	
}
.site-left p a{
	color:#FFF;	
}
.site-right{
	float:right;
	width:310px;
	padding:128px 0%;	
	position:fixed;
	margin-left:600px;
	z-index:999;
}
.sign{
	position:absolute;
	width:148px;
	height:101px;
	background:url(../img/sign.png) no-repeat;
	top:-7px;
	right:143px;	
	z-index:1;
}
.site{
	position:relative;
}
.site-p{
	padding-top:7px;	
}
.site a{
	color:#FCB64C !important;
	text-decoration:none;	
}
.site a:hover{
	text-decoration:underline;	
}
/*--------Form Contact------------*/
h3{
	font-size:16px;
	font-weight:normal;
	margin-bottom:10px;	
}
.contact-form{
	margin-top:40px;
}
.contact-form h2{
	margin-bottom:10px;	
}
input[type="text"],textarea{
	float:left;
	margin-bottom:6px;
	border:none;
	font-size:12px;
	color:#e5e5e5;
	padding:0 6px;
	line-height:23px;
	height:23px;
	background:rgba(255,255,255,0.25);
	transition: background 200ms ease-out 0s;
	-moz-transition: background 200ms ease-out 0s;
	-webkit-transition: background 200ms ease-out 0s;
	-o-transition: background 200ms ease-out 0s;
	-ms-transition: background 200ms ease-out 0s;
}
textarea{
	line-height:16px !important;	
}
input[type="text"]{
	width:48%;	
}
textarea{
	resize:none;
	width:83%;
	min-height:120px;
}
input[type="text"]:focus,textarea:focus, input[type="text"]:hover{
	color:#000 !important;
	line-height:23px;
	background:#FFF;	
}
.human-cf{
	clear:both;	
	margin-left:75px;
}
.human-cf p:first-child{
	font-size:13px;
	padding-top:6px;
	padding-bottom:5px;
}
.verification_image{
	width:110px;
	float:left;	
}
.verification_input{
	float:left;
	margin-left:14px;
	width:70px;	
}
.verification_reload a, .verification_input a{
	font-size:9px;
	color:#FFF;
	text-decoration:none;
}
.clearfix{
	clear:both;	
}
.verification_input input{
	margin-bottom:0;		
	width:100%;
}
.submit-wr{
	clear:both;	
	float:left;
	width:76%;
	margin-left:57px;
}
.submit-wr label{
	color:#FFF !important;
	font-size:13px !important;
}
.row-input{
	float:right;
	margin-top:-19px;
	margin-right:7px;	
}
.btn-submit{
	float:right;
	border:none;
	color:#FCB64C;
	background:#FFF;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	padding:8px 15px;	
	margin-top:0px;
	cursor:pointer;
}
.btn-submit:hover{
	color:#FFF;	
	background:#FCB64C;
}
#check-1{
	visibility:hidden;	
}
.success-msg-div{
	float:left;
	font-size:12px;
	text-transform:none;
	clear:both;	
	margin-top:5px;
	margin-left:125px;
}
.success-img{
	float:left;
	margin-left:20px;
	margin-top:5px;	
}
.success-msg{
	float:left;
	margin-top:4px;
	margin-left:8px;
	clear:none;	
	color:#FFF;
	font-size:12px;
}
::-webkit-input-placeholder {
  color: #eeeeee;
  line-height:23px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #eeeeee;
  line-height:23px;
}
:-ms-input-placeholder {
  color: #eeeeee;
  line-height:23px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #eeeeee;
  line-height:23px;
}

::-webkit-input-placeholder:hover {
  color: #000;
}
::-moz-placeholder:hover { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder:hover {
  color: #000;
}
:-moz-placeholder:hover { /* Firefox 18- */
  color: #000;
}
.contact-form label{
	float:left !important;
	clear:both;
	color:#e5e5e5;	
	font-size:12px;
	min-width:65px;
	padding-top:2px;
	text-align:right;
	padding-right:10px;
}
/*-------------End Form--------------*/
.footer{
	position:relative;
	clear:both;
	width:100%;
	min-height:0px;
	min-width:1024px;
	z-index:1;
}
.footer-sticky{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	min-height:0px;
	z-index:1;	
}
.ft-bg{
	position:position;
	width:100%;
	min-height:0px;
	top:0;
	left:0;
	z-index:0;
}
.cls-relative{
	position:relative;	
}
.mother-son{
	position:fixed;
	bottom:-2px;
	left:65%;
	width:411px;
	height:456px;	
	background:url(../img/mother-son.png) no-repeat;
	background-size:100%;
	z-index:-1;
}
.copy-right p{
	font-size:9px;	
}
.site-by, .site-by a, .site-by a:visited{
	color:#E5E5E5;	
	text-decoration:none;
}
.site-by a:hover{
	color:#FFF;
	text-decoration:underline;
}
.box-left{
	width:400px;
	float:left;
	margin-left:74px;
	margin-top:50px;
}	
.box-right{
	width:100%;
	padding:20px 0 0 0px;
	float:right;	
	text-align:center;
}
.box-right ul{
	list-style:none;
	display:inline-block;
}
.box-right ul li{
	display:inline;
}
.icon{
	float:left;
	outline:none;
	width:50px;
	height:50px;	
	margin:20px 8px;
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
}
.gg{
	background:url(../img/gg.png) no-repeat;	
}
.it{
	background:url(../img/it.png) no-repeat;	
}
.tt{
	background:url(../img/tt.png) no-repeat;	
}
.fb{
	background:url(../img/fb.png) no-repeat;	
}
.icon:hover{
  	-moz-transform: rotate(15deg);
  	-o-transform: rotate(15deg);
  	-ms-transform: rotate(15deg);
  	transform: rotate(15deg);
}

/*-----------Twitter--------------*/
ul#twitter_update_list{
	list-style:none;
	margin:0;
	padding:0;	
}
ul#twitter_update_list .user, .interact{
	display:none !important;	
}
p.tweet{
	text-align:center;
	font-size:24px;
	color:#FFF;
	line-height:30px;	
	font-weight:100;	
}
p.timePosted{
	text-align:center;
	font-size:14px;
	margin-top:20px;	
}
p.tweet a{
	text-decoration:none;
	color:#fcb64c;	
}
p.tweet a:hover{
	text-decoration:underline;	
}
#reload_verifi, .verification_input a{
	padding-top:4px;	
	float:left;
}
#reload_verifi:hover, .verification_input a:hover{
	text-decoration:underline;	
}
#check_email_me{
	font-size:12px !important;
	float:right;	
	color:#FFF !important;
}
p.tweet a{
	word-wrap:break-word;
}
/*==================================================
 * Check box
 * ===============================================*/

/*	wrapper divs */
.custom-checkbox, .custom-radio { position: relative; float:left; }
	
/* input, label positioning */
.custom-checkbox input, 
.custom-radio input {
	position: absolute;
	left: 2px;
	top: 3px;
	margin: 0;
	z-index: 0;
}

.custom-checkbox label, 
.custom-radio label {
	display: block;
	position: relative;
	z-index: 1;
	font-size: 11px;
	color:#777;
	padding-right: 1em;
	line-height: 1;
	padding: .5em 0 .5em 26px;
	margin: 0 0 .3em;
	cursor: pointer;
}

	
/* states */
.custom-checkbox label { background-image: url(../img/uncheckbox.png);
	background-repeat:no-repeat;
	background-position:0px 3px !important;
 }

.custom-radio label { background: url(../img/radiobutton.gif) no-repeat; }

.custom-checkbox label, .custom-radio label {
	
}

.custom-checkbox label.hover,
.custom-checkbox label.focus,
.custom-radio label.hover,
.custom-radio label.focus {
	
}

.custom-checkbox label.checked, 
.custom-radio label.checked {
	background-image: url(../img/checkbox.png);
	background-repeat:no-repeat;
	background-position:0px 3px !important;
}

.custom-checkbox label.checkedHover, 
.custom-checkbox label.checkedFocus {
	
}

.custom-checkbox label.focus, 
.custom-radio label.focus {
	outline:none;
}