@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
@import url(https://fonts.googleapis.com/css?family=Courgette);
body, html{
font-family: 'Fjalla One', sans-serif;
	font-size:14px;
	margin: 0px;
  padding: 0px;
}

body.iosBugFixCaret.modal-open { position: fixed; width: 100%; }

.content {
  position: absolute;
  z-index: 99;
}
.heading h1 {
    color: #000;
    font-size: 3.2em;
    font-weight: normal;
    text-align: center;
	line-height: 60px;
}
#new h1 span {
	font-size: 48px;
	display: block;
	padding:60px 0 0;
	line-height: 0px;
}

.heading h2 {
    color: #444;
    font-size:2.3em;
    margin:40px 0 0;
    font-weight: normal;
    text-align: center;
    letter-spacing: -0.8px;
  line-height:50px;
}
.heading h2 #quote {
	font-size: 1.3em;
	color: #999;
}
.sub-heading {
    font-size:22px;
    text-align: center;
    text-transform: capitalize;
  color: #000;
  margin:15px 0 20px 0;
}
.heading span {
  color:#e37000;
}
.btn-orange, .btn-thankyou {
    background-color: #d26700;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    display:block;
    font-size: 26px;
    min-height: 68px;
    max-width:500px;
    margin: 6px auto;
    text-align: center;
    text-shadow: 0 1px 0 #cb7e00;
		padding:15px 15px;
		cursor:pointer; 
}
.btn-thankyou {
  max-width: 100%!important;
}
.btn-orange:hover, .btn-orange:focus, .btn-thankyou:hover, .btn-thankyou:focus {
    background: #a75200;
    color: #fffcdc;
    text-decoration: none;
}
.btn-plain {
  font-size: 26px;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  text-decoration: underline;
}

.close {
    color: #8f8f8f;
    font-size: 20px;
    line-height: 15px;
    text-shadow: none;
}

input[type="password"], input[type="text"], select  {
   background-color: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 0;
    box-shadow: none;
    color: #323232;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    margin: 0 auto;
    padding: 15px;
    width: 100%;
}
.form-wrap > h1 {
    font-size: 23px;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
}
.close:focus, .close:hover {
    color: #8f8f8f;
    cursor: pointer;
    opacity: 1;
    text-decoration: none;
}
.blue-btn {
  background-color: #a75200;
  padding: 16px;
  border: none;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 20px;

}
hr {
  border-bottom: 1px dotted #ccc; 

}
/* thank you */

.thx-header {
	width: 100%;
	height: 35px;
	background-color:#333; 
	margin-bottom: 25px;
}
.thx-content .panel {
	border-radius: 1px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.thx-content h1 {
	font-size: 68px;
	color: #c70000;
	font-family: "Arial", sans-serif;
	font-weight: bold;
}
.thx-content h3 {
	color: #000;
	line-height: 36px;
}
.thx-content ul li {
	margin-right: 5px;
}
/* modal */ 
.modal-content {
   background-clip: padding-box;
    background-color: #ffffff;
    border: 5px solid #ffca5d;
    box-shadow: 0 3px 9px;
    outline: 0 none;
    position: relative;
}
.modal-body {
  overflow: hidden;
}
.modal-head {
  font-family: "open-Sans", sans-serif;
  color: #000;
  line-height: 30px;
  font-size: 22px;
  font-weight: bold;
}
.modal-status {
  font-size: 12px;
  color: black;
  text-align: center;
  font-family: arial, sans-serif;
  border-bottom: 1px solid #ccc;
  padding: 5px;
}
.heading {
    margin-top: 20px;
}

.copy-right {
    float: left;
    font-weight: normal;
    margin-top: 30px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
		font-size: 14px;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.copy-right a {
    color: #2f2f2f;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.3px;
    text-decoration: none;
}
.embed-responsive-item{
	border:0;
}

.cc {
 font-family: 'Courgette', cursive;
  color: firebrick;
  font-size: 24px;
  padding-top: 15px;
}

/*----------Responsive Css Start----------*/

@media only screen and (max-width : 991px) {
.bgimage {
  display: none;
}
	.content {
		position: relative;
	}
}
@media only screen and (max-width : 767px){
	.heading h1 {
    font-size: 40px;
    margin:30px 0 20px;
}
.sub-heading {
    font-size: 23px;
}
.btn-orange{
	font-size:18px;	
}

}
@media only screen and (max-width : 479px){
.heading h1 {
    font-size: 36px;
}
.heading h2 {
  font-size: 1.8em;
	line-height: 40px;
}
}
@media only screen and (min-width : 992px){

.bgimage {
  position: absolute;
  right: 0;
  top: 0;
}
}
@media only screen and (min-width : 1700px){
.bgimage {
  right:200px;
  top: 0;
}
.content {
	left: 100px;
	}
}

/*----------Responsive Css End----------*/

