/* CSS document */

.bgd {
	text-align: center;
	background: #717171;
	margin: 0px;
	padding: 0px;
}

.page-wide {
	position: relative;
	margin: 0px auto;
	padding: 0px 10px ;
	text-align: left ;
	min-width: 325px;
}

@media (min-width: 1020px) {
	.page-wide { width: 1000px; }
}

.noscript {
	position: absolute;
	z-index: 5;
}

/*--------------------- Top-------------------------*/
.top {
	background: #FFF;
	position: relative;
	height: 34px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.top .page-wide > a, 
.top .page-wide > div,
#logo, 
#logo div {
	float: left;
}

#logo, 
#logo div {
	width: 45px;
	height: 34px;
	margin-right: 5px;
}

#logo div{
	background: url(../../images/template/logo_small.png) no-repeat center right;
	z-index: 5;
	position: absolute;
}

#top-title {
	display: block;
	width: 100%;
	text-align:center;
	height: 34px;
	overflow: hidden;
}
#top-title:before {
	content: "";
	width: 32px;
	height: 34px;
	float: left;
    background: url(../../images/template/arrow.png) no-repeat center left;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#top-title.arrowDown:before{
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.login {
	position: relative;
	margin: 0px;
	padding: 0px;
	float: right !important;
	font-size: 12px;
}
.login img {
	width: 30px;
	padding: 0px;
}
.login ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.login ul li {
	float: left;
	padding: 0px 10px;
}
.login li.icon {
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	height: 32px;
}

.login a, 
.login a:link, 
.login a:visited,
.login a:hover {
	text-decoration: none;
	color: #857164;
}
.login a:hover {
	color: #e44332;
}

/*--------------------------- HEADER ----------------------------*/
#header {
	position: relative;
	min-height: 30px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	background: #FFF url(../../images/template/bkgd_header.png) no-repeat top center ;
	text-transform: uppercase;
}

/* Section Menu */
#main-menu {
	position: relative;
	font-weight: bold;
	/*letter-spacing: 1px;*/
	list-style: none;
	height: 100%;
	margin: 0px;
	padding: 0px;
	display: none;
}

#header.full,
#header.full #main-menu {
	height: 140px;
}
#header.full #main-menu {
	float: left;
}

#main-menu li {
	margin: 5px 10px;
	padding: 8px 10px;	
	display: table;
	position: relative;
	top: 0px;
	font-size: 18px;
	color: #4c4d4f;
}

#main-menu a, 
#main-menu a:link, 
#main-menu a:visited, 
#main-menu a:hover {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}
#main-menu li:hover, 
#main-menu li.selected {
	-moz-box-shadow:    2px 2px 5px #717171;
    -webkit-box-shadow: 2px 2px 5px #717171;
    box-shadow:         2px 2px 5px #717171;
	color: #FFF;
}
#main-menu li.selected { background:rgba(201, 0, 0, .7); }
#main-menu li:hover { background:rgba(201, 0, 0, .8); }

@media (min-width: 600px) {
	#logo, #logo div{ width: 100px; }
}

@media (min-width: 650px) {
	.login { font-size: 14px; }
}

@media (min-width: 708px) {
	#header { height: 100px;}
	#main-menu { display: block !important;  }
	#top-title { display: none;	}
	
	#main-menu li {
		margin:0px 10px;
		padding : 18px 10px 10px;
		display:inline-block;
		max-width: 180px;	
		font-size: 22px;
		text-align: center;
	}
}

@media (min-width: 1030px) {
	#header, #logo { height: 140px;	}
	#logo, #logo div{ width: 216px; }
	#logo div { 
		background:url(../../images/template/logo.png) no-repeat center;
		background-size: contain;
	}
	#logo div {	height: 174px; }
		
	#main-menu li {
		padding : 30px 10px 10px;
		max-width: 210px;
		font-size:24px;
	}
}

/*---------------------------- FOOTER --------------------------*/

#footer {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	background: #717171;
	border-top: solid #AAA 1px;
	font-size: 12px;
	color: #FFF;
}
#footer a, 
#footer a:link, 
#footer a:visited, 
#footer a:hover {
	text-decoration: none;
	color:#FFF;
}

.bgd hr {
	color:#CCC;
	margin:0px;
	border-top-width:2px;
}

/*----------------------- MENUS ---------------------------*/
.nav {
	background:#e44332;
	font-weight: bold;
	min-height: 10px;
	text-transform: uppercase;
	color: #FFF;
}

.menu-title {
	display:none;
	cursor:pointer;
	line-height: 35px;
	background:url(../../images/template/menu.png) no-repeat right center;
}

.menu {
	padding:0px;
	margin:0px;
	line-height: 35px;
}
.menu li {
	display:inline-block;
	position:relative;
	text-decoration:none;
	text-align:center;
	padding:0px 10px;
	color: #cdcdcd;
}
.menu li:hover, 
.menu li:selected {
	background: #FFF;
}
@media ( min-width: 800px) {
	.menu li:first-child { padding-left: 0px; }
	.menu li:last-child { padding-right: 0px; }
}

@media ( max-width: 800px) {
	.menu {	display:none; }
	.menu-title, .menu li { display:block; }
}

.menu a, 
.menu a:link, 
.menu a:visited, 
.menu a:hover {
	color: #FFF;
	text-decoration:none;
	cursor:pointer;
}

/*--------------------------- CONTENT ------------------------*/
.content {
	margin: 0px;
	padding: 0px;
	padding-bottom:20px;
	overflow: hidden;
	position: relative;
	min-height:600px;
	width: 100%;
	background:#FFF url(../../images/template/bgd_content.png) no-repeat center bottom;
}

.picture {
	margin: auto;
	display:block;
	max-width: 90%;
}

@media ( min-width: 650px) {
	.picture { float: right; }
}

/*--------------------------- SPINNER ------------------------*/
.spinner {
	margin: 30px auto 0;
	width: 100%;
	min-width: 70px;
	text-align: center;
}
.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #333;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	-moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	-o-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	-moz-animation-delay: -0.32s;
	-o-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	-moz-animation-delay: -0.16s;
	-o-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% { 
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% { 
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

/* Support */
.img_info {
	max-width:100%;
}