﻿/*--- HTML, BODY ---------------------*/
/*

HTML and BODY styles defined in mec_header_*.css

*/

/*--- FONTS FACES --------------------*/

@font-face
{
	font-family: "my_font_1";
	src: url("/fonts/Walkway.eot");
	src: url("/fonts/Walkway.eot?#iefix") format("embedded-opentype"),
		url("/fonts/Walkway.woff2") format("woff2"),
		url("/fonts/Walkway.woff") format("woff"),
		url("/fonts/Walkway.ttf")  format("truetype"),
		url("/fonts/Walkway.svg#svgFontName") format("svg");
}
@font-face
{
	font-family: "my_font_1_condensed";
	src: url("/fonts/Walkway-Condensed.eot");
	src: url("/fonts/Walkway-Condensed.eot?#iefix") format("embedded-opentype"),
		url("/fonts/Walkway-Condensed.woff2") format("woff2"),
		url("/fonts/Walkway-Condensed.woff") format("woff"),
		url("/fonts/Walkway-Condensed.ttf")  format("truetype"),
		url("/fonts/Walkway-Condensed.svg#svgFontName") format("svg");
}
@font-face
{
	font-family: "my_font_1_bold";
	src: url("/fonts/Walkway-Black.eot");
	src: url("/fonts/Walkway-Black.eot?#iefix") format("embedded-opentype"),
		url("/fonts/Walkway-Black.woff2") format("woff2"),
		url("/fonts/Walkway-Black.woff") format("woff"),
		url("/fonts/Walkway-Black.ttf")  format("truetype"),
		url("/fonts/Walkway-Black.svg#svgFontName") format("svg");
}

/*--- FONT STYLES --------------------*/
.text-normal, .text-normal-paragraph, .text-menu
{
	font-family: verdana, tahoma, arial, helvetica;
	font-weight: normal;
}
.text-small
{
	font-size: 16px;
}
.text-normal
{
	font-size: 20px;
}
.text-normal-paragraph
{
	font-size: 20px;
	padding-bottom: 15px;
}
.text-menu
{
	font-family: my_font_1, arial, helvetica;
	font-size: 18px;
	font-weight: normal;
}

@media (max-width: 767px)
{
	.visible-md	/* invisible up to 767px */
	{
		display: none;
	}
}
@media (min-width: 768px)
{
	.invisible-md	/* invisible from 768px up */
	{
		display: none;
	}
}

.text-normal
{
	font-family: verdana, tahoma, arial, helvetica;
	font-weight: normal;
}
.text-bold
{
	font-family: my_font_1_bold, arial, helvetica;
	font-weight: normal;
}
.text-condensed
{
	font-family: my_font_1_condensed, arial, helvetica;
	font-weight: normal;
}
.bold
{
	font-weight: bold;
}

/*--- TEXT SIZES ---------------------*/
.text-xxs
{
	font-size: 8px;
}
.text-xs
{
	font-size: 10px;
}
.text-sm
{
	font-size: 12px;
}
.text-md
{
	font-size: 16px;
}
.text-lg
{
	font-size: 20px;
}
.text-xl
{
	font-size: 30px;
}
.text-xxl
{
	font-size: 40px;
}
.text-xxxl
{
	font-size: 50px;
}

/*--- COLOURS ------------------------*/

.background-light
{
	background-color: #FFFFC0;
}
.color-white
{
	color: #FFFFFF;
}
.color-yellow
{
	color: #FFFF00;
}

.image-full-width
{
	width: 100%;
	margin-bottom: 20px;
}
.image-cover	/* Specific cover */
{
	width: 150px;
	height: 100px;
	background-image: url("http://i.stack.imgur.com/2OrtT.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/*--- PHOTOS -------------------------*/

.photo-left
{
	float: left;
	margin-left: 10px;
	margin-right: 20px;
}
.photo-right
{
	float: right;
	margin-left: 20px;
	margin-right: 10px;
}

/*--- PAGE HEADER --------------------*/

.headerx
{
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
	background: url('/images/photos/viatura_3.jpg') no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
@media (min-width: 1000px)
{
	.navbar-brand-narrow
	{
		display: none;	
	}
}

@media (max-width: 999px)
{
	.navbar-brand-wide
	{
		display: none;	
	}
}

.navbar__
{
	border: none;
	left: -15px;
	right: -15px;
	margin-right: -15px;	
}

@media (max-width: 767px)
{
	.clear-none
	{
		clear: none;
	}
}

.navbar-brand
{
	font-family: my_font_1_bold, verdana, tahoma, arial, helvetica;
	font-size: 30px;
}

.container-no-padding
{
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 767px)
{
	.container-no-bottom-crop
	{
		margin-bottom: 75px;	
	}
}

h1, h2, h3, h4, h5, h6
{
	font-family: my_font_1, verdana, tahoma, arial, helvetica;
	__font-weight: bold;
}
h1
{
	font-size: 40px;
}
h2
{
	font-size: 32px;
}
h3
{
	font-size: 24px;
}

.container-full-width
{
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.container-full-width img
{
	width: 100%;
	text-align: center;
}

.full-width
{
	width: 100%
}
.no-margins
{
	margin: 0;
}
.margins-rl-15
{
	margin-left: -15px;
	margin-right: -15px;
}
.no-paddings
{
	padding: 0;
}

.h1-over-image
{ 
	position: absolute; 
	bottom: 20px; 
	width: 100%; 
}
.h1-over-image span
{
	__background: rgb(0, 0, 0); /* fallback color */
	__background: rgba(0, 0, 0, 0.7);
	font-size: 60px;
	color: #000;
	padding: 10px; 
}

.slider-full-width
{
	right: 15px;
}
@media (max-width: 479px)
{
	.slider-full-width
	{
		width: 500px; 	
	}
}
@media (max-width: 767px)
{
	.slider-full-width
	{
		width: 800px; 	
	}
}
@media (max-width: 991px)
{
	.slider-full-width
	{
		width: 1000px; 	
	}
}
@media (max-width: 1199px)
{
	.slider-full-width
	{
		width: 1200px; 	
	}
}
@media (max-width: 1159px)
{
	.slider-full-width
	{
		width: 1600px; 	
	}
}

.slider-full-width
{
	width: 100%;
	right: 15px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus
{
	color: #555555;
	background-color: #e7e7e7;
}

/*--- WIDE ---------------------------*/

.wide
{
	width: 100%;
	height: 200px;
	background-image: url('/images/photos/viatura_3.jpg');
	background-size: cover;
}

.wide img
{
	width: 100%;
}

/*--- PAGE CONTENT -------------------*/

div.content, div.content-no-padding
{
	background: #FFFFC8;
	padding-top: 0;
	margin-top: 0;
	top: 0;
}
div.content
{
	padding-bottom: 200px;
}
div.content-no-padding
{
	padding-bottom: 0;
}

div.content, div.content-no-padding, div.content-text,
div.content-h1, div.content-h2, div.content-image
{
	padding-left: 15px;
	padding-right: 15px;
}
div.content-h1
{
	font-size: 32px;
	font-family: my_font_1, verdana, tahoma, arial, helvetica;
	text-align: center;
}
div.content-h2
{
	font-size: 28px;
	font-family: my_font_1, verdana, tahoma, arial, helvetica;
	text-align: center;
}
@media (min-width: 480px)
{
	div.content-h1
	{
		font-size: 40px;
	}
	div.content-h2
	{
		font-size: 30px;
	}
}

@media (min-width: 768px)
{
	div.content, div.content-no-padding
	{
		padding-top: 30px;
	}
	div.content-h1, div.content-h2
	{
		padding-top: 20px;
	}

}
div.content-text
{
	padding-top: 0;
	padding-bottom: 20px;
	font-family: my_font_1, verdana, tahoma, arial, helvetica;
	font-size: 18px;
}
div.content-image
{
	padding-top: 0;
	padding-bottom: 20px;
	text-align: center;
}
@media (min-width: 768px)
{
	.content-text
	{
		padding-top: 30px;
	}
}

/*--- COLOURS ------------------------*/

.back-red
{
	background-color: #FF0000;	
}
.back-green
{
	background-color: #00FF00;	
}
.back-blue
{
	background-color: #0000FF;	
}
.back-yellow
{
	background-color: #FFFF00;	
}
.back-mec-light-brown
{
	background-color: #E8B878;	
}
.back-mec-light-beige
{
	background-color: #FFFFC8;	
}
.back-mec-none
{
	background-color: transparent;	
}
.mec-white
{
	color: #FFFFFF;
}

/*--- GOOGLE MAPS --------------------*/

@media (max-width: 767px)
{
	.google-map
	{
		width: 100%;
		min-height: 400px;
	}
	.google-map-align-left
	{
		float: center;
	}
	.google-map-align-right
	{
		float: center;
	}
}
@media (min-width: 768px)
{
	.google-map
	{
		width: 100%;
		min-height: 500px;
		text-align: center;
	}
	.google-map-align-left
	{
		float: left;
	}
	.google-map-align-right
	{
		float: right;
	}
}

/*--- NAVBAR -------------------------*/

.navbar-toggle__
{
	position: relative;
	float: right;
	__padding: 9px 10px;
	__margin-top: 8px;
	__margin-right: 15px;
	__margin-bottom: 8px;
	__border: 1px solid transparent;
	__border-radius: 4px;
	border: none;
	border-radius: 0;
	width: 50px;
	height: 50px;
	margin-right: 0;
	margin-top: 0;
	padding-top: 0px;
	background: url('/images/arrow/button-top-right.png');
}	
.navbar-toggle__
{
	background: url('/images/arrow/button-top-right.png');
}	

.navbar-footer-mec
{
	background-color: #404040;
	padding-top: 10px;
	margin-bottom: 0;
	border: 0;
}

/*--- TESTS --------------------------*/

#main0
{
	background-color: #C0C0C0;
	top: 4em;
	left: 0; 
	bottom: 6em;
	right: 300px;
	overflow: auto;
}
#header0
{
	background-color: #FFFFC8;
	top: 0;
	left: 0;
	right: 0;
	height: 4em;
}
#sidebar0
{
	background-color: #FFC0FF;
	top: 4em;
	right: 0;
	bottom: 6em;
	width: 300px;
	overflow: auto;
}

/*--- TOP BANNER ---------------------*/

.top-banner
{
	position: absolute;
	top: 0;
	left: 0px;
	right: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-family: font1_bold_ttf, font1_bold_eot;
	font-size: 20px;
	vertical-align: center;
	color: #FFFFC8;
	background-image: url('/images/backg/backg_1b_2560x120.jpg');
	z-index: 2000;
}
.top-banner-margin
{
	top: 0px;
}
@media (min-width: 480px)
{
	.top-banner
	{
		font-size: 30px;
	}
}

@media (min-width: 768px)
{
	.top-banner
	{
		background-image: url('/images/backg/backg_1b_2560x120.jpg');
		z-index: 500;
		right: 0px;
	}
	.top-banner-margin
	{
		top: 50px;
	}
}

@media (max-width: 767px)
{
	.text-menu
	{
		padding-left: 40px;
	}
}

/*--- HEADER, FOOTER -----------------*/

.footer
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	margin-top: 90px;
	margin-bottom: 0;
	font-family: verdana, tahoma, arial, helvetica;
	font-size: 12px;
	color: #ffffff;
	background-color: #202020;
	padding: 0 0 5px 0;
}

@media (max-width: 767px)
{
	.row-footer
	{
		height: 125px;
	}
}
@media (min-width: 768px)
{
	.row-footer
	{
		height: 70px;
	}
}

#footer .navbar
{
	position: absolute;
}

.email-dark
{
	text-decoration: none;
	color: #404000;
}
.email-light
{
	text-decoration: none;
	color: #FFFFFF;
}

@media (min-width: 768px)
{
	.align-right-md
	{
		text-align: right;
	}
}

@media (min-width: 768px)
{
	.footer
	{
		height: 60px;
	}
}
@media (max-width: 767px)
{
	.footer-left-margin
	{
		left: 20px;	
	}
}

.powered-by
{
	position: absolute;
	margin: 0;
	height: 16px;
	width: 100%;
}

.powered-by a:hover
{
	color: #FFFF00;
}

@media (min-width: 768px)
{
	.powered-by
	{
		bottom: 0px;
		text-align: center;
	}
}
@media (max-width: 767px)
{
	.powered-by
	{
		bottom: 15px;
		text-align: right;
		padding-right: 15px;
	}
}

/*--- LINKS --------------------------*/

/* Dark */
a.dark:link
{
	color: #000000;
}
a.dark:visited
{
	color: #0000FF;
}
a.dark:hover
{
	color: #FF0000;
}
a.dark:active
{
	color: #00FF00;
}

a.light:link
{
	color: #FFFFFF;
}
a.light:visited
{
	color: #FFFF00;
}
a.light:hover
{
	color: #00FFFF;
}
a.light:active
{
	color: #FF00FF;
}

/*--- WRAPPERS -----------------------*/

.wrapper, .wrapper-image-full-width
{
	width: 100%;
	margin: 0;
	padding-bottom: 95px;
	position: relative;
}
.wrapper
{
	height: auto;
	min-height: 100%;
	background-color: #FFFFC0;
}
.wrapper-image-full-width
{
	height: 600px;
	display: inline-block;
	overflow: hidden;
	background: url('/images/photos/viatura_3.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.wrapper-full-semi-transparent
{
	min-height: 100%;
	width: 100%;
	display: inline-block;
	background-color: rgba(255,255,255, 0.5);
}

@media (min-width: 768px)
{
	.wrapper
	{
		padding-bottom: 75px;
	}
}

@media (max-width: 991px)
{
	.image-visible-md
	{
		display: none;		
	}
}
@media (min-width: 992px)
{
	.image-visible-md
	{
		display: block;		
	}
}

/*--- TEXT ALIGNMENT -----------------*/

.align-left
{
	text-align: left;	
}
.align-right
{
	text-align: right;	
}
.align-center
{
	text-align: center;
}
.align-justify
{
	text-align: justify;	
}

@media (min-width: 992px)
{
	.align-right-md
	{
		text-align: right;
	}
}

@media (min-width: 992px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}


@media (min-width: 768px)
{
	.navbar-nav__
	{
		width: 100%;
		text-align: center;
	}
	.navbar-nav__ > li
	{
		float: none;
		display: inline-block;
	}
	.navbar-header__
	{
		height: 1px;	
	}
}

/*--- FORMS --------------------------*/

.form-label, .form-value, .form-success
{
	font-family: font1_reg_ttf, font1_reg_eot, arial, helvetica;
	font-size: 18px;
	padding-bottom: 5px;
}
.form-submit
{
	font-family: font1_reg_ttf, font1_reg_eot, arial, helvetica;
	font-size: 18px;
	padding: 15px 60px;
}
@media (min-width: 768px)
{
	.form-submit
	{
		padding: 5px 60px;
	}
}
.form-label	/* label/value ratio = 30/70 [%] */
{
	width: 30%;
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
}
.form-value
{
	width: 70%;
	text-align: left;
	padding-left: 5px;	
	vertical-align: top;
}
.form-success
{
}
.form-error-msg
{
	font-family: verdana, tahoma, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #FF0000;
}

input[type=text], textarea
{
	padding:5px;
	border:2px solid #ccc; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input[type=text]:focus, textarea:focus
{
	border-color:#333;
}
input[type=submit], .button-ok
{
	padding:5px 15px;
	background:#ccc;
	border:0 none;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*--- ETC ----------------------------*/

a
{
	text-decoration: none;
	color: #FFFFFF;
}

a.visible
{
	text-decoration: none;
	color: #FFFFFF;
	margin: 0 10px;
}
a.visible:hover
{
	color: #000000;
	_font-weight: bold;
	_background: #806000;
}

a.invisible-white
{
	text-decoration: none;
	color: #FFFFFF;
}
p.logo-big
{
	font-family: my_font_1, verdana, tahoma, arial, helvetica;
	font-size: 80px;
	color: #ff8000;
}

img.wide
{
	height: auto;
	width: 100%;
}

.selected	/* Selected Links */
{
	color: #FFFFFF;
	font-weight: bold;
}

p.my_font_1
{
	font-family: my_font_1, verdana, tahoma, arial, helvetica;
	color: #ff8000;
}

div.bot-right-20
{
	position: absolute;
	right: 20px;
	bottom: 20px;
}

div.bot-left-20
{
	position: absolute;
	left: 20px;
	bottom: 20px;
}

/*--- NO-MARGINS, NO-PADDINGS --------*/

.no-margin
{
	margin: 0;
}
.no-padding
{
	padding: 0;
}

/*--- MISCELANEOUS -------------------*/

#outside
{
	width: 100%;
	margin: 0px auto;
	border: 0;
	padding: 0;
	background-color: transparent;
	background-image: none;
}

/*--- BS3 MEDIA QUERIES --------------*/
/*** XS: Extra Small ***/
@media(max-width: 767px)
{
	/* ... */
}
/*** SM: Small ***/
@media(min-width: 768px) and (max-width: 991px)
{
	/* ... */
}
/*** MD: Medium ***/
@media(min-width: 992px) and (max-width: 1199px)
{
	/* ... */
}
/*** LG: Large ***/
@media(min-width: 1200px)
{
	/* ... */
}

/*--- ALIGN, LEFT, RIGHT -------------*/

.left
{
	left: 0;
}

.right
{
	right: 0;
}

.align-right
{
	float: right;
	margin: 0 0 15px 20px;
}
.align-left
{
	float: left;
	margin: 0 20px 15px 0;
}

/*--- CSS TRANSITIONS ----------------*/

#box-static
{
	width:250px;
	height:170px;
	__background-color:#999999;
	float:left;
	margin:10px;
}

#box-static:hover
{
	background-color:#333333;
}

#box-dynamic
{
	width:250px;
	height:170px;
	__background-color:#999999;
	float:left;
	margin:10px;
	transition:all 1s;
}

#box-dynamic:hover
{
	__background-color:#333333;
}

/* End of file www\<app_name>\css\mec.css	*/