ul.navbar-nav li a {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size:24px;
  
}

.whitecolor a {
color:#FFFFFF!important;
 font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size:24px;
}

.whitecolor1{
color:#FFFFFF!important;
 font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size:16px;
}


.fixedback {
background-image:url(../images/background1.png);
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
background-repeat:no-repeat;
height:auto;
padding-top:40px;
padding-bottom:40px;
}
.fixedback1 {
background-image:url(../images/background2.jpg);
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
background-repeat:no-repeat;
height:auto;
padding-top:40px;
padding-bottom:40px;
}
.fixedback2 {
background-image:url(../images/background3.jpg);
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
background-repeat:no-repeat;
height:auto;
padding-top:40px;
padding-bottom:40px;
}
.fixedback3 {
background-image:url(../images/background4.jpg);
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
background-repeat:no-repeat;
height:auto;
padding-top:40px;
padding-bottom:40px;
}

.fixedback4 {
background-image:url(../images/background5.jpg);
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
background-repeat:no-repeat;
height:auto;
padding-top:40px;
padding-bottom:40px;
}
.padtop20 {
padding-top:20px;
padding-left:20px;
padding-right:20px;
}

.padbot20 {
padding-bottom:20px;
}


.mainhead {
font-size:60px;
color:#FFFFFF;
padding-top:30px;
}
.mainheadnew {
font-size:60px;
color:#340103;
padding-top:0px;
}
.about_caption {
font-size:30px;
color:#ae552d;
padding:20px;
}
a.fontview{
font-size:24px!important;
}

.fontitalic {
/*font-family: 'Bilbo Swash Caps', cursive;
*/
font-family: 'Caveat', cursive;
font-size:26px;
}

hr.style-two {
    border: 0;
    height: 1px;
	width:50%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.mainhead1 {
font-size:40px;
color:#ae552d;
padding-top:30px;
}
.about_caption1 {
font-size:20px;
color:#000000;
padding:20px;
}
.fourcont {
font-size:16px;
padding:20px;
color:#FFFFFF;
}
.fourcontnew {
font-size:16px;

color:#000000;
}
.fourcontnew1 {
font-size:15px;

color:#000000;
}

.footerbg {
background-color:#000000;
margin-top:20px;
}

.navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
background-color:transparent;
color:#cccccc;
}

.pad_form {
padding:30px;
}

/**************************** FORM STYLE START **************************************************/

.form-style-5{
/*    max-width: 500px;
*/    padding: 10px 20px;
    background: #cccccc;
    margin: 10px auto;
    padding: 20px;
    background: #cccccc;
/*    border-radius: 8px;
*/    font-family: Georgia, "Times New Roman", Times, serif;
}
.form-style-5 fieldset{
    border: none;
}
.form-style-5 legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}
.form-style-5 label {
    display: block;
    margin-bottom: 8px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
    font-family: Georgia, "Times New Roman", Times, serif;
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    outline: 0;
    padding: 7px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #ffffff;
    color:#8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 30px;
   
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
    background: #d2d9dd;
}
.form-style-5 select{
    -webkit-appearance: menulist-button;
    height:35px;
}
.form-style-5 .number {
    background:#333333;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
    position: relative;
    display: block;
    padding: 19px 39px 18px 39px;
    color: #FFF;
    margin: 0 auto;
    background: #333333;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100%;
    border: 1px solid #000000;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
    background: #1c1c1a;
}

/*************************** FORM STYLE END ****************************************************/

.content {
font-family: 'Raleway', sans-serif;
font-size:14px;
}

.font15{
font-size:15px;
}
.contenthead{
font-family: 'Raleway', sans-serif;
font-size:24px;
}

ul.ulstyle {
list-style-type:disc;
padding-left:30px;
}
.border_rignt {
border-right:1px dotted #000000;
}

.frame-area {
  display: block;
  width: 100%;  /* RESPONSIVE WIDTH */
  max-width: 400px;
  height: 300px;
  overflow: hidden;  /* EDIT TO hidden FOR NO SCROLLBAR */
  border: #999999 1px solid;
  margin: 0px;
  padding: 0px;
  }
  .padtop10 {
  padding-top:20px;
  }
  
  .contactfont {
  font-family: 'Caveat', cursive!important;
  font-size:24px!important;
  line-height:40px!important;
	}
  
  .bglightgrey{
  background-color:#3a3e3f;
  }
  .bg1 {
  background-color:#474946;
  }
  .bg2 {
  background:url(../images/background1.jpg);
/*  background-color:#3a3e3f;
*/  color:#e5e5e5;
  }
  
   .bgg3 {
  background:url(../images/background6.jpg);
/*  background-color:#3a3e3f;
*/  color:#e5e5e5;
  }
  
  .bg4 {
  background-color:#000000;
  opacity:0.8;
  padding-bottom:82px;
/*  background-color:#3a3e3f;
  color:#e5e5e5;*/
  }
  
  .bg2 p {
  color:#e5e5e5;
  font-family: 'Yanone Kaffeesatz', sans-serif;

  }
  .bg3 {
  background-color:#742916;
  color:#ffffff;
  }
  
  .bg3 p {
  color:#ffffff;  
  font-family: 'Yanone Kaffeesatz', sans-serif;

  }
  .orangeline {
  background-color:#CC9966;
  height:5px;
  }
  
  .btn-primary{
  background-color:#a45634;
  border:#a45634;
  }
  
  .btn-primary:hover, .btn-primary:focus {
  background-color:#ad6648;
  border:#ad6648;
  }