/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

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

body {
    font: 14px/20px 'AvenirLTStd-Light',sans-serif;
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
ul {
    list-style-position: outside;
    padding-left: 20px;
}
/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    background: url('../images/dark-stripes.png') repeat;
   /* -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
    padding-bottom: 10px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #37668e;
    color: #37668e;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}

/*custom css landing page*/
div#container {
	box-shadow: 0px 1px 14px 4px gray;
}
.company-social{
float:right;
}
.company-social{
	display: none;
}
nav a{
	font-weight: bold;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 025.s ease-out;
	transition: all 0.25s ease-out;
}
a:hover{
    text-decoration: none;
	color: red;
}
.ad-content{
	display: none;
}
.block{
	border-right: 1px solid #e8e8e8; 
	box-shadow: 0px 1px 16px -4px gray;
	border-radius: 5px;
	padding: 15px 25px;
}
.share-graph{
	border-radius: 5px;
}
.top-banner h1{
	font-size: 18px
}
.info-container .row ul li{
	margin-bottom: 10px;
	text-align: justify;
}
.more-link{
	display: block;
	float: right;
	font-weight: bold;
	text-align: center;
}
.more-link a{
	display: inline-block;
    background-color: #84A0F6;
    padding: 5px 15px;
    border-radius: 3px;
    color: #fff;
}
.info-container .row{
	margin-bottom: 20px
}
.first-block{
		margin-bottom: 20px;
}
.notice h1 {
	font-weight:bold;
	font-size:30px;
}
.notice p {
	color:red;
	font-size:20px;
	line-height:2;
}
@media (min-width: 768px) {
	.first-block{
		margin-bottom: 0px;
	}
}

@media (min-width: 998px) {
   .company-social{
		display: block;
	}
	.ad-content{
		display: block;
	}
}
