/* Theme Name: The Project - Responsive Website Template
Author:Chibi Anward
Author URI:http://www.chibianward.com
Author e-mail:info@chibianward.com
Version:1.1.0
Created:December 2015
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

#price-box-bg {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background: #21bb9d; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(
    #21bb9d,
    #14939b
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#21bb9d, #14939b); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    #21bb9d,
    #14939b
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#188195, #14939b); /* Standard syntax */
}

#price-box-bg > p {
  color: aliceblue;
  padding-left: 30px;
  padding-right: 30px;
}

#price-box-bg > h2 {
  color: aliceblue;
}

#price-box {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 40px;
  margin-right: 40px;
  background: #fff; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(
    #f2f2f2,
    #fff
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#f2f2f2, #fff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#f2f2f2, #fff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#f2f2f2, #fff); /* Standard syntax */
}

#price-box-txt {
  margin-left: 40px;
  margin-right: 40px;
}

#price-txt {
  color: aliceblue;
}

#header-top block {
  background-color: #33a8a1;
}

.site-slogan {
  font-size: 18px;
}

.btn {
  background-color: #69c7c2;
  border: none;
  color: aliceblue;
}

.btn:hover {
  background-color: #69c7c2;
  border: none;
  color: aliceblue;
}

div.row.price {
  margin: 10px 0px 0px 50px;
}

#logo_img2 {
  margin-left: auto;
  margin-right: auto;
}
.menu-options-wrapper {
  position: fixed;
  right: 0;
  margin-right: 4em;
}
