/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  /*position: absolute;
  bottom: 0;*/
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}



/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: STANLEY - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400-700);

body {
    background-color: #f2f2f2;
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #333;
}

/*h1 {
  font-size: 35px;
  margin-top: 30px;
  margin-bottom: 30px;
}*/



/* Paragraph & Typographic */
/*p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
}*/

.centered {
    text-align: center;
}

/* Links */
a {
    color: #1abc9c;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*.navbar {
  
  margin-bottom: 0px;
}


.navbar-inverse {
  background-color: #1abc9c;
  border-color: gray;
}

.navbar-inverse .navbar-nav > li > a {
  color: white;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #222222;
}

.navbar-brand {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
}

.navbar-inverse .navbar-brand {
  color: white;
}

.navbar-inverse .navbar-toggle {
  border-color: transparent;
}*/

.progress-bar-theme {
  background-color: #1abc9c;
}


/* Helpers */

.st {
  margin-top: 15px;
  margin-bottom: 15px;
}


.mt {
  margin-top: 40px;
  margin-bottom: 40px;
}

.pt {
  padding-top: 50px;
  padding-bottom: 50px;
}


/* +++++ WRAP SECTIONS +++++ */

#ww {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f2f2f2;
}


/*#footer {
  background-color: #2f2f2f;
  /*clear: both;
 position: relative;
 z-index: 10;
 height: 3em;
 margin-top: -3em;
}


#footer.right{
  text-align: right;
}

#footer p {
  color: white;

}

#footer h4 {
  color: white;
  text-transform: uppercase;
}*/


/* +++++ Color Wraps / Blog Page +++++ */

#grey {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}

#white {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}



/* Blog Date*/
bd {
  font-size: 12px;
  text-transform: uppercase;
  color: #7b7878;;
  font-weight: 700;
}

/* Blog Author*/
ba {
  font-size: 12px;
  text-transform: uppercase;
}

/* Blog Quote */
.bq {
  font-size: 22px;
  padding-top: 30px;
}

/* Blog Tags */
bt {
  font-size: 12px;
}

/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */
/* Effects also are controled by hover.zoom.js */
.zoom { 
    display:block; 
    position:relative; 
    overflow:hidden; 
    background:transparent url(../img/loader.gif) no-repeat center;
}


    .zoomOverlay {
        position:absolute;
        top:0; left:0;
        bottom:0; right:0;
        display:none;
        background-image:url(../img/zoom.png);
        background-repeat:no-repeat;
        background-position:center;
    }

.zoom2 {
  opacity: 1;
}

.zoom2:hover {
  opacity: 0.5;
}

/* glyphicon Configuration */

.glyphicon {
  font-size: 40px;
}

.green {
  color: green;
}

.light-blue {
  color: #063254;
}

.black{
  color: black;
}


.hazel{
  color: #3a6166;
}


ul.nav  a.current{
  color: black;

}

ul.nav a.current:hover{
  color: white;

}

/*
blockquote {
  background: url(../img/quote.gif) no-repeat;
  display: block;
  font-weight: bold;
  padding-left: 28px;
}

blockquote span.credits{
    float: right;
    font-size: 10px;
    padding-top: 10px;
}
blockquote span.credits:before{
    content: "- ";
}*/

blockquote {
  background: #f2f2f2;
  font-weight: bold;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.social{
  list-style: none;
}

.social>li{
  display: inline;
  
} 

.social a{
  margin-left: 10px;

}

#slogan{
  font-size: small;
  font-weight: normal;
  font-style: italic;
}

 .nav-pills > li.active > a,  .nav-pills > li.active > a:hover,  .nav-pills > li.active > a:focus {
color: white !important;
background-color: #1abc9c !important;
}

.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #1abc9c !important;
    border-color: #1abc9c !important;
}

.btn-default {
    color: #ffffff !important;
    background-color: #1abc9c !important;
    border-color: #1abc9c !important;
}







#noscript-warning {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #ae0000;
    padding: 3px 0 3px 0;
}




div.description p {
    text-align: justify;
}





.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #1abc9c;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-link:focus, .page-link:hover {
    color: #1abc9c;
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd;
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.label-green {
    background-color: #1abc9c;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-right: 5px;
    margin-bottom: 5px;
}




















































.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    color: #fff;
    cursor: default;
    background-color: #1abc9c;
}


.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}


.h7{
  font-size: 0.9em !important;
}