@media (max-width: 768px) {
    .container {
        width: 100% !important;
    }
}
/* @media (min-width: 768px)
.container {
    width: 750px;
} */

body{
    font-family: "Open Sans", sans-serif !important;
    text-align: justify;
}
a{text-decoration: none !important;}
header{
	width:100%;
	height:482px;
	/* height:562px; */
	background:#294787;
}
header .bg{
	/* height:571px; */
    height: 100%;
    background: url(../images/bg-top.jpg);
    background-size: auto;
    background-position: bottom;
    /* width: 100%; */
}
header .logo{
	height:168px;
	background:transparent;
}
header .logo h1{
	height:168px;
	text-indent:-99999px;
	background:url(../images/logo.png) no-repeat center;
	background-color:transparent;
}
header nav{
	background: #f7f9fa;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjlmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZWJlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q4ZGZlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWYyZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f7f9fa 0%, #e5ebee 50%, #d8dfe3 51%, #eef2f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f9fa), color-stop(50%,#e5ebee), color-stop(51%,#d8dfe3), color-stop(100%,#eef2f4));
	background: -webkit-linear-gradient(top, #f7f9fa 0%,#e5ebee 50%,#d8dfe3 51%,#eef2f4 100%); 
	background: -o-linear-gradient(top, #f7f9fa 0%,#e5ebee 50%,#d8dfe3 51%,#eef2f4 100%);
	background: -ms-linear-gradient(top, #f7f9fa 0%,#e5ebee 50%,#d8dfe3 51%,#eef2f4 100%); 
	background: linear-gradient(to bottom, #f7f9fa 0%,#e5ebee 50%,#d8dfe3 51%,#eef2f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f9fa', endColorstr='#eef2f4',GradientType=0);
	height:40px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	margin-top:;
	/*margin: 40px 65px 0 !important;*/
}  
header nav ul{
	width:90%;
	margin:0 auto;
	margin-top: 12px;
	list-style:none;
} 
header nav ul li{
	list-style:none;
	margin-right: 56px;
	float:left;
}
header nav ul li:last-of-type{
	margin-right:0px;
}
header nav ul li > a{
    font-family: "Open Sans", sans-serif;
	text-decoration:none;
	color:#333;
    
}
section#about-me{
	width:100%;
	height: 330px;
	padding-bottom:28px;
	background:#EBEFF2;
}
section#about-me .container .grid_8{
	border-radius:40px;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	background:#fff;
	padding:20px;
	margin-left:180px;
	margin-top:30px;
}
section#about-me .container .grid_8 p{
    font-family: "Open Sans", sans-serif;
	font-weight:normal;
	font-size: 15px;
	line-height: 18px;
	color:#3F3F51;
	margin-bottom: 15px;
}
section#about-me .container .grid_8 p > strong{
	font-weight:bold;
}
section#content{
	width:100%;
	padding-bottom:28px;
	background:#fff;
}
section#content h1{
	margin-top:20px;
	margin-bottom: 5px;
	color:#294787;
    font-family: 'PT Sans', sans-serif;
	font-size:26px;
	font-weight:bold;
    text-transform: uppercase;
}
section#content h1 > span {
    float: none;
    font-size: 13px;
    top: 7px;
    position: relative;
    left: 10px;
    color: rgb(85, 107, 121);
}
section#content h2{
    margin-bottom: 20px;
    color:#556B79;
    font-family: "Open Sans", sans-serif;
    font-size:18px;
    font-weight:bold;
}
section#content p{
	font-family: "Open Sans", sans-serif;
	font-weight:normal;
	font-size: 14px;
	line-height: 18px;
	color:#333;
	margin-bottom: 15px;
}
section#content .profile{margin:0 auto;}
section#content .no-margin-left{margin-left:0px !important;}
section#content .container p > strong{
	font-weight:bold;
	color: #000
}
.no-margin-left{margin-left:0px !important;}
section#content ul{
    width: 100%;
    color: #333;
    list-style:none;
}
section#content ul li{
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 15px;
    font-size: 15px;
    list-style:none;
}
section#content ul li:before{
    content: "\f00c";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    color:#294787;
}
section#content ul li > span{
    list-style:none;
}
section#content ul li > span > strong{
    font-weight: bold;
    color:#294787;
}
section#content ul li > span > a {
    font-weight: bold;
    color:#294787;
    text-decoration: none;
    list-style:none;
}
a.mission{
	background:#294787; 
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
	 color: #fff; 
	 padding: 10px; 
	 font-size: 19px;
	margin-left: 20px;
	top: -10px;
	position: relative;
	text-decoration:none;
    font-family: 'PT Sans', sans-serif;
}
a.mission:hover{background:#000;}
#john-kennedy{
    overflow-x: hidden;
}
#john-kennedy h1{
    font-size: 34px;
    color: #0070C0;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 35px;
    text-align: left;
    padding-left:45px;
    font-family: 'PT Sans', sans-serif;
}
#john-kennedy p{
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
    text-align: justify;
    padding: 0px 45px 0px 45px;
    line-height: 18px;
    font-size: 14px;
}
.fancybox-content{
    overflow-x: hidden;
}
.fancybox-content h1{
    font-size: 30px;
    color: #0070C0;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
    padding-left:45px;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
}
.fancybox-content h2{
    font-size: 18px;
    color:#758F9F;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 35px;
    text-align: left;
    padding-left:45px;
}
.fancybox-content h3{
    font-size: 34px;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    padding-left:45px;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
}
.fancybox-content p{
    font-family: "Open Sans", sans-serif;
    text-align: justify;
    padding: 0px 45px 0px 45px;
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.fancybox-content a#link{
    font-weight: bold;
    color:#294787;
    text-decoration: none;
}
.fancybox-content p > strong{
    font-weight: bold;
}
.fancybox-content p > span{
}
.fancybox-content ul{
    width: 100%;
}
.fancybox-content ul li{
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 15px;
    padding: 0px 45px 0px 45px;
    line-height: 23px;
    color: #000;
}
.fancybox-content ul li:before{
    content: "\f00c";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    color:#294787;
}
.fancybox-content ul li > span{
}
.fancybox-content ul li > span > a{
    font-weight: bold;
    color:#294787;
    text-decoration: none;
}
.fancybox-content ul li > span > strong{
    font-weight: bold;
    color:#294787;
}
.dh-blair{
}
.dh-blair ul{
    width: 78% !important;
    text-align: right;
    float: right;
}
.dh-blair ul li {
    font-family: "Open Sans" !important;
    font-size: 14px !important;
    line-height: 29px;
}
section#content .dh-blair ul li:before {
    display:none;
}
section#content .dh-blair-2 ul li:before {
    display:none;
}
.dh-blair ul h1{
    color:#294787;
    font-family: "Open Sans" !important;
}
.dh-blair .img-job{width: 22%;float: left;}
.dh-blair .img-job img{
    max-width: 100%;
    width: 100%;
    float: left;
}

.dh-blair-2{
    margin-left: 25px !important;
    border-left: 3px solid #ddd;
}
.dh-blair-2 ul{
    width: 78% !important;
    text-align: right;
    float: left;
}
.dh-blair-2 ul li {
    font-family: "Open Sans" !important;
    font-size: 14px !important;
    line-height: 29px;
    margin-right: 10px !important;
}
.dh-blair-2 ul h1{
    font-family: "Open Sans" !important;
    margin-right: 10px !important;
}
.dh-blair-2 .img-job-2{width: 22%;float: right;}
.dh-blair-2 .img-job-2 img{
    max-width: 100%;
    width: 100%;
    float: right;
}

.selectiveTransactions{width: 100%; height: auto;clear: both;}
.selectiveTransactions ul{
    width: 100% !important;
    text-align: right;
    float: right;
    padding-left: 6px;
}
.selectiveTransactions ul li {
    font-family: "Open Sans",sans-serif  !important;
    font-size: 14px !important;
    line-height: 29px;
    text-align: justify;
}

.selectiveTransactions ul li h2{
    font-family: "PT Sans",sans-serif;
    font-size: 20px !important;
    margin-top: 20px;
    margin-bottom:5px !important;
}
.selectiveTransactions ul h1{
    color:#294787;
    font-family: "Open Sans" !important;
    text-align: left;
}
.selectiveTransactions .img-selective{float: left;     margin-bottom: 40px;
}
.selectiveTransactions .img-selective img{
    max-width: 100%;
    width: 100%;
    float: left;
}
.selectiveTransactions ul li:before {
    content: "" !important;
    display: none !important;
}
section#customers{
	width:100%;
	height: 140px;
	padding-top: 35px;
	background:#294787;
    
}
section#customers .btn-transactions{
    position: absolute;
    margin-top: -55px;
    margin-left: 388px;
}
section#customers #carrossel{
   width:1108px;
   height:120px;
   overflow:hidden;
   margin:0 auto;
}
section#customers #carrossel ul{
   list-style:none;
   float:left
}
section#customers #carrossel ul li{
   float:left;
   display:inline;
   margin-left:25px;
}
section#customers .prev{
	float: left;
	margin-left:0px;
	margin-top: 15px;
}
section#customers .next{	
	float: right;
	margin-left:0px;
	margin-top: 15px;
}

#contact-me{
    margin-top:25px;
}
#contact-me input{
    width: 98%;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #CCC;
    color: #333;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
#contact-me input.fifty-percent{
    width: 415px;
    margin-right: 5px;
}
#contact-me textarea{
    width: 858px;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #CCC;
    color: #333;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    font-family: "Open Sans",sans-serif !important;
}
#contact-me input.send{
    border: 0px;
    background: #0059B2;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #fff;
    width: 100px;
    float: right;
    margin-right: 0px;
    cursor: pointer;
    margin-top: 5px;
    padding: 9px;
}
#contact-me input.reset{
    border: 0px;
    background: #0059B2;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #fff;
    width: 100px;
    float: right;
    margin-right: 0px;
    cursor: pointer;
    margin-top: 5px;
    clear: both;
    padding: 9px;
}
.address{
    line-height:25px;
}
.address > i {
    position: relative;
    top: 5px;
    margin-right: 5px;
    color: #294787;
}
#services{
    margin-left: 36px;
}
#services a {
    text-decoration: none;
    font-weight: bold;
    color:#000;
}
.desc-service{
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}
.desc-service span{
    font-size: 12px;
    position: relative;
    top: 5px;
}
.desc-service a {
    text-decoration: none;
    font-weight: bold;
    color:#000;
}
.job #services .desc-service span{
    font-size: 12px;
    position: relative;
    top: 5px;
}
footer{
	width:100%; 
	height:40px; 
	background:#D9E0E4;
}
footer .copyright{
	float:left;
}
footer .copyright p{
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	margin-top: 16px;
}
footer .peach{
	float:right;
	text-align:right;
	margin-top:5px;
}