@charset "utf-8";
/* CSS Document */

/* --- GENERAL --- */

html, body {
	margin: 0;
	border: 0;
	padding: 0;	
}

body {
	color: #251f1f;
	font-family: Raleway;
	overflow-x: hidden;
	font-size: 1em;
}

.clearer {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
}

.upper-text{
	text-transform: uppercase;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.blue-text {
	color: #58677f;
}

.link {
	font-style: italic;
	color: #688a96;
}

.link:hover {
	color: #224c5f;
}


/* --- HEADER --- */

#home {
	height: 100vh;
}

.header-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center;
	background-size: 100% auto;
}

#header-bg1 {
	display: block;
	position: absolute;
	z-index: -2;
}

#header-bg2 {
	display: none;
	position: absolute;
	z-index: -3;
}

/* IMAGE between 769 and 1024 */

@media only screen and (max-device-width: 768px) {
	#header-bg1 {
		background-image: url(../img/768/slide-1.jpg);
	}
	
	#header-bg2 {
		background-image: url(../img/768/slide-2.jpg);
	}
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {
	#header-bg1 {
		background-image: url(../img/1024/slide-1.jpg);
	}
	
	#header-bg2 {
		background-image: url(../img/1024/slide-2.jpg);
	}
}

/* IMAGE more than 1025 */

@media only screen and (min-device-width: 1025px) and (max-device-width: 1920px) {
	
	#header-bg1 {
		background-image: url(../img/1920/slide-1.jpg);
	}
	
	#header-bg2 {
		background-image: url(../img/1920/slide-2.jpg);
	}
}

@media only screen and (min-device-width: 1921px) {
	
	#header-bg1 {
		background-image: url(../img/3500/slide-1.jpg);
	}
	
	#header-bg2 {
		background-image: url(../img/3500/slide-2.jpg);
	}
}

/* --- Header Top --- */

#header-top {
	background-color: rgba(255, 255, 255, 0.3);
	display: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.2) inset;
}

h1 {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#logo {
	vertical-align: middle;
	height: 2rem;
	margin: 0.5rem;
}

#phone-number-top {
	display: block;
	margin: 0.5rem;
	padding: 0;
	float: right;
	text-shadow: #FFF 0px 0px 6px;
	font-size: 1rem;
}

#phone-number-top img {
	vertical-align: middle;
	height: 2rem;
}

/* LARGER than 600px (required by content) ----------- */

@media only screen and (min-width : 600px) {
	#logo {
	    vertical-align: middle;
	    height: 3rem;
	    margin: 0.5rem 0.5rem 0.5rem 3rem;
    }
	
	#phone-number-top {
	    display: block;
	    margin: 0.5rem 2rem 0 0;
	    padding: 0 2rem;
	    float: right;
	    text-shadow: #FFF 0px 0px 6px;
	    font-size: 1.3rem;
	    background-color: rgba(255, 255, 255, 0.2);
	    border-radius: 30px;
	    border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1) inset;
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: 100% 100%;
    }
	
	#phone-number-top img {
	    vertical-align: middle;
	    height: 2rem;
		margin: 0.5rem 0;
    }

}


/* --- Header Slider --- */

#header-slider {
	width: 100%;
}

/* --- Menu --- */

#menu {
	width: 70%;
	height: auto;
	margin: 1rem auto;
	display: none;
}

#menu a {
	display: inline-block;
	width: 18%;
	margin: 2%;
	text-decoration: none;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-size: 2vw;	
	font-weight: bold;
	text-shadow: 0 0 5px #FFF;
}

#menu img {
	width: 80%;
	height: auto;
	margin: 0 auto 0.5rem;
}


/* --- LARGER then MOBILE Portrait---------------------- */

@media only screen and (min-width : 480px) {
	
	#menu {
		width: 23rem;
	    padding: 0 5rem 0 0;
    }

    #menu a {
	    font-size: 0.8rem;
	    text-shadow: 1px 0 rgba(255, 255, 255, 0.3), 
		             0 1px rgba(255, 255, 255, 0.3), 
					 -1px 0 rgba(255, 255, 255, 0.3), 
					 0 -1px rgba(255, 255, 255, 0.3), 
					 0 0 16px #FFF;
    }
	
}

/* --- Slider Text --- */

#slider1-text {
	text-transform: uppercase;	
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 5%;
	display: none;
}

#slider1-text span:nth-of-type(1) {
	color: #4b3a39;
	font-size: 2.5rem;
}

#slider1-text span:nth-of-type(2) {
	color: #862121;
	font-size: 2.5rem;
}

#slider1-text span:nth-of-type(3) {
	color: #4c3a3a;
	font-size: 4rem;
}

#slider1-text span:nth-of-type(4) {
	color: #862021;
	font-size: 2.5rem;
}


#slider2-text {
	text-align: right;
	box-sizing: border-box;
	width: 60%;
	position: absolute;
	bottom: 10%;
	right: 30%;
}

#slider2-text img {
	max-height: 4rem;
	max-width: 80vw;
}

/* MOBILE LANDSCAPE (too less high) ----------- */
@media only screen and (max-height : 480px) {
	
	#slider1-text span:nth-of-type(1) {
		color: #4b3a39;
		font-size: 1.5rem;
	}

	#slider1-text span:nth-of-type(2) {
		color: #862121;
		font-size: 1.5rem;
	}

	#slider1-text span:nth-of-type(3) {
		color: #4c3a3a;
		font-size: 2rem;
	}

	#slider1-text span:nth-of-type(4) {
		color: #862021;
		font-size: 1.5rem;
	}
	
	#slider2-text img {
	    max-height: 4rem;
    	max-width: 40vw;
    }
	
}


/* --- ABOUT US --- */

#container-aboutUs {
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
}

#container-aboutUs h2 {
	padding: 0;
	margin: 2rem 0 1rem 0;
	text-align: center;
	text-transform: uppercase;
	text-align: center;
}

#aboutUs {
    width: 95%;	
	max-width: 1700px;
	height: auto;
	margin: 5% auto;
	padding: 1px 1rem 2rem 1rem;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.7rem;
	font-size: 1.1rem;
	background-color: rgba(255, 255, 255, 0.7);
}
	
#aboutUs div {
    width: 100%;	
    }

/* LARGER than 1024px (dictated by content) ----------- */

@media only screen and (min-width: 1024px) {
    	
	#aboutUs div {
    	width: 40%;	
	    margin: 0 5%;
    	float: left;
    }
	
	#container-aboutUs h2:last-child {
		margin: 0 0 1rem 0;
	}
	
}

/* --- LARGER then MOBILE (portrait and landscape) ---------------------- */

@media only screen and (min-width: 769px) and (max-width: 1023px) {
	
	
    #aboutUs {
	    width: 80%;
	    margin: 5rem auto;
	    padding: 1rem 3rem 3rem 3rem;
    }
	
	#aboutUs div {
        width: 90%;		
    }
	
}

/* IMAGES optimization */

@media only screen and (max-device-width: 768px) {
	
	#container-aboutUs {
	    background-image: url(../img/768/bg-about-us.jpg);
	}
	
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {
	
	#container-aboutUs {
	    background-image: url(../img/1024/bg-about-us.jpg);
	}
	
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1920px) {
	
	#container-aboutUs {
	    background-image: url(../img/1920/bg-about-us.jpg);
	}
	
}
@media only screen and (min-device-width: 1921px) {
	
	#container-aboutUs {
	    background-image: url(../img/3500/bg-about-us.jpg);
	}
	
}


/* --- SERVICES --- */

#services {	
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	width: 100%;
	padding: 6rem 0;
}

#services h2 {
	max-width: 10rem;
	margin: 0 auto;
	text-transform: uppercase;
	text-align: center;
	text-indent: 4rem;
	font-size: 1.8rem;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.5);
	text-shadow: 1px 2px 2px #555, 0 0 0 #000, 1px 2px 2px #555;
}

/* --- LARGER then MOBILE (portrait and landscape) ---------------------- */

@media only screen and (min-width: 769px) {
    
	#services {
	    padding: 11rem 0;
    }
	
	#services h2 {
	    max-width: 10rem;
	    text-indent: 5rem;
	    font-size: 2.8rem;
    }
	
}

/* IMAGES optimisation */

@media only screen and (max-device-width: 768px) {
	
	#services {
		background-image: url(../img/768/services.jpg);
	}
	
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {
	
	#services {
		background-image: url(../img/1024/services.jpg);
	}
	
}

@media only screen and (min-device-width: 1025px) {
	
	#services {
		background-image: url(../img/1920/services.jpg);
	}
	
}


/* --- WHAT WE DO --- */

#container-whatWeDo {
	width: 100%;
}

#bg-left {
	display: none;
}

#whatWeDo {
	box-sizing: border-box;
	width: 95%;
	height: auto;
	border: solid 1px #3d6a77;
	margin: 3rem auto 5%;
	padding: 1rem;
	text-align: center;
	line-height: 1.3rem;
	font-size: 1rem;
	background-color: #FFF;
}

#whatWeDo h2 {
	padding: 0;
	margin: -1.7rem auto 2rem;
	width: 12rem;
	text-align: center;
	background-color: #FFF;
	text-transform: uppercase;
	font-size: 1.3rem;
}

#whatWeDo p.left {
	text-align: left;
}

#whatWeDo p.right {
	text-align: right;
}

#whatWeDo p span {
	display: block;
	color: #3d6a77;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.05rem;
	line-height: 2rem;
}

/* MOBILE LANDSCAPE */

@media only screen and (min-width: 481px) and (max-width: 768px) {
	
	#whatWeDo {
		width: 80%;
		padding: 2rem;
	}
	
	#whatWeDo h2 {
		margin: -2.7rem auto 2rem;
	}
		
}

/* LARGER than MOBILE (portrait and landscape) ---------------- */

@media only screen and (min-width: 769px) {
	
    #container-whatWeDo {
    	background-size: 20% auto;
    	background-position: right bottom;
    	background-repeat: no-repeat;
    }
	
	#bg-left {
		display: block;
	    position: relative;
		top: 0;
		left: 0;
	    z-index: -1;
	    float: left;
	    width: 20%;
	    /*min-height: 1170px;*/
	    background-image: url(../img/bg-left.jpg);
	    background-repeat: no-repeat;
	    background-position: top right;
		background-size: auto 100%;
    }
	
	#whatWeDo {
	    width: 50%;
    	margin: 5rem auto;
    	padding: 3rem 3rem 3rem 3rem;
    }
	
	#whatWeDo h2 {
    	margin: -3.7rem auto 2rem;
    	width: 10rem;
    }
		
}

/* IMAGE optimization */
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {

    #container-whatWeDo {
    	background-image: url(../img/1024/bg-whatWeDo.jpg);
	}

}

@media only screen and (min-device-width: 1025px) {

    #container-whatWeDo {
    	background-image: url(../img/1920/bg-whatWeDo.jpg);
	}

}

/* --- SEO WORDS --- */

#seo-words {
	display: none;
}

/* more than mobile */
@media only screen and (min-width: 769px) {
    
    #seo-words {
		display: block;
		width: 100%;
		color: #e4f7f7;
		text-align: center;
		background-position: center;
		padding: 1rem 0;
		box-sizing: border-box;
    }
	
	#seo-words span {
		display: inline-block;
		margin: 1rem;
		text-transform: uppercase;
	}
	
	#seo-words span:nth-of-type(1) {
		font-size: 1.8rem;
		margin: 1rem;
	}
	
	#seo-words span:nth-of-type(2) {
		font-size: 1rem;
		margin: 1rem;
	}
	
	#seo-words span:nth-of-type(3) {
		font-size: 1.3rem;
	}
	
	#seo-words span:nth-of-type(4) {
		font-size: 0.7rem;
	}
	
	#seo-words span:nth-of-type(5) {
		font-size: 1.2rem;
	}
	
	#seo-words span:nth-of-type(6) {
		font-size: 1.3rem;
	}
	
	#seo-words span:nth-of-type(7) {
		font-size: 1.8rem;
	}
	
	#seo-words span:nth-of-type(8) {
		font-size: 1.5rem;
	}
	
	#seo-words span:nth-of-type(9) {
		font-size: 2.2rem;
	}
	
	#seo-words span:nth-of-type(10) {
		font-size: 1rem;
	}
	
	#seo-words span:nth-of-type(11) {
		font-size: 1.8rem;
	}
	
	#seo-words span:nth-of-type(12) {
		font-size: 1.5rem;
	}
	
}

/* IMAGE OPTIMIZATION */

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    
    #seo-words {
			background-image: url(../img/1024/seo-words-bg.jpg);
	}
	
}

@media only screen and (min-width: 1025px) and (max-width: 1920px) {
    
    #seo-words {
			background-image: url(../img/1920/seo-words-bg.jpg);
	}
	
}

@media only screen and (min-width: 1921px) {
    
    #seo-words {
			background-image: url(../img/3500/seo-words-bg.jpg);
	}
	
}

/* --- F.A.Q. --- */

#container-faq {
	background-size: 100% auto;
	width: 100%;
	padding: 1px 0;
}

.button-faq {
	display: block;
	margin: 2rem auto 0;
	height: 8rem;
	max-width: 20rem;	
	line-height: 8rem;	
	font-size: 1.5rem;
	background-color: #688a96;
	border-radius: 40px;
	text-transform: uppercase;
	text-align: center;
	color: #eaeff2;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #000 1px 1px;
	box-shadow: 0 0 6px #CCC inset;
	border: solid 1px #999;	
}

.button-faq:hover {
	box-shadow: 0px 0px 8px #333 inset;
	border: solid 1px #666;
	text-shadow: #000 0px 0px;
	
}

#call-us {
	display: block;
	margin: 2rem auto;
	padding: 0;
	color: #FFF;
	text-shadow: 0px 0px 8px #000;
	font-size: 6vw;
	line-height: 6vw;
	max-width: 70rem;
	text-align: center;
}

/* LARGER than MOBILE PORTRAIT*/

@media only screen and (min-width: 480px) {
	
	.button-faq {		
    	margin: 3rem auto 0;
    	height: 10rem;
    	max-width: 30rem;
    	line-height: 10rem;
    	font-size: 2rem;
    }
	
}

/* MORE than MOBILE (portrait and landscape) */

@media only screen and (min-width: 768px) {
	
	#call-us {
	    font-size: 4rem;
	    line-height: 4rem;
	    max-width: 70rem;
    }
	
}

/* IMAGES optimization */

@media only screen and (max-device-width: 768px) {
	
	#container-faq {
	    background-image: url(../img/768/bg-about-us.jpg);
	}
	
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {
	
	#container-faq {
	    background-image: url(../img/1024/bg-about-us.jpg);
	}
	
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1920px) {
	
	#container-faq {
	    background-image: url(../img/1920/bg-about-us.jpg);
	}
	
}
@media only screen and (min-device-width: 1921px) {
	
	#container-faq {
	    background-image: url(../img/3500/bg-about-us.jpg);
	}
	
}

/* --- PRODUCTS --- */

#products {
	background-color: #2b6d7f;
	width: 100%;
	padding: 1px 0;
	background-image: url(../img/products-bg-left.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto 100%;
}

#inside-products {
	width: 95%;
	margin: 2% auto;
	border-top: 4px solid #d9d9d9;
	border-bottom: 4px solid #d9d9d9;
	border-left: 10px solid #d9d9d9;
	border-right: 10px solid #d9d9d9;
	background-image: url(../img/products-bg-right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 100%;
}

#inside-products h2 {
	z-index: 2;
	max-width: 30rem;
	margin: 4rem auto;
	text-transform: uppercase;
	text-align: center;
	font-size: 4rem;
	color: #e5f1f4;
	text-shadow: #000 2px 2px 0px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 768px) {
    #inside-products h2 {
		font-size: 2rem;
		margin: 2rem auto;
	}
}

/* --- Container Products List --- */

#products-list {
	width: 100%;
	box-sizing: border-box;
	background-image: url(../img/products-bg-bottom.jpg);
	background-repeat: repeat;
	padding: 0;
}

.product {
	width: 35%;
	height: 17rem;
	float: left;
	margin: 10% 0 0 10%;
}

/* MOBILE LANDSCAPE ----------- */
@media only screen and (min-width: 481px) and (max-width: 768px) {

	#products-list {
		padding: 0;
	}
	
	.product {
		width: 20%;
	}
}

/* LARGER than MOBILE LANDSCAPE ----------- */
@media only screen and (min-width: 769px) {
    .product {
		width: 20%;
	}
	
	#products-list {
		padding: 0 10% 10% 10%;
	}
}

.product img {
	display: block;
	width: 60%;
	height: auto;
	margin: 0 auto;
}

.product span:first-of-type {
	color: #3d677e;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: bold;
	margin: 1rem 0 0.5em;
}

.product span:last-of-type {
	color: #000;
	display: block;
	text-align: center;
	font-size: 1rem;
}

/* --- Manufacturers --- */

#manufacturers {
	background-color: #2b6d7f;
	width: 100%;
	padding: 1px 0;
}

#manufacturers-inside {
	min-height: 19rem;
	width: 95%;
	margin: 2%;
	padding: 1% 1% 1rem 1%;
	border-top: 4px solid #d9d9d9;
	border-bottom: 4px solid #d9d9d9;
	border-left: 10px solid #d9d9d9;
	border-right: 10px solid #d9d9d9;
	box-sizing: border-box;
	background-origin: content-box;
	background-color: #FFF;
}

#manufacturers-inside span{
	display: block;
	margin: 2rem auto 1rem;
	max-width: 90%;
	text-align: center;
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #647288;
	
}

#manufacturers-inside span span{
	display: inline;
	font-size: 1.5rem;
	margin: 0 auto;
}

#manufacturers-inside img {
	height: auto;
	width: 50%;
	margin: 2rem 25%;
}

#manufacturers-inside a:nth-of-type(3) {
	display: none;
}

/* MORE than 1023px (required by content) -------------------- */

@media only screen and (min-width: 1024px) {
	
	#manufacturers-inside {
		padding: 1%;
	}
	
	#manufacturers-inside span{
		font-size: 1.5rem;
		margin: 1rem auto 0;
	}
	
	#manufacturers-inside span span{
	    font-size: 2rem;
    }
	
	#manufacturers-inside img {
	    height: 4rem;
	    width: auto;
	    margin: 4rem 2rem;
	    float: left;
    }
	
}

/* LESS than 1290px and MORE than 534px (required by content) ---------------- */

@media only screen and (max-width: 1290px) and (min-width: 534px) {
	
	#manufacturers-inside {
		padding: 1%;
	}
	
	#manufacturers-inside div {
		max-width: 500px;
		margin: 0 auto;
	}
	
	#manufacturers-inside span span{
	    display: block;
		margin-top: 0;
    }
	
	#manufacturers-inside img {
	    height: 3rem;
		width: auto;
	    margin: 6%;
		float: left;
    }
	
	#manufacturers-inside a:nth-of-type(6) {
	    display: none;
    }
	
	#manufacturers-inside a:nth-of-type(3) {
	    display: block;
    }
	
	#manufacturers-inside span{
		font-size: 1.2rem;
		margin: 2rem auto 1rem;
	}
	
	#manufacturers-inside span span{
	    font-size: 1.5rem;
		margin: 0 auto;
    }
	
}

/* MORE than 1290px required by content */

@media only screen and (min-width: 1291px) {
	
	#manufacturers-inside div {
		max-width: 75rem;
		margin: 0 auto;
	}
	
}


/* --- ABOUT CONTACT --- */

#about-contact {
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
}

#about-contact-inside {
	box-sizing: border-box;
	width: 94%;
	margin: 3%;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 2rem 1rem 1rem;
	text-align: center;
	font-size: 1.1rem;
	line-height: 2rem;
}

#call-us-2 {
	display: block;
	margin: 0rem auto;
	padding: 0;
	color: #FFF;
	text-shadow: 0px 0px 8px #000;
	font-size: 5vw;
	line-height: 10vw;
	max-width: 70rem;
	text-align: center;
}

/* MORE than MOBILE (portrait and landscape) */

@media only screen and (min-width: 768px) {
	
	#about-contact-inside {
		padding: 3rem 18% 1rem;
	}
	
}

/* LARGER than 1024px */

@media only screen and (min-width: 1024px) {
	
	#call-us-2 {
	    font-size: 4rem;
	    line-height: 10rem;
	    max-width: 100vw;
    }
	
	
}

/* IMAGES optimization */

@media only screen and (max-device-width: 768px) {
	
	#about-contact {
	    background-image: url(../img/768/bg-about-us.jpg);
	}
	
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {
	
	#about-contact {
	    background-image: url(../img/1024/bg-about-us.jpg);
	}
	
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1920px) {
	
	#about-contact {
	    background-image: url(../img/1920/bg-about-us.jpg);
	}
	
}

@media only screen and (min-device-width: 1920px) {
	
	#about-contact {
	    background-image: url(../img/3500/bg-about-us.jpg);
	}
	
}


/* --- COnTaCT --- */

#contact {
	position: static;
	width: 100%;
	padding: 1px 0 0;
}

#contact h2 {
	display: none;
}

/* --- Contact Info --- */
#contact-info {
	background-color: #30665f;
	margin: 0px;
	padding: 1em 0;
	color: #fcfbfb;
	font-size: 1.2em;
	text-align: center;
	border: none;
}

#contact-info p {
	margin: 0;
	width: 100%;
	max-width: 100%;
	margin: 0;
	text-align: center;
}

#contact-info span {
	text-transform: uppercase;
}

/* --- Formular de contact --- */

#form-container {
	height: auto;	
	margin: 0;
	padding: 0;
	color: #738e8a;
	text-shadow: #999 1px 1px 1px;	
	width: 100%;
	position: relative;	
	border-bottom: solid 5px #336661;
	border-top: none;
	}

#form-title {
	margin: 0;
	padding: 1em 0;
	color: #2f424f;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.3em;
	}

#form-background {
	width: auto;
	height: auto;
	margin: 0;
	background-image: url(../img/contact-form-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

#sending {
	height: 20%;
	width: auto;
	margin: 10% 30%;
	display: none;
}

#sent {
	height: 70%;
	max-height: 250px;
	width: auto;
	margin: 10% 20%;
	display: none;
}
	
#form-container form {
	padding: 1em 0;
}

#form-container table {
	border-collapse: collapse;
	margin-left: 20%;
	width: 70%;
}
	
#form-container tr, #form-container td {
	margin: 0;
	padding: 0;
}
	
#form-container td:first-of-type{
	text-align: center;
}

#form-container table input[type$="text"], #form-container table input[type$="email"] {
	border: solid 3px #2f645d;
	background-color: rgba(0,0,0,0);
}

#form-container table tr:nth-of-type(1) input {
	width: 100%;
}

#form-container table tr:nth-of-type(2) input {
	width: 80%;
}

#form-container table tr:nth-of-type(3) input {
	width: 60%;
}

#form-container table tr:nth-of-type(4) input {
	width: 40%;
}

.contact-method {
	text-align: center;
}

input[type$="radio"]:hover {
	cursor: pointer;
}

#questions {
	margin: 1em 0 0.5em 10%;
	font-size: 1.4em;
	color: #2f424f;
}

#form-container textarea {
	display: block;
	width: 90%;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0);
	border: solid 0.2em #30665f;
}

#how-hear {
	color: #2f424f;
	width: 90%;
	margin: 0.5em auto 1em;
	padding: 2px;
}

#how-hear select {
	margin-left: 1em;
	background-color: rgba(0,0,0,0);
	border: solid 2px #30665f;
	color: #2f424f;
}

input[type$="submit"] {
	position: absolute;
	right: 10%;
	bottom: 1em;
	height: 3em;
	width: 7em;
	background-image: url(../img/bg-submit.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	text-transform: uppercase;
	color: #FFF;
}

input[type$="submit"]:hover {
	/*font-weight: bold;*/
	cursor: pointer;
}

#form-container form img {
	height: 3em;
	width: auto;
	vertical-align: middle;
}

/* --- Adress --- */

#adress {
	display: none;
}

/* larger than MOBILE, TABLETS and other smaller devices ----------- */
@media only screen and (min-width: 1024px) {
	
	#contact {
		position: relative;
	    top: 0px;
	    left: 0px;
	}
	
    #contact h2 {
		display: block;
		color: #30665f;
	    font-size: 4em;
	    text-transform: uppercase;
	    margin: 2em 0 0 1em;
	}
	
		
	#contact-info p {
	    margin: 0.5%;
	    padding: 0;
	    margin: 0 0 0 1em;
		max-width: 20em;	    
    }
	
	#form-container {
		width: auto;
		min-width: 50%;
	    position: absolute;
	    top: 5em;
	    right: 2em;
		border: none;
	}
	
	#form-title {
	    padding: 0;
	    line-height: 3em;
	}
	
	#adress {
		display: block;
	    position: relative;
	    z-index: 2;
	    margin: 0px;
	    padding: 0px;
	    background-image: url(../img/adress-bg.png);
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: auto 100%;
	    height: 30em;
	    width: 40%;
    }

    #adress p {
	    width: 100%;
	    box-sizing: border-box;
		padding-right: 10%;
	 	position: relative;
	 	top: 70%;
	 	text-align: center;
	 	color: #d1d7d8;
	 	font-size: 1.5em;
	 	text-shadow: #000 1px 1px;
	 }
}

/* --- Google Maps --- */

#google-maps {
	width: 100%;
	position: static;
	bottom: 0;
	right: 0;
	z-index: 1;
}

#gmap_canvas {
	width: 100%;
	height: 15em;
}

.gmnoprint {
	
}

/* LAPTOP or larger ----------- */
@media only screen and (min-width: 1024px) {
	
	#google-maps {
		position: absolute;
	}
	
}

/* --- COPYRIGHT --- */

#copyRight {
	background-color: #30665f;
	width: 100%;
	height: 3em;
	line-height: 3rem;
	text-align: center;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
