.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #34b9b8;
}
h1.type {
  color: black;
  font-family: 'Sanchez', serif;
  font-size: 24px;
  font-style: italic;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 3px;
  text-transform: uppercase;
}
h1.type span {
  display: block;
  font-size: 36px;
  font-style: normal;
  padding-bottom: 5px;
}
h1.white {
  color: white;
}
h2,
h3 {
  color: black;
  font-size: 36px;
  font-style: italic;
  font-weight: normal;
  line-height: 40px;
  margin-bottom: 34px;
  text-transform: uppercase;
}
h4 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
}
.white {
  color: white;
}
.page-contact .page_header,
.page-gallery .page_header,
.page-category .page_header,
.moduletable header,
aside .moduletable header,
.page-item .page-header,
.page-archive .page_header,
.page-blog .page_header {
  text-align: center;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 11px;
}
span.name {
  display: block;
  font-size: 12px;
  line-height: 24px;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 30px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 14px;
  line-height: 30px;
  background: #ffffff;
  color: #555555;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  text-decoration: none;
  background: #e6e6e6;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.disabled {
  cursor: default !important;
}
.btn-primary,
.btn-small {
  background: #000000;
  color: #ffffff;
  text-shadow: none;
  border: none;
}
.btn-primary:hover,
.btn-small:hover,
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  background: #025A96;
  color: #000000;
  text-shadow: none;
  outline: none;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #000000;
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info {
  background: #000000;
  color: #ffffff;
  text-shadow: none;
  border: none;
  padding: 8px 22px;
  text-transform: uppercase;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #025A96;
  color: #000000;
  text-shadow: none;
  outline: none;
}
#searchForm .btn.btn-primary {
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 50px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
  margin-right: 8px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  background: #ffffff;
  color: #000000;
  text-shadow: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #999999;
  box-shadow: none;
  padding: 0px 12px;
  text-transform: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  background: #ffffff;
  color: #000000;
  text-shadow: none;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
  text-shadow: none;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 30px;
  position: relative;
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.item_img a:after {
  content: '\f14d';
  font-family: FontAwesome;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.item_img a.touchGalleryLink:after {
  display: none;
}
.item_img a:hover:after {
  font-size: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #34b9b8;
}
.item_img a .BWfade {
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
}
.item_img a img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 22px 10px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 10px 22px;
  max-width: 50%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#system-message > div {
  margin: 20px 0;
}
/*======================= TOP =======================*/
.headerInner {
  background: url(../images/template/headerBg.jpg) repeat;
  border-top: 7px solid #025A96;
  border-bottom: 1px solid #858586;
  padding-top: 10px;
}
/*======================= HEADER =======================*/
#logo {
  margin-bottom: -44px;
  position: relative;
  text-align: center;
  z-index: 99;
}
#logo h1 {
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 0;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  background: #ffffff;
  padding-top: 53px;
  padding-bottom: 63px;
  width: 100%;
}
#navigation-row.scroll-to-fixed-fixed {
  padding-bottom: 0px;
  padding-top: 20px;
}
#navigation-row .container {
  background: #242021;
  color: #ffffff;
  text-shadow: none;
}
.navigation ul.sf-menu {
  float: right;
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 39px;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  background: none;
  color: #025A96;
}
.navigation ul.sf-menu > li.firstItem {
  margin-left: 10px;
}
.navigation ul.sf-menu > li.lastItem {
  margin-right: 35px;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 14px;
  line-height: 46px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background: none;
  display: block;
  padding: 0px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
    color: #025A96;
}
.navigation ul.sf-menu > li > ul {
  top: 48px;
  /*Define 1st SubMenu position*/
}
.navigation ul.sf-menu ul {
  width: 155px;
  /*Define menu width*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  top: -12px;
  left: 157px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: -12px;
  left: 157px;
}
.navigation ul.sf-menu ul {
  background: #242021;
  padding: 12px 0;
}
.navigation ul.sf-menu ul li.open > .sub-menu {
  display: block !important;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 14px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background: none;
  display: block;
  padding: 0px 10px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: none;
  color: #025A96;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  background: none;
  color: #025A96;
}
.navigation ul.sf-menu.sf-vertical {
  width: 155px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 155px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  /*Define 1st SubMenu position*/
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 157px;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 46px;
  padding-bottom: 46px;
  margin-bottom: 2px;
}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  /*Define 1st SubMenu position*/
  top: 48px;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 155px;
  top: 46px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.search-block .mod-search__search-block {
  display: block;
  padding: 8px 6px 7px;
}
.search-block .mod-search__search-block form {
  color: #727272;
  background: #0c0c0c;
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 246px;
}
.search-block .mod-search__search-block form #searchword {
  font-size: 12px;
  font-style: italic;
  margin: 0;
  background: none;
  border: none;
  height: 30px;
  padding: 0 40px 0 16px;
  width: 100%;
  line-height: 26px;
}
.search-block .mod-search__search-block form input[type="image"] {
  position: absolute;
  top: 0px;
  right: 8px;
  margin: 0;
  padding: 8px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.search-block .mod-search__search-block form input[type="image"]:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
.mod-article-single .item__module {
  margin-bottom: 30px;
  overflow: hidden;
}
.mod-newsflash-adv .pretext {
  padding-bottom: 30px;
}
.mod-newsflash-adv.posts .item_published {
  font-size: 12px;
  font-weight: bold;
  color: black;
}
.mod-newsflash-adv.posts .item_published .fa {
  font-size: 15px;
  color: #34b9b8;
  margin-right: 6px;
}
.mod-newsflash-adv.posts .item_title {
  font-size: 14px;
}
.mod-newsflash-adv.news {
  padding-bottom: 30px;
}
.mod-newsflash-adv.news .row-fluid .item {
  padding-top: 5px;
  margin: 0;
}
.mod-newsflash-adv.news .row-fluid .item .item_published {
    display: block;
    color: #025A96;
    line-height: 20px;
    padding-bottom: 2px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.mod-newsflash-adv.news .row-fluid .item .item_title {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
.mod-newsflash-adv.news .row-fluid + .row-fluid .item {
  padding-top: 14px;
}
.mod-newsflash-adv.news .row-fluid + .row-fluid .item .item_content {
  background: url(../images/template/newsBorder.png) 0 0 repeat-x;
  padding-top: 14px;
}
.mod-newsflash-adv.testimonials {
  padding-bottom: 30px;
}
.mod-newsflash-adv.testimonials .row-fluid .item {
  padding-top: 5px;
  margin: 0;
}
.mod-newsflash-adv.testimonials .row-fluid .item .item_published {
  display: block;
  color: #025A96;
  line-height: 20px;
  padding-bottom: 2px;
}
.mod-newsflash-adv.testimonials .row-fluid .item .item_title {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
.mod-newsflash-adv.testimonials .row-fluid .item blockquote small {
    color: #025A96;
}
.mod-newsflash-adv.testimonials .row-fluid + .row-fluid .item {
  padding-top: 14px;
}
.mod-newsflash-adv.testimonials .row-fluid + .row-fluid .item .item_content {
  background: url(../images/template/newsBorder.png) 0 0 repeat-x;
  padding-top: 14px;
}
.mod-newsflash-adv.projects .item {
  margin-bottom: 49px;
}
.mod-newsflash-adv.projects .item .item_content {
  border: 1px solid #f7f7f7;
  border-bottom-color: #e8e8e8;
  -webkit-box-shadow: 0 1px 0px #f7f7f7;
  -moz-box-shadow: 0 1px 0px #f7f7f7;
  box-shadow: 0 1px 0px #f7f7f7;
  padding-bottom: 13px;
}
.mod-newsflash-adv.projects .item .item_content .item_img {
  margin-bottom: 7px;
}
.mod-newsflash-adv.projects .item .item_content .item_title {
  margin-bottom: 0px;
}
.mod-newsflash-adv .item_content {
  overflow: hidden;
}
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
#maintop-row {
  padding-bottom: 30px;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#component {
  min-height: 0;
}
#content-row {
  padding-bottom: 30px;
}
.item {
  margin-bottom: 30px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 15px;
}
.item_info_dl dd {
  font-size: 12px;
  font-weight: 800;
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd + dd:before {
  content: "|";
  padding: 0 6px;
  font-weight: normal;
}
.item_info_dl dd a {
  color: #242021;
}
.item_info_dl dd a:hover {
  color: #34b9b8;
}
.item_info_dl dd .fa {
  color: #34b9b8;
  margin-right: 5px;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
  position: relative;
  z-index: 10;
}
.item_icons.btn-group.pull-right ul.dropdown-menu {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  list-style: none outside none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
.item_icons.btn-group.pull-right ul.dropdown-menu li {
  padding: 0;
  float: none;
}
/*===== Home Page ======*/
ul.slogan {
  font-family: 'Sanchez', serif;
  font-size: 24px;
  line-height: 30px;
  max-width: 870px;
  margin: 0 auto 22px !important;
  display: table;
  color: black;
  text-align: center;
}
.page-category__center {
  text-align: center;
}
.page-category__center .item_img {
  margin-bottom: 19px;
}
.page-category__center .item_title {
  font-size: 24px;
  color: black;
  margin-bottom: 15px;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0;
  text-align: justify;
  font-size: 0.1px;
  display: block;
  line-height: 0;
}
ul.gallery:after {
  content: '';
  display: inline-block;
  width: 100%;
}
ul.gallery .gallery-item {
  list-style: none;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
}
ul.gallery .gallery-item .view .content * {
  color: inherit;
}
ul.gallery .gap {
  list-style: none;
}
ul.gallery .gallery-grid .item_img {
  margin-right: 0;
  float: none;
  max-width: 100%;
}
ul.gallery .gallery-grid .item_img img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
ul.gallery .gallery-grid.straightDown {
  float: none;
}
ul.gallery .gallery-grid.straightDown .item_img {
  float: left;
  margin: 0 30px 30px 0 !important;
}
ul.gallery .gallery-grid .view a.hover_more {
  background: none !important;
  line-height: inherit;
  border: none;
  color: inherit;
}
ul.gallery .gallery-grid .view a.hover_more span {
  display: none;
}
ul.gallery .gallery-grid .view a.hover_more:hover {
  color: #999;
}
ul.gallery .gallery-grid .view a {
  color: inherit;
}
ul.gallery .gallery-grid .view a:hover {
  color: #999;
}
ul.gallery .gap {
  display: inline-block;
}
ul.gallery .gallery-list {
  margin: 0 0 15px;
}
ul.gallery .gallery-list .view a.hover_more i {
  display: none;
}
ul.gallery .gallery-list .galleryZoom {
  display: none;
}
ul.gallery .item_more a {
  vertical-align: top;
}
ul.gallery.cols-3 .gap,
ul.gallery.cols-3 .gallery-grid {
  width: 32%;
}
ul.gallery.cols-1 .gap,
ul.gallery.cols-1 .gallery-grid {
  width: 100%;
}
ul.gallery.cols-2 .gap,
ul.gallery.cols-2 .gallery-grid {
  width: 48%;
}
ul.gallery.cols-4 .gap,
ul.gallery.cols-4 .gallery-grid {
  width: 24%;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  font-style: italic;
  line-height: inherit;
}
blockquote p:before {
  content: '"';
}
blockquote p:after {
  content: '"';
}
blockquote small {
  color: black;
  line-height: 24px;
}
small {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
small:before {
  cpntent: "-";
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.page-item {
  padding-bottom: 30px;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 14px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module,
.categories-module,
.mod-menu .nav.menu,
.list1 ul {
  margin: 0 0 30px;
}
.archive-module li,
.categories-module li,
.mod-menu .nav.menu li,
.list1 ul li {
  list-style: none;
  padding-bottom: 6px;
  font-style: italic;
}
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  color: #242021;
  display: inline;
  text-decoration: underline !important;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  color: #242021;
  background: none;
  text-decoration: none !important;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
#bottom-row {
  padding-bottom: 30px;
}
/*======================= FOOTER =======================*/
#footer-wrapper {
  background: url(../images/template/footerBg.jpg) 0 bottom repeat;
}
#footer-wrapper .footer-wrapper-inner {
  background: url(../images/template/footerBg.jpg) 0 bottom repeat;
  border-bottom: 9px solid #025A96;
  color: #555555;
}
#footer-wrapper h2,
#footer-wrapper h3,
#footer-wrapper .moduleTitle {
    font-size: 18px;
    font-style: normal;
    color: #025A96;
    margin-bottom: 9px;
    text-transform: none;
    text-align: left;
}
#footer-row {
  border-top: 1px solid #8b8b8d;
  padding-top: 38px;
  padding-bottom: 12px;
}
#copyright-row {
  border-bottom: 1px solid #8a6e33;
}
#copyright-row .container {
  background: url(../images/template/copyrightBorder.png) 0 0 repeat-x;
  padding-bottom: 1px;
  padding-top: 10px;
}
#copyright {
    color: #025A96;
}
#copyright .footertext:after {
  content: '|';
  padding: 0 7px 0 11px;
}
#copyright a {
  color: #025A96;
}
#copyright a:hover {
    color: #025A96;
}
/*===== Social Media ======*/
.social {
  margin: 3px 0 12px;
  text-align: right;
}
.social li {
  display: inline;
  list-style: none;
  margin: 0 4px 0 16px;
}
.social li a {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0px;
  line-height: 0px;
  color: #666668;
}
.social li a.fa {
  position: relative;
}
.social li a.fa:before {
  font: 18px/18px FontAwesome;
}
.social li a:hover {
  color: #025A96;
}
ul.footer {
  margin: 0 0 30px;
}
ul.footer li {
  font-size: 12px;
  list-style: none;
}
ul.footer li a {
  color: #555555 !important;
  font-size: 12px;
}
ul.footer li a:hover {
  color: #ffffff !important;
}
.contact_details_item .fa {
  margin-top: 7px;
}
