/*
  Bootstrap v1.1
  Variables and mixins to bootstrap any new web development project.
*/
/* Variables
-------------------------------------------------- */
/* Mixins
-------------------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.center-block {
  display: block;
  margin: 0 auto;
}
.container {
  width: 940px;
  margin: 0 auto;
  zoom: 1;
}
/*.container:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}*/
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#flexbox .display-box {
  display: -moz-box;
  display: -webkit-box;
  display: box;
}
/* standard elements
-------------------------------------------------------------- */
html {
  font-size: 70px; 
  }
  @media (min-width: 768px) and (max-width: 991px) {
    html {
      font-size: 80px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    html {
      font-size: 90px; } }
  @media (min-width: 1200px) {
    html {
      font-size: 100px; } }
  html .old-ie {
    display: none; }
  html.lt-ie11 .old-ie {
    display: block; }

body {
  /*font-family: "Roboto", sans-serif;*/
  color: #808080;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  background: #fff; 
}
  @media (min-width: 768px) and (max-width: 991px) {
    body {
      font-size: 18px; } }
  @media (min-width: 992px) {
    body {
      font-size: 14px;
      line-height: 25px; } }

/*
* @subsection   Typography
* @description  Describes default font settings for basic html elements and
*               css classes
*/
h1, h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  color: #333; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .heading-1 a, .heading-2 a, .heading-3 a, .heading-4 a, .heading-5 a, .heading-6 a {
    color: #f1a916; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
  .heading-1 a:hover, .heading-2 a:hover, .heading-3 a:hover, .heading-4 a:hover, .heading-5 a:hover, .heading-6 a:hover {
    text-decoration: underline; }

h1, .heading-1 {
  font-size: 40px;
  line-height: 1.33; }
  @media (min-width: 768px) {
    h1, .heading-1 {
      font-size: 56px; } }

h2, .heading-2 {
  font-size: 25px;
  line-height: 1.5; }
  @media (min-width: 768px) {
    h2, .heading-2 {
      font-size: 48px; } }

h3, .heading-3 {
  font-size: 32px;
  line-height: 1; }
  @media (min-width: 768px) {
    h3, .heading-3 {
      font-size: 40px; } }

h4, .heading-4 {
  font-size: 26px; }
  @media (min-width: 768px) {
    h4, .heading-4 {
      font-size: 34px; } }

h5, .heading-5 {
  font-size: 22px;
  line-height: 1.54; }
  @media (min-width: 768px) {
    h5, .heading-5 {
      font-size: 24px; } }

h6, .heading-6 {
  font-size: 18px; }
  @media (min-width: 768px) {
    h6, .heading-6 {
      font-size: 20px; } }

p a, .list a, .contact-info a {
  color: #f1a916; }
p a:hover, .list a:hover, .contact-info a:hover {
  text-decoration: none; }

mark {
  color: #FFF;
  background: #f1a916; }

em {
  color: #f1a916;
  font-weight: 700; }

small, .small {
  font-size: 1em;
  line-height: 1.786em; }
  

  
/*
* @subsection   Text Styling
*/
.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.strike {
  text-decoration: line-through; }

.thin {
  font-weight: 100; }

.light {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.medium {
  font-weight: 500; }

.sbold {
  font-weight: 600; }

.bold, strong {
  font-weight: 700; }

.ubold {
  font-weight: 900; }

  
  
/*
* PAGE LAYOUT
*/ 

.container {
    margin-left: auto;
    margin-right: auto;
	width: 100%;
    max-width: 1200px;
    min-width: 300px;
    padding-left: 15px;
    padding-right: 15px;
}

.container .row {


}


@media (min-width: 768px) {
.container {
    max-width: 750px;
}
}
@media (min-width: 992px) {
.container {
    max-width: 970px;
}
}
@media (min-width: 1200px) {
.container {
    max-width: 1200px;
}
}
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    max-width: 2048px;
    padding-left: 30px;
    padding-right: 30px;
}
.logo {
  text-align: center;
  }

.logo img {
  max-height:200px!important;
    text-align: center;
  }
  
.page-header {
    border-bottom: 0px solid #eee;
    margin: 20px 0 0px 0px;
	padding:0;
}


/******************************************************OVERWRITE BOOTSTRAP*************************************************************************************/
.h1, .h2, h1, h2 {
    margin-bottom: 10px;
    margin-top: 10px;
}
@media (max-width: 768px) {
.h1, h1 {
    font-size: 1.6em!important;
}

.h2, h2 {
    font-size: 1.2em!important;
}
.h1 p span, h1 p span {
    font-size: 1.2em!important;
}
.h2 p span, h2 p span {
    font-size: 1em!important;
}

p span {
    font-size: 0.9em!important;
}
}

.h3, h3 {
    margin-bottom: 5px;
    margin-top: 5px;
}

span {
    margin: 0px 0 0px 0px;
}

p {
    margin: 10px 0 10px;
}

.block{background-position: center;background-attachment: fixed;background-size: cover}

.img-thumbnail{border:none;border-radius:0px;padding:0;background:transparent!important;}

.text-top,.text-bottom{text-align:center;}

a.play-button-link img.play-button {
    border: 0px solid blue;
    position: absolute;
    bottom: 50%;
    left: 50%;
    z-index: 10;
    margin: 0 0 -35px -35px;
    opacity: 0.6;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 5px 4px 0px rgba(50, 50, 50, .4);
    -moz-box-shadow: 0px 5px 4px 0px rgba(50, 50, 50, .4);
    box-shadow: 0px 5px 4px 0px rgba(50, 50, 50, .4);
}
.play-button-link{position:relative;}

/********************************OVERWRITE BOOTSTRAP FORMS*************************************************/
.form-control {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 2px solid #e5e6e7;
    border-radius: 4px;
    color: #f1a916;
    display: block;
    font-size: 20px;
    line-height: 30px;
	height: 47px;
    padding: 9.41176px 18px;
    width: 100%;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
}

@media (max-width: 768px) {
.form-control {
    font-size: 15px;

}
}
.form-control:focus {
    border-color: #f1a916;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(108, 179, 63, 0.6);
    outline: 0 none;
}

.error {
color: #c33633;
}

.has-error .form-control {
    border-color: #c33633;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
/********************************OVERWRITE BOOTSTRAP BUTTONS*************************************************/

.btn-primary {
    background-color: #f1a916;
    border-color: #f1a916;
    color: #fff;
	padding: 8px 15px 8px 15px ;
	font-size: 20px;
}
.btn-primary.focus, .btn-primary:focus {
    background-color: #ffa800;
    border-color: #ffa800;
    color: #fff;
}
.btn-primary:hover {
    background-color: #ef9d00;
    border-color: #ef9d00;
    color: #fff;
}
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-color: #ffa800;
    border-color: #2ffa800;
    color: #fff;
}

button, html input[type="button"], input[type="submit"] {
    cursor: pointer;
    background-color: #f1a916;
    border: 0px;
    color: #fff;
	padding: 9px 20px 9px 20px ;
	font-size: 20px;
	text-decoration:none!important;
	border-radius: 5px;
}

@media (max-width: 768px) {
button, html input[type="button"], input[type="submit"] {

	font-size: 1em;
}
}

input[type=button]:hover
{
  background-color: #ffa800;
}

button a, button a:hover {

	text-decoration:none!important;
}

button :hover {
    background-color: #ffa800;
    border-color: #ffa800;
    color: #fff;
}

/********************************OVERWRITE BOOTSTRAP UL LI*************************************************/
	
ul {list-style:none;}

li {line-height:40px;}

li:before {
    color: #f1a916;
    /*content: "\e901";
	font-family: 'icomoon' !important;*/
    display: inline-block;
    font-size: 40px;
    font-weight: 400;
    line-height: 0.7;
    padding-right: 10px;
    vertical-align: top;
}

/********************************OVERWRITE BOOTSTRAP BLOCKQUOTE*************************************************/
blockquote p::before {
    color: #ffa800;
    content: "\e902";
    display: inline;
	font-family: 'icomoon' !important;
    font-size: 35px;
    line-height: 45px;
    margin-right: 10px;
    vertical-align: bottom;
	border:0;
	margin-bottom: 10px;
}
blockquote p span {

    line-height: 30px;

}

blockquote {
    border-left: 0px solid #eee;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 0px 10px;
	quotes: none;
	line-height: 25px;
}



*, *::before, *::after {
    box-sizing: border-box;
}
blockquote::before, blockquote::after, blockquote p::after {
    content: "";
}

#footer {
    padding: 0px 0px 30px 0px;

}

@media (max-width: 768px) {
#footer {
  font-size: 11px!important;

}
}

.spacer{display:block;}
.spacer-1{height:1px;}
.spacer-25{height:25px;}
.spacer-50{height:50px;}
.spacer-75{height:75px;}
.spacer-100{height:100px;}