/*!
 * Start Bootstrap - Clean Blog v3.3.7+1 (http://startbootstrap.com/template-overviews/clean-blog)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 
body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #333333;
}

table { 
  table-layout: fixed;
  margin-top: 84px;
  margin-bottom: 84px;
  margin-left: 0px; 
}

th { 
  height: 300px;
  border: 0px solid #000;
  width: 380px; 
}

sub {
  font-size: 20px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  margin: 30px 0;
  background-color: rgba(0,180,200,0.25);
}

sub1 {
  background-color: rgba(89,240,197, 0.5);
}

p {
  text-align: justify;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5;
}
p a {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
}
a {
  color: #333333;
}
a:hover,
a:focus {
  color: #0085A1;
}
a img:hover,
a img:focus {
  cursor: hand;
}
blockquote {
  color: #777777;
  font-style: italic;
}
hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}
.navbar-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.navbar-custom .navbar-brand {
  font-weight: 800;
}
.navbar-custom .navbar-header .navbar-toggle {
  color: #777777;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
}
.navbar-custom .nav li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .navbar-custom {
    background: transparent;
    border-bottom: 1px solid transparent;
  }
  .navbar-custom .navbar-brand {
    color: white;
    padding: 20px;
  }
  .navbar-custom .navbar-brand:hover,
  .navbar-custom .navbar-brand:focus {
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-custom .nav li a {
    color: rgba(255, 255, 255, 1);
    padding: 20px;
  }
  .navbar-custom .nav li a:hover,
  .navbar-custom .nav li a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-custom .nav li ul.dropdown-menu a {
    color: #fff;
  }
  .navbar-custom .nav li ul.dropdown-menu a:hover,
  .navbar-custom .nav li ul.dropdown-menu a:focus {
    color: #0085A1;
  }
}
@media only screen and (min-width: 1170px) {
  .navbar-custom {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .navbar-custom.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -61px;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .navbar-custom.is-fixed .navbar-brand {
    color: #333333;
  }
  .navbar-custom.is-fixed .navbar-brand:hover,
  .navbar-custom.is-fixed .navbar-brand:focus {
    color: #0085A1;
  }
  .navbar-custom.is-fixed .nav li a {
    color: #333333;
  }
  .navbar-custom.is-fixed .nav li a:hover,
  .navbar-custom.is-fixed .nav li a:focus {
    color: #0085A1;
  }
  .navbar-custom.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.intro-header {
  background-color: #777777;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 49px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding: 150px 0;
  }
}
.intro-header .site-heading,
.intro-header .page-heading {
  text-align: center;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  margin-top: 0;
  font-size: 50px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 80px;
  }
}
.intro-header .post-heading h1 {
  font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
.intro-header .post-heading .meta {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
.intro-header .post-heading .meta a {
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .post-heading h1 {
    font-size: 55px;
  }
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}
.post-preview > a {
  color: #333333;
}
.post-preview > a:hover,
.post-preview > a:focus {
  text-decoration: none;
  color: #0085A1;
}
.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-preview > a > .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
.post-preview > .post-meta {
  color: #777777;
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
}
.post-preview > .post-meta > a {
  text-decoration: none;
  color: #333333;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
  color: #0085A1;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px;
  }
}
.section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}
.caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
footer {
  padding: 50px 0 65px;
}
footer .list-inline {
  margin: 0;
  padding: 0;
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
.floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #0085A1;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 25px;
}
.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #0085A1;
  border: 1px solid #0085A1;
  color: white;
}
.pager {
  margin: 20px 0 0;
}
.pager li > a,
.pager li > span {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 15px 25px;
  background-color: white;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  color: white;
  background-color: #0085A1;
  border: 1px solid #0085A1;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #333333;
  cursor: not-allowed;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #0085A1;
}
::selection {
  color: white;
  text-shadow: none;
  background: #0085A1;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  -webkit-tap-highlight-color: #0085A1;
}


img {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.img-responsive {display: block; margin: 0 auto 14px;}

.navbar-center {display: table;	margin: 0 auto;}

.logo-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h2 {margin-top: 10px;}

.post-head-a {
  margin: 0 0 7px 0;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 16px;
}
.post-head-b {
  margin: 0 0 35px 0;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 10px;
}
.post-head-c {
  margin: 0 84px 0;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.post-head-cb {
  margin: 0 84px 0;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.post-head-cc {
  margin: 0 84px 35px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.post-head-cd {
  margin: 0 84px 35px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.post-head-d {
  margin: 14px 42px 35px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {font-size: 16px; text-align: justify; margin-bottom: 7px;}

.xsm-b {margin-bottom: 21px;}
.sm-b {margin-bottom: 35px;}
.mm-b {margin-bottom: 49px;}
.lm-b {margin-bottom: 84px;}
.xlm-b {margin-bottom: 105px;}
.xsm-t {margin-top: 21px;}
.sm-t {margin-top: 35px;}
.mm-t {margin-top: 49px;}
.lm-t {margin-top: 84px;}
.xlm-t {margin-top: 105px;}

.i {font-style: italic;}
.b {font-weight: 600;}
.n {font-style: normal; font-weight: normal;}
.ta-l {text-align: left;}
.ta-r {text-align: right;}
.ta-c {text-align: center;}

.quote {
  font-style: italic;
  text-align: center;
  margin-left: 84px;
  margin-right: 84px;
}
.example {
  font-style: normal;
  text-align: justify;
  margin-left: 84px;
  margin-right: 84px;
}
.indent {text-indent: 1.5em;}

.sect-name-a {
  margin: 35px 0 0;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 35px;
  letter-spacing: 9px;
  text-transform: uppercase;
}
.sect-name-ab {
  margin: 4px 0 14px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 35px;
  letter-spacing: 7.5px;
  text-transform: uppercase;
}
.sect-name-bb {
  margin: 14px 0 0;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 27px;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.sect-name-bc {
  margin: 35px 0 0;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 27px;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.sect-name-b {
  margin: 14px 0 35px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 27px;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.sect-name-c {
  margin: 35px 0;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 27px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.post-subt-a {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
}
.post-subt-b {
  font-size: 18px;
  font-weight: 600;
  text-indent: 1.5em;
  letter-spacing: 2.5px;
}

.desc {
  font-style: normal;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: normal;
}

table tr td.table-img {min-width: 360px;}
.table-head-a {
  font-size: 28px;
  font-weight: 600;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.table-head-b {
  font-size: 18px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.table-txt {vertical-align: top;}

.artist-table {margin: 35px 0;}
table tr td.artist-table-img {min-width: 335px; max-width: 335px; text-align: right;}
.artist-img-thumbnail {max-width: 200px; height: auto; margin-right: 35px;}
.artist-table-txt {
  min-width: 375px;
  max-width: 375px;
  text-align: left;
  vertical-align:bottom;
}
.artist-table-head {
  font-size: 24px;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}
.artist-t-txt {font-size: 15px; text-align: justify;}

.t-sub-a {font-size: 18px; text-align: right; font-weight: 600;}
.t-sub-ab {font-size: 16px; text-align: right; font-weight: 600;}
.t-dp {font-size: 15px; text-align: left; font-style: italic;}
.t-sub-b {font-size: 15px; text-align: left; font-weight: 600;}
.t-txt {font-size: 15px; text-align: justify;}

.videoWrapper {
  display: block;
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
video {
  display: block;
  margin: 0 auto;
  width: 100% !important;
  height: auto !important;
}


@media (min-width: 569px) and (max-width: 767px) {

	.post-head-c {
	  margin: 0 42px 0;
	  font-size: 26px;
	  text-align: center;
	  line-height: 35px;
	  letter-spacing: 1px;
	}

	p {font-size: 15px;}

	table tr td.table-img {min-width: 240px;}
	.table-head-a {font-size: 26px; letter-spacing: 1px;}

	.t-sub-a {font-size: 15px;}
	.t-sub-ab {font-size: 14px;}
	.t-dp {font-size: 13px;}
	.t-sub-b {font-size: 13px;}
	.t-txt {font-size: 13px;}
}


@media (min-width: 321px) and (max-width: 568px) {

	.intro-header {margin-bottom: 38.5px;}
	.post-head-b {margin-bottom: 31.5px;}

	.post-head-a {font-size: 23px; font-weight: 350; letter-spacing: 16.5px;}
	.post-head-b {font-size: 16px; font-weight: 350; letter-spacing: 9.5px;}
	.post-head-c {margin: 0 14px 0; font-size: 21px; line-height: 35px;}
	.post-head-cb {margin: 0 14px 0; font-size: 20px; line-height: 35px;}
	.post-head-cc {margin: 0 14px 28px; font-size: 21px; line-height: 35px;}
	.post-head-cd {margin: 0 14px 28px; font-size: 20px; line-height: 35px;}
	.post-head-d {margin: 11.5px 7px 28px; font-size: 16px; line-height: 28px;}

	p {font-size: 15px;}

	.xsm-b {margin-bottom: 14px;}
	.sm-b {margin-bottom: 28px;}
	.mm-b {margin-bottom: 38.5px;}
	.lm-b {margin-bottom: 63.5px;}
	.xlm-b {margin-bottom: 87.5px;}
	.xsm-t {margin-top: 14px;}
	.sm-t {margin-top: 28px;}
	.mm-t {margin-top: 38.5px;}
	.lm-t {margin-top: 63.5px;}
	.xlm-t {margin-top: 87.5px;}

	.sect-name-a {
	  margin: 28px 0 0;
	  font-size: 21px;
	  line-height: 24.5px;
	  letter-spacing: 8px;
	}
	.sect-name-ab {
	  margin: 7px 0 11.5px;
	  font-size: 19px;
	  line-height: 24.5px;
	  letter-spacing: 6px;
	}
	.sect-name-bb {
	  margin: 11.5px 0 0;
	  font-size: 16px;
	  line-height: 21px;
	  letter-spacing: 5px;
	}
	.sect-name-bc {
	  margin: 28px 0 0;
	  font-size: 16px;
	  line-height: 21px;
	  letter-spacing: 5px;
	}
	.sect-name-b {
	  margin: 11.5px 0 28px;
	  font-size: 16px;
	  line-height: 21px;
	  letter-spacing: 5px;
	}
	.sect-name-c {
	  margin: 28px 0;
	  font-size: 16px;
	  line-height: 21px;
	  letter-spacing: 5px;
	}

	.post-subt-b {font-size: 16px; text-indent: 1em; letter-spacing: 2.5px;}

	.desc {font-size: 13px;}

	table {margin-top: 63.5px; margin-bottom: 63.5px;}
	table tr td.table-img {min-width: 175px;}
	.table-head-a {font-size: 21px;}
	.table-head-b {font-size: 16px;}

	.t-sub-a {font-size: 15px;}
	.t-sub-ab {font-size: 13px;}
	.t-dp {font-size: 13px;}
	.t-sub-b {font-size: 13px;}
	.t-txt {font-size: 13px;}

}


@media (max-width: 320px) {

	.intro-header {margin-bottom: 35px;}
	.post-head-b {margin-bottom: 21px;}

	.post-head-a {font-size: 20px; font-weight: 350; letter-spacing: 14px;}
	.post-head-b {font-size: 15px; font-weight: 350; letter-spacing: 7.5px;}
	.post-head-c {
	  margin: 0 14px 28px;
	  font-size: 17px;
	  text-align: center;
	  line-height: 24.5px;
	  letter-spacing: 1px;
	}

	p {font-size: 14px;}

	.xsm-b {margin-bottom: 14px;}
	.sm-b {margin-bottom: 28px;}
	.mm-b {margin-bottom: 35px;}
	.lm-b {margin-bottom: 63.5px;}
	.xlm-b {margin-bottom: 87.5px;}
	.xsm-t {margin-top: 14px;}
	.sm-t {margin-top: 28px;}
	.mm-t {margin-top: 35px;}
	.lm-t {margin-top: 63.5px;}
	.xlm-t {margin-top: 87.5px;}

	table {margin-top: 63.5px; margin-bottom: 63.5px;}
	table tr td.table-img {min-width: 145px;}
	.table-head-a {font-size: 17px; letter-spacing: 1px;}

	.t-sub-a {font-size: 13px;}
	.t-sub-ab {font-size: 12px;}
	.t-dp {font-size: 12px;}
	.t-sub-b {font-size: 12px;}
	.t-txt {font-size: 12px;}

}






