/* Add here all your css styles (customizations) */
body{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.topbar {
	height: 30px;
}

.seminar-year {
	text-align: left;
	font-size: 140%;
	padding: 10px;
}

.seminar-month {
	padding-top: 3px;
	text-align: left;
	font-size: 120%;
	padding: 10px;
}

.seminar-calendar {
	/*position: fixed; */
	/*top: 15%; */
	margin: 0 auto;

}



.search_form {
	width: 90%;
	margin-right: 10px;
	
}

.search_go {
	
}

.searched_item {
	color: #fff;
	background-color: #72c02c;
}

.seminar-hero {
	height: 350px;
	background: #eee;
	border: solid 1px #ddd;
	box-sizing: border-box;
}

.seminar-lead {
	margin: 0 0 30px 0;
	/*padding-left: 0;
   padding-right: 0;*/
}

.seminar-lead h3 {
	/*margin: 22px 0 5px;
	font-size: 180%;*/
	 margin-top: 0.5em;
    margin-bottom: 0.7em;
    font-size: 2.4em;
    color: #2E2E2E;
    line-height: 1.1em;
}
.seminar-lead h3 a{
    color: #2E2E2E;
}

.seminar-lead h3 a:hover {
/*	text-decoration: none; */
    box-shadow: inset 0 -4px 0 #72c02c;
    text-decoration: none;
}
.seminar-lead a:hover {
/*	text-decoration: none; */
}

.seminar-lead {
	min-height: 200px;
}

.seminar-grid {
    display: inline;
    margin: 0;
    /*padding: 15px;*/
    height: auto;
    float: left;
    list-style: none;
}

.seminar-tags{
	color: #000;
	border: 1px solid #000;
	font-size: 11px;
	padding: 4px;
	margin-right: 4px;
	font-family: sans-serif;
  text-transform: uppercase;
}
a.seminar-tags:hover{
	background: #72c02c;
	text-decoration: none;
	color: #000;
}

.seminar-button{
	color: #000;
  letter-spacing: 0.5px;
	border: 1px solid #000;
	font-size: 12px;
	padding: 6px;
	font-family: sans-serif;
}
a.seminar-button:hover{
  background: #72c02c;
	text-decoration: none;
	color: #000;
}
p, li, li a {
   font-size: 1.15em;
}

.article_date {
	color: #777;
}

.seminar_form {
/*	position: fixed; */
	right: 11%;
	bottom: 20%;
	/*margin-top: 30px;
	min-width: 325px;*/
	min-width: 100%;
	width: 200px;
}

.seminar_form input {
	/*width: 100%;
	border-radius: 0;
	border: 1px solid #000;*/
	font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 10px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #D4D4D4;
}

.seminar_form input[type="submit"] {
	margin-top: 20px;
	font-size: 1.2em;
	width: 100%;
	min-height: 50px;
	background: #72c02c;
	color: #fff;
	border:none;
}

.seminar_form input[type="submit"]:hover {
	background: #72B03C;
	/*color: #000;*/
}

.seminar-select {
	/*width: 250px;*/
	/*min-width: 100%;*/
	font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 10px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #D4D4D4;
}

.backstretch:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    background-image: -webkit-linear-gradient( top , rgba(0, 0, 0, 0.25) 0%, transparent 3%, transparent 40%, rgba(0, 0, 0, 0.75) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, transparent 3%, transparent 40%, rgba(0, 0, 0, 0.75) 100%);
}

/**
 * last add. Testimonial
 * --------------------------------------------------
 */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    /*width: 50px;
    height: 50px;*/
    background: #000;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50% !important;
    opacity: 0.4;
    overflow: hidden;
   /* transition: all .4s ease-in;*/
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 12px;
    height: 12px;
    opacity: 1;
    /*transition: all .2s;*/
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p{
  font-size: 15px;
}
/*.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}*/

/**
 * tab
 * --------------------------------------------------
 */

/*.nav-tabs {
  background-color: #e6e9ed;
  border-bottom: none;
          border-radius: 4px 4px 0 0;

  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
}
.nav-tabs > li {
  margin-bottom: 0;
  border-left: 1px solid #ccd1d9;
}
.nav-tabs > li:first-child {
  border-left: none;
}
.nav-tabs > li > a {
  margin-right: 0;
  color: #434a54;
  border: none;
          border-radius: 0;

  -webkit-border-radius: 0;
     -moz-border-radius: 0;
}
.nav-tabs > li:first-child > a {
          border-radius: 4px 0 0 0;

  -webkit-border-radius: 4px 0 0 0;
     -moz-border-radius: 4px 0 0 0;
}
.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  background-color: #f5f7fa;
  border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: white !important;
  border: none;
}
.nav-tabs .dropdown-toggle, .nav-tabs .dropdown-toggle:hover, .nav-tabs .dropdown-toggle:focus {
  color: #434a54;
}
.nav-tabs li.dropdown.open .dropdown-toggle {
  color: #434a54;
  background-color: #f5f7fa;
}
.nav-tabs li.dropdown.active.open .dropdown-toggle {
  color: #434a54;
}
.nav-tabs li.dropdown.active.open .dropdown-toggle .caret, .nav-tabs li.dropdown.active .dropdown-toggle .caret {
  border-top-color: #434a54;
  border-bottom-color: #434a54;
}
.nav-tabs li.dropdown.open .caret, .nav-tabs li.dropdown.open.active .caret, .nav-tabs li.dropdown.open a:hover .caret, .nav-tabs li.dropdown.open a:focus .caret, .nav-tabs .dropdown-toggle .caret, .nav-tabs .dropdown-toggle:hover .caret, .nav-tabs .dropdown-toggle:focus .caret {
  border-top-color: #434a54;
  border-bottom-color: #434a54;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 0;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs.nav-justified > li > a {
          border-radius: 0;

  -webkit-border-radius: 0;
     -moz-border-radius: 0;
}
.nav-tabs.nav-justified > li:first-child > a {
          border-radius: 4px 0 0 0;

  -webkit-border-radius: 4px 0 0 0;
     -moz-border-radius: 4px 0 0 0;
}
.nav-tabs.nav-justified > li:last-child > a {
          border-radius: 0 4px 0 0;

  -webkit-border-radius: 0 4px 0 0;
     -moz-border-radius: 0 4px 0 0;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: none;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: none;
            border-radius: 0;

    -webkit-border-radius: 0;
       -moz-border-radius: 0;
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom: none;
  }
}
.tab-content {
  padding: 10px;
}

.tabs-below .nav-tabs {
          border-radius: 0 0 4px 4px;

  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
}
.tabs-below .nav-tabs > li:first-child > a {
          border-radius: 0 0 0 4px;

  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
}
.tabs-below .nav-tabs.nav-justified > li:last-child > a {
          border-radius: 0 0 4px 0;

  -webkit-border-radius: 0 0 4px 0;
     -moz-border-radius: 0 0 4px 0;
}

.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
  float: none;
  border-top: 1px solid #ccd1d9;
  border-left: none;
}

.tabs-left .nav-tabs > li:first-child,
.tabs-right .nav-tabs > li:first-child {
  border-top: none;
}

.tabs-left .nav-tabs > li > a,
.tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
}

.tabs-left .nav-tabs {
  float: left;
  margin-right: 19px;
          border-radius: 4px 0 0 4px;

  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
}
.tabs-left .nav-tabs > li:first-child > a {
          border-radius: 4px 0 0 0;

  -webkit-border-radius: 4px 0 0 0;
     -moz-border-radius: 4px 0 0 0;
}
.tabs-left .nav-tabs > li:last-child > a {
          border-radius: 0 0 0 4px;

  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
}

.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px;
          border-radius: 0 4px 4px 0;

  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
}
.tabs-right .nav-tabs > li:first-child > a {
          border-radius: 0 4px 0 0;

  -webkit-border-radius: 0 4px 0 0;
     -moz-border-radius: 0 4px 0 0;
}
.tabs-right .nav-tabs > li:last-child > a {
          border-radius: 0 0 4px 0;

  -webkit-border-radius: 0 0 4px 0;
     -moz-border-radius: 0 0 4px 0;
}*/

/**
 * panel
 * --------------------------------------------------
 */
/*.panel {
  background-color: white;
  border: none;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .2);

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
}
.panel .list-group {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.panel .list-group-item:first-child {
  border-top: 1px solid #e6e9ed;
}
.panel-heading {
          border-radius: 4px 4px 0 0;

  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
}
.panel-title {
  font-size: 14px;
  font-weight: normal;
  color: #434a54;
}
.panel-footer {
  background-color: #e6e9ed;
  border-top-color: #e6e9ed;
          border-radius: 0 0 4px 4px;

  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
}
.panel-default {
  border-color: #e6e9ed;
}
.panel-default > .panel-heading {
  color: #434a54;
  background-color: #e6e9ed;
  border-color: #e6e9ed;
}
.panel-primary {
  border-color: #3bafda;
}
.panel-primary > .panel-heading {
  color: white;
  background-color: #3bafda;
  border-color: #3bafda;
}
.panel-success {
  border-color: #8cc152;
}
.panel-success > .panel-heading {
  color: white;
  background-color: #8cc152;
  border-color: #8cc152;
}
.panel-info {
  border-color: #37bc9b;
}
.panel-info > .panel-heading {
  color: white;
  background-color: #37bc9b;
  border-color: #37bc9b;
}
.panel-warning {
  border-color: #f6bb42;
}
.panel-warning > .panel-heading {
  color: white;
  background-color: #f6bb42;
  border-color: #f6bb42;
}
.panel-danger {
  border-color: #da4453;
}
.panel-danger > .panel-heading {
  color: white;
  background-color: #da4453;
  border-color: #da4453;
}
.panel-primary > .panel-heading > .panel-title, .panel-success > .panel-heading > .panel-title, .panel-info > .panel-heading > .panel-title, .panel-warning > .panel-heading > .panel-title, .panel-danger > .panel-heading > .panel-title {
  color: white;
}
.panel > .list-group:first-child .list-group-item:first-child, .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
          border-radius: 4px 4px 0 0;

  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
}
.panel > .list-group:last-child .list-group-item:last-child {
          border-radius: 0 0 4px 4px;

  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
          border-radius: 4px 0 0 0;

  -webkit-border-radius: 4px 0 0 0;
     -moz-border-radius: 4px 0 0 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
          border-radius: 0 4px 0 0;

  -webkit-border-radius: 0 4px 0 0;
     -moz-border-radius: 0 4px 0 0;
}
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
          border-radius: 0 0 4px 4px;

  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
          border-radius: 0 0 0 4px;

  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
          border-radius: 0 0 4px 0;

  -webkit-border-radius: 0 0 4px 0;
     -moz-border-radius: 0 0 4px 0;
}
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top-color: #e6e9ed;
}*/
.month{
	margin: 0 4em; 
	font-size:1.2em;
	display: block;
	color: #f2f2f2;
}

.badge {
  background-color: #777;
}
.seminar-form{
  border: 1px solid #f1f1f1;
  padding: 10px 20px;
}
.media-body p{
  font-size: 1em;
}
/*.seminar_form{

}*/
.media-grey{ 
  background: #f1f1f1; 
} 
.media-left img{
  border-radius: 50% !important;
}
.seminar-page{
  padding-left: 20px;
}
.media{
  border: 1px solid #f1f1f1;
  padding: 20px;
}
.media-left{
  padding-right: 20px;
}

.tabs-left {
  /*margin-top: 3rem;*/
      margin-left: 6%;
}

.nav-tabs {
  float: left;
  border-bottom: 0;
  width: 6em;
}
.nav-tabs li {
  float: none;
  margin: 0;
}
.nav-tabs li a {
  margin-right: 0;
  border: 0;
  background-color: #494a50;
  -webkit-box-shadow: inset 0px 0px 23px 0px rgba(34,34,34,0.6);
-moz-box-shadow: inset 0px 0px 23px 0px rgba(34,34,34,0.6);
box-shadow: inset 0px 0px 23px 0px rgba(34,34,34,0.6);
}
.nav-tabs li a:hover {
  background-color: #444;
}
.nav-tabs .glyphicon {
  color: #fff;
}
.nav-tabs .active .glyphicon {
  color: #333;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 0;
  background: #5B5C6B;
  box-shadow: none;
  font-weight: 400;
}

.tab-content {
  margin-left: 6em;
  background: #5B5C6B;
  min-height: 9.99em;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 60%;
}
.tab-content .tab-pane {
  display: none;
  background-color: #fff;
  padding: 1.6rem;
  overflow-y: auto;
}
.tab-content .active {
  display: block;
}

.list-group {
  width: 100%;
}
.list-group .list-group-item {
  height: 50px;
}
.list-group .list-group-item h4, .list-group .list-group-item span {
  line-height: 11px;
}

.img img{
    width: 100%;
    height: auto;
}

.error {
	border: solid 1px rgb(255, 183, 203);
	padding: 10px 20px 0px 20px;
	background-color: #ffe2ef;
	margin-bottom: 20px;
}

.seminar_title {
	position:absolute; color: white; top: 7.2em; z-index: 9999; font-size: 2.5em; padding-right: 25%; line-height: 1.1;
}

@media (min-width: 768px) and (max-width: 979px) {
  .tabs-left{
  	margin-top: 2em;
  	margin-left: 0;
  }
  .seminar_form{
		margin-top: 0;
  }
  .seminar-grid{
  	 border-bottom: 1px solid #f2f2f2;
  	 margin-bottom: 2em;
  }
  .fix{
  	z-index: 9999;
  }
}

@media (max-width: 767px) {
  .tabs-left{
    margin-top: 2em;
    margin-left: 0;
    float: left;
  }
  .seminar_form{
    margin-top: 0;
    float: left;
    padding: 4em;
  }
  .seminar-grid{
     border-bottom: 1px solid #f2f2f2;
     margin-bottom: 2em;
  }
  .fix{
    z-index: 9999;
  }
	.seminar_title {
		top: 3em;
	}
}

@media (max-width: 576px) {
	.seminar_title {
		top: 2em;
	}
}