

body { background:#e1dfd7 url(../images/bg/body.png)}
.jumbotron{background-color:rgba(0,0,0,0.1)}
.pull-left{ margin-right: 10px;}
.pull-right{ margin-left: 10px;}
/* -----------------------------------------
   HEADER
----------------------------------------- */
header#top {
    background: url(../images/bg/header.png) bottom center repeat-x;
    margin-bottom:15px;
}
header#top #logo {
    margin-top:20px;
    margin-bottom:38px;
}
/* -------- BANNER TOP -------- */
header#top .banner {
    height:66px;
    background:url(../images/bg/banner.png) no-repeat;
    margin-bottom:25px;
    margin-top:20px;
    font-size:14px;
}
header#top .banner a{
    text-shadow: 0 1px 0 rgba(152,142,53,0.8);
    color:#FFF;
}
header#top .banner .box{
    padding:10px !important;
}
header#top .banner .left a{
    font-size:44px;
    font-weight:bold;
}
header#top .banner strong{
    font-size:16px;
}
header#top .banner .left a, header#top .banner a strong{
    color:#988e35;
    text-shadow: 0 1px 0 rgba(255,255,255,1);
}



/* -----------------------------------------
   FOOTER
----------------------------------------- */
footer#bot {
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom:20px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
footer#bot ul{
    margin:0;
    padding:0;
}
footer#bot ul a{
    background:url(../images/misc/social.png) no-repeat;
    display:block;
    padding-left:34px;
    padding-top:6px;
    height:22px;
}
footer#bot ul li.fb a{ background-position:0 -56px; }
footer#bot ul li.fb a:hover{ background-position:0 -84px; }
footer#bot ul li.tw a:hover{ background-position:0 -28px; }

/* -----------------------------------------
   GENERAL
----------------------------------------- */
/* -------- INTRO -------- */
section#intro{
    margin-bottom: 2em;
    margin-top: 2em;
}
section#intro .col-sm-6{
    margin-bottom: 2em;
}
section#intro .item{
    padding-top:5px;
}

section#intro img{
    width: 100%;
}
section#intro .item a{
    display:block;
    border:4px solid #FFF;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.4);
    max-height: 350px;
    overflow:hidden;
}
section#intro a strong{
    font-size:16px;
    text-transform:uppercase;
    color:#565656;
    padding-right:20px;
    text-shadow: 0 1px 0 rgba(255,255,255,1);
}
section#intro a strong,
section#intro p{
    padding:10px 15px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    display:block;
    z-index: 2;
}
section#intro a:hover strong{
    color:#000;
}
section#intro p{
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
    bottom: 0;
    width: calc(100% - 30px)
}

/* -------- MENU -------- */
nav.navbar {
    border-top:2px solid #b0d174;
    border-bottom:2px solid #b0d174;
}
nav.navbar ul li{
    padding: 8px 0;
}
nav.navbar ul li.active{
    border-top:2px solid #b0d174;
    border-bottom:2px solid #b0d174;
}
nav.navbar ul li a {
    padding: 0 10px
}
@media screen 
and (min-width:768px){
    nav.navbar ul li a {
        border-right:1px solid #b0d174;
    }

}
@media screen 
and (max-width:767px){
    header#top {
        background-color: #DDEDC8
    }
}
/* -------- SWIPE AREA -------- */
#swipeArea {
    background: #f0f0f0;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset, 0 0 10px rgba(0, 0, 0, 0.27) inset;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset, 0 0 10px rgba(0, 0, 0, 0.27) inset;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset, 0 0 10px rgba(0, 0, 0, 0.27) inset;
    margin-bottom: 0;
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
}
#swipeArea h5 {
    margin-bottom: 12px;
    background: url(../images/misc/icon-swipe.png) right 5px no-repeat;
}
#swipeArea h5 small {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    float: right;
    margin-top: 6px;
    text-transform: uppercase;
    color: #d1d1d1;
}
#swipeArea ul li p {
    width: 93%;
}
#swipeArea ul li img {
    width: 92%;
    margin-bottom: 10px;
}
ul#swipeMeParent {
    height: 375px;
    position: relative;
}
ul#swipeMeParent.columns {
    min-height: 100% !important;
}
ul#swipeMeParent li {
    position: absolute;
}
ul#swipeMeParent #swipeme1 {
    display: block;
}
#insideContainer {
    margin-top: 0;
}
#insideContainer nav ul {
    float: none;
}
#insideContainer nav ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1px;
    padding-top: 0;
}
#insideContainer nav ul li a {
    display: block;
    width: 100%;
    background: #f2f2f2;
    padding: 2px 0 4px 5px;
}
#insideContainer nav ul li .button {
    padding: 4px 0 5px 5px;
    line-height: 1.25;
    border: 0;
    text-align: left;
    top: 0;
    background: #00a5ff;
    font-size: 15px;
    text-shadow: none;
    margin-bottom: 10px;
}
#insideContainer a.full-width {
    margin-bottom: 20px;
}
#insideContainer img {
    width: 100%;
}
#insideContainer .examples div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 650px) {
    ul#swipeMeParent {
        height: 350px;
    }
}
@media only screen and (max-width: 530px) {
    ul#swipeMeParent {
        height: 335px;
    }
}
/* -------- HOME -------- */
#home, #master{
    padding:8px;
    background-color: rgba(255, 255, 255, 0.5);
}
#home .inner, #master .inner{
    background:#f2fbff;
    border: 4px solid #FFF;
}
#home aside, #master aside{
    background-image: url(../images/bg/side.png);
    background-position: top left;
    background-repeat: no-repeat;
    min-height:310px;
}
.box{
    padding: 1em
}
#home aside h3{
    margin-top: 0;
}
img.img-border {
    padding: 2px;
    border: 1px solid #68a3ce;
    background: #FFF;
    margin-bottom: 10px;
}
img.img-border:last-child{margin-bottom: 0}

/* -------- MASTER -------- */
#master aside li:hover a{ padding-left:5px; }
#master ul.simple p{ margin-bottom:0.5em !important }
#master h4 span{ color:#81ab33; }
/* -------- PACKAGES -------- */
#packages dl.tabs dd a{
    background:none;
    border:none;
}
#packages dl.tabs dd a.active {
    background: #d9e8ef; /* Old browsers */
    background: -moz-linear-gradient(top,  #d9e8ef 0%, #f2fbff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9e8ef), color-stop(100%,#f2fbff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d9e8ef 0%,#f2fbff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d9e8ef 0%,#f2fbff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d9e8ef 0%,#f2fbff 100%); /* IE10+ */
    background: linear-gradient(top,  #d9e8ef 0%,#f2fbff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e8ef', endColorstr='#f2fbff',GradientType=0 ); /* IE6-9 */
    border:none;
    color: #4E95D4;
}
#packages ul.contained.tabs-content > li {
    padding:0;
    border:none;
    padding-top:20px;
}
/* -------- VERTICAL TABS -------- */
#master .vtabs {
    /* a border is required for IE otherwise the tab panels will not be aligned correctly. */
    position: relative;
}
#master .vtabs .vtabs-tab-column {
    position: absolute; left: 0; margin: 0; width: 100px;
}
/* css for tab that is open */
#master .vtabs .vtabs-tab-column ul li.open, .vtabs .vtabs-tab-column ul li.closed {
    background: #d9e8ef; /* Old browsers */
    background: -moz-linear-gradient(left,  #d9e8ef 0%, #f2fbff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d9e8ef), color-stop(100%,#f2fbff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #d9e8ef 0%,#f2fbff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #d9e8ef 0%,#f2fbff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #d9e8ef 0%,#f2fbff 100%); /* IE10+ */
    background: linear-gradient(left,  #d9e8ef 0%,#f2fbff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e8ef', endColorstr='#f2fbff',GradientType=1 ); /* IE6-9 */
    padding:5px 7px 5px 5px;
    margin-bottom: 1px;
    border:1px solid #FFF;
    border-right:none;
    min-height:20px;
    z-index: 10;

}
/* css for tab that is closed */
#master .vtabs .vtabs-tab-column ul li.closed {
    background:none;
    border:none;
}
/* css for tab hover */	

/* css for link on tab that's open */
#master .vtabs ul li a.open {
    color:#4E95D4 !important;
}

#master .vtabs .vtabs-content-column .vtabs-content-panel {
    background-color: #f2fbff;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;	
    -webkit-border-bottom-left-radius: 3px;
    border:1px solid #FFF;
}
li.separator {
    border-bottom: 1px dashed #CCC;
    padding-bottom: 10px;
    margin-bottom: 10px;
}