* { margin: 0; padding: 0; list-style: none}
a {
  color: #0088cc;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}


html {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}

#all {
	width:756px;
	margin:0 auto 10px;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }

p { line-height: 160%; margin-bottom: 1.2em }
ul { margin-bottom: 1.2em }
ul li { line-height: 160% }

/* @Header */
#header { 
	position: relative;
	height: 100px;
}

.vcard { padding-top: 30px; }
.vcard  h1 { font-size: 30px; font-style: italic}

/* @Menu */
#main-content {
	float: left;
	width: 100%;
	padding-bottom:15px
}
#content {
	width: 460px;
	padding: 0px ;
	float: left;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
}

#sidebar {
	float: right;
	width: 180px;
	padding: 20px;
	background-color: #e1e1e1;
	border-radius: 5px;
}

#sidebar .highlight{
	font-size: 14px;
	margin-bottom: 25px;
}
#sidebar .highlight p{
	margin-bottom: .5em;
}


#footer {
	padding: 10px 0 30px; 
	clear: both;
	text-align: right;
}

#font_size { text-align: right }

.hide{ display: none }

.fontsize-controllers {	
	margin-bottom: 15px;
}
.fontsize-controllers .btn-group{
	float: right;
}


/* bootstrap */

.group {
  zoom: 1;
}

.group:before,
.group:after {
  display: table;
  line-height: 0;
  content: "";
}

.group:after {
  clear: both;
}


.btn {
  display: inline-block;
  display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc;
}

.btn:first-child {
  margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  color: #7e7e7e;
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  display: inline;
  margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  zoom: 1;
}

.btn-group:first-child {
  margin-left: 0;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

  .modal-dialog {
    width: 400px;
    margin: 40px auto;
    bottom: 110px;
    left: auto;
    right: 40px;
    position: absolute;
  }

  .modal-body {

    padding: 10px 10px 10px 10px !important;
  }

  .modal-content {
    border-radius: 20px !important;

  }

  .youtube_highlight:hover {
    background: #cccccc30;
  }

  a:focus,
  a:hover {
    border: none !important;
  }



  .mt-5px {
    margin-top: 5px !important
  }

  .fs-12 {
    font-size: 12px;
  }

  .d-flex {
    display: flex;
  }

  .justify-content-start {
    justify-content: flex-start;
  }

  .align-items-center {
    align-items: center;
  }

  .cl-343a40 {
    color: #343a40 !important;
  }

  .cl-0019c8 {
    color: #0019c8 !important;
  }

  .w-80px {
    width: 80px !important;
  }

  .pb-20px {
    padding-bottom: 20px !important;
  }

  .cl-f07 {
    color: #f07 !important;
  }

  .cl-007509 {
    color: #007509 !important;
  }

  .pt-0 {
    padding-top: 0px !important;
  }

  .pb-30px {
    padding-bottom: 30px !important;
  }

  .bb-5px {
    border-bottom: 5px solid #ffffff0f;
  }

  .mb-20px {
    margin-bottom: 20px !important;
  }

  .h-260px {
    height: 260px !important;
  }

  .min-h-130 {
    min-height: 130px !important;
  }

  .max-h-130 {
    max-height: 130px !important;
  }


  .me-20px {
    margin-left: 20px !important;
  }

  .cl-23527c {
    color: #23527c !important;
  }

  .pt-15px {
    padding-top: 15px !important;
  }

  .mb-30px {
    margin-bottom: 30px !important;
  }

  .pt-10px {
    padding-top: 10px !important;
  }

  .pt-20px {
    padding-top: 20px !important;
  }

  .mb-50px {
    margin-bottom: 50px !important;
  }
