/*
Theme Name: Tema para B&S
Theme URI: http://www.agenciacon.com.br
Author: Agência CON
Author URI: http://www.agenciacon.com.br
Description: Tema para B&S
Version: 1.0
Tags: b&s
*/

body {
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	background: #d9e0e5 url("img/subtlenet2.png") repeat;
	width:100%;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clear {
    display: block;
    clear: both;
}

textarea {
    resize: none;
}

#wrapper {
    width: 980px;
    margin: 0 auto;
    background-color: #ffffff;
    -webkit-box-shadow:  0px 1px 5px 1px rgba(55, 90, 100, 0.3);
    box-shadow:  0px 1px 5px 1px rgba(55, 90, 100, 0.3);
}

.page-top-detail {
    background: url("img/page-top-bg.png") repeat-x top;
    height: 200px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -50;
}

/********** HEADER ************/

#header {
    background: url("img/header-bg.png") no-repeat center top;
    height: 173px;
    border-bottom: 1px #e5e6e7 solid;
}

.logo {
    float: left;
    padding: 8px 0 0 18px;
}

.menu {
    background: url("img/menu-bg.png") repeat-x bottom;
    float: right;
    position: relative;
    margin-top: 88px;
    width: 774px;
}

.slogan {
    font-family: VerbExCondLight, "trebuchet ms", Arial, sans-serif;
    width: 180px;
    font-size: 17px;
    float: left;
    padding: 0 34px 0 25px;
    color: #222228;
    font-weight: normal;
}

.menu-nav li {
    float: left;
    text-align: center;
    vertical-align: middle;
}

.menu-nav li a {
    display: block;
    position: relative;
    font-size: 15px;
    color: #222228;
    font-family: VerbExCondLight, "trebuchet ms", Arial, sans-serif;
    text-shadow:0px 1px 0px #FFFFFF;
    padding: 24px 20px 25px 20px;
    background: url("img/menu-bg_on.png") repeat-x top;
    border-bottom: none;
}

.menu-nav li a#menu-active:hover,
.menu-nav li a:hover {
    color: #676e70;
    padding: 24px 20px 20px 20px;
    border-bottom: 5px #1cbee5 solid;
    background-color: #fafafa;
    background-image: none;
}

.menu-nav li a#menu-active {
    font-size: 15px;
    padding: 24px 20px 20px 20px;
    border-bottom: 5px #109ccc solid;
    background: #f4f4f4 url("img/menu-bg_on-line.png") no-repeat top right;
}

.btn-active-det {
    display: block;
    position: absolute;
    width: 14px;
    height: 68px;
    top: 0;
    left: -14px;
    background: url("img/menu-bg_on-det.png") no-repeat top;
}

.menu-nav li a.border-light {
    background: url("img/menu-bg_on-line.png") repeat-y right top;
}

.menu-nav li a.border-light:hover {
    background: #fafafa url("img/menu-bg_on-line.png") repeat-y right top;
}

.det-menu {
    display: block;
    position: absolute;
    width: 9px;
    height: 77px;
    background: url("img/menu-det.png") no-repeat top;
    right: -9px;
    top: 0;
}

/********* CONTENT **********/

#content {
    position: relative;
}

#slideshow {
    position: relative;
    margin: 2.2em auto 3em auto;
    padding: 5px;
    background-color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow:  0px 1px 3px 2px #d7d7d7;
    box-shadow:  0px 1px 3px 2px #d7d7d7;
    z-index: 100;
}

.slider-bg {
    height: 100px;
    width: 835px;
    background: url("img/slider-bg.png") no-repeat center;
    position: absolute;
    top: 285px;
    right: 75px;
}

.big-btns {
    position: relative;
    text-align: center;
    margin-top: 60px;
}

.button-wrapper {
    display: inline-block;
}

.big-btns a {
    display: table;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    margin: 0.5em 13px;
    font-family: VerbExCondLight, "trebuchet ms", sans-serif;
    font-size: 20px;
    color: #222228;
    -webkit-box-shadow:  0px 1px 3px 1px #9f9f9f;
    box-shadow:  0px 1px 3px 1px #9f9f9f;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-right: 1px #e8ecee solid;
    border-top: 1px #e8ecee solid;
    border-bottom: 1px #ced9e4 solid;
}

.big-btns a .img-btn {
    width: 210px;
    height: 155px;
    vertical-align: middle;
    display: table-cell;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-right: 1px #ced9e4 solid;
}

.big-btns a#btn-left .img-btn {
    background: url("img/img-projeto_on.png") no-repeat center top;
}

.big-btns a#btn-right .img-btn {
    background: url("img/img-clube_on.png") no-repeat center top;
}

.big-btns a#btn-left:hover .img-btn {
    background: url("img/img-projeto_off.png") no-repeat center top;
}

.big-btns a#btn-right:hover .img-btn {
    background: url("img/img-clube_off.png") no-repeat center top;
}

.big-btns a:hover .text-btn {
    background: #dbe0e4 url("img/big-btn-bg_hover.png") repeat-x bottom;
    color: #155890;
}

.big-btns a .text-btn {
    vertical-align: middle;
    display: table-cell;
    width: 224px;
    background: #dbe0e4 url("img/big-btn-bg.png") repeat-x bottom;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

/********** FOOTER ************/

#footer {
    margin-top: 2em;
}

.footer-info {
    border-top: 1px #d6d6d6 solid;
    background-color: #eff0f1;
    padding: 1.2em 40px;
    text-align: center;
}

.footer-info div {
    display: inline-block;
    vertical-align: top;
    max-width: 470px;
    text-align: left;
    color: #8c8e8f;
}

.footer-info div.footer-block-right {
    margin-left: 45px;
}

.footer-info div.footer-block-left {
    margin-right: 45px;
}

.footer-info h2 {
    font-size: 15px;
    font-weight: normal;
    border-bottom: 1px #d6d6d6 dotted;
    padding-bottom: 0.8em;
    position: relative;
    min-width: 280px;
}

.footer-info p {
    line-height: 175%;
}

.footer-email {
    margin-top: -13px;
    display: block;
    color: #6e7071;
    font-size: 14px;
}

.footer-email:hover {
    color: #1793bc;
}

.social-btns {
    float: right;
    margin-top: -4px;
}

.social-btns a {
    display: inline-block;
    height: 27px;
    width: 27px;
    background-image: url("img/social-icons.png");
}

.social-btns a.fb-btn {
    background-position: 0 -27px;
}

.social-btns a.fb-btn:hover {
    background-position: 0 0;
}

.social-btns a.twt-btn {
    background-position: -54px -27px;
}

.social-btns a.twt-btn:hover {
    background-position: -54px 0;
}

.social-btns a.lkn-btn {
    background-position: -27px -27px;
}

.social-btns a.lkn-btn:hover {
    background-position: -27px 0;
}

.footer-copyright {
    background-color: #c3cbd2;
    margin: 0;
    text-align: center;
    padding: 0.8em 0;
    color: #7e868f;
}

/*Basic Slider Plugin*/
/* Basic jQuery Slider essential styles */

ul.bjqs {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: none;
}

li.bjqs-slide {
    position: absolute;
    display: none;
}

ul.bjqs-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

ul.bjqs-controls.v-centered li a {
    position: absolute;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
    right: 0;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
    left: 0;
}

ol.bjqs-markers {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -30px;
}

ol.bjqs-markers li {
    display: inline-block;
    margin: 0 3px;
}

ol.bjqs-markers li a {
    display: block;
    height: 12px;
    width: 12px;
    background: #cccccc url("img/marker-bg.png") no-repeat center top;
    border: 1px #ffffff solid;
    font-size: 0;
    -webkit-box-shadow: 0px 1px 3px 0px #aaaaaa;
    box-shadow: 0px 1px 3px 0px #aaaaaa;
}

ol.bjqs-markers li a:hover {
    background: #f1f1f1 url("img/marker-bg.png") repeat-x center top;
}

ol.bjqs-markers li.active-marker a {
    background: #19abce url("img/marker-bg_on.png") repeat-x center top;
}

p.bjqs-caption {
    display: block;
    margin: 0;
    font-size: 16px;
    max-width: 250px;
    padding: 1.2em 35px;
    position: absolute;
    -moz-opacity: 0.90;
    opacity: 0.90;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=90);
    -webkit-box-shadow:  0px 1px 5px 1px rgba(55, 90, 100, 0.3);
    box-shadow:  0px 1px 5px 1px rgba(55, 90, 100, 0.3);
}

#slide-1 p.bjqs-caption {
    top: 40px;
    left: 0;
    background-color: #005b69;
    color: #ffffff;
}

#slide-2 p.bjqs-caption {
    bottom: 40px;
    right: 0;
    background-color: #ffffff;
    color: #005b69;
}

#slide-3 p.bjqs-caption {
    top: 40px;
    right: 0;
    background-color: #ffffff;
    color: #005b69;
}

/***** SECTIONS CONTENT *******/

.section-title {
    background: url("img/title-bg.png") no-repeat center top;
    margin: 0;
    padding: 50px 0 15px 130px;
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
    border-right: 1px #6bb6d7 solid;
    border-left: 1px #6bb6d7 solid;
}

.section-text {
    margin: 3em 0 3em 130px;
    width: 440px;
    float: left;
    color: #5e5f5f;
}

.section-text h2 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: normal;
}

.section-text h2,
.section-text h3,
.contact-info h4 {
    color: #2a3037;
}

.section-text h3 {
    font-weight: normal;
    font-size: 18px;
}

.section-text p {
    margin-bottom: 2em;
    line-height: 150%;
}

.section-text ul {
    list-style-image: url("img/bullet-point.png");
    padding-left: 15px;
}

.section-text li {
    padding: 0.6em 10px;
}

.about-img {
    margin-top: 100px;
    float: left;
}

.section-img {
    padding: 135px 0 50px 0;
    float: left;
    margin-top: -94px;
    margin-left: 58px;
    width: 227px;
    background: url("img/bg-content-img.png") repeat-y center;
    z-index: 50;
}

.section-img img {
    padding-left: 1px;
    margin-top: 5px;
}

.features {
    margin-bottom: 2em;
}

.features div {
    font-family: VerbExCondLight, Arial, sans-serif;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    padding: 1em 0 1em 30px;
    background-color: #eaebeb;
    background-repeat: no-repeat;
    width: 114px;
}

.feature-1 {
    background-image: url("img/ico-01.png");
    background-position: 8px 10px;
}

.feature-2 {
    background-image: url("img/ico-02.png");
    background-position: 6px 11px;
}

.feature-3 {
    background-image: url("img/ico-03.png");
    background-position: 12px 11px;
}

/******* CONTACT *******/

.form-contact {
    float: left;
    margin-left: 130px;
}

.form-contact textarea,
.form-contact input[type="text"] {
    width: 290px;
}

.section-contact {
    margin-top: 3em;
    color: #5e5f5f;
}

.contact-info {
    float: left;
    margin-left: 57px;
}

.contact-info h4 {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 1em;
}

.contact-info p{
    margin: 0.5em 0;
}

.contact-info iframe {
    margin-top: 2em;
}