body, html {
  height: 100%;
}
body {
	background-color: #fff;
	color: #003661;
	font-family: co-text, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	height: 100%;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
	width: 100%;
}
@media (min-width: 1200px) {
	.row {
	  margin-left: -60px;
	  margin-right: -60px;
	}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	  padding-left: 60px;
	}
	.site-header > .wrap,
	.site-footer > .wrap,
	.container {
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}
}
@media (min-width: 992px) {
	.container {
		width: 90%;
	}
	.row {
	  margin-left: -30px;
	  margin-right: -30px;
	}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	  padding-left: 30px;
	  padding-right: 30px;
	}
}
@media (min-width: 992px) {
	h3.entry-title {
		min-height: 70px;
		margin-bottom: 0;
	}
}
.bg {
  background-image: url( 'images/bg-torrent.jpg' );
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#top {
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 500;
}
#hero {
	position: absolute;
    bottom: 10%;
    right: 0;
    left: 0;
	color: #fff;
	-ms-transform: translate(0,-10%);
    -webkit-transform: translate(0,-10%);
    transform: translate(0,-10%);
}
.site-header > .container {
	padding-top: 80px;
}
.site-footer .container {
	padding-bottom: 80px;
	padding-top: 80px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: co-headline, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 30px;
}
a {
	color: #003661;
	outline: none;
	text-decoration: none;
}
a:active,
a:hover,
a:focus {
	color: #fff;
	outline: none;
	opacity: 1;
	text-decoration: none;
}
ul {
	padding: 0;
	list-style: none;
}
ul li.list-item {
	margin-bottom: 10px;
	max-width: 80%;
	padding-left: 1em;
    position: relative;
}
li:before {
    content: '';
    background-color: #003661;
    display: inline-block;
	left: 0;
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 6px;
    margin-right: 0;
    top: 7px;
}
.lead {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
}
.text-light,
.text-light a{
	color: #fff;	
}
.element-section {
	padding: 80px 0;
    position: relative;
}
.element-section.about {
	padding-top: 70px;
}
.entry-header {
	 margin-bottom: 50px;
}
.text-uppercase {
	letter-spacing: 2px;
}
.site-footer {
	font-size: 14px;
}
.site-footer h4 {
	font-size: 16px;
	margin: 0;
}
.site-footer a {
	display: block;
}
.site-footer a:active,
.site-footer a:hover,
.site-footer a:focus {
	text-decoration: underline;
}
@media (max-width: 768px) {
	#hero {
		bottom: 0;
		-ms-transform: translate(0,-40px);
		-webkit-transform: translate(0,-40px);
		transform: translate(0,-40px);
	}
	.container {
		padding-right: 30px;
		padding-left: 30px;
	}
	.site-header > .container {
		padding-top: 40px;
	}
	.row > .col-md-3 {
		margin-bottom: 30px;
	}
	.element-section {
		padding: 30px 0;
	}
	.element-section.about {
		padding-top: 30px;
	}
	.entry-header {
		margin-bottom: 30px;
	}
	h3.entry-title {
		margin-bottom: 10px;
	}
	ul li.list-item {	
		max-width: none;
	}
	.site-footer .container {
		padding-bottom: 10px;
		padding-top: 40px;
	}
	.site-footer .logo,
	.site-footer .col-sm-3 {
		margin-bottom: 30px;
	}
}	