
/*  Base styles: opinionated defaults */

html,button,input,select,textarea {color: #222;}
html {font-size: 1em;line-height: 1.4;}
::-moz-selection {background: #b3d4fc;text-shadow: none;}
::selection {background: #b3d4fc;text-shadow: none;}
hr {display: block;height: 1px;border: 0;border-top: 1px solid #ccc;margin: 1em 0;padding: 0;}
audio,canvas,img,video {vertical-align: middle;}
fieldset {border: 0;margin: 0;padding: 0;}
textarea {resize: vertical;}
.browsehappy {margin: 0.2em 0;background: #ccc;color: #000;padding: 0.2em 0;}
.ir {background-color: transparent;border: 0;overflow: hidden;  /* IE 6/7 fallback */   *text-indent: -9999px;}
.ir:before {content: "";display: block;width: 0;height: 150%;}
.clearfix:before,.clearfix:after { content: " "; /* 1 */    display: table; /* 2 */ }
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {    
}
@media print {
    * {background: transparent !important;color: #000 !important;box-shadow: none !important;text-shadow: none !important;}
    a,a:visited {text-decoration: underline; }
    a[href]:after {content: " (" attr(href) ")"; }
    abbr[title]:after {content: " (" attr(title) ")"; }
    .ir a:after,a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
    pre,blockquote {border: 1px solid #999;page-break-inside: avoid;}
    thead {display: table-header-group; /* h5bp.com/t */}
    tr,img {page-break-inside: avoid;}
    img {max-width: 100% !important;}
    @page {margin: 0.5cm;}
    p,h2,h3 {orphans: 3;widows: 3;}
    h2,h3 {page-break-after: avoid;}
}


/*Custom Styles*/

body {margin: 0;font-family: 'Open Sans', sans-serif;font-size: 14px;line-height: 20px;color: #000;background-color: #ffffff;}
ul{margin:0;padding:0;list-style:none}
img {max-width: 100%;}
a:hover {text-decoration: none;}
select {cursor: pointer;}
.center {text-align: center;}
p {margin: 10px 0;}

/* header */

header {background: #B9D534;}
header p {
  color: #fff;
  font-style: italic;
  margin: 0;
  padding: 15px 0;
}
.main_header {
  background: rgba(0, 0, 0, 0) url("../img/bg.png") repeat scroll 0 0;
  padding: 20px 0;
}
.main_header .logo {}
.main_header .logo img{width: 100%;}
.main_header h2 {
  color: #039fe3;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
. {}


/* Slider */

.slider-area {
  background-attachment: fixed;
  background-color: #3d3327;
  background-image: url("../img/slide.png");
  background-origin: padding-box;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 100px 0;
  text-align: center;
}
.slider-area h1 {
  font-size: 40px;
  line-height: 50px;
}
.slider-area h1 span {
  color: #e2eb00;
  font-weight: 600;
}

/* Contents */
.contents-area {
  background: rgba(0, 0, 0, 0) url("../img/slide.png") no-repeat scroll center center ;background-size: cover;
}
.watch {
  cursor: pointer;
  margin: 0;
  text-align: right;
}
.watch p {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
.form {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  border-top: 2px solid #993DE9;
  border-radius: 7px;
  margin: 35px auto;
  max-width: 340px;
  padding: 0;
}
.form-group {
  margin: 9px 2.5% 0 !important;
  width: 95%;
}
.form-group label {
  color: #464646;
  font-size: 20px;
  min-width: 25px;
  text-align: center;
}
.form-group input[type="text"] {
  border-radius: 0;
  min-height: 41px;
  padding: 0 15px;
  width: 100%;
}
.form-top {
  background: #993de9 none repeat scroll 0 0;
  color: #fff;
  text-align: center;
}
.form-top p {
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  padding: 0 0 20px;
}
.form-top h3 {
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
}
.form-bottom {text-align: center;}
.form-bottom p {
  font-size: 12px;
  font-weight: 600;
  margin-top: 20px;
}


/* Footer */
footer {
  background: #fff none repeat scroll 0 0;
  color: #000;
  padding: 30px 0 15px;
}
.footer_top {}
.footer_top h2 {
  color: #029ed1;
  font-size: 35px;
  margin: 0 0 10px 30px;
}
.footer_top ul{margin: 0 0 0 60px;}
.footer_top ul li {
  background: rgba(0, 0, 0, 0) url("../img/sq.png") no-repeat scroll 0 center;
  color: #666666;
  font-size: 16px;
  padding: 5px 0 5px 20px;
}
.footer_bottom {
  padding: 30px 0 10px;
  text-align: center;
}
.footer_bottom p{}
.footer_bottom p a {
  color: #24abd7;
  font-size: 17px;
}
. {}

.myButton {
  -moz-box-shadow: 0px 2px 6px -1px #6e6730;
  -webkit-box-shadow: 0px 2px 6px -1px #6e6730;
  box-shadow: 0px 2px 6px -1px #6e6730;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
  background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
  background-color:#ffec64;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #ffaa22;
  display:inline-block;
  cursor:pointer;
  color:#333333;
  font-size:15px;
  font-weight:bold;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:0px 1px 0px #ffee66;
}
.myButton:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
  background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
  background-color:#ffab23;
}
.myButton:active {
  position:relative;
  top:1px;
}

.myButton[type="submit"] {
  border-radius: 5px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin: -5px 0 15px;
  padding: 12px 5px;
  text-transform: uppercase;
  width: 100%;
}


.my_popup_close {
  background: #000 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: red;
  cursor: pointer;
  float: right;
  font-size: 20px;
  font-weight: bold;
  opacity: 1;
  padding: 5px 10px;
}
#my_popup iframe{width: 680px;height: 450px;max-width: 100%;}


.fill p {
  color: red;
  font-size: 30px;
  font-weight: normal;
  line-height: 35px;
  padding: 0 50px;
  text-align: center;
}



.the_list {
  margin: 30px 0 50px;
}
.the_list ul{}
.the_list ul li {
  background: rgba(0, 0, 0, 0) url("../img/check.png") no-repeat scroll 0 center;
  color: #e04006;
  font-size: 14px;
  padding: 1px 0 7px 20px;
}
.orangebg {background: #FEBD55;}
.orangebg p {
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  padding: 15px 0;
  text-align: center;
}
.wtemail {margin-bottom: 15px;}
.translate {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
.watch #myModal {}
.watch #myModal .modal-dialog {}
.watch #myModal .modal-content {}
.watch #myModal .modal-header {
  overflow: hidden;
  padding: 10px 14px;
}
.watch #myModal .modal-body {}













