/* ============================================================================================== 
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html 
is available at http://www.script-tutorials.com/bootstrap-one-page-template-with-parallax-effect/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */

/* general styles */
html, body {
	height: 100%;
	width: 100%;
}
/* padded section */
.pad-section {
	padding: 50px 0;
}
.pad-section img {
	width: 100%;
}
/* vertical-centered text */
.text-vcenter {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.text-vmiddle {
	position:absolute;
	top:50%;
	height:10em;
	margin-top:-5em;
	left:25%;
	max-width:800px;
}
.rel {
	position:relative;
}
.text-vcenter h1 {
	font-size: 4.5em;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
/* additional sections */
#backup {
	background-position:top;
	display: table;
	height: 100%;
	width: 100%;
	background-color:#FFF;
}
#about {
	background-color: #fff;
	color: #ffffff;
}
#contact {
	background-color: #FFF;
	color: #000;
	height: 100%;
	width: 100%;
	display: table;
	position: relative;
}
#contact a:link {
	color:#000;
}
#contact a:visited {
	color:#000;
}
#community {
	background-color: #306d2f;
	color: #ffffff;
	height: 100%;
	width: 100%;
	display: table;
	position: relative;
}
#networking {
	background: url(../img/Writer.jpg) no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #000;
}
#services {
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	color: #FFF;
}
#clients {
	background: url(../img/slider/building.jpg) no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #000;
}
footer {
	padding: 20px 0;
}
footer .glyphicon {
	color: #333333;
	font-size: 60px;
}
footer .glyphicon:hover {
	color: #306d9f;
}
.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.width150 {
	width: 150px;
}
div.blackened {
	margin-left: auto;
	margin-right: auto;
	padding:20px;
	background: rgba(0, 0, 0, 0.2);
	color: #FFF;
	border-radius: 30px;
}
.blueborder {
	 border:1px solid #45a7ed;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding:13px;
}
.blueborder:hover {
	background: rgba(255, 255, 255);
	background: rgba(255, 255, 255, 0.7);
	color:#000;
}
div.blacker {
	margin-left: auto;
	margin-right: auto;
	padding:20px;
	background: rgba(0, 0, 0, 0.75);
	color: #FFF;
	border-radius: 30px;
	text-align:left;
}
.homewidth {
	width: 335px;
}
div.whitened {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	padding:20px;
	background: rgba(255, 255, 255, 0.2);
}
.divwhite {
	margin-left: auto;
	margin-right: auto;
	padding:20px;
	background: rgba(255, 255, 255, 0.9);
}
div.bluet {
	background: rgb(48,109,159);
	background: rgba(48, 109, 159, 0.78);
	color:#FFF;
	margin:10px;
	padding-top:20px;
	padding-bottom:20px;
	border-radius:25px;
	vertical-align:bottom;
}

div.bluediv {
	background: rgb(48,109,159);
	background: rgba(48, 109, 159, 0.78);
	color:#FFF;
	margin:10px;


	border-radius:25px;

}
.whiteheading {
	font-size:24px;
	line-height:28px;
}
.mawidth270 {
	max-width:250px;
	min-width:250px;
}
.mawidth270serv {
	max-width:250px;
	min-width:250px;
	min-height:300px;
}
.servhead {
	padding:0px;
	margin:0px;
	text-align:center;
}
div.clientbox {
	background: rgb(0,0,0);
	background: rgba(0, 0, 0, .8);
	padding-left:0px;
	padding-right:0px;
	height:200px;
	text-align:center;
}
div.whitehead {
	background: rgb(255, 255, 255);
	width:100%;
	height:55px;
	text-align:center;
	padding-top:5px;
	visibility:visible;
}
.padded {
	padding:20px;
}
.clientheading {
	height:50px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, .8);
	padding:0px;
	border-radius: 30px;
}
img.standard {
	height: auto;
	width: auto;
}
img.alignright {
	padding:10px;
	float:right;
	max-width:700px;
}
.max350 {
	max-width:350px;
	height: auto;
	width: auto;
	float:right;
}
.roundcorners {
 border:1px solid #;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
div.brochure {
	width:200px;
	line-height: 16px;
	font-size:13px;
	text-align:center;
	float: right;
}
div.carouselcontainer {
	max-width:650px;
	text-align:center;
	display: block;
	margin-left: auto;
	margin-right: auto
}

/* Move Carousel indicator to below the carousel*/
.carousel-indicators {
	bottom:-50px;
}
.carousel-inner {
	margin-bottom:50px;
}
h4 {
	margin-top: 25px;
}
.row {
}
hr {
	margin-top: 40px;
	margin-bottom: 40px;
}
hr.black {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #000;
	margin: 1em 0;
	padding: 0;
}
hr.white {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #FFF;
	margin: 1em 0;
	padding: 0;
}
.modal-body {
	background-color:#FFF;
	color:#000;
	font-size: 12px;
}
.modal-dialog {
	line-height: 33px;
	vertical-align:middle;
}

.blacktext td:nth-child(1)  {
	padding-top:12px;
}
.blacktext td:nth-child(2)  {
	padding-left:8px;
}


/*Scrolling Nav CSS */ 
@media(min-width:767px) {
 .navbar {
 padding: 0px 0;
 -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
 -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
 transition: background .5s ease-in-out, padding .5s ease-in-out;
}
 .top-nav-collapse {
 padding: 0;
}
}
/* Finish Scrolling Nav CSS */
#services .glyphicon {
	border: 2px solid #FFF;
	border-radius: 75%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	width: 60px;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}
/* centered columns styles */
.row-centered {
	text-align:center;
}
.col-centered {
	display:inline-block;
	float:none;
	/* reset the text-align */
    
    /* inline-block space fix */
    margin-right:-4px;
}
.coloured {
	background-color:#900;
	color:#9FC;
}
.contacttab td {
	height:75px;
	vertical-align:middle;

}
.contacttab td:nth-child(1) {
 text-align:center;
 width:90px;
}
.contacttab td:nth-child(2) {
	width:180px;
}
.textoffwhite {
	color:#444;
}
.textwhite {
	color:#FFF;
}
.blueabout {
	color: #45a7ed;
}
img.aboutimage {
	padding:10px;
	float:right;
	max-width:600px;
}
.largesttext {
	font-size: 60px;
	font-weight: 100;
	line-height: 96px;
	font-family: Merriweather, serif;
}
 @media only screen and (min-width : 280px) {
 .abouttext {
font-family: Merriweather, serif;
font-size: 18px;
font-weight: 100;
line-height: 22px;
}
.abouttextsmall {
font-family: Merriweather, serif;
font-size: 13px;
font-weight: 90;
line-height: 16px;
}
.newstextsmall {
font-family: Merriweather, serif;
font-size: 13px;
font-weight: 90;
line-height: 16px;
color: #45a7ed;
}
img.hov {
 max-width: 280px;
 max-height:82px;
}
#home {
	background: url(../img/ladymerged.jpg) no-repeat center center fixed;
	background-position:top;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment:scroll;
}
}
 @media only screen and (min-width : 480px) {
 .abouttext {
font-family: Merriweather, serif;
font-size: 18px;
font-weight: 100;
line-height: 22px;
}
.abouttextsmall {
font-family: Merriweather, serif;
font-size: 13px;
font-weight: 90;
line-height: 16px;
}

}
@media screen and (min-width: 768px) {
#services .glyphicon {
 border: 2px solid #FFF;
 border-radius: 75%;
 display: inline-block;
 text-align: center;
 vertical-align: middle;
 font-size: 40px;
 height: 100px;
 line-height: 100px;
 width: 100px;
}
}
@media screen and (min-width: 850px) {
 #services .glyphicon {
 border: 2px solid #FFF;
 border-radius: 75%;
 display: inline-block;
 text-align: center;
 vertical-align: middle;
 font-size: 60px;
 height: 140px;
 line-height: 140px;
 width: 140px;
}
#home {
	background: url(../img/ladymerged.jpg) no-repeat center center fixed;
	background-position:top;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

}
@media only screen and (min-width : 971px) {
 .abouttext {
font-family: Merriweather, serif;
font-size: 30px;
font-weight: 300;
line-height: 56px;
}
.abouttextsmall {
 font-family: Merriweather, serif;
font-size: 17px;
font-weight: 200;
line-height: 25px;
}
.newstextsmall {
font-family: Merriweather, serif;
font-size: 17px;
font-weight: 190;
line-height: 20px;
color: #45a7ed;
}
#services .glyphicon {
 border: 2px solid #FFF;
 border-radius: 75%;
 display: inline-block;
 text-align: center;
 vertical-align: middle;
 font-size: 40px;
 height: 90px;
 line-height: 90px;
 width: 90px;
}
.bluet h4 {
 font-size:15px;
}
.bluet p {
 font-size:12px;
}
.mawidth270serv {
 max-width:200px;
 min-width:200px;
 min-height:200px;
 padding-left:5px;
 padding-right:5px;
}
}
 @media only screen and (min-width : 1464px) {
 .abouttext {
 font-family: Merriweather, serif;
font-size: 40px;
font-weight: 400;
line-height: 76px;
}
.abouttextsmall {
 font-family: Merriweather, serif;
font-size: 24px;
font-weight: 200;
line-height: 50px;
}
.newstextsmall {
font-family: Merriweather, serif;
font-size: 19;
font-weight: 200;
line-height: 23px;
color: #45a7ed;
}
img.hov {
 max-width: 375px;
 max-height:111px;
}
#services .glyphicon {
 border: 2px solid #FFF;
 border-radius: 75%;
 display: inline-block;
 text-align: center;
 vertical-align: middle;
 font-size: 50px;
 height: 120px;
 line-height: 120px;
 width: 120px;
}
.bluet h4 {
 font-size:17px;
}
.bluet p {
 font-size:13px;
}
.bluet {
 min-width:230px;
}
 .modal-body {
 width: 100%;
}
.modal-dialog {
 line-height: 33px;
 vertical-align:middle;
}
.glyphicondiag {
 border: 1px solid #45a7ed;
 border-radius: 95%;
 font-size: 12px;
 line-height: 20px;
 width: 20px;
 margin-bottom:18px;
 text-align: center;
 vertical-align: middle;
 color: #45a7ed;
}
.glyphiconcontact {
 color: #000;
}
}
 .roundwhite {
 border: 2px solid;
 border-radius: 95%;
 line-height: 40px;
 width: 40px;
}
.stretch {
 width:100%;
}

/* Image fade to another */

img.hov {
 position:absolute;
 -webkit-transition: opacity 1s ease-in-out;
 -moz-transition: opacity 1s ease-in-out;
 -o-transition: opacity 1s ease-in-out;
 transition: opacity 1s ease-in-out;
/*background-color:#09C;*/
}
 img.top:hover {
 opacity:0;
}
.hightlightabove {
 border-top: 5px solid #45a7ed;
 max-width:500px;
}

/* End image fade*/


 .navbar-default .navbar-nav > .active {
 color: #000;
 background: #306D9F;
}
 .navbar-default .navbar-nav > .active > a,  .navbar-default .navbar-nav > .active > a:hover,  .navbar-default .navbar-nav > .active > a:focus {
 color: #FFF;
 background: #306D9F;
}
@media (max-width: 1024px) {
 .navbar-header {
 float: none;
}
 .navbar-left,  .navbar-right {
 float: none !important;
}
 .navbar-toggle {
 display: block;
}
 .navbar-collapse {
 border-top: 1px solid transparent;
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
 .navbar-fixed-top {
 top: 0;
 border-width: 0 0 1px;
}
 .navbar-collapse.collapse {
 display: none!important;
}
 .navbar-nav {
 float: none!important;
 margin-top: 7.5px;
}
 .navbar-nav>li {
 float: none;
}
 .navbar-nav>li>a {
 padding-top: 10px;
 padding-bottom: 10px;
}
 .collapse.in {
 display: block !important;
}
.navbar-header {
	height: 10px;
}
}
