html, body {
  width: 100%;
  height: 100%;
}
body {
	font-family: 'Roboto Condensed', sans-serif;
	background-color:#EAEAEA;
	font-size:14px;
}

::selection {background: #FE6400; color:#fff;}
::-moz-selection {background: #FE6400; color:#fff;}
::-webkit-selection {background: #FE6400; color:#fff;}

a, a:visited, a:hover, a:active, a:focus, input, select, textarea { outline:none; text-decoration:none; }
a {transition: all 0.3s ease 0s;}
a:hover, a:focus {text-decoration: none;}

img { 
	height:auto; 
	max-width:100%;  
	vertical-align:top; 
	ms-interpolation-mode:bicubic; 
	opacity:1.0;
	width: auto\9;
}
.colour {
	color:#FE6400;
}
.bgrd-colour {
	background-color:#FE6400;
	color:#FFF;
}
.bgrd-colour2 {
	background-color:#00A283;
	color:#FFF;
}
.btn {
	border:none;
	border-radius:0;
}

/* ------------------------------*/
/*-------------- HEADER ---------*/
/* ------------------------------*/
.header {
	background-color:#1D1D1D;
}
.header .img-bgrd {
	background-color:#FFF;
}

.header ul {
	padding:19px 0;
	margin:0;
}
.header ul li {
	border-left:1px solid #777;
}
.header ul li:first-child {
	border-left:none;
}
.header ul li.active {
	background-color:#FE6400;
}
.header a {
	color:#FFF;
}
.header a:hover {
	color:#000;
}

/* ------------------------------*/
/*-------------- MAIN -----------*/
/* ------------------------------*/
.main > .container {
	background-color:#FFF;
}
.tagline-wrap {
	padding-top:30px;
}
.tagline-wrap h2 {
	padding-left:27px;
}
/*slider*/
.slider {
	padding-top:17px;
	padding-bottom:50px;
	
}
#owl-demo {
	box-shadow: 0px 4px 30px 0px rgb(91, 91, 91);
	-webkit-box-shadow: 0px 4px 30px 0px rgb(91, 91, 91);
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;

}
/*blocks*/
.blocks .thumbnail {
	overflow:hidden;
}
.blocks a.img-bgrd {
	display:block;
	height:280px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	transition: all 0.3s ease 0s;
	
	-webkit-filter: grayscale(1); 
    filter: gray;  
    filter: grayscale(1); 
}
.blocks a.img-bgrd:hover {
	-webkit-filter: none; 
    filter: none;  
    filter: none; 

}
.blocks h2 {
	border-bottom:2px solid #232323;
	padding-bottom:8px;
	margin-bottom:20px;
	margin-top:15px;
}
.blocks h3 {
	font-size:152%;
}
/*center*/
.main .center {
	padding-top:50px;
	padding-bottom:60px;
	font-size:115%;
}
/*content*/
.main .content {
	font-size:112%;
	padding:0 15px;
}
.main .content h1 {
	border-bottom:2px solid #232323;
	padding-bottom:8px;
	margin-bottom:30px;
}


/*blocks*/
.main .blocks ul {
	height:100px;
}
.main .blocks h3 {
	text-transform:uppercase;
	text-align:center;
}

/*table*/
table {
    background: #eaebec none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-collapse: separate;
    border-radius: 3px;
    box-shadow: 0 1px 2px #d1d1d1;
    color: #666;
    font-size: 15px;
    width: 100%;
	margin:15px 0;
}
table tr th {
    background: #2e3138 none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-shadow: none;
}
table tr th:first-child {
    padding-left: 20px;
    text-align: left;
}
table tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
table tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
table tr {
    padding-left: 20px;
}
table tr td:first-child {
    border-left: 0 none;
    padding-left: 20px;
    text-align: left;
}
table tr td {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #fbfbfb, #fafafa) repeat scroll 0 0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #ffffff;
    color: #444;
    padding: 18px;
}
table tr:nth-child(2n) td {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #f8f8f8, #f6f6f6) repeat scroll 0 0;
}
table tr:last-child td {
    border-bottom: 0 none;
}
table tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}
table tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

table tr:hover td, table tr:hover td a {
    background: #FE6400 none repeat scroll 0 0;
    color: #fff;
    text-shadow: none;
}
/* ------------------------------*/
/*-------------- FOOTER ---------*/
/* ------------------------------*/
.footer {
	background-color:#2E2E2E;
	color:#CCC;
}
.footer .row {
	padding-top:30px;
	padding-bottom:10px;
}
.footer h3 {
	background-color:#FE6400;
	color:#fff;
	padding:4px 0 4px 10px;
}
.footer a {
	color:#FFF;
	text-decoration:underline;
}
.footer a:hover {
	color:#000;
	text-decoration:none;
}



@media (max-width: 767px) {
	.tagline-wrap {
		padding-top: 13px;
	}
	.tagline-wrap h2 {
		font-size:21px;
	}
	.header ul li:first-child {
		border-left:1px solid #777;
	}
	.slider {
		padding-bottom: 29px;
	}
	.main .content {
		font-size:90%;
		padding:0 10px;
	}
}


