
body {
    overflow-x: hidden;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    color: #333;
    background: #e3e3e3;
}

.ratings{
    text-align: center;
    color: #fc1f02;
}

.caption{
    text-align: center;
}

p.thick {  
    color: #ffffff;
}

#textpadding{
    padding-top: 1%;
    text-align: center;
}

#location{
    text-align: center;
}

#success_message{ display: none;}

h1, h2, h3, h4, h5 {
	font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height:1.1em;
	color: #3a3a3a;
	text-transform: uppercase;
    font-weight: 700;
    margin-bottom:10px;
}
h6 {
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height:1.1em;
	color: #3a3a3a;
	text-transform: uppercase;
    font-weight: 300;
    margin-bottom:10px; 
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
  }
  
  h1 {
    font-size: 34px;
  }
  
  h2 {
    font-size: 30px;
  }
  
  h3 {
    font-size: 22px;
  }
  
  h4 {
    font-size: 19px;
  }
  
  h5 {
    font-size: 18px;
  }
  
  h6 {
    font-size: 16px;
  }
  
.content_text {
    text-align: center;
    padding: 10% 0 0 5%;
}

.content-top {
    padding: 3% 0;
    width: 89%;
    margin: 0 auto;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #fc1f02;
}

.well{
    background-color: #ffffff;
    border: 1px solid #ddd;
}

#titlePage{
    text-align: center;
}

#column{
    text-align: center;
}

.googleMap{
    width: 100%;
    height: 100%;
}


/* top header */
.header-top {
    background: #fc1f02;
    padding: 10px 0 10px 0;
}

.header-top_left {
    float: left;
}

i.fa{
    margin-right: 10px;
}
.phone{
    color: #ffffff;
    font-size: 0.85em;
}

.fa-phone{
    color: #ffffff;
    height: 25px;
	width: 25px;
}
.fa-facebook {
    color: #ffffff;
    height: 25px;
	width: 25px;
}

.fa-twitter {
    color: #ffffff;
    height: 25px;
	width: 25px;
}

.fa-pinterest {
    color: #ffffff;
    height: 25px;
	width: 25px;
}

.fa-google {
    color: #ffffff;
    height: 25px;
	width: 25px;
}

.fa-instagram {
    color: #ffffff;
    height: 25px;
	width: 25px;
}

.fa:hover {
    opacity: 0.7;
}

.socialMedia {
    float: right;
}

.socialMedia ul {
    margin: 0;
    padding: 0;
}

.socialMedia li {
	background: none;
	display: inline-block;
}
/*nav*/
.navbar-nav {
    float: right;
    margin: 0;
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
    font: bold;
    font-family: 'Meddon', cursive;
    font-size: 3vh;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #ff9900;
}

.navbar-inverse {
    background-color: #fc5e02;
    border-color: #ff9900;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #fc5e02;
}

.navbar-inverse .navbar-toggle {
    border-color: #ff9900;
}
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #fc1f02;
}
.navbar-inverse .navbar-nav > .active > a{
    background-color: #ff9900;
}


/*slider*/
.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}
.btn-clear {
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    margin-right: 15px;
}
.btn-clear:hover {
    color: #000;
    background-color: #FFF;
}
.carousel-control {
    text-shadow: 0;
}
  
.carousel-control.left {
    background-image: linear-gradient(
      to right,
      #0000003b 0,
      #00000000 100%
    );
}
.carousel-control.right {
    background-image: linear-gradient(
      to right,
      #00000000 0,
      #0000003b 100%
    );
}

img {
    width: 100%;
}



.carousel-inner{
    width: 100%;
}

#callAction{
    background-color: #3a3a3a;
}

/* video*/
.video{
    width: 100%;
}

#info{
    padding: 0;
    align-content: center;
    text-align: center;
    margin-top: -4vh;
    padding-left: 4%;
    padding-right: 4%
}

.videoText{
    text-align: center;
}

/*buttons*/
.btn-warning:hover {
    color: #fff;
    background-color: #fc5e02;
    border-color: #ff9900;
}
.btn-warning {
    color: #fff;
    background-color: #fc1f02;
    border-color: #ff9900;
}

.btn-warning:hover {
    color: #fff;
    background-color: #fc5e02;
    border-color: #ff9900;
}

.btn-warning:focus {
    color: #fff;
    background-color: #fc5e02;
    border-color: #ff9900;
}

/*footer*/
.footer {
    background: #fc5e02;
    padding: 10px 0 10px 0;
}
#footer{
    background: #fc1f02;
    width: 100%;
    align-content: center;
    text-align: center;
    color: #ffffff;
}

/*form*/
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.btn-success:hover {
    color: #fff;
    background-color: #fc5e02;
    border-color: #ff9900;
}

.btn-success:focus {
    color: #fff;
    background-color: #fc5e02;
    border-color: #ff9900;
}

.btn-success {
    color: #fff;
    background-color: #fc1f02;
    border-color: #ff9900;
}



.img-circle {
    border-radius: 50%;
}

.thumbnail {
    padding-top: 5%;

}
 #BGK{
    background-color: #ffffea;
}

#classimg{
    width: 95%;
}

#articleClass{
    padding-right: 7%;
    text-align: center;
}

/*banner ad*/
#cycler{
    position:relative;
    align-content: center;
}
#cycler img{
    position:absolute;z-index:1;
    width: 100%;
 
}
#cycler img.active{
    z-index:2;
}

#rowAd{
margin-right: 0px;
margin-left: 0px;
}

#containerAd{
    padding-bottom: 13%;
}

.calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows:  75px repeat(5, 1fr);
    border: 2px solid #fc5e02;
    height: 60vh;
    background: #ffffea;
    color:  #3a3a3a;
    margin-left: 1%;
    margin-right: 1%;
  }
  
  .headercal {
    display: grid;
    align-items: center;
    text-align: center;
    grid-template-columns: repeat(7, 1fr);
    border: 1px solid #fc5e02;
    grid-column: 1 / span 7; 
  }
  
  .cell {
    border: 1px solid #fc5e02;
    text-align: center;
  }