.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@font-face {
  font-family: 'raleway';
  src: url('../fonts/Raleway-Bold.eot');
  src: url('../fonts/Raleway-Bold.eot?#iefix') format('eot'), url('../fonts/Raleway-Bold.woff') format('woff'), url('../fonts/Raleway-Bold.ttf') format('truetype'), url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'raleway';
  src: url('../fonts/Raleway-SemiBold.eot');
  src: url('../fonts/Raleway-SemiBold.eot?#iefix') format('eot'), url('../fonts/Raleway-SemiBold.woff') format('woff'), url('../fonts/Raleway-SemiBold.ttf') format('truetype'), url('../fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'raleway';
  src: url('../fonts/Raleway-Medium.eot');
  src: url('../fonts/Raleway-Medium.eot?#iefix') format('eot'), url('../fonts/Raleway-Medium.woff') format('woff'), url('../fonts/Raleway-Medium.ttf') format('truetype'), url('../fonts/Raleway-Medium.svg#Raleway-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'raleway';
  src: url('../fonts/Raleway-Regular.eot');
  src: url('../fonts/Raleway-Regular.eot?#iefix') format('eot'), url('../fonts/Raleway-Regular.woff') format('woff'), url('../fonts/Raleway-Regular.ttf') format('truetype'), url('../fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'raleway';
  src: url('../fonts/Raleway-Light.eot');
  src: url('../fonts/Raleway-Light.eot?#iefix') format('eot'), url('../fonts/Raleway-Light.woff') format('woff'), url('../fonts/Raleway-Light.ttf') format('truetype'), url('../fonts/Raleway-Light.svg#Raleway-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
body {
  font-family: 'raleway', Arial, Helvetica, Sans Serif;
  font-weight: 400;
  font-size: 16px;
  color: #101010;
}
@media (max-width: 991px) {
  body {
    font-size: 15px;
  }
}
.mid_content {
  display: block;
}
a {
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
}
/*=============================
   TOP HEADER
=============================*/
header {
  padding: 15px 0;
}
@media (max-width: 767px) {
  .logo-col {
    text-align: center;
  }
}
.logo-col .logo-wrap {
  color: #003c79;
  display: inline-block;
}
@media (max-width: 991px) {
  .logo-col .logo-wrap {
    margin-bottom: 15px;
  }
}
.logo-col .logo-wrap .name {
  font-size: 2.563em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .logo-col .logo-wrap .name {
    font-size: 2em;
  }
}
.logo-col .logo-wrap .tag-line {
  font-weight: 700;
  font-size: 1.12em;
  position: relative;
  text-align: center;
  background: #fff;
}
.logo-col .logo-wrap .tag-line:before {
  content: "";
  display: block;
  border-bottom: 1px solid #cdcdcd;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.logo-col .logo-wrap span {
  background: #fff;
  position: relative;
  padding: 0 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .office-detail {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .office-detail {
    text-align: center;
  }
}
.office-detail p {
  color: #545454;
  font-weight: 400;
  position: relative;
  margin-bottom: 10px;
  padding-left: 5px;
}
.office-detail p:last-child {
  margin-bottom: 0;
}
.office-detail p a {
  color: #545454;
}
.office-detail p i {
  color: #003c79;
}
@media (min-width: 768px) {
  .office-detail p i {
    position: absolute;
    left: -20px;
  }
}
.office-detail p.phone:before {
  font-size: 18px;
}
/*=============================
   TOP NAVIGATION
=============================*/
.navbar-default {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none!important;
  background: #003c79;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse {
    padding: 0;
  }
}
.navbar-default .navbar-nav li {
  position: relative;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav li + li:before {
    border-left: 1px solid #fff;
    content: "";
    height: 12px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav li + li {
    border-top: 1px solid rgba(255, 255, 225, 0.2);
  }
}
.navbar-default .navbar-nav li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav li a {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav li a {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav li a {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 14px;
  }
}
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
  background: #fff;
  color: #003c79;
  box-shadow: inset 0px 9px 8px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0px 9px 8px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 9px 8px -3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) and (min-width: 768px) {
  .navbar-default .navbar-nav li a {
    font-size: 11px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar-default .navbar-toggle {
  border: none;
  background: #003c79 !important;
  margin: 0;
  padding: 18px;
  position: relative;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.navbar-default .navbar-toggle:hover {
  background: #003c79 !important;
}
.navbar-default .navbar-toggle:before {
  content: "Menu";
  right: 62px;
  top: 13px;
  font-weight: 500;
  position: absolute;
  width: 50px;
  color: #fff !important;
}
.navbar-default .navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  background-color: #fff!important;
}
.navbar-default .navbar-toggle .top-bar {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform-origin: 10% 10%;
  -webkit-transform-origin: 10% 10%;
  -moz-transform-origin: 10% 10%;
}
.navbar-default .navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-default .navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform-origin: 10% 90%;
  -webkit-transform-origin: 10% 90%;
  -moz-transform-origin: 10% 90%;
}
.navbar-default .navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
}
.navbar-default .navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-default .navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
}
/*=============================
   Slider
=============================*/
#wowslider-container0 {
  margin: 0;
}
#wowslider-container0 .ws_images .ws-title {
  border: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0;
  background: none;
}
#wowslider-container0 .ws_images .ws-title > div {
  margin-top: 0;
  bottom: 0;
  top: 0;
  left: 15%;
  height: 100%;
  position: absolute;
  right: auto;
  width: 50%;
  z-index: 999;
  font-size: 16px;
}
@media (max-width: 1200px) {
  #wowslider-container0 .ws_images .ws-title > div {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  #wowslider-container0 .ws_images .ws-title > div {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #wowslider-container0 .ws_images .ws-title > div {
    font-size: 12px;
    width: 80%;
  }
}
#wowslider-container0 .ws_images .ws-title > div .mid_content {
  font-family: 'raleway', Arial, Helvetica, Sans Serif !important;
  margin-top: 20%;
  display: block;
  vertical-align: middle;
  text-align: left;
}
#wowslider-container0 .ws_images .ws-title > div .mid_content .btn-wapp {
  margin-top: 15px;
}
#wowslider-container0 .ws_images .ws-title > div .mid_content h3 {
  font-size: 2em;
  font-weight: 700;
}
#wowslider-container0 .ws_images .ws-title > div .mid_content p {
  font-size: 1.5em;
  font-weight: 500;
}
@media (max-width: 991px) {
  #wowslider-container0 .ws_images .ws-title > div .mid_content.lawyer {
    margin-top: 20%;
  }
}
@media (max-width: 767px) {
  #wowslider-container0 .ws_images .ws-title > div .mid_content.lawyer {
    margin-top: 8%;
  }
}
@media (max-width: 1200px) {
  #wowslider-container0 .ws_images .ws-title > div .mid_content h3 {
    font-size: 2em;
    font-weight: 700;
  }
  #wowslider-container0 .ws_images .ws-title > div .mid_content p {
    font-size: 1.5em;
    font-weight: 500;
  }
}
@media (max-width: 991px) {
  #wowslider-container0 .ws_images .ws-title > div .mid_content {
    margin-top: 15%;
  }
  #wowslider-container0 .ws_images .ws-title > div .mid_content .btn-primary {
    padding: 10px 30px;
    font-size: 13px;
  }
  #wowslider-container0 .ws_images .ws-title > div .mid_content h3 {
    font-size: 2em;
    font-weight: 700;
  }
  #wowslider-container0 .ws_images .ws-title > div .mid_content p {
    font-size: 1.5em;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  #wowslider-container0 .ws_images .ws-title > div .mid_content {
    margin-top: 8%;
  }
  #wowslider-container0 .ws_images .ws-title > div .mid_content h3 {
    font-size: 2em;
    font-weight: 700;
  }
  #wowslider-container0 .ws_images .ws-title > div .mid_content p {
    font-size: 1.5em;
    font-weight: 500;
  }
}
#wowslider-container0 .ws_images .ws-title > div .mid_content .slider_text_wrapper {
  padding: 30px;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 16px;
}
@media (max-width: 1200px) {
  #wowslider-container0 .ws_images .ws-title > div .mid_content .slider_text_wrapper {
    font-size: 12px;
    padding: 12px;
  }
}
@media (max-width: 991px) {
  #wowslider-container0 .ws_images .ws-title > div .mid_content .slider_text_wrapper {
    font-size: 10px;
    padding: 12px;
  }
}
#wowslider-container0 .ws_images .ws-title > div .mid_content .slider_text_wrapper h3 {
  margin-top: 0;
}
#wowslider-container0 .black-overlay {
  position: relative;
}
#wowslider-container0 .black-overlay:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
/*=============================
   FOOTER
=============================*/
footer .footer {
  padding: 40px 0;
  background: #003c79;
}
@media (max-width: 991px) {
  footer .logo-col {
    text-align: center;
  }
}
footer .logo-col .logo-wrap {
  color: #fff;
  display: inline-block;
}
@media (max-width: 767px) {
  footer .logo-col .logo-wrap {
    margin-bottom: 15px;
  }
}
footer .logo-col .logo-wrap .name {
  font-size: 2.563em;
  font-weight: 700;
}
@media (max-width: 767px) {
  footer .logo-col .logo-wrap .name {
    font-size: 2em;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  footer .logo-col .logo-wrap .name {
    font-size: 2em;
  }
}
footer .logo-col .logo-wrap .tag-line {
  font-weight: 700;
  font-size: 1.12em;
  position: relative;
  text-align: center;
  background: #003c79;
}
footer .logo-col .logo-wrap .tag-line:before {
  content: "";
  display: block;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
footer .logo-col .logo-wrap span {
  background: #003c79;
  position: relative;
  padding: 0 10px;
}
footer h3 {
  margin-top: 8px;
  color: #fff;
  font-size: 1.250em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  footer h3.contact-title {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .office-detail {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  footer .office-detail {
    text-align: center;
  }
}
footer .office-detail p {
  color: #fff;
  font-weight: 400;
  position: relative;
  margin-bottom: 10px;
  padding-left: 28px;
}
@media (max-width: 767px) {
  footer .office-detail p {
    padding-left: 0;
  }
}
footer .office-detail p:last-child {
  margin-bottom: 0;
}
footer .office-detail p a {
  color: #fff;
}
footer .office-detail p i {
  color: #fff;
}
@media (min-width: 768px) {
  footer .office-detail p i {
    position: absolute;
    left: -1px;
  }
}
footer .office-detail p.phone:before {
  font-size: 18px;
}
@media (max-width: 414px) {
  footer .list-row .col-xs-6 {
    float: none;
    width: 100%;
  }
}
footer .footer-list {
  padding-left: 0;
  list-style: none;
}
footer .footer-list li {
  border-bottom: 1px solid #fff;
}
footer .footer-list li a {
  color: #fff;
  padding: 8px 0 5px;
  display: block;
  position: relative;
}
footer .footer-list li a i {
  font-size: 14px;
}
@media (max-width: 414px) {
  footer .footer-list li a {
    text-align: center;
  }
}
@media (min-width: 415px) {
  footer .footer-list li a {
    padding-right: 30px;
  }
  footer .footer-list li a i {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
  }
}
footer .footer-list li a:hover,
footer .footer-list li a:focus {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.btm-footer {
  text-align: center;
  color: #b0b0b0;
  font-size: 0.87em;
  padding: 15px;
}
.btm-footer a {
  color: #b0b0b0;
  text-decoration: underline;
}
.btm-footer a:hover {
  text-decoration: none;
}
h1,
h2 {
  margin-top: 0;
}
h2 {
  font-size: 2em;
  color: #003c79;
  font-weight: 700;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.5em;
  }
}
.underline-heading {
  position: relative;
}
.underline-heading:before {
  content: "";
  display: block;
  position: absolute;
  background: #003c79;
  height: 4px;
  width: 60px;
  margin-left: -30px;
  bottom: -20px;
  left: 50%;
}
.center-heading {
  text-align: center;
}
/*=============================
   PRACTICE AREA
=============================*/
.gray-bg {
  background: #eeeeee;
  padding-top: 30px;
  padding-bottom: 55px;
}
.gray-bg.practice-areas h2 {
  margin-bottom: 40px;
}
.practice-wrapper {
  background: #fff;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
}
.practice-wrapper:hover {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.practice-wrapper h3 {
  text-align: center;
  font-size: 1.37em;
  margin: 0;
}
.practice-wrapper h3 a {
  display: block;
  background: #003c79;
  color: #fff;
  padding: 20px 15px;
  font-weight: 400;
  text-transform: capitalize;
}
.practice-wrapper h3 a:hover,
.practice-wrapper h3 a:focus {
  background: #002f60;
  text-decoration: none;
}
.practice-wrapper .content-wrapp {
  position: relative;
  padding: 18px 15px 45px;
}
.practice-wrapper .content-wrapp .content-title {
  margin-bottom: 15px;
}
@media (min-width: 581px) and (max-width: 767px) {
  .practice-wrapper .content-wrapp .content-title {
    height: 46px;
  }
}
.practice-wrapper .content-wrapp .content-title a {
  color: #003c79;
  font-size: 1.12em;
  font-weight: 700;
}
.practice-wrapper .content-wrapp .read-more {
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -22px;
}
.practice-wrapper .content-wrapp .read-more i {
  border: 2px solid #adadad;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  font-size: 28px;
  color: #adadad;
  text-align: center;
  height: 48px;
  width: 48px;
  background: #fff;
  display: inline-block;
  line-height: 48px;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
}
.practice-wrapper .content-wrapp .read-more:hover i,
.practice-wrapper .content-wrapp .read-more:focus i {
  border: 2px solid #003c79;
  color: #003c79;
}
@media (max-width: 767px) {
  .practice-row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .practice-row .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 580px) {
  .practice-row .col-xs-4 {
    float: none;
    width: 100%;
  }
  .practice-row .col-xs-4 + .col-xs-4 {
    margin-top: 40px;
  }
}
/*=============================
   ABOUT NINA SECTION
=============================*/
.blue-link {
  font-weight: 700;
  color: #003c79;
}
@media (max-width: 768px) {
  .blue-link {
    word-break: break-all;
  }
}
.about-nina {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .about-nina {
    padding: 20px 0;
  }
}
.home-content p {
  font-size: 1.12em;
  margin-bottom: 30px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .home-content p {
    font-size: 1em;
    margin-bottom: 20px;
    line-height: 23px;
  }
}
.home-content p:last-child {
  margin-bottom: 0;
}
.blog {
  margin: 20px;
}
.img-banner {
  margin: 20px 0;
}
.img-thumbnail {
  padding: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.about-nina .title {
  font-size: 1.5em;
  color: #003c79;
  font-weight: 700;
  padding: 10px 0;
  text-align: center;
}
.about-nina .title-img img {
  margin: 0 auto;
  display: block;
}
.about-nina .blog {
  text-align: center;
  padding-top: 5px;
}
.about-nina .blog img {
  margin-top: 5px;
}
.about-nina .blog a {
  color: #003c79;
  font-weight: 700;
  position: relative;
}
@media (min-width: 768px) {
  .about-nina .blog a {
    display: block;
  }
}
.about-nina .blog a i {
  font-size: 14px;
}
@media (min-width: 768px) {
  .about-nina .blog a i {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-nina .col-sm-3 {
    width: 31%;
  }
  .about-nina .col-sm-9 {
    width: 69%;
  }
}
@media (min-width: 768px) {
  .about-nina .col-sm-9 {
    padding-left: 20px;
  }
}
@media (min-width: 991px) {
  .about-nina .col-sm-9 {
    padding-left: 40px;
  }
}
.contact-detail {
  text-align: center;
  color: #003c79;
  font-weight: 700;
}
.contact-detail i {
  display: block;
  font-size: 28px;
  color: #003c79;
}
.contact-detail .email {
  margin: 10px 0 15px;
}
.contact-detail .email a {
  color: #003c79;
}
.img-center {
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .extra_sm_hidden .visible-sm {
    display: none!important;
  }
  .extra_sm_hidden .hidden-sm {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .extra_sm_hidden .hidden-xs {
    display: block !important;
  }
}
@media (max-width: 532px) {
  .extra_sm_hidden .hidden-xs {
    display: none!important;
  }
}
@media (max-width: 767px) {
  .extra_sm_hidden .visible-xs {
    display: none !important;
  }
}
@media (max-width: 532px) {
  .extra_sm_hidden .visible-xs {
    display: block !important;
  }
}
.bold-blue {
  font-weight: 700;
  color: #003c79;
}
.btn-primary {
  border-radius: 50px;
  padding: 14px 30px;
  background: #003c79;
  text-transform: uppercase;
  text-shadow: none!important;
  letter-spacing: 1px;
  font-weight: 300;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #0055ac !important;
}
@media (max-width: 767px) {
  .xs-block {
    display: block;
  }
}
.custom-jumbo {
  border: 10px solid #fff;
  box-shadow: 1px 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 0 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 5px 5px rgba(0, 0, 0, 0.1);
}
h2 {
  color: #003c79;
  font-weight: 700;
}
.sub-main-text {
  font-weight: 600;
  font-size: 1.29em;
  margin-bottom: 25px;
  color: #999;
}
.articles {
  font-weight: 700;
  font-size: 1.20em;
  margin-bottom: 25px;
  color: #999;
}
.custom-listing {
  list-style: none;
  padding-left: 0;
}
.custom-listing li {
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
}
.custom-listing li:before {
  content: "\f00c";
  display: block;
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #003c79;
}
.link-listing li:before {
  content: "\f0c1";
}
.article-listing li:before {
  content: "\f0f6";
  color: #af002c!important;
}
.link-listing,
.article-listing {
  list-style: none;
  padding-left: 0;
}
.link-listing li,
.article-listing li {
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.link-listing li + li,
.article-listing li + li {
  border-top: 1px solid #e6e6e6;
}
.link-listing li a,
.article-listing li a {
  text-decoration: none;
}
.link-listing li a:hover,
.article-listing li a:hover,
.link-listing li a:focus,
.article-listing li a:focus {
  text-decoration: underline;
}
.link-listing li b,
.article-listing li b {
  color: #999;
  font-size: 18px;
  display: block;
}
.link-listing li:before,
.article-listing li:before {
  display: block;
  font-family: "FontAwesome";
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 18px;
  color: #003c79;
}
.para-heading {
  margin-top: 20px;
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 15px;
}
p a {
  color: #101010;
  text-decoration: underline;
}
p a:hover,
p a:focus {
  text-decoration: none;
}
.mt-0 {
  margin-top: 0!important;
}
.mt-15 {
  margin-top: 15px;
}
.disclaimer {
  font-size: 14px;
  background: #0050a2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #79bbff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.disclaimer .desc {
  position: relative;
  padding-left: 60px;
}
.disclaimer .desc:before {
  content: "\f06a";
  display: block;
  font-family: "FontAwesome";
  position: absolute;
  left: 15px;
  top: 0;
  color: #79bbff;
  font-size: 30px;
}
.no-left-pad {
  padding-left: 0;
}
.pad-l-20 {
  padding-left: 20px;
}
.diary i {
  font-weight: 700;
  font-size: 18px!important;
}
/*
.into-text {
  margin-bottom:20px;
  border: 1px solid #ddd;
  padding:10px;
  .box-shadow(2px 2px 10px rgba(0, 0, 0, 0.2));
  background:url(../../../images/map.jpg) no-repeat right center;
  background-size:cover;
  h2{
    margin-bottom:5px;
  }
  .sm-text {
    color: @blue;
    font-weight: 700;
  }

  ul.add-list {
    list-style: none;
    padding-left: 0;
    margin-top:10px;
    li{
      position:relative;
      padding-left:25px;
      font-weight:600;
      a{
        color:#101010;
        word-break: break-all;
      }
      & + li{
        margin-top:5px;
      }
      i{
        position:absolute;
        color:@blue!important;
        left:0;
        top:3px;
      }
    }
  }
}
*/
.into-text {
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}
.into-text h2 {
  margin-bottom: 5px;
}
.into-text .sm-text {
  color: #003c79;
  font-weight: 700;
  text-transform: uppercase;
}
.into-text ul.add-list {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}
.into-text ul.add-list li {
  position: relative;
  font-weight: 600;
}
.into-text ul.add-list li a {
  color: #101010;
  word-break: break-all;
}
.into-text ul.add-list li i {
  display: none;
}
#back-top {
  position: fixed;
  bottom: 30px;
  margin-left: -150px;
}
#back-top a {
  width: 108px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover {
  color: #000;
}
#back-top a:hover span {
  background-color: #777;
}
#back-top span {
  width: 108px;
  height: 108px;
  display: block;
  margin-bottom: 7px;
  background: #dddddd url(../../../images/up-arrow.png) no-repeat center center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.contact-wrapper {
  background: #eaeaea;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border: 1px solid #dddddd;
  font-size: 18px;
}
@media (max-width: 767px) {
  .contact-wrapper {
    font-size: 15px;
  }
}
.roman-wrapper .center-text {
  text-align: center;
  border: 1px solid #ddd;
  background: #ddd;
  padding: 5px;
  font-weight: bold;
}
.roman-wrapper blockquote > blockquote {
  border-left: none;
}
.roman-wrapper > p,
.roman-p-style {
  font-weight: bold;
}
.center-contact-wrapper {
  text-align: center;
  padding: 15px 0;
}
