/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
    font-family: 'AnimalsNormal';
    src: url('fonts/animals-webfont.eot');
    src: url('fonts/animals-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/animals-webfont.woff') format('woff'),
         url('fonts/animals-webfont.ttf') format('truetype'),
         url('fonts/animals-webfont.svg#AnimalsNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

html { height: 100%; }

*,
*:after,
*:before {
	padding: 0;
	margin: 0;
}

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

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
    font-weight: 300;
    font-size: 13px;
    color: #252525;
    -webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
	background-image:url(../images/bg.jpg);
	line-height:1.4em;
}

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

.container5 {
	width: 100%;
	position: relative;
}

.container.demo-1 {
	height: 100%;
	position: absolute;
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.main {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

h2 {
font: normal 24px  'Lato', Calibri, Arial, sans-serif;
margin-bottom:10px;
color:#002d65;}

h3 {
font: normal 18px  'Lato', Calibri, Arial, sans-serif;
margin-bottom:5px;
color:#03677f;}

.container > header,
.content-wrapper {
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	background-color:#fff;
	padding:0px 25px 0px 25px;
	color:#252525;
	line-height:1em;
	-moz-box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.2), -12px 0 8px -4px rgba(0, 0, 0, 0.2); /* horizontal, vertical, blur, spread */
	-webkit-box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.2), -12px 0 8px -4px rgba(0, 0, 0, 0.2);
	box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.2), -12px 0 8px -4px rgba(0, 0, 0, 0.2);
	line-height:1.4em;
}

.content-wrapper p{
	padding-top: 15px;
	line-height: 1.4em;
}

.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #333;
	float: left;
}

.container > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}


/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	font-family: Cambria, Georgia, serif;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a, a:visited {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.6);
	color:#150891;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

/* Demo Buttons Style */
.codrops-demos {
	float: right;
	padding-top: 0px;
	width:100%;
}

.demo-1 .codrops-demos {
	position: absolute;
	z-index: 2000;
	top: 60px;
	left: 0px;
	background-image:url(../images/logo.png);
	background-repeat:repeat;
	height:140px;
}

.codrops-demos a {
    display: inline-block;
    margin: 10px;
    color: #333;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 4px solid transparent;
}

.codrops-demos a:hover {
	color: #883d59;
	border-color: #883d59;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	color: #aaa;
	border-color: #aaa;
}



/*** Footer ***/
.footer {
   padding:0 10em 1em 10em;
   background:#eee;
   -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0, 0.4); /* horizontal, vertical, blur, spread */
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0, 0.4);
box-shadow: 0px 0px 3px 0px rgba(0,0,0, 0.4);
}
.footer_grid h4{
	font-size:1.8em;
	color:#333;
	font-weight:700;
	margin-bottom:1.5em;
	font-family: 'Open Sans Condensed', sans-serif;
}
.footer_top {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1.5em;
}
.footer_grid p{
	font-size:0.95em;
	color:#AF9A94;
	line-height:1.8em;
}
.footer-list ul{
	padding:0;
	list-style:none;
}
i.twt{
	color: #fff;
	float: left;
	font-size: 2em;
	margin-right: 10px;
}
span.yellow a {
	color:#fff;
}
span.yellow a:hover {
	color:#F94B4B;
	text-decoration:none;
}
.footer-list li p {
	overflow:hidden;
	font-size:0.95em;
}
.footer-list li.list_top{
	margin-bottom:1em;
}
.company_address p {
	color:#000;
	font-size:0.95em;
	padding: 2px 0;
	font-weight:400;
}
.company_address p span a {
	text-decoration: underline;
	color:#333;
}
.company_address p span a:hover{
	text-decoration:none;
}
ul.socials{
	padding:0;
	list-style:none;
	margin-top: 1em;
}
ul.socials li{
	display:inline-block;
}
.socials li a {
	margin-right: 5px;
	height: 43px;
	width: 43px;
	display: inline-block;
	color:#333;
	background: none;
	text-align: center;
	line-height: 42px;
	font-size: 17px;
	border:1px solid #333;
	-webkit-border-radius: 500px; 
	-moz-border-radius: 500px;
	border-radius: 500px; 
}
.socials li a:hover {
	border-color: #000;
	color: #fff!important;
}
.footer_bottom{
	margin-top:1em;
}
.footer_nav{
	float:right;
}
.footer_nav li{
	display:inline;
}
.footer_nav ul{
	padding:0;
}
.footer_nav li a{
	color:#333;
	text-decoration: none;
	font-size:0.95em;
	margin: 0px 8px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.footer_nav li a:hover{
	color:#000;
}
.copy_right {
	float:left;
}
.copy_right p {
	font-size:0.95em;
	color:#333;
}
.copy_right p a {
	color:#333;
}
.copy_right p a:hover {
	color:#000;
	text-decoration:underline;
}

  
  .col-md-5 {
    width: 20%;
	float:left;
	padding:0;
  }
  
  .col-md-6 {
    width: 60%;
	float:right;
	text-align:left;
	padding:0;
  }
