@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; outline:0; font:0;}
img { border:0;}

/* general body settings */
body { 
  color: #443a2e;
  background: #f7f1e7; 
  padding: 0px !important;
  margin: 0px !important;
  font-size:13px; 
  direction: ltr;
}


@font-face {
    font-family: 'gabriolaregular';
    src: url('../fonts/gabriola-regular-webfont.eot');
    src: url('../fonts/gabriola-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gabriola-regular-webfont.woff') format('woff'),
         url('../fonts/gabriola-regular-webfont.ttf') format('truetype'),
         url('../fonts/gabriola-regular-webfont.svg#gabriolaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


#header{
	width:100%;
}
.head{
	text-align:center;
	position:relative;
}
.apple{
	position:absolute;
	top:62px;
	left:-10px;
	z-index:999;
}
.logo{
	margin: 16px 12px 0px 30px;
}
.headerRt-img{
	top:8px;
	right:-26px;
	position:absolute;
	z-index:-999;
}
.nav{
	width:100%;
	background:url(../images/body_top.png) no-repeat;
	float:left;
}
.nav ul{
	width:100%; text-align:center; list-style:none; padding-top:15px
}
.nav ul li{
	font-family: 'Roboto Slab', serif;
	font-size:16px;
	padding:8px 10px;
	display:inline-block;
}
.nav ul li a{
	color:#443a2e;
	text-decoration:none;
}



.body{
	width:100%;
	float:left;
	background:url(../images/shellBg.jpg) repeat-y;
}

.body h1{
	font-family: 'Dancing Script', cursive;
	font-size:55px;
	width:100%;
	text-align:center;
	float:left;
	padding-bottom:18px;
	margin-top:0px;
	margin-bottom:23px;
	background:url(../images/heding_brodr.png) bottom center no-repeat;
}

.getStarted{
	width:100%;
	position:relative;
}
.getStarted p{
	font-family: 'Roboto Slab', serif;
	font-size:16px;
	font-weight:300;
	line-height:24px;
	margin-bottom:18px;
}
.getStarted p a{
	font-weight:600;
	color:#005ec8;
	text-decoration:none;
}
.getStarted p span{
	color:#dc1b14;
	font-weight:300 !important;
	padding-left:15px;
}

.leftImg{
	position:absolute;
	left:-108px;
	bottom:-30px;
}

.form{
	width:939px;
	float:left;
	text-align:center;
	margin-left:-9px;
	padding:46px 20px 0px 20px;
	background:url(../images/from_bg.png) top center no-repeat;
}
.form label{
	font-family: 'gabriolaregular';
	font-size:32px;
	color:#FFF;
	font-weight:normal !important;
	width:100%;
}
.form-control {
  display:inline-block;
  width: 60%;
  height: 35px;
  color: #201404;
  background-color: #fff;
  border: 1px solid #FFF;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
  margin-bottom:15px;
}
.form-control:focus {
  border-color: #dc1b14;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(220, 27, 20, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(220, 27, 20, .6);
}

.btnSubmit{
	font-family: 'gabriolaregular';
	font-size:32px;
	color:#fff;
	line-height:42px;
	padding:5px 60px 0px 60px;
	border:#005476 solid 1px;
	margin:4px 0px 14px 0px;
	
	background: #00a6db; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTZkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZlOWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #00a6db 0%, #006e9b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a6db), color-stop(100%,#006e9b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00a6db 0%,#006e9b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00a6db 0%,#006e9b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00a6db 0%,#006e9b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00a6db 0%,#006e9b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6db', endColorstr='#006e9b',GradientType=0 ); /* IE6-8 */

-webkit-box-shadow:inset 0 -1px 0 0 rgba(255,255,255,.60);
box-shadow:inset 0 -1px 0 0 rgba(255,255,255,.60);
}

.text{
	font-family: 'gabriolaregular';
	font-size:40px;
	font-weight:300;
	color:#52483e;
	padding:50px 10px 5px 10px;
	line-height:38px;
	text-align:center;
}

#banner{
	width:100%;
	padding-top:40px;
	text-align:center;
}
#banner .img-responsive{
	display: inline-block;
	margin-top:40px;
}
#banner .form-control {
  display: inline-block;
  width: 90%;
  height:auto;
  font-size: 14px;
  color: #555;
  margin-top:26px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
#banner .form-control:focus {
  border-color: #dc1b14;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(220, 27, 20, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(220, 27, 20, .6);
}


#product-images{
	width:100%;
	padding-top:40px;
	text-align:center;
}
#product-images .imgBox1{
	width:530px;
	height:461px;
	background:url(../images/productBox1.jpg) top center no-repeat;
	margin:0 auto;
	padding-top:20px;
	margin-top:135px;
}
#product-images .imgBox1 img{
	width: 62%;
  	display: inline-block;
}

#product-images .imgBox2{
	width:530px;
	height:461px;
	background:url(../images/productBox1.jpg) top center no-repeat;
	margin:0 auto;
	padding-top:20px;
	margin-top:65px;
}
#product-images .imgBox2 img{
	width: 80%;
  	display: inline-block;
}

#email{
	width:100%;
	padding:40px 20px 5px 20px;
}
#email p{
	font-family: 'Roboto Slab', serif;
	font-size:18px;
	line-height:24px;
}
#email h2{
	font-family: 'Roboto Slab', serif;
	font-size:14px;
	font-weight:300;
	width:100%;
	padding-top:35px;
	text-align:center;
}
#email label{
	font-family: 'Roboto Slab', serif;
	font-size:18px;
	font-weight:600;
	width:100%;
	text-align:left;
}
#email .form-control {
  font-size:13px;
  width: 100%;
  border: 1px solid #a9a9a9;
}
#email .form-control:focus {
  border-color: #dc1b14;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(220, 27, 20, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(220, 27, 20, .6);
}



#contact p {
	width:100%;
	font-family: 'gabriolaregular';
	font-size:48px;
	font-weight:300;
	line-height:38px;
	color:#171717;
	text-align:center;
	padding-top:40px;
}
#contact .contInfo {
	width:100%;
	float:left;
	padding-top:50px;
	padding-bottom:20px;
}
#contact .arrow {
	width:100%;
	padding-top:60px;
	text-align:left;
}
#contact h3 {
	font-family: 'gabriolaregular';
	font-size:48px;
	width:100%;
	padding-top:15px;
	text-align:center;
}
#contact a {
	font-family: 'gabriolaregular';
	font-size:28px;
	width:100%;
	color:#0890dd;
	text-decoration:none;
}
.footer{
	width:100%;
	float:left;
	background:url(../images/footerbg.png) top center no-repeat;
}
.footer .text2{
	width:100%;
	font-family: 'gabriolaregular';
	font-size:28px;
	font-weight:300;
	color:#171717;
	text-align:center;
	padding:25px 15px 85px 15px;
}
.footer-btm{
	width:100%;
	float:left;
	margin-top:65px;
}

.footer-btm .ft-logo{
	float:left;
	margin:34px 0px 0px 30px;
}
.footer-btm .rightImg{
	float:right;
	margin-right:-80px;
}
.form-group strong {
    display: block;
      margin: 30px 0px 10px 0px;
}
.article p {
    font-size: 14px !important;
    text-align: justify;
}

.video-main .preview {
	background: #fff;
	color: #000;
	border-radius: 0 0 5px 5px;
	display: inline-block;
	margin: auto;
	padding: 5px 50px;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 5px;
}
.video-wrap {
	max-width: 840px;
	margin: auto;
}
.video-wrap iframe {
	width: 100%;
	height: 480px;
}




@media only screen and (max-width : 980px){
	
	.form {
  width: 100%;
  margin-left: 0px;
}
}



@media only screen and (max-width : 767px){
	
	.logo {
	  margin: 16px 12px 0px 4px;
	  float: left;
	}
	.form {
	  width: 100%;
	  float: left;
	  margin-left: 0px;
	}
	.form-control {
	  width: 60%;
	}
 
}
 
@media only screen and (min-width : 568px) and (max-width : 640px){
	
	.logo {
		width:75%;
	}
	.body h1 {
	  font-size: 50px;
	}
	.getStarted p span {
	  padding-left:0px;
	  float: left;
	  width: 100%;
	}
	.form-control {
	  width: 60%;
	}
	.form label {
	  font-size: 32px;
	}
	#banner .form-control {
	  height: 80px;
	}
	#product-images .imgBox1 {
	  width: 100%;
	  height:100%;
	  padding-bottom: 30px;
	}
	#product-images .imgBox1 img {
	  width: 55%;
	}
	#product-images .imgBox2 {
	  width: 100%;
	  height:100%;
	  padding-bottom: 30px;
	}
	#product-images .imgBox2 img {
	  width: 55%;
	}
	.footer {
		 background: url(../images/footerbg.png) right center no-repeat;
	}
	.footer .text2 {
	  padding: 22px 15px 76px 15px;
	}
}
@media only screen and (max-width : 567px) {
	
	
	.form-control {
	  width: 70%;
	}
	.form label {
	  font-size:28px;
	}
	.form-group {
  		margin-bottom: 8px;

	}
	#product-images .imgBox1 {
	  width: 100%;
	  height:100%;
	  padding-bottom: 30px;
	}
	#product-images .imgBox1 img {
	  width: 55%;
	}
	#product-images .imgBox2 {
	  width: 100%;
	  height:100%;
	  padding-bottom: 30px;
	}
	#product-images .imgBox2 img {
	  width: 55%;
	}
	.footer-btm .ft-logo {
	  float: left;
	  margin:0px;
	  width: 100%;
	}
	.footer {
		 background: url(../images/footerbg.png) right center no-repeat;
	}
	.footer .text2 {
	  padding: 22px 15px 76px 15px;
	}
	.footer-btm .rightImg {
  float: right;
 margin-right:0px;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
/* Styles */
	
	.logo {
		width:95%;
	}
	.headerRt-img {
	  right: 0px;
	}
	.body h1 {
	  font-size: 35px;
	  margin-top:20px;
	  background-size: 65%;
	}
	.nav ul li {
	  font-size: 14px;
	  padding: 4px 9px;
	}
	.getStarted p {
	  font-size: 15px;
	}
	.getStarted p span {
	  padding-left:0px;
	  float: left;
	  width: 100%;
	}
	.form {
	  width: 100%;
	  background-image:none;
	  background-color:#4d4339;
	  border:#FFF solid 6px;
	  float: left;
	  padding-top:10px;
	  margin-top:20px;
	  margin-left: 0px;
	  -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, .075);
      		  box-shadow:0 1px 1px rgba(0, 0, 0, .075);
	}
	.form label {
	  font-size: 23px;
	}
	.form-group {
	  margin-bottom: 11px;
	}
	.form-control {
	  width: 92%;
	  margin-bottom:0px;
	}
	#banner .form-control {
	  height: 100px;
	}
	#product-images .imgBox1 {
	  background-size: 92%;
	  width:100%;
	  height:100%;
	  padding-bottom:28px;
	}
	#product-images .imgBox1 img {
		width:53%;
	}
	#product-images .imgBox2 {
	  background-size: 92%;
	  width:100%;
	  height:100%;
	  padding-bottom:28px;
	}
	#product-images .imgBox2 img {
		width:53%;
	}
	.footer-btm .ft-logo {
	  margin:0px;
	  width: 100%;
	}
	.footer-btm .rightImg {
	  margin-right:0px;
	}
	
 
}
 
@media only screen and (max-width : 320px){
.logo {
  width: 100%;
  margin:50px 0px 10px 0px;
}
	.getStarted p span {
	  overflow: hidden;
	}
	
	.form {
	  width: 100%;
	  background-image:none;
	  background-color:#4d4339;
	  border:#FFF solid 6px;
	  float: left;
	  padding-top:10px;
	  margin-top:20px;
	  margin-left: 0px;
	  -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, .075);
      		  box-shadow:0 1px 1px rgba(0, 0, 0, .075);
	}
	.form label {
	  font-size: 23px;
	}
	.form-control {
	  width: 92%;
	  margin-bottom:0px;
	}
	.btnSubmit {
	  font-size: 26px;
	  line-height: 36px;
	}
	.text {
	  font-size: 31px;
	}	
	#product-images .imgBox1 {
  background-size: 93%;
  padding-bottom: 27px;
}
#product-images .imgBox2 {
	background-size: 93%;
  padding-bottom: 27px;
	margin-top:34px;
}
	
	#email p {
	  font-size: 16px;
	}
	#contact h3 {
	  font-size: 36px;
	}
	#contact a {
	  font-size: 24px;
	} 
	.footer .text2 {
	  font-size:23px;
	  padding: 20px 15px 59px 15px;
	}
	.footer-btm {
	  margin-top: 4px;
	}
 
}


