

/*General */
body
{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	height: 600px;
}

#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	
	float:left;
	padding-top:0px;
}

#form-div {
	background-color:#117c83;
	padding-left:35px;
	padding-right:35px;
	padding-top:10px;
	padding-bottom:35px;
	width: 600px;
	float: left;
	left: 50%;
	position: absolute;
    margin-top:30px;
	margin-left: -340px;
    border-radius: 7px;
    border: 1px solid; 
}

#contacts {
height: 260px;
}

.logo {
	float:left;
	margin-top: 30px;
}

.logo img {
	width: 250px;
	margin-top: -5px;
}

.company {
	float:right;
	color: #fff;
	width: 50%;
}

.company h2 {
	font-size:22px;
}

.company p {
	font-size:17px;
}
.social_icons {
	margin-left: 60px;
}

@media screen and (max-width:768px) and (min-width:481px){
	.logo img {
	width: 185px;
	margin-top: 0px;
}
.company h2 {
	font-size:18px;
}

.company p {
	font-size:15px;
}	
.social_icons {
	margin-left: 25px;
}
#contacts {
height: 220px;
}
}


@media screen and (max-width:480px) and (min-width:320px){
	.logo img {
	width: 120px;
	margin-top: -15px;
}
.company h2 {
	font-size:13px;
}

.company p {
	font-size:9.5px;
}	
.social_icons {
	margin-left: 7px;
}
.social_icons .fb, .in {
	width:40px!important;
	height:40px!important;
}
#contacts {
height: 140px;
}
}


@media screen and (max-width:319px) and (min-width:250px){
	.logo img {
	width: 100px;
	margin-top: -15px;
}
.company h2 {
	font-size:11px;
}

.company p {
	font-size:7px;
}	
.social_icons {
	margin-left: 15px;
}
.social_icons .fb, .in {
	width:20px!important;
	height:20px!important;
}
#contacts {
height: 100px;
}
}


.montform .feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	box-sizing: border-box;
	border: 3px solid rgba(0,0,0,0);
}
/*Inputs styles*/
.montform .feedback-input:focus{
	background: #fff;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}


/* Icons ---------------------------------- */
.montform  #name{
	background-image: url(img/fi-address-book.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

.montform  #name:focus{
	background-image: url(img/fi-address-book.png);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

.montform  #email{
	background-image: url(img/fi-mail.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

.montform  #email:focus{
	background-image: url(img/fi-mail.png);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}


.montform  #phone{
	background-image: url(img/fi-telephone.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

.montform  #phone:focus{
	background-image: url(img/fi-telephone.png);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

.montform  #comment{
	background-image: url(img/fi-pencil.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

.montform  textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

.montform  input:hover, .montform  textarea:hover,
.montform  input:focus, .montform  textarea:focus {
	background-color:#e6e6e6;
}

.button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #f1d96d;
	color:#0164c4;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

.button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #117c83;
}
	
.montform  .submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

/*Styles for small screens*/

@media  only screen and (max-width: 620px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}

