
@import url("reset.css");

/*********************************************************************************/
/* Fonts                                                                     */
/*********************************************************************************/


@charset 'UTF-8';

@font-face {
    font-family: 'segoe_uiregular';
    src: url('../fonts/segoe/segoeui-webfont.eot');
    src: url('../fonts/segoe/segoeui-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/segoe/segoeui-webfont.woff') format('woff'),
         url('../fonts/segoe/segoeui-webfont.ttf') format('truetype'),
         url('../fonts/segoe/segoeui-webfont.svg#segoe_uiregular') format('svg');
    font-weight: normal;
    font-style: normal;
	
}


/*********************************************************************************/
/* Body                                                                */
/*********************************************************************************/


html, body {
	height: 100%;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: 'segoe_uiregular';
	color: black;
}

/*********************************************************************************/
/* Page                                                                */
/*********************************************************************************/


.container {
	margin: 20px auto;
	min-width:960px;
	max-width:1200px;
	background-color: transparent;
	/*background-color: pink;*/
	padding: 20px;
	
}



/*********************************************************************************/
/* Menu Main                                                               */
/*********************************************************************************/

#navigation {
	margin-top: 24px;
	height: 160px;
	width: 900px;
}


#navigation h1 {
	float: left;
}

#navigation #mainMenu {
	float: left;
	margin-left: 48px;
}
.main-menu {
	list-style: none;
}

.main-menu li {
	list-style: none;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 48px;
	font-size: 1.4em;
	letter-spacing: 0.2em;
}

.main-menu li a{
	color: #000000;
	text-decoration:none;
}

.main-menu li a:hover {
	color:#8A1F26;
}

.white-txt li a {
	color: #FFF;
}


/*********************************************************************************/
/* Links                                                       */
/*********************************************************************************/

.crumb {
	text-transform: uppercase; 
}


.inline a {
	
	color: #000;

}

.inline a:hover {
	
	color: #8A1F26;

}

/*********************************************************************************/
/* Paragraph                                                               */
/*********************************************************************************/


.paragraph_container {
	/*box-shadow: 10px 10px 20px #FE2E2E;*/
	box-shadow: 10px 10px 20px rgba(254,46,46,0.6);
	border-radius: 20px;
	background-color: #fff;
	/* for IE*/
	filter: alpha(opacity=90);
	/* for other browsers */
	background: rgba(255,255,255,0.6);
}

p {

	padding: 24px;

}

/*********************************************************************************/
/* Buttons                                                             */
/*********************************************************************************/


.but {
	font-family: Arial; 
	text-decoration: none;
	color: #fff;
	padding: 6px; 
	border-radius: 20px; 
}

.text-button-1 { 
	background: #8A1F26; 
}

.text-button-2 {
	background: #ff9c00; 
}





/*********************************************************************************/
/* Admin                                                            */
/*********************************************************************************/

/* the upload from */
.admin input {

	border: 1px solid blue;
	box-shadow: 10px 10px 20px rgba(46,154,254,0.6);
	border-radius: 10px;
	margin: 24px;
}

/* the edit form */

.image-rows table td {

	border-collapse: collapse;
	border: 1px solid #6088ae;
	font-size: 0.8em;
	line-height: 1.4em;

}

.image-rows td {
	height: 180px;
	vertical-align: bottom;
	padding: 6px;
}

.bgone {
	background: #8fb6db;

}

.bgtwo {
	background: #90a0ae;

}
