@charset "utf-8";

/* ============================== */
/* 
	- Title: 
	- Autor: Imaginacionweb - Jeniffer Martinez
	- Email: jmartinez@imaginacionweb.net
	- Version: 1.0
*/
/* ============================== */

/* ---------------------- 
	Stylesheet Guide
-------------------------

01. Import styles
	-  bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).
	-  bootstrap-responsive.css	
	-  slide camera.css
	-  slide_rotation - style.css
	-  Google Fonts
	
02. Basic Elements
	-  Standar Styles	
	-  Class and styles Generals
	-  Line Divisor
	-  Logo

0.3.  Structure
	-  Main Navigation
	-  Social - Logo  - Phone
	-  Banner
	-  Highlights
	-  Gallery
	-  Menu Restaurant
	-  Blog
		-  Pagination
		-  Aside-Blog
	-  Contact
	-  Footer
	-  Sample Page
	
0.4.   Layout versions

*/

/* ---------------------------------------------------------------------- */
/*	Import styles
/* ---------------------------------------------------------------------- */

/* bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
@import url("bootstrap/bootstrap.css");
@import url("bootstrap/bootstrap-responsive.css");
@import url("slide/camera.css");
@import url("slide_rotation/style.css");
/*jquery.fancybox-1.3.1.css  - Lightbox*/
@import url("../js/fancybox/jquery.fancybox.css");
/*Google Fonts*/
@import url(http://fonts.googleapis.com/css?family=Merienda:400,700);
@import url(http://fonts.googleapis.com/css?family=Italianno);
@import url(http://fonts.googleapis.com/css?family=Monda);

/* Standar Styles --------------------------------------------------------*/

body {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: normal;
  background: #f9f5ea url(../img/bg_content.jpg);
  font-family: Arial, Helvetica, sans-serif;
}
.main_content {
  padding-right: 20px;
  padding-left: 20px;
}
a {
  color: #555;
  font-size: 14px;
  font-family: "Monda", sans-serif;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
h1 {
  font-size: 34px;
}
h2 {
  font-size: 17px;
  line-height: 27px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
h2 {
  margin-bottom: 16px;
}
/* Class and styles Generals --------------------------------------------------------*/
.clearfix {
  width: 1px;
  height: 20px;
  display: block;
  clear: both;
  content: " , ";
}
.color {
  color: #f0ce77;
  font-family: "Merienda", serif;
}
.divider {
  background-color: #e0d1b5;
  height: 2px;
  width: 100%;
  margin-top: 76px;
  margin-bottom: 36px;
}
.img_decoration img {
  border: 6px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  width: 95%;
}
.title {
  text-align: center;
  margin-bottom: 37px;
  margin-top: 50px;
}
.title h2 {
  font-size: 20px;
  line-height: 30px;
}
.button {
  color: #fff;
  padding: 8px 10px;
  background-color: #b50f0f;
}

.button:hover {
  color: #000;
  padding: 8px 10px;
  background-color: #fff200;
}

/*Line Divisor*/
.divisor {
  position: relative;
  width: 100%;
  height: 1px;
  margin: 50px 0 50px 0;
  background-color: #fff;
}
.circle_left {
  position: absolute;
  left: 0;
  top: -5px;
  width: 10px;
  height: 10px;
  border: solid 1px #fff;
  background: #f9f5ea url(../img/bg_content.jpg);
  border-radius: 50%;
}
.circle_right {
  position: absolute;
  right: 0;
  top: -5px;
  width: 10px;
  height: 10px;
  border: solid 1px #fff;
  border-radius: 50%;
  background: #f9f5ea url(../img/bg_content.jpg);
}
.shadow_divisor {
  position: absolute;
  width: 100%;
  height: 29px;
  background: url(../img/shadow.png) no-repeat center center;
}
.cup_shadow {
  width: 100%;
  height: 24px;
  top: -14px;
  position: absolute;
  background: url(../img/icons/cup_shadow.png) no-repeat center;
  z-index: 9;
}
.cup {
  width: 100%;
  height: 24px;
  top: -14px;
  position: absolute;
  background: url(../img/icons/cup.png) no-repeat center;
  z-index: 9;
}
/*Logo*/
.logo {
  text-align: center;
}
.sep_title {
  margin-top: 10px;
  text-align: center;
}
.sep_title span.subtitle {
  color: #1e4400;
  font-size: 18px;
  position: relative;
}
span.star-l {
  position: absolute;
  height: 11px;
  width: 10px;
  top: 4px;
  left: -15px;
  background: url(../img/icons/star.png) no-repeat left center;
}
span.star-r {
  position: absolute;
  height: 11px;
  width: 10px;
  right: -15px;
  background: url(../img/icons/star.png) no-repeat right center;
  top: 4px;
}
iframe {
  border: none;
}
nav,
footer {
  background: #000 url(../img/bg.jpg);
}

/*  Main Navigation -----------------------------------------*/

.tinynav {
  display: none;
}
nav {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.sf-menu {
  margin: -10px;
  padding: 23px 0;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  text-align: left;
  top: -999em;
  width: 170px;
  display: none;
  background: #f0ce78;
  border-left: 6px solid #3b351b;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  list-style: none;
  padding-right: 7%;
}
.sf-menu > li > a {
  font-size: 20px;

  color: #fbf7ed;
  font-family: Arial, Helvetica, sans-serif;
}
.sf-menu > li > a:hover {
  color: #ff9102;
}
.active {
  color: #ff9102;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  top: 48px;
  left: -28px;
  z-index: 999;
}
.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}
.sf-menu li.current,
.sf-menu li:hover,
.sf-menu li.sfHover {
  text-decoration: none;
}
.sf-menu li li a {
  font-family: "Merienda", serif;
  display: block;
  margin: 0;
  position: relative;
  text-decoration: none;
  line-height: 16px;
  color: #ff9102;
  overflow: hidden;
  padding: 12px 15px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu li li > a:hover,
.sf-menu li li.sfHover > a,
.sf-menu li li.current > a {
  color: #fff;
}
.sf-menu li li {
  float: none;
  position: relative;
}
.sf-menu li li a:hover {
  background-color: #3b351b;
  color: #fff;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 145px;
  top: 0;
}

/* Social - Logo  - Phone ----------------------------*/
.info_place {
  margin-top: 30px;
}
.info_place .social {
  padding-top: 16px;
}
.social {
  margin: 0;
}
.social li {
  display: inline-block;
  list-style: none;
  padding-right: 6px;
}
.social li:last-child {
  padding-right: 0;
}
.phone {
  text-align: right;
  padding-top: 16px;
}
.phone p {
  font-size: 20px;
  font-weight: bold;
}

/* Banner ----------------------------*/
.banner {
  margin-top: 54px;
}
.image_hover {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.image_hover:hover .info_hover {
  bottom: 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.info_hover {
  position: absolute;
  bottom: -500px;
  width: 100%;
  height: 55%;
  background-color: #000;
  background: rgba(0, 0, 0, 0.7);
}
.text_hover {
  padding: 8%;
}
.text_hover h3 {
  font-size: 18px;
  color: #ffdc8a;
  line-height: 8px;
}
.text_hover p {
  color: #a8a59e;
}
.text_hover .button {
  background-color: #fcf8ed;
  color: #3c3121;
}

/* Highlights ----------------------------*/
.highlights {
  margin-top: 45px;
}
.highlights h2 {
  color: #fff;
  margin-top: 26px;
}
.highlights img {
  width: 97%;
}
.more_info h2 {
  color: #1e4400;
  font-size: 18px;
  line-height: 28px;
}
.testimonials {
  background: url(../img/icons/quotes.png) no-repeat left center;
}
.testimonials span {
  color: #1e4400;
  font-size: 14px;
  float: right;
}
.testimonials p {
  padding-left: 60px;
  font-style: italic;
}

/* Gallery ----------------------------*/
.gallery .item_gallery {
  position: relative;
  width: auto;
  overflow: hidden;
  border: 0px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  margin: 0 0 0px 0;
}
.gallery .item_gallery img {
  width: 100%;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-bottom: 20px;
}
.gallery .item_gallery:hover a {
  display: inline;
}
.gallery .item_gallery:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 1;
  cursor: pointer;
}
.item_gallery a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/* Menu Restaurant ----------------------------*/
.menu_list {
  margin-bottom: 0px;
}
.menu_list h2 {
  color: #ff9102;
  margin-bottom: 7px;
}
.menu_list span {
  color: #fff;
  font-size: 16px;
}

/* Blog ----------------------------*/
.blog {
  margin-bottom: 44px;
}
.date {
  background-color: #f1d180;
  padding: 22px 12px 35px 12px;
  width: 70%;
  text-align: center;
  border-radius: 50%;
  margin-left: 0;
}
.date li {
  list-style: none;
  font-size: 19px;
}
.date li:first-child,
.comment span {
  color: #fff;
  line-height: 28px;
}
.comment span {
  font-size: 19px;
}
.comment {
  padding: 10px;
  width: 70%;
  text-align: center;
  border-radius: 10%;
  background-color: #f1d180;
  position: relative;
  margin-bottom: 15px;
}
.arrow_comment {
  position: absolute;
  height: 7px;
  width: 85%;
  bottom: -7px;
  background: url(../img/arrow_comment.png) no-repeat center;
}
.post p {
  margin-top: 25px;
  margin-bottom: 28px;
}
.post_img {
  position: relative;
  overflow: hidden;
}
.post_hover {
  position: absolute;
  bottom: 0px;
  width: 70%;
  margin: 0 0 5px 6px;
  height: 53px;
  background-color: #000;
  background: rgba(0, 0, 0, 0.3);
}
.post_hover h3 {
  color: #f1d180;
  padding: 0px 20px;
}
/*Pagination*/
.pagination {
  margin: 55px 0 0 0;
  list-style: none;
}
.pagination li {
  display: inline-block;
  padding: 5px 15px;
  background-color: #f1d180;
}
.pagination li:hover {
  background-color: #3a321d;
}
.pagination li:hover a {
  color: #d6d4bd;
}
.pagination .active {
  background-color: #3a321d;
}
.pagination .active a {
  color: #d6d4bd;
}
.pagination li a {
  color: #5f5e54;
}

/*Aside-Blog*/

/* ul - list-check style */
aside h2 {
  font-size: 16px;
  line-height: 26px;
}
ul.check {
  list-style: none;
  margin: 0;
  margin-bottom: 35px;
}
ul.check li {
  background: url(../img/icons/star.png) 0 5px no-repeat;
  line-height: 25px;
  margin: 10px 0;
  color: #3a321d;
  padding-left: 20px;
  font-size: 15px;
}
aside form {
  margin-bottom: 30px;
}
aside form input[type="text"] {
  border: 1px solid #e2ded4;
  padding-left: 10px;
  margin-bottom: 0;
  width: 65%;
  height: 33px;
}
aside form .button {
  padding: 9px 10px;
}

/* Contact ----------------------------*/
.contact h2 {
  color: #f1d180;
}
.contact iframe {
  width: 100%;
  height: 227px;
  border: 6px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  margin: 9px 0;
}
.contact_information p {
  color: #fff;
  margin-bottom: 14px;
}
.contact_information p a {
  color: #ff9102;
}
.contact_form {
  background-color: #1c1c1c;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  margin-top: 25px;
  padding: 15px 43px 10px 43px;
}
.contact_form form input[type="text"],
form input[type="email"] {
  width: 80%;
  margin-left: 5%;
  margin-top: 20px;
  height: 38px;
}
.contact_form form textarea {
  width: 80%;
  margin-top: 20px;
}
.contact_form .buttons {
  margin-left: 17%;
}
.contact_form .buttons .button {
  border-radius: 2px;
  border: none;
}
.contact_form .buttons .button.submit {
  padding: 11px 10px;
}

/* Footer ----------------------------*/
footer {
  margin-top: 10px;
  border-top: 1px solid #fff;
  padding: 20px 20px 40px 20px;
}
footer h2 {
  color: #ff9102;
}
footer p {
  color: #ffffff;
  margin-bottom: 14px;
}

.accessible {
  color: #fff;
  border-left: 1px solid #fff;
  padding-left: 5px;
}

.accessible:hover {
  color: #ff9102 !important;
}

.accessible_number {
  color: #fff;
}

.accessible_number:hover {
  color: #ff9102 !important;
}

.lastes img {
  margin-bottom: 14px;
  border: 5px solid #4a4926;
}
.lastes span {
  color: #656459;
  margin-bottom: 18px;
  margin-top: 7px;
}
.lastes span,
.lastes p {
  padding-left: 20px;
}
.lastes p,
footer a {
  color: #cbc8bf;
}
.working_hours li span {
  float: right;
  padding-right: 7%;
  color: #ffffff;
}
.working_hours li {
  list-style: none;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.working_hours {
  margin: 0;
}
footer input[type="email"] {
  border: 1px solid #e2ded4;
  padding-left: 10px;
  margin-bottom: 0;
  width: 65%;
  height: 25px;
  margin: 0;
}
footer form .button {
  padding: 0 10px;
  height: 33px;
  background-color: #3d8900;
  border: none;
}
footer form .button:hover {
  background-color: #1e4400;
}
.copry {
  background-color: #000;
  border-top: 1px solid #fff;
  color: #fff;
  padding: 30px 20px 10px 20px;
}
.copry ul {
  text-align: right;
  margin: 0;
}
.copry ul li {
  display: inline-block;
  list-style: none;
  padding-right: 45px;
}
.copry ul li a {
  color: #8a8882;
}
.copry ul li a:hover {
  color: #94928b;
}
.copry ul li:last-child {
  padding-right: 0;
}

/* Sample Page ----------------------------*/
.sample_about .social img {
  border: none;
  box-shadow: none;
}
.sample_about p {
  margin-top: 10px;
}
.sample_about h2 {
  margin-bottom: 6px;
}
.sample_about .social li {
  padding-right: 0px;
}

/* book_table ----------------------------------------------*/

#book_table {
  position: fixed;
  z-index: 26;
  width: auto;
  right: 0;
  top: 180px;
  border: 1px solid #3a321d;
  border: 1px solid rgba(58, 50, 29, 0.5);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  background: #fff;
  cursor: pointer;
  z-index: 999999;
}
#book_table .title_book {
  padding: 5px 5px 5px 35px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #3e3223 url(../img/options.png) left no-repeat;
}
.contact_book input {
  width: 190px;
  margin-bottom: 5px;
  height: 18px;
  font-size: 11px;
  font-family: "Merienda", serif;
}
.contact_book form {
  margin: 10px;
}
.contact_book label {
  font-size: 13px;
}
.contact_book .button {
  width: 70px;
  height: auto;
  font-size: 13px;
  margin-top: 3px;
  border: none;
  padding: 5px 10px;
}
#result {
  font-size: 13px;
}
/* ---------------------------------------------------------------------- */
/*	1920 Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1920px) {
}

/* ---------------------------------------------------------------------- */
/*	1680 Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1680px) {
}

/* ---------------------------------------------------------------------- */
/*	1600 Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1600px) {
}

/* ---------------------------------------------------------------------- */
/*	1440 Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1440px) {
}

/* ---------------------------------------------------------------------- */
/*	1366 Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1366px) {
}

/* ---------------------------------------------------------------------- */
/*	1280 Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1280px) {
}

/* ---------------------------------------------------------------------- */
/*	1024 Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1024px) {
  .menu_list h2 {
    margin: 0 0 0 5px;
  }
  .menu_list p {
    margin-left: 5px;
  }
  .sf-menu > li {
    padding-right: 5%;
  }
  aside form input[type="text"] {
    margin-bottom: 10px;
    width: 90%;
  }
  .contact_form form textarea {
    margin-left: 5%;
  }
  .contact_form .buttons {
    margin-left: 5%;
  }
  .lastes p,
  .lastes span {
    margin-left: 20px;
  }
  .banner {
    text-align: center;
  }

  /*Slide*/
  .camera_caption {
    padding: 22px 22px;
  }
  .camera_prev {
    top: 66%;
  }
  .camera_next {
    top: 51%;
  }
}

/* ---------------------------------------------------------------------- */
/*	800 Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 800px) {
  #menu {
    display: none;
  }
  .tinynav {
    display: inline;
    width: 100%;
    background: white;
    margin: 0;
    float: right;
    font-size: 14px;
    border: 1px solid #dbdbdb;
    height: 35px;
  }
  nav {
    padding: 20px;
  }
  .clearfix {
    height: 20px;
  }
  h2 {
    margin: 10px 0;
  }
  .info_place {
    text-align: center;
    margin-top: 34px;
  }
  .info_place .social {
    margin-bottom: 20px;
  }
  .phone {
    text-align: center;
    margin-top: 10px;
  }
  .highlights {
    margin-top: 0;
  }
  .highlights img,
  .more_info img {
    margin-top: 30px;
  }
  .testimonials {
    padding-top: 40px;
  }
  .working_hours li span {
    float: none;
  }
  .lastes p,
  .lastes span {
    margin-left: 0px;
  }
  .copry {
    text-align: center;
  }
  .copry ul {
    text-align: center;
  }
  .menu_list {
    margin-bottom: 26px;
  }
  .menu_list h2 {
    margin: 10px 0 0 5px;
  }
  .date,
  .comment {
    width: 12%;
  }
  .pagination {
    margin: 25px 0 50px 0;
  }
  aside form input[type="text"] {
    width: 65%;
  }
  .contact_form .buttons {
    margin-left: 0%;
  }
  form input[type="email"] {
    width: 79%;
    margin-left: 9%;
  }
  .info_hover {
    width: 82.5%;
    margin-left: 9%;
    height: 50%;
    margin-bottom: 20px;
  }
  .banner img {
    margin-bottom: 20px;
  }
  /*Slide*/
  .camera_caption h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .camera_caption {
    padding: 12px 22px;
  }
  .camera_prev {
    top: 60%;
  }
  .camera_next {
    top: 40%;
  }
  /*slide rotation*/
  .dg-wrapper .img_rotation img {
    width: 290px;
    height: 320px;
  }
  .dg-wrapper {
    width: 340px;
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    -o-perspective: 300px;
    -ms-perspective: 300px;
    perspective: 300px;
  }
}

/* ---------------------------------------------------------------------- */
/*	600px Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 600px) {
  /*slide rotation*/

  .dg-wrapper {
    display: none;
    height: 0px;
  }
  .dg-container {
    height: 0;
    margin-top: 0;
  }
  .nav_rotation span {
    display: none;
  }
}
/* ---------------------------------------------------------------------- */
/*	568px Version
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 568px) {
  .phone {
    margin-top: 0px;
  }
  .info_place {
    text-align: center;
    margin-top: 14px;
  }
  .camera_next,
  .camera_prev {
    display: none;
  }
  .camera_caption {
    width: 70%;
  }
  .info_hover {
    width: 100%;
    margin-left: 0;
  }
  .divisor {
    margin: 30px 0 50px 0;
  }
  .date,
  .comment {
    width: 20%;
  }
  form input[type="email"],
  .contact_form form input[type="text"],
  .contact_form form textarea {
    width: 95%;
    margin-left: 0%;
  }
  .more_info {
    margin-top: 0px;
  }
  .pagination {
    margin: 0px 0 70px 0;
  }

  #book_table {
    top: 70px;
  }
  .contact_book label {
    display: none;
  }
  #book_table .title_book {
    padding: 3px 5px 3px 35px;
  }
  .contact_book .button {
    margin-top: 0px;
  }
}

/* ---------------------------------------------------------------------- */
/*	480px Version
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 480px) {
}

/* ---------------------------------------------------------------------- */
/*	380px Version
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 380px) {
  .date,
  .comment {
    width: 25%;
  }
  .camera_wrap {
    border: 10px solid #fff;
  }

  #book_table {
    top: 85px;
  }
}

/* ---------------------------------------------------------------------- */
/*	320px Version
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 320px) {
  .camera_caption {
    width: 90%;
    padding: 12px;
  }
  .date,
  .comment {
    width: 30%;
  }
}

.subscribe-input {
  padding: 0 16px;
  width: 100%;
  height: 33px !important;
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-size: 15px;
  color: #444;
  background: #fefefe;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #999 #aaa #aaa;
  border-radius: 20px !important;
}

.subscribe-submit {
  height: 43px;
  background: #ba0303;
  border-radius: 0 20px 20px 0;
  border: 1px solid;
  border-color: #a30202 #a30202 #a30202 #a30202;
  cursor: pointer;
  font-size: 22px;
  text-align: center;
  padding: 0 15px;
  color: #fff;
  float: right;
  margin-top: -53px;
  position: relative;
  right: -14px;
}

.subscribe-submit:hover {
  background-color: #890801;
  border: solid 1px #690601;
}
