/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  /* margin: 1em 40px; */
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}




/*
==================================================================================================================

	END OF NORMALIZE

==================================================================================================================
*/

/* ---------------- end normalize ----------------  */
body{
	font-family: myriad-pro, Helvetica, sans-serif;
}

h1{
	font-family: myriad-pro, Helvetica, sans-serif;
	font-weight:lighter;
	font-size: 5.3em;
	line-height: 1.1em;
}
.page-header h1{
  margin:0;
  padding:0;
  padding-top: .2em;
  padding-bottom: .4em;
}
h2{
	font-family: myriad-pro, Helvetica, sans-serif;
	font-weight:lighter;
	margin-top: 1em;
	margin-bottom: 1em;
}

section.home-news h2 {
	font-size: 3.3em;
	line-height: 1.1em;
	margin-bottom: 0.5em;
}

section.home-news h3, section.home-news h4 {
  font-weight: 500;
}


section.home-teasers div.teaser h2{
	margin-bottom: 20px;
}

h3{
	font-family: myriad-pro, Helvetica, sans-serif;
	font-weight:lighter;
	font-size: 2.5em;
	line-height: 1.8em;
}
h4{
	font-family: myriad-pro, Helvetica, sans-serif;
	font-weight:500;
  margin-bottom:1em;
  margin-top: 1em;

}
.blog h4 {
  font-size: 1.8em;
  line-height: 1.4em;
  font-weight: 500;
}
p, .dropdown a, .main-content li  {
	font-family: myriad-pro, Helvetica, sans-serif;
	font-weight:lighter;
	font-size: 2em;
	line-height: 1.8em;
}
#menu-top-down-navigation a{
  font-size: 16px !important;
}
.home-outro-bottom  p{
	padding: 1em 0 3em 0;
	font-size: 3em;
	line-height: 2em;
}
.blog p {
  font-size: 1.7em;
  line-height: 1.7em;
}

.pullquote, blockquote {
	margin: 2em 7em 2em 3em;
	padding: 1em 2em 1.5em 2em;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	text-align: center;
	color: #C80000;
	font-weight: 600;
	font-style: italic;
	font-size: 2.2em;
	line-height: 1.5em;
  display: block;
  clear: both;
}

blockquote p{
  text-align: left;
  font-size: 1em !important;
  line-height: 1.6em !important;
  color: #C80000;
  font-weight: 600;
  font-style: italic;
}

blockquote.first{
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
  padding-top: .8em !important;
}

.pullquote cite {
	color: #333;
	font-weight: 400;
	font-style: italic;
	font-size: 1em;
	line-height: 1.5em;
}

@media(max-width:767px) {
	.pullquote {
		margin: 0;
		padding: 1em 2em 1.5em 2em;
	}
}
/* container */

.main-content {
	padding: 10px 50px 70px 50px;
}
@media(max-width:767px) {
	.main-content {
		padding: 10px 10px 20px 10px;
	}
}

.home .main-content {
	padding: 10px 10px 10px 10px;
}

.page-header{
	border:0px;
	margin: 0px;
	padding: 0px;
}

/* teaser */

section.home-teasers div.teaser{
	min-height: 500px;
}
@media(max-width:767px) {
	section.home-teasers div.teaser{
		min-height: 100px;
	}
}

.blog  .teaser{
  padding-bottom: 3em;
}

/* search form */

.search-form {
	margin: 40px 0 0 -10px;
}

.home .search-form {
	margin: 0;
}

figure.alignright{
    margin:0px !important;
    padding-top: 1em !important;
    padding-left: 2.5em !important;
    padding-bottom: 2.5em !important;
}
figcaption.slideshow{
  margin-top: -10px !important;
}
figcaption.contentheader{
  margin-top: -10px !important;
}
figure .caption{
  font-weight: 300;
  margin-top: .6em !important;
  font-size: 1.4em;
  line-height: 1.3em;
  font-style: italic;

}
figure.alignnone{
    padding-top: 2em !important;
    padding-bottom: 0.5em !important;
    padding-left: 0em !important;
    margin:0px !important;
    clear:both;
    display: block;
    float: none;
}
.teaser-row{
  margin-bottom: 4em;
}
.bookimg{

    margin-top: 2em;
}
.teaser-row-first{
  margin-top: 4em;
}
.bt-links{
  font-size: 1.5em;
}
form br{
  display: none;
}
.newsletters-form{
  margin-top: 2em;
  font-size: 2em;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
}
.newsletters-form b, .newsletters-form strong{
  font-weight: 400 !important;
}
/* responsive hacks */

@media (max-width: 768px) {

  .teacher-overview-image-1{
    margin-bottom: 1em;
  }

  h1{
    font-size: 3em;
  }
  h3.teacher-overview-name{
    font-size: 2em !important;
    line-height: 1.2em !important;
  }
  .homepage-hero h1{
    font-size: 1.9em !important;
    line-height: 1.2em !important;
    font-weight: 500;
  }
  .homepage-hero h3{
    font-size: 1.9em !important;
    line-height: 1.2em !important;
  }
  img.sidebar-image{
    clear:both;
  }
  div.intro{
    font-size: 1.8em !important;
    line-height: 1.4em !important;
    font-weight: 500 !important;
  }
  p, .main-content li{
    font-size: 1.8em !important;
    line-height: 1.4em !important;
  }
  figcaption.contentheader{
    font-size: 1.2em !important;
    padding-top: 0.2em !important;
    font-weight: 300;
  }
  .pullquote{
    font-size: 1.5em !important;
    line-height: 1.4em !important;
  }
  figure.alignright{
    clear: both !important;
    display: block !important;
    float: none;
    padding-left: 0em !important;
    padding-bottom: 0em !important;
  }
  blockquote p{
    font-size: .9em !important;
    line-height: 1.4em !important;
  }
  blockquote{
    margin-left: .4em !important;
    padding-left: .4em !important;
    width: 85% !important;
  }
  .homepage-button {
    font-weight: 100;
    margin-top: 1em;
    margin-bottom: 0.3em;
    border-radius: 2px;
    font-size: 1.5em !important;
  }
  .home-news h2{
    font-size: 2.4em !important;
    font-weight: 300;
  }
  .home-news h3{
    font-size: 2.4em !important;
    line-height: 1em !important;
    font-weight: 500;
  }
  a.all-article{
    clear:both !important;
    float: none !important;
    display: block !important;
  }
  .navbar-footer a {
    font-size: 18px !important;
    font-weight: 500;
  }
  .navbar-footer li{
  }
  .dropdown-menu li a {
    font-size: 14px !important;
  }
  button.navbar-toggle{
    margin-bottom:0em;
    margin-left:1.4em !important;
  }
  a.navbar-link{
    margin-bottom:0em;
    margin-left:2em !important;
    margin-top: 2em !important;
  }

  .search-field{
    font-size: 1.2em;
  }
  .slideshow_title{
    font-size: 10px !important;
  }
  .navbar-icon, .navbar-link{
    font-size: 1.6em;
    color: #b90c0c;
  }
  #searchnav{
  }
}
.lon-social-media{

  margin-top: 10px;
  margin-right: 4px;
}


/* images */


figure {
	padding: 0px !important;
	float: left;
	border: 0px !important;
	border-radius: 0px !important;
  display: block !important;
  clear: both !important;
}

figure img {
	border-radius: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}

figcaption {
	padding: 0px !important;
  margin: 0px !important;
  margin-bottom: 1.5em !important;
	font-family: myriad-pro, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
}

/* home specific */

.homepage-button {
  font-weight: 100;
  margin-top: 1em;
  margin-bottom: 0.3em;
  border-radius: 2px;
}
.homepage-button-contentpage{
    margin-bottom: 1.0em !important;
    margin-top: .7em !important;

}
.homepage-hero a:hover{
  text-decoration: none;
}
.homepage-button .icon-arrow{
  margin-top: 0.5em;
}

a.all-articles, .pager a{
  font-size:0.8em;
  margin-top:-0.3em;
  margin-bottom:1em;
  padding: 0.2em !important;
  padding-left: 0.4em !important;
  padding-right: 0.4em !important;
}

.home-search {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  /*
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  */
}


.home-outro-line hr {
    border-top: 1px solid #cfcfcf;
}

/* round */
.teaser img, 
.home-news img,
.slideshow_slide_image img,
div.slideshow_description_box,
.home-search .search-submit,
.home-search .search-field,
.sidebar-bottom .search-submit,
.sidebar-bottom .search-field,
.main-content img,
.page-header img
 {
  border-radius: 2px !important;
}

.home-search .search-submit,
.sidebar-bottom .search-submit
{
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.home-search .search-field,
.sidebar-bottom .search-field{
  border-right: 0px !important;
}
/* mixed */

.wp-caption {
  padding: 0;
  border: 0;
  margin-bottom: 0 !important;
}
.wp-caption br {
    display: none;
}

.intro {
  font-size: 2.25em;
  font-weight: 100;
  line-height: 1.6em !important;
  padding: 0 0 0 0; 
}


/* content pages */
blockquote {
  width: 75%;
  border: none;
  padding: 0;
}

blockquote p, .intro {
  font-size: 2.75em;
  line-height: 1.25em;
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

blockquote cite {
  font-size: .75em;
}

/* teacher page */

div.teacher-bundle-first{
  margin-top: 40px !important;
}

div.teacher-bundle{
  margin-top: 2em;
/*
  border-radius: 4px;
  padding: 3em;
  padding-left: 3em;
  padding-right: 5em;
  background-color: #f3f8ff;
*/
  border-radius: 8px;
  padding-top: 3em;
  padding-bottom: 5em;
  border-top: 3px solid #F4F6F6;
  border-bottom: 3px solid #F4F6F6;
  background-color: #F6FAFD;
  padding: 3em;
} 


div.teacher-teaser-1 h3.teacher-overview-name{
  font-weight: 400;
  font-size: 2.5em;
  line-height: 1.5em;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

div.teacher-teaser-2 h3.teacher-overview-name{
  font-weight: 400;
  font-size: 2.0em;
  line-height: 1.3em;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.teacher-overview-image-1 img, .teacher-overview-image-2 img{
  margin-top: .5em;
}
p.teacher-overview-copy, p.teacher-overview-link {
  font-size: 1.9em;
  line-height: 1.6em;
}
div.teacher-row-2{

  margin-top: 4em;

}
.teacher-overview-link a{
  font-weight: 500;
}
/* sidebar image */

.sidebar-image{
  margin-top: 4em;
}
/* sidebar infobox */

.sidebar-right {
  background-color: #E6EFF4;
  border-radius: 6px;
  width: 30%;
  text-align: left;
  margin-left: 5em;
  margin-bottom: 5em;
  margin-top: 1em;
}

.sidebar-right h4 {
  color: #C80000;
  font-size: 2.0em;
}
  
.sidebar-right p {
  font-size: 1.5em;
}

img.content-image{
    float: right;
    width:  300px;
    height: 300px;
    margin:0px;
    padding-top: .5em;
    padding-left: 2em;
    padding-bottom: 2em;
}


aside.sidebar h4{
  font-size: 2.2em;
  line-height: 1.3em;
}
aside.sidebar .published{
  font-size: 1.2em;
  line-height: 1.3em;
}
aside.sidebar p{
  font-size: 1.2em;
  line-height: 1.3em;
  margin-top: 1em;
}
.cat-item a{
  font-size: 12px !important;
}

strong{

  font-weight: 400;

}
address h4{

  font-weight: 500;

}

address span{
  font-size: 1.8em;
  line-height: 1.3em;
  font-weight: 300;
}

address .well strong{
  font-size: 1.8em;
  font-weight: 500;
}


.updated{
  font-size: 1.4em !important;
  font-weight: 500 !important;
}
.post-categories{
  font-size: 1.4em !important;
  font-weight: 500 !important;
  margin-bottom: .4em;
}

h1.entry-title{
  margin-bottom: .3em;
  margin-top: .3em;
}

.news-featured-image{
  margin-bottom: 1em;
}

.news-meta{
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding-top: 2em !important;
  padding-bottom: 2em !important;
  clear: both;
}

div.media{
margin: 0px 0px 0px 0px;
padding-left: 0px;
}
p.well-headlne{
  font-size: 1.4em !important;
  font-weight: 500 !important;
}
.media-body p{
  font-size: 1.4em !important;
  padding-bottom: 1em;
  border-bottom: 1px solid #eaeaea;
}
.media-body{
}
h4.media-heading{
  clear: both;
}

.sidebar-newsletter label{
  font-size: .8em !important;
  padding-bottom: 1em;
  font-weight: lighter;
}
.sidebar-newsletter input.button{
  font-size: .6em !important;
  font-weight: lighter;
    color: #fff;
    background-color: #b80303;
    border-color: #9f0303;
    border:0px;
    padding: .6em;
}
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-social>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social.btn-lg {
    padding-left: 61px
}

.btn-social.btn-lg>:first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social.btn-sm {
    padding-left: 38px
}

.btn-social.btn-sm>:first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social.btn-xs {
    padding-left: 30px
}

.btn-social.btn-xs>:first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0
}

.btn-social-icon>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social-icon.btn-lg {
    padding-left: 61px
}

.btn-social-icon.btn-lg>:first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social-icon.btn-sm {
    padding-left: 38px
}

.btn-social-icon.btn-sm>:first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social-icon.btn-xs {
    padding-left: 30px
}

.btn-social-icon.btn-xs>:first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon>:first-child {
    border: none;
    text-align: center;
    width: 100% !important
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0
}

.btn-adn {
    color: #fff;
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:hover, .btn-adn:focus, .btn-adn:active, .btn-adn.active, .open>.dropdown-toggle.btn-adn {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active, .btn-adn.active, .open>.dropdown-toggle.btn-adn {
    background-image: none
}

.btn-adn.disabled, .btn-adn[disabled], fieldset[disabled] .btn-adn,
.btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled:active, .btn-adn[disabled]:active, fieldset[disabled] .btn-adn:active, .btn-adn.disabled.active, .btn-adn[disabled].active, fieldset[disabled] .btn-adn.active {
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn .badge {
    color: #d87a68;
    background-color: #fff
}


.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open>.dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open>.dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff
}

.btn-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:hover, .btn-flickr:focus, .btn-flickr:active, .btn-flickr.active, .open>.dropdown-toggle.btn-flickr {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open>.dropdown-toggle.btn-flickr {
    background-image: none
}

.btn-flickr.disabled, .btn-flickr[disabled], fieldset[disabled] .btn-flickr,
.btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled:active, .btn-flickr[disabled]:active, fieldset[disabled] .btn-flickr:active, .btn-flickr.disabled.active, .btn-flickr[disabled].active,
fieldset[disabled] .btn-flickr.active {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr .badge {
    color: #ff0084;
    background-color: #fff
}

.btn-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:hover, .btn-flickr:focus, .btn-flickr:active, .btn-flickr.active, .open>.dropdown-toggle.btn-flickr {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open>.dropdown-toggle.btn-flickr {
    background-image: none
}

.btn-flickr.disabled, .btn-flickr[disabled], fieldset[disabled] .btn-flickr,
.btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled:active, .btn-flickr[disabled]:active, fieldset[disabled] .btn-flickr:active, .btn-flickr.disabled.active, .btn-flickr[disabled].active,
fieldset[disabled] .btn-flickr.active {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr .badge {
    color: #ff0084;
    background-color: #fff
}

.btn-youtube {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-youtube:hover, .btn-youtube:focus, .btn-youtube:active, .btn-youtube.active, .open>.dropdown-toggle.btn-youtube {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-youtube:active, .btn-youtube.active, .open>.dropdown-toggle.btn-youtube {
    background-image: none
}

.btn-youtube.disabled, .btn-youtube[disabled], fieldset[disabled] .btn-youtube,
.btn-youtube.disabled:hover, .btn-youtube[disabled]:hover, fieldset[disabled] .btn-youtube:hover, .btn-youtube.disabled:focus, .btn-youtube[disabled]:focus, fieldset[disabled] .btn-youtube:focus, .btn-youtube.disabled:active, .btn-youtube[disabled]:active, fieldset[disabled] .btn-youtube:active, .btn-youtube.disabled.active, .btn-youtube[disabled].active,
fieldset[disabled] .btn-youtube.active {
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-youtube .badge {
    color: #cb2027;
    background-color: #fff
}


.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open>.dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open>.dropdown-toggle.btn-twitter {
    background-image: none
}

.btn-twitter.disabled, .btn-twitter[disabled], fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled:active, .btn-twitter[disabled]:active, fieldset[disabled] .btn-twitter:active, .btn-twitter.disabled.active, .btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter .badge {
    color: #55acee;
    background-color: #fff
}



