/* 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;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
    font-family: PT Sans;
    color: #fff;

}

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover {
	color: #000;
}
h3 {
  font-size: 30px;
  text-align: center;
  font-family: pt sans;
}
.container {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.maincontent {
  margin: 0 auto;
  max-width: 90em;
  width: 90%;
}



.container > header {
  margin: 0 auto;
  padding: 0 1.875em 3.125em;
  width: 100%;
  background-color: #fff;
}

.container > header {
  padding: 0.8em 1.875em;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}

.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.content {
  left: 0;
  margin: 0 auto;
  max-width: 69em;
  position: absolute;
  right: 0;
  top: 75%;
  width: 90%;
}
.content2 {
  margin: 0 auto;
  width: 100%;
}

.about {
  width: 100%;
  text-align:center;
}



.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;
}

.container > header nav a:hover:before {
	color: #fff;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}




/*navigation*/


#primary_nav_wrap {
  float: right;
  margin-top: 15px;
}

#primary_nav_wrap ul {
  float: left;
  list-style: outside none none;
  margin: 0 auto;
  position: relative;
}

#primary_nav_wrap ul a {
  color: #000;
  display: block;
  font-size: 15px;
  line-height: 32px;
  padding: 0 16px;
  text-decoration: none;
  text-transform: uppercase;
}

#primary_nav_wrap ul a:hover{   color: #DA251E;}


#primary_nav_wrap ul li ul li a {
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 32px;
  padding: 6px 24px;
  text-decoration: none;
}


#primary_nav_wrap ul li ul li a:hover {
  color: #fff;
  background-color:#291670;

}



#primary_nav_wrap ul li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}


#primary_nav_wrap ul ul li {

  border-right: none;
}


#primary_nav_wrap ul li.current-menu-item
{

}

#primary_nav_wrap ul li:hover
{
	
}

#primary_nav_wrap ul ul {
  background: none repeat scroll 0 0 #fff;
  display: none;
  left: 0;
  padding: 0;
  position: absolute;
  top: 100%;
}




#primary_nav_wrap ul ul li
{
	float:none;
	width:200px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}
.logowrap {
  float: left;
  height: auto;
  width: 30%;
}
.logowrap img {
  width: 100%;
  height: auto;
}

.navbar-toggle {
  margin-right: 7px;
  padding: 6px;
}
.navbar-toggle, .nav-wrap .fa-search {
  background: none repeat scroll 0 0 #000;
  border: medium none;
  border-radius: 4px;
  float: right;
  height: 27px;
  margin-top: 0;
  position: relative;
  top: 5px;
}
.sr-only {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.border {
  border-bottom: 1px solid #eeeeee;
  height: 1px;
  margin-left: 15px;
  margin-right: 17px;
  text-align: center;
}

.btn-style{line-height: 100%;
font-size: 70px;
}

.btn-style {
  font-size: 70px;
  line-height: 100%;
  position: absolute;
  left: 20px;
}

.cbp-binext {
  left: 89% !important;
}