@import url('http://fonts.googleapis.com/css?family=Open+Sans:200,300');

html {
  position: relative;
  min-height: 100%;
}

body {
  background: url('/images/index_bg_image_1600_820.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#fff;
  background-color:#333;
  font-family: 'Open Sans',Arial,Helvetica,Sans-Serif;
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

body > .container {
  padding: 60px 15px 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #c2c2c2;
}

.footer {
  /* position: absolute; */
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  /* height: 120px; */
  /* background-color: #f5f5f5; */
  background-color:rgba(0,0,0,0.8);
}

.container .text-muted {
  margin: 20px 0;
}

.container h1 {
   font-size: 40px;
   font-weight: bold;
   font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
   text-shadow: black 0.1em 0.1em 0.2em;
   letter-spacing: 1px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

a:link, a:visited {
  color:#eee;
}


.block {
    background-color:rgba(0,0,0,0.5);
    /* height:370px; */
    padding-left:12px;
    padding-right:12px;
}

.block-sm {
    height:180px;
}

.block-lg {
    /* height:500px; */
    border: none;
}

.block-lg h3 {
    padding-bottom: 8px; 
    font-size: 22px;
    font-weight: bold;
}

.block-banner {
    height:270px;
    border: none;
    padding-left:2px;
    padding-right:2px;
}

.text-block {
    color: #fff;
}

.btn-flat {
    font-family: 'Open Sans',Arial,Helvetica,Sans-Serif;
    border-radius:0px;
    border-width:0;
    background-image:none;
    padding:16px;
    margin:0 auto;
    margin-top:15px;
    width:90%;
    font-size:14pt;
}

.navbar-default {
    /*background-color: #f8f8f8;*/
    background-color:rgba(0,0,0,0.8);
    border-color: #e7e7e7;
}

.footerrow0 {
        padding: 20px 0 42px;
        border-bottom: 3px solid #FFF;
}

/*------ network banners ----------*/
.newtork_banners {
	text-align: center;
	overflow: hidden;
	padding: 0;
	list-style: none;
	position: relative;
	margin: 0;
	margin-top: 33px;
	z-index: 10;
}
.newtork_banners > li {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	/* border-radius: 500px; */
	overflow: hidden;
}
.newtork_banners > li a {
	/* border: 4px solid #FFF; */
	/* border-radius: 500px; */
	/* width: 88px; */
	/* height: 88px; */
	display: block;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.newtork_banners > li a i {
	font-size: 36px;
	margin-top: 21px;
	color: #ffffff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.newtork_banners > li a:hover {
	background: #FFF;
	/* border: 4px solid #FFF; */
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.newtork_banners > li a:hover i {
	color: #101010;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

