
body{
	background-color: #d2ecf7;

}
a:hover {
	text-decoration: none;
	color:#8B0000;	
	}

}
.btn {
	border-radius:0;
	margin-top:10px;
	background-color: #65AAF0;
	text-transform:uppercase;
	border-color:#fff;
	font-size:14px;
}

.btn:hover {
	background-color: #73c5e5;
	border-color:#f2f2f2;
	color:#2893bd;	
}
	
/*===========================
  Menu and Navigation
============================ */
.navbar-brand {
  float: left;
  height: 10px;
  padding: 5px 5px;
  font-size: 15px;
  line-height: 20px;
}

.navbar-brand h1 {
	margin-top:5px;
	padding-top:5px;
	float: left;	
	font-size: 15px;	
	color:#fff;	
	text-transform:uppercase;
	font-weight:300;
	text-shadow: 0 1px 2px rgba(0,0,0,4);
}
span{
	color: #fff;
}

@media (max-width: 767px) {
  .navbar-brand {
    padding: 0 0 0 15px;
  }
}

.menu {
	font-size:12px;
	float:right;
	text-transform:uppercase;
	font-weight:600;
	
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 0px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}

.menu ul.nav-tabs li {
	color:#fff;	
}

.nav-tabs {
	border-bottom: 0;
}
.nav-tabs > li {
	float: left;
	margin-bottom: 0;
}

.nav-tabs > li > a {	
	border-radius:0;
	color:#fff;
	padding:20px;
}

.nav-tabs > li > a:hover {
	color:#272727;
	background:#fff;
	
} 

.nav-tabs > li a.active {
	color: #555;
	cursor: default;
	background-color: #fff;
	border-bottom-color:#777;
	
}

.navbar-default {
	background-color: #64bff4;
	border-top-color:1px solid #777;
}

/*===========================
 footer
============================ */
.sub-footer  {
	background:#2893bd;
	padding:10px;
	text-shadow: 0 1px 2px rgba(0,0,0,4);
}


.copyright {
	margin-top:20px;
	margin-bottom:10px;
	color:#fff;
}
/*===========================
banner section

============================ */

* {
	padding: 0px;
	margin: 0px;
}
a { 
	text-decoration: none!important; 
}
ul { 
	list-style: outside none none; 
} 

.slider-panel img { 
	width:100%;
	height:460px;
}
.slider-extra {
	width:100%;
	height:460px;
}

.slider-panel, .slider-nav, .slider-pre, .slider-next {
	position: absolute;
	z-index: 8;
}
.slider-panel { 
	position: absolute; 
}
.slider-panel img { 
	border: none; 
}
.slider-extra { 
	position: relative; 
}
.slider-nav {
	margin-left: -51px;
	position: absolute;
	left: 50%;
	
}
.slider-nav li {
	background: #3e3e3e;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	margin: 0 1px;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	height: 18px;

	width: 18px;
}
.slider-nav .slider-item-selected { 
	background: #1988b5; 
}
.slider-page a {
  background: rgba(0, 0, 0, 0.2);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
  color: #fff;
  text-align: center;
  display: block;
 
  font-size: 22px;
  width: 28px;
  height: 62px;
  line-height: 62px;
  margin-top: -31px;
  position: absolute;
  top: 50%;
}
.slider-page a:HOVER { 
	background: rgba(0, 0, 0, 0.4);  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
}
.slider-next {
  left: 100%;
  margin-left: -28px;
}
.banner-info {
    position: absolute;
    z-index: 9999;
    text-align: center;
    top:80%;
    width: 100%;
	
}
.banner-info h3 {
	font-size:35px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	
}
.banner-info p {
	font-size:16px;
	font-weight:normal;
	padding:0px 100px 50px;
	color:#fff;
	line-height:35px;
}
.banner-info a {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 25px;
    background-color: transparent;
    border: 1px solid #fff;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.banner-info a:hover {
	background-color:#fff;
	color:red;
}
/*===========================
TYPE section

============================ */
.content{
	margin-top:3%;
	margin-bottom: 3.5%;
	
}
.header-text.btn{
	border: 1px solid #f79647;
	border-radius: 0;
	padding: 10px 30px;
	height: 100px;
}
.header-text.btn:hover{
	color: inherit;
}
.header-text.btn:focus, 
.header-text.btn:active:focus, 
.header-text.btn.active:focus, 
.header-text.btn.focus, 
.header-text.btn:active.focus, 
.header-text.btn.active.focus {
	outline: thin dotted transparent;
	outline: none;
	outline-offset: -2px;
}

.typed-cursor {
	opacity: 1;
	padding: 10px 2px;
	background: #f79647;
	margin: 10px;
	-webkit-animation: blink 0.5s linear infinite;
    -moz-animation: blink 0.5s linear infinite;
    animation: blink 0.5s linear infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
span.typed-cursor {
	top: -5px;
	position: relative;
}
/*===========================
Spacing between Content and menu
============================ */

.container-fluid{
	margin-top:10%;
}

/*===========================
Contact
============================ */


.panel-body {
    padding: 60px 4% 5% 7%;
	background-color: #EDEDED;
}

.box {
    padding:2%;
    border:1px #ddd solid;
    cursor:pointer;
}


.remove-decoration {
    text-decoration:none !important;
    color:#333;
    font-size:13px;
}

/*=========================
log in
 ================= */
 .container2{
	 margin-left:35%;
	 
 }

.form-login {
	margin-top:35%;
	
	padding: 6% 7% 5% 7%;
    background-color: #EDEDED;
    border-color:#d2d2d2;

}

h4 { 
 border:0 solid #fff; 
 border-bottom-width:1px;
 padding-bottom:10px;
 text-align: center;
}


.wrapper {
    text-align: center;
}
/*********************************
Drop down menu
*********************************/

* 									{ margin: 0; padding: 0; }
body								{ font: 15px Helvetica, Sans-Serif; } 
html                                { overflow-y: scroll; }
#page-wrap							{ width: 720px; margin: 25px auto; } 
p                                   { margin: 0 0 8px 0; }
a									{ text-decoration: none; }
img                                 { vertical-align: middle; }
a img                               { border: 0; 180}
ul									{ list-style: none; }
h1                                  { margin: 0 0 10px 0; }
/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; width: 100%; }
ul.dropdown li                      { font-weight: bold; float: left; width: 180px; background: #ccc; position: relative; }
ul.dropdown a:hover		            { color: #000; }
ul.dropdown li a                    { display: block; padding: 20px 8px; color: #222; position: relative; z-index: 2000; }
ul.dropdown li a:hover,
ul.dropdown li a.hover              { background: #F3D673; position: relative; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ display: none; position: absolute; top: 0; left: 0; width: 180px; z-index: 1000; }
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; border-bottom: 1px solid #ccc; }
ul.dropdown ul li a					{ display: block; background: #eee !important; } 
ul.dropdown ul li a:hover			{ display: block; background: #F3D673 !important; } 
/**************************
about
*************************/
.divider10 {
  color: #fff;
  
}

.divider11 {
    height: 50px;
	padding-top:50px;
}
.MainContainer{
	padding-top:12%;
}


.featured-content{overflow: hidden; padding: 30px 0;}
.featured-content .block{}
.featured-content .block img{float: left;
							height:270px;
							}
.featured-content .block h1{font-size: 18px; line-height: 24px; color: #fff; padding-bottom: 15px; text-transform: uppercase;}
.featured-content .block .btn{color: #fff; background: #fff; font-size: 12px;  border-radius: 30px; text-transform: uppercase; line-height: 13px;}


