/*Stylesheet */
body{background: url('../images/bg.jpg');
     background-repeat: no-repeat;
     background-size: 100% 200%;
     display: block;
     background-attachment: fixed;
     
}
.row{max-width: 1200px;}
.head-banner{background-image: url(../images/header.jpg);
             background-repeat: no-repeat;
             border-radius: 30px 30px 0 0;    
             background-size: 100%;
             padding: 7%; 

             overflow: hidden;

}
/*@media*/
h1 {font-size: 2.5em; 
    text-shadow:2px 2px 1px #666;
    font-weight:bold;}
h2 {text-align: center;
    text-shadow:2px 2px 1px #666;
    font-weight:bold;}
.headline{
    margin:10px auto;
    text-align:center;
}
p {
	margin: 20px;
	}
	
.box-shad{
    box-shadow:3px 8px 8px rgb(70, 62, 62) ;
    -webkit-box-shadow:3px 8px 8px rgb(70, 62, 62) ;
    -moz-box-shadow:3px 8px 8px rgb(70, 62, 62) ;
}
.entry{
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(220, 220, 220, 0.8)); /* for IE 10*/
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.8), rgba(220, 220, 220, 0.1)) ;
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#e0fafafa, EndColorStr=#e0dcdcdc);  /*for IE */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.8)), color-stop(100%,rgba(220, 220, 220, 0.1)));

    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    /*margin-top: -1%;*/
}
/*Videos*/
.video-container {
    background-image: url("../images/video-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    padding: 30px 10px 23%;
    /*height: 0;*/
    overflow: hidden;
}
.flex-video {
    margin-top: -10px;
    padding-bottom: 56%;
    padding-top: 0;
}

.note-box {
    color: #9e660d;
    /*background:  url('js/images/grad-silver.png') 0 0 repeat-x;background: #e4e1e2;*/
    background: -moz-linear-gradient(top,  #e4e1e2 0%, #b9babc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e1e2), color-stop(100%,#b9babc));
    background: -webkit-linear-gradient(top,  #e4e1e2 0%,#b9babc 100%);
    background: -o-linear-gradient(top,  #e4e1e2 0%,#b9babc 100%);
    background: -ms-linear-gradient(top,  #e4e1e2 0%,#b9babc 100%);
    background: linear-gradient(to bottom,  #e4e1e2 0%,#b9babc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e1e2', endColorstr='#b9babc',GradientType=0 );
    border: 1px solid #e6c555;
}
.alert-boxes  {
    padding: 0px 5px 0px 5px;
}
.footer{text-align: center;}