/**
Custom CSS after migration to Joomla 3

**/

body {
  background: #D3D3D3;
}

h1, h2, h3, h4, h5, h6, p, a, span {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.2em;
  line-height: 1.4em;
}

h4 {
  font-size: 1.1em;
  line-height: 1.5em;
  color: #000;
}

hr {
  border-color: #000;
}

#t3-header.container {
  background: #000;
}

p {
  font-size: 13px;
}

.t3-wrapper {
  background: #D3D3D3;
}

#t3-mainbody {
  background: #fff;
}

#t3-mainnav {
  background: #D3D3D3;
  border: none;
}

#t3-mainnav .container {
  background: #1E84C9;
  border-top: none;
  padding: 0px;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 1.2em;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #3D9AD7;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #3D9AD7;
}

@media screen and (max-width: 760px) {
  #t3-mainnav .container {
    background: #1E84C9;
    padding: 0px 10px;
  }
}

.readmore .btn {
  background: #208DD5;
  border-radius: 0px;
  border: none;
  color: #fff;
}

.readmore .btn:hover {
  background: #3DA0E2;
  border-radius: 0px;
  border: none;
  color: #fff;
}

.back-to-top {
  background: #1668A4 url(../images/up.png) no-repeat 50%;
  bottom: 15px;
  height: 40px;
  margin: 0;
  position: fixed;
  right: 15px;
  width: 40px;
  z-index: 1000;
}

#t3-footer {
  background: #D3D3D3;
  border-top: none;
}

.t3-copyright {
  border-top: none;
  font-size: 12px;
  padding: 0px !important;
}

.t3-copyright  .container {
  padding: 10px 20px;
  background: #000;
}

.copyright {
  margin: 0px;
}

.article-intro img {
  border: 2px solid #D5D5D5;
}

.logo-text a {
  color: #fff;
  font-size: 1.5em;
}

.t3-content {
  padding-top: 0px;
  padding-bottom: 20px;
}

.items-leading .leading {
  margin-bottom: 0px;
}

.items-row .item {
  margin-bottom: 10px;
}

li {
  list-style-type: square;
}

.fcfc_wrapper {
  color: #fff;
}

.head-search {
  margin-top: 0px;
}

.fcfc_wrapper p {
  font-size: 0.8em;
}

.fcfc_wrapper p strong {
  font-size: 0.9em;
}

@media screen and (max-width: 320px) {
  embed {
    width: 100%;
    height: 100%;
  }
}

.itemid-60 li {
  color: #1A74B0;
}

#Mod89 {
  background: #EEF6FF;
  padding: 10px;
}

#Mod89 .module-title {
  border-bottom: 2px solid #D2E0F2;
  font-size: 1em;
  font-weight: bold;
  padding: 2px 0px;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #3D9AD7;
  border: 1px solid #3D9AD7;
  border-radius: 0px;
  color: #fff;
}

#Mod89 input {
  border-radius: 0px;
  border-color: #1E84C9;
}

.article-title,
.article-header h1 {
  margin: 10px 0 20px 0;
}
@media screen and (max-width: 850px){

    
  .navbar-default .navbar-nav > li > a {
  color: #fff;
font-size:1em;
padding:15px 10px;
 
}
}

@media print {
  a[href]:after {
    content: none !important;
  }
}