object,embed {
	outline:none;
}

a:link {
	color: #0099FF;
	text-decoration: none;
	
	-webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out; 
	-o-transition: all 0.2s ease-out; 
	-ms-transition: all 0.2s ease-out;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

body {
	background: #03C;
	color: #FFF;
}

.boxes1 {

	background: #FF0000;
}
.boxes2 {

	background: #00FF00;
}

div {
	overflow: hidden;
}

.textarea{

	text-align: center;
}

.btn-primary {
	background-color: #0054ff;
	border-color:transparent;

	-webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out; 
	-o-transition: all 0.2s ease-out; 
	-ms-transition: all 0.2s ease-out;
}

.btn-primary:hover {
	background-color: #ff9900;
	border-color:transparent;
}

.goborder {
	background: url("../images/sokay_go_border.png");
	width:100%;
	height:64px;
}

.img-circle {
	-ms-transform: scale(0.9,0.9);
    -webkit-transform: scale(0.9,0.9);
    transform: scale(0.9,0.9);

    -webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out; 
	-o-transition: all 0.2s ease-out; 
	-ms-transition: all 0.2s ease-out;
}

.img-circle:hover{
	-ms-transform: scale(1.0,1.0);
    -webkit-transform: scale(1.0,1.0);
    transform: scale(1.0,1.0);
}

.mailarea{
	background:#002a7d;
		
	border-radius:12px;
}

.mail{

	text-align: center;
}


/*   INPUT STUFFS */

.mail input[type="text"], .mail input[type="email"] {
				
				font-family: "Century Gothic", Verdana, Helvetica, Arial, Helvetica, Georgia, Sans-serif;
				font-size:1.5em;
				font-weight:bold;
				
				width: 250px;
				height: 50px;
				margin: 4px auto;
				padding:4px 8px;
				
				border: medium none;
				border-radius: 10px;
				box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
				
				color: #fff;
				background: #7a96af;
				
				background-image: -ms-linear-gradient(top, #4e6070 0%, #7a96af 100%);
				background-image: -moz-linear-gradient(top, #4e6070 0%, #7a96af 100%);
				background-image: -o-linear-gradient(top, #4e6070 0%, #7a96af 100%);
				background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00ff36), color-stop(1, #7a96af));
				background-image: -webkit-linear-gradient(top, #4e6070 0%, #7a96af 100%);
				background-image: linear-gradient(to bottom, #4e6070 0%, #7a96af 100%);
				
				
				-webkit-transition: all 0.2s ease-out; 
				-moz-transition: all 0.2s ease-out; 
				-o-transition: all 0.2s ease-out; 
				-ms-transition: all 0.2s ease-out;
			}
			
				.mail input[type="text"]:hover {
					background:#0099FF;
				}
			
			.mail input[type="submit"] {
				
				margin: 10px auto;
				
				color:#fff;
				font-family:"Century Gothic", "Arial";
				font-size:1.5em;
				font-weight: bold;
				
				display:block;
				
				background:#00ff36;
				width: 250px;
				height: 50px;
				border: medium none;
				border-radius: 10px;
				
				/* IE10 Consumer Preview */ 
				background-image: -ms-linear-gradient(top, #00ff36 0%, #009820 100%);
				
				/* Mozilla Firefox */ 
				background-image: -moz-linear-gradient(top, #00ff36 0%, #009820 100%);
				
				/* Opera */ 
				background-image: -o-linear-gradient(top, #00ff36 0%, #009820 100%);
				
				/* Webkit (Safari/Chrome 10) */ 
				background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00ff36), color-stop(1, #009820));
				
				/* Webkit (Chrome 11+) */ 
				background-image: -webkit-linear-gradient(top, #00ff36 0%, #009820 100%);
				
				/* W3C Markup, IE10 Release Preview */ 
				background-image: linear-gradient(to bottom, #00ff36 0%, #009820 100%);
				
				box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.2);
			}
			
			.mail input[type="submit"]:hover {
				/*background:#FFD83A;*/
				color:#fff200;
			}