/*
www.devsaran.com
*/

@import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700);


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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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


/* Body & Main
================================================== */
body {
  nowhitespace: afterproperty;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font: 14px/1.6 'Oxygen',sans-serif;
  color: #606060;
}

/* Links */
a {
  color: #DE2572;

}
a:visited {
  color: #DE2572;
}
a:hover,
a:focus,
a:active {
  color:#000;
  text-decoration: none;
}

/*set max img width*/
img {
  max-width: 100%;
}


/* Commons
================================================== */

/*clear floats*/
.remove-margin {
  margin-right: 0 !important;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
  clear: both;
}

/*blockquote*/
blockquote {
  position: relative;
  margin: 30px 20px;
  padding-left: 25px;
  font-style: italic;
  font-weight: bold;
  color: #000;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #000;
  content: open-quote;
  font-size: 3em;
  line-height: .1em;
  position: absolute;
  top: 20px;
  left: -10px;
}

blockquote p:last-child {
  margin: 0;
}


/*preformatted text*/
pre {
  background: #fff url("images/pre-bg.png") repeat;
  margin: 40px 0px;
  padding: 25px 20px;
  line-height: 25px;
  border: 1px solid #ddd;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

ul, ol {
  margin: 0 0 1em 1.5em;
}
ul {
  list-style: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
  padding:10px 10px;
}

tr{
  padding:5px 5px;
}

td{
  padding:5px 10px;
}

#primary table {
  margin: 0 0 1.5em;
  width: 100%;
/*  border:1px solid #ddd;*/
  border-right:none;
  background:#fff;
}

#primary th {
  font-weight: bold;
  padding:10px 10px;
  background:#555;
  color:#fff;
}

#primary tr{
  padding:5px 5px;
}

#primary td{
  padding:5px 10px;
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
}

/* Typography
================================================== */

/* Headings */
h1,h2,h3,h4,h5,h6 {
  clear: both;
}

h1 { font-size: 28px; color:#DE2572 }
h2 { font-size: 22px; color:#05A5A4}
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 12px; }
h6 { font-size: 8px; }

p {
  margin: 0 0 20px;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

hr {
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

p a, p a:visited {
  line-height: inherit;
}

a:link {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a {
  outline: 0;
}

p a, p a:visited {
  line-height: inherit;
}

a:focus {
  outline: 0;
}


/* Head */

#masthead{
  position: relative;
}
.site-branding{
  margin-bottom: 20px;
}
#site-logo {
  float: left;
  padding: 15px 15px 0 0;
}
h1#site-title{
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 18px;
  clear: none;
}
h1#site-title a:link, h1#site-title a:visited{
  color: #000;
}

/* Menu */

.menutoggle{
  width: 20px;
  height: 36px;
  color: #777;
  border: 1px solid #ddd;
  border-radius: 3px;
  line-height: 36px;
  text-align: center;
  background: #01A4A4;
  position: absolute;
  right: 20px;
  top:25px;
  font-size: 20px;
  display:none;
}

#main-menu {
  padding:30px 0px;
  margin: 22px 0px 15px;
  height:45px;
  border-bottom: none;
  float: left;
}
  
#main-menu ul {
  width: auto;
  float:left;
  list-style: none;
  margin: 0;
  padding: 0 0px;
}
  
#main-menu li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight:400;
}
  
#main-menu li a {
  color: #01A4A4;
  display: block;
  margin: 0;
  padding: 19px 10px 19px 10px;
  text-decoration: none;
  position: relative;
}

#main-menu li a:hover, #main-menu li a:active, #main-menu a.active, #main-menu > ul > li > a.active-trail {
  color: #DD2572;
}
  
#main-menu li a.sf-with-ul {
  padding-right: 10px;
} 

#main-menu li ul li a, #main-menu li ul li a:link, #main-menu li ul li a:visited,
#main-menu li ul li ul li a, #main-menu li ul li ul li a:link, #main-menu li ul li ul li a:visited,
#main-menu li ul li ul li ul li a, #main-menu li ul li ul li ul li a:link, #main-menu li ul li ul li ul li a:visited {
  color:#DD2572;
  width: 148px; 
  margin: 0;
  padding: 10px 10px;
  border-top:1px solid #ddd;
  position: relative;
  font-weight:400;
}
  
#main-menu ul li ul li:first-child a,#main-menu ul li ul li ul li:first-child a,#main-menu ul li ul li ul li ul li:first-child a  {
  border-top:none;
}

  
#main-menu li ul li a:hover ,#main-menu li ul li ul li a:hover ,#main-menu li ul li ul li ul li a:hover {
  color: #01A4A4;
}

#main-menu li ul {
  font-size: 12px;
  z-index: 9999;
  position: absolute;
  left: -999em;
  height: auto;
  width: 160px;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px;
  background:#efefef;
}

#main-menu li ul a { 
  width: 150px;
}

#main-menu li ul a:hover, #main-menu li ul a:active { 
}

#main-menu li ul ul {
  margin: -44px 0 0 160px;
}

#main-menu li:hover ul ul, #main-menu li:hover ul ul ul, #main-menu li.sfHover ul ul, #main-menu li.sfHover ul ul ul {
  left: -999em;
}

#main-menu li:hover ul, #main-menu li li:hover ul, #main-menu li li li:hover ul, #main-menu li.sfHover ul, #main-menu li li.sfHover ul, #main-menu li li li.sfHover ul {
  left: auto;
}

#main-menu li:hover, #main-menu li.sfHover { 
  position: static;
 
}

#main-menu > ul > li > a {
  padding : 10px;
}

/* Layout */

#primary, #sidebar{
  padding-top: 20px;
  padding-bottom: 20px;
}

#main-content {
  padding-top: 15px;
}

/* Slider */

#slidebox{
  max-height: 550px;
  position: relative;
  background: #000;
}

.doverlay{
  background: url(images/overlay.png);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top:0px;
  z-index: 100;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
  
.flex-caption{
  width: 800px;
  position: absolute;
  top:28%;
  left: 50%;
  margin-left: -400px;
  text-align: center;
  z-index: 120;
  color: #fff;
} 
  
.flex-caption h2{
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
}

.flex-caption h2 a:link, .flex-caption h2 a:visited{
  color: #fff;
}

.flex-caption p{
  font-size: 16px;
}

a.frmore{
  background: rgba(255,255,255,0.2);
  display: block;
  text-transform: uppercase;
  color: #fff;
  width: 150px;
  border: 1px solid #fff;
  padding: 5px 0px;
  margin: 10px auto;
  font-weight: bold;
  color: #fff!important;
}

#preface-area {
  background: none repeat scroll 0 0 #01A4A4;
  border-bottom: 5px solid #01A4A4;
  border-top: 5px solid #01A4A4;
  padding: 40px 0 20px;
}

.preface-block{
  color: #fff;
  text-align: center;
}


.preface-block .block > h2{
	display:none;
  font-size: 35px;
  font-weight: bold;
}

#header-block, #footer-block {
  padding: 20px 0 0;
}


#bottom{
  padding: 20px 0px 40px 0px;
  background: #3b3b3b;
  border-top:5px solid #DD2572;
}
 
.footer-block{
  color: #aaa;
}

.footer-block .block > h2{
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px 0px;
  color:#fff;
  text-transform: uppercase;
}

/* Footer */

.site-footer{
  padding: 10px 0px;
  background:#292929;
  font-size: 12px;
}

.fcred{
  padding: 10px 0px;
  color: #bbb;
}

.fcred a:link, .fcred a:visited{
  color:#fff;
}

/* =Content
----------------------------------------------- */

.node h2.title a, h1.page-title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
}
h1.page-title{
  color: #3b3b3b!important;
}
#content .node-teaser {
  padding-bottom:30px;
/*  border-bottom:1px solid #DDDDDD;*/
  margin-bottom: 15px;
}

.node-teaser img {
  /* border: 1px solid #CCCCCC;*/
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
  float: left;
}
.page-node #content-wrap img {
/*  border: 1px solid #CCCCCC;*/
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
}
.page-node #content-wrap .captcha img {
/*  border: 1px solid #CCCCCC;*/
  float: left!important;
}

.region-content-top {
  margin-bottom: 20px;
}

#sidebar .block {
  margin-bottom: 30px;
}

#sidebar .block > h2 {
  font-size: 20px;
  color:#000;
  margin-bottom: 15px;
  font-weight: bold;
}

.preface-block .block, .footer-block .block, .region-footer .block, .region-header .block, .region-content-top .block {
  margin-bottom: 30px;
}


/* -------------- Form Elements  ------------- */

fieldset { background: #ffffff; margin-top: 10px; margin-bottom: 32px;
padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.fieldset-wrapper { margin-top: 25px; }

.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }

.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
-khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; 
-khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Contact Form */

.contact-form #edit-name { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-mail { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-subject { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-message { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-top-left-radius: 4px; -khtml-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.contact-form .resizable-textarea .grippie {  width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-bottom-left-radius: 4px; -khtml-border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }

/* Comment form */

.comment-form label { float: left; font-size: 0.929em; }

.comment-form input, .comment-form .form-select { margin: 0; 
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.comment-form .form-type-textarea label { float: none; }

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select { margin-bottom: 10px; overflow: hidden; }

.comment-form .form-type-checkbox,
.comment-form .form-radios { margin-left: 120px; }

.comment-form .form-type-checkbox label,
.comment-form .form-radios label { float: none; margin-top: 0; }

.comment-form input.form-file { width: auto; }

.comment-form .form-text { display: block; margin: 0; width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.comment-form .form-item .description { font-size: 0.786em; line-height: 1.2; margin-left: 120px; }

#content h2.comment-form { margin-bottom: 0.5em; }

.comment-form .form-textarea { -khtml-border-radius-topleft: 4px; -khtml-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item { margin-top: 0; margin-bottom: 0; }

.filter-wrapper label { width: auto; float: none; }

.filter-wrapper .form-select { min-width: 120px; }

.comment-form fieldset.filter-wrapper .tips { font-size: 0.786em; }

#comment-body-add-more-wrapper .form-type-textarea label { margin-bottom: 0.4em; }

#edit-actions input { margin-right: 0.6em; }

/* Other Overrides */

div.password-suggestions { border: 0; }

.ui-widget-overlay { background: #222222; opacity: 0.7; }

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane { padding: 1em; }

#forum .name { font-size: 1.083em; }

#forum .description { font-size: 1em; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');

border: 1px solid #dbdbdb;
-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
color: #333333; text-shadow: 0 1px 0 white; position: relative; font-weight:bold; padding: 4px .8em 5px .8em; font-size: 13px; }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');

-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white;
-webkit-box-shadow: inset 0 1px 0 0 white;
-o-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
cursor: pointer; }

button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width { 
width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }


#block-search-form { padding-bottom: 7px; }

#block-search-form .content { margin-top: 0; }

#search-form .form-item-keys label { display: block; }


ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }


.meta {
  margin: 5px 0 10px 0;
}

.meta a {
  color: #999;
}

.meta a:hover {
  color: #000;
}

.meta li {
  display: inline;
  margin-right: 5px;
  margin-right: 10px;
}

.meta strong{
  font-weight: 600;
  color: #111;
}

.meta li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}

.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}


/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#content table.cke_editor {
  background: transparent;
  border: 0;
}
#content table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-item label {
  font-size: 13px;
  font-weight: bold;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

ul.inline, ul.links.inline {
  margin-left: 0;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  background: #ed564b;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  color: #fff;
  padding: 2px 6px;
}

.field-name-field-tags a:hover{
  background: #111;
  color: #fff;
}

.field-name-field-tags div {
  display: inline;
}


/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/* Comments */

.comment h2.title { margin-bottom: 1em; }

.comment div.user-picture img { margin-left: 0; }

.comment { margin-bottom: 20px; display: table; vertical-align: top; }

.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }

.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }

.comment .attribution .username { white-space: nowrap; }

.comment .comment-submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }

.comment .comment-submitted .comment-time { font-size: 0.786em; }

.comment .comment-submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }

.comment .content { font-size: 0.929em; line-height: 1.6; }

.comment .comment-arrow { background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 22px; }

.comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }

.comment .indented { margin-left: 40px; }

.comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }

.comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }


/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}


@media screen and (max-width: 760px) {
  html{
    font-size: 60%;
  }

  h1#site-title{
    text-align: center;
  }

  #site-logo {
    padding-top: 0;
  }
  
  select.mnav{
    width: 100%;
    margin-bottom: 20px;
  }

  #main-menu{
    display:none;
  }
    
  .flex-caption{
    display: none;
  } 

}

/*PARA DAR NO IPAD*/

@media screen and (max-width: 1024px) {
  #main-menu{
    display: block;
  }
   #masthead .col-sm-6{
    width: 100%!important;
  }
}

#edit-example{
  margin: 0!important;
}

.captcha .fieldset-description{
  font-size: 12px!important;
}

.views-field-field-data-new{
  padding-bottom: 10px;
  padding-top: 5px;
  font-size: 13px;
}
.views-field-field-image-new{
  width: 30%;
  float: left;
  padding-right: 20px;
}
.views-field-field-image-new .field-content img{
  height: auto;
}
.views-field-body{
  text-align: justify;
}
.views-field-title{
  font-size: 16px;
  float: left;
  width: 100%;
}
.view-noticias .item-list li{
  padding-bottom: 30px;
  border-bottom: 2px dotted #ddd;
  padding-top: 30px;
}
.view-noticias .view-content .item-list ul{
  list-style: none;
}


/* FORMULÁRIO DE REGISTO */

.page-node-37 #main-content #content-wrap h1{
  text-align: center;
}
.page-node-37 .webform-client-form .webform-component-fieldset legend{
  text-align: center;
  background-color: #01A4A4;
  color: #fff;
  text-shadow: none;
  font-weight: bold;
  position: relative;
  float: left;
  border: 0px!important;
  border-radius: 0px!important;
  line-height: 2.5;
  height: 2.5em;
}
.page-node-37 .webform-client-form fieldset{
  width: 100%;
}
.page-node-37 .webform-client-form .form-item{
  width: 50%;
  float: left;
}
.page-node-37 .webform-client-form #webform-component-por-favor-indique .form-item{
  width: 33%;
  float: left;
}
.page-node-37 .webform-client-form .form-item label{
  display: inline-block;
  width: 25%;
  text-align: left;
  float: left;
}
.page-node-37 .webform-client-form .form-item input{
  width: 70%;
}
.page-node-37 .webform-component-sente-se-confortavel-em-falar-e-escrever-em-ingles label{
  width: 100%;
  padding-bottom: 10px;
}
.page-node-37 #webform-component-negocio{
  padding-top: 30px;
}

.page-node-37 .webform-client-form #webform-component-sente-se-confortavel-em-falar-e-escrever-em-ingles input{
  width: 30px;
}
.page-node-37 .webform-client-form #edit-submitted-sente-se-confortavel-em-falar-e-escrever-em-ingles div{
  width: 15%;
  text-align: center;
}
.page-node-37 .webform-client-form #edit-submitted-sente-se-confortavel-em-falar-e-escrever-em-ingles div label{
  width: 90%;
  text-align: center;
}
.page-node-37 .webform-client-form #webform-component-principais-atividades-da-empresa{
  width: 100%;
}
.page-node-37 .webform-client-form #webform-component-principais-atividades-da-empresa label{
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
.page-node-37 .webform-client-form #webform-component-numero-de-trabalhadores-na-empresa label{
  width: 50%;
}
.page-node-37 .webform-client-form #webform-component-numero-de-trabalhadores-na-empresa input{
  width: 15%;
}
.page-node-37 .webform-client-form #webform-component-principais-atividades-da-empresa .form-textarea-wrapper textarea{
  width: 100%;
  float: left;
}
.page-node-37 .webform-client-form #webform-component-anos-de-experiencia-do-empreendedor-de-acolhimento-na-gestao-de-um-negocio label{
  width: 50%;
}
.page-node-37 .webform-client-form #webform-component-anos-de-experiencia-do-empreendedor-de-acolhimento-na-gestao-de-um-negocio input{
  width: 15%;
}
.page-node-37 .webform-client-form #webform-component-cargo-do-empreendedor-de-acolhimento-na-empresa label{
  width: 100%;
  padding-bottom: 10px;
}
.page-node-37 #webform-component-detalhes-do-programa{
  padding-top: 30px;
  width: 100%;
}

.page-node-37 .webform-client-form #webform-component-voce-estaria-disposto-disponivel-a-atuar-como{
  width: 50%;
}
.page-node-37 .webform-client-form #webform-component-voce-estaria-disposto-disponivel-a-atuar-como label{
  width: 100%;
  padding-bottom: 10px;
}
.page-node-37 .webform-client-form #webform-component-por-favor-indique{
  width: 50%;
}
.page-node-37 .webform-client-form #webform-component-por-favor-indique label{
  width: 100%;
  padding-bottom: 10px;
}
.page-node-37 .webform-client-form #webform-component-por-favor-indique-as-competencias{
  width: 100%;
}
.page-node-37 .webform-client-form #webform-component-por-favor-indique-as-competencias label{
  width: 100%;
  padding-bottom: 10px;
}

.page-node-37 .webform-client-form #edit-submitted-voce-estaria-disposto-disponivel-a-atuar-como div{
  width: 15%;
  text-align: center;
}
.page-node-37 .webform-client-form #edit-submitted-voce-estaria-disposto-disponivel-a-atuar-como div label{
  width: 90%;
  text-align: center;
}

.page-node-37 .webform-client-form #webform-component-documentos{
  width: 100%;
  padding: 0;
}
.page-node-37 .webform-client-form #webform-component-documentos div{
  width: 100%;
  float: left;
}
.page-node-37 .webform-client-form #webform-component-documentos #edit-submitted-documentos{
  width: 100%;
  float: left;
}
.page-node-37 .webform-client-form #webform-component-documentos label{
  width: 100%;
  padding-bottom: 10px;
}
.page-node-37 .webform-client-form #webform-component-documentos #edit-submitted-documentos #edit-submitted-documentos-upload{
  width: 28%;
  float: left;
}
.page-node-37 .webform-client-form #webform-component-documentos #edit-submitted-documentos #edit-submitted-documentos-upload-button{
  width: 10%;
}
.page-node-37 .webform-client-form #edit-submitted-documentos-remove{
  width: 28%;
  float: left;
}
.page-node-37 .webform-client-form #edit-submitted-documentos-remove-button{
  width: 10%;
}
.page-node-37 .webform-client-form #webform-component-como-soube-do-projeto{
  width: 100%;
}
.page-node-37 .webform-client-form #webform-component-como-soube-do-projeto label{
  width: 100%;
  padding-bottom: 10px;
}
.page-node-37 .webform-client-form #webform-component-como-soube-do-projeto #edit-submitted-como-soube-do-projeto div{
  width: 30%;
  float: left;
}
.page-node-37 .webform-client-form #webform-component-como-soube-do-projeto #edit-submitted-como-soube-do-projeto div label{
  width: 60%;
}
.page-node-37 .webform-client-form #webform-component-como-soube-do-projeto #edit-submitted-como-soube-do-projeto div input{
  width: auto;
}
.page-node-37 .webform-client-form #webform-component-informacao-adicional-comentarios{
  width: 100%;
}
.page-node-37 .webform-client-form #webform-component-informacao-adicional-comentarios label{
  width: 100%;
  padding-bottom: 10px;
}
.page-node-37 .webform-client-form #webform-component-informacao-adicional-comentarios .form-textarea-wrapper textarea{
  width: 100%;
  float: left;
}
.page-node-37 .webform-client-form #webform-component-por-favor-indique-as-competencias .form-textarea-wrapper textarea{
  width: 100%;
  float: left;
}
.page-node-37 .webform-client-form #edit-actions{
  text-align: center;
  float: left;
  width: 100%;
}
.page-node-37 .webform-client-form #edit-actions input{
  font-size: 14px;
}
.page-node-37 .webform-client-form div div{
  padding-left: 15px;
  padding-right: 15px;
}
.page-node-37 .webform-client-form #edit-captcha{
  width: 100%;
}
.page-node-37 .field-item{
  padding: 15px;
}
.page-node-37 .webform-client-form{
  background-color:#f5f5f5;
  text-align: justify;
  float: left;
}
.page-node-37 .webform-client-form #webform-component-perfil-contatos-do-empreendedor-de-acolhimento{
  background-color:#ddd;
}
.page-node-37 #webform-component-documentos-title{
  padding-top: 30px;
  width: 100%;
}
.page-node-37 .webform-client-form #webform-component-por-favor-indique .form-checkboxes div label{
  width: 85%;
}
.page-node-37 .webform-client-form #webform-component-por-favor-indique .form-checkboxes div input{
  width: auto;
}
.page-node-37 .webform-client-form #webform-component-por-favor-indique .description{
  width: 100%;
  float: left;
}
.page-node-37 .webform-client-form #webform-component-morada-title .form-textarea-wrapper textarea{
  width: 74%;
}
.page-node-37 .webform-client-form #webform-component-outro-como-soube-do-projeto label{
  display: none;
}

.page-node-37 .content .field-name-body{
  text-align: justify;
}
.page-node-37 .webform-client-form .form-item-submitted-voce-estaria-disposto-disponivel-a-atuar-como input{
  width: 30px;
}
.botao-formulario-registro{
  color: #01A4A4;
  padding: 15px;
  width: 30%;
  font-size: 14px;

}
.page-node-37 .resizable-textarea{
  width: 100%;
  float: left;
}

/* APPLICATION FORM #1*/
.page-node-39 .table-application-form{
  font-size: 12px!important;
  text-align: left;
  width: 100%!important;
  margin: 0 auto!important;
}
.page-node-39 .table-application-form th{
  padding: 5px 10px!important;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}
.page-node-39 .table-application-form td{
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.page-node-39 #main-content #content-wrap h1{
  text-align: center;
}
.page-node-39 .webform-client-form .webform-component-fieldset legend{
  text-align: center;
  background-color: #01A4A4;
  color: #fff;
  text-shadow: none;
  font-weight: bold;
  position: relative;
  float: left;
  border: 0px!important;
  border-radius: 0px!important;
  line-height: 2.5;
  height: 2.5em;
}
.page-node-39 .webform-client-form fieldset{
  width: 100%;
  float: left;
}
.page-node-39 .webform-client-form .form-item{
  width: 50%;
  float: left;
}
.page-node-39 .webform-client-form .form-item label{
  display: inline-block;
  width: 28%;
  text-align: left;
  float: left;
  padding-bottom: 10px;
}
.page-node-39 .webform-client-form .form-item input{
  width: 70%;
}
.page-node-39 .webform-client-form #webform-component-address .form-textarea-wrapper textarea{
  width: 73%;
}
.page-node-39 .webform-client-form #webform-component-country-of-residence select{
  width: 70%;
}
.page-node-39 .webform-client-form #webform-component-please-specify-other-languages-in-which-you-are-comfortable-working{
  width: 100%;
}
.page-node-39 .webform-client-form #webform-component-please-specify-other-languages-in-which-you-are-comfortable-working .description{
  width: 100%;
  float: left;
}
.page-node-39 .webform-client-form #webform-component-please-specify-other-languages-in-which-you-are-comfortable-working label{
  width: 100%;
  padding-bottom: 10px;
}
.page-node-39 .webform-client-form #edit-submitted-please-specify-other-languages-in-which-you-are-comfortable-working div{
  width: 20%;
  float: left;
}
.page-node-39 .webform-client-form #edit-submitted-please-specify-other-languages-in-which-you-are-comfortable-working input{
  width: auto;
}
.page-node-39 .webform-client-form #edit-submitted-please-specify-other-languages-in-which-you-are-comfortable-working label{
  width: 50%;
}
.page-node-39 .webform-client-form #edit-actions{
  float: left;
  width: 100%;
  text-align: center;
}
.page-node-39 .webform-client-form{
  background-color: #f5f5f5;
  text-align: justify;
  float: left;
  width: 100%;
}
.page-node-39 .webform-client-form div div{
  padding-left: 15px;
  padding-right: 15px;
}

.page-node-39 .webform-client-form #webform-component-have-you-already-started-your-own-business{
  max-height: 60px;
}
.page-node-39 .webform-client-form #webform-component-have-you-already-started-your-own-business label{
  width: 100%;
  padding:0;
}
.page-node-39 .webform-client-form #webform-component-have-you-already-started-your-own-business div div{
  width: 15%;
  text-align: center;
}
.page-node-39 .webform-client-form #webform-component-have-you-already-started-your-own-business div div input{
  width: 30px;
}
.page-node-39 .webform-client-form #webform-component-have-you-already-started-your-own-business div div label{
  width: 90%;
  text-align: center;
}
.page-node-39 .webform-client-form #webform-component-if-yes-for-how-long-have-you-been-managing-your-enterprise{
  padding-left: 50px;
}
.page-node-39 .webform-client-form #webform-component-if-no-do-you-firmly-intent-to-start-your-own-enterprise{
  padding-left: 50px;
}
.page-node-39 .webform-client-form #webform-component-if-yes-for-how-long-have-you-been-managing-your-enterprise label{
  width: 100%;
}
.page-node-39 .webform-client-form #webform-component-if-no-do-you-firmly-intent-to-start-your-own-enterprise label{
  width: 100%;
  padding:0;
}
.page-node-39 .webform-client-form #webform-component-if-no-do-you-firmly-intent-to-start-your-own-enterprise div div{
  width: 15%;
  text-align: center;
}
.page-node-39 .webform-client-form #webform-component-if-no-do-you-firmly-intent-to-start-your-own-enterprise div div input{
  width: 30px;
}
.page-node-39 .webform-client-form #webform-component-if-no-do-you-firmly-intent-to-start-your-own-enterprise div div label{
  width: 90%;
  text-align: center;
}

.page-node-39 .webform-client-form #webform-component-company-business-name label{
  width: 100%;
}
.page-node-39 .webform-client-form #webform-component-please-specify-the-main-business-sector-of-your-current-or-future-business-activity label{
  width: 100%;
}
.page-node-39 .webform-client-form #webform-component-company-business-name input{
  width: 98%;
}
.page-node-39 .webform-client-form #webform-component-please-specify-the-main-business-sector-of-your-current-or-future-business-activity input{
  width: 98%;
}

.page-node-39 .webform-client-form #webform-component-please-describe-your-current-or-future-business-in-one-simple-sentence{
  width: 100%;
}
.page-node-39 .webform-client-form #webform-component-please-describe-your-current-or-future-business-in-one-simple-sentence div{
  width: 100%;
  float: left;
}
.page-node-39 .webform-client-form #webform-component-please-describe-your-current-or-future-business-in-one-simple-sentence label{
  width: 100%;
  padding-bottom:10px;
}


.page-node-39 .webform-client-form #webform-component-please-provide-a-short-overview-of-your-current-or-future-business{
  width: 100%;
}
.page-node-39 .webform-client-form #webform-component-please-provide-a-short-overview-of-your-current-or-future-business div{
  width: 100%;
  float: left;
}
.page-node-39 .webform-client-form #webform-component-please-provide-a-short-overview-of-your-current-or-future-business label{
  width: 100%;
  padding-bottom: 10px;
}

.page-node-39 .webform-client-form #webform-component-please-describe-how-you-plan-to-develop-your-business-in-the-next-12-months{
  width: 100%;
}
.page-node-39 .webform-client-form #webform-component-please-describe-how-you-plan-to-develop-your-business-in-the-next-12-months div{
  width: 100%;
  float: left;
}
.page-node-39 .webform-client-form #webform-component-please-describe-how-you-plan-to-develop-your-business-in-the-next-12-months label{
  width: 100%;
  padding-bottom: 10px;
}

.page-node-39 .webform-client-form #webform-component-how-should-your-stay-and-interaction-with-an-experienced-host-entrepreneur-in-brazil-help-you-to-start-or-develop-your-business{
  width: 100%;
}
.page-node-39 .webform-client-form #webform-component-how-should-your-stay-and-interaction-with-an-experienced-host-entrepreneur-in-brazil-help-you-to-start-or-develop-your-business div{
  width: 100%;
  float: left;
}
.page-node-39 .webform-client-form #webform-component-how-should-your-stay-and-interaction-with-an-experienced-host-entrepreneur-in-brazil-help-you-to-start-or-develop-your-business label{
  width: 100%;
  padding-bottom: 10px;
}

.page-node-39 .webform-client-form #webform-component-please-indicate-why-you-wish-to-participate-in-the-connect-programme{
  width: 100%;
}
.page-node-39 .webform-client-form #webform-component-please-indicate-why-you-wish-to-participate-in-the-connect-programme div{
  width: 100%;
  float: left;
}
.page-node-39 .webform-client-form #webform-component-please-indicate-why-you-wish-to-participate-in-the-connect-programme label{
  width: 100%;
  padding-bottom: 10px;
}
.page-node-39 .webform-client-form #webform-component-please-specify-your-preferred-length-of-the-stay-in-brazil-in-months label{
  width: 100%;
  padding-bottom: 10px;
}
.page-node-39 .webform-client-form #webform-component-please-specify-your-preferred-length-of-the-stay-in-brazil-in-months .description{
  width: 75%;
}
.page-node-39 .webform-client-form #webform-component-please-specify-the-months-in-which-you-will-be-available-for-the-exchange label{
  width: 100%;
  padding-bottom: 10px;
}

.page-node-39 .webform-client-form #webform-component-please-specify-the-months-in-which-you-will-be-available-for-the-exchange div div input{
  width: auto;
}
.page-node-39 .webform-client-form #webform-component-please-specify-the-months-in-which-you-will-be-available-for-the-exchange div div label{
  width: 85%;
}
.page-node-39 .webform-client-form #webform-component-please-specify-the-months-in-which-you-will-be-available-for-the-exchange div div{
  width: 33%;
}
.page-node-39 .webform-client-form #webform-component-please-specify-the-months-in-which-you-will-be-available-for-the-exchange .description{
  width: 100%;
  float: left;
}
.page-node-39 .webform-client-form #webform-component-please-upload-your-cv-preferred-format-pdf{
  padding: 0;
}
.page-node-39 .webform-client-form #webform-component-please-upload-your-cv-preferred-format-pdf label{
  width: 100%;
}

.page-node-39 .webform-client-form #webform-component-please-upload-your-cv-preferred-format-pdf div input{
  width: auto;
}
.page-node-39 .webform-client-form #webform-component-please-upload-your-cv-preferred-format-pdf div{
  width: 100%;
  float: left;
}
.page-node-39 .webform-client-form #webform-component-please-upload-your-cv-preferred-format-pdf div #edit-submitted-please-upload-your-cv-preferred-format-pdf-upload{
  width: 60%;
  float: left;
}

.page-node-39 .webform-client-form #webform-component-please-upload-your-cv-preferred-format-pdf div #edit-submitted-please-upload-your-cv-preferred-format-pdf-upload-button{
  width: 20%;
  float: left;
}
.page-node-39 .webform-client-form #webform-component-please-upload-one-of-the-following-preferred-format-pdf{
  padding: 0;
}
.page-node-39 .webform-client-form #webform-component-please-upload-one-of-the-following-preferred-format-pdf .description{
  padding-top: 10px;
}
.page-node-39 .webform-client-form #webform-component-please-upload-one-of-the-following-preferred-format-pdf label{
  width: 100%;
}

.page-node-39 .webform-client-form #webform-component-please-upload-one-of-the-following-preferred-format-pdf div input{
  width: auto;
}
.page-node-39 .webform-client-form #webform-component-please-upload-one-of-the-following-preferred-format-pdf div{
  width: 100%;
  float: left;
}
.page-node-39 .webform-client-form #webform-component-please-upload-one-of-the-following-preferred-format-pdf div #edit-submitted-please-upload-one-of-the-following-preferred-format-pdf-upload{
  float: left;
}

.page-node-39 .webform-client-form #webform-component-please-upload-one-of-the-following-preferred-format-pdf div #edit-submitted-please-upload-one-of-the-following-preferred-format-pdf-upload-button{
  width: 20%;
  float: left;
}



.page-node-39 .webform-client-form #webform-component-i-your-business-plan label{
  width: 100%;
  color: #01A4A4;
}

.page-node-39 .webform-client-form #webform-component-i-your-business-plan div input{
  width: auto;
}
.page-node-39 .webform-client-form #webform-component-i-your-business-plan div{
  width: 100%;
  float: left;
}
.page-node-39 .webform-client-form #webform-component-i-your-business-plan div #edit-submitted-i-your-business-plan-upload{
  width: 60%;
  float: left;
}

.page-node-39 .webform-client-form #webform-component-i-your-business-plan div #edit-submitted-i-your-business-plan-upload-button{
  width: 20%;
  float: left;
}

.page-node-39 .webform-client-form #webform-component-ii-a-complete-executive-summary label{
  width: 100%;
  color: #01A4A4;
}

.page-node-39 .webform-client-form #webform-component-ii-a-complete-executive-summary div input{
  width: auto;
}
.page-node-39 .webform-client-form #webform-component-ii-a-complete-executive-summary div{
  width: 100%;
  float: left;
}
.page-node-39 .webform-client-form #webform-component-ii-a-complete-executive-summary div #edit-submitted-ii-a-complete-executive-summary-upload{
  width: 60%;
  float: left;
}

.page-node-39 .webform-client-form #webform-component-ii-a-complete-executive-summary div #edit-submitted-ii-a-complete-executive-summary-upload-button{
  width: 20%;
  float: left;
}
.page-node-39 .webform-client-form #webform-component-further-relevant-information{
  width: 100%;
}

.page-node-39 .webform-client-form #webform-component-how-did-you-hear-about-connect{
  width: 100%;
}

.page-node-39 .webform-client-form #webform-component-how-did-you-hear-about-connect label{
  width: 100%;
  padding-bottom: 10px;
}

.page-node-39 .webform-client-form #webform-component-how-did-you-hear-about-connect div div input{
  width: auto;
}
.page-node-39 .webform-client-form #webform-component-how-did-you-hear-about-connect div div label{
  width: 70%;
}
.page-node-39 .webform-client-form #webform-component-how-did-you-hear-about-connect div div{
  width: 33%;
}
.page-node-39 .webform-client-form #webform-component-how-did-you-hear-about-connect .description{
  width: 100%;
  float: left;
}
.page-node-39 .webform-client-form #webform-component-if-you-chose-other-please-specify label{
  display: none;
}
.page-node-39 .webform-client-form #edit-actions input {
font-size: 14px;
}
.page-node-39 .webform-client-form #webform-component-further-relevant-information .form-textarea-wrapper{
  width: 100%;
  float: left;
}
.page-node-39 .webform-client-form #webform-component-further-relevant-information .description{
  width: 100%;
  float: left;
}
.page-node-39 .webform-client-form #webform-component-website-if-any label{
  width: 100%;
}
.page-node-39 .webform-client-form #webform-component-website-if-any input{
  width: 98%;
}
.page-node-39 .webform-client-form #webform-component-are-you-currently label{
  width: 100%;
}
.page-node-39 .webform-client-form #webform-component-are-you-currently input{
  width: 98%;
}
.page-node-39 .webform-client-form #webform-component-other-language label{
  display: none;
}


/* APPLICATION FORM #2 */

.page-node-89 .table-application-form{
  font-size: 12px!important;
  text-align: left;
  width: 100%!important;
  margin: 0 auto!important;
}
.page-node-89 .table-application-form th{
  padding: 5px 10px!important;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}
.page-node-89 .table-application-form td{
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.page-node-89 #main-content #content-wrap h1{
  text-align: center;
}
.page-node-89 .webform-client-form .webform-component-fieldset legend{
  text-align: center;
  background-color: #01A4A4;
  color: #fff;
  text-shadow: none;
  font-weight: bold;
  position: relative;
  float: left;
  border: 0px!important;
  border-radius: 0px!important;
  line-height: 2.5;
  height: 2.5em;
}
.page-node-89 .webform-client-form fieldset{
  width: 100%;
  float: left;
}
.page-node-89 .webform-client-form .form-item{
  width: 50%;
  float: left;
}
.page-node-89 .webform-client-form .form-item label{
  display: inline-block;
  width: 28%;
  text-align: left;
  float: left;
  padding-bottom: 10px;
}
.page-node-89 .webform-client-form .form-item input{
  width: 70%;
}
.page-node-89 .webform-client-form #webform-component-address .form-textarea-wrapper textarea{
  width: 73%;
}
.page-node-89 .webform-client-form #webform-component-country-of-residence select{
  width: 70%;
}
.page-node-89 .webform-client-form #webform-component-please-specify-other-languages-in-which-you-are-comfortable-working{
  width: 100%;
}
.page-node-89 .webform-client-form #webform-component-please-specify-other-languages-in-which-you-are-comfortable-working .description{
  width: 100%;
  float: left;
}
.page-node-89 .webform-client-form #webform-component-please-specify-other-languages-in-which-you-are-comfortable-working label{
  width: 100%;
  padding-bottom: 10px;
}
.page-node-89 .webform-client-form #edit-submitted-please-specify-other-languages-in-which-you-are-comfortable-working div{
  width: 20%;
  float: left;
}
.page-node-89 .webform-client-form #edit-submitted-please-specify-other-languages-in-which-you-are-comfortable-working input{
  width: auto;
}
.page-node-89 .webform-client-form #edit-submitted-please-specify-other-languages-in-which-you-are-comfortable-working label{
  width: 50%;
}
.page-node-89 .webform-client-form #edit-actions{
  float: left;
  width: 100%;
  text-align: center;
}
.page-node-89 .webform-client-form{
  background-color: #f5f5f5;
  text-align: justify;
  float: left;
  width: 100%;
}
.page-node-89 .webform-client-form div div{
  padding-left: 15px;
  padding-right: 15px;
}

.page-node-89 .webform-client-form #webform-component-have-you-already-started-your-own-business{
  max-height: 60px;
}
.page-node-89 .webform-client-form #webform-component-have-you-already-started-your-own-business label{
  width: 100%;
  padding:0;
}
.page-node-89 .webform-client-form #webform-component-have-you-already-started-your-own-business div div{
  width: 15%;
  text-align: center;
}
.page-node-89 .webform-client-form #webform-component-have-you-already-started-your-own-business div div input{
  width: 30px;
}
.page-node-89 .webform-client-form #webform-component-have-you-already-started-your-own-business div div label{
  width: 90%;
  text-align: center;
}


.page-node-89 .webform-client-form #webform-component-do-you-meet-the-eligibility-criteria-described-in-the-website{
  max-height: 60px;
}
.page-node-89 .webform-client-form #webform-component-do-you-meet-the-eligibility-criteria-described-in-the-website label{
  width: 100%;
  padding:0;
}
.page-node-89 .webform-client-form #webform-component-do-you-meet-the-eligibility-criteria-described-in-the-website div div{
  width: 15%;
  text-align: center;
}
.page-node-89 .webform-client-form #webform-component-do-you-meet-the-eligibility-criteria-described-in-the-website div div input{
  width: 30px;
}
.page-node-89 .webform-client-form #webform-component-do-you-meet-the-eligibility-criteria-described-in-the-website div div label{
  width: 90%;
  text-align: center;
}


.page-node-89 .webform-client-form #webform-component-are-you-aware-that-connect-provides label{
  width: 100%;
  padding:0;
}
.page-node-89 .webform-client-form #webform-component-are-you-aware-that-connect-provides div div{
  width: 15%;
  text-align: center;
}
.page-node-89 .webform-client-form #webform-component-are-you-aware-that-connect-provides div div input{
  width: 30px;
}
.page-node-89 .webform-client-form #webform-component-are-you-aware-that-connect-provides div div label{
  width: 90%;
  text-align: center;
}
.page-node-89 .webform-client-form #webform-component-are-you-aware-that-connect-provides .description{
  width: 100%;
  float: left;
}



.page-node-89 .webform-client-form #webform-component-if-yes-for-how-long-have-you-been-managing-your-enterprise{
  padding-left: 50px;
}
.page-node-89 .webform-client-form #webform-component-if-no-do-you-firmly-intent-to-start-your-own-enterprise{
  padding-left: 50px;
}
.page-node-89 .webform-client-form #webform-component-if-yes-for-how-long-have-you-been-managing-your-enterprise label{
  width: 100%;
}
.page-node-89 .webform-client-form #webform-component-if-no-do-you-firmly-intent-to-start-your-own-enterprise label{
  width: 100%;
  padding:0;
}
.page-node-89 .webform-client-form #webform-component-if-no-do-you-firmly-intent-to-start-your-own-enterprise div div{
  width: 15%;
  text-align: center;
}
.page-node-89 .webform-client-form #webform-component-if-no-do-you-firmly-intent-to-start-your-own-enterprise div div input{
  width: 30px;
}
.page-node-89 .webform-client-form #webform-component-if-no-do-you-firmly-intent-to-start-your-own-enterprise div div label{
  width: 90%;
  text-align: center;
}

.page-node-89 .webform-client-form #webform-component-company-business-name label{
  width: 100%;
}
.page-node-89 .webform-client-form #webform-component-please-specify-the-main-business-sector-of-your-current-or-future-business-activity label{
  width: 100%;
}
.page-node-89 .webform-client-form #webform-component-company-business-name input{
  width: 98%;
}
.page-node-89 .webform-client-form #webform-component-please-specify-the-main-business-sector-of-your-current-or-future-business-activity input{
  width: 98%;
}

.page-node-89 .webform-client-form #webform-component-please-describe-your-current-or-future-business-in-one-simple-sentence{
  width: 100%;
}
.page-node-89 .webform-client-form #webform-component-please-describe-your-current-or-future-business-in-one-simple-sentence div{
  width: 100%;
  float: left;
}
.page-node-89 .webform-client-form #webform-component-please-describe-your-current-or-future-business-in-one-simple-sentence label{
  width: 100%;
  padding-bottom:10px;
}


.page-node-89 .webform-client-form #webform-component-please-provide-a-short-overview-of-your-current-or-future-business{
  width: 100%;
}
.page-node-89 .webform-client-form #webform-component-please-provide-a-short-overview-of-your-current-or-future-business div{
  width: 100%;
  float: left;
}
.page-node-89 .webform-client-form #webform-component-please-provide-a-short-overview-of-your-current-or-future-business label{
  width: 100%;
  padding-bottom: 10px;
}

.page-node-89 .webform-client-form #webform-component-please-describe-how-you-plan-to-develop-your-business-in-the-next-12-months{
  width: 100%;
}
.page-node-89 .webform-client-form #webform-component-please-describe-how-you-plan-to-develop-your-business-in-the-next-12-months div{
  width: 100%;
  float: left;
}
.page-node-89 .webform-client-form #webform-component-please-describe-how-you-plan-to-develop-your-business-in-the-next-12-months label{
  width: 100%;
  padding-bottom: 10px;
}

.page-node-89 .webform-client-form #webform-component-how-should-your-stay-and-interaction-with-an-experienced-host-entrepreneur-in-brazil-help-you-to-start-or-develop-your-business{
  width: 100%;
}
.page-node-89 .webform-client-form #webform-component-how-should-your-stay-and-interaction-with-an-experienced-host-entrepreneur-in-brazil-help-you-to-start-or-develop-your-business div{
  width: 100%;
  float: left;
}
.page-node-89 .webform-client-form #webform-component-how-should-your-stay-and-interaction-with-an-experienced-host-entrepreneur-in-brazil-help-you-to-start-or-develop-your-business label{
  width: 100%;
  padding-bottom: 10px;
}

.page-node-89 .webform-client-form #webform-component-please-indicate-why-you-wish-to-participate-in-the-connect-programme{
  width: 100%;
}
.page-node-89 .webform-client-form #webform-component-please-indicate-why-you-wish-to-participate-in-the-connect-programme div{
  width: 100%;
  float: left;
}
.page-node-89 .webform-client-form #webform-component-please-indicate-why-you-wish-to-participate-in-the-connect-programme label{
  width: 100%;
  padding-bottom: 10px;
}
.page-node-89 .webform-client-form #webform-component-please-specify-your-preferred-length-of-the-stay-in-brazil-in-months label{
  width: 100%;
  padding-bottom: 10px;
}
.page-node-89 .webform-client-form #webform-component-please-specify-your-preferred-length-of-the-stay-in-brazil-in-months .description{
  width: 75%;
}
.page-node-89 .webform-client-form #webform-component-please-specify-the-months-in-which-you-will-be-available-for-the-exchange label{
  width: 100%;
  padding-bottom: 10px;
}

.page-node-89 .webform-client-form #webform-component-please-specify-the-months-in-which-you-will-be-available-for-the-exchange div div input{
  width: auto;
}
.page-node-89 .webform-client-form #webform-component-please-specify-the-months-in-which-you-will-be-available-for-the-exchange div div label{
  width: 85%;
}
.page-node-89 .webform-client-form #webform-component-please-specify-the-months-in-which-you-will-be-available-for-the-exchange div div{
  width: 33%;
}
.page-node-89 .webform-client-form #webform-component-please-specify-the-months-in-which-you-will-be-available-for-the-exchange .description{
  width: 100%;
  float: left;
}
.page-node-89 .webform-client-form #webform-component-please-upload-your-cv-preferred-format-pdf{
  padding: 0;
}
.page-node-89 .webform-client-form #webform-component-please-upload-your-cv-preferred-format-pdf label{
  width: 100%;
}

.page-node-89 .webform-client-form #webform-component-please-upload-your-cv-preferred-format-pdf div input{
  width: auto;
}
.page-node-89 .webform-client-form #webform-component-please-upload-your-cv-preferred-format-pdf div{
  width: 100%;
  float: left;
}
.page-node-89 .webform-client-form #webform-component-please-upload-your-cv-preferred-format-pdf div #edit-submitted-please-upload-your-cv-preferred-format-pdf-upload{
  width: 60%;
  float: left;
}

.page-node-89 .webform-client-form #webform-component-please-upload-your-cv-preferred-format-pdf div #edit-submitted-please-upload-your-cv-preferred-format-pdf-upload-button{
  width: 20%;
  float: left;
}
.page-node-89 .webform-client-form #webform-component-please-upload-one-of-the-following-preferred-format-pdf{
  padding: 0;
}
.page-node-89 .webform-client-form #webform-component-please-upload-one-of-the-following-preferred-format-pdf .description{
  padding-top: 10px;
}
.page-node-89 .webform-client-form #webform-component-please-upload-one-of-the-following-preferred-format-pdf label{
  width: 100%;
}

.page-node-89 .webform-client-form #webform-component-please-upload-one-of-the-following-preferred-format-pdf div input{
  width: auto;
}
.page-node-89 .webform-client-form #webform-component-please-upload-one-of-the-following-preferred-format-pdf div{
  width: 100%;
  float: left;
}
.page-node-89 .webform-client-form #webform-component-please-upload-one-of-the-following-preferred-format-pdf div #edit-submitted-please-upload-one-of-the-following-preferred-format-pdf-upload{
  float: left;
}

.page-node-89 .webform-client-form #webform-component-please-upload-one-of-the-following-preferred-format-pdf div #edit-submitted-please-upload-one-of-the-following-preferred-format-pdf-upload-button{
  width: 20%;
  float: left;
}



.page-node-89 .webform-client-form #webform-component-i-your-business-plan label{
  width: 100%;
  color: #01A4A4;
}

.page-node-89 .webform-client-form #webform-component-i-your-business-plan div input{
  width: auto;
}
.page-node-89 .webform-client-form #webform-component-i-your-business-plan div{
  width: 100%;
  float: left;
}
.page-node-89 .webform-client-form #webform-component-i-your-business-plan div #edit-submitted-i-your-business-plan-upload{
  width: 60%;
  float: left;
}

.page-node-89 .webform-client-form #webform-component-i-your-business-plan div #edit-submitted-i-your-business-plan-upload-button{
  width: 20%;
  float: left;
}

.page-node-89 .webform-client-form #webform-component-ii-a-complete-executive-summary label{
  width: 100%;
  color: #01A4A4;
}

.page-node-89 .webform-client-form #webform-component-ii-a-complete-executive-summary div input{
  width: auto;
}
.page-node-89 .webform-client-form #webform-component-ii-a-complete-executive-summary div{
  width: 100%;
  float: left;
}
.page-node-89 .webform-client-form #webform-component-ii-a-complete-executive-summary div #edit-submitted-ii-a-complete-executive-summary-upload{
  width: 60%;
  float: left;
}

.page-node-89 .webform-client-form #webform-component-ii-a-complete-executive-summary div #edit-submitted-ii-a-complete-executive-summary-upload-button{
  width: 20%;
  float: left;
}
.page-node-89 .webform-client-form #webform-component-further-relevant-information{
  width: 100%;
}

.page-node-89 .webform-client-form #webform-component-how-did-you-hear-about-connect{
  width: 100%;
}

.page-node-89 .webform-client-form #webform-component-how-did-you-hear-about-connect label{
  width: 100%;
  padding-bottom: 10px;
}

.page-node-89 .webform-client-form #webform-component-how-did-you-hear-about-connect div div input{
  width: auto;
}
.page-node-89 .webform-client-form #webform-component-how-did-you-hear-about-connect div div label{
  width: 70%;
}
.page-node-89 .webform-client-form #webform-component-how-did-you-hear-about-connect div div{
  width: 33%;
}
.page-node-89 .webform-client-form #webform-component-how-did-you-hear-about-connect .description{
  width: 100%;
  float: left;
}
.page-node-89 .webform-client-form #webform-component-if-you-chose-other-please-specify label{
  display: none;
}
.page-node-89 .webform-client-form #edit-actions input {
font-size: 14px;
}
.page-node-89 .webform-client-form #webform-component-further-relevant-information .form-textarea-wrapper{
  width: 100%;
  float: left;
}
.page-node-89 .webform-client-form #webform-component-further-relevant-information .description{
  width: 100%;
  float: left;
}
.page-node-89 .webform-client-form #webform-component-website-if-any label{
  width: 100%;
}
.page-node-89 .webform-client-form #webform-component-website-if-any input{
  width: 98%;
}
.page-node-89 .webform-client-form #webform-component-are-you-currently label{
  width: 100%;
}
.page-node-89 .webform-client-form #webform-component-are-you-currently input{
  width: 98%;
}
.page-node-89 .webform-client-form #webform-component-other-language label{
  display: none;
}



/* PARTNERS */
.page-node-29 #page #content-wrap .region-content .block table tr{
  width:100%;
}
.page-node-29 #page #content-wrap .region-content .block table tr td{
  width: 33%;
  text-align: center;
  float: left;
}

#webform-client-form-37 #edit-submitted-area-de-negocio{
  width:74%;
}

.page-node-29 #block-system-main p{
  text-align: justify;
}
.page-node-29 .block-views{
  text-align: justify;
}


/*FAQS*/

.page-node-94 .accordions-label{
  color: #01A4A4;
  font-size:15px;
}
.page-node-94 .accordions-label:hover{
  color: #DE2572;
}
.page-node-94 .accordion{
  margin-bottom: 5px;
}
.page-node-94 .accordion h2{
  background-color: #EEE;
  padding: 0px 15px 5px 15px;
}
.page-node-94 .accordion .content{
  padding: 5px 15px 0px 15px;
  text-align: justify;
}
.page-node-94 #block-block-24 h2{
  line-height: 1;
}
.page-node-94 #block-block-35 h2{
  line-height: 1;
}
.page-node-94 #block-block-36 h2{
  line-height: 1;
}


/*WEBFORM MONTHLY PROGRESS REPORT*/

.page-node-95 .webform-client-form .webform-component-fieldset legend{
  text-align: center;
  background-color: #01A4A4;
  color: #fff;
  text-shadow: none;
  font-weight: bold;
  position: relative;
  float: left;
  border: 0px!important;
  border-radius: 0px!important;
  line-height: 2.5;
  height: 2.5em;
}

.page-node-95 .webform-client-form #edit-actions{
  float: left;
  width: 100%;
  text-align: center;
}
.page-node-95 .webform-client-form #edit-actions input{
  font-size: 14px;
}

.page-node-95 .webform-client-form #webform-component-first-name--last-name{
  width: 50%;
  float: left;
}

.page-node-95 .webform-client-form #webform-component-first-name--last-name input{
  width: 80%;
}

.page-node-95 .webform-client-form #webform-component-programme-month{
  width: 50%;
  float: left;
  padding-left: 50px;
}

.page-node-95 .webform-client-form #edit-submitted-3-please-upload-a-photo-upload{
  float: left;
}

.page-node-95 .webform-client-form fieldset{
  margin-bottom: 15px;
}


/*SUCCESS STORIES PAGE*/

.page-success-stories #content-wrap{
  width: 1170px;
}

.page-success-stories .view-success-stories .views-view-grid tr td{
  width: 25%;
  border: 0px!important;
  float: left;
}

.page-success-stories .view-success-stories .views-view-grid tr td .views-field-field-image-thumbnail{
  background: #F0EFE9;
  padding: 10px 10px 65px;
  text-align:  center;
}

.page-success-stories .view-success-stories .views-view-grid tr td .views-field-field-thumbnail-field-1{
  position: absolute;
  top: 100px;
  width: 220px;
  left: 36px;
  background-color: #DD2572;
  opacity: 0.9;
  padding: 5px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}

.page-success-stories .view-success-stories .views-view-grid tr td .views-field-field-cidade-estado-he{
  position: absolute;
  left: 35px;
  top: 170px;
  font-size: 12px;
  font-weight: bold;
}

.page-success-stories .view-success-stories .views-view-grid tr td .views-field-field-thumbnail-field-2{
  position: absolute;
  left: 35px;
  top: 190px;
  font-size: 12px;
  font-weight: bold;
}

.page-success-stories .view-success-stories .views-view-grid tr td .views-field-view-node{
 font-size: 10px;
  position: absolute;
  top: 210px;
  left: 200px;
  font-weight: bold;
}

.page-success-stories .view-success-stories .views-view-grid tr td .views-field-view-node a{
  color: #01A4A4;
}

.page-success-stories .view-success-stories .views-field-field-image-thumbnail .field-content{
  max-height: 150px;
  overflow: hidden;
}
.page-success-stories .view-success-stories .views-field-field-image-thumbnail .field-content img{
  height: auto;
  min-height: 150px;
}
/*SUCCESS STORIES SINGLE PAGE*/

.node-type-success-stories #content-wrap{
  width: 1170px;
}

/*.node-type-success-stories #main-content{
  background-image: url('/themes/nexus/images/background.png');
  background-repeat: repeat;
}*/

.node-type-success-stories .field-name-field-image-thumbnail{
  width: 50%;
  float: left;
  height: auto;
  margin-right: 30px;
  padding-bottom: 30px;
}

.node-type-success-stories .field-name-field-image-thumbnail img{
  padding: 0px!important;
}

.node-type-success-stories .field-name-field-quote{
  color: #DD2572;
  font-weight: bold;
  padding: 15px;
  font-size: 18px;
  border-left: 2px dotted;
  width: 45%;
  float: left;
  margin-top: 20px;
}

.node-type-success-stories .field-name-field-descri-o-da-quote{
  color: #3D3D3D;
  padding: 15px;
  font-weight: bold;
  width: 45%;
  float: left;
}


.node-type-success-stories .field-name-field-connect-success-story{
  color: #01A4A4;
  font-weight: bold;
  padding-bottom: 10px;
  width: 50%;
  float: left;
}

.node-type-success-stories #content-wrap h1{
  color: #3D3D3D!important;
  margin: 0px;
  border-bottom: 1px dotted #DDD;
}

.node-type-success-stories .field-name-field-back{
  text-align: right;
  width: 50%;
  float: left;
  padding-right: 20px;
}

.node-type-success-stories .group-header{
  width: 100%;
  float: left;
}

.node-type-success-stories a{
  color: #DD2572;
}

.node-type-success-stories a:hover{
  color: #01A4A4;
}

.node-type-success-stories .field-name-field-image-thumbnail img{
  border-radius: 20px;
}

.node-type-success-stories .field-name-field-new-entrepeneur{
  color: #01A4A4;
  border-radius: 2px;
  padding: 5px 10px 5px 10px;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 2px dotted;
  background: url('/themes/nexus/images/connect_ne.png') 500px 0 no-repeat;

}

.node-type-success-stories .field-name-field-host-entrepeneur{
  color: #01A4A4;
  border-radius: 2px;
  padding: 5px 10px 5px 10px;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 2px dotted;
  width: 100%;
  float: left;
  background: url('/themes/nexus/images/connect_he.png') 500px 0 no-repeat;
}


.node-type-success-stories .field-name-field-logo-ne{
  padding: 10px;
  width: 30%;
  float: left;
}

.node-type-success-stories .field-name-field-logo-he{
  padding: 10px;
  width: 30%;
  float: left;
}


.node-type-success-stories .field-name-field-nome-ne{
  padding: 10px 10px 2px 10px;
  width: 70%;
  float: left;
}

.node-type-success-stories .field-name-field-business-ne{
  padding: 2px 10px 2px 10px;
  width: 70%;
  float: left;
}

.node-type-success-stories .field-name-field-descri-o-do-neg-cio-ne{
  width: 100%;
  padding: 5px 5px 15px 15px;
  text-align: justify;
  float: left;
  min-height: 150px;
}

.node-type-success-stories .field-name-field-descri-o-do-neg-cio-he{
  width: 100%;
  padding: 5px 5px 5px 15px;
  text-align: justify;
  float: left;
  min-height: 150px;
}

.node-type-success-stories .field-name-field-testimonial-ne{
  padding: 5px 5px 0px 30px;
  text-align: justify;
}

.node-type-success-stories .field-name-field-testimonial-ne .field-items{
  padding: 0px 15px;
  text-align: justify;
  min-height: 270px;
}

.node-type-success-stories .field-name-field-testimonial-he .field-items{
  padding: 0px 15px;
  text-align: justify;
  min-height: 270px;
}


.node-type-success-stories .field-name-field-testimonial-he{
  padding: 5px 5px 0px 30px;
  text-align: justify;
}

.node-type-success-stories .field-name-field-pa-s-ne{
  padding: 2px 10px 2px 10px;
  width: 70%;
  float: left;
}

.node-type-success-stories .field-name-field-business-ne{
  padding: 2px 10px 2px 10px;
  width: 70%;
  float: left;
}

.node-type-success-stories .field-name-field-setor-de-atividade-ne{
  padding: 2px 10px 2px 10px;
  width: 70%;
  float: left;
}

.node-type-success-stories .field-name-field-contacto-ne{
  padding: 2px 10px 2px 10px;
  width: 70%;
  float: left;
}
.node-type-success-stories .field-name-field-nome-he{
  padding: 10px 10px 2px 10px;
  width: 70%;
  float: left;
}

.node-type-success-stories .field-name-field-cidade-estado-he{
  padding: 2px 10px 2px 10px;
  width: 70%;
  float: left;
}

.node-type-success-stories .field-name-field-business-he{
  padding: 2px 10px 2px 10px;
  width: 30%;
  float: left;
}


.node-type-success-stories .field-name-field-select{
  padding: 2px 10px 2px 10px;
  width: 12%;
  float: left;
  font-weight: bold;
}

.node-type-success-stories .field-name-field-setor-de-atividade-he{
  padding: 2px 10px 2px 10px;
  width: 70%;
  float: left;
}

.node-type-success-stories .field-name-field-contacto-he{
  padding: 2px 10px 2px 10px;
  width: 70%;
  float: left;
}

.node-type-success-stories .field-name-field-fotos{
  width: 100%;
}

.node-type-success-stories .field-name-field-fotos .field-item{
  width: 32%;
  float: left;
  max-height: 260px;
  overflow-y: auto;
  margin: 0 0 20px 5px;
}

.node-type-success-stories .field-name-field-fotos .field-item::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.node-type-success-stories .field-name-field-fotos .field-item::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
}

.node-type-success-stories .field-name-field-fotos .field-item::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #01A4A4;
}

.node-type-success-stories .field-name-field-fotos img{
  max-width: 100%!important;
  width: 100%;
  height: auto!important;
  padding: 15px 6px 0px 6px!important;
  margin: 0px!important;
}

.node-type-success-stories .field-name-field-fotos .field-item .image-field-caption{
  margin: 0px!important;
  padding: 0px 8px;
  quotes: none;
  width: 100%;
}
.node-type-success-stories .field-name-field-fotos .field-item .image-field-caption p{
  font-style: normal;
  font-size: 13px;
  word-wrap: break-word;
}

.node-type-success-stories .field-name-field-period-of-exchange{
  padding: 30px 20px 20px 15px;
  color: #01A4A4;
  font-size: 16px;
}

.node-type-success-stories .field-name-field-period-of-exchange .field-label{
  text-align: left;
  font-weight: bold;
}

.node-type-success-stories .field-name-field-ne-connect-experience{
  background-color: #DD2572;
  padding: 5px 15px;
  color: #fff;
  border-radius: 10px;
  width: 50%;
  margin-left: 30px;
}

.node-type-success-stories .field-name-field-he-connect-experience{
  background-color: #DD2572;
  padding: 5px 15px;
  color: #fff;
  border-radius: 10px;
  width: 65%;
  margin-left: 30px;
}

.node-type-success-stories .field-name-field-by-ne{
  padding: 5px 15px;
  color: #DD2572;
  font-style: italic;
  margin-left: 30px;
}

.node-type-success-stories .field-name-field-by-he{
  padding: 5px 15px;
  color: #DD2572;
  font-style: italic;
  margin-left: 30px;
}

body ul#sharebar {
  border: 0px!important;
  background-color: #01A4A4!important;
  padding-bottom: 5px;
  border-radius: 10px;
  padding-top: 6px;
}

body ul#sharebar .credit{
  display: none;
}

/*FINAL EVALUATION PAGE*/

.page-node-103 .webform-grid .radio, .webform-grid .checkbox {
  display: table-cell;
  text-align: center;
  width: 100px;
}

.page-node-103 .webform-grid .radio input[type="radio"], 
.page-node-103 .webform-grid .radio-inline input[type="radio"], 
.page-node-103 .webform-grid .checkbox input[type="checkbox"], 
.page-node-103 .webform-grid .checkbox-inline input[type="checkbox"] {
  float: none;
  margin: 0 ;
}

.page-node-103 .page-title{
  display: none;
}

.page-node-103 .webform-client-form fieldset {
  width: 100%;
}
.page-node-103 .webform-client-form .webform-component-fieldset legend {
text-align: center;
background-color: #01A4A4;
color: #fff;
text-shadow: none;
font-weight: bold;
position: relative;
float: left;
border: 0px!important;
border-radius: 0px!important;
line-height: 2.5;
height: 2.5em;
}
.page-node-103 .webform-client-form .webform-component-fieldset legend .fieldset-title{
  color: #fff;
}
.page-node-103 .webform-client-form #webform-component-evaluation--3-please-comment-briefly-on-your-answers{
  width: 100%;
  float: left;
}
.page-node-103 .webform-client-form #webform-component-evaluation--2-were-your-expectations-met label{
  width: 100%;
}
.page-node-103 .webform-client-form #webform-component-identification--first-name--last-name{
  width: 50%;
  float: left;
  padding: 0px;
  margin: 0px;
}
.page-node-103 .webform-client-form #webform-component-evaluation--1-what-is-your-level-of-satisfaction-towards-the-overall-connect-experience-in-brazil{
  width: 50%;
  float: left;
}
.page-node-103 .webform-client-form #webform-component-evaluation--2-were-your-expectations-met{
  width: 50%;
  float: left;
}
.page-node-103 .webform-client-form #webform-component-identification--first-name--last-name label{
  width: 100%;
}
.page-node-103 .webform-client-form #webform-component-identification--first-name--last-name input{
  width: 55%;
}
.page-node-103 .webform-client-form #webform-component-evaluation--4-please-rate-the-results-of-your-connect-experience-in-each-of-the-following-domains{
  width: 100%;
}
.page-node-103 .webform-client-form #webform-component-evaluation--5-please-rate-how-useful-the-support-you-received-through-connect-was-in-each-of-the-following-domains{
  width: 100%;
}

.page-node-103 #primary thead .checkbox{
   background: #DE2572;
   color: #fff;
   padding: 0px;
   font-size: 13px;
}
.page-node-103 #primary th{
   background: #fff;
}
.page-node-103 #primary tbody .even{
   background: #fff;
}
.page-node-103 #primary tbody tr{
   border: 1px solid #ccc;
   padding: 0px;
}
.page-node-103 .webform-client-form #webform-component-evaluation--4-please-rate-the-results-of-your-connect-experience-in-each-of-the-following-domains .description{
  color: #DE2572;
  font-weight: bold;
  text-align: right;
}
.page-node-103 .webform-client-form #webform-component-evaluation--5-please-rate-how-useful-the-support-you-received-through-connect-was-in-each-of-the-following-domains .description{
  color: #DE2572;
  font-weight: bold;
  text-align: right;
}
.page-node-103 .webform-client-form .form-item .description{
  color: #01A4A4;
  font-weight: bold;
  text-align: justify;
}
.page-node-103 .webform-client-form #edit-submitted-testimonial-9-please-upload-a-photo-featuring-you-and-your-host-entrepreneur-upload{
  float: left;
}
.page-node-103 .webform-client-form #webform-component-after-connect--11-would-you-be-interested-in-participating-in-a-final-connect-networking-event-in-europe{
  width: 50%;
  float: left;
}
.page-node-103 .webform-client-form #webform-component-after-connect--111-please-comment-briefly-on-your-answer-and-feel-free-to-leave-any-suggestions-for-the-event{
  width: 50%;
  float: left;
  min-height: 100px;
  padding-left: 15px;
}
.page-node-103 .webform-client-form #webform-component-after-connect--12-would-you-be-interested-in-participating-in-a-connect-programme-in-other-regions{
  width: 50%;
  float: left;
}
.page-node-103 .webform-client-form #webform-component-after-connect--121-if-yes-please-indicate-which-regions-in-between-commas{
  width: 50%;
  float: left;
  padding-left: 15px;
}
.page-node-103 .webform-client-form #webform-component-after-connect--11-would-you-be-interested-in-participating-in-a-final-connect-networking-event-in-europe .description{
  padding-right: 25px;
}
.page-node-103 .webform-client-form #edit-actions {
text-align: center;
float: left;
width: 100%;
}
.page-node-103 .webform-client-form #edit-actions input {
font-size: 15px;
}
.page-node-103 #edit-submitted-testimonial-91-logo-upload {
float: left;
}

.page-node-103 #webform-component-testimonial--9-please-upload-a-photo-featuring-you-and-your-host-entrepreneur{
width: 50%;
float: left;
padding-right: 25px;
}

.page-node-103 #edit-submitted-testimonial-91-logo-ajax-wrapper{
width: 50%;
float: left;
min-height: 130px;
}

/*FINAL EVALUATION - HOST PAGE*/

.page-node-104 .page-title{
  display: none;
}

.page-node-104 .webform-client-form fieldset {
  width: 100%;
}
.page-node-104 .webform-client-form .webform-component-fieldset legend {
text-align: center;
background-color: #01A4A4;
color: #fff;
text-shadow: none;
font-weight: bold;
position: relative;
float: left;
border: 0px!important;
border-radius: 0px!important;
line-height: 2.5;
height: 2.5em;
}
.page-node-104 .webform-client-form .webform-component-fieldset legend .fieldset-title{
  color: #fff;
}
.page-node-104 .webform-client-form #webform-component-evaluation--3-please-comment-briefly-on-your-answers{
  width: 100%;
  float: left;
}
.page-node-104 .webform-client-form #webform-component-evaluation--2-were-your-expectations-met label{
  width: 100%;
}
.page-node-104 .webform-client-form #webform-component-identification--first-name--last-name{
  width: 50%;
  float: left;
  padding: 0px;
  margin: 0px;
}
.page-node-104 .webform-client-form #webform-component-identification--new-entrepreneur-name{
  width: 50%;
  float: left;
  padding: 0px;
  margin: 0px;
}

.page-node-104 .webform-client-form #webform-component-evaluation--1-what-is-your-level-of-satisfaction-towards-the-overall-connect-experience-in-brazil{
  width: 50%;
  float: left;
}
.page-node-104 .webform-client-form #webform-component-evaluation--2-were-your-expectations-met{
  width: 50%;
  float: left;
}
.page-node-104 .webform-client-form #webform-component-identification--first-name--last-name label{
  width: 100%;
}
.page-node-104 .webform-client-form #webform-component-identification--first-name--last-name input{
  width: 55%;
}
.page-node-104 .webform-client-form #webform-component-identification--new-entrepreneur-name label{
  width: 100%;
}
.page-node-104 .webform-client-form #webform-component-identification--new-entrepreneur-name input{
  width: 55%;
}
.page-node-104 .webform-client-form .form-item .description{
  color: #01A4A4;
  font-weight: bold;
  text-align: justify;
}
.page-node-104 #edit-submitted-testimonial-91-logo-ajax-wrapper{
width: 100%;
float: left;
}
.page-node-104 #edit-submitted-testimonial-91-logo-upload {
float: left;
}
.page-node-104 .webform-client-form #edit-actions {
text-align: center;
float: left;
width: 100%;
}
.page-node-104 .webform-client-form #edit-actions input {
font-size: 15px;
}

/*NEWS*/

.node-type-news .field-name-body{
  padding-right: 30px;
  text-align: justify;
}

.node-type-news blockquote{
  margin: 0 0 30px 0;
  text-align: center;
  quotes: none;
}

.node-type-news blockquote p{
  font-size: 13px;
  color: #01A4A4;
}


.page-news blockquote{
  display: none;
}

/*SUCCESS STORIES*/

.page-node-119 .field-name-field-testimonial-ne .field-items{
  padding-bottom: 105px;
}