/* Global Styles */

html,
body {
    height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
    padding-top: 4px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

a:hover {
	outline: none;
	text-decoration:none;
	color:#cc3333;
}
a:visited {
	text-decoration: none;
}

a:focus {
	outline:none;
	outline-offset: 0;
}

a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color:#1589c3;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}
.quotes {
	font-size: 15px;
	color: #336699;
	text-align: center;
	margin-left: 10px; margin-right: 10px;

}

.verse {
	font-size: 15px;
	color: #336699;
	text-align: center;
	vertical-align: middle;
}

#navigation .navbar {
  background:rgba(255, 255, 255, 0.9);
}

#navigation .navbar-toggle{
  margin-top: 20px;
}

#navigation .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#navigation .navbar-nav.navbar-right li {
	padding: 0 0px;
}

#navigation .navbar-nav.navbar-right {
	margin-top:20px
}

#navigation .navbar-nav.navbar-right li a {
	color: #336699;
	font-family: 'Roboto',sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
}

#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus, 
#navigation .navbar-nav.navbar-right li a:hover {
	color: #cc3333;
}

.img-hover:hover {
    opacity: 0.8;
}

@media screen and (min-width: 1080px) {
    .col-lg-12 {
		margin-top:0px; !important;
		padding-bottom: 0px;
    }
    .col-lg-12-body {
		margin-top:0px; !important;
		padding-bottom: 30px;
    }	
}
@media screen and (max-width: 1079px) {
    .col-lg-12 {
		margin:90px 0px -90px; !important;
    }
    .col-lg-12-body {
		margin:90px 0px -90px; !important;
    }
	.page-header{
		background-size:auto;
		margin:0px 0px -70px !important;
	}
}
@media screen and (max-width: 487px) {
    .col-lg-12 {
		margin:90px 0px -90px;!important;
    }
    .col-lg-12-body {
		margin:90px 0px -90px; !important;
    }
	.page-header{
		margin:0px 0 -70px !important;
	}

}

/* Home Page Carousel */

.home-pattern {
	height:100%;
	position:absolute;
	max-width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image:url(/images/home-pattern.png);
	background-repeat:repeat;
	opacity:0.2;
}

/* Home Page Carousel Adjust the height of 3xslide*/
#home{
  height:65%;
  overflow: hidden;
  position: relative;
}
/* Home Page Carousel Adjust the height of 3xslide*/

/* Home Page Carousel Adjust the size of 3xslide*/
#main-carousel .carousel-inner .item {
	background-size: content;
	height: 70%;
	background-position: 50% 50%;	
	background-repeat:no-repeat;
}

#main-carousel .carousel-indicators { 
	bottom:100px;
}

#main-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 12px;
	height: 12px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

.carousel-indicators .active{
	background-color: #fff !important;
	
}

.slider-content {
	height: 80%;
}

/* Adjust the height of Singapore First Arbitrations */
#main-carousel .carousel-caption {
	display: table;
	height: 95%;
	width: 100%;
	min-height: 50%;
	left: 0;
	top: 0;
	z-index: 11;
}

#main-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
}

#main-carousel .carousel-inner h2 {
	color: #f6f6f6;
	display: inline-block;
	font-family: roboto;
	font-size: 55px;
	font-weight: 800;
	margin-bottom: 40px;
	text-shadow: none;
	text-transform: uppercase;
}

#main-carousel .carousel-inner h2 span{
  color:#7ab700;
}

#main-carousel .carousel-inner p {
	color: #f6f6f6;
	font-family: roboto;
	font-size: 24px;
	font-weight: 300;
	margin-top: 0;
	text-shadow:none;
}

#main-carousel .carousel-left{
	left:-50px;
}

#main-carousel .carousel-right{
	right:-50px;
}

#main-carousel:hover .carousel-left{
	left:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel:hover .carousel-right{
	right:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel .carousel-left,
#main-carousel .carousel-right{
	padding: 15px;
	z-index: 12;
	font-size: 60px;
	color: rgba(255, 255, 255, 0.52);
	top: 50%;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.carousel-right {
  right:65px
}

.carousel-left {
  left:65px
}

#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
	color: #F6F6F6;
}



.hphead{
	margin-top: 15px;
	color: #cc3333;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #cc3333; 
}
.hpbody{
	margin-top: 10px;
	margin-bottom: 30px;
	color: #666666;
	text-align: center;
	font-size: 14px;
}
.hpsocial {
	margin-right: 10px;
}

.hpsocial a:link {
	color:#1589c3;
}
.hpsocial a:hover{
	color:#385988;
}

.hphyperlink a:link {
	color:#1589c3;
}
.hphyperlink a:hover{
	color:#385988;
}
.headertext{
	color: #cc3333;
	font-size: 18px;
	text-transform: uppercase;
	margin-left: 0px;
}

.headertext12{
	color: #cc3333;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 0px;	
}
.headertext18{
	color: #cc3333;
	font-size: 18px;
	text-transform: uppercase;
	margin-left: 0px;
}
.bodytextcon {
	font-size: 12px;
	color: #385988;
}
.bodytext {
	font-size: 13px;
	padding-bottom: 0px; !important;
}
.maptext {
	font-size: 13px;
}

.subheadertext {
	color: #cc3333;
	font-size: 15px;
	text-transform: uppercase;
	margin:5px 0px;
}
.subheader {
	color: #385988;
	font-size: 15px;
	text-transform: uppercase;
	border-bottom: solid 1px #cc3333;
	text-align: center;
}
.subheadercon {
	color: #385988;
	font-size: 15px;
	text-transform: uppercase;
}
.subheaderblue {
	color: #385988;
	font-size: 15px;
}
.mdate{
	font-style: italic;
	color: #999;
}
.sphead{
	margin-top: 15px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
	border-bottom: 1px solid #fff; 
}
.spbody{
	margin-top: 10px;
	margin-bottom: 30px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.spbody a:link{
	color:#fff;
}

.spbody a:hover{
	color:#ccc;
}
.spsocial{
	margin-right: 10px;
}
.spsocial a:link{
	color:#fff;
}
.spsocial a:hover{
	color:#ccc;
}
.ressocial{
	margin-right: 10px;
	color: #cc3333;
}

.box{
	background-color: #9E9E9E;
	color: #fff;
	font-size: 13px;
	padding: 25px;
	font-style: italic;
}

/* Footer Styles */
.footer{
	text-align: center;
	margin-top: 0px;
	font-size: 10px;
}

/* Responsive Styles */

header.carousel .carousel {
	height: 70%;
}


/* Google Map Responsive */
.map-responsive{
    overflow:hidden;
    padding-bottom: 45%;
	position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    max-height: 100%;
	width: 98%;
    position:absolute;
}


/* Twitter API */
iframe#twitter-Widget-0 {
	min-height: 100px!important;
}


/* Override */
.no-italics {
    font-style: normal;   
}

/* No Space Bullet */
.zzz {margin-left: -22px;}