/*-- Navbar
================================================== */
@media (max-width:767px){
	.menu {
		background-color:#5295d2;
		position:absolute;
		top:0px;
		width:100%;
		font-size:16px;
		text-align: center;
		z-index:100;
		text-transform:uppercase;
		color:#fff;
		height:50px;
	}
	.navbar .navbar-nav li a {
		color:#000;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out; 
}}	
@media screen and (min-width:767px) and (max-width:992px){
	.menu {
		background-color:#5295d2;
		position:absolute;
		top:650px;
		width:100%;
		font-size:16px;
		text-align: center;
		height:50px; /* Causing issues with the drop-down */
		z-index:100;
		text-transform:uppercase;
		font-weight:700;
	}
	.navbar .navbar-nav li a {
		color:#000;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out; 
		margin:10px;
}}	
@media (min-width:992px){	
	.menu {
		background-color:#5295d2;
		position:absolute;
		top:650px;
		width:100%;
		font-size:18px;
		text-align: center;
		height:50px; /* Causing issues with the drop-down */
		z-index:100;
		text-transform:uppercase;
		font-weight:700;
	}
	.navbar .navbar-nav li a {
		color:#000;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out; 
		margin:20px;
}}
.navbar-header button {
	text-transform:uppercase;
}
.fixed {
	position:fixed;
	top:0;
}
.navbar {
	width:100%;
	background-color:#fff;	
}
.navbar-toggle {
	position: relative;
	width: 100%;
	margin: 0 auto !important;
	color:#000;
	font-weight:700;
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-nav li a:hover {
	color:#666;
	background-color:transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
}
.navbar .navbar-nav li a:active, .navbar .navbar-nav li a:focus {
	color:#555;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
}
.navbar .navbar-collapse {
	text-align: center;
}
/*-- Body
================================================== */
h1,h2,h3,h4,h5,span {
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
}

p, i, b {
	font-family: 'Merriweather', serif;
	font-size:16pt;
}
/*-- Banner
================================================== */
@media (max-width:767px){
	.banner {
		height:300px; /* Same height as the Navbar/Menu top value */
		width:100%;
		top:0;	
	}
	.banner img {
		margin-left:auto;
		margin-right:auto;
		width:auto;
		max-height:110px;
		background:rgba(0,0,0,0.15);
		border: #fff 2px ridge;
		padding:5px;
		-webkit-transition:all  ease-in-out 1s;
		-moz-transition:all  ease-in-out 1s;
		-o-transition:all  ease-in-out 1s;
		-ms-transition:all  ease-in-out 1s;
		transition:all  ease-in-out 1s,background-color ease-in-out 1s;
		margin-top:125px;
}}
@media (min-width:767px){
	.banner {
		height:650px; /* Same height as the Navbar/Menu top value */
		width:100%;
		top:0;	
	}
	.banner img {
		margin-left:auto;
		margin-right:auto;
		width:auto;
		max-height:110px;
		background:rgba(0,0,0,0.15);
		border: #fff 2px ridge;
		padding:5px;
		-webkit-transition:all  ease-in-out 1s;
		-moz-transition:all  ease-in-out 1s;
		-o-transition:all  ease-in-out 1s;
		-ms-transition:all  ease-in-out 1s;
		transition:all  ease-in-out 1s,background-color ease-in-out 1s;
}}	
.banner img:hover {
	opacity:0.5;
    -webkit-transition:all  ease-in-out 1s;
    -moz-transition:all  ease-in-out 1s;
    -o-transition:all  ease-in-out 1s;
    -ms-transition:all  ease-in-out 1s;
    transition:all  ease-in-out 1s,background-color ease-in-out 1s;
}
.banner .isocial {
	padding-top:10px;
}
.icon-circle .fa{
    font-size:25px;
    color:#e84700;
    margin:0 auto;
    height:60px;
    width:60px;
    border-radius:50%;
    border:2px solid #e84700;
    line-height:60px;
    cursor:pointer;
    -webkit-transition:all  ease-in-out 0.35s;
    -moz-transition:all  ease-in-out 0.35s;
    -o-transition:all  ease-in-out 0.35s;
    -ms-transition:all  ease-in-out 0.35s;
    transition:all  ease-in-out 0.20s,background-color ease-in-out 0.05s;
}
.icon-circle  i:before{
    margin-left:0px;
    font-size:30px;
}
.footer-right .icon-circle .fa{
    font-size:25px;
    color:#fff;
    margin:0 auto;
    height:40px;
    width:40px;
    border-radius:50%;
    border:2px solid #fff;
    line-height:40px;
    cursor:pointer;
    -webkit-transition:all  ease-in-out 0.35s;
    -moz-transition:all  ease-in-out 0.35s;
    -o-transition:all  ease-in-out 0.35s;
    -ms-transition:all  ease-in-out 0.35s;
    transition:all  ease-in-out 0.20s,background-color ease-in-out 0.05s;
	margin-top:10px;
}
.footer-right .icon-circle  i:before{
    margin-left:0px;
    font-size:22px;
}
.icon-circle .fa:hover{  
    background-color:#e84700;    
    color:#fff;
    border:1px solid #e84711;
    -moz-box-shadow:inset 0px 0px 0px 5px #ffffff;
    -o-box-shadow:inset 0px 0px 0px 5px #ffffff;
    -ms-box-shadow:inset 0px 0px 0px 5px #ffffff;
    -webkit-box-shadow:inset 0px 0px 0px 5px #ffffff;
    box-shadow:inset 0px 0px 0px 5px #ffffff;
    -ms-transform:scale(1.2,1.2); 
    -webkit-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2); 
    -o-transform:scale(1.2,1.2); 
    transform:scale(1.2,1.2);  
}

@media (min-width:320px) and (max-width:768px) {
 .icon-circle .fa{
    font-size:15px;
    color:#e84700;
    margin:0 auto;
    height:40px;
    width:40px;
    border-radius:50%;
    border:2px solid #e84700;
    line-height:40px;
    cursor:pointer;
    -webkit-transition:all  ease-in-out 0.35s;
    -moz-transition:all  ease-in-out 0.35s;
    -o-transition:all  ease-in-out 0.35s;
    -ms-transition:all  ease-in-out 0.35s;
    transition:all  ease-in-out 0.20s,background-color ease-in-out 0.05s;
}
.icon-circle  .fa:hover{  
    background-color:#e84700;    
    color:#fff;
    border:1px solid #e84711;
    -moz-box-shadow:inset 0px 0px 0px 5px #ffffff;
    -o-box-shadow:inset 0px 0px 0px 5px #ffffff;
    -ms-box-shadow:inset 0px 0px 0px 5px #ffffff;
    -webkit-box-shadow:inset 0px 0px 0px 5px #ffffff;
    box-shadow:inset 0px 0px 0px 5px #ffffff;
    -ms-transform:scale(1.2,1.2); 
    -webkit-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2); 
    -o-transform:scale(1.2,1.2); 
    transform:scale(1.2,1.2);  
}
.icon-circle  i:before{
    margin-left:0px;
    font-size:20px;
}}
.ifacebook .fa{
    color:#fff;
    border:2px solid #fff;
}
.ifacebook .fa:hover{   
    background-color:#3B5998;    
    color:#fff;
    border:1px solid #3B5998;
}
.itwittter .fa{
    color:#fff;
    border:2px solid #fff;
}
.itwittter .fa:hover{  
    background-color:#33ccff;    
    color:#fff;
    border:1px solid #33ccff;
}
.igoogle .fa{
    color:#fff;
    border:2px solid #fff;
}
.igoogle .fa:hover{   
    background-color:#BD3518;    
    color:#fff;
    border:1px solid #BD3518;
}
.iLinkedin .fa{
    color:#fff;
    border:2px solid #fff;
}
.iLinkedin .fa:hover{   
	background-color:#007bb7;    
	color:#fff;
	border:1px solid #007bb7;
}
/*-- Parallax header
================================================== */
.parallax-window {
    min-height: 400px;
    background: transparent;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}
/*-- Custom HR
================================================== */
hr { 
	padding: 0; 
	border: none; 
	border-top: medium double #333; 
	color: #333; 
	text-align: center; 
	width:60%;
	padding-bottom:35px;
} 
hr:after { 
	content: "\f1d1"; /*-- f0f5 (cutlery) --*/
	font-family: FontAwesome; 
	display: inline-block; 
	position: relative; 
	top: -0.7em; 
	font-size: 1.1em; 
	padding: 0 0.25em; 
	background:#fff; 
}

/*-- Background/Sections
================================================== */
.section-a {
	background:#ddedf9;
	text-align:center;	
	width:100%;
	padding-top:25px;
	padding-bottom:25px;
}
.section-b {
	height:750px;
	background-color:#e4f2fe;
}
.section-c {
	margin-top:25px;
	color:#444;
	text-align:center;  
}

.nopadding {
	padding:0;
}

/*-- Services
================================================== */
.services i{
	color:#a1d4fa;
	background-color:#fff;
	border-radius:50%;
	display:inline-block;
	font-size:72px;
	width:140px;
	height:140px;
	line-height:140px;
	vertical-align:middle; 
	text-align:center;
	margin-top:20px;
}
.services p{
	font-size:16px;14pt
	padding-bottom:20px;	
}

/*-- Center Text
================================================== */
@media (max-width:767px){
	.center {
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}
}
@media (min-width:768px){
	.center {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		max-width:90%;
	}
	.icenter {
		position: relative;
		top: 40%;
		-webkit-transform: translateY(-60%);
		-ms-transform: translateY(-60%);
		transform: translateY(-60%);
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		max-width:90%;
	}
}

#map {
width:100%;
height:400px;	
}
/*-- CTA/Banner 2
================================================== */
.cta-banner {
	height:500px;
	width:100%;
	background-image:url('../img/bg2.jpg');
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	color:#fff;
}
.cta-banner a.info {
	text-decoration:none;
	display:inline-block;
	text-transform:uppercase;
	color:#fff;
	border:1px solid #fff;
	background-color:transparent;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	padding:7px 14px;
}
.cta-banner a.info:hover {
	box-shadow:0 0 5px #fff;
}
/*-- Footer/Scroll
================================================== */
@media (max-width:767px){
	.fade {
		opacity:1;
	}
}
@media (mix-width:767px){
	.fade {
		opacity:0;
	}	
}
.vspacing {
	margin-top:25px;
	margin-bottom:25px;
}
.vspacing2 {
	margin-bottom:25px;
}

.footer-distributed{
	background-color: #1d1520;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px;
	padding: 55px 50px;
}
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}
/* Footer left */
.footer-distributed .footer-left{
	width: 40%;
	
}
@media (max-width:880px){
	.footer-distributed .footer-left img{
		max-width:300px;
		margin-left:auto;
		margin-right:auto;
	}
}
@media (min-width:880px){
	.footer-distributed .footer-left img{
		max-width:300px;
	}
}
/* The company logo */
.footer-distributed h3{
	color:  #ffffff;
	font: 36px;
	margin: 0;
}
.footer-distributed h3 span{
	color:  #5383d3;
}
/* Footer links */
.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;	
}
.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
	font-size:12pt;
}
.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
/* Footer Center */
.footer-distributed .footer-center{
	width: 35%;
}
.footer-distributed .footer-center i{
    font-size:18px;
	text-align:center;
    color:#fff;
    margin:0 auto;
    height:40px;
    width:40px;
    border-radius:50%;
    border:2px solid #fff;
    line-height:40px;
	margin-bottom:25px;
}
.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
	font-size:12pt;
	padding-left:5px;
}
.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;
}
/* Footer Right */
.footer-distributed .footer-right{
	width: 20%;
}
.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}
.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer-distributed .footer-icons{
	margin-top: 25px;
}
.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	margin-right: 3px;
	margin-bottom: 5px;
}
/* If you don't want the footer to be responsive, remove these media queries */
@media (max-width: 880px) {
	.footer-distributed{
		font: bold 14px;
	}
	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
	.footer-distributed .footer-center i{
		margin-left: 0;
	}
}
/*-- Hover Effect
================================================== */
.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(228, 242, 254, 0.9);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#777;
text-align:center;
position:relative;
font-size:20px;
/*-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);*/
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
margin:20% 0 0 0;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#777;
border:1px solid #777;
background-color:transparent;
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:5% 0 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.1);
-webkit-transform:scale(1.1);
transform:scale(1.1);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}


/*-- Show/Hide
================================================== */
@media (min-width:390px){
	.xs-hide{
		display:block;
	}
	.xs-show{
		display:none;
	}	
}
@media (max-width:390px){
	.xs-hide{
		display:none;
	}
	.xs-show{
		display:block;
	}
}
@media (min-width:445px){
	.xxs-hide{
		display:block;
	}
	.xxs-show{
		display:none;
	}	
}
@media (max-width:445px){
	.xxs-hide{
		display:none;
	}
	.xxs-show{
		display:block;
	}
}
@media (min-width:550px){
	.xs2-hide{
		display:block;
	}
	.xs2-show{
		display:none;
	}	
}
@media (max-width:550px){
	.xs2-hide{
		display:none;
	}
	.xs2-show{
		display:block;
	}
}
@media (min-width:768px){
	.sm-hide{
		display:block;
	}
	.sm-show{
		display:none;
	}	
}
@media (max-width:767px){
	.sm-hide{
		display:none;
	}
	.sm-show{
		display:block;
	}
}
@media (min-width:992px){
	.md-hide{
		display:block;
	}
	.md-show{
		display:none;
	}	
}
@media (max-width:992px){
	.md-hide{
		display:none;
	}
	.md-show{
		display:block;
	}
}
@media (min-width:1200px){
	.lg-hide{
		display:block;
	}
	.lg-show{
		display:none;
	}	
}
@media (max-width:1200px){
	.lg-hide{
		display:none;
	}
	.lg-show{
		display:block;
	}
}
@media only screen and (max-device-width : 420px) {
	.mobile-show{
		display:block;
	}
}
@media only screen and (min-device-width : 420px) {
	.mobile-show{
		display:none;
	}
}
@media only screen and (max-device-width : 420px) {
	.mobile-hide{
		display:none;
	}
}
@media only screen and (min-device-width : 420px) {
	.mobile-hide{
		display:block;
	}
}