/*-- CSS Document --*/
@charset "utf-8";

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
----------------- RESET.CSS ------------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
---------------- GRID960.CSS -----------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
body {
  min-width: 960px;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
  position: relative;
}

.container_12 .grid_3,
.container_16 .grid_4 {
  width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
  width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
  width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
  width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
  width: 40px;
}

.container_16 .grid_2 {
  width: 100px;
}

.container_16 .grid_3 {
  width: 160px;
}

.container_16 .grid_5 {
  width: 280px;
}

.container_16 .grid_6 {
  width: 340px;
}

.container_16 .grid_7 {
  width: 400px;
}

.container_16 .grid_9 {
  width: 520px;
}

.container_16 .grid_10 {
  width: 580px;
}

.container_16 .grid_11 {
  width: 640px;
}

.container_16 .grid_13 {
  width: 760px;
}

.container_16 .grid_14 {
  width: 820px;
}

.container_16 .grid_15 {
  width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
  padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
  padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
  padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
  padding-left: 60px;
}

.container_16 .prefix_2 {
  padding-left: 120px;
}

.container_16 .prefix_3 {
  padding-left: 180px;
}

.container_16 .prefix_5 {
  padding-left: 300px;
}

.container_16 .prefix_6 {
  padding-left: 360px;
}

.container_16 .prefix_7 {
  padding-left: 420px;
}

.container_16 .prefix_9 {
  padding-left: 540px;
}

.container_16 .prefix_10 {
  padding-left: 600px;
}

.container_16 .prefix_11 {
  padding-left: 660px;
}

.container_16 .prefix_13 {
  padding-left: 780px;
}

.container_16 .prefix_14 {
  padding-left: 840px;
}

.container_16 .prefix_15 {
  padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
  padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
  padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
  padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
  padding-right: 60px;
}

.container_16 .suffix_2 {
  padding-right: 120px;
}

.container_16 .suffix_3 {
  padding-right: 180px;
}

.container_16 .suffix_5 {
  padding-right: 300px;
}

.container_16 .suffix_6 {
  padding-right: 360px;
}

.container_16 .suffix_7 {
  padding-right: 420px;
}

.container_16 .suffix_9 {
  padding-right: 540px;
}

.container_16 .suffix_10 {
  padding-right: 600px;
}

.container_16 .suffix_11 {
  padding-right: 660px;
}

.container_16 .suffix_13 {
  padding-right: 780px;
}

.container_16 .suffix_14 {
  padding-right: 840px;
}

.container_16 .suffix_15 {
  padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
  left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
  left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
  left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
  left: 60px;
}

.container_16 .push_2 {
  left: 120px;
}

.container_16 .push_3 {
  left: 180px;
}

.container_16 .push_5 {
  left: 300px;
}

.container_16 .push_6 {
  left: 360px;
}

.container_16 .push_7 {
  left: 420px;
}

.container_16 .push_9 {
  left: 540px;
}

.container_16 .push_10 {
  left: 600px;
}

.container_16 .push_11 {
  left: 660px;
}

.container_16 .push_13 {
  left: 780px;
}

.container_16 .push_14 {
  left: 840px;
}

.container_16 .push_15 {
  left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
  left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
  left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
  left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
  left: -60px;
}

.container_16 .pull_2 {
  left: -120px;
}

.container_16 .pull_3 {
  left: -180px;
}

.container_16 .pull_5 {
  left: -300px;
}

.container_16 .pull_6 {
  left: -360px;
}

.container_16 .pull_7 {
  left: -420px;
}

.container_16 .pull_9 {
  left: -540px;
}

.container_16 .pull_10 {
  left: -600px;
}

.container_16 .pull_11 {
  left: -660px;
}

.container_16 .pull_13 {
  left: -780px;
}

.container_16 .pull_14 {
  left: -840px;
}

.container_16 .pull_15 {
  left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12,
.container_16 {
  zoom: 1;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--------------- FONTFACE.CSS -----------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*------ LIGATURE SYMBOLS ------*/
@font-face {
    font-family: 'entypo';
    src: url('font-face/entypo.eot');
    src: url('font-face/entypo.eot?#iefix') format('embedded-opentype'),
         url('font-face/entypo.woff') format('woff'),
         url('font-face/entypo.ttf') format('truetype'),
         url('font-face/entypo.svg#entypo') format('svg');
    font-weight: normal;
    font-style: normal;

}

.lsf {
  font-family: 'entypo'!important;
}

.lsf-icon:before {
  content:attr(alt);
  font-family: 'entypo'!important;
}

.lsf-icon.amazon:before {
  content: '\E007';
}

/*------ ROCKWELL FONT ------*/
@font-face {
    font-family: 'RockwellRegular';
    src: url('font-face/rock.eot');
    src: url('font-face/rock.eot') format('embedded-opentype'),
         url('font-face/rock.woff') format('woff'),
         url('font-face/rock.ttf') format('truetype'),
         url('font-face/rock.svg#RockwellRegular') format('svg');
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
------------------ STYLE.CSS -----------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*------ GENERAL ------*/
.clear-fix {
    clear: both;
}

body {
    font-family: Arial, Verdana, sans-serif;
}

p {
  font-family: Arial, Verdana, sans-serif;
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
  line-height: 18px;
}

a {
    font-family: Arial, Verdana, sans-serif;
  text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul, nav {
  background-color: transparent!important;
}

hr {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
}

blockquote {
    background-color: #DEE7EE;
    border: 1px solid #92ADC4;
    padding: 10px;
    font-style: italic;
    margin-bottom: 15px;
}

.no-margin {
    margin: 0 !important;
}

.script-style {
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: "RockwellRegular", Arial, Verdana, sans-serif;
    font-weight: normal;
}

::selection {
    background:#ffcb00;
    color:#fff;
}

::-moz-selection {
    background:#ffcb00;
    color:#fff;
}

.bt-standard {
  height: 30px;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    color: #ffffff !important;
  float: left;
    padding-right: 10px;
  -webkit-box-shadow: 0px 1px 2px #666;
     -moz-box-shadow: 0px 1px 2px #666;
     -ms-box-shadow: 0px 1px 2px #666;
     -o-box-shadow: 0px 1px 2px #666;
     box-shadow: 0px 1px 2px #666;
}

.bt-info {
  font-size: 11px;
}

.bt-red,
.bt-info {
    background: url(../images/bg-bt-red.png) repeat-x 0 0;
    background-color: #d14c28;
}

.bt-blue {
    background: url(../images/bg-bt-blue.png) repeat-x 0 0;
    background-color: #05b7e1;
}

.bt-green {
    background: url(../images/bg-bt-green.png) repeat-x 0 0;
    background-color: #7fab39;
}

.bt-yellow {
    background: url(../images/bg-bt-yellow.png) repeat-x 0 0;
    background-color: #ffc700;
}

.bt-yellow:hover {
    background: none;
    background-color: #ffc700;
}

.bt-red:hover,
.bt-info:hover {
    background-image: none;
    background-color: #d14c28;
}

.bt-blue:hover {
    background-image: none;
    background-color: #05b7e1;
}

.bt-green:hover {
    background-image: none;
    background-color: #7fab39 !important;
}

.bt-gray {
    background-color: #cccdce;
    color: #1a1c1d !important;
    box-shadow: none;
}

.bt-gray:hover {
    background-color: #dfdfdf;
}

.bt-arrow {
    float: left;
  display: block;
  padding: 3px 6px 3px 10px;
  text-transform: none;
  font-weight: normal;
  text-align: center;
  line-height: 8px;
  height: 24px;
  font-size: 32px;
  width: 20px;
  margin-right: 20px;
  position: relative;
}

.bt-arrow.yellow {
  background-color: #e89A00;
  font-size: 33px;
  line-height: 8px;
  width: 12px;
}

.bt-arrow.blue {
  background-color: #2d546d;
  font-size: 33px;
  line-height: 8px;
  width: 12px;
}

.bt-arrow.red {
  background-color: #a62f15;
  font-size: 33px;
  line-height: 8px;
  width: 12px;
}

.bt-arrow.gray {
  background-color: #2b3033;
  line-height: 10px;
  width: 12px;
  height: 24px;
  color: #fff;
  font-size: 29px;
}

.login-icon {
    background: url(../images/sign-icons.png) no-repeat;
}

.sign-icon {
    background: url(../images/sign-icons.png) no-repeat;
}

.bt-arrow.red-info {
    background-color: #a62f15;
}

.bt-arrow:after {
    border-left: 10px solid;
    border-right: 10px solid transparent;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    width: 0px;
    height: 0px;
    content: "";
    position: absolute;
    top: 0px;
    right: -20px;
}

.bt-arrow.blue:after {
    border-left-color: #2d546d;
}

.bt-arrow.red:after,
.bt-arrow.red-info:after {
    border-left-color: #a62f15;
}

.bt-arrow.yellow:after {
    border-left-color: #e89a00;
}

.bt-arrow.gray:after {
    border-left-color: #2B3033;
}

/*------ HEADER ------*/
header {
    position: relative;
  z-index: 10;
}

header div.header-top {
    background-color: #e9ecf1;
    padding: 5px 0;
}

    header div.header-top div.header-social {

    }

        header div.header-top div.header-social span {
            font-family: Arial, Verdana, sans-serif;
            font-size: 12px;
            color: #666666;
            float: left;
            display: block;
            margin-right: 10px;
            line-height: 24px;
        }

        header div.header-top div.header-social div ul li {
            float: left;
            margin-right: 4px;
        }

            header div.header-top div.header-social div ul li a {
                display: block;
                width: 28px;
                height: 25px;
                text-indent: -99999px;
                background: url(../images/sprite.png) no-repeat;
                outline: none;
            }

            /*--- SOCIAL TWITTER ---*/
            header div.header-top div.header-social div ul li a.twitter {
                background-position: -443px -1px;
            }

            header div.header-top div.header-social div ul li a.twitter:hover {
                background-position: -443px -27px;
            }

            /*--- SOCIAL FACEBOOK ---*/
            header div.header-top div.header-social div ul li a.facebook {
                background-position: -473px -1px;
            }

            header div.header-top div.header-social div ul li a.facebook:hover {
                background-position: -473px -27px;
            }

            /*--- SOCIAL GPLUS ---*/
            header div.header-top div.header-social div ul li a.gplus {
                background-position: -503px -1px;
            }

            header div.header-top div.header-social div ul li a.gplus:hover {
                background-position: -503px -27px;
            }

            /*--- SOCIAL FACEBOOK ---*/
            header div.header-top div.header-social div ul li a.linkedin {
                background-position: -533px -1px;
            }

            header div.header-top div.header-social div ul li a.linkedin:hover {
                background-position: -533px -27px;
            }

    /*--- SEARCH FIELD ---*/
    form#searchform {
        border: 1px solid #cbd0da;
        background-color: #FFF;
        position: relative;
    }

        form#searchform input[type="text"] {
            font-size: 12px;
            font-family: Arial, Verdana, sans-serif;
            color: #999999;
            padding: 6px 10px;
            border: 0;
            display: block;
            outline: none;
            margin: 0;
              width:80%;
            background-color: transparent;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        form#searchform input[type="submit"] {
          background-color: transparent;
          border: medium none;
          color: #999999;
          cursor: pointer;
          display: block;
          font-size: 38px;
          position: absolute;
          right: 0;
          top: -17px;
          width: 39px;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
        }

        form#searchform input[type="text"]:focus,
        form#searchform input[type="submit"]:hover {
            color: #ab3217;
        }

header div.bg-nav-bar {
    background: url(../images/bg-header.png) repeat-x 0 0;
    height: 86px;
    position: relative;
    z-index: 10;
}

    header div.bg-nav-bar div.logo-arrow {
        background: url(../images/bg-logo-arrow.png) no-repeat 86% 0;
        padding: 17px 0;
    }

        header div.bg-nav-bar div.logo-arrow a.logo {
            /* background: url(../images/sprite.png) no-repeat 0px 0px; */
            background: url(../images/logo_mestre_mini.png) no-repeat;
            background-size: contain;
            display: block;
            text-indent: -99999px;
            width: 225px;
            height: 43px;
        }

    header div.bg-nav-bar nav.main-nav {
        margin-top: 28px;
    }

        header div.bg-nav-bar nav.main-nav ul li {
            float: left;
            margin-right: 16px;
        }

            header div.bg-nav-bar nav.main-nav ul li a {
                text-transform: uppercase;
                font-size: 12px;
                font-weight: bold;
                color: #333333;
            }

            header div.bg-nav-bar nav.main-nav ul li a:hover,
            header div.bg-nav-bar nav.main-nav ul li a.active {
                color: #d14c28;
            }

    header div.bg-nav-bar a.bt-standard {
        margin-top: 23px;
        float: right;
    }

.premium-star {
    background: url("../images/premium-icon.png") no-repeat scroll 0 2px transparent;
    display: block;
    float: left;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
}

nav.premium-nav {
    position: relative;
    z-index: 1;
    margin-top: -8px;
    background-color: #D14C28 !important;
    padding: 8px 0 7px 0;
    margin-bottom: 8px;
}

nav.premium-nav ul.premium-menu {
    overflow: hidden;
    float: right;
}

nav.premium-nav ul.premium-menu li {
    float: left;
    margin-left: 15px;
    font-size: 12px;
}

nav.premium-nav ul.premium-menu li.current-menu-item a {
    font-weight: bold;
}

nav.premium-nav ul.premium-menu li a {
    color: #ffffff;
    font-size: 12px;
}

/*------ THE CONTENT - INDEX ------*/
div.main-container {
    margin-top: -8px;
    position: relative;
    z-index: 0;
}

    .main-container .slideshow-wrapper {
        background: #e9ecf1 url(../images/bg-slideshow.jpg) no-repeat 50% 0;
        height: 465px;
        border-bottom: 2px solid #aab6bd;
    }

    section.slideshow-wrapper > div.container_12 {
        position: relative;
    }

      section.slideshow-wrapper > div.container_12 .grid_12 #featured-slider {
        height: 350px;
        width: 940px;
        overflow: hidden;
        padding-top: 20px;
      }


        .rsSlide .rsContent .rsABlock h2,
    .rsSlide .rsContent .rsABlock h2 a {
            font-size: 36px;
            color: #fff;
      margin-bottom: 20px
        }

            .rsSlide .rsContent .rsABlock h2 a:hover {
                color: #2d546d;
            }

        .rsSlide .rsContent .rsABlock p {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 20px;
            color: #fff;
        }

    /*------ CLIENT LOGOS ------*/

        section.slideshow-wrapper div.client-logos > span {
             font-family: "RockwellRegular", Arial, Verdana, sans-serif;
             font-size: 14px;
            color: #666666;
            margin-bottom: 10px;
            display: block;
        }

        section.slideshow-wrapper div.client-logos > div.client-logos-block {
             float: left;
             margin-right: 60px;
        }

        section.slideshow-wrapper div.client-logos > div.client-logos-block:last-child {
             margin-right: 0;
        }

        section.slideshow-wrapper div.client-logos > div.client-logos-block.negative-margin-top {
             margin-top: -18px;
        }

        section.slideshow-wrapper div.client-logos > div.client-logos-block a {
            display: block;
            text-indent: -9999px;
        }

        section.slideshow-wrapper div.client-logos > div.client-logos-block a.pontofrio-logo {
            background: url("../images/ponto-frio.png") no-repeat scroll 0 -21px transparent;
            height: 21px;
            width: 161px;
        }

        section.slideshow-wrapper div.client-logos > div.client-logos-block a.casasbahia-logo {
            background: url("../images/casa-bahia.png") no-repeat scroll 0 -28px transparent;
            height: 28px;
            width: 117px;
        }

        section.slideshow-wrapper div.client-logos > div.client-logos-block a.extra-logo {
            background: url("../images/extra.png") no-repeat scroll 0 -20px transparent;
            height: 20px;
            width: 149px;
        }

        section.slideshow-wrapper div.client-logos > div.client-logos-block a.sbcoaching-logo {
            background: url("../images/coaching.png") no-repeat scroll 0 -59px transparent;
            height: 59px;
            width: 131px;
        }

        section.slideshow-wrapper div.client-logos > div.client-logos-block a.clickgratis-logo {
            background: url("../images/click-gratis.png") no-repeat scroll 0 -33px transparent;
            height: 33px;
            width: 131px;
        }

        section.slideshow-wrapper div.client-logos > div.client-logos-block a.band-logo {
            background: url("../images/band.png") no-repeat scroll 0 -39px transparent;
            height: 35px;
            width: 131px;
        }

    section.slideshow-wrapper div.client-logos > div.client-logos-block a.bayer-logo {
        background: url("../images/clientes/sprite_bayer.png") no-repeat scroll 0 -59px rgba(0, 0, 0, 0);
        height: 59px;
        width: 131px;
    }

    section.slideshow-wrapper div.client-logos > div.client-logos-block a.natura-logo {
        background: url("../images/clientes/sprite_natura.png") no-repeat scroll 0 -60px rgba(0, 0, 0, 0);
        height: 60px;
        width: 131px;
    }

        section.slideshow-wrapper div.client-logos > div.client-logos-block a:hover {
            background-position: 0 0;
        }

        div.client-header span {
             font-family: "RockwellRegular", Arial, Verdana, sans-serif;
             font-size: 14px;
            color: #666666;
            margin-bottom: 20px;
            margin-left:-10px;
            float:left;
        }

        div.client-header > a {
            color: #d14c28;
            font-size: 12px;
            text-transform: uppercase;
            font-family: "RockwellRegular", Arial, Verdana, sans-serif;
            float: right;
        }

        div.client-header > a:hover {
            text-decoration: underline;
          }

/*------ SECTION HEADERS ------*/
div.bg-gray {
  background-color: #f0f1f2;
}

section.home-sections {
  padding-top: 30px;
}

section div.section-header {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dadada;
}

  section div.section-header > h3 {
    font-size: 32px;
    color: #666666;
    text-transform: uppercase;
  }

  section div.section-header > h3:before,
  div.cat-header-wrapper div.cat-title > h1:before {
    background: url("../images/sprite.png") no-repeat scroll -573px 2px transparent;
    content: "";
    display: block;
    float: left;
    height: 33px;
    margin-right: 10px;
    width: 17px;
  }

  section div.section-header > span {
    color: #666666;
    font-size: 14px;
    font-family: Arial, Verdana, sans-serif;
  }

  section div.section-header .pager {
    float: right;
  }

    section div.section-header .pager a {
      float: left;
      margin: 8px 8px 0 0;
      width: 10px;
      height: 10px;
      display: block;
      text-indent: -99999px;
      background: url(../images/sprite.png) no-repeat -445px -65px;
    }

      section div.section-header .pager a:hover,
      section div.section-header .pager a.selected {
        background-position: -458px -65px;
      }

  section div.section-header > a {
    color: #d14c28;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "RockwellRegular", Arial, Verdana, sans-serif;
    float: right;
  }


  section div.section-header > a:hover {
    text-decoration: underline;
  }

/*------ NOSSOS SERVICOS ------*/
section div.service-block {
  margin-bottom: 50px;
  height: 125px;
}

  span.service-icon {
    float: left;
    display: block;
    margin-right: 15px;
    width: 89px;
    height: 105px;
    background: url(../images/sprite.png) no-repeat;
  }

  span.webdesign {
    background-position: -2px -120px;
  }

  span.links-patrocinados {
    background-position: -91px -120px;
  }

  span.infograficos {
    background-position: -180px -120px;
  }

  span.analise-seo {
    background-position: -269px -120px;
  }

  span.google-analytics {
    background-position: -358px -120px;
  }

  span.redes-sociais {
    background-position: -447px -120px;
  }

  span.facebook-ads {
    background-position: -536px -120px;
  }

  div.service-description {

  }

    section div.service-block > div.service-description div.service-arrow-container {
      position: relative;
      margin-bottom: 12px;
      cursor: pointer;
    }

      section div.service-block > div.service-description div.service-arrow-container h4 a {
        color: #333;
        font-size: 20px;
      }

      section div.service-block > div.service-description div.service-arrow-container h4 a:hover,
      section div.service-block > div.service-description p:hover a {
        color: #d14c28;
      }

      section div.service-block > div.service-description div.service-arrow-container span.service-arrow {
        position: absolute;
        top: -20px;
        left: 24px;
        display: block;
        width: 41px;
        height: 25px;
        background: url(../images/sprite.png) no-repeat -532px -62px;
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
      }

    /*section div.service-block > div.service-description div.service-arrow-container:hover span.service-arrow {
      top: -1px;
      opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
    }*/

    section div.service-block > div.service-description p,
    section div.service-block > div.service-description p a {
      color: #333333;
      font-size: 12px;
    }

/*------ QUEM NOS RECOMENDA - TESTIMONIALS ------*/
#list-carousel div.quotation {
  height: 200px;
  width: 460px;
}

section div.testimonials {
  margin-bottom: 60px;
}

  section div.testimonials div.test-img-block {
    position: relative;
    overflow: hidden;
    float: left;
    width: 160px;
    margin-right: 15px;
  }

    section div.testimonials div.test-img-block > div.test-pic-frame {
      position: absolute;
      top: 0;
      left: 0;
      width: 160px;
      height: 169px;
      background: url(../images/bg-testimonials-frame.png) no-repeat -15px 0;
    }

    section div.testimonials div.test-img-block > img {

    }

  section div.testimonials div.test-content {
    float: left;
    width: 285px;
    margin-top: 20px;
  }

    section div.testimonials div.test-content > h4 {
      color: #333333;
      font-size: 32px;
    }

    section div.testimonials div.test-content > h4:hover {
      color: #d14c28;
    }

    section div.testimonials div.test-content > span {
      display: block;
      color: #666666;
      font-family: "RockwellRegular", Arial, Verdana, sans-serif;
      font-size: 18px;
      margin-bottom: 15px;
    }

    section div.testimonials div.test-content > p {
      color: #333333;
      font-size: 14px;
    }

/*------ ULTIMAS NOTICIAS - BLOG ------*/
section div.post-block {
  margin-bottom: 60px;
}

  section div.post-block > span a {
    display: block;
    margin-bottom: 5px;
    color: #666666;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;

  }

  section div.post-block > h4 {
    margin-bottom: 20px;
  }

    section div.post-block > h4 a {
      color: #d14c28;
      font-size: 20px;
    }

  section div.post-block > a.img-wrapper {
    border: 3px solid #c8cfd4;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
  }

  section div.post-block > a.img-wrapper:hover {
    border-color: #d14c28;
  }


  section div.post-block > p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px;
    display: block;
  }

/*------ FOOTER ------*/
footer .sign {
    background-color: #f0f1f2;
    padding: 10px 0;
}

footer .sign .container_12 .grid_9 span {
    line-height: 30px;
    display: block;
    color: #333333;
}

footer .sign .container_12 .grid_3 a {
    float: left;
    margin-right: 20px;
}

footer div.bg-light-footer {
    background-color: #2b3033;
    padding: 30px 0;
}

    footer div.bg-light-footer div.footer-nav-blocks > h3 {
        font-size: 20px;
        color: #FFFFFF;
        margin-bottom: 10px;
    }

        footer div.footer-nav-blocks > nav.footer-nav ul li {
            padding: 6px 0;
        }

            footer div.footer-nav-blocks > nav.footer-nav ul li a {
                font-size: 14px;
                color: #bbbfc6;
            }

            footer div.footer-nav-blocks > nav.footer-nav ul li a:hover {
                color: #FFFFFF;
            }

        footer div.footer-nav-blocks > div.footer-social {
            margin-bottom: 20px;
        }

        footer div.footer-nav-blocks > div.footer-social > ul li {
            float: left;
            margin-right: 8px;
        }

            footer div.footer-nav-blocks > div.footer-social > ul li a {
                display: block;
                width: 47px;
                height: 57px;
                text-indent: -99999px;
                background: url(../images/sprite.png) no-repeat;
                outline: none;
            }

            /*--- SOCIAL TWITTER ---*/
            footer div.footer-nav-blocks > div.footer-social > ul li a.twitter {
                background-position: -236px -2px;
            }

            footer div.footer-nav-blocks > div.footer-social > ul li a.twitter:hover {
                background-position: -236px -59px;
            }

            /*--- SOCIAL FACEBOOK ---*/
            footer div.footer-nav-blocks > div.footer-social > ul li a.facebook {
                background-position: -286px -2px;
            }

            footer div.footer-nav-blocks > div.footer-social > ul li a.facebook:hover {
                background-position: -286px -59px;
            }

            /*--- SOCIAL GPLUS ---*/
            footer div.footer-nav-blocks > div.footer-social > ul li a.gplus {
                background-position: -336px -2px;
            }

            footer div.footer-nav-blocks > div.footer-social > ul li a.gplus:hover {
                background-position: -336px -59px;
            }

            /*--- SOCIAL FACEBOOK ---*/
            footer div.footer-nav-blocks > div.footer-social > ul li a.linkedin {
                background-position: -386px -2px;
            }

            footer div.footer-nav-blocks > div.footer-social > ul li a.linkedin:hover {
                background-position: -386px -59px;
            }

    footer div.bg-light-footer div.footer-nav-blocks > p {
        margin-top: 15px;
        color: #ffffff;
        font-size: 12px;
        line-height: 18px;
    }

footer div.bg-dark-footer {
    background-color: #1a1c1d;
    padding: 5px 0;
}

    footer div.bg-dark-footer > div div span {
        color: #666666;
        font-size: 12px;
        font-family: Arial, Verdana, sans-serif;
        font-weight: bold;
        line-height: 42px;
    }

    footer div.bg-dark-footer > div div a.logo {
        background: url(../images/sprite.png) no-repeat 0px -45px;
        display: block;
        text-indent: -99999px;
        width: 225px;
        height: 43px;
        opacity: 0.8;
        -moz-opacity: 0.8;
        filter: alpha(opacity=80);
    }

    footer div.bg-dark-footer > div div a.logo:hover {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }

.agency-address span,
.agency-address a {
    color: #bbbfc6;
    font-size: 12px;
    text-decoration: none;
}

.agency-address a:hover {
    color: #ffffff;
}

/*------ POST PAGE ------*/
div.cat-header-wrapper {
      background: url("../images/bg-cat-header.jpg") no-repeat scroll 50% 0 #1D3343;
    margin-bottom: 30px;
    padding-bottom: 25px;
    padding-top: 20px;
}

  div.breadcrumbs {
    background-color: #1D3343;
    padding: 5px 0 8px;
  }

      div.breadcrumbs span span {
        margin: 0 5px;
      }

      div.breadcrumbs span,
      div.breadcrumbs span span,
      div.breadcrumbs span span a {
        color: #55b8cf;
        font-size: 13px;
      }

      div.breadcrumbs span span .breadcrumb_last {
        font-weight: bold;
        color: #b2d7e1;
        font-family: Arial,Verdana,sans-serif;
        margin: 0;
      }

      div.breadcrumbs span span > a:hover {
        color: #fff;
      }

    div.cat-header-wrapper div.cat-title > h1 a,
    div.cat-header-wrapper div.cat-title > h1
     {
          color: #FFFFFF;
        float: left;
        font-size: 32px;
        line-height: 32px;
    }

/*--- ARTICLE ---*/
hgroup.post-header,
.post-list-block {
      border-bottom: 1px solid #DADADA;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

hgroup.post-header {
    height: 30px;
}

  article hgroup.post-header > h2,
  article.post-list-block > h2,
  article hgroup.post-header > h2 a,
  article.post-list-block > h2 a,
  .list-block .list-details h2 a,
  .the-company h2 {
    color: #D14C28;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 25px;
  }

  article hgroup.post-header > h2 a:hover,
  article.post-list-block > h2 a:hover,
    .list-block .list-details h2 a:hover,
  section div.post-block > h4 a:hover {
      color: #ee7352;
    }

article hgroup.post-header div.post-meta,
article.post-list-block div.post-details div.post-meta {
  float: left;
  width: 265px;
}

  article hgroup.post-header div.post-meta span,
  article.post-list-block div.post-details div.post-meta span {
    padding: 7px 12px 7px 30px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    display: block;
    position: relative;
    float: left;
  }

  article hgroup.post-header div.post-meta span.post-author,
  article.post-list-block div.post-details div.post-meta span.post-author {
    background-color: #f2f2f2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 2;
  }

  div.post-meta span.post-author a {
    color: #d14c28;
  }

  article hgroup.post-header div.post-meta span.post-author:hover,
  article.post-list-block div.post-details div.post-meta span.post-author:hover {
    color: #ee7352;
  }

  article hgroup.post-header div.post-meta span.post-author:before,
  article.post-list-block div.post-details div.post-meta span.post-author:before {
    font-size: 25px;
    position: absolute;
    line-height: 0;
    top: 9px;
    left: 10px;
  }

  article hgroup.post-header div.post-meta span.post-author:after,
  article.post-list-block div.post-details div.post-meta span.post-author:after {
    border-left: 10px solid #f2f2f2;
    border-right: 10px solid transparent;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    width: 0px;
    height: 0px;
    content: "";
    position: absolute;
    top: 0px;
    right: -20px;
  }

  article hgroup.post-header div.post-meta span.post-date,
  article.post-list-block div.post-details div.post-meta span.post-date {
    color: #b8bcc2;
    background-color: #fafafa;
    padding-left: 42px;
    position: relative;
    z-index: 0;
    font-weight: normal;
  }

  article hgroup.post-header div.post-meta span.post-date:before,
  article.post-list-block div.post-details div.post-meta span.post-date:before {
    font-size: 30px;
    position: absolute;
    line-height: 0;
    top: 7px;
    left: 20px;
  }

div.the-content {
  margin-bottom: 35px;
}

  article div.the-content > p {
    font-size: 14.5px;
    font-family: Arial, Verdana, sans-serif;
    margin-bottom: 15px;
    color: #333333;
    line-height: 18px;
  }

    article div.the-content > p > a,
    article div.the-content figure > figcaption a,
    article div.the-content div > p a,
    .the-content a,
    .author-info > p > a,
    .post-details a {
      color: #d14c28;
    }

    article div.the-content p > a:hover,
    article div.the-content figure > figcaption a:hover,
    article div.the-content div > p a:hover {
      color: #FFF;
      background-color: #d14c28;
    }

    article div.the-content ul,
  article div.the-content ol {
        margin-bottom: 15px;
    }

    article div.the-content ul li {
        color: #333333;
        font-size: 14px;
        list-style: disc outside none;
        margin-bottom: 10px;
        margin-left: 30px;
    }

  article div.the-content ol li {
    color: #333333;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 30px;
    list-style: decimal;
  }

    article div.the-content ul li img {
        max-width: 580px
    }

  article div.the-content h2,
  article div.the-content h3,
  article div.the-content h4,
  article div.the-content h5,
  article div.the-content h6 {
    margin-bottom: 15px;
  }

  article div.the-content h2 {
    font-size: 24px;
  }

  article div.the-content h3 {
    font-size: 20px;
  }

  article div.the-content h4 {
    font-size: 17px;
  }

  article div.the-content h5 {
    font-size: 14px;
  }

  article div.the-content h6 {
    font-size: 12px;
  }

  figure.alignleft,
  div.wp-caption.alignleft,
  img.alignleft,
  a.alignleft {
    float: left;
  }

  figure.alignright,
  div.wp-caption.alignright,
  img.alignright,
  a.alignright {
    float: right;
  }

    article div.the-content figure > a,
    article div.the-content div.wp-caption > a {
      display: block;
    }

    article div.the-content figure > img,
    article div.the-content div.wp-caption > img,
    article div.the-content figure > a img,
    article div.the-content div.wp-caption > a img,
    article div.the-content img {
      max-width: 614px;
      height: auto;
    }

    article div.the-content img {
        margin-bottom: 15px;
    }

    .full-content img {
        max-width: 100% !important;
    }

    article div.the-content figure > figcaption,
    article div.the-content div.wp-caption > p {
      font-family: Arial, Verdana, sans-serif;
      font-size: 12px;
      color: #999;
      padding: 10px 10px;
      text-align: center;
    }

div.the-content div.article-share {
      border-top: 1px solid #DADADA;
    margin-top: 15px;
    overflow: hidden;
    padding-top: 15px;
    margin-bottom:10px;
}

  article div.the-content div.article-share > span,
  .post-header div span {
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    float: left;
  }

  div.post-social {
      float: right;
      padding-top: 3px;
  }

  div.post-social > div {
      float: left;
  }

  div.post-social div.tweet-btn {
      width: 100px;
  }

  div.post-social div.like-btn {
      margin-right: 15px;
  }

  div.post-social div.plusone-btn {
      width: 75px;
  }

  div.post-social div.pin-btn a {
      margin: 0 !important;
  }

  .banner-bottom {
      margin-bottom: 30px;
      display: block;
  }

  article section > h3,
  .face-comment-title {
    color: #d14c28;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #d14c28;
    font-size: 24px;
  }

    .list-block {
        border-bottom: 1px solid #DADADA;
        margin-bottom: 35px;
        padding-bottom: 35px;
        overflow: hidden;
    }

    .list-block a.course-icon {
        float: left;
        margin-right: 15px;
    }

    .list-block a.course-icon img {
        background-color: transparent;
        padding: 0;
    }

    .list-block .list-details {
        width: 515px;
        float: left;
        color: #333333;
    }

    .last-block {
        border: none;
        margin: 0;
        padding-bottom: 20px;
    }

/******************************************************************
COMMENT STYLES
******************************************************************/
.posts-comments {
    margin-bottom: 50px;
}

/* h3 comment title */
#comments {
  /* number of comments span */

}
.commentlist {
  /* general comment classes */

  /* vcard */

  /* end .commentlist .vcard */

  /* comment meta */

  /* comment content */

  /* end .commentlist .comment_content */

  /* comment reply link */

  /* end .commentlist .comment-reply-link */

}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */

}
.commentlist li article {
    padding: 10px;
}

.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0 0 0 20px;
  /* variations */

  /* change number for different depth */

}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd article,
.children li.odd article,
.children li li.odd article,
.children li li li.odd article {
  background: #eeeeee;
}
.commentlist .even article,
.children li.even article,
.children li li.even article,
.children li li.even article {
  background: #fefefe;
}
.commentlist .vcard {
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}

#comment-nav {
  margin: 10px 0;
}

#comment-nav ul li a {
    color: #D14C28;
}
/* end .commentlist */

/* facebook comment styles */
.fb-comments {
    margin-bottom: 30px;
}

.face-count-text {
    font-size: 18px;
    color: #333333;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 6px 10px;
  background: #efefef;
  border: 1px solid #cecece;
  line-height: 1.5em;
  color: #333;
  font-family: Arial, Verdana, sans-serif;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* form validation */

}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background-color: #fff;
  color: #d14c28;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 96%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#commentform .info {
  background-color: #f7d5cc;
  overflow: hidden;
}

#allowed_tags {
  margin: 10px;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}

  /*--- SIDEBAR ---*/
  aside div.widget {
    margin-bottom: 20px;
  }

  aside div.widget > span.marcacao {
    padding: 50px 0;
    display: block;
    text-align: center;
    font-size: 30px;
    color: #d14c28;
    font-family: "RockwellRegular", Arial, Verdana, sans-serif;
    border: 1px dashed #d14c28;
  }

    aside div.widget > h3 {
      color: #333333;
      padding-bottom: 15px;
      border-bottom: 2px solid #333333;
      font-size: 24px;
    }

    aside div.popular-posts > h3 {
      margin-bottom: 0;
    }

    aside div.widget ul li {
        border-bottom: 1px solid #DADADA;
        color: #333333;
        font-size: 14px;
        overflow: hidden;
    }

    aside div.widget ul li a {
          color: #333333;
        display: block;
        font-family: "RockwellRegular",Arial,Verdana,sans-serif;
        font-size: 16px;
        padding: 10px;
    }

    aside div.widget ul li a:hover,
    aside div.popular-posts > ul li div.popular_title h4 a:hover {
      color: #d14c28;
    }

    aside div.widget ul li p {
        padding: 10px;
        margin: 0;
    }

    aside div.widget ul li:hover {
      background-color: #f9f9f9;
    }

      aside div.popular-posts > ul li div.popular_title {
        float: right;
        width: 200px;
      }

      aside div.popular-posts > ul li div.popular_title h4 a {
        color: #333333;
      }

      aside div.popular-posts > ul li a.sidebar_thumb {
        float: left;
        display: block;
      }

      aside div.popular-posts > ul li a.sidebar_thumb:hover {
        opacity: 0.7;
        -moz-opacity: 0.7;
        filter: alpha(opacity=70);
      }

          aside div.popular-posts > ul li a.sidebar_thumb img {
          border: 1px solid #CCCCCC;
          margin: 0;
        }

       /* Newsletter */
    aside div.gform_widget #gform_7 .gform_body ul li {
        border: none;
        margin-bottom: 10px;
    }

    aside div.gform_widget #gform_7 .gform_body ul li:hover {
        background-color: transparent;
    }

       aside div.gform_widget #gform_7 .gform_body ul li label.gfield_label {
        font-size: 14px;
        font-weight: normal;
        margin: 5px 0;
    }

    aside div.gform_widget #gform_7 .gform_body ul li .ginput_container {
        float: right;
    }

    aside div.gform_widget #gform_7 .gform_body ul li .ginput_container input {
        width: 170px;
        font-size: 12px;
    }

    aside div.gform_widget #gform_7 .gform_footer {
        border-top: 1px solid #cccccc;
    }

    /* Text Widget - Chamada para novo curso */
    aside .widget_text .textwidget {
        margin: 10px 0;
        overflow: hidden;
        padding-bottom: 5px;
    }

    aside .widget_text .textwidget p {
        margin-bottom: 10px;
    }

    .product-description {
        background-color: #fafafa;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .product-description a {
        margin: 15px;
        color: #2D638D;
        font-weight: bold;
        display: block;
    }

    .product-description a:hover {
        text-decoration: underline;
    }

    .buy-title {
        padding: 15px;
        background-color: #f2f2f2;
        margin-bottom: 15px;
    }

    .buy-title h3 {
        background: url("../images/atention.png") no-repeat scroll 0 0 transparent;
        font-size: 24px;
        line-height: 26px;
        margin: 0;
        padding-left: 36px;
    }

    .product-description .course-text {
        margin: 0 15px;
        font-size: 14px;
        color: #333333;
        line-height: 24px;
    }

    .buy-btn {
        margin: 15px;
    }

/*------ CATEGORY ------*/
article.post-list-block,
hgroup.search-results,
section.author-info-wrapper,
.the-company {
  margin-bottom: 30px;
  border-bottom: 1px solid #dadada;
}

section.author-info-wrapper {
  overflow: hidden;
}

  article.post-list-block > span.post-cat a {
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    color: #757575;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
  }

  article.post-list-block div.post-thumb {
    margin-bottom: 15px;
  }

    article.post-list-block div.post-thumb > a {
      border: 3px solid #c8cfd4;
      display: block;
      background-color: #FFFFFF;
      float: left;
    }

      article.post-list-block div.post-thumb > a img {
        margin: 0 auto;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
      }

      article.post-list-block div.post-thumb > a:hover img {
        opacity: 0.7;
        -moz-opacity: 0.7;
        filter: alpha(opacity=70);
      }

    article.post-list-block div.post-details div.post-meta {
      width: 375px;
      margin-bottom: 15px;
    }

    article.post-list-block div.post-details > div p,
    section.author-info-wrapper div.author-info p,
    div.404-wrapper div.404-message p {
      font-size: 13.5px;
      font-family: Arial, Verdana, sans-serif;
      display: block;
      margin-bottom: 15px;
      color: #333333;
      line-height: 18px;
    }

    /* Cursos e ServiÃ§os */
    .curso-thumb {
        float: left;
        width: 102px;
    }

    .curso-thumb a img {
        background: none !important;
    }

     article.post-list-block div.post-details {
          float: right;
      margin-bottom: 15px;
      }

/*------ SEARCH PAGE ------*/
hgroup.search-results h2 {
  color: #05b7e1;
  font-size: 32px;
}

  hgroup.search-results h2 span {
    display: block;
    margin-top: 5px;
    color: #999999;
    font-size: 22px;
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
  }

/*------ INSTRUCTOR PROFILE -------*/
.instructor ul li:hover {
    background-color: #ffffff !important;
}

.instructor ul li img {
    border: 3px solid #ECECEC;
    margin: 10px 10px 10px 0;
}

.instructor-profile {
    width: 205px;
    float: right;
    margin: 10px 0;
}

.instructor-profile .instructor-name {
    font-family: "RockwellRegular", Arial, Verdana, sans-serif;
    font-size: 20px;
    display: block;
}

.instructor-profile .instructor-position {
    color: #05b7e1;
    font-family: "RockwellRegular", Arial, Verdana, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

.instructor-profile .author-social {
    margin-bottom: 0;
}

.course-instructor {
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
}

.course-instructor img {
    float: left;
    margin-right: 15px;
}

.course-instructor p {
    width: 538px;
    float: right;
}

/*------ AUTHOR PAGE ------*/
section.author-info-wrapper div.author-pic img {
  border: 3px solid #c8cfd4;
  margin-bottom: 20px;
}

section.author-info-wrapper div.author-pic span {
  background-color: #EEEEEE;
  color: #999999;
  display: block;
  font-family: Arial,Verdana,sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 3px;
  padding: 6px;
  text-align: center;
}

section.author-info-wrapper div.author-info {

}

  section.author-info-wrapper div.author-info span {
    color: #05b7e1;
    font-size: 18px;
    display: block;
    font-family: "RockwellRegular", Arial, Verdana, sans-serif;
    margin-bottom: 15px;
  }

    section.author-info-wrapper div.author-info span strong {
      color: #01819f;
      font-weight: normal;
    }

  div.author-social {
    margin-bottom: 15px;
  }

    div.author-social ul li {
      float: left;
      margin: 0 6px 0 0 !important;
      padding: 0 !important;
      border: none !important;
    }

      div.author-social ul li a {
        display: block;
        width: 35px;
        height: 42px;
        text-indent: -99999px;
        background: url(../images/sprite.png) no-repeat;
        padding: 0 !important;
      }

      div.author-social ul li a.link {
        background-position: -3px -228px;
      }

      div.author-social ul li a.link:hover {
        background-position: -3px -270px;
      }

      div.author-social ul li a.twitter {
        background-position: -39px -228px;
      }

      div.author-social ul li a.twitter:hover {
        background-position: -39px -270px;
      }

      div.author-social ul li a.facebook {
        background-position: -75px -228px;
      }

      div.author-social ul li a.facebook:hover {
        background-position: -75px -270px;
      }

      div.author-social ul li a.gplus {
        background-position: -111px -228px;
      }

      div.author-social ul li a.gplus:hover {
        background-position: -111px -270px;
      }

      div.author-social ul li a.linkedin {
        background-position: -147px -228px;
      }

      div.author-social ul li a.linkedin:hover {
        background-position: -147px -270px;
      }

/*------ 404 PAGE ------*/
div.wrapper-404 {
  background: url("../images/bg-404.png") no-repeat scroll 0 0 transparent;
    height: 526px;
    margin-bottom: 30px;
    position: relative;
    width: 610px;
}

  div.wrapper-404 div.message-404 {
    position: absolute;
    right: 27px;
    top: 20px;
    width: 240px;
  }

    div.wrapper-404 div.message-404 span {
      color: #05b7e1;
      font-size: 42px;
      display: block;
      font-family: "RockwellRegular", Arial, Verdana, sans-serif;
      text-align: center;
    }

    div.wrapper-404 div.message-404 p {
      text-align: center;
    }

      div.wrapper-404 div.message-404 p strong {
        display: block;
      }

  div.wrapper-404 div.search-box {
    position: absolute;
    left: 25px;
    bottom: 200px;
    width: 420px;
  }

    div.wrapper-404 div.search-box h2 {
      color: #666666;
      text-transform: uppercase;
      font-size: 22px;
      margin-bottom: 10px;
    }

/*------ PAGINATION ------*/
.wp-pagenavi {
    clear: both;
    font-family: arial,Verdana,sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 35px;
    overflow: hidden;
    position: relative;
}
    .wp-pagenavi span,
    .wp-pagenavi a {
      background-color: #f1f1f1;
      border: 1px solid #cccccc;
      color: #666666;
      display: block;
      float: left;
      font-size: 14px;
      margin: 2px;
      padding: 5px 10px;
      text-decoration: none;
    }

    .wp-pagenavi span.current,
    .wp-pagenavi a:hover {
      background-color: #2D546D;
      color: #fff;
      border: 1px solid #1B3E54;
    }

    /*------ POST COMMENTS ------*/

  .commentlist .vcard img.avatar {
    border: 1px solid #bbbbbb;
  }

  .commentlist cite.fn {
    margin-left: 10px;
  }

    .commentlist cite.fn > a {
      color: #333333;
      font-size: 16px;
      font-family: Arial, Verdana, sans-serif;
    }

    .commentlist time > a {
      color: #666666;
      font-size: 12px;
      font-family: Arial, Verdana, sans-serif;
      text-transform: capitalize;
    }

    .commentlist cite.fn > a:hover,
    .commentlist time > a:hover {
      color: #d14c28;
      text-decoration: none;
    }

    .commentlist a.comment-edit-link,
    div#cancel-comment-reply > p a {
      color: #d14c28;
      font-size: 12px;
      font-family: Arial, Verdana, sans-serif;
    }

    div#cancel-comment-reply > p a:after {
      content: "ban";
      display: inline-block;
      margin-left: 5px;
      font-size: 20px;
      line-height: 9px;
      font-family: 'LigatureSymbols';
      -webkit-text-rendering: optimizeLegibility;
      -moz-text-rendering: optimizeLegibility;
      -ms-text-rendering: optimizeLegibility;
      -o-text-rendering: optimizeLegibility;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -ms-font-smoothing: antialiased;
      -o-font-smoothing: antialiased;
      font-smoothing: antialiased;
    }

    .commentlist a.comment-edit-link:hover,
    div#cancel-comment-reply > p a:hover {
      color: #FFFFFF;
      background-color: #d14c28;
    }

    .commentlist .comment_content {
      color: #666666;
      font-size: 12px;
      font-family: Arial, Verdana, sans-serif;
    }

    .commentlist .comment_content p {
      font-size: 14px;
      font-family: "open_sansregular", Arial, Verdana, sans-serif;
      color: #333;
    }

      .commentlist .comment_content p a {
        color: #d14c28;
      }

      .commentlist .comment_content p a:hover {
        color: #ffffff;
        background-color: #d14c28;
      }

    .commentlist .comment-reply-link,
    section.respond-form input.button,
    .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type=submit] {
      cursor: pointer;
      background-color: #d14c28;
      background-image: -webkit-gradient(linear,left top,left bottom,from(#db502a),to(#bc4120));
      background-image: -webkit-linear-gradient(top,#db502a,#bc4120);
      background-image: -moz-linear-gradient(top,#db502a,#bc4120);
      background-image: -ms-linear-gradient(top,#db502a,#bc4120);
      background-image: -o-linear-gradient(top,#db502a,#bc4120);
      background-image: linear-gradient(to bottom,#db502a,#bc4120);
      -webkit-box-shadow: 0 2px 1px #76230c;
      box-shadow: 0 2px 1px #76230c;
      color: #fff;
      text-decoration: none;
      height: 30px;
      line-height: 28px;
      padding: 0 12px;
      display: inline-block;
      font-size: 12px;
      margin: 0 1px 15px 0;
      -webkit-appearance: none;
      font-family: Arial, Verdana, sans-serif;
      opacity: 1;
    }

    .commentlist .comment-reply-link:hover,
    section.respond-form input.button:hover,
    .gform_wrapper .gform_footer input.button:hover,
    .gform_wrapper .gform_footer input[type=submit]:hover {
      background-image: none;
      background-color: #d14c28;
    }

    section.respond-form p.comments-logged-in-as {
      color: #333333;
      font-size: 14px;
      font-family: "open_sansregular", Arial, Verdana, sans-serif;
      margin-bottom: 10px;
    }

      section.respond-form p.comments-logged-in-as a {
        color: #d14c28;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
      }

        section.respond-form p.comments-logged-in-as a:hover {
          color: #FFFFFF;
          background-color: #d14c28;
        }

        section.respond-form input.button,
        .gform_wrapper .gform_footer input.button,
        .gform_wrapper .gform_footer input[type=submit] {
          border: 0;
          font-size: 13px;
          font-weight: bold;
          padding: 0px 18px;
        }

/*------ CONTACT FORM ------*/
.gform_wrapper {
  max-width: 100%;
}

.gform_wrapper h3.gform_title {
  margin: 28px 0 6px 0;
  color: #333;
  font-size: 22px;
}

.gform_wrapper .ginput_complex .ginput_right {
  width: 47%!important;
}

.gform_wrapper .top_label .gfield_label {
  color: #555;
  font-family: Arial, Verdana, sans-serif;
  font-size: 15px;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper select,
.gform_wrapper textarea {
  padding: 6px 10px;
  background: #efefef;
  border: 1px solid #cecece;
  line-height: 1.5em;
  color: #333;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=password]:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
  background-color: #fff;
  color: #d14c28;
}

.gform_wrapper .field_name_first input,
.gform_wrapper .ginput_complex .ginput_left input,
.gform_wrapper .ginput_complex .ginput_right input,
.gform_wrapper .ginput_complex .ginput_right select {
  width: 92% !important;
}

.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
  color: #666;
}

.gform_wrapper select {
  padding: 6px;
  width: 49%!important;
}

ul.gform_fields li.gfield {
  margin-left: 0;
}

.gform_wrapper .top_label .gfield_error input.large,
.gform_wrapper .top_label .gfield_error select.large,
.gform_wrapper .top_label .gfield_error textarea.textarea {
  width: 97.5%;
}

/*FORM ERROR*/
.gform_wrapper .validation_error {
  color: #d14c28;
  font-size: 15px;
}

.gform_wrapper .validation_error:before {
  /*content: "ban";*/
  display: inline-block;
  margin-right: 5px;
  font-size: 30px;
  line-height: 23px;
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #fef2c2;
  border: 1px solid #ffcb00;
}

.gform_wrapper li.gfield.gfield_error .gfield_description {
  color: #de3c11;
  font-weight: bold;
}

/*------- Estilos Ferramentas --------*/
.ferramentas_seo {
    border: 1px solid #FFFFFF;
    color: #666666;
    display: block;
    float: left;
    font-size: 12px;
    height: 70px;
    margin: 5px;
    padding: 10px;
    width: 280px;
    overflow: hidden;
    line-height: 18px;
}

.ferramentas_seo img {
    margin: 0 10px 30px 0 !important;
    float: left;
    padding: 0 !important;
}

.ferramentas_seo a {
    color: #2D638D;
    float: left;
    font-weight: bold;
}

.ferramentas_seo a:hover {
    text-decoration: underline;
}

.ferramentas_seo:hover {
    background-color: #eeeeee;
}

/*------ A EMPRESA ------*/
.the-company:last-of-type {
  padding: none;
  border: none;
}

.the-company h2,
.the-company h3 {
  display: block;
}

.the-company h2 {
  text-transform: uppercase;
}

.the-company h3 {
  color: #333333;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 25px;
}

.the-company .grid_6 img {
    margin-bottom: 20px;
}

.the-company > ul {
  overflow: hidden;
}

.the-company > ul li {
  float: left;
  margin-right: 14px;
  width: 120px;
  margin-bottom: 30px;
  height: 170px;
}

/* CLIENTS SIZE*/
.the-company > ul li.clients-list {
  width: 176px;
  height: 100%;
}

.the-company > ul li.clients-list:nth-child(5n+5) {
  margin-right: 0;
}
/* END CLIENTS SIZE */

  .the-company > ul li:hover .the-company-thumb {
    border: 2px solid #d14c28;
  }

  .the-company > ul li .the-company-thumb {
    border: 2px solid #c8cfd4;
    display: block;
    margin-bottom: 10px;
  }

    .the-company > ul li .the-company-thumb img {
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }

    .the-company > ul li .the-company-thumb:hover img {
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      filter: grayscale(0%);
    }

    .the-company > ul li a.employee-name,
    .the-company > ul li span {
      display: block;
      font-size: 13px;
      font-family: Arial, Verdana, sans-serif;
    }

    .the-company > ul li a.employee-name {
      font-weight: bold;
      color: #333333;
      margin-bottom: 3px;
    }

    .the-company > ul li a.employee-name:hover,
    .the-company > ul li:hover a.employee-name  {
      color: #d14c28;
    }

    .the-company > ul li span {
      color: #999999;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }

    .the-company > ul li:hover span {
      color: #333333;
    }

    /* stars */

    span.five_stars {
    background: url("../images/stars.jpg") no-repeat scroll 0 0 transparent !important;
    display: block;
    float: left;
    height: 13px;
    margin-right: 15px;
    margin-top: 2px;
    width: 85px;
}

span.four_stars {
    background: url("../images/stars.jpg") no-repeat scroll 0 -13px transparent !important;
    display: block;
    float: left;
    height: 13px;
    margin-right: 15px;
    margin-top: 2px;
    width: 85px;
}

span.three_stars {
    background: url("../images/stars.jpg") no-repeat scroll 0 -26px transparent !important;
    display: block;
    float: left;
    height: 13px;
    margin-right: 15px;
    margin-top: 2px;
    width: 85px;
}

span.two_stars {
    background: url("../images/stars.jpg") no-repeat scroll 0 -39px transparent !important;
    display: block;
    float: left;
    height: 13px;
    margin-right: 15px;
    margin-top: 2px;
    width: 85px;
}

span.one_stars {
    background: url("../images/stars.jpg") no-repeat scroll 0 -52px transparent !important;
    display: block;
    float: left;
    height: 13px;
    margin-right: 15px;
    margin-top: 2px;
    width: 85px;
}

span.zero_stars {
    background: url("../images/stars.jpg") no-repeat scroll 0 -65px transparent !important;
    display: block;
    float: left;
    height: 13px;
    margin-right: 15px;
    margin-top: 2px;
    width: 85px;
}

/*--- PINTEREST BAR REMOVAL ---*/
iframe[class^=PIN] {
  display: none!important;
  width: 0!important;
  height: 0!important;
  text-indent: -999999px;
  overflow: hidden;
}

/*--- SUBSCRIPTION PRICE TABLE ---*/
.cell_1 {
    background: none repeat scroll 0 0 #DDDDDD;
    text-align: center;
}
.cell_2 {
    background: none repeat scroll 0 0 #CCCCCC;
    text-align: center;
}
.cell_3 {
    background: none repeat scroll 0 0 #BBBBBB;
    text-align: center;
}
.cell_4 {
    background: none repeat scroll 0 0 #FFFBCC;
}
.cell_5 {
    background: none repeat scroll 0 0 #FFCC66;
}
.cell_6 {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    text-align: center;
}
.cell_7 {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
}
.cell_1, .cell_2, .cell_3, .cell_4, .cell_5, .cell_6, .cell_7 {
    font-size: 14px;
    padding: 3px;
}
table.tablesorter {
    border: 1px solid #444444;
    width: 100%;
}
table.tablesorter th {
    background-color: #425466;
    border: 1px solid #777777;
    color: #FFFFFF;
    font-family: Arial,Verdana,sans-serif,serif;
    font-size: 12px;
    padding: 4px;
    text-shadow: 0 -1px 0 #000000;
}
table.tablesorter td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #CDCDCD #CDCDCD;
    border-image: none;
    border-right: 1px solid #CDCDCD;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    font-family: Arial,Verdana,sans-serif,serif;
    font-size: 12px;
    padding: 4px;
}
table.tablesorter td a {
    color: #2D638D;
    text-decoration: none;
}
table.tablesorter td a:hover {
    text-decoration: underline;
}
table.tablesorter td.tb_indexed, table.tablesorter td.tb_delete {
    text-align: center;
}
table.tablesorter thead tr .header {
    background-image: url("img/bg.gif");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url("img/asc.gif");
}
table.tablesorter thead tr .headerSortDown {
    background-image: url("img/desc.gif");
}
table td {
    border: 1px solid #2A2A2A;
    padding: 5px;
}
.cell_1, .cell_2, .cell_3, .cell_4, .cell_5, .cell_6, .cell_7 {
    font-size: 14px;
    padding: 3px;
}
.cell_6 {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    text-align: center;
}

/*--- SUBSCRIPTION FORM ---*/
#membership-wrapper legend {
    display : none !important
}

#membership-wrapper .help-block {
    display : none !important
}

.subscriptionbox .bottombar .link .button {
    /*color: #ffffff !important;*/
}
.link-side-contact-form{
    font-size: 14px !important;
    padding: 0 !important;
    display: inline !important;
    font-weight: bold;
}

/*----- Portal Styles -----*/
.vertical-box {
    margin-bottom: 40px;
}

.vertical-box article {
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}

.vertical-box article:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.vertical-box article a.portal-thumb-default img {
    border-left: 5px solid #222222;
}

.portal .last-news .featured-article a .post-title {
    border-left: 10px solid #222222;
}

.horizontal-box article {
    float: left;
    margin-right: 20px;
    width: 140px;
    margin-bottom: 40px;
}

.horizontal-box article:last-child {
    margin: 0;
}

.horizontal-box article a.portal-thumb-default {
    display: block;
    margin-bottom: 15px;
}

.horizontal-box article a.portal-thumb-default img {
    border-top: 5px solid #222222;
}

.portal h4 {
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
}

.portal .last-news h2 a,
.portal h4 a,
.portal h4.arrow-paginas-especiais {
    background-color: #FFFFFF;
    color: #666666;
    padding-right: 20px;
    position: relative;
    z-index: 5;
}

.portal h3 a,
.portal h5 a,
.portal .grid_4 .slide a h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    display: block;
}

.portal .last-news {
    position: relative;
}

.portal .last-news h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.portal .last-news h2 {
    color: #D14C28;
}

.portal .last-news h2:after,
.portal h4:after {
    background: url("../images/divider-portal.jpg") repeat-x scroll 0 0 transparent;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    right: 0;
    top: 12px;
    width: 90%;
    z-index: 1;
}

.portal h2.arrow-ultimas-noticias:after {
    width: 60%;
}


.portal h4.arrow-paginas-especiais:after {
    width: 76%;
}

.portal .last-news .featured-article a {
    position: relative;
    display: block;
}

.portal .last-news .featured-article a .post-title {
    bottom: 20px;
    color: #FFFFFF;
    padding: 0 15px;
    position: absolute;
    z-index: 10;
}

.portal .last-news .featured-article a .post-title span {
    font-family: "RockwellRegular",Arial,Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.portal .last-news .featured-article a .post-title h3 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}

.portal .last-news article a .sombra-img {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY0JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 34%, rgba(0,0,0,0.6) 64%, rgba(0,0,0,0.95) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(34%,rgba(0,0,0,0)), color-stop(64%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0.95))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 34%,rgba(0,0,0,0.6) 64%,rgba(0,0,0,0.95) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 34%,rgba(0,0,0,0.6) 64%,rgba(0,0,0,0.95) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 34%,rgba(0,0,0,0.6) 64%,rgba(0,0,0,0.95) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 34%,rgba(0,0,0,0.6) 64%,rgba(0,0,0,0.95) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2000000',GradientType=0 ); /* IE6-8 */
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
}

.portal .grid_4 .slide {
    border: 1px solid #E7E7E7;
    margin-bottom: -1px;
}

.portal .grid_4 .slide a {
    display: block;
    overflow: hidden;
    padding: 14px 15px; 
}

.portal .grid_4 .slide a:hover {
    border-left: 5px solid #c39a53;
    background-color: #F8F8F8;
}

.portal .grid_4 .slide a img {
    float: left;
    margin-right: 10px;
}

.portal .grid_4 .slide a h5 {
    float: left;
    width: 183px;
}

.portal .vertical-box article .post-title .portal-category {
    display: block;
    margin-bottom: 5px;
}

.portal .vertical-box article .post-title .portal-category a {
    color: #666666;
    font-family: "RockwellRegular",Arial,Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.portal .grid_4 .like-box {
    margin: 10px 0 30px;
}

/*----- Category colors -----*/
h2.arrow-ultimas-noticias {
    background: url("../images/arrow-ultimas-noticias.jpg") no-repeat scroll 0 50% transparent;
    padding-left: 20px;
}

h4.arrow-seo {
    background: url("../images/arrow-seo.jpg") no-repeat scroll 0 50% transparent;
    padding-left: 20px;
}

h4.arrow-redes-sociais {
    background: url("../images/arrow-redes-sociais.jpg") no-repeat scroll 0 50% transparent;
    padding-left: 20px;
}

h4.arrow-artigos-premium {
    background: url("../images/arrow-artigos-premium.jpg") no-repeat scroll 0 50% transparent;
    padding-left: 20px;
}

h4.arrow-marketing-digital {
    background: url("../images/arrow-marketing-digital.jpg") no-repeat scroll 0 50% transparent;
    padding-left: 20px;
}

h4.arrow-blogs {
    background: url("../images/arrow-blogs.jpg") no-repeat scroll 0 50% transparent;
    padding-left: 20px;
}

h4.arrow-web-analytics {
    background: url("../images/arrow-web-analytics.jpg") no-repeat scroll 0 50% transparent;
    padding-left: 20px;
}

h4.arrow-links-patrocinados {
    background: url("../images/arrow-links-patrocinados.jpg") no-repeat scroll 0 50% transparent;
    padding-left: 20px;
}

h4.arrow-ferramentas {
    background: url("../images/arrow-ferramentas.jpg") no-repeat scroll 0 50% transparent;
    padding-left: 20px;
}

h4.arrow-usabilidade {
    background: url("../images/arrow-usabilidade.jpg") no-repeat scroll 0 50% transparent;
    padding-left: 20px;
}

h4.arrow-promocao {
    background: url("../images/arrow-promocao.jpg") no-repeat scroll 0 50% transparent;
    padding-left: 20px;
}

h4.arrow-monetizacao-e-afiliados {
    background: url("../images/arrow-monetizacao.jpg") no-repeat scroll 0 50% transparent;
    padding-left: 20px;
}

h4.arrow-empresa {
    background: url("../images/arrow-empresa.jpg") no-repeat scroll 0 50% transparent;
    padding-left: 20px;
}

h4.arrow-mestrecast {
    background: url("../images/arrow-mestrecast.jpg") no-repeat scroll 0 50% transparent;
    padding-left: 20px;
}

h4.arrow-paginas-especiais {
    background: url("../images/arrow-paginas-especiais.jpg") no-repeat scroll 0 50% transparent;
    padding-left: 20px;
}

div.border-seo,
.border-seo a img {
    border-color: #00adee !important;
}

.border-seo:hover a {
    color: #00adee;
}

div.border-redes-sociais,
.border-redes-sociais a img {
    border-color: #7892C9 !important;
}

.border-redes-sociais:hover a {
    color: #7892C9;
}

div.border-marketing-digital,
.border-marketing-digital a img {
    border-color: #ee9100 !important;
}

.border-marketing-digital:hover a {
    color: #ee9100;
}

div.border-blogs,
.border-blogs a img {
    border-color: #05a655 !important;
}

.border-blogs:hover a {
    color: #05a655;
}

div.border-web-analytics,
.border-web-analytics a img {
    border-color: #0595a6 !important;
}

.border-web-analytics:hover a {
    color: #0595a6;
}

div.border-links-patrocinados,
.border-links-patrocinados a img {
    border-color: #3bd2b1 !important;
}

.border-links-patrocinados:hover a {
    color: #3bd2b1;
}

div.border-ferramentas,
.border-ferramentas a img {
    border-color: #b372c1 !important;
}

.border-ferramentas:hover a {
    color: #b372c1;
}

div.border-usabilidade,
.border-usabilidade a img {
    border-color: #9782d9 !important;
}

.border-usabilidade:hover a {
    color: #9782d9;
}

div.border-promocao,
.border-promocao a img {
    border-color: #ed88db !important;
}

.border-promocao:hover a {
    color: #ed88db;
}

div.border-monetizacao-e-afiliados,
.border-monetizacao-e-afiliados a img {
    border-color: #d35c4c !important;
}

.border-monetizacao-e-afiliados:hover a {
    color: #d35c4c;
}

div.border-empresa,
.border-empresa a img {
    border-color: #e8bd11 !important;
}

.border-empresa:hover a {
    color: #e8bd11;
}

div.border-mestrecast,
.border-mestrecast a img {
    border-color: #abd34a !important;
}

.border-mestrecast:hover a {
    color: #abd34a;
}

.border-especiais:hover a {
    color: #222222;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    display: block !important;
}


/* ==========================================================================
   PAGE CURSO
   ========================================================================== */

.content-curso {
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.content-curso .list-grid {
    border-right: 1px solid #eee;
    width: 279px;
    height: 485px;
    position: relative;
    padding: 50px 20px 0 10px;
}

.content-curso .list-grid .closed {
    background: #d8572e;
    font-family: "RockwellRegular", Arial, Verdana, sans-serif;
    font-size: 22px;
    color: #fff;
    z-index: 99;
    position: absolute;
    top: 30%;
    cursor: pointer;
    padding: 10px;
    transform:rotate(-7deg);
    -ms-transform:rotate(-7deg); /* IE 9 */
    -webkit-transform:rotate(-7deg); /* Safari and Chrome */
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
}

.content-curso .list-grid:hover .closed {
    opacity: 1;
    cursor: pointer;
}

.content-curso .no-border {
    border: none;
}

.content-curso .above {
    margin: 50px 0 0 10px;
}

.content-curso .below {
    margin: 0 0 50px 10px;
}

.content-curso .list-grid .course-icon {
    width: 108px;
    height: 125px;
    display: block;
    text-indent: -99999px;
    margin: 0 auto;
    background: url("../images/sprite-cursos.png") no-repeat;
}

.content-curso .list-grid h2{
    color: #D14C28;
    font-size: 24px;
    text-align: center;
    margin: 10px 0;
    line-height: 28px;
    font-family: "RockwellRegular", Arial, Verdana, sans-serif;
}

.content-curso .list-grid h2.disabled {
    color: #999;
}

.content-curso .list-grid p {
    text-align: center;
    overflow: hidden;
}

.content-curso .list-grid .list-bottom {
    position: absolute;
    bottom: 50px;
}

.content-curso .list-grid .list-bottom span {
    width: 150px;
    background: #dfdfdf;
    text-align: center;
    position: relative;
    font-family: "RockwellRegular", Arial, Verdana, sans-serif;
    font-size: 15px;
    padding: 12px 0;
    float: left;
}

.content-curso .list-grid .list-bottom span:before {
    color: #666666;
    content: "Próxima turma:";
    font-family: arial;
    font-size: 12px;
    left: 0;
    position: absolute;
    top: -20px;
}

.content-curso .list-grid .list-bottom .btn-list {
    font-family: "RockwellRegular", Arial, Verdana, sans-serif;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 8px 0;
}

.content-curso .list-grid .list-bottom .btn-activated {
    background: #95b836;
    box-shadow: 0 4px #8cad33;
}

.content-curso .list-grid .list-bottom .btn-activated:hover {
    background: #85a62b;
    box-shadow: 0 4px #779a19;
}

.content-curso .list-grid .list-bottom .btn-disabled {
    background: #d8572e;
    box-shadow: 0 4px #bf4d29;
}

.content-curso .list-grid .list-bottom .btn-disabled:hover {
    background: #cc481e;
    box-shadow: 0 4px #ae3c17;
}

.content-curso .list-grid .list-bottom .btn-disabled:before {
    color: #666666;
    content: "Garanta sua vaga no próximo curso:";
    font-family: arial;
    font-size: 12px;
    left: 0;
    position: absolute;
    top: -20px;
}

.content-curso .list-grid .list-bottom .btn-signup {
    width: 129px;
    float: left;
}

.content-curso .list-grid .list-bottom .btn-more {
    bottom: 3px;
    display: block;
    position: absolute;
    width: 279px;
}


/* icones curso seo*/
.content-curso .list-grid .seo{
    background-position: 0 0;
}

.content-curso .list-grid .seo-disabled {
    background-position: 0 -125px;
}

/* curso seo-ecommerce*/
.content-curso .list-grid .seo-ecommerce {
    background-position: -109px 0;
}

.content-curso .list-grid .seo-ecommerce-disabled {
    background-position: -109px -125px;
}

/* curso seo-online*/
.content-curso .list-grid .seo-online {
    background-position: -218px 0;
}

.content-curso .list-grid .seo-online-disabled {
    background-position: -218px -125px;
}

/* curso seo-avancado*/
.content-curso .list-grid .seo-avancado {
    background-position: -327px 0;
}

.content-curso .list-grid .seo-avancado-disabled {
    background-position: -327px -125px;
}

/* curso analytics*/
.content-curso .list-grid .analytics {
    background-position: -436px 0;
}

.content-curso .list-grid .analytics-disabled {
    background-position: -436px -125px;
}

/* cursos company*/
.content-curso .list-grid .company {
    background-position: -545px 0;
}

.content-curso .list-grid .company-disabled {
    background-position: -545px -125px;
}
.sidebar-bannerize{
  margin: 10px 0 0 0;
}

/*----------------------------------------------------------------------------------------------------
  Estilo do formulário de newsletter do corpo do post
----------------------------------------------------------------------------------------------------*/
.formata-box .gform_wrapper, .gform_confirmation_wrapper{
    background: url( "http://www.agenciamestre.com/wp-content/themes/mestre/library/images/bg-border.jpg" ) no-repeat;
    border-color: #cecece;
    border-style: solid;
    border-width: 0 1px 1px;
    height: auto;
    overflow: hidden;
    padding: 10px 10px 20px;
    width: 592px;
    margin: 48px 0 48px 0;
}
.formata-box .gform_wrapper .gform_wrapper .gform_heading{
    margin: 5px 0 0 0;
}
.formata-box .gform_wrapper .gform_heading h3.gform_title {
    font: 24px 'Rockwell';
    color: #d94c28;
    margin: 0;
}
.formata-box .gform_wrapper .gform_heading span.gform_description {
    font: 15px 'Arial' Helvetica sans-serif;
    font-size: 14px;
}
.formata-box .gform_wrapper .ginput_container{
    background: #efefef;
    border: 1px solid #cecece;
    float: left;
    margin-right: 16px;
    padding-left: 10px;
}
.formata-box .gform_wrapper .ginput_container:last-child{
    margin-right: 0;
}
.formata-box .gform_wrapper .ginput_container{
    clear:both;
}
.formata-box .gform_wrapper .ginput_container input{
    background: #efefef;
    border: 0 none;
    color: #9d9d9d;
    font: 13px 'Arial' Helvetica sans-serif;
    height: 22px;
    outline: none;
    width: 160px;
}
.formata-box .gform_wrapper .gform_footer {
  float: left;
  font-size: 12px;
  margin: 30px 0 0 0 !important;
  padding: 0 !important;
  clear: none !important;
}
.formata-box .gform_wrapper ul li.gfield {
  margin: 0 10px;
  float: left;
  clear: none !important;
}
.formata-box .gform_wrapper .top_label .gfield_label{
  float:left;
  font-size: 12px;

}
.formata-box .gform_wrapper li.gfield.gfield_error.gfield_contains_required{
  margin: 0 !important;
  padding: 0 !important;
}
.formata-box .gform_wrapper .top_label .gfield_error{
  width: 192px;

  border: none !important;
  background: none !important;
}
.formata-box .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.formata-box .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 5px !important;
}

/*----------------------------------------------------------------------------------------------------
  Estilos da página de cursos (Todos vão falar: "Oh my God! Como é linda essa nova página de cursos")
----------------------------------------------------------------------------------------------------*/
.cursosWRAP{
  width:960px;
  margin:0 auto;
  font-family:'Rockwell';
  border-bottom:1px solid #dadada;
  padding-bottom:42px;
}
.cursosWRAP h2{
  color: #d14c28;
  font-size: 44px;
  font-weight: normal;
  margin: 20px 0;
  text-align: center;
}
.cursosWRAP .cursos{
  margin:0 auto;
  padding:0;
  margin-bottom:20px;
}
.cursosWRAP .cursos li{
  display:inline-block; *zoom:1; *display:inline;
  width:294px;
  margin-right:30px;
  border:1px solid #ffffff;
  vertical-align:top;
  position:relative;
  height:391px;
  -webkit-transition: border ease-out 0.53s;
  -moz-transition:border ease-out 0.53s;
  -o-transition: border ease-out 0.53s;
  transition: border ease-out 0.53s;
}
.ie8 .cursosWRAP .cursos li{
  margin-right:20px;
}
.cursosWRAP .cursos li:last-child{
  margin-right:0px;
}
.cursosWRAP .cursos li:hover{
  border:1px solid #d1a69a;
    -webkit-transition: border ease-in 0.53s;
    -moz-transition: border ease-in 0.53s;
    -o-transition: border ease-in 0.53s;
    transition: border ease-in 0.53s;
}
.ie8 .cursosWRAP .cursos li.Avise:hover img,
.ie8 .cursosWRAP .cursos li.Avise:hover h3,
.ie8 .cursosWRAP .cursos li.Avise:hover p{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
.cursosWRAP .cursos li.Avise:before{
  content:'';
  font-size:0px;
  background:#dadada;
  width:294px;
  height:0px;
  position:absolute;
  top:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all ease-in 0.23s;
  -moz-transition: all ease-in 0.23s;
  -o-transition: all ease-in 0.23s;
  transition: all ease-in 0.23s;
}
.cursosWRAP .cursos li.Avise:hover:before{
  content:'';
  z-index:10;
  background:#dadada;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  width:294px;
  height:325px;
  position:absolute;
  top:0;
  -webkit-transition: all 0.02s ease-out 0.73s;
  -moz-transition: all 0.02s ease-out 0.73s;
  -o-transition: all 0.02s ease-out 0.73s;
  transition: all 0.02s ease-out 0.73s;
}
.cursosWRAP .cursos li.Avise:after{
  content:'';
  z-index:20;
  font-size:34px;
  color:#d14c28;
  font-family:'Rockwell';
  font-weight:bold;
  text-align:center;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all ease-in 0.23s;
  -moz-transition: all ease-in 0.23s;
  -o-transition: all ease-in 0.23s;
  transition: all ease-in 0.23s;
}
.cursosWRAP .cursos li.Avise:hover:after{
  content:'Curso sem turmas abertas';
  z-index:20;
  color:#d14c28;
  font-family:'Rockwell';
  font-weight:bold;
  font-size:36px;
  text-align:center;
  width:294px;
  height:215px;
  padding-top:110px;
  position:absolute;
  top:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity:100;
  -khtml-opacity: 100;
  opacity: 100;
  -webkit-transition: all 0.5s ease-in-out 0.8s;
  -moz-transition: all 0.5s ease-in-out 0.8s;
  -o-transition: all 0.5s ease-in-out 0.8s;
  transition: all 0.5s ease-in-out 0.8s;
}
.cursosWRAP .cursos img{
  width:111px;
  height:128px;
  /*margin-top:32px;
  margin-left:92px;
  margin-bottom: 15px;*/
}
.cursos .link-ico {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  height: 128px !important;
  margin: 32px 0 15px 92px;
  position: static !important;
  width: 111px !important;
}
img.filtroPB{
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.02s ease-out 0.80s;
  -moz-transition: all 0.02s ease-out 0.80s;
  -o-transition: all 0.02s ease-out 0.80s;
  transition: all 0.02s ease-out 0.80s;
}
.cursosWRAP .cursos h3{
  color:#d14c28;
  font-size:24px;
  font-weight:normal;
  text-align:center;
  line-height:30px;
  margin-bottom:15px;
}
.cursosWRAP .cursos p{
  color:#000000;
  font-family:'Arial';
  font-size:14px;
  font-weight:normal;
  text-align:center;
  line-height:18px;
  padding:0px 15px;
}
.cursosWRAP .cursos a{
  color:#ffffff;
  background:#95b836;
  width:295px;
  height:66px;
  text-decoration:none;
  display:block;
  bottom:0;
  position:absolute;
  -webkit-transition: background ease-out 0.53s;
  -moz-transition:background ease-out 0.53s;
  -o-transition: background ease-out 0.53s;
  transition: background ease-out 0.53s;
}
.cursosWRAP .cursos a h6{
  font-weight:bold;
  font-size:22px;
  text-align:center;
  margin:0 auto;
  padding:0;
  margin-top:20px;
}
.cursosWRAP .cursos a:hover{
  background:#7c992d;
  -webkit-transition: background ease-in 0.53s;
  -moz-transition:background ease-in 0.53s;
  -o-transition: background ease-in 0.53s;
  transition: background ease-in 0.53s;
}
.cursosWRAP .cursos a.Avise{
  background:#d14c28;
}
.cursosWRAP .cursos a.Avise:hover{
  background:#7b2d18;
}
.cursosWRAP .cursos a.Avise h6{
  font-size:16px;
  margin-top:14px;
}
.cursosWRAP .cursos a.Avise h6 span{
  font-size:14px;
}

/*----------------------------------------------------------------------------------------------------
  Estilos da página de serviços (Todos vão falar: "Oh my God! Como é linda essa nova página de serviços")
----------------------------------------------------------------------------------------------------*/
.servicosWRAP{
  width:960px;
  margin:0 auto;
  font-family:'Rockwell';
  border-bottom:1px solid #dadada;
  padding-bottom:42px;
}
.servicosWRAP h2{
  color:#d14c28;
  font-size:44px;
  font-weight:normal;
  text-align:center;
}
.servicosWRAP .cursos{
  margin:0 auto;
  padding:0;
  margin-bottom:20px;
}
.servicosWRAP .cursos li{
  display:inline-block; *zoom:1; *display:inline;
  width:294px;
  margin-right:30px;
  border:1px solid #ffffff;
  vertical-align:top;
  position:relative;
  height:391px;
  -webkit-transition: border ease-out 0.53s;
  -moz-transition:border ease-out 0.53s;
  -o-transition: border ease-out 0.53s;
  transition: border ease-out 0.53s;
}
.ie8 .servicosWRAP .cursos li{
  margin-right:20px;
}
.servicosWRAP .cursos li:last-child{
  margin-right:0px;
}
.servicosWRAP .cursos li:hover{
  border:1px solid #d1a69a;
  -webkit-transition: border ease-in 0.53s;
  -moz-transition: border ease-in 0.53s;
  -o-transition: border ease-in 0.53s;
  transition: border ease-in 0.53s;
}
.ie8 .servicosWRAP .cursos li.Avise:hover img,
.ie8 .servicosWRAP .cursos li.Avise:hover h3,
.ie8 .servicosWRAP .cursos li.Avise:hover p{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
.servicosWRAP .cursos li.Avise:before{
  content:'';
  font-size:0px;
  background:#dadada;
  width:294px;
  height:0px;
  position:absolute;
  top:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all ease-in 0.23s;
  -moz-transition: all ease-in 0.23s;
  -o-transition: all ease-in 0.23s;
  transition: all ease-in 0.23s;
}
.servicosWRAP .cursos li.Avise:hover:before{
  content:'';
  z-index:10;
  background:#dadada;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  width:294px;
  height:325px;
  position:absolute;
  top:0;
  -webkit-transition: all 0.02s ease-out 0.73s;
  -moz-transition: all 0.02s ease-out 0.73s;
  -o-transition: all 0.02s ease-out 0.73s;
  transition: all 0.02s ease-out 0.73s;
}
.servicosWRAP .cursos li.Avise:after{
  content:'';
  z-index:20;
  font-size:34px;
  color:#d14c28;
  font-family:'Rockwell';
  font-weight:bold;
  text-align:center;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all ease-in 0.23s;
  -moz-transition: all ease-in 0.23s;
  -o-transition: all ease-in 0.23s;
  transition: all ease-in 0.23s;
}
.servicosWRAP .cursos li.Avise:hover:after{
  content:'Curso sem turmas abertas';
  z-index:20;
  color:#d14c28;
  font-family:'Rockwell';
  font-weight:bold;
  font-size:36px;
  text-align:center;
  width:294px;
  height:215px;
  padding-top:110px;
  position:absolute;
  top:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity:100;
  -khtml-opacity: 100;
  opacity: 100;
  -webkit-transition: all 0.5s ease-in-out 0.8s;
  -moz-transition: all 0.5s ease-in-out 0.8s;
  -o-transition: all 0.5s ease-in-out 0.8s;
  transition: all 0.5s ease-in-out 0.8s;
}
.servicosWRAP .cursos img{
  width:111px;
  height:128px;
}
.servicosWRAP .cursos .link-ico {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    height: 128px !important;
    margin: 32px 0 15px 92px;
    position: static !important;
    width: 111px !important;
}
img.filtroPB{
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.02s ease-out 0.80s;
  -moz-transition: all 0.02s ease-out 0.80s;
  -o-transition: all 0.02s ease-out 0.80s;
  transition: all 0.02s ease-out 0.80s;
}
.servicosWRAP .cursos h3{
  color:#d14c28;
  font-size:24px;
  font-weight:normal;
  text-align:center;
  line-height:30px;
  margin: 0 0 10px;
}
.servicosWRAP .cursos p{
  color:#000000;
  font-family:'Arial';
  font-size:14px;
  font-weight:normal;
  text-align:center;
  line-height:18px;
  padding:0px 15px;
}
.servicosWRAP .cursos a{
  color:#ffffff;
  background:#95b836;
  width:295px;
  height:66px;
  text-decoration:none;
  display:block;
  bottom:0;
  position:absolute;
  -webkit-transition: background ease-out 0.53s;
  -moz-transition:background ease-out 0.53s;
  -o-transition: background ease-out 0.53s;
  transition: background ease-out 0.53s;
}
.servicosWRAP .cursos a h6{
  font-weight:bold;
  font-size:22px;
  text-align:center;
  margin:0 auto;
  padding:0;
  margin-top:20px;
}
.servicosWRAP .cursos a:hover{
  background:#7c992d;
  -webkit-transition: background ease-in 0.53s;
  -moz-transition:background ease-in 0.53s;
  -o-transition: background ease-in 0.53s;
  transition: background ease-in 0.53s;
}
.servicosWRAP .cursos a.Avise{
  background:#d14c28;
}
.servicosWRAP .cursos a.Avise:hover{
  background:#7b2d18;
}
.servicosWRAP .cursos a.Avise h6{
  font-size:16px;
  margin-top:14px;
}
.servicosWRAP .cursos a.Avise h6 span{
  font-size:14px;
}
.servicosWRAP.formContato{
    border-bottom: 0 !important;
}
.servicosWRAP.formContato h2{
    font-size: 35px;
}
.servicosWRAP.formContato .gform_wrapper input[type="text"],
.servicosWRAP.formContato .gform_wrapper input[type="url"],
.servicosWRAP.formContato .gform_wrapper input[type="email"],
.servicosWRAP.formContato .gform_wrapper input[type="tel"],
.servicosWRAP.formContato .gform_wrapper input[type="number"],
.servicosWRAP.formContato .gform_wrapper input[type="password"],
.servicosWRAP.formContato .gform_wrapper select,
.servicosWRAP.formContato .gform_wrapper textarea {
    background: none repeat scroll 0 0 #efefef;
    border: 1px solid #cecece;
    color: #333;
    font-family: Arial,Verdana,sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    outline: medium none;
    padding: 6px 10px;
    transition: all 0.3s ease-in-out 0s;
}


/* ==========================================================================
Reduzindo menu no evento scroll
========================================================================== */
header.scrollingPageActive{
    z-index: 100;
}
header.scrollingPageActive div.bg-nav-bar{
    background-position: 0 -26px;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;

        -webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}
header.scrollingPageActive div.bg-nav-bar div.logo-arrow{
    background-position: 86% -12px;

            -webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}
header.scrollingPageActive div.bg-nav-bar div.logo-arrow a.logo{
    margin-top: -6px;
    background: url(../images/logo_mestre_mini.png) no-repeat;
    background-size: contain;
    width: 160px;
    height: 28px;

            -webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}
header.scrollingPageActive div.bg-nav-bar nav.main-nav{
    margin-top:16px;

                -webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}
header.scrollingPageActive div.bg-nav-bar a.bt-standard{
    margin-top: 10px;
}




