@import "../../../river/assets/css/style.min.css";

/* Your CSS code goes here
-------------------------------------- */
.home #primary #content #main {
    margin-top:0;
}




@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */ }
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ }
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { 
	.fill-the-form {
		position: relative;
		top:54px;
	}
	.home-form {
		max-width: 570px;
		margin:0 auto;
	}
	.home-form input, .home-form textarea {
		max-width: 256px;
	}
	.home-form  .form_field_5 {
		position: relative;
		top: -50px;
	}
	.home-form textarea {
		height: 90px!important;
	}

@media (min-width:1281px) { /* hi-res laptops and desktops */ }