body {
    width: 100%;
    height: 100%;
    font-family: Arial,Lora,"Helvetica Neue",Helvetica,sans-serif;
    color: #fff;
    background-color: #00228C;
}

html {
    width: 100%;
    height: 100%;
}

input, textarea, input.form-control, textarea.form-control {
    border: 2px solid #DDDDDD;
    border-radius: 5px;
    box-shadow: none;
    color: #444444;
    font-size: 16px;
    outline: medium none;
    padding: 0 0 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*margin: 0 0 35px;*/
    text-transform: uppercase;
    font-family: Arial,Montserrat,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 14px;
    line-height: 1.5;
}

#about{
width:100%;
background-color: #EEEEEE;
color:#000;
text-align: left;
padding-bottom:100px;
}

#contact{
width:100%;
background-color: #EEEEEE;
color:#000;
text-align: left;
padding-bottom:100px;
}

#services{
width:100%;
background-color: #FFF;
color:#000;
text-align: left;
padding-bottom:100px;
padding-top:100px;
}

#subscribe{
width:100%;
background-color: #001D71;
color:#fff;
text-align: center;
padding-bottom:100px;
padding-top:50px;
}

.rounded{
	border-radius: 10px 10px 0 0;
}

.rounded-container{
	border-radius: 10px 10px 10px 10px;
}

.getstarted-title{
	background-color: #00228C;
	padding: 15px 5px;
	text-align: center;
	color: #FFF;
}

.get-started p{
	padding: 10px;
}
#getstarted{
width:100%;
background-color: #FFF;
color:#000;
text-align: left;
padding-bottom:100px;
}

.get-started{
	padding: 0px !important;
	background-color: #EEEEEE;
	/*border: 1px solid #00228C;*/
}

.nav-color a{
	color: #00238C !important;
	font-weight: bold;
	/*text-shadow:1px 1px 0 #506988;*/
		/*4px 4px 3px #000;*/
}

@media(min-width:767px) {
    p {
        /*margin: 0 0 35px;*/
        font-size: 16px;
        line-height: 1.6;
    }
	.nav-color a{
	color: #fff;
	font-weight: bold;
	/*text-shadow:1px 1px 0 #506988;*/
		/*4px 4px 3px #000;*/
}
}

.team-wrap .container {
    padding-bottom: 50px;
}
.team-member {
    display: block;
    margin: 0 auto 50px;
    max-width: 350px;
    padding: 0;
    width: 100%;
}
.team-member-image {
    float: none;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    width: 100%;
}
.team-member-image img {
    max-width: 100%;
    transition: all 0.5s ease-in-out 0s;
}
.team-member-image:hover img {
    transform: rotate(10deg) scale(1.2);
}
.team-member-links p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    padding: 7px;
}
.team-member-links {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.25) inset;
    min-height: 1px;
    top: 0;
    transition: all 0.25s ease 0s;
}
.team-member:hover .team-member-links {
    box-shadow: 0 0 0 175px rgba(50, 50, 50, 0.75) inset;
}
.team-member-links-list {
    opacity: 0;
    transition: opacity 0.25s ease 0s;
}
.team-member:hover .team-member-links-list {
    opacity: 1;
}
.team-member-links-item {
    color: #FFFFFF;
    font-size: 22px;
    height: 22px;
    line-height: 22px;
    margin: 5px 5px 20px;
    position: relative;
    width: 22px;
}
.team-member-meta {
    margin-left: 0;
    min-height: 1px;
    padding: 15px 0 0;
    text-align: center;
}
.team-member-name {
    margin-bottom: 6px;
}
.team-member-role {
    color: #999999;
    font-size: 13px;
    margin-bottom: 10px;
}
.team-member-description p {
    margin-bottom: 0;
    text-align: center;
}

.team .item .team-member-links a {
    transition: all 0.5s ease-in-out 0s;
}
.member-social a {
    border-radius: 2px;
    float: left;
    margin: 0 6px 6px 0;
    padding: 7px 0 6px;
    text-align: center;
    width: 36px;
}
.member-social a i {
    color: #FFFFFF;
    display: block !important;
    font-size: 20px;
    margin: 0 auto !important;
}
.skills-wrap .container {
    padding-bottom: 70px;
}

.big-title {
    text-align: center;
}

.big-title h2:before, .big-title h2:after {
    background: none repeat scroll 0 0 #566473;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 100%;
    transform: scale(0.85);
    transition: transform 0.3s ease 0s;
    width: 100%;
	float: none;
}
.big-title h2:after {
    opacity: 0;
    transition: top 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
}
.big-title h2:hover:before, .big-title h2:hover:after, .big-title h2:focus:before, .big-title h2:focus:after {
    transform: scale(1);
}
.big-title h2:hover:after, .big-title h2:focus:after {
    opacity: 1;
    top: 0;
}
.big-title.light h2:before, .big-title.light h2:after {
    background: none repeat scroll 0 0 #FFFFFF;
}

.big-title h2 {
    color: #566473;
    display: inline-block;
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
    margin: 0 auto 50px;
    padding: 12px 10px 10px;
    position: relative;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
}
a {
    color: #00228C;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #00228C;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #00228C;
}

.navbar-brand {
    font-weight: 700;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 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;
        /*background-color: #000;*/
		background-color: #00238C;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
	
	.navbar-custom a {
    color: #fff;
}
    
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro-body {
    display: table-cell;
    vertical-align: middle;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
	text-shadow:1px 1px 0 #fff,
		-1px -1px 0 #506988,
		1px -1px 0 #506988,
		-1px 1px 0 #506988,
		0px 1px 0 #506988,
		1px 0px 0 #506988,
		0px -1px 0 #506988,
		-1px 0px 0 #506988,
		4px 4px 3px #000;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 60px;
		text-shadow:1px 1px 0 #fff,
		-1px -1px 0 #506988,
		1px -1px 0 #506988,
		-1px 1px 0 #506988,
		0px 1px 0 #506988,
		1px 0px 0 #506988,
		0px -1px 0 #506988,
		-1px 0px 0 #506988,
		4px 4px 3px #000;
    }

    .intro-text {
        font-size: 25px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #00238C;
    border-radius: 35px;
    font-size: 40px;
    /*color: #fff;*/
	color: #00238C !important;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    /*margin-top: 100px;*/
}

footer {
    padding: 100px 0;
	background-color: #FFF;
	color: #00228C;
}


@media(min-width:767px) {
    .content-section {
        /*padding-top: 250px;*/
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        /*margin-top: 250px;*/
    }
}

.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #00228C;
    color: #00228C;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #00228C;
    outline: 0;
    color: #FFF;
    background-color: #00228C;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
    .nav-color a{color: #fff !important;}
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}