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


/* --------------------------------------
   RESPONSIVE CSS
-------------------------------------- */

/*!
 * Bootstrap Responsive v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */



@media (min-width: 768px) and (max-width: 979px) { }
  

@media (max-width: 767px) { }

@media (min-width: 1200px) { }
  
@media (min-width: 768px) and (max-width: 979px) { }
  

@media (max-width: 767px) { 

body {
	line-height:none;
}


/* --------------------------------------
   NAVAGATION
-------------------------------------- */
.navbar .nav>li {
	width:100%;
}

.navbar .nav {
	width:100%;
}

.navbar .nav>li>a {
	float: none;
	border: none;
	color: #333;
	background:#fff;
	padding:10px;
	width:100%;
	text-transform:uppercase;
}

.navbar-inner {
min-height:none;
padding-bottom:0px;
padding-right: 0px;
top:0px;
}

.navbar-inverse .nav>li>a:focus, .navbar-inverse .nav>li>a:hover, 
.navbar-inverse .nav a.activeNav:link,
.navbar-inverse .nav a.activeNav:visited,
.navbar-inverse .nav a.activeNav:hover {
	border: none;
	color: #000;
	background-color:#C0C0C0;
	padding:10px;
}

.navbar-inverse .nav a.activeNav:link,
.navbar-inverse .nav a.activeNav:visited,
.navbar-inverse .nav a.activeNav:hover {
	border: none;
	color: #000;
	background-color:#C0C0C0;
	font-weight:100;
	padding:10px;
}


/* --------------------------------------
   SPANS
-------------------------------------- */	
	
	
.marginleft {
	margin-left: 0px;
	}



/* --------------------------------------
   img
-------------------------------------- */	

.centerImg img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}


/* --------------------------------------
   Main Styles
-------------------------------------- */		

body{
	margin-top:3px;
}

.container {
	margin:0;
	}

p {
	margin:20px 0
	}

footer {
	padding-top:10px;
	}

h1 {
	color:#fff;
	font-size:20px;
	}

h2 {
	color:#fff;
	font-size:22px;
	}
	
h4, h3{
	font-size:18px;
}


/* --------------------------------------
   footer
-------------------------------------- */		

.alignLeft {
	text-align:center;
	}
	  
.alignCenter {
	text-align:center;
	}
	
.alignRight {
	text-align:center;
	}

/* --------------------------------------
   RRESPONSIVE NAVAGATION
-------------------------------------- */
	
/* MENU ICON */	

.preload .page_nav {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
	}

.page_nav {
	height: 0px;
	clear: both;
	overflow: hidden;
	-webkit-transition: height 0.5s ease;
	-moz-transition: height 0.5s ease;
	-ms-transition: height 0.5s ease;
	-o-transition: height 0.5s ease;
	transition: height 0.5s ease;
	}

.mobile_menu {
	position:relative;
	display: inline-block;
	float: right;
	color:rgba(0,0,0,0);
	margin-right: 0px;
	margin-left: 315px;
	border: 0;
	top:10px;
	width: 40px;
	height: 40px;
	background-color: transparent;
	background-image:url(../image/icon_menu.png); 
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	}

.show_menu + .page_nav {
	height:auto; 
	-webkit-transition: height 0.5s ease 0.1s;
	-moz-transition: height 0.5s ease 0.1s;
	-ms-transition: height 0.5s ease 0.1s;
	-o-transition: height 0.5s ease 0.1s;
	transition: height 0.5s ease 0.1s;
	}

.page_nav li {
	//float: none;
	margin: 0;
	width: 100%;
	border: none;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0s ease 0.6s;
	-moz-transition: height 0s ease 0.6s;
	-ms-transition: height 0s ease 0.6s;
	-o-transition: height 0s ease 0.6s;
	transition: height 0s ease 0.6s;
	
	//background-color: #009900;
	}

.show_menu + .page_nav li {
	height:auto;
	//margin:2px;
	width:100%;
	overflow: auto;
	-webkit-transition: height 0 ease;
	-moz-transition: height 0 ease;
	-ms-transition: height 0 ease;
	-o-transition: height 0 ease;
	transition: height 0 ease;
	
	//background-color: #009900;
	}




@media (max-width: 480px) { }

@media (max-width: 979px) {
  
@media (min-width: 980px) {

}
