@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------
GLOBALS & GENERAL CASES
-------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:#e63636;
}
.button {
	width:100px;
	height:35px;
	text-align:center;
	color:#fff;
	line-height:35px;
}
.button a {
	display:block;
	height:35px;
	text-align:center;
	color:#fff;
	line-height:35px;
	background:#e63636;
}
.button a:hover {
	display:block;
	height:35px;
	text-align:center;
	color:#fff;
	line-height:35px;
	background:#838383;
}
.clear {
	clear:both;
}
/*-------------------------------------------------
body sytles start
-------------------------------------------------*/

body {
	background:#131c2d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#8b8b8b;
	line-height:20px;
}
.wrapper {
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:left;
	background-color:#2f2f2f;
}

/*-------------------------------------------------
Logo And Menu Styles Start
-------------------------------------------------*/
.logo-menu-container {
	width:920px;
	height:40px;
	margin:0 auto;
	background-color:#131c2d;
}
.logo {
	float:left;
	width:420px;
	height:120px;
	text-align:left;
	line-height:120px;
	font-size:48px;
	color:#fbc3e4;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.menu {
	
	width:900px;
	height:60px;
	margin:0 auto;
}
.menu ul {
	list-style:none;
	outline:none;
	margin-top:0px;
}
.menu ul li {
	float:left;
	display:block;
	width:140px;
	height:44px;
	line-height:44px;

	
}
.menu ul li a {
	color:#000000;
}
.menu ul li a:hover {
	color:#ffffff;
}
.menu ul li a.active {
	color:#ffffff;
}
.menu ul li.nobg {
	background:none;
}

/*-------------------------------------------------
Search Styles Start
-------------------------------------------------*/

.searchform-container {
	width:960px;
	height:100px;
	margin:0 auto;
}
.searchform-content {
	float:left;
	width:720px;
	font-size:20px;
	color:#ffffff;
	line-height:100px;
	text-align:left;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.search {
	float:right;
	width:240px;
	height:35px;
	background:#c2c2c2;
	margin-top:30px;
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.2);
}
.search-input {
	float:left;
	background:#c2c2c2;
	width:200px;
	height:35px;
	line-height:35px;
}
.search-input-textfield {
	background: none repeat scroll 0 0 transparent;
	border: 0 solid green;
	color:#8b8b8b;
	width: 200px;
	height:35px;
	padding-left:10px;
}
.search-icon {
	float:right;
	width:40px;
}
.search-icon img {
	border:none;
}

/*-------------------------------------------------
General Page Styles Start
-------------------------------------------------*/

.page {
	width:920px;
	margin:0 auto;
	background:#ffffff;
	padding:20px;
	overflow:auto;
}
.main-banner {
	width:900px;
 	height:170px;
	background:#ffffff;
	padding:10px;
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.1);
}


/*-------------------------------------------------
Left Column Styles Start
-------------------------------------------------*/

.left-column {
	float:left;
	width:260px;
	height:auto;
	margin:0 auto;
	padding-top:0px;
}
.dark-panel {
	float:left;
	width:250px;
	background:#ffffff;
	padding:5px;
	text-align:left;
	
}
.dark-panel h1 {
	color:#fff;
	font-size:22px;
	font-weight:normal;
}
.dark-panel-top {
	float:left;
	width:250px;
	height:2px;
	
}
.dark-panel-center {
	float:left;
	width:210px;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	
}
.dark-panel-center ul li {
	list-style:none;
	display:block;
}
.username {
	width:175px;
	background:#565656 url(../images/user-icon.png) left top no-repeat;
	height:35px;
	padding-left:35px;
	margin-top:20px;
}
.password {
	width:175px;
	background:#565656 url(../images/password-icon.png) left top no-repeat;
	height:35px;
	padding-left:35px;
	margin-top:20px;
	margin-bottom:20px;
}
.login-input {
	width:175px;
	height:35px;
	background: none repeat scroll 0 0 transparent;
	border: 0 solid green;
	color:#8b8b8b;
	padding-left:10px;
	line-height:35px;
}
.dark-panel-bottom {
	float:left;
	width:250px;
	height:2px;
	
}

.light-panel {
	float:left;
	width:250px;
	background:#ffffff;
	padding:5px;
	text-align:left;
	margin-top:0px;
	margin-bottom:20px;
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.1);
}
.light-panel h1 {
	color:#3c3c3c;
	font-size:15px;
	font-weight:normal;
}
.light-panel-top {
	float:left;
	width:250px;
	height:2px;
	background:url(../images/gray-h-dots.png) repeat-x;
}
.light-panel-center {
	float:left;
	width:220px;
	padding-left:20px;
	padding-right:0px;
	padding-top:20px;
	padding-bottom:20px;
	background:url(../images/gray-v-dots.png) repeat-y;
}
.light-panel-center ul {
	list-style:none;
	margin-top:20px;
}
.light-panel-center ul li {
	display:block;
	height:34px;
	line-height:34px;
	text-align:left;
	border-bottom:1px solid #e4e4e4;
}
.light-panel-center ul li a {
	color:#8b8b8b;
}
.light-panel-center ul li a:hover {
	color:#e63636;
}
.light-panel-center ul li.no-border {
	border-bottom:none;
}
.light-panel-bottom {
	float:left;
	width:250px;
	height:2px;
	background:url(../images/gray-h-dots.png) repeat-x;
}

.date {
	color:#e63636;
	padding-top:20px;
}
.news {
	border-bottom:1px solid #4a4a4a;
	padding-bottom:20px;
}
.news-no-border {
	border-bottom:none;
	padding-bottom:none;
}

/*-------------------------------------------------
Right Column Styles Start
-------------------------------------------------*/

.right-column {
	float:right;
	width:640px;
	height:auto;
}

.right-column-content {
	width:560px;
	padding:30px;
	border:10px solid #ffffff;
	margin-top:0px;
	background:#fff;
	overflow:auto;
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.1);
}
.right-column-content-heading {
	float:left;
	border-bottom:1px solid #e5e5e5;
	width:100%;
	text-align:left;
	padding-bottom:30px;
	clear:both;
}
.right-column-content-heading h1 {
	font-size:18px;
	color:#00789a;
	font-weight:normal;
}
.right-column-content-heading h2 {
	font-size:5px;
	color:#3c3c3c;
	font-weight:normal;

}
.right-column-content-img-left {
	float:left;
	width:170px;
	margin-right:30px;
	margin-top:40px;
}
.right-column-content-img-right {
	float:left;
	width:170px;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:40px;
}
.right-column-content-img-right-margin-bottom-none {
	margin-bottom:0px;
}
.right-column-content-content {
	float:left;
	width:550px;
	margin-top:10px;
}
.right-column-content-content p {
	padding-bottom:10px;
}
.right-cloumn-content-border {
	border-bottom: 1px solid #e5e5e5;
}

 
.border {

border: 3px solid #131c2d;
}
/*-------------------------------------------------
Footer Styles Start
-------------------------------------------------*/

.footer-wrapper {
	width:100%;
	height:230px;
	background-color:#232935;
	margin-top:20px;
	overflow:auto;
}
.footer-top {
	float:left;
	width:100%;
	height:2px;
	margin-top:5px;
	background:url(../images/h-dots.png) repeat-x;
}
.footer-center {
	width:920px;
	margin:0 auto;
	padding-top:40px;
	padding-bottom:40px;
	overflow:visible;
}
.footer-center h1 {
	font-weight:normal;
	color:#fff;
	font-size:22px;
}
.footer-center h2 {
	font-weight:normal;
	color:#000000;
	font-size:18px;
	padding-bottom:30px;
}
.footer-center h3 {
	font-weight:normal;
	color:#000000;
	font-size:18px;
}
.footer-content-left {
	float:left;
	width:640px;
	padding-right:20px;
}
.footer-content-left p {
	padding-bottom:30px;
}
.footer-content-right {
	float:left;
	width:230px;
	
	padding-left:30px;
}
.footer-content-right p {
	padding-bottom:30px;
}
.footer-bottom {
	float:left;
	width:100%;
	height:2px;
	margin-bottom:5px;
	background:url(../images/h-dots.png) repeat-x;
}

/*-------------------------------------------------
Copyrights Styles Start
-------------------------------------------------*/

.copyrights {
	width:100%;
	text-align:center;
	height:85px;
	line-height:85px;
	background-color:#131c2d;
	color:#ffffff;
}
.copyrights-bottom { 
	width:100%; 
	height:2px; 
	margin-top:-5px;
}

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*GROW*/
.grow img {
  height: 300px;
  width: 300px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow img:hover {
  width: 400px;
  height: 400px;
}

.w3-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}
.w3-opacity,.w3-hover-opacity:hover{opacity:0.60}.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1}