/*
 * 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=Montserrat:400,700);

body {
  	background-color: #ffffff;
  	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    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;
}



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

.centered {
    text-align: center;	
}

.centered form {
    display:inline-block;
}

.description {
    margin-top: -10px;
	margin-bottom: 30px;
}

.table thead th { 
  background-color: #1abc9c;
  color: #fff;
}

/* 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: 30px;
}

.navbar-inverse {
	padding-bottom: 10px;
	padding-top: 10px;
}

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

.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 */

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

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


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

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

#www {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f2f2f2;
}

#footer {
	background-color: #2f2f2f;
	padding-top: 50px;
	padding-bottom: 50px; 
	margin-top: 30px;
}

#footer p {
	color: white;
}

#footer h4 {
	color: white;
	text-transform: uppercase;
	padding-bottom: 20px;
}


/* +++++ 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: #d2d2d2;
	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;
	color: #1abc9c;
}

/* Social*/

@font-face {
  font-family: 'icons';
  src: url("/assets/fonts/icons.eot?social");
  src: url("/assets/fonts/icons.eot?#iefixsocial") format("embedded-opentype"), url("/assets/fonts/icons.woff?social") format("woff"), url("/assets/fonts/icons.ttf?social") format("truetype"), url("/assets/fonts/icons.svg?social#icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-fancy:before {
  content: "\46"; }

.icon-twitter:before {
  content: "\54"; }

.icon-facebook:before {
  content: "\66"; }

.icon-google:before {
  content: "\67"; }

.icon-pinterest:before {
  content: "\70"; }

/*================ Social share buttons ================*/
.social-sharing {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 5px 0px 8px 0px;
  /*================ Large Buttons ================*/ }
  .social-sharing * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
	display: inline-block;}
  .social-sharing a {
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    margin: 0px 10px 0px 0px;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    font-weight: normal; }
    .social-sharing a:hover {
	}
  .social-sharing span {
    display: inline-block;
    vertical-align: top;
    height: 22px;
    line-height: 22px;
    font-size: 12px; }
  .social-sharing .icon {
    padding: 0 4px 0 4px; }
    .social-sharing .icon:before {
      line-height: 22px; }
  .social-sharing.is-large a {
    height: 44px;
    line-height: 44px; }
    .social-sharing.is-large a span {
      height: 44px;
      line-height: 44px;
      font-size: 18px; }
    .social-sharing.is-large a .icon {
      padding: 0 10px 0 18px; }
      .social-sharing.is-large a .icon:before {
        line-height: 44px; }

.share-title {
  font-weight: 900;
  font-size: 12px;
  padding-right: 10px; }
.is-large .share-title {
    padding-right: 16px; }

.share-facebook {
  background-color: #3b5998; }
.share-facebook:hover {
    background-color: #2d4373; }

.share-twitter {
  background-color: #00aced; }
.share-twitter:hover {
    background-color: #0087ba; }

.share-pinterest {
  background-color: #cb2027; }
.share-pinterest:hover {
    background-color: #9f191f; }

.share-fancy {
  background-color: #4999dc; }
.share-fancy:hover {
    background-color: #2780cb; }

.share-google {
  background-color: #dd4b39; }
.share-google:hover {
    background-color: #f55440; }

.share-count {
  position: relative;
  background-color: white;
  padding: 0 6px;
  margin-right: -2px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  border-radius: 0 2px 2px 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in; }
.share-count.is-loaded {
    opacity: 1; }
.share-count:before, .share-count:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid; }
.share-count:before {
    left: -6px;
    border-right-color: #ececec; }
.share-count:after {
    left: -5px;
    border-right-color: white; }
a:hover .share-count {
    background-color: whitesmoke; }
a:hover .share-count:after {
      border-right-color: whitesmoke; }
.is-large .share-count {
    font-size: 18px;
    padding: 0 14px; }

/*================ Clean Buttons ================*/
.social-sharing.is-clean a {
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  margin-top: 10px;  }
  .social-sharing.is-clean a span {
    height: 20px;
    line-height: 20px; }
.social-sharing.is-clean a .share-title {
    font-weight: bold;
	font-size: 11px;	}
.social-sharing.is-clean .share-count {
  font-size: 11px;  }
.social-sharing.is-clean .icon-facebook {
  color: #3b5998;
  font-size: 13px;
  color: #fff;  }
.social-sharing.is-clean .icon-twitter {
  color: #fff;
  font-size: 13px  }
.social-sharing.is-clean .icon-pinterest {
  color: #fff;
  font-size: 13px  }
.social-sharing.is-clean .icon-fancy {
  color: #fff;
  font-size: 13px  }
.social-sharing.is-clean .icon-google {
  color: #fff;
  font-size: 13px  }
  
.fb_like_and_share {
  display: table-row;
}

.wrapper_fb_like {
  display: table-cell;
  min-width: 85px;
  margin-right: 20px;
  vertical-align: middle;
}

.fb_like_and_share .fb_like_out {
  display: table;
  min-width: 76px;
  padding: 0 7px;
  display: inline-block;
  font-size: 0px; 
}

.fb_like_out .fb_thumb .icon {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(/img/fb_thumb.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  float: left;
  margin: 9px 5px 9px 0;
}

.fb_like_out .fb_thumb .text {
  font-size: 20px;
  color: #3c56a2;
  font-weight: bold;
  float: left;
  height: 32px;
  line-height: 19px;
}

.fb_like_out .fb_thumb .text span:nth-child(1) {
  float: left;
  text-align: center;
  font-size: 22px;
  margin: 6px 0;
}

.fb_blueArrow {
  float: left;
  margin: 16px 16px 15px 14px;
  max-width: 26px;
}

.fb_like_and_share .fb-like {
  display: table-cell;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.fb-like-wrap {
  display: table-cell;
  position: relative;
  overflow: hidden;
  padding: 0;
  display: inline-block;
  padding-right: 10px;
  min-width: 130px;
}



