* {margin:0; padding:0;  } 

/* Header Style */
.main,
.container > header {
	margin: 0 auto;
	padding: 2em;
}

.container > header {
	text-align: center;
	background: #d94839;
	padding: 3em;
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 60%;
	opacity: 0.7;
	padding: 0 0 0.6em 0.1em;
}

/* Main Content */
.main {
	max-width: 69em;
}

.column {
	float: left;
	/*width: 50%;*/
	padding: 0 2em;
/*	min-height: 300px;*/
	position: relative;
}

.column:nth-child(2) {
	box-shadow: -1px 0 0 rgba(0,0,0,0.1);
}

.column p {
	font-weight: 300;
	font-size: 2em;
	padding: 0;
	margin: 0;
	text-align: right;
	line-height: 1.5;
}

/* To Navigation Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	display: inline-block;
}

.codrops-top a:hover {
	color: #e74c3c;
	background: rgba(255,255,255,0.6);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

#bu {
	border: none;
	/*padding: 0.6em 1.2em;*/
	/*background: black;*/
        background: -webkit-linear-gradient(#009ddc, #1a439a);
    background: -o-linear-gradient(#009ddc, #1a439a); 
    background: -moz-linear-gradient(#009ddc, #1a439a); 
    background: linear-gradient(to bottom,#009ddc, #1a439a);
    width: 45%;
    height: 13%;
    
	color: white;
	font-size: 80%;
    font-weight: bold;
	 position: relative;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	/*margin: 3px 2px; */
	border-radius: 9px;
    margin-left: 28%;
margin-top: 15%;
font-family: 'Eurostile';


}

#bu:hover {
	/*background: white;color: black; */
    border: 2px solid #fff; 
            background: -webkit-linear-gradient(#009ddc, #1a439a);
    background: -o-linear-gradient(#009ddc, #1a439a); 
    background: -moz-linear-gradient(#009ddc, #1a439a); 
    background: linear-gradient(to bottom,#009ddc, #1a439a);
    color: #fff;
    -webkit-box-shadow: 0px 0px 5px #000;
-moz-box-shadow:    0px 0px 5px #000;
box-shadow:         0px 0px 5px #000;
}

#bu_1 {
    border: none;
    /*padding: 0.6em 1.2em;*/
    background: black;
    width: 19%;
    height:40px;
    color: white;
    font-size: 80%;
    font-weight: lighter;
     position: relative;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    /*margin: 3px 2px; */
    border-radius: 9px;
    /*margin-left: 28%;*/
    text-align: center;

}

#bu_1:hover {
    background: white;color: black;
}

#bu_2 {
    border: none;
    /*padding: 0.6em 1.2em;*/
    background: black;
    width: 19%;
    height:40px;
    color: white;
    font-size: 80%;
    font-weight: lighter;
     position: relative;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    /*margin: 3px 2px; */
    border-radius: 9px;
    /*margin-left: 28%;*/
    text-align: center;

}

#bu_2:hover {
    background: white;color: black;
}

#bu_3 {
    border: none;
    /*padding: 0.6em 1.2em;*/
    background: black;
    width: 19%;
    height:40px;
    color: white;
    font-size: 80%;
    font-weight: lighter;
     position: relative;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    /*margin: 3px 2px; */
    border-radius: 9px;
    /*margin-left: 28%;*/
    text-align: center;

}

#bu_3:hover {
    background: white;color: black;
}

#but_image
{
  cursor: pointer;   
   border: none;
     display: block;
}

@media screen and (max-width: 46.0625em) {
	.column {
		width: 100%;
		min-width: auto;
		min-height: auto;
		padding: 1em; 
	}

	.column p {
		text-align: left;
		font-size: 1.5em;
	}

	.column:nth-child(2) {
		box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
	}
}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}