/*===VIDEO BANNER 16/08/17===*/

.banner-video {
	padding-bottom: 40px;
	width: 100%;
}

/*===BLOG AMENDS 31/05/16===*/

.archive {
	padding: 15px 0;
}

.blog-container {padding-top: 30px!important;}

.posts-body {
	border-right: 1px solid #eee;
	line-height: 1.8;
	padding-right: 40px;		
}

.posts-body h1 {
	color: #0f4983;
	font-family: Raleway, 'Open Sans', Verdana, Arial, sans-serif;
	font-weight: 300;
	font-size: 3.5em;
	margin-top: 0;
	margin-bottom: 30px;		
}

.posts-body h2 {
	color: #555;
  font-family: Raleway, 'Open Sans', Verdana, Arial, sans-serif;	
	font-size: 24px;
	font-weight: 600;
}

.posts-body  img{
	border: 1px solid #eee;
	display: block;
	margin: 20px auto;
	padding: 15px;
	max-width: 100%;
	width: auto;
}

.post-image {
    max-width: 100%;
    max-height: 100%;
    float: none;
}

.sidebar {
	background: #ff0f0f0;
	border: 1px solid #eee;
	padding: 15px 30px;
}

.sidebar h2 {
	margin-top: 15px!important;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	font-family: Raleway, 'Open Sans', Verdana, Arial, sans-serif;	
	padding-bottom: 15px;
}

.sidebar ul  {
	padding-left: 8px;
}

.sidebar li, .sidebar ul li  {
	padding-bottom: 10px;
}

.sidebar a {color: #666;}

.read-more {
	color: #0f4983;
	font-size: 16px;
	font-weight: 700;
}

.post-meta {font-size: 16px;}

.row-post-info {padding-top: 10px;}

.btn-blog {
		background: #0f4983;
		border: 1px solid #0f4983;
		color: #fff;
		margin: 0 auto 20px;
		transition: 0.25s;
		width: 180px;
}

.btn-blog:hover, .btn-blog:focus {
		background: #fff!important;
		color: #0f4983;
}

.container,
.container-fluid,
*[class*='col-'] {
  padding: 0 15px;
}
body {
  font-family: 'Open Sans', Verdana, Arial, sans-serif;
  font-weight: 400;
  background: #ffffff;
  color: #404040;
  padding-top: 112px;
}
@media (max-width: 768px) {
	body {
		padding-top: 63px;
	}
}
img {
  width: 100%;
  height: auto;
}
section h2 {
  color: #0f4983;
  font-family: Raleway, 'Open Sans', Verdana, Arial, sans-serif;
  font-weight: 300;
  font-size: 3.5em;
  border-bottom: 1px solid #404040;
  margin-top: 0;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  section h2 {
    font-size: 2.5em;
  }
}
.btn-primary {
  background-color: #0f4983;
  border-color: #0f4983;
  border-radius: 0;
  width: 100%;
  padding: 15px 0;
  font-family: 'Open Sans', Verdana, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.2em;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  z-index: 5;
  padding: 15px !important;
}
header > .container {
  padding: 0;
}
#main-menu {
  margin: 0;
  padding: 0;
  text-align: center;
}
#main-menu a {
  line-height: 80px;
  padding: 15px;
  color: #000000;
  font-family: Raleway, 'Open Sans', Verdana, Arial, sans-serif;
  font-size: 1.2em;
  border-bottom: 3px solid #ffffff;
  transition: border-bottom 0.5s;
}
@media (max-width: 1200px) {
  #main-menu a {
    font-size: 1em;
    padding: 6px;
  }
}
#main-menu a:hover {
  color: #0f4983;
  text-decoration: none;
  border-bottom: 3px solid #0f4983;
}
#main-menu > li {
  display: inline-block;
}
@media (max-width: 768px) {
  #main-menu > li {
    display: block;
  }
}
#social a {
  display: block;
  float: right;
	line-height: 80px;
}
@media (max-width: 768px) {
	#social a {
		line-height: 28px;
	}
}

#social img {
  max-width: 35px;
  opacity: 1;
  transition: opacity .5s;
	margin-right: 10px;
}
@media (max-width: 768px) {
	#social img {margin-right: 0px; max-width: 28px;}
}
#social img:hover {
  opacity: 0.5;
}
.main-logo {
  width: 350px!important;
}
@media (max-width: 768px) {
	.main-logo {
		width: 140px!important;
	}		
}
.navbar-toggle {
  margin: 0;
	padding-top: 30px;
}
@media (max-width: 768px) {
	.navbar-toggle {
		padding-top: 4px;
		padding-bottom: 0;
	}		
}
.navbar-toggle .icon-bar {
  background-color: #0f4983;
  height: 5px;
  width: 35px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}
#banner {
  background-color: #f0f0f0;
  margin-bottom: 60px;
  background-image: url('../img/bg-banner.jpg');
}
#banner > div {
  background-image: url('../img/banner.gif');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 450px;
  position: relative;
}
@media (max-width: 480px) {
  #banner > div {
    height: 350px;
  }
}
#banner .caption {
  position: absolute;
  top: 30%;
  right: 50%;
  left: 0;
  font-family: Raleway, 'Open Sans', Verdana, Arial, sans-serif;
}
@media (max-width: 768px) {
  #banner .caption {
    top: 15px;
    right: 0;
  }
}
.caption p {
  font-size: 1.5em;
}
.caption h1 {
  color: #0f4983;
  font-family: Raleway, 'Open Sans', Verdana, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
}
#about {
  margin-bottom: 60px;
}
#about p {
  font-size: 1.3em;
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 990px) {
  #about p {
    font-size: 1.3em;
  }
}
#about img {
  margin-bottom: 30px;
}
#testimonials {
  background-image: url('../img/bg-map.gif');
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 60px;
  padding: 30px 15px;
}
#testimonials > .container {
  padding: 30px 15px;
}

#carousel-testimonials {
	padding-bottom: 60px;
	text-align: center;
}

#carousel-testimonials .carousel-indicators {
	bottom: 0;
}

#carousel-testimonials .carousel-indicators .active {
	background-color: #0f4b8a;
	border: none;
	margin-bottom: 1px;
	height: 12px;
	width: 12px;
}

#carousel-testimonials .carousel-indicators li {
	background-color: #c1cddb;
	border: none;
	height: 12px;
	width: 12px;	
}

#carousel-testimonials table{
	width: 100%;
}

#carousel-testimonials td {
	display: table-cell;
	height: 400px;
	vertical-align: middle;
}

@media (max-width: 479px) {
	#carousel-testimonials td {
		height: 525px;
	}
}

p.quote {
  font-weight: 300;
  font-style: italic;
  font-size: 1.5em;
}

@media (max-width: 768px) {
	p.quote {
		font-size: 1.3em;
	}
}

p.quote:before {
  content: '"';
}
p.quote:after {
  content: '"';
}
cite {
  font-weight: 400;
  font-style: normal;
}
cite b {
  font-weight: 700;
}
#resources {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #resources > div {
    margin-bottom: 30px;
  }
}
#resources h3 {
  text-align: center;
  font-size: 1.4em;
  height: 40px;
}
#resources .screenshot {
  position: relative;
}
.screenshot .play {
  position: absolute;
  z-index: 4;
  top: 0;
  /*opacity: 0;
  transition: opacity .5s;
  */
}
/*
.screenshot .play:hover {
  opacity: 1;
  cursor: pointer;
}
*/
.modal-dialog {
  width: 100%;
  max-width: 1280px;
	z-index: 9999;
}

.modal-content {
	border: 8px solid #286090;
}

.modal-title {
    color: #0f4983;
    font-family: Raleway, 'Open Sans', Verdana, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
		text-align: center;
}

.modal-body {
  overflow-y: auto;
  max-height: 800px;
}
#bio .modal-dialog {
	max-width: 970px;
}

#bio .modal-body {
	padding:30px 60px;
}
#clients {
  margin-bottom: 60px;
}
#clients .border {
  border-right: 1px solid #a9a9a9;
}
@media (max-width: 768px) {
  #clients .border {
    border: none;
  }
}
#clients .row > div {
  margin-bottom: 30px;
}
#footer-logo {
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #footer-logo {
    padding: 0;
  }
}
a.file {
  display: block;
  padding-left: 65px;
  line-height: 70px;
  background-position: left center;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  a.file {
    background-image: none!important;
    line-height: normal;
    padding-left: 0;
  }
}
a.file-pdf {
  background-image: url('../img/icon-pdf.png');
}
a.file-zip {
  background-image: url('../img/icon-zip.png');
}
#footer-top {
  background: #f0f0f0;
}
#footer-top .border {
  border-right: 1px solid #404040;
}
@media (max-width: 768px) {
  #footer-top .border {
    border: none;
  }
}
#footer-top h2 {
  border: none;
  font-size: 2.5em;
}
#footer-top > .container {
  padding: 30px 15px;
}
#footer-bottom {
  background: #808080;
  color: #ffffff;
}
#footer-menu {
  text-align: right;
  margin: 0;
  padding: 0;
}
#footer-menu > li {
  display: inline-block;
  margin-left: 15px;
}
#footer-menu > li:first-child {
  margin-left: 0;
}
#footer-menu a,
p.legal {
  line-height: 60px;
  margin: 0;
  color: #ffffff;
}

#carousel-global-sports-clients, #carousel-leaders-conference {
	margin: 40px 0 60px;
}

#carousel-global-sports-clients .img-responsive {
	margin: auto;
	max-width: 96px;
}

#carousel-leaders-conference .img-responsive {
	margin: auto;
	margin-bottom: 30px;
}

#carousel-global-sports-clients  .carousel-control .glyphicon-chevron-left, #carousel-leaders-conference .carousel-control .glyphicon-chevron-left, #carousel-videos .carousel-control .glyphicon-chevron-left{
	left: 15%;
}

#carousel-global-sports-clients  .carousel-control .glyphicon-chevron-right, #carousel-leaders-conference .carousel-control .glyphicon-chevron-right, #carousel-videos .carousel-control .glyphicon-chevron-right	{
	right: 15%;
}

.carousel-control.left, .carousel-control.right {
			background: none !important;
			color: #666;
			filter: progid:none !important;
			text-shadow: none;
			width: 30px;
			
}

.grid-panel {
    position: relative;
}

.grid-overlay {
	  color: #0f4983;
    font-family: Raleway, 'Open Sans', Verdana, Arial, sans-serif;
    font-size: 16px;
		background: rgba(255,255,255,0.8);
		font-weight: 400;
		position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
		opacity: 0;
		padding: 15px;
		transition: opacity 0.5s;
}

@media (max-width: 768px) {
  .grid-overlay {
		font-weight: 700;		
		opacity: 0;
		background: rgba(255,255,255,0.5);		
  }
}

.grid-overlay:hover {
		opacity: 0;
}

.grid-overlay table, .video-overlay table {
		height: 100%;
		text-align: center;
		width: 100%;
}

#videos {margin-bottom: 60px;}

.video-panel {
    position: relative;
}

.video-overlay {
	  color: #fff;
    font-family: Raleway, 'Open Sans', Verdana, Arial, sans-serif;
    font-size: 16px;
		font-weight: 400;
		position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
		opacity: 1;
		padding: 15px;
		transition: opacity 0.5s;
}

.glyphicon-play-circle {font-size: 30px;}

.video-overlay p {
		margin: 0 0 5px;
}

.video-overlay:hover {
		opacity: 0;
}

.video-overlay-blue{background: rgba(13,71,161,0.75);}

.video-overlay-green{background: rgba(71,151,148,0.75);}

@media (max-width: 1199px) {
	.col-vid {margin-bottom: 30px;}
}

@media (max-width: 768px) {
	.col-vid {float: none; text-align: center; margin: auto auto 30px; width: 75%;}
}





















@media (max-width: 480px) {
  #footer-menu a,
  p.legal {
    line-height: normal;
  }
}
a.adigi {
  color: #404040;
  font-weight: 700;
}
@media (max-width: 768px) {
  p.legal,
  #footer-menu {
    text-align: center;
  }
}

#footer-logo {
	display: block;
	margin: 30px auto 30px;
	max-width: 200px;
}

@media (max-width: 991px)	{
	.posts-body {
		border-right: none;
		padding-right: 0px;		
	}	
	
#sidebar {margin-bottom: 30px;}	
	
}
