/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
  background: url("../images/main_bg.jpg") no-repeat fixed 0 0 transparent;
  color: #444444;
  font: 14px/20px Arial,Helvetica,sans-serif;
}

a { color: #009C49; }

a:hover,
em, code { color: #d50; }

ins, mark { background-color: #ffa; }
mark { color: #444; }

hr { border-top-color: #ddd; }

pre {
	border: 1px solid #ddd;
	background: #fafafa;
}

::-moz-selection { background: #39f; color: #fff; }
::selection { background: #39f; color: #fff; }

li {
  list-style: none outside none;
}

ul, ol {
  margin: 0 0 10px;
  padding: 0;
}

/* Home Style2 Image Styling */

.homeimg{

}

.homeimg img {
  border: medium none !important;
  box-shadow: none !important;
  margin-right: 30px;
}

.mainimg img{
background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* End of Home Style2 image styling */

#maininner li {
  margin-bottom: 0;
  padding-left: 0;
}

#sidebar-a li {
  background: url("../images/list.png") no-repeat scroll left center transparent;
  margin-bottom: 5px;
  padding-left: 25px;
}

#sidebar-a li a{
  color: #444444;
}

#sidebar-a li a:hover{
  color: #009C49;
}

#sidebar-b li a{
  color: #444444;
}

#sidebar-b li a:hover{
  color: #009C49;
}

#maininner li a {
  color: #444444;
}

#maininner li a:hover {
  color: #009C49;
}

#maininner ul, #maininner ol {
  margin: 0 0 10px 0;
  padding: 0;
}

/* Pricing Tables */

.priceBox {
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  min-height: 70px;
  display: block;
  float: left;
  margin-right: -1px;
  text-align: center;
}
.priceBox hr {
  margin: 0;
}
.priceBox span {
  display: block;
  padding: 10px 0;
}
.priceBox .emphasis {
  font-size: 30px;
  color: #333;
  background: #fcfcfc;
  padding-top: 16px;
}
.priceBox .emphasis em {
  font-style: italic;
  color: #808080;
  font-size: 11px;
  display: block;
}
.priceBox .light {
  margin: 0;
  padding: 15px 0;
  color: #333;
}
.priceBox .btn {
  margin: 10px 0;
}
.priceBox .emphasis-2 {
  background: #fcfcfc;
}
.priceBox.spec {
  margin-top: -10px;
}
.priceBox.spec .emphasis {
  background: #009C49;
  color: #fff;
}
.priceBox.spec .emphasis em {
  color: #fff;
  color: rgba(255,255,255,0.7);
}
.priceBox.spec .light {
  padding: 20px 0;
}
.priceBox.spec .btn {
  margin: 15px 0;
}
.priceBox.item3 {
  width: 33.3%;
}

.span12 {
  width: 97%;
}

.btn-primary {
  background-color: #009C49;
  background-image: none;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  padding: 5px 9px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary:hover {
  background-color: #333333;
  background-image: none;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* Progress Bar */

.progress {
  height: 16px;
  margin: 4px 0 27px 0;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  border: 1px solid #e6e6e6;
  overflow: visible;
  position: relative;
}
.progress .bar {
  -moz-box-sizing: border-box;
  background: none repeat scroll 0 0 #009C49;
  border-radius: inherit;
  box-shadow: none;
  color: #FFFFFF;
  float: left;
  font-size: 12px;
  height: 18px;
  left: -1px;
  position: absolute;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  top: -1px;
  transition: width 0.6s ease 0s;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top,#ee5f5b,#c43c35);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#c43c35);
  background-image: -o-linear-gradient(top,#ee5f5b,#c43c35);
  background-image: linear-gradient(to bottom,#ee5f5b,#c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top,#62c462,#57a957);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));
  background-image: -webkit-linear-gradient(top,#62c462,#57a957);
  background-image: -o-linear-gradient(top,#62c462,#57a957);
  background-image: linear-gradient(to bottom,#62c462,#57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top,#5bc0de,#339bb9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));
  background-image: -webkit-linear-gradient(top,#5bc0de,#339bb9);
  background-image: -o-linear-gradient(top,#5bc0de,#339bb9);
  background-image: linear-gradient(to bottom,#5bc0de,#339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
}

/* Tables */

.short-table table {
    border: 1px solid #D3D3D3;
    border-radius: 5px 5px 5px 5px;
    margin: 1em 0 30px;
}
.short-table table th {
    border: medium none;
    padding: 20px 30px;
}
.short-table table td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E0E0E0 #E0E0E0 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid solid none none;
    border-width: 1px 1px medium medium;
    padding: 20px 30px;
}
.short-table th {
    background: none repeat scroll 0 0 #E8EAEB;
    border-bottom: 1px solid #E0E0E0;
    border-top: medium none !important;
    color: #555555;
    font-weight: bold;
    height: 60px;
    text-align: center;
    text-shadow: 0 1px 1px #F6F7F7;
}
.short-table td {
    color: #555555;
    text-align: center;
}
.short-table th.align-left, .short-table td.align-left {
    text-align: left;
}

/* End of Tables Styling */

/* Pricing Table Style 2 */

.price-table {
    overflow: hidden;
    padding: 0 10px 25px;
}
.price-column {
    background: none repeat scroll 0 0 #F2F2F2;
    border-bottom: 1px solid #CCCCCC;
    float: left;
    margin: 20px 0;
    text-align: center;
}
.two-column-table .price-column {
    width: 50%;
}
.three-column-table .price-column {
    width: 33.33%;
}
.four-column-table .price-column {
    width: 25%;
}
.five-column-table .price-column {
    width: 20%;
}
.six-column-table .price-column {
    width: 16.66%;
}
.price-table .even-column {
    background: none repeat scroll 0 0 #F9F9F9;
}
.price-table .highlight-column {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 0 none;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
    margin: 13px 0;
}
.price-column ul {
    margin: 0;
}
.price-column li {
    list-style: none outside none;
    margin: 0 15px;
    padding: 10px 0;
}
.price-column p {
    margin: 0 15px;
    padding: 10px 0;
}
.price-column .column-title {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 0 none;
    font-size: 20px;
    font-weight: 700;
    line-height: 66px !important;
    margin: 0 0 10px;
    padding: 0;
}
.price-table .even-column .column-title {
    background: none repeat scroll 0 0 #DDDDDD;
}
.price-table .highlight-column .column-title {
    background-color: #009C49;
    border-radius: 2px 2px 0 0;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 46px;
}
.first-column .column-title, .first-column {
    border-radius: 2px 0 0 0;
}
.first-column {
    border-radius: 0 0 0 2px;
}
.last-column .column-title, .last-column {
    border-radius: 0 2px 0 0;
}
.last-column {
    border-radius: 0 0 2px 0;
}
.price-table .highlight-column {
    border-radius: 2px 2px 2px 2px;
    padding-bottom: 15px;
    position: relative;
}
.price-container .price {
    display: block;
    font: 32px/1 "opensans",Helvetica,Arial,serif;
    margin-bottom: 8px;
}
.price-container .details {
    font-size: 14px;
    line-height: 16px;
}
.price-table .highlight-column .price-container {
    color: #009C49;
}