/* Global */
@import url(http://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700,800,900,1000);
* {
	font-family: Lato;
	color: #333;
}

p {
	margin-bottom: 20px;
	font-size: 18px;
}

h1,h2 {
	overflow: hidden;
	margin-bottom: 20px;
}

ul {
    line-height: 200%;
	font-size: 15px;
}

.mobile-break {
	display: none;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.img-responsive {
	width: 100%;
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in { 
    opacity:0;
    /* Number of times to repeat */
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    /* End frame key */
    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    /* Duration of animation */
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

/* Delay before animation starts */
.fade-in.one {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.read-more-state {
  display: none;
}

.read-more-target {
	position: absolute;
	opacity: 0;
	overflow-x: hidden;
	margin-bottom: 40px;
	visibility: hidden;
	top: 0;
}
.read-more-target .row {
	border: 1px solid black;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
 position: relative;
  opacity: 1;
	overflow: visible;
  visibility: visible;
  transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -moz-transition: 1s all ease;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'read more';
  color: #003399;
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'back to top';
	color: #003399;
}

.read-more-trigger {
  cursor: pointer;
  text-align: left;
  padding: 0 .5em;
  color: #ffffff;
  font-size: 14px;
  line-height: 2;
  border: none;
}
/* Header */

.navbar {
	padding: 15px 0;
	margin-bottom: 0;
}

.navbar-default {
	background-color: #fff;
	border: 0;
}

.navbar-brand {
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
}

.navbar-toggle {
	text-align: center;
}

.navbar-right {
	margin-top: 40px;
	text-align: center;
}

.navbar-default .navbar-nav > li > a {
	color: #666666;
	font-style: normal;
	font-weight: 600;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #003399;
}

.navbar-default .navbar-nav > li > a.active {
	color: #003399;
}

.navbar-collapse .dropdown-menu{
	padding: 0;
}
.navbar-collapse .dropdown-menu > li > a{
	padding: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.navbar-collapse .dropdown-menu > li > a:hover {
	background-color: #006699;
	color: #fff;
	transition: 0.5s all ease;
	-webkit-transition : 0.5s all ease;
	-moz-transition: 0.5s all ease;
}
/* Home */
.home-banner::before {
    content: "";
    display: block;
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    z-index: 5;
    left: 0;
    height: 132px;
    margin-top: 20px;
    width: calc(50% - 560px);
    top: calc(50% - 100px);
}    

.home-banner {
    position: relative;
    z-index: 5;
}
.home-banner h1 {
    position: absolute;
    z-index: 5;
    left: calc(50% - 560px);
    top: calc(50% - 100px);
    max-width: 870px;
    font-size: 30px;
    padding: 50px 35px 50px 0;
    background-color: rgba(255,255,255,0.7);
    color: #004d94;
}
.modal-title {
	color: #fff;
	text-align: center;
}
.modal-header {
	background-color: #003399;
}
.modal-footer {
	background-color: #003399;
}
.btn-modal {
	float: right;
	background-color: #003399;
	color: #fff;
}
.btn-modal:hover {
	background-color: #cc0000;
	color: #fff;
}
.home-row1 {
	background-color: rgba(238,238,238,1);
	padding: 2%;
}

.home-row1 p{
	font-size: 12pt;
	color: #333;
	margin-bottom: 0;
}

.home-row1 h1 {
	font-size: 25pt;
	color: #003399;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.home-row1 button.btn {
	border-radius: 0;
	background-color: #003399;
	color: #fff;
	margin-top: 0;
	padding: 20px;
}

.home-row1 button.btn:hover {
	border-radius: 0;
	background-color: #cc0000;
	color: #fff;
}

.home-row2 {
	background-image: url(../images/home/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.home-row2 h1 b{
    color: #004a97;
}
.home-row2 p b {
    color: #004a97;
}
.home-row2 a {
    text-decoration: none;
}
.home-row3 {
	background-color: rgba(238,238,238,1);
	padding: 40px;
	background-image: url(../images/home/group-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	position: relative;
}

.home-row3 .col-md-2 {
	text-align: center;
	width: 20%;
}

.home-row3 .group-title {
	position: absolute;
	top: 0;
}

/* About us */

.about-row {
	background-image: url(../images/home/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding: 40px;
}

.about-row .col-md-3, .about-row .col-md-5, .about-row .col-md-4 {
	padding: 5px;
}

.about-row .col-md-4 .about-me{
	padding-bottom: 10px;
}

.about-row .col-md-3 img{
	padding-top: 0px;
}

.about-row .col-md-5 .about-box-blue {
	height: 400px;
}

.about-row .col-md-4 .row {
	height: 200px;
	overflow: hidden;
}

.about-row img {
	margin: 0 auto;
	display: block;
}

.about-row .about-box-grey {
	background-color: #cccccc;
	padding: 25px;
}

.about-row .about-box-grey h1{
	color: #006699;
	font-size: 20pt;
	margin-top: 0;
	margin-bottom: 0;
	padding: 15px 0;
	line-height: 140%;
}

.about-row .about-box-grey h2{
	color: #333333;
	font-size: 15pt;
	margin-top: 0;
}

.about-row .about-box-grey p{
	color: #333333;
	font-weight: 400;
	font-size: 12pt;
	line-height: 200%;
}

.about-row .about-box-blue {
	background-color: #006699;
	padding: 25px;
}
.about-row .about-box-transparent {
	background-color: transparent;
	padding: 25px;
	padding-top: 0;
	line-height: 200%;
}

.about-row .about-box-blue h2{
	color: #ffffff;
	font-size: 15pt;
	margin-top: 0;
}

.about-row .col-md-5 .about-box-blue p{
	color: #fff;
	font-size: 12pt;
	font-weight: 400;
	
}

.about-row .about-box-blue p{
	color: #fff;
	font-weight: 400;
	font-size: 12pt;
	line-height: 200%;
}

.about-row .about-box-blue a{
	color: #fff;
	text-decoration: none;
	float: right;
}

/* Services 1 */
.service1-banner {
	padding: 120px 0;
    min-height: 301px;
	position: relative;
}
.service1-banner::before {
		content: "";
		display: block;
		background-color: rgba(255,255,255,0.7);
		position: absolute;
		right: 0;
        margin-top: 20px;
		height: calc(100% - 280px);
		width: calc(50% - 570px);
}
.service1-banner h1 {
		float: right;
		max-width: 600px; 
        padding: 50px 0 50px 35px;
		text-align: right;
        font-weight: bolder;
        background-color: rgba(255,255,255,0.7);
        color: #004d94;
        font-size: 30px;
	}

.services-row1 {
	background-image: url(../images/home/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding: 40px;
	padding-left: 0;
	padding-right: 0;
}

.services-row1 h1{
	color: #004a97;
	font-weight: bolder;
}
.services-row1 h2{
	color: #003399;
	font-size: 18pt;
}

.services-row1 p{
	font-weight: 400;
	line-height: 200%;
	text-align: left;
	letter-spacing: 1px;
}

.services-row2 {
    padding-top: 60px;
    padding-bottom: 60px;
	background-color: #006699;
}
.services-row2 h1 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
}

.services-row2 button {
    background-color: #fff;
    color: #006699;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 18px;
    transition: 0.6s all ease;
    -webkit-transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
}
.services-row2 button:hover {
    background-color: #999;
    color: #fff;
}

.services-row3 {
	background-color: rgba(245,245,245,1);
	padding-bottom: 40px;
	padding-top: 40px;
}

.services-row3 .tab-pane {
	padding: 40px;
}

.services-row3 .services-me {
	padding: 20px;
}

.services-row3 p {
	color: #666666;
	line-height: 200%;
	letter-spacing: 1px;
	text-align: left;
}

.services-row4 {
	background-image: url(../images/home/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding: 40px;
	padding-bottom: 0;
}

.services-row4 ul{
	padding-left: 15px;
}

.services-row4 ul {
	padding-left: 0;
	list-style: none;
}
.services-row4 ul li {
	padding-left: 1.6em;
    text-indent: -1.6em;
}

.services-row4 ul li:before {
    content: "•";
    color: #003399;
	padding-right: 15px;
}

.services-row4 ul li {
	line-height: normal;
	font-size: 12pt;
	font-weight: 400;
}

.services-row4 h1 {
	color: #003399;
	font-size: 12pt;
    margin-bottom: 2px;
    font-weight: bolder;
}

.services-row4 .col-md-4 img {
	position: absolute;
	left: -100px;
}

/* Services 2 */

.services2-row1 {
	background-image: url(../images/home/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;
}

.services2-row1 h1 {
	color: #003399;
	font-size: 18pt;
    font-weight: bolder;
}

.services2-row1 p{
	font-weight: 400;
	line-height: 200%;
	text-align: justify;   
	letter-spacing: 1px;
}

.services2-row2 {
	background-color: #cccccc;
}

.services2-row2 ul {
	color: #666666;
	text-align: center;
}

.services2-row2 .col-md-6 {
	padding: 0;
}
.services2-row2 .col-md-6:nth-child(1) {
	padding-right: 2px;
}

.services2-row2 .nav-tabs > li > a {
	margin-right: 0;
	border: 0;
}

.services2-row2 ul li {
	height: 86px;
	overflow: hidden;
}

.services2-row3 ul {
	padding-left: 0;
	list-style: none;
}
.services2-row3 ul li {
	padding-left: 1.6em;
    text-indent: -1.6em;
}

.services2-row3 ul li:before {
    content: "•";
    color: #003399;
	padding-right: 15px;
}

.services2-row2 ul li a{
	padding: 35px 30px 40px 30px;
}

.services2-row2 ul li a h1{
	font-size: 12pt;
	margin: 0;
	font-weight: 400;
}

.services2-row2 ul li a p{
	font-size: 10pt;
	font-weight: 400;
}

.services2-row2 .nav-tabs > li > a{
	color: #666666;
}

.services2-row2 .nav-tabs > li > a p i{
	color: #666666;
}

.services2-row2 .nav-tabs > li:hover > a{
	background-color: #003399;
	border-radius: 0;
	border: none;
	color: #fff;
}

.services2-row2 .nav-tabs > li:hover > a p i{
	color: #fff;
}

.services2-row2 .nav-tabs > li.active > a{
	background-color: #003399;
	border-radius: 0;
	color: #fff;
}

.services2-row2 .nav-tabs > li.active > a p i{
	color: #fff;
}

.services2-row3 {
	background-color: rgba(245,245,245,1);
	padding-bottom: 40px;
	padding-top: 40px;
}

.services2-row3 .col-md-6:nth-child(1) ul li{
	margin-bottom: 15px;
}
.services2-row3 .col-md-6:nth-child(2) ul {
		padding-left: 15px;
}

/* Services 3 */
.services3-row2 {
	background-color: #cccccc;
}

.services3-row2 h1 {
	color: #003399;
	font-size: 18pt;
	line-height: 35px;
}
.services3-row2 p {
	font-weight: 400;
    line-height: 200%;
    text-align: left;
    letter-spacing: 1px;
}
.services3-row2 .col-md-4 {
	padding-left: 40px;
	padding-right: 40px;
}

.services3-row3 {
	background-color: rgba(245,245,245,1);
}
.services3-row3 h1 {
	color: #003399;
	font-size: 18pt;
}
.services3-row3 ul {
	padding-left: 0;
	list-style: none;
}
.services3-row3 ul li {
	padding-left: 1.6em;
    text-indent: -1.6em;
}

.services3-row3 ul li:before {
    content: "•";
    color: #003399;
	padding-right: 15px;
}

.services3-row3 img {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* Services 4 */

.services4-row1 {
	background-image: url(../images/home/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding-top: 40px;
}
.services4-row1 h1{
	color: #004a97;
    font-size: 25px;
	font-weight: bolder;
}
/* Contact */

.contact-row1 {
	background-image: url(../images/home/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding: 40px;
}

.contact-row1 h1 {
	font-size: 14pt;
	color: #336699;
}

.contact-row1 ul li{
    position: relative;
	list-style-type: none;
	line-height: 200%;
	text-align: left;
}

.contact-row1 ul li.address:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -40px;
    width: 12px;
    height: 16px;
    background-image: url(../images/contact/address.png);
}

.contact-row1 ul li.phone:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -40px;
    width: 14px;
    height: 14px;
    background-image: url(../images/contact/phone.png);
}

.contact-row1 ul li.fax:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -40px;
    width: 17px;
    height: 17px;
    background-image: url(../images/contact/fax.png);
}

.contact-row1 ul li.mobile:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -40px;
    width: 14px;
    height: 24px;
    background-image: url(../images/contact/mobile.png);
}

.contact-row1 ul li.email:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -40px;
    width: 16px;
    height: 12px;
    background-image: url(../images/contact/email.png);
}

.contact-row1 ul li.web:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -40px;
    width: 18px;
    height: 18px;
    background-image: url(../images/contact/web.png);
}

.mobile-contact {
	display: none;
}

.contact-form input::-webkit-input-placeholder {
 color:#006699 !important;
}
.contact-form input:-moz-placeholder { /* older Firefox*/
 color: #006699 !important;
}
.contact-form input::-moz-placeholder { /* Firefox 19+ */ 
 color: #006699 !important; 
} 
.contact-form input:-ms-input-placeholder { 
 color: #006699 !important;
}

.contact-form textarea::-webkit-input-placeholder { /* WebKit browsers */
   color: #006699 !important;
}

.contact-form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #006699 !important;
}

.contact-form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #006699 !important;
}

.contact-form textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #006699 !important;
}

.contact-form .form-control {
	border: 1px solid #003399;
	border-radius: 0;
}

.contact-form button.contact-submit {
	background-color: transparent;
	border: none;
	padding: 0;
}

.contact-form .contact-submit {
	position: absolute;
	bottom: 0;
	right: 0;
}

.contact-form .contact-submit img.submit2{
	display: none;
}

.contact-form .contact-submit:hover img.submit2{
	display: block;
}

.contact-form .contact-submit:hover img.submit{
	display: none;
}

.contact-row2 {
	background-image: url(../images/home/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding: 40px;
}

/* Footer */

footer {
	background-color: #006699;
	padding: 20px;
}

footer p, footer p a {
	color: #cccccc;
	font-size: 8pt;
	margin: 0;
}

footer p a:hover {
	color: #fff;
	text-decoration: none;
}

footer .col-md-2 {
	margin-top: 0;
}

footer img.social2 {
	display: none;
}

footer a:hover img.social2{
	display: block;
}

footer a:hover img.social1{
	display: none;
}
/* Media */
@media only screen and (max-width: 1199px) {
    .row-eq-height {
        display: inline;
    }
    .service1-banner::before{
        background-color: transparent;
	}
    .service1-banner h1 {
        padding-right: 35px;
        text-align: center;
	}
}
@media only screen and (max-width: 1150px) {

    .home-banner h1 {
        left: 0;
        max-width: auto;
        font-size: 18px;
        padding-left: 35px;
        text-align: center;
    }
}

@media only screen and (max-width: 1000px) { 
    
    .services4-row1 {
        padding-left: 15px;
        padding-right: 15px;
    }
    
	.home-tab-content img.home-tab-content-img{
		width: 100%;
	}
	
	.pc-contact {
		display: none;
	}
	
	.mobile-contact {
		display: block;
	}
	
	.navbar-collapse ul.dropdown-menu {
		overflow: hidden;
	}
	.navbar-collapse .dropdown-menu{
		top: -80px;
		width: 100%;
		text-align: center;
	}
	
	.services2-row3 .col-md-6{
		text-align: left;
	}
	.services2-row3 .col-md-6:nth-child(2) ul{
		padding-left: 40px;
	}
	
	.services2-row1 h1 {
		text-align: center;
	}

	.services2-row1 p{
		text-align: left;
	}
	
	.services-row4 ul li {
		text-align: left;
		list-style: none;
	}
	
	.services-row4 .col-md-4 {
		height: auto;
	}
	
	.services-row4 .col-md-4 img {
		display: none;
	}
	
    .services-row1 h1 {
        text-align: left;
    }
	.services-row1 img {
		width: 100%;
	}
	.services-row2 h1 {
        text-align: center;
    }
    
	.about-row .about-box-blue a{
		color: #fff;
		text-decoration: none;
		float: none;
	}
	
	.about-row .col-md-3, .about-row .col-md-5, .about-row .col-md-4 {
		padding: 0;
	}
	
	.about-row .col-md-4 .about-me{
		padding-bottom: 0;
	}

	.about-row .col-md-3 {
		height: auto;
	}

	.about-row .col-md-5 .about-box-blue {
		height: auto;
	}

	.about-row .col-md-4 .row {
		height: auto;
	}
	
	footer{
		text-align: center;
	}
	
	footer a img.social2 {
		margin: 0 auto;
	}
	
	.home-row2 {
		height: auto;
	}
	
	.home-row3 .group-title {
		position: absolute;
		left: 50%;
		margin-left: -60px;
	}
	
	.home-row3 .col-md-2 {
		text-align: center;
		width: 100%;
	}
	
	.tab-content .home-tab{
		margin: 0;
		text-align: center;
	}
	
	.tab-content .home-tab .home-line{
		margin: 0 auto;
	}
	
	.tab-content .home-tab p{
		margin: 0;
	}
	
	.nav-home {
		text-align: center;
	}
		
	.nav-tabs > li > a .home-line{
		margin: 0 auto;
	}

	.nav-tabs > li.active .home-line-active{
		display: none;
	}
	
	.home-row2 .nav-tabs {
		border: none;
	}
	.home-row1 .col-md-6:nth-child(2){
		margin-top: 15px;
	}
	
	.col-md-4 h1{
		text-align: left;
	}
	
	.col-md-6 {
		text-align: center;
	}
	
	.mobile-break {
		display: block;
	}
	
	.pc-break {
		display: none;
	}
}


