/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body, html { font-size: 100%; 	padding: 0; margin: 0;}
div.rsocial i
{
  padding-left:25px;
}

marquee a {color:red; font-size:20px;}
marquee a:hover {color:orange; font-size:20px;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.fa-facebook-square, .fa-linkedin-square, .fa-twitter-square
{ color:#069;}
.media-heading
{ font-weight:bold; line-height: 2em; color:#87A2C2; }
h1{ color:#4075B5; }
h2 {
    color:#5B749D;  
}
#myTab a
{
	color:#333;
}


.carousel-caption h2
{
	color:#FFF;
	/*opacity: 0.7;*/

font-size:40px;
}
.menux1 {
    font-family: 'Raleway', sans-serif;
	color:#666;
    
}
.row
{ line-height: 2em; font-size: 1em;  }
a {
	color: #05376f;
	text-decoration: none;
}

a:hover {
	color: #000;
}

h2 a {
	color: #fff;
	text-decoration: none;
}

h2 a:hover {
	color: f9f0a6;
}
.menux1
{ 
	background:#337ab7; 
	border: 1px solid #000;
}
.menux1 > header {
	width: 100%;
	max-width: 70em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
	border: 1px solid #000;
}

.menux1 > header {
	padding: 2.875em 1.875em 1.875em;
}

.menux1 > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}

.menuHeader
{
background: rgba(227,230,230,1);
background: -moz-linear-gradient(-45deg, rgba(227,230,230,1) 0%, rgba(246,246,246,1) 36%, rgba(237,237,237,1) 50%, rgba(246,246,246,1) 68%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(227,230,230,1)), color-stop(36%, rgba(246,246,246,1)), color-stop(50%, rgba(237,237,237,1)), color-stop(68%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(-45deg, rgba(227,230,230,1) 0%, rgba(246,246,246,1) 36%, rgba(237,237,237,1) 50%, rgba(246,246,246,1) 68%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(-45deg, rgba(227,230,230,1) 0%, rgba(246,246,246,1) 36%, rgba(237,237,237,1) 50%, rgba(246,246,246,1) 68%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(227,230,230,1) 0%, rgba(246,246,246,1) 36%, rgba(237,237,237,1) 50%, rgba(246,246,246,1) 68%, rgba(237,237,237,1) 100%);
background: linear-gradient(135deg, rgba(227,230,230,1) 0%, rgba(246,246,246,1) 36%, rgba(237,237,237,1) 50%, rgba(246,246,246,1) 68%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e6e6', endColorstr='#ededed', GradientType=1 );

}
.menux1 > .container header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
	color:#4075B5;
}

.menux1 > header nav {
	float: right; border: 1px solid #000;
}

.menux1 > header nav a {
	display: block;border: 1px solid #000;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #47a3da;
	text-indent: -8000px;
}

.menux1 > header nav a:after {
	content: attr(data-info); border: 1px solid #000;
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.menux1 > header nav a:hover:after {
	opacity: 1; border: 1px solid #000;
}

.menux1 > header nav a:hover {
	background: #47a3da; border: 1px solid #000;
}

.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.menux1 > header nav a:hover:before {
	color: #fff; border: 1px solid #000;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}

