body {
	background: #303030;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	overflow-x: hidden;
}
a {
	color: #47C6F8;
	cursor: pointer;
}
a:hover {
	color: #0FF;
}
h2 {
	text-align: center;
	font-size: 40px;
	padding-bottom: 40px;
}	
h2 span {
	color: #1650f3;
	font-weight: bold;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal {
	color: #000;
    z-index: 5005;
    text-align: center;
    padding: 0 !important;
    overflow: hidden;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-header {
	background: #0d95dc;
	border-bottom-color: #0873ab;
}
.modal-body {
	background: rgba(40, 167, 233, 0.8);
}
#live, #about, #team, #service,
#results, #contact {
	padding-top: 60px;
	padding-bottom: 40px;
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: none repeat scroll 0 0 #ffffff;
}
.sk-spinner-wave.sk-spinner {
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 10px; 
}
.sk-spinner-wave div  {
  	background-color: #333;
  	height: 100%;
  	width: 6px;
  	display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-spinner-wave .sk-rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s; 
}
.sk-spinner-wave .sk-rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s; 
}
.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-spinner-wave .sk-rect5 {
	-webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; 
}
@-webkit-keyframes sk-waveStretchDelay {
	0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4);
    }
	20% {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
    }
}
@keyframes sk-waveStretchDelay {
	0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

	20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
header {
	min-height: 20px;
	padding-top: 18px;
	padding-bottom: 10px;
	background: #ff3333;
}
header span{
	font-weight: bold;
	padding-right: 10px;
	padding-left: 4px;
}
header a{
	color: #999;
	font-weight: 600;
}
header .container{
	width: 90%;
	text-align: center;
}
.brand{
	width: 270px !important;
}
@media only screen and ( min-width: 768px ) {
	.navbar-default .navbar-brand{
		display: none;
	}
	.brand{
		display: block !important;
	}
	.element{
		height: 30px !important;
	}
	.col-sm-7{
		width: 62%;
	}
	.col-sm-push-5{
		left: 38%;
	}
}
.brand {
	position: absolute;
	z-index: 1001;
	font-size: 38px;
	background: #fff;
	color: #000;
	display: none;
	text-align: center;
	font-weight: 600;
}
.sticky .navbar-brand {
	display: block !important;
}
.navbar-default {
	background: #fff;
	border: none;
	box-shadow: none;
	margin: 0 !important;
}
.navbar-default .navbar-brand {
	font-weight: 500;
	font-size: 30px;
	height: 70px;
	line-height: 40px;
	padding: 5px 0px 0px 12px;
}
.navbar-default .navbar-brand span, .brand span {
	color: #28a7e9;
}
.navbar-default .navbar-brand img {
	height: 60px;
}
.navbar-default .navbar-nav li a {
	font-weight: bold;
	font-size: 13px;
	height: 70px;
	line-height: 40px;
}
.navbar-default .navbar-nav > li > a.current {
	color: #1650f3;
}
.nav-bar {
	border-radius: 0;	
	width: 100%;
	z-index: 1000;
}
.sticky {	
	position: fixed;
	left: 0;
	top: 0;	
}
#home {
	background: url('../images/home-bg.jpg') no-repeat;
	background-size: cover;
	padding-top: 125px;
	padding-bottom: 100px;
	min-height: 600px;
}
#home h1 {
	font-weight: 300;
	font-size: 70px;
	padding-bottom: 10px;
}
#home h1 span {
	color: #28a7e9;
	font-weight: bold;
}
#home h1 span.red {
	color: #ff3333;
	text-shadow: 1px 1px 2px #111;
}
#home h1 span.blue {
	color: #1650f3;
	text-shadow: 1px 1px 2px #111;
}
#home .btn, #live .btn {
	background: transparent;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	width: 180px;
	height: 60px;
	padding-top: 18px;
	-webkit-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
	}
#home .btn:hover, #live .btn:hover {
	background: #28a7e9;
	border-color: transparent;
}
.element {
	height: 60px;
	font-size: 16px;
}
#live .table .table {
	background: transparent;
}
#live th {
	text-align: center;
}
#live h3 {
	margin-top: 0;
	margin-bottom: 20px;
}
.number {
	display: inline-block;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    background-color: #28a7e9;
    box-shadow: inset -5px -5px 10px rgba(0,0,0,.5);
    border: 2px solid;
    border-color: #196e9a #116692 #116692;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 16px;
    margin-right:3px;
	margin-bottom: 3px;
}
#live .result-box {
	padding: 20px;
	background: rgba(40, 167, 233, 0.8);
}
#service .col-md-4 {
	padding: 40px;
	-webkit-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
#service .col-md-4:hover {
		background: #505050;
}
#service .active{
	background: #505050;
	padding: 40px;
}
#service .fa{
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	font-size: 50px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
}
#service h4{
	color: #28a7e9;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 14px;
}
#results{
	padding-bottom: 80px;
}
#results th{
	text-align: center;
}
#results .col-md-3{
	padding: 0px;
}
#results .result-box .result-head{
	background: #fae042;
	padding: 10px;
	color: #111;
	font-weight: 700;
}
#results .result-box .result-container .table .table{
	background: transparent;

}
#contact {
	background: #202020;
}
#contact .form-control {
	background: transparent;
	border: 1px solid #28a7e9;
	border-radius: 2px;
	box-shadow: none;
	color: #fff;
	margin-top: 6px;
	margin-bottom: 16px;
}
#contact label {
	font-weight: 500;
}
#contact input {
	height: 35px;
}
#contact input[type="submit"] {
	background: #28a7e9;
	font-weight: bold;
	-webkit-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
#contact input[type="submit"]:hover {
	background: transparent;
}
#contact address {
	border-bottom: 1px solid #505050;
}
#contact address .address-title {
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 10px;
}
#contact address span {
	display: block;
	padding-bottom: 30px;
}
#contact address .fa {
	border: 1px solid #fff;
	border-radius: 2px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}
#copyright {
	padding: 20px;
}
#copyright p {
	font-weight: 400;
}
.social-icon{
	position: relative;
	padding: 0;
	margin: 0;
}
.social-icon li
	{
		display: inline-block;
		list-style: none;
	}
.social-icon li+li{
	margin-left: 10px;
}
.social-icon li img{
	height: 80px;
	width: auto;
}