

/*------------------------------------------------------------------------------------------------------------------------------------
  [1] Typography
-------------------------------------------------------------------------------------------------------------------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.light {
    font-weight: 300;
}

strong {
    font-weight: 700;
}

.jumbotron h1 {
    text-shadow: 4px 4px 4px #aaa;
}


/*------------------------------------------------------------------------------------------------------------------------------------
  [3] HTML Elements
-------------------------------------------------------------------------------------------------------------------------------------*/

/* Tables
-------------------------------------------------- */

.input-group, .buttons {
    margin-top: 20px;
}

/* Footer
-------------------------------------------------- */

footer, footer a {
    color: #fff;
    text-shadow: 4px 4px 4px #aaa;
}

/*------------------------------------------------------------------------------------------------------------------------------------
  [3] Page Elements
-------------------------------------------------------------------------------------------------------------------------------------*/

/* Body
-------------------------------------------------- */

body {
    background: url('../images/background.jpg');
}


/* Wrapper
-------------------------------------------------- */

.wrapper-outer {
    padding: 0 20px;
}

.wrapper {
    background: white;
    margin: 40px auto;
/*    width: 90%;*/
    max-width: 1250px;
    overflow: hidden;
    border: 1px solid white;
    border-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3), 0px 0px 50px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3), 0px 0px 50px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3), 0px 0px 50px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 50px;
}

@media (max-width: 979px) {
    .wrapper {
        width: 100%;
        margin: 0 0 40px;
        border: 0;
    }
}


/* Header
-------------------------------------------------- */

header .navbar {
    padding: 15px 0;
}

header .navbar-brand {
    font-weight: 900;
    font-size: 30px;
}
header .navbar-brand a {
    font-style: normal;
}

header .navbar-brand img {
    margin-top: -20px;
}

header .navbar-inner {
    padding-left: 0;
    padding-right: 30px;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/* Jumbotron
-------------------------------------------------- */

.jumbotron-home {
    width: 100%;
/*    background: url('../images/bg2.jpg') no-repeat center center;*/
    background: url('../images/jumbotron2g.jpg') no-repeat center center;
	background-position: 0% 25%;
	background-size: cover;
	background-repeat: no-repeat;
    color:#fff;
}


/* Pricing Table
-------------------------------------------------- */

.btn-custom {
  color: #efefef;
  font-size: 18px;
  border: 1px solid #efefef;
  background:#16650F;
}
.btn-custom:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}
#pricing-table {
  padding-top: 50px;
}
#pricing-table .pricing {
  marign: 0;
  padding: 0;
  font-family: 'Robot', sans-serif;
}
#pricing-table .pricing .pricing-table {
  padding-bottom: 30px;
}
#pricing-table .pricing .pricing-table .pricing-header {
  position: relative;
  background: #7F3F13;
  padding: 22px 22px;
  text-align: center;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
	background: url('../images/bg-pricing.jpg') no-repeat center center;
	background-position: 0% 25%;
	background-size: cover;
	background-repeat: no-repeat;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-title {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate {
  font-size: 70px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  text-align: center;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate sup {
  font-size: 24px;
  position: relative;
  top: -30px;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate span {
  font-size: 16px;
  text-transform: uppercase;
}

#pricing-table .pricing .pricing-table .pricing-text {
  position: relative;
  padding: 22px 22px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e3e3e3;
}
#pricing-table .pricing .pricing-text p {
  color: #bdc3c7;
  color: #34495e;
  font-size: 16px;
/*  line-height: 42px;*/
  padding:0 30px;
  text-align: center;
}

#pricing-table .pricing .pricing-list {
  padding: 20px 0 40px 0;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  color: #000;
}
#pricing-table .pricing .pricing-list ul {
  padding: 0px;
  display: table;
  margin: 0px auto;
}
#pricing-table .pricing .pricing-list ul li {
  list-style: none;
  border-bottom: 1px solid #EAECEB;
  font-size: 16px;
  line-height: 42px;
}
#pricing-table .pricing .pricing-list ul li:last-child {
  border: none;
}
#pricing-table .pricing .pricing-list ul li i {
  margin-right: 12px;
}
#pricing-table .pricing .pricing-list ul li span {
}


/* News
-------------------------------------------------- */
/* Source: http://stackoverflow.com/questions/33510870/bootstrap-3-overlay-caption-not-aligned-properly */

#main-news-2 .item {
    display: inline-block;
    width: 100%;
}
#main-news-2 .main-news-content {
    position:relative;
    display: block;
    padding: 0;
}
#main-news-2 .main-news-content span {
    position: absolute;
    right: 0;
    top: 0;
    padding:1%;
    color: #fff;
    background:rgba(0, 0, 0, 0.50);
}
#main-news-2 .main-news-content h4, #main-news-2 .main-news-content .main-news-text {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    color: #fff;
    background:rgba(0, 0, 0, 0.50);
    width: 100%;
    padding: 15px;
    padding: 0 10px;
}

#main-news-2 .main-news-content a {
    color: #fff;
}


/* Ribbons
-------------------------------------------------- */
/* Source: http://www.cssportal.com/blog/create-corner-ribbon/ */

.ribbon {
   position: absolute;
   right: -5px; top: -5px;
   z-index: 1;
   overflow: hidden;
   width: 75px; height: 75px; 
   text-align: right;
}
.ribbon span {
   font-size: 10px;
   color: #fff; 
/*   text-transform: uppercase; */
   text-align: center;
   font-weight: bold; line-height: 20px;
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg); /* Needed for Safari */
   width: 100px; display: block;
   background: #79A70A;
   background: linear-gradient(#9BC90D 0%, #79A70A 100%);
   box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
   position: absolute;
   top: 19px; right: -21px;
}
.ribbon span::before {
   content: '';
   position: absolute; 
   left: 0px; top: 100%;
   z-index: -1;
   border-left: 3px solid #79A70A;
   border-right: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.ribbon span::after {
   content: '';
   position: absolute; 
   right: 0%; top: 100%;
   z-index: -1;
   border-right: 3px solid #79A70A;
   border-left: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.red span {background: linear-gradient(#F70505 0%, #8F0808 100%);}
.red span::before {border-left-color: #8F0808; border-top-color: #8F0808;}
.red span::after {border-right-color: #8F0808; border-top-color: #8F0808;}

.orange span {background: linear-gradient(#ff8d19 0%, #dd6f00 100%);}
.orange span::before {border-left-color: #dd6f00; border-top-color: #dd6f00;}
.orange span::after {border-right-color: #dd6f00; border-top-color: #dd6f00;}

.blue span {background: linear-gradient(#2989d8 0%, #1e5799 100%);}
.blue span::before {border-left-color: #1e5799; border-top-color: #1e5799;}
.blue span::after {border-right-color: #1e5799; border-top-color: #1e5799;}


/* Feature Icon
-------------------------------------------------- */

.feature-icon { font-size: 250% }

@media (min-width:768px) { 
	.feature-icon { font-size: 350% }
}
@media (min-width:992px) { 
	.feature-icon { font-size: 400% }
}
@media (min-width:1200px) { 
	.feature-icon { font-size: 500% }
}




























