input.form-control,input.form-control:focus {
    border:none;
    box-shadow: none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   -moz-transition: none;
   -webkit-transition: none;
}

/*---------------------------------------------------------------*/

html, body, .unselectable {
    font-family: "proxima-nova-alt", sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
    overflow: auto;
    margin: 0;
    padding: 0;
}

html { 
    background-color: #222222;
/*    height: 100%;*/
}

body{
    font-weight: 100;
	color: rgba(255,255,255,0.9);
	background-color: transparent;
/*    height: 100%;*/
    position: static;
}
.site-wrapper {
    background: url("../assets/imgs/bg.jpg") no-repeat center center fixed; 
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    position:fixed;
    overflow: hidden;
    top: 0;
    display: block;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    -webkit-box-shadow: inset 0 0 150px rgba(0,0,0,.5);
          box-shadow: inset 0 0 150px rgba(0,0,0,.5);
}

div.footer{
	position: fixed;
    margin: 0 auto;
    width: 100%;
    bottom: 10px;
}


hr.custom-line{
	margin:5px 0 2px 0; 
	padding:0;
	height:1px;
	border-top: 1px solid rgba(255,255,255,0.1);
	background-color: rgba(255,255,255,0.5);
}

hr.custom-line.no-spacing{
	padding:0;
	margin:0;
	height:auto;
}

div.wrapper-heading .heading{
    top: 0;
	text-align:center;
    width: 100%;
    padding: 0 10px;
	margin:10px auto;
	font-size:1.2em;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    position: fixed;
    z-index: 900;
}

div.vertical{
	position:relative;
	display:inline-block;
	vertical-align: middle;	
	padding-left:5px;
}

.socialmedia-share{
	/*display:inline-block;*/
	margin-top:0;
    width: 100%;
}
.mobile-icons.social-icons {
    transform: scale(0.5);
}
.socialmedia-share .social-icons{
}
.share-wrapper {
    width:100%; 
    margin: 5px 0 10px;
    text-align:center;
}
.socialmedia-share a{
	color: rgba(255,255,255,0.9);
	text-decoration: none;
}
.socialmedia-share a:hover{
	color: rgba(255,255,255,1);
	text-decoration: none;
}

.socialmedia-share ul{
/*    width:100%;*/
	padding:0;
    margin: 0;
	display:inline-block;
}

.socialmedia-share ul li{
	list-style: none;
	display:inline-block;
}
.socialmedia-share ul li:first-child {
    position: relative;
    bottom: 3px;
	font-size:1.3em;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-right:10px;
}
.socialmedia-share ul li:last-child {
    margin-top:3px;
    float: right;
}
.socialmedia-share ul li:last-child span {
    position: relative;
    bottom: 1px;
    font-size:1.3em;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.socialmedia-share ul li+li{
	padding:0px;
}

.socialmedia-share p.weburl{
	font-size:1em;
    letter-spacing: 1.2px;/*1.3px;*/
    text-align: center; /* justify */
    text-transform: uppercase;
    margin:3px 0;
	padding-bottom:0;
}

.logo{
	margin:10px;
	text-align:center;
    display: none;
}
.logo img{
	width:30px;
	height:auto;
}

.footer form.wrapper-input{
    /* border: 1px solid red;*/
	width:90%; /*280px*/
    text-align: center;
	margin:0 auto;	
	
}
#drawcard {
    padding-bottom: 10px;
}

.input-label {
    border: 0px solid red !important;
    border-radius: 0 !important;
    font-weight: 600;
    font-size: 1.8em;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    padding: 4px 10px 0 0;
    width: 50px !important;
    color: rgba(255,255,255,0.9);
    background-color: transparent !important;/*#2f2724;*/
}
/*
.form-group label{
	font-size:1.1em;
    letter-spacing: 0px;
    font-weight: 800;
	line-height: auto;
	text-transform: uppercase;
	vertical-align: middle;
    text-align: center;
	margin-right: 35px;
	margin-top:5px;
    color: #000;
}
*/
.form-group div input{
	font-size:1em;
    font-weight: 100;
	line-height: 2em;
    letter-spacing: 1px;
/*    text-align: center;*/
	background-color: transparent;
	border-radius: 0;
	border:2px solid rgba(255,255,255,0.9);
	color: rgba(255,255,255,0.9);
    width: 100%;
/*    margin-bottom: 10px;*/
}
.form-group div input:hover, .form-group div input:focus{
	border:2px solid rgba(255,255,255,1);
}
.input-group-addon {
    border:2px solid rgba(255,255,255,0);
    background-color: rgba(255,255,255,0.9);
}
.input-group {
    width: 100%;
}
.input-space {
    background-color: transparent;
    padding: 0 3px;
    margin: 0;
}
#input-field {
    border-radius: 0 !important;
}
#randomise {
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0 !important;
    color: #000; /*#2f2724;*/
    cursor: pointer;
    width: 50px;
    padding: 0 10px !important;
}
#randomise:hover {
    background-color: rgba(255,255,255,1);
}

.heading{
	font-size:1.5em;
}


.interface-bottom-right{
	display:none;
	transform-origin:100% 100%;

	position:absolute;
	bottom:0;
	right:0;

	transition:ease-out, transform .5s;
}

.interface-bottom-left{
	display:none;
	transform-origin:0% 100%;
	
	position:absolute;
	bottom:0;
	left:0;

	transition:ease-out, transform .5s;

}

@media(min-width:340px){
	footer{
		bottom:0;
		display:inline;
		position:absolute;
	}
    .logo {
        display: block;
    }
	.logo img{
		width:50px;
		height:auto;
	}
    
    .mobile-icons li {
        transform: scale(1);
    }

    .socialmedia-share p.weburl{
        font-weight: 100;
        font-size:1em;
        letter-spacing: 2px;
        text-align: center; /* justify */
        text-transform: uppercase;
        margin-top:3px;
        padding-bottom:0;
        margin-bottom:2px;
    }

	.interface-bottom-right{

		transform:scale(.5, .5);
	}
	.interface-bottom-left{

		transform:scale(.5, .5);
	}
}

@media( min-width:768px ){
/*
    .form-group div input{
        width: 390px !important;
    }
*/
    
    .socialmedia-share ul{
        width:100%;
    }
    .share-wrapper {
        text-align: left;
        margin: 5px 0 3px;
    }
	.interface-bottom-left{
		display:inline;
		transform:scale(.6, .6);
	}
	.interface-bottom-right{
		display:inline;
		transform:scale(.6, .6);
	}
    
/*
	div.footer form.wrapper-input{
		width:390px;
	}
*/

    
	.logo img{
        
		width:60px;
		height:auto;
	}

	div.wrapper-heading .heading{
		margin-top:10px;
/*		margin-left:10px;*/
/*		margin-right:10px;*/
		font-size:1.5em;
        letter-spacing: 0.8px;
	}
}

@media( min-width:992px ){
	.form-group label{
/*        text-align: left;*/
/*        margin-right: 15px;*/
/*        margin-bottom: 0px;*/
/*		line-height: auto;*/
	}
/*
    .form-group div input{
        width: 220px !important;
    }
*/
	.interface-bottom-left{
		transform:scale(.7, .7);
	}
	.interface-bottom-right{
		transform:scale(.7, .7);
	}

	div.wrapper-heading .heading{
		font-size:1.5em;
	}
}

@media( min-width:1200px ){
	.interface-bottom-left{
		transform:scale(.8, .8);		
	}
	.interface-bottom-right{
		transform:scale(.8, .8);
	}
}

/* Social Modal */
.mobile-share-wrapper {
    position:absolute;
    display: none;
    z-index:2000;
    top:0; left:0; bottom:0; right:0;
    width:100%; 
    height:100%; 
/*    background-color:rgba(0,0,0,0.75); */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#000000',GradientType=0 );
}
.mobile-share {
    background-color:rgba(0,0,0,1); 
    position:absolute; 
    display: none;
    z-index:2001;
    bottom:0; left: 0; right:0;
    border-top:1px solid rgba(255,255,255,0);
    padding: 20px 15px 10px;
    width:100%;
}
.mobile-share a{
	color: rgba(255,255,255,0.9);
	text-decoration: none;
}
.mobile-share ul{
	padding:0;
    width: 100%;
	display:inline-block;
}
.mobile-share ul li{
	list-style: none;
	display:inline-block;
}
.mobile-share ul li+li{
	padding:0px;
}

/* Screen Size Issue Notification */
.screen-error-wrapper {
    position: absolute;
    z-index:9000;
    width: 100%; height: 100%;
    top: 0; left: 0; bottom: 0; right: 0;
    background-color: rgba(255,0,0,.6);
}
.shadow {
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.75);
}

/* Buttons */
#saveImg1, #saveImg2, #shareFB1, #shareFB2, #shareTW1, #shareTW2, #shareGP1, #shareGP2, #emailImg {
    cursor: pointer;
}