@import url("animate.css");
@import url("font-awesome.min.css");
@import url("css-family=Open+Sans-400,300,600.css");
/*========================================================
                      Main Styles
=========================================================*/
body {
	background: #48BDC5;
	color: #333333;
	-webkit-text-size-adjust: none;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
}

h2, h3, h4, h5, h6, .marked-list, .terms dt {
	color: #424251;
	text-transform: none;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .marked-list a:hover, .terms dt a:hover {
  color: #00529B;
}

h1 {
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	text-transform: uppercase;
}

h2 {
	font-weight: 300;
  font-size: 20px;
  line-height: 25px;
}
@media (max-width: 767px) {
  h2 {
	font-weight: 400;
	font-size: 40px;
	line-height: 40px;
	font-size: 32px;
  }
}

h3 {
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
}
@media (min-width: 768px) and (max-width: 979px) {
  h3 {
    font-size: 34px;
  }
}

h4 {
	font-weight: 300;
	font-size: 25px;
	line-height: 30px;
}

h5, .terms dt {
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
}
h5[class*='fa-'], .terms dt[class*='fa-'] {
  position: relative;
  padding-left: 48px;
}
h5[class*='fa-']:before, .terms dt[class*='fa-']:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  color: #00529B;
}

h6, .box_info {
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
}

h3 + h5 {
  font-weight: 400;
}

p, .addr, .terms dd {
  font-family: 'Arial', sans-serif;
   font-size: 15px;
}
p a:hover, .addr a:hover, .terms dd a:hover {
  text-decoration: underline;
  
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:active {
  background: transparent;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 100;
}

time {
  position: relative;
  padding: 15px 5px 14px;
  width: 60px;
  color: #d3e9a3;
  background: #48BDC5;
  text-align: center;
  text-transform: uppercase;
}
time:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #48BDC5;
}
time span {
  display: block;
  font-weight: 300;
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
}
@media (min-width: 768px) and (max-width: 1199px), (max-width: 479px) {
  time {
    width: auto;
  }
  time:after {
    top: 100%;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 7px 0 7px;
    border-color: #48BDC5 transparent transparent transparent;
  }
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

/*=============    Support Classes    =================*/
.center {
  text-align: center;
}

.mg-add {
  margin-top: 6px;
}

.oh {
  overflow: hidden;
}

.primary {
	color: #0059AA;
}

.bg-gradient {
  position: relative;
  background: #b0b0b1;
  background: -moz-linear-gradient(top, #b0b0b1 0%, #f4f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b0b0b1), color-stop(100%, #f4f5f5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b0b0b1 0%, #f4f5f5 100%);
  background: -o-linear-gradient(top, #b0b0b1 0%, #f4f5f5 100%);
  background: -ms-linear-gradient(top, #b0b0b1 0%, #f4f5f5 100%);
  background: linear-gradient(to bottom, #b0b0b1 0%, #f4f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0b0b1', endColorstr='#f4f5f5', GradientType=0);
}
.bg-gradient .service {
  margin-top: -117px;
}
@media (max-width: 767px) {
  .bg-gradient .service {
    margin-top: 0;
  }
}

.bg-light {
  background: #f2f2f2;
}

.bg-dark {
  background: #f4f5f5 url("well-bg.png") repeat-x top left;
}
.bg-dark .primary, .bg-dark .box_info {
  color: #0059AA;
}

.lh-sm {
  line-height: 23px;
}

/*====================================================
                      Main Layout
======================================================*/
.page {
  overflow: hidden;
  min-height: 500px;
  font-size:15px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

h3 + h5,
h2 + h4 {
  margin-top: 2px;
}

h3 + .row,
h4 + .row {
  margin-top: 43px;
}

h5 + p {
  margin-top: 13px;
}

h5 + .box {
  margin-top: 20px;
}

h5 + .contact-form,
h5 + .map {
  margin-top: 26px;
}

h5 + .marked-list,
.box_info + .img-container {
  margin-top: 19px;
}

h5 + .row {
  margin-top: 20px;
}

h5 + .terms {
  margin-top: 20px;
}

h5 + .lazy-img {
  margin-top: 26px;
}

h5 + .search-form {
  margin-top: 26px;
}

h6 + p {
  margin-top: 12px;
}

p + h5 {
  margin-top: 9px;
}

p + p {
  margin-top: 25px;
}

.box + .box {
  margin-top: 64px;
}

.grid_4 .box + .box {
  margin-top: 30px;
}

.lazy-img + h5,
.img-container + p,
.lazy-img + p {
  margin-top: 30px;
}

.row + .row {
  margin-top: 34px;
}

.search-form + h3 {
  margin-top: 73px;
}

p + .btn {
  margin-top: 40px;
}

.marked-list + h3 {
  margin-top: 67px;
}

.map + h6 {
  margin-top: 32px;
}

h6 + .row {
  margin-top: 12px;
}

.ins1 {
  margin: 12px 0 13px 15px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ins1 {
    margin: 0;
  }
}

/*========================================================
                     Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.sf-menu > li {
  position: relative;
  display: table-cell;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
.sf-menu {
	font-weight: 200;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	text-transform: none;
}
.sf-menu a {
  display: block;
}

.sf-menu > li {
  border-right: 1px solid #1e2026;
}
.sf-menu > li > a {
  padding: 39px 10px 40px;
  color: #fff;
  background: #48BDC5;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  background: #262B2F;
}
.sf-menu > li.active > a {
  background: #00529B;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 340px;
  left: 50%;
  margin-left: -117px;
  margin-top: 0;
  padding: 10px 0;
  background: #48BDC5;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  color: #fff;
  padding: 0 20px 0 10px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #fff;
  background: #00529B;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
  margin-left: 15px;
  margin-top: 0;
  background: #00529B;
  z-index: 4;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(153, 197, 45, 0.25);
  -moz-box-shadow: 2px 2px 2px 0 rgba(153, 197, 45, 0.25);
  box-shadow: 2px 2px 2px 0 rgba(153, 197, 45, 0.25);
}
.sf-menu ul ul:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 5px 4.5px 0;
  border-color: transparent #00529B transparent transparent;
}

.sf-menu ul ul > li > a {
  color: #fff;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #fff;
  background: #48BDC5;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}

.sub-menu > li > .sf-with-ul {
  position: relative;
}
.sub-menu > li > .sf-with-ul:before {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  content: '\f054';
  font: 400 14px/14px 'FontAwesome';
}

.sfHover .sfHover .sf-with-ul:before, .sub-menu > li > .sf-with-ul:hover:before {
  content: '\f078';
}

/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 30px auto;
  width: 420px;
  background: white url("data:image/png;base64,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") no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px "Roboto", sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}

/*==================  Stuck menu  ======================*/
.stuck_container {
  background: #48BDC5;
}

.isStuck {
  z-index: 999;
  border-bottom: 1px solid #1a1c21;
}
.isStuck .sf-menu > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================   Lazy Img    ======================*/
.lazy-img {
	display: block;
	position: relative;
	height: 0;
	overflow: hidden;
	background: #48BDC5 url("lazy-loader.gif") no-repeat center center;
}
.lazy-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0;
}
.lt-ie9 .lazy-img img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lazy-img .lazy-loaded {
  opacity: 1;
}
.lt-ie9 .lazy-img .lazy-loaded {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #48BDC5;
  color: #00529B;
}
.lt-ie9 .thumb_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.thumb_overlay:before {
  content: "\f065";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover {
  background-image: none;
}
.thumb:hover .thumb_overlay {
  opacity: 0.8;
}
.lt-ie9 .thumb:hover .thumb_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.8)";
  filter: alpha(opacity=80);
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*==================     ToTop     ======================*/
.toTop {
  width: 70px;
  height: 70px;
  font-size: 24px;
  line-height: 70px;
  color: #fff;
  background:url("totop.png") center top no-repeat;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
   background:url("totop.png") center top no-repeat;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================     Subscribe Form     ======================*/
.subscribe-form {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  display: block;
}
.subscribe-form label {
  display: inline-block;
  position: relative;
  padding: 17px 20px 17px;
  background: white;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.subscribe-form .email {
  width: 429px;
}
.subscribe-form input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: #dcddde;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  height: 16px;
  text-align: left;
  text-transform: uppercase;
}
.subscribe-form label + .btn {
  margin-left: 13px;
}

.error {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 10px;
  line-height: 20px;
  color: #f00;
  overflow: hidden;
  height: 0px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

label.invalid .error {
  height: 21px;
}

.success {
  display: none;
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 10px;
  line-height: 20px;
  color: #0f0;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .subscribe-form .email {
    width: 320px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .subscribe-form .email {
    width: 225px;
  }
}
@media (max-width: 767px) {
  .subscribe-form {
    text-align: center;
  }
  .subscribe-form .email {
    width: 100%;
  }
  .subscribe-form label + .btn {
    margin-left: 0;
    margin-top: 15px;
  }
}
/*==================     Search Form     ======================*/
.search-form {
  position: relative;
}
.search-form .input {
  display: block;
  padding: 12px 40px 12px 15px;
  background: white;
  border: 1px solid #e4e4e4;
}
.search-form input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: #abaeb1;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  height: 16px;
  text-transform: uppercase;
}
.search-form button, .search-form button:focus, .search-form button:active {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  top: 10px;
  right: 11px;
  width: 25px;
  height: 16px;
  color: #00529B;
  font: 400 18px/20px 'FontAwesome', sans-serif;
}
.search-form button::-moz-focus-inner, .search-form button:focus::-moz-focus-inner, .search-form button:active::-moz-focus-inner {
  border: none;
  padding: 0;
}
.search-form button:before, .search-form button:focus:before, .search-form button:active:before {
  content: "\f002";
}
.search-form button:hover, .search-form button:focus:hover, .search-form button:active:hover {
  color: #48BDC5;
}

@media (max-width: 479px) {
  .search-form {
    width: 270px;
  }
}
/*========================================================
                    HEADER Section
=========================================================*/
.header {
  background: #202328;
}
.header, .header h1, .header h2, .header h3, .header h4, .header h5, .header h6 {
	color: #003366;
}
.header .brand {
  float: left;
}
.header .header_phone {
  margin-top: 16px;
  float: right;
}
@media (max-width: 767px) {
  .header {
    text-align: center;
  }
  .header .brand, .header .header_phone {
    float: none;
  }
  .header .brand + .header_phone {
    margin-top: 30px;
  }
}

.header_panel {
  padding: 80px 0 79px;
  background: url("header-bg.png") repeat-x top left;
  background-color: #FFF;
}
.header_panel:before, .header_panel:after {
  display: table;
  content: "";
  line-height: 0;
}
.header_panel:after {
  clear: both;
}

/*==================     Phone     ======================*/
.header_phone {
	position: relative;
	display: inline-block;
	padding-left: 34px;
	font-size: 18px;
	line-height: 29px;
	font-weight: 400;
}
.header_phone span {
  display: block;
}
.header_phone:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 28px;
  line-height: 48px;
  color: #00529B;
}

/*==================     Brand     ======================*/
.brand {
	display: inline-block;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 6px;
}
.brand .brand_name {
  text-align: left;
  overflow: hidden;
}
.brand .brand_name span {
  display: block;
}

/*========================================================
                    CONTENT Section 
=========================================================*/
.content {
  background: white;
}

.video {
	width: 156%;
	height: 328px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*==================      Well     ======================*/
.well {
  padding-bottom: 82px;
}
@media (max-width: 767px) {
  .well {
    padding-top: 70px;
  }
}

.well2 {
  padding-top: 75px;
  padding-bottom: 82px;
}

.well3 {
  padding-top: 71px;
  padding-bottom: 78px;
}

.well4 {
  padding-top: 37px;
  padding-bottom: 36px;
}

/*==================     Icons     ======================*/
.fa-comments, .fa-group, .fa-road {
  font-size: 30px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #00529B;
  color: #ffffff;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  margin-right: 30px;
  float: left;
}
.box_aside .lazy-img {
  width: 170px;
}
.box_cnt .img-container {
  max-width: 570px;
  width: 100%;
}
.box_cnt__no-flow {
  overflow: hidden;
}
.box_info {
  max-width: 570px;
  font-weight: 300;
  width: 100%;
  text-transform: uppercase;
}
.box_info a[data-type='comments'] {
  float: right;
}
.box_info a:hover {
  text-decoration: underline;
}
.box__off1 {
  margin-right: 20px;
}
.box__sz1 .lazy-img {
  width: 100px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .grid_3 .box_aside, .grid_4 .box_aside {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .grid_3 .box_aside .lazy-img, .grid_4 .box_aside .lazy-img {
    width: 100%;
  }
  .box__sz1 {
    float: none;
    width: 100px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .box_info a[data-type='comments'] {
    float: none;
  }
  .box_info a[data-type='comments']:before {
    content: '';
    display: block;
  }
}
@media (max-width: 479px) {
  .box_aside {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .box_aside .lazy-img {
    width: 100%;
  }
  .box__sz1 {
    float: none;
    width: 100px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

/*==================   Box Verta   ======================*/
.box-verta {
  display: table;
}
.box-verta, .box-verta_wrap, .box-verta_cnt {
  width: 100%;
  height: 100%;
}
.box-verta_wrap {
  display: table-row;
}
.box-verta_cnt {
  display: table-cell;
  vertical-align: middle;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  padding: 15px 18px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  background: #00529B;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn[class*='fa-'] {
  position: relative;
  padding-right: 68px;
}
.btn[class*='fa-']:before, .btn[class*='fa-']:after {
  position: absolute;
  right: 0;
  width: 50px;
  line-height: 24px;
  text-align: center;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn[class*='fa-']:after {
  content: '';
  top: 0;
  height: 100%;
  background: #48BDC5;
  z-index: 0;
}
.btn[class*='fa-']:before {
  font-size: 21px;
  z-index: 1;
}
.btn:hover {
  background: #48BDC5;
}
.btn:hover:after {
  background: #202328;
}

/*==================  Marked List  ======================*/
.marked-list {
  font-weight: 300;
  font-size: 15px;
}
.marked-list li {
  position: relative;
  padding-left: 30px;
  padding-right: 55px;
}
.marked-list li:before {
  content: '\f054';
  color: #00529B;
  position: absolute;
  left: 0;
  top: 0;
  font: 400 12px/25px "FontAwesome";
}
.marked-list li + li {
  margin-top: 11px;
}
.marked-list li > span {
  position: absolute;
  top: 0;
  right: 0;
}

/*==================   Service    ======================*/
.service header {
  padding: 28px 30px 29px;
  text-align: center;
  background: #00529B;
}
.service header, .service header h1, .service header h2, .service header h3, .service header h4, .service header h5, .service header h6 {
	color: #FFFFFF;
}
.service header h4 {
	font-weight: 400;
}
.service .marked-list {
  background: #fafafa;
  font-weight: 400;
  color: #5c6475;
}
.service .marked-list li {
  padding: 18px 93px 18px 60px;
  background: #f4f5f5;
}
.service .marked-list li:before {
  top: 18px;
  left: 30px;
}
.service .marked-list li span {
  top: 18px;
  right: 38px;
  color: #00529B;
}
.service .marked-list li + li {
  margin-top: 0;
}
.service .marked-list .marked-list_n2 {
  background: #fafafa;
}
@media (max-width: 479px) {
  .service header h4 {
    font-size: 20px;
    line-height: 25px;
  }
  .service .marked-list li {
    padding-left: 30px;
    padding-right: 65px;
  }
  .service .marked-list li:before {
    left: 14px;
  }
  .service .marked-list li span {
    right: 12px;
  }
}

/*==================    Quote     ======================*/
blockquote {
  position: relative;
  padding-left: 60px;
}
blockquote:before {
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 6px;
  color: #48BDC5;
}

/*==================   Address    ======================*/
.addr dl dt, .addr dl dd {
  display: inline-block;
}
.addr dl dt {
  min-width: 105px;
}
.addr p + dl {
  margin-top: 24px;
}

/*==================    Map    ======================*/
.map {
  height: 333px;
}
.map img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map {
    height: 200px;
  }
}

/*==================     Terms     ======================*/
.terms dt + dd {
  margin-top: 12px;
}
.terms dd + dt {
  margin-top: 17px;
}

/*========================================================
                     FOOTER Section
=========================================================*/
.footer {
	padding: 70px 0 91px;
	font-size: 15px;
	line-height: 20px;
	font-family: "Open Sans", sans-serif;
	color: #00529B;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .copyright + .social-list {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
}

.copyright a:first-child {
  text-transform: uppercase;
  font-weight: 600;
  color: #00529B;
}
.copyright a:hover {
  text-decoration: underline;
}

.footer_address, .footer_phone {
	position: relative;
	display: inline-block;
	padding-left: 50px;
	text-transform: none;
}
.footer_address:before, .footer_phone:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #00529B;
}

.footer_address:before {
  font-size: 39px;
  line-height: 40px;
}

.footer_phone:before {
  font-size: 33px;
  line-height: 34px;
}

.social-list li {
  display: inline-block;
}
.social-list li + li {
  margin-left: 6px;
}
.social-list .fa {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background: #22272b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.social-list .fa:hover {
  text-decoration: none;
  background: #00529B;
}
.formulario label{
	display: inline-block;
	vertical-align: top;
	width: 15%;
	
	
}

.formulario input, .formulario textarea{
	height: 2em;
	background: #FFFFFF;
	
	border: 1px solid #DDDDDD;
	font-size: .9em;
	padding: .4em .6em;
	width: 90%;
	float:left;
	
}

.formulario textarea{
	height: 15em;
	resize:none;
	font-size: 1.1em;
	margin-bottom:15px;
}

.formulario .acciones{
	text-align: left;
	
	
}

.formulario input[type="submit"]{
	background: #00529B;
	box-shadow: 0 0 1px rgba(0,0,0,0.4);
	color:#48BDC5;
	font-size: 1.1em;
	padding: .4em 2em;
	text-align: center;
	width: auto;
height: 40px;

}
