body{
	background: #9EEAFF url(img/blue_pattern.png);
	padding-top: 0;
	padding-bottom: 0;
}

.container {
	margin: 0 auto;
	width: 1010px;
}
.container > hr {
	margin: 60px 0;
}
.header{
	background: url(img/background.jpg) no-repeat;
	background-position: center;
	height: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 0;
	border-bottom: 3px solid #17830c;
}
.jumbotron {
	text-align: center;
	height: 310px;
	margin: 0 auto;
	width: 1000px;
	font-family: 'Open Sans', sans-serif;
	
}
.jumbotron h1 {
	font-size: 72px;
	line-height: 1;
	color: #3da5bb;
	top: 40px;
	position: relative;
	background: #fff;
	line-height: 100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0px 4px 0px rgba(74, 116, 128, 1);
	width: 800px;
	margin: 0 auto;	
	-webkit-box-shadow: 0 5px 0 0 #4a7480;
	-moz-box-shadow: 0 5px 0 0 #4a7480;
	-ms-box-shadow: 0 5px 0 0 #4a7480;
	-o-box-shadow: 0 5px 0 0 #4a7480;
	box-shadow: 0 5px 0 0 #4a7480;
}
.jumbotron h2 {
	font-size: 36px;
	line-height: 1;
	color: #5AA934;
	top: 50px;
	position: relative;
	background: none;
	line-height: 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0px 2px 0px rgba(74, 116, 128, 1);
	width: 650px;
	height: 120px;
	margin: 0 auto;	
	-webkit-box-shadow: 0 5px 0 0 #4a7480;
	-moz-box-shadow: 0 5px 0 0 #4a7480;
	-ms-box-shadow: 0 5px 0 0 #4a7480;
	-o-box-shadow: 0 5px 0 0 #4a7480;
	box-shadow: 0 5px 0 0 #5AA934;
	padding-top: 10px;
}
.jumbotron .lead {
	font-size: 24px;
	line-height: 1;
	color: #5AA934;
	top: 70px;
	position: relative;
	background: none;
	line-height: 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0px 1px 0px rgba(74, 116, 128, 1);
	width: 650px;
	margin: 0 auto;	
	-webkit-box-shadow: 0 5px 0 0 #4a7480;
	-moz-box-shadow: 0 5px 0 0 #4a7480;
	-ms-box-shadow: 0 5px 0 0 #4a7480;
	-o-box-shadow: 0 5px 0 0 #4a7480;
	box-shadow: 0 5px 0 0 #5AA934;
}

.navbar{
	margin-bottom: 0;
}

.navbar .navbar-inner {
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
.navbar .nav {
	margin: 0;
	display: table;
	width: 100%;
}
.navbar .nav li {
	display: table-cell;
	width: 1%;
	float: none;
}
.navbar .nav li a, .navbar .nav li .dropdown-toggle a {
	font-weight: bold;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,.75);
	border-right: 1px solid rgba(0,0,0,.1);
	font-size: 14px;
	padding: 10px 10px 10px;
}
.navbar .nav li:first-child a, .navbar .nav li:first-child .dropdown-toggle a {
	border-left: 0;
	border-radius: 3px 0 0 3px;
}
.navbar .nav li:last-child a, .navbar .nav li:last-child .dropdown-toggle a {
	border-right: 0;
	border-radius: 0 3px 3px 0;
}
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.nav .caret{
	position: relative;
	left: 10px;
}
.nav .dropdown-menu{
	top: 90%;
	left: 30%;
	padding: 5px;
}
.nav .dropdown-menu li a:hover{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #4a7480;
}
.navbar .nav li:hover > ul.dropdown-menu{
    display: block;    
}

.spacer{
	height: 20px;
}
.announcements{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 1000px;
}
.announcements li{
	padding: 0 10px;
	display: table-cell;
}
.announcements li a{
	float: left;
}
.announcements li:first-child{
	padding-left: 0;
}
.announcements li:last-child{
	padding-right: 0;
}
.main_container{
	background: #fff;
	-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;
	width: 970px;
	padding: 20px;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	line-height: 2em;
	font-weight: 200;
	margin-bottom: 10px;
}

.main_container p{
	font-size: 14px;
	color: #000000;
}
.min300{
	min-height: 300px;
}
.sectionHeader{
	font-weight: 300;
	background: #2bd;
	color: #fff;
	margin: 0 0 30px 0;
	padding: 10px;
}
.subtitle{
	font-size: 18px;
	background: #2bd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	color: #fff;
	margin-bottom: 10px;
}
.programtable tr td:first-child{
	font-weight: bold;
	vertical-align: middle;
	width: 100px;
}
.footer{
	height: 150px;
	width: 1010px;
	margin:0 auto;
	

}
.logos{
	float: left;
}
.logos span{
	border: 1px solid #ccc;
	display: block;
	min-width: 100px;
	float: left;
	height: 100px;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
}
.logos span:last-child{
	margin-right: 0;
}
.mayatour {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	float: left;
	margin: 0;
	display: block;
	-webkit-box-shadow: 0 1px 0 #000;
	-moz-box-shadow: 0 1px 0 #000;
	box-shadow: 0 1px 0 #000;
}
.dorkongre:hover{ background: #efefef; }

.websistem {
	float: right;
	padding-bottom: 5px; 
	margin: 0;
	display: block;
}
.websistem:hover{ border-bottom: 1px solid #ccc; }



.colr-warning{
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.colr-warning a{
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
}
.colr-danger{
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.colr-danger a{
	color: #ffffff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
}
.colr-info{
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.colr-info a{
	color: #ffffff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
}
.navbar.announcement{
	margin-bottom: 0;
}
.navbar.announcement .navbar-inner{
	border: 1px solid #4a7480;
}
.navbar.announcement .navbar-inner .nav li:first-child{
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.navbar.announcement .navbar-inner .nav li:last-child{
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.kayitformu{
	font-size: 18px;
}

.blinker{
	color: red;
	width: 40px;
	height: 18px;
	float: left;
}

.item img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.carousel{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.carousel-inner{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.thumbnailme {
  padding: 9px;
  margin-bottom: 5px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
