@import "../fonts/font-awesome/css/font-awesome.min.css";
@import "../../fonts/custom/flaticon.css";
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,700&subset=latin-ext');
/* 0. Bootstrap Fixes
-------------------------------------------------------	*/
body {
  background: #f7f7f7;
  color: #666666 ;
}
.container {
  margin: auto;
}
code {
  white-space: pre-wrap !important;
  background: #f7f7f7;
}
.navbar-default .navbar-nav > li > a {
  color: none;
}
.navbar-default .navbar-nav > li > a:hover {
  color: none;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.nomargin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.big-labels label {
  font-size: 18px;
  font-weight: normal;
}
/* 1. Less Variables & Mixins
-------------------------------------------------------	*/
.font {
  font-family: 'Open Sans', sans-serif;
}
.font-heading {
  font-family: 'Titillium Web', sans-serif;
}
.font-title {
 font-family: 'Titillium Web', sans-serif;
}
body {
  font-family: 'Open Sans', sans-serif;
}
#parallax-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#page {
  position: relative;
  z-index: 888;
}
#page ::selection {
  background: rgb(0, 96, 209);
  color: white;
}
/* 2. Header-top
------------------------------------------------------- */
#header-top {
  background: #222;
  padding-top: 10px;
}
.site-branding {
  float: left;
  margin-top: 0px;
  padding-top: 0px;
  margin-top: -24px;
}

@media /*(min-width: 768px)and*/  (max-width: 991px) {
  .navbar-brand {
  margin-top:50px;
  -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow:   none !important;    
    width: 100% !important ;
  }    
}

@media (max-width: 575px) {
 .navbar-brand>img {
  display: none;
 }
}


.site-title {
  font-family: 'Titillium Web', sans-serif;
  position: relative;
}
.site-title a {
  color: #e9e9e9;
  font-size: 29px;
  font-weight: 200;
}
.site-title a:hover {
  text-decoration: none;
  color: #e9e9e9;
}
.site-description {
  font-family: 'Open Sans', sans-serif;
  color: #b4b4b4;
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
}
.main_logo {
  max-width: 50px;
}
@media screen and (max-width: 400px) {
  .main_logo {
    max-width: 320px;
  }
}
#social-icons {
  float: right;
  text-align: right;
  margin-top: 2px;
  margin-bottom: 5px;
}
.social-icon {
  color: #999999;
  font-size: 32px;
  margin-right: 2px;
  padding: 0px 2px;
  position: relative;
  top: 0px;
  left: 0px;
  transition: ease 0.4s all;
}
.social-icon:hover {
  color: #138cd6;
}
a:hover .social-icon {
  text-decoration: none;
}
/* 3. header-2
------------------------------------------------------- */
#header-2 .navbar-brand{    
  width: 350px; 
 font-size: 25px;
 background-color: rgb(0, 96, 209) !important;
 height: 60px;
 color: white; 
 z-index: 999;
 position: absolute;  
 text-transform: uppercase;
 padding: 5px;
  -webkit-box-shadow: 0px -23px 33px 11px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -23px 33px 11px rgba(0,0,0,0.75);
  box-shadow: 0px -23px 33px 11px rgba(0,0,0,0.75);
}    
.navbar{margin-bottom: 0px;}  
    
       
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {       
    background-color: rgba(0, 96, 209, 0.16);
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}       

#header-2 .navbar-collapse{
 border-top: 0px;     
}
#header-2 .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {  
    color: #262626;     
    background-color: #f5f5f5; 
}
#header-2 .dropdown-menu>li>a {
   font-weight:bold;
}
#header-2 .navbar-nav>li>.dropdown-menu {    
    webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
#header-2 {
  padding-top: 0px;
  width: 100%;
  background: #222;
}
#top-search {
  float: right;
  position: relative;
  top: 3px;
  z-index: 999;
  margin-bottom: 15px;
}
#top-search input[type=text] {
  background: #fff;
  outline: none;
  border: solid 1px #eee;
  width: 280px;
  padding-right: 30px;
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: 'Open Sans', sans-serif;
  font-weight: lighter;
}
#top-search input[type=text]:hover,
#top-search input[type=text]:focus {
  background: #ddd;
}
#top-search ::-webkit-input-placeholder {
  color: #0d5e90;
}
#top-search :-moz-placeholder {
  /* Firefox 18- */
  color: #0d5e90;
}
#top-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #0d5e90;
}
#top-search :-ms-input-placeholder {
  color: #0d5e90;
}
#top-search button {
  position: relative;
  padding: 2px 5px;
  background: none;
  border: none;
  -webkit-linear-gradient: none;
  top: -2px;
  box-shadow: none;
  left: -33px;
  color: #0b4f79;
}
#top-search .search-form {
  /* width: inherit; */
  float: right;          
}                     
/* 4. Links
------------------------------------------------------- */
a {
  color: rgb(0, 96, 209);
} 
a:hover,
a:focus,
a:active {
  color: #138cd6;
}
a:focus{
text-decoration: none;
}



/* 5. Carousel Wrapper
------------------------------------------------------- */
#carousel-wrapper {
  margin-bottom: 55px;
}
#carousel-wrapper .bx-wrapper .bx-next {
  margin-right: 10px;
}
#carousel-wrapper .bx-wrapper .bx-viewport {
  box-shadow: none;
}
#carousel-wrapper .bx-wrapper .bx-viewport ul {
  margin-left: 0px;
}
/* 5. Navigation Menu 
-------------------------------------------------------	*/
/* Default Navigation */
.nav-wrapper {
  margin-bottom: 25px;
}
#site-navigation {
  clear: both;
  display: block;
  display: inline-block;
  padding-bottom: 0px;
  border: none;
  margin-top: -15px;
  text-align: center;
  float: left;
  font-family: 'Titillium Web', sans-serif;
  /*font-weight: lighter;     */
  text-transform: uppercase;
}
#site-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-bottom: 0px;
}
#site-navigation ul > li > a {
  padding-bottom: 25px;
  padding-top: 25px;
}
#site-navigation ul li:hover > ul {
  /* Dropdown*/
  display: block;
}
#site-navigation ul ul {
  display: none;
  float: left;
  position: absolute;
  top: 5.0em;
  left: 0;
  z-index: 99999;
  background: #EEE;
  text-align: left;
  border: none;
  border-top: solid 3px #EFEFEF;
 
  box-shadow: 0px 5px 4px -4px #4a4a4a;
}
#site-navigation ul ul ul {
  left: 100%;
  border: none;
  top: 0;
}
#site-navigation ul ul a {
  min-width: 200px;
  max-width: 255px;
  font-size: 14px;
  font-weight: normal;
  color: #555;
  padding: 8px 20px;
}
#site-navigation ul ul a:hover {
  border-bottom: none;
  background: #333;
  color: #eee;
  padding: 8px 20px;
}
#site-navigation li {
  position: relative;
  clear: right;
  float: left;
}
#site-navigation .nav .caret {
  display: none;
}
#site-navigation a {
  display: block;
  color: #FFF;
  text-decoration: none;
  padding: 16px 10px;
  font-weight: normal;
  font-weight: lighter;
}
#site-navigation ul ul a {
  border-bottom: none;
}
#site-navigation ul ul a:hover {
  border-bottom: none;
  background: none;
}
#site-navigation li:hover > a {
  border-bottom: #111 solid 2px;
  padding-bottom: 23px;
  color: #FFF;
}
#site-navigation ul ul li:hover > a {
  background: #FFF;
  border-bottom: none;
  padding: 8px 20px;
  color: black;
  border-top: none;
}
@media screen and (max-width: 767px) {
  #site-navigation {
    width: 100%;
  }
  #site-navigation .active > a,
  #site-navigation .current_page_item > a {
    background: none;
  }
  #site-navigation ul {
    margin-left: 0px;
  }
  #site-navigation ul ul {
    display: none;
  }
  #site-navigation li {
    display: block;
    width: 100%;
    text-align: center;
  }
  #site-navigation li:hover > a {
    border-top: none;
    padding-top: 20px;
  }
  #site-navigation li:hover ul {
    display: none !important;
  }
  #site-navigation .navbar-default .navbar-collapse {
    border-color: rgb(0, 96, 209);;
  }
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
    color: rgb(0, 96, 209);;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    font-size: 20px;
    padding-bottom: 10px;
    position: relative;
    top: -8px;
    width: 100%;
    float: left;
  }
  h1.menu-toggle {
    width: 100%;
  }
  .menu-toggle:before {
    content: "\f0c9";
    font-family: "FontAwesome";
    height: 0;
    width: 0px;
    margin-right: 20px;
    position: relative;
  }
}
/* Small menu */
.menu-toggle {
  display: none;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .menu-toggle {
    display: block;
  }
}
/* 6. Slider
-------------------------------------------------*/
.slider-wrapper {
  margin: auto;
  margin-top: 0px;
  background: white;
  padding-top: 0px;
  border-bottom: solid 1px #eee;
  z-index: -100;
  position: absolute;
  width: 100%;
}
.slide-title {
  font-family: 'Open Sans', sans-serif;
  color: #ddd;
}
.nivo-caption {
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: none !important;
  text-align: center;
  /* max-width: 900px; */
  color: #fff;
}
.nivo-caption a {
  display: inline-block;
}
.nivo-html-caption {
  display: none;
}
.nivocapper {
  /* Component Responsible for Dropping Caption */
  display: inline-block;
  padding: 5px 35px;
  margin-top: -10px;
}
div.slide-title {
  font-size: 36px;
  display: block;
}
div.slide-description {
  font-family: Helvetica, Arial, sans-serif;
}
.nivo-controlNav {
  margin-top: -46px;
  z-index: 99999;
}
.nivo-imageLink {
  z-index: 99999;
}
@media screen and (max-width: 768px) {
  div.slide-title {
    font-size: 18px;
  }
  div.slide-description {
    font-size: 13px;
  }
}
/* 7. Content 
------------------------------------------------------- */
#content {
  background: none; 
  padding-top: 100px;
  margin-right: 0px;
  margin-left: 0px;
 /* margin-bottom: 190px;     */
  
}
/* 7.1 Primary 
------------------------------------------------------- */
#primary {
  padding: 20px 30px;
  background-color: #fff;
  /*background: rgba(255, 255, 255, 0.95); */
  padding-top: 10px;
  margin-top: 35px;
  /*border: solid 1px #eee;	
         -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
        box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);	*/
  min-height: 300px;
}

@media screen and (max-width: 400px) {
  #primary {
   padding: 5px 10px;
  }
}



.byline {
  display: inline;
}
.single .fa-clock-o:before,
.single .fa-user:before {
  color: rgb(0, 96, 209); !important;
}
.featured-thumb {
  margin: auto;
  margin-top: 35px;
  overflow: hidden;
  width: 95%;
  padding: 0px;
}
.featured-thumb .img-meta {
  position: absolute;
  z-index: 9999;
  background: rgba(19, 140, 214, 0.5);
  width: 100%;
  height: 100%;
  left: 0px;
  display: none;
  text-align: center;
}
.featured-thumb .img-meta .meta-icon {
  display: inline-block;
  font-size: 24px;
  width: 36px;
  background: #094061;
  border-radius: 4px;
  margin-top: 150px;
}
.featured-thumb .img-meta .meta-link {
  padding: 15px 25px;
  color: #1180c4;
  padding-left: 26px;
}
.featured-thumb .img-meta .meta-link:hover {
  color: #229feb;
  text-decoration: none;
}
.featured-thumb .img-meta .meta-link i {
  position: relative;
  left: -19px;
}
.featured-thumb .img-meta .meta-link .icon-link {
  left: -17px;
}
.featured-thumb .img-meta .img-meta-img .meta-link {
  padding-left: 24px;
}
.featured-thumb:hover .img-meta {
  background: rgba(19, 140, 214, 0.65);
}
.featured-thumb:hover img {
  -webkit-transform: scale(1.05);
  opacity: 0.98;
}
.featured-thumb img {
  box-shadow: 0px 1px 2px #444;
  margin-bottom: 0px;
  transition: 0.4s all ease;
  min-width: 100%;
  height: auto;
}
.post-thumb {
  float: left;
  margin: 0 10px 0 0px;
  display: inline-block;
  max-width: 100%;
  height: auto;
  line-height: 1.42857143;
}
.post-image {
  margin-bottom: 15px;
}
.entry-meta {
  font-size: small;
  color: rgb(0, 96, 209);;
  color: #999999;
  text-align: right;
  background-color: #fff;
}
.entry-meta a {
  color: #999999;
}
.entry-meta .posted-on {
  margin-right: 6px;
}
.entry-title {
  font-family: 'Titillium Web', sans-serif;
  padding-bottom: 0px;
  display: block;
  margin-top: 10px;
}
.tag .entry-meta {
  border-bottom: none;
}
.cat-page-title {
  margin: 20px 0px !important;
}
.entry-h1 {
  font-size: 25px;
 font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 30px;
  padding-bottom: 10px;
  display: block;
  border-bottom: solid 3px #eee; 
  color: #333;
  
 
  
}
.entry-h1:after {
 /* content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: rgb(0, 96, 209);;
  margin-top: 5px;    */
}
.entry-title {
  font-family: 'Titillium Web', sans-serif;
  color: #666666;
  line-height: 1em;
}
.entry-content {
  line-height: 1.8em;
  color: #666666;
  margin: 0px;
}
.comments-link {
  float: right;
}
.entry-meta {
  color: #999999;
}
.entry-meta .posted-on {
  margin-right: 10px;
}
.entry-meta .edit-link {
  padding-left: 5px;
  float: right;
}
.entry-meta .fa-tags {
  margin-left: 10px;
}
footer.entry-meta {
  margin-top: 25px;
}
.single footer.entry-meta,
.page footer.entry-meta,
.archive footer.entry-meta {
  border-bottom: none;
  padding-bottom: 0px;
}
.article-bordered {
  border-bottom: dotted 2px #eee;
}            
#nav-below {
  margin-top: 30px;
  margin-bottom: 20px;
}
#nav-below a {
  font-family: 'Open Sans', sans-serif;
}
.featured-image-single {
  text-align: center;
  margin: 30px auto;
  margin-top: 20px;
}
.featured-image-single img {
  max-width: 98%;
  box-shadow: 0px 25px 6px -20px #888;
  margin-bottom: 15px;
  border-radius: 5px;
}
h1.page-title {
  text-transform: uppercase;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  display: inline-block;
  border-bottom: solid 4px #999999;
  margin-top: -15px;
}
.page-header {
  border-bottom: 0px;
  padding: 0px;
  margin: 0 15px 0 15px;
}
.page-header-search {
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .featured-thumb .img-meta .meta-icon {
    margin-top: 30px;
  }
}
.entry-title a {
 
  display: block;
  font-size: 20px;
 font-family: 'Titillium Web', sans-serif;
}
.entry-title a:hover {
  text-decoration: none;
  color: rgb(0, 96, 209);;
}
/* 7.2 Secondary 
------------------------------------------------------- */
#secondary,
#footer-sidebar {
  padding: 20px 10px;
}    

#secondary ul,
#footer-sidebar ul, 
#footer ul {
  list-style: none;
  margin-left: 5px;    
  display: table;      
}             

#secondary ul li,
#footer-sidebar ul li, 
#footer ul li{
  margin-bottom: 8px;  
    display: table-row;    
        
}

#secondary ul li:before,
#footer-sidebar ul li:before,
#footer ul li:before  {
  padding-right: 5px;
  content: "\f10c";
  font-family: "FontAwesome";
  color: #eee; 
  display: table-cell; /* aha! */                  
}


#footer-sidebar ul li:before,
#footer ul li:before  {
  color: #666; 
}


#footer h3{
 font-size: 20px;
 margin-top: 0px;
}

    
#secondary ul ul,
#footer-sidebar ul ul,
#footer ul{
  margin-left: 15px;
}
#secondary ul ul li:before,
#footer-sidebar ul ul li:before, 
{                           
  content: "\f111";
  font-size: 5px;
  position: relative;
  top: -3px;
}
#secondary ul ul ul,
#footer-sidebar ul ul ul {
  margin-left: 5px;
}
#secondary .widget_recent_entries li:before,
#footer-sidebar .widget_recent_entries li:before {
  content: "\f0f6";
}
#secondary .widget_recent_entries li,
#footer-sidebar .widget_recent_entries li {
  border-bottom: solid 1px #FFF;
  padding: 5px 0px;
}
#secondary .widget_recent_comments li:before,
#footer-sidebar .widget_recent_comments li:before {
  content: "\f075";
  font-size: 12px;
  position: relative;
  top: -2px;
}
#secondary .widget_calendar caption,
#footer-sidebar .widget_calendar caption {
  font-weight: bold;
  margin-bottom: 7px;
}
#secondary .widget_calendar table,
#footer-sidebar .widget_calendar table {
  padding: 5px;
  text-align: center;
  background: #fff;
}
#secondary .widget_calendar thead,
#footer-sidebar .widget_calendar thead {
  border-bottom: solid 1px #138cd6;
}
#secondary .widget_calendar thead th,
#footer-sidebar .widget_calendar thead th {
  background: #ddd;
  padding: 5px;
  text-align: center;
}
#secondary .widget_calendar tr td,
#footer-sidebar .widget_calendar tr td {
  padding: 8px !important;
  background: #eee;
  margin: 4px;
  text-align: center;
}
#secondary .widget_calendar #prev,
#footer-sidebar .widget_calendar #prev {
  text-align: left;
}
#secondary .widget_calendar #next,
#footer-sidebar .widget_calendar #next {
  text-align: right;
}
#secondary h1.widget-title,
#footer-sidebar h1.widget-title {
  font-size: 20px;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 35px;
    padding-bottom: 10px;
    display: block;
    border-bottom: solid 3px #eee; 
    padding-left: 10px;
    
}
#secondary .widget_search label,
#footer-sidebar .widget_search label {
  width: 100%;
}
#secondary .widget_search form,
#footer-sidebar .widget_search form {
  width: 100%;
  padding: 10px 5px;
}
#secondary .widget_search input[type=submit],
#footer-sidebar .widget_search input[type=submit] {
  display: none;
}
#secondary .widget_search input[type=text],
#footer-sidebar .widget_search input[type=text] {
  display: block;
  min-width: 96%;
  margin-left: 20px;
}
#secondary select#cat,
#footer-sidebar select#cat {
  margin-bottom: 10px;
  margin-left: 10px;
}
#secondary .widget,
#footer-sidebar .widget {
  background: #fff;
  margin-top: 15px;
  padding-top: 0px;
  padding: 10px;
  /* border: solid 1px #eee;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);   */
}
#secondary .widget a,
#footer-sidebar .widget a {
  color: #999999;    
  text-decoration: underline;    
}
#secondary .widget > div,
#footer-sidebar .widget > div {
  padding: 7px;
}
#footer-sidebar {
  clear: both;
  padding: 15px 0px;
}
#footer-sidebar .footer-column {
  margin: 15px 0;
  padding: 0 5px;
}
/* 8. Pagination
-----------------------------------------------*/
.pagination {
  margin: 20px 0;
  width: 100%;
  margin-left: -20px;
  text-align: center;
  clear: both;
}
.pagination ul {
  list-style: none;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a {
  color: #EEE;
  transition: all 0.4s ease;
}
.pagination ul > li > a .next {
  float: right;
}
.pagination ul > li > a:hover {
  color: rgb(0, 96, 209);;
  background: #eee;
}
.pagination .current {
  background: #a5d8f7;
}
.pagination ul  > li  > a,
.pagination ul  > li  > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: solid 1px #f1f1f1;
  border-left-width: 0;
  display: inline-block;
  color: #3b7395;
}
.pagination ul  > li:first-child  > a,
.pagination ul  > li:first-child  > span {
  border-left-width: 1px;
}
.pagination ul  > li:last-child  > a,
.pagination ul  > li:last-child  > span {
  border-rigth-width: 1px;
}
/* 9. Footer 
------------------------------------------------------- */
#colophon {
  background: #FFF;
  padding: 10px;
  border-top: solid 1px #ddd;
  border-bottom: solid 4px #ddd;
  width: auto;
  margin-left: 0px;
  margin-right: 0px;
}
.sep {
  font-size: 8px;
  position: relative;
  top: -2px;
  padding: 0 5px;
  color: #999999;
}
/* 9. HTML Markup & Formatting
--------------------------------------------------- */
article table {
  background: #f7f7f7;
}
article table td {
  padding: 5px;
  border: solid 1px #eee;
}
article table th {
  padding: 5px;
  background: #ccc;
  border: solid 1px #ccc;
}

h2
{
font-size: 22px;
}

h3
{
font-size: 20px;
}



article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
 font-family: 'Titillium Web', sans-serif;
  color: #333;
  margin-top: 25px;
  
}
article h1 a,
article h2 a,
article h3 a,
article h4 a,
article h5 a,
article h6 a {
  color: #333;
}
article blockquote {
  font-family: 'Open Sans', sans-serif;
}
article code {
  background: #2678aa;
  color: #000000;
}
/* 11. Widgets Style
---------------------------------------------------- */
.rp-item {
  display: block;
  clear: both;
  overflow: auto;
  margin-bottom: 8px;
  border-bottom: solid 1px #FFF;
  padding-bottom: 5px;
}
.rp-item:before {
  content: none !important;
}
.rp-thumb {
  float: left;
  width: 64px;
  margin-right: -5px;
  margin-top: 3px;
}
.rp-thumb img {
  width: 48px;
  border: solid 2px #eee;
  border-radius: 2px;
}
.rp-thumb rp-title {
  clear: none;
}
.rp-thumb rp-title a {
  display: block;
}
/* 12. Comments
---------------------------------------------------------- */
#respond input[type=text],
#respond input[type=email] {
  max-width: 450px;
}
#comments ol.comment-list {
  list-style: none;
  margin-left: 0px;
}
#comments li.comment {
  border: solid 1px #eee;
  padding: 10px;
  margin-top: 15px;
  list-style: none;
  background: #f9f9f9;
}
#comments .vcard img {
  border: solid 4px #FFF;
  border-radius: 5px;
  margin: 0 10px 10px 0;
}
#comments .comment-metadata {
  font-weight: bold;
  color: #333;
}
#comments .comment-metadata a {
  color: #333;
}
@media screen and (max-width: 480px) {
  li.comment {
    margin-left: -5%;
  }
}
/* 13. Header Fixes for Responsive Part
 -------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  #top-search {
    text-align: center;
    margin-top: 10px;
  }
  #top-search .search-form {
    float: none;
  }
  h1.site-title,
  #social-icons {
    display: block;
    text-align: center;
    padding: 5px;
  }
  #top-bar {
    padding-bottom: 5px;
  }
  div.slide-description {
    display: none;
  }
  div.slide-title {
    font-size: 12px;
  }
  .nivo-caption {
    max-width: 400px;
    max-width: 75%;
    min-width: 200px;
  }
  #site-navigation ul.menu,
  #site--navigation div.menu {
    display: none;
  }
  #site-navigation ul.menu li a,
  #site--navigation div.menu li a {
    font-size: 14px;
    padding: 10px;
  }
  #site-navigation ul.menu li:hover a,
  #site--navigation div.menu li:hover a {
    border-bottom: none;
    padding-bottom: 25px;
    padding: 10px;
  }
}
@media screen and (max-width: 400px) {
  #top-search input[type=text] {
    width: 250px;
  }
}
@media screen and (min-width: 768px) {
  #site-navigation ul.menu {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  #secondary,
  #footer-sidebar {
    padding: 20px 0px;
  }
}
/* Sub menu boxes
 -------------------------------------------------------------- */
.tile h1,
.tile h2,
.tile h3,
.tile h4,
.tile h5,
.tile h6 {
  color: #fff;
  -webkit-user-select: none;
}




.navbox {
  margin-top: 2px;
  display: block;
  cursor: pointer;
  text-align: center;
  opacity: .75;
  background-color: #2e8bcc;
  z-index: 1;
  color: #fff;
  height: 125px;
  width: 100%;
  padding-top: 30px;
}


.navbox .navbox-footer {
  position: absolute;
  bottom: -9px;
  left: 9px;
}
.navbox .navbox-footer .glyphicon,
.navbox .navbox-footer .flaticon, 
.navbox .navbox-footer .fa { 
  font-size: 50px;
  opacity: .50;
  color: #fff;
}



.navbox .navbox-footer .fa { 
  margin-bottom: 4px;
  margin-left: 6px;
}



.navbox a {
  color: #fff;
  height: 125px;
}
.navbox a:hover {
  text-decoration: none;
}
.navbox h1,
.navbox h2,
.navbox h3,
.navbox h4,
.navbox h5,
.navbox h6 {
  color: #fff;
}
.navbox.navbox-green {
  background-color: #393;
  border: 1px solid #2d862d;
}
.navbox.navbox-red {
  background-color: #e51400;
  border: 1px solid #cc1200;
}
.navbox.navbox-blue {
  background-color: #2e8bcc;
  border: 1px solid #297db7;
}
.navbox.navbox-yellow {
  background-color: #ffc40d;
}
.navbox.navbox-orange {
  background-color: #f39c12;
  border: 1px solid #e08e0b;
}

@media screen and (max-width: 768px) {
  .navbox {
   height: 50px;
   padding-top: 5px;
   }
   
  .navbox .navbox-footer .glyphicon {
  font-size: 30px;
  opacity: .30;
  color: #fff;
  }     
   .navbox h3{
    font-size:20px;
   }
}



/* Special
 -------------------------------------------------------------- */
.contact h1,
.contact h2,
.contact h3,
.contact h4,
.contact h5,
.contact h6 {
  margin-top: 0px;
}
.contact-image {
  width: 150px;
  height:150px;
  border-width: 8px;
  border-style: solid;
  border-color: #F3F3F3;
  background-color: transparent;
  border-radius: 80px;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 250px;
}
#footer {
  
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 220px;
  background: #222;
  padding-top: 20px;
  color: #999;
  z-index: 998;
}

.footer a {
 color: #999;
 text-decoration: underline;
}

@media (max-width: 767px) {
 .sm-center {text-align:center};
}



.btn,
.form-control {
  border-radius: 0px;
}


/*a.link-icon:before {
    content: url('../../images/icons/icon-word.png'); /*Image*/
   /* padding-right:5px;
//}    */


a[href$=".pdf"].link-icon:before,
a.link-icon.link-image[href]:before {
    content: url('../../images/icons/icon-pdf.png'); 
    padding-right:5px;
}

a[href$=".docx"].link-icon:before,
a.link-icon.link-image[href]:before {
    content: url('../../images/icons/icon-word.png'); 
    padding-right:5px;
}

.wpba-wrap {      
    width: 100%;
}

/**bootstrap thumbnail reset**/

.thumbnail{
    border: 0px;
    background-color: transparent;
}

.thumbnail a>img, .thumbnail>img {
    border: 1px solid #ddd;
    padding: 2px;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: transparent;
}




.navbar-nav>li>.dropdown-menu {   
    border-radius: 0px;
    border: 0px;
    webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

#navbar6 {
   /*font-family: 'Titillium Web', sans-serif;*/
   font-size: 110%;
   }
   
.navbar-inverse {
    background-color: #222;
    border: 0px;
}

.navbar-inverse .navbar-brand:hover
{
  background-color: rgb(0, 96, 209);
}
   
   /* Box
=================================================================== */

.project {
	text-align: center;
	border-top: 1px solid #ddd;
	padding: 4px 4px 14px 4px;  
	background: #fff;     
   webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.15);
    background: #fff;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
   
 
 
 
  margin-left: -13px;
   margin-right: -13px;
}


.project .picture {
	position: relative;

}

.project .picture .overlay {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
	background: rgba(99,182,174,.6);
	overflow: hidden;
	display: none;
}

.project .picture .overlay .actions {
	text-align: center;
	position: relative;
	width: 100% !important;
	height: 100% !important;
}

.project .picture .overlay .actions a {
	font-size: 22px;
	text-decoration: none;
	color: #bbb;
	background: rgba(0,0,0,.4);
	-webkit-border-radius: 50em;
	   -moz-border-radius: 50em;
			border-radius: 50em;
	padding: 10px 12px;		
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.project .picture .overlay .actions a:hover {
	color: #fff;
	background: rgba(0,0,0,.5);
}

.project .picture .overlay .actions a.search {
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: -40px;
	float: left;
}

.project .picture .overlay .actions a.link {
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: -40px;
	float: right;
}

.project .picture img {
	width: 100%; 
	height: auto;
	z-index: 1;
}

.project h3 {
	margin-top: 10px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold !important;
}

.project h4 {
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
}

.project p {
	margin-top: 10px;
}

.project .tags {
	font-size: 10px;
	color: #bbb;
}

.front-bage-buttons a:hover   
{
   text-decoration:none;
}