﻿/*form css start  */
@import url(reset.css);
body{
margin:0;
background-color:#fff;

}
#top_wraper{
	background-position:center;
	background-image:url(fon.jpg) ;
	height:700px;
	
	
	
}

#top_main{
	
	max-width:960px;
	margin: 0 auto;
}

#logo {
    margin-bottom: 39px;
    
    padding-top: 15px;
}

#logo h2{
	font-size: 60px;
    color: #fff;
    font-family: opensans;
	font-weight:bold;
	-webkit-text-stroke-width: 10px;
-webkit-text-stroke-color: black;
}

#logo h2:before {
content: "Бамбушка";
position: absolute;
 -webkit-text-stroke-width: 0px;
  color: #fff;
}


#logo p{
	font-size: 40px;
    color: #ebf905;
    font-family: opensans;
	font-weight:bold;
	-webkit-text-stroke-width: 6px;
-webkit-text-stroke-color: black;
	
}

#logo p:before {
content: "больше чем подушка:)";
position: absolute;
 -webkit-text-stroke-width: 0px;
  color: #ebf905;
}

.top{
	display: inline-block;
	width:33%;
	
	
}
#maine_title h1{
	font-size:40px;
	font-weight:bold;
	font-family: arial;
	
	
}

.center{
	background-color:edf738;
	opacity: 0.9;
	
}




/* Стили формы */

::-webkit-input-placeholder {color:#000!important;}
::-moz-placeholder          {color:#000!important;}/ Firefox 19+ /
:-moz-placeholder           {color:#000!important;}/ Firefox 18- /
:-ms-input-placeholder      {color:#000!important;}

input{
	color:black!important;
	
}


#application {
    width: 300px;
    margin: 0 auto;
}
form#application {
    text-align: center;
}
/*Стили полей для ввода*/
#applicationName, #applicationEmail, #applicationTelephone {
    width: 70%;
    height: 50px;
   
    margin-top: 20px;
    border: 1px solid #fff;
    border-radius: 1px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

/*Стили полей при клике по ним*/
#applicationName:focus, #applicationEmail:focus, #applicationTelephone:focus {
    border: 1px solid #30ad64;
}

/*Стили текста, выводящегося в placeholder*/
::-webkit-input-placeholder {
    color: #efefef;
    font-family: 'PT Sans', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

::-moz-placeholder  {
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}  /* Firefox 19+ */

:-moz-placeholder {
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}  /* Firefox 18- */

:-ms-input-placeholder {
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

::placeholder {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

/*Стили для кнопки*/
.applicationButton {
    margin-top: 25px;
    background: #ff0000;
    border: none;
    width: 71%;
    height: 50px;
    border-radius:3px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    cursor: pointer;
	margin-bottom: 20px;
	box-shadow: 0 6px 0 #9aa02a;
/*    transition: .6s;*/
}
    .applicationButton:hover {
        background: #d68c18; 
        /*    transition: .6s;*/
    }
        

/*form css and */