@import url(//fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

@font-face {
    font-family: 'interstateboldcompressed';
    src: url('../fonts/interstate_boldcompressed-webfont.woff2') format('woff2'),
         url('../fonts/interstate_boldcompressed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'interstateregular';
    src: url('../fonts/interstate_bold-webfont.woff2') format('woff2'),
         url('../fonts/interstate_bold-webfont.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'interstateregular';
    src: url('../fonts/interstate_light-webfont.woff2') format('woff2'),
         url('../fonts/interstate_light-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'interstateregular';
    src: url('../fonts/interstate-regular-webfont.woff2') format('woff2'),
         url('../fonts/interstate-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	background:#fff;
	color:#333;
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	line-height:22px;
	min-width:1250px;
	position:relative;
	letter-spacing: 0.02em;
}
#page-wrapper { overflow:hidden; }
h1 {
	color:#323840;
	font:400 50px/50px 'interstateregular', sans-serif;
	margin-bottom:34px;
    font-weight:bold;
}
h2 {
	color:#323840;
	text-align:center;
	text-transform:uppercase;
	font:400 30px/30px 'interstateregular', sans-serif;
	margin-bottom:45px;
    font-weight:bold;
}
h2 span {
	position:relative;
	display:inline-block;
	padding:0 50px;
    letter-spacing:-0.02em;
}
h2 span:after, h2 span:before {
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	content:'';
	display:inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	margin: -3px 0 0;
	background: #eee;
}
h2 span:after { right:0; }
h2 span:before { left:0; }
h3, #block-tm-follow-user h2 {
	color:#323840;
	font:400 26px/26px 'interstateboldcompressed', sans-serif;
	margin-bottom:10px;
}
.profile h3, #block-tm-follow-user h2 {
	border-bottom:1px solid #f2f2f2;
	overflow:hidden;
	padding-bottom:5px;
}
h4 {
	color:#323840;
	font:400 22px/26px 'interstateregular', sans-serif;
	margin-bottom:10px;
}
h5 {
	color:#323840;
	font:400 18px/26px 'interstateregular', sans-serif;
	margin-bottom:5px;
}
h6 {
	color:#323840;
	letter-spacing:2px;
	font:bold 16px/26px 'interstateregular', sans-serif;
	margin-bottom:11px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:inherit;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:#980A29;
	text-decoration:none;
}
input[type="text"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="number"], input[type="month"], input[type="password"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea {
	background:#f7f8fc;
	border:1px solid #f2f2f2;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:#383838 !important;
	font:14px 'Open Sans', sans-serif;
	max-width:100%;
	height: 35px;
    padding: 5px 15px 5px;
}
fieldset { border-color:#f2f2f2; }
label { display:inline-block; }
#search-form .form-item { display:block; }
#user-login .form-text, #contact-site-form .form-text, .search-form .form-text { width:100%; }
#contact-site-form label { vertical-align:middle; }
a {
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	color:#000;
	text-decoration:none;
	font-weight:400;
}
a:hover { text-decoration:underline; }
.btn a, .more-link a, input[type="submit"], input[type="reset"], ul.links li a, .view-portfolio .views-field-view-node a, #block-poll-recent ul.links li a, #filters li a, .content ul.pager li a, .content ul.pager li.pager-current, .view .date-nav-wrapper .date-prev a, .view .date-nav-wrapper .date-next a, .form-submit {
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	background:#980A29;
	border:none;
	border-radius:0;
	box-shadow:none;
	color:#fff;
	display:inline-block;
	font:700 14px/26px 'Open Sans', sans-serif;
	outline:none;
	padding: 5px 15px 6px;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
}
.btn a:hover, .more-link a:hover, input[type="submit"]:hover, input[type="reset"]:hover, ul.links li a:hover, .view-portfolio .views-field-view-node a:hover, #block-poll-recent ul.links li a:hover, #filters li a:hover, #filters li a.selected, .content ul.pager li a:hover, .content ul.pager li.pager-current, .view .date-nav-wrapper .date-prev a:hover, .view .date-nav-wrapper .date-next a:hover, .form-submit:hover {
	background:#323840;
	color:#fff;
	text-decoration:none;
}
input[type="submit"], input[type="reset"] { padding:5px 15px; }
.btn a, .more-link a, input[type="submit"], input[type="reset"] { min-width:150px; }
.more-link {
	text-align:center;
	padding-top:20px;
}
ul, .item-list ul, ul.menu { margin:0 0 26px; }
ul li, .item-list ul li, ul.menu li {
	background:url(../images/list-marker.png) 0 5px no-repeat;
	list-style:none;
	font-size:16px;
	line-height:30px;
	margin:0;
	padding:0 0 0 20px;
}
ul li:first-child, .item-list ul li:first-child, ul.menu li:first-child { margin-top:0; }
ul li a, .item-list ul li a, ul.menu li a {
	color:inherit;
	text-decoration:none;
}
ul li a:hover, .item-list ul li a:hover, ul.menu li a:hover {
	color:#980A29;
	text-decoration:none;
}
ul li ul, .item-list ul li ul, ul.menu li ul { padding-top:10px; }
ul.tabs li, ul.flex-direction-nav li, ul.links li, ul#admin-menu-menu li, ul#admin-menu-account li, ul#admin-menu-icon li, ul.slides li, ul.contextual-links li, ul.tips li, ul.pager li, .messages.error ul li, .rate-widget ul li, ul.submitted-list li, .footer-menu .content ul li, #filters li {
	background:none;
	border:none;
	font:inherit;
	margin-top:0;
	padding-left:0;
}
.messages.error ul li { list-style:disc; }
#admin-menu, #admin-menu .dropdown { z-index:10000; }
img {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:auto;
	max-width:100%;
	width:auto;
}

.menu .nolink { cursor: default; }

img.lazyloader-icon { width:auto !important; }
.frame, .field-type-image, .views-field-field-image, .views-field-field-blog-media, .view-portfolio .isotope-element .views-field-field-portfolio-image, .field-name-field-blog-media, .field-name-field-image, .field-name-field-portfolio-image, .field-name-field-service-image, .field-name-field-employee-photo, .field-name-field-banner-image, .field-name-field-slide-image {
	margin-bottom:20px;
	position:relative;
}
.field-name-field-banner-image { width:250px; }
.user-picture {
	background:none;
	float:left;
	margin-right:15px;
	max-width:45%;
	padding:0;
}
.profile .user-picture {
	float:right;
	margin:0 0 0 20px;
}
p { margin-bottom:26px; }
table { margin-bottom:0; }
table tr.odd, table tr.even { border:none; }
table tr.odd { background:transparent; }
table tr.even { background:#f4f5f9; }
table tr.even td { background:#f4f5f9; }
table th {
	background:#f4f5f9;
	border:none;
	color:#980A29;
	font-size:16px;
	padding:5px;
    text-transform: uppercase;
}
table th a { color:inherit; }
table th a:hover {
	color:#980A29;
	text-decoration:none;
}
table td { padding:5px; }
.extra-wrap { overflow:hidden; }
.wrapper {
	overflow:hidden;
	position:relative;
	width:100%;
}
.clearfix { position:relative; }
.clearfix:after {
	clear:both;
	content:'\0020';
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}
.fclear { clear:both; }
.separator {
	clear:both;
	height:40px;
}
.separator-top {
	border-top:0;
	clear:both;
	margin-top:50px;
	padding-top:0;
}
.separator-bottom {
	border-bottom:0;
	margin-bottom:50px;
	padding-bottom:0;
}
.align-left { text-align:left; }
.align-center { text-align:center; }
.align-right { text-align:right; }
.indent-1 { padding:0 130px; }
.textindent-1 { margin-bottom:65px; }
.pretext {
	letter-spacing:2px;
	margin-bottom:50px;
}
.list-wrapper { padding:40px 0; }
.list-indent { padding-bottom:40px; }
.title-1 {
	letter-spacing:3px;
	text-transform:uppercase;
	text-align:center;
	font:700 40px/40px 'Open Sans', sans-serif;
	color:#fff;
}
.title-2 {
	text-align:center;
	font-size:30px;
	line-height:60px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:8px;
}
div.cctags.cctags-block.wrapper a {
	opacity:1;
	font-weight:700;
	display:inline-block;
	font-size:16px;
	line-height:27px;
	padding:15px 25px;
	color:#4d4d4d;
	background:#2c2c2c;
	margin:0 4px 10px;
}
div.cctags.cctags-block.wrapper a:hover {
	text-decoration:none;
	background:#980A29;
	color:#fff;
}
.region-header-top, .region-header, .region-menu, .region-header-bottom, .region-section-0, .region-section-1, .region-section-2-2, .region-section-2-3, .region-section-3, .region-section-3-2, .region-section-4, .region-section-5, .region-section-5-2, .region-content-top, .region-content, .region-content-bottom, .region-footer-top, .region-footer {
	position:relative;
	z-index:1;
}
.region-header-top .block, .region-header .block, .region-menu .block, .region-header-bottom .block, .region-section-0 .block, .region-section-1 .block, .region-section-2-2 .block, .region-section-2-3 .block, .region-section-3 .block, .region-section-3-2 .block, .region-section-4 .block, .region-section-5 .block, .region-section-5-2 .block, .region-content-top .block, .region-content .block, .region-content-bottom .block, .region-footer-top .block, .region-footer .block {
	position:relative;
	padding-bottom:20px;
}
.region-header-top:after, .region-header:after, .region-menu:after, .region-header-bottom:after, .region-section-0:after, .region-section-1:after, .region-section-2-2:after, .region-section-2-3:after, .region-section-3:after, .region-section-3-2:after, .region-section-4:after, .region-section-5:after, .region-section-5-2:after, .region-content-top:after, .region-content:after, .region-content-bottom:after, .region-footer-top:after, .region-footer:after {
	clear:both;
	content:'';
	display:block;
	overflow:hidden;
	width:100%;
}
.region-header .block, .region-menu .block, .region-section-1 .block, .region-section-2-2 .block, .region-section-2-3 .block, .region-section-3 .block, .region-section-3-2 .block, .region-section-4 .block, .region-section-5 .block, .region-section-5-2 .block { padding-bottom:0px; }
.video-bg { background:url(../images/ajax-loader.gif) center center no-repeat; }
.parallax-box { position:relative; }
.parallax-box .region {
	position:relative;
	z-index:9;
}
.parallax-bg {
	bottom:0;
	height:100%;
	left:0;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	width:100%;
}
.parallax-bg-inner {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	max-width:none;
	position:relative;
}
.section_0_wrapper .region { padding:180px 0; }
.section_1_wrapper { margin-bottom:2px; }
.section_2_wrapper, .section_2_2_wrapper, .section_2_3_wrapper { margin-bottom:2px; }
.section_2_wrapper .panels-flexible-region-inside, .section_2_2_wrapper .panels-flexible-region-inside, .section_2_3_wrapper .panels-flexible-region-inside { padding:120px 0 60px; }
.section_3_wrapper .panels-flexible-region-inside, .section_3_2_wrapper .panels-flexible-region-inside { padding:120px 0 140px; }
.section_4_wrapper { background:#E3E3E3; }
.section_4_wrapper .region {
	padding:25px 0 20px;
}
.section_4_wrapper .region h1, .section_4_wrapper .region h2, .section_4_wrapper .region h3, .section_4_wrapper .region h4, .section_4_wrapper .region h5, .section_4_wrapper .region h6 { color:#333; }
.section_4_wrapper .region h1 a, .section_4_wrapper .region h2 a, .section_4_wrapper .region h3 a, .section_4_wrapper .region h4 a, .section_4_wrapper .region h5 a, .section_4_wrapper .region h6 a {
	color:inherit;
	text-decoration:none;
}
.section_4_wrapper .region h1 a:hover, .section_4_wrapper .region h2 a:hover, .section_4_wrapper .region h3 a:hover, .section_4_wrapper .region h4 a:hover, .section_4_wrapper .region h5 a:hover, .section_4_wrapper .region h6 a:hover {
	color:#980A29;
	text-decoration:none;
}
.section_5_wrapper { background:url(../images/video-bg.jpg) center center no-repeat; }
.section_5_wrapper .tm_video_bg { display:none; }
.section_5_wrapper p { margin-bottom:0; }
.section_5_wrapper .region { min-height:607px; }
.section_5_2_wrapper .region { padding:180px 0 240px; }
::selection, ::-moz-selection {
	background:#980A29;
	color:#fff;
	text-shadow:none;
}
img::selection, img::-moz-selection { background:transparent; }
#block-panels-mini-right-content-panel .panels-flexible-region-inside, #block-panels-mini-right-content-panel-2 .panels-flexible-region-inside, #block-panels-mini-right-content-panel-3 .panels-flexible-region-inside {
	position:relative;
	background:#f4f5f9;
}
#block-panels-mini-right-content-panel .panels-flexible-region-inside .pane-content, #block-panels-mini-right-content-panel-2 .panels-flexible-region-inside .pane-content, #block-panels-mini-right-content-panel-3 .panels-flexible-region-inside .pane-content { padding-left:70px; }
#block-panels-mini-right-content-panel .panels-flexible-region-inside:before, #block-panels-mini-right-content-panel-2 .panels-flexible-region-inside:before, #block-panels-mini-right-content-panel-3 .panels-flexible-region-inside:before {
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	content:'';
	position:absolute;
	border-left:2px solid #fff;
	left:-16px;
	width:15px;
	top:0;
	bottom:0;
	background:#f4f5f9;
}
#block-panels-mini-left-content-panel .panels-flexible-region-inside, #block-panels-mini-left-content-panel-2 .panels-flexible-region-inside {
	position:relative;
	background:#f4f5f9;
}
#block-panels-mini-left-content-panel .panels-flexible-region-inside .pane-content, #block-panels-mini-left-content-panel-2 .panels-flexible-region-inside .pane-content { padding-right:30px; }
#block-panels-mini-left-content-panel .panels-flexible-region-inside:before, #block-panels-mini-left-content-panel-2 .panels-flexible-region-inside:before {
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	content:'';
	position:absolute;
	border-right:2px solid #fff;
	right:-16px;
	width:15px;
	top:0;
	bottom:0;
	background:#f4f5f9;
}
.region-header-top { padding:10px 0 0; }
.region-header-top .block {
	padding-bottom:5px;
	margin-left:200px;
}
#header {
	position:relative;
	width:100%;
}
.header-section-wrapper {
	left:0;
	top:0;
	right:0;
	z-index:999;
	background-color: rgba(255,255,255,0.9);
}
.not-front .header-section-wrapper {
	position:relative;
	margin-bottom:50px;
	border-bottom:1px solid #f2f2f2;
}
.header-section-wrapper .grid-12 { /* background:#fff; */ }
.header-section-1 {
	position:relative;
	z-index:98;
	background-color: rgba(0,0,0,0.1);
}
.header-section-1 .alpha {
	padding-left:34px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.header-section-1 .omega {
	padding-right:40px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.header-section-2 .grid-12 { padding:25px 0 5px; }
.header-section-2 .col1 {
	/* padding-left:34px; */
	float:left;
	max-width: 25%;
}
.header-section-2 .col1 .logo {
	max-width: 50%;
	padding: 25px 10px 10px;
	z-index: 9999;
}

.header-section-2 .col2 {
	padding-right:40px;
	padding-top:36px;
	float:left;
    /* temporary until busca is back */
    position:absolute;
    left:200px;
    bottom:10px;
}
.stickup {
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
	z-index:99;
}
.isStuck {
	background:#fff;
	box-shadow:0 2px 3px 0 rgba(0,0,0,0.2);
	left:0;
	right:0;
	top:0;
}
.site-name { margin-bottom:0; }
.site-name a:hover {
	color:inherit;
	text-decoration:none;
}
.select-menu { display:none !important; }
#superfish-1 {
	background:none;
	margin-bottom:0;
	padding:0;
	width:auto;
	z-index:101;
	position:relative;
}
#superfish-1:after {
	clear:both;
	content:'\0020';
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}
#superfish-1 > li {
	background:none;
	border:0;
	font:400 15px/20px 'Open Sans', sans-serif;
	margin:0 0 0 50px;
	overflow:inherit;
	padding:0;
	letter-spacing:1.4px;
}
#superfish-1 > li:first-child { margin-left:0; }
#superfish3-1 > li > a {
	color:#323840;
	text-decoration:none;
	position:relative;
}
#superfish-1 > li > a .sf-sub-indicator {
	background:none;
	height:0;
	overflow:hidden;
	position:absolute;
	text-indent:-999px;
	width:0;
    border: 5px solid transparent;
    border-top: 5px solid #323840;
    right: -20px;
    top: 35%;
    transform: rotate(-90deg);
}


#superfish-1 > li > a:hover, #superfish-1 > li.active-trail > a, #superfish-1 > li.sfHover > a {
	color:#980A29;
	text-decoration:none;
}
#superfish-1 > li > a:hover .sf-sub-indicator, #superfish-1 > li.active-trail > a .sf-sub-indicator, #superfish-1 > li.sfHover > a .sf-sub-indicator { border-top-color:#980A29; }
#superfish-1 > li ul {
	background:rgba(250,250,250,0.95);
	display:none;
	padding:15px 0 11px;
	top:30px;
	width:330px !important;
	box-shadow: 0 5px 10px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    left: -20px !important;
}
#superfish-1 > li .sf-item-1 {
    left:0 !important;
}
.sf-menu.sf-horizontal.sf-shadow ul {
    border-radius: 0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
}
#superfish-1 > li ul li {
	background:none;
	border-bottom:0;
	float:none !important;
	font-size:14px;
	height:auto;
	padding:0 8px 2px 10px;
	width:auto !important;
}
#superfish-1 > li ul li > a:visited, #superfish-1 > li ul li > a {
	color:#333;
	text-decoration:none;
    display: inline-block;
}
#superfish-1 > li ul li > a:visited .sf-sub-indicator, #superfish-1 > li ul li > a .sf-sub-indicator {
	background:none;
	display:inline-block;
	font:inherit;
	height:auto;
	margin-left:5px;
	overflow:visible;
	position:static;
	text-indent:0;
	width:auto;
}
#superfish-1 > li ul li > a:hover, #superfish-1 > li ul li.active-trail > a, #superfish-1 > li ul li.sfHover > a {
	background:#fff;
	color:#980A29;
	text-decoration:none;
}
#superfish-1 > li ul li ul {
	left:101% !important;
	top:-15px;
}
#superfish-1 .sf-megamenu { width:auto !important; }
#superfish-1 .sf-megamenu > li > ol {
	vertical-align:top;
	white-space:nowrap;
}
#superfish-1 .sf-megamenu > li > ol > li {
	display:inline-block;
	margin:0 0 0 15px;
	padding:0;
	vertical-align:top;
	width:170px !important;
	white-space:normal;
}
#superfish-1 .sf-megamenu > li > ol > li:first-child { margin-left:0; }
#superfish-1 .sf-megamenu > li > ol > li a {
	color:#000;
	text-decoration:none;
}
#superfish-1 .sf-megamenu > li > ol > li a:hover, #superfish-1 .sf-megamenu > li > ol > li a:hover {
	color:#980A29;
}
#superfish-1 ol li .sf-depth-2 { font-weight:bold; }
#superfish-1 .sf-megamenu > li > ol > li a.active, #superfish-1 .sf-megamenu > li > ol > li.active-trail > a, #superfish-1 .sf-megamenu > li > ol > li.sfHover > a {
	background:rgba(255,255,255,0.2);
	color:#000;
	text-decoration:none;
}
#superfish-1 .sf-megamenu > li > ol > li ol {
    padding:0;
    padding-left: 10px;
}
#superfish-1 .sf-megamenu > li > ol > li ol li {
	display:block;
	float:none !important;
	margin-left:0;
	padding:0;
}
#superfish-1 .sf-megamenu > li > ol > li ol li a:before {
    content: "\f054";
    margin: 1px 5px;
    margin: 0px 5px 2px;
    font-family: FontAwesome;
    font-size: 10px;
}


.flex-viewport {
	-moz-transition:none;
	-o-transition:none;
	-webkit-transition:none;
	transition:none;
}
.flexslider {
	background:none;
	border:none;
	border-radius:0;
	box-shadow:none;
	margin-bottom:0;
	overflow:hidden;
}
.flexslider .flex-control-nav { bottom:10px; }
.flexslider .flex-control-nav li { margin:0 10px; }
.flexslider .flex-control-nav li a {
	width:9px;
	height:9px;
	border:2px solid #555;
	background:none;
	box-shadow:none;
}
.flexslider .flex-control-nav li a:hover, .flexslider .flex-control-nav li a.flex-active { background:#555; }
.flexslider .views-field-field-image { margin-bottom:0; }
.flexslider img {
	-moz-user-select:none;
	-khtml-user-select:none;
	user-select:none;
}
.flexslider .slides li { margin-right:2px; }
.flexslider .flex-direction-nav a {
	text-shadow:none;
	width:9px;
	height:16px;
	margin-top:-8px;
	display:block;
	opacity:1;
	-moz-transition:none;
	-o-transition:none;
	-webkit-transition:none;
	transition:none;
}
.flexslider .flex-direction-nav a.flex-prev {
	background:url(../images/caro-left.png) left bottom no-repeat;
	left:50%;
	margin-left:-480px;
}
.flexslider .flex-direction-nav a.flex-next {
	background:url(../images/caro-right.png) left bottom no-repeat;
	right:50%;
	margin-right:-480px;
}
.flexslider .flex-direction-nav a:hover { background-position:left top; }
.flexslider .flex-direction-nav a:before { display:none; }
.view-slider .flexslider { padding-bottom:70px; }
.view-slider .slides li {
	-moz-user-select:none;
	-khtml-user-select:none;
	user-select:none;
	padding:0;
}
.view-slider .slides li img { width:100%; }
.view-slider .flex-control-nav {
	bottom:20px;
	font-size:0;
	line-height:0;
	z-index:20;
}
.view-slider .flex-control-thumbs li {
	-moz-user-select:none;
	-khtml-user-select:none;
	user-select:none;
	width:20%;
}
.view-slider .flex-direction-nav a { text-shadow:none; }
.view-slider .flex-direction-nav a:before { line-height:40px; }
.view-slider:hover .flex-next {
	opacity:1;
	right:0;
}
.view-slider:hover .flex-prev {
	opacity:1;
	left:0;
}
.view-slider .flex-caption {
	text-align:center;
	z-index:99;
}
.view-slider .flex-caption .container-12 {
	left:50%;
	position:absolute;
	top:50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.view-slider .flex-caption .inner {
	background:rgba(255,255,255,0.4);
	padding:25px 50px;
}
.header_bottom_wrapper .region { padding:70px 0 35px; }
.content_top_wrapper .region { padding:30px 0; }
#main { padding:35px 0 30px; }
.region-content { padding:0; }
.views-row { margin-bottom:30px; }
.panels-flexible-region-inside, .panels-flexible-column-inside {
	padding-left:0 !important;
	padding-right:0 !important;
	position:relative;
}
.panels-flexible-region-inside:after, .panels-flexible-column-inside:after {
	clear:both;
	content:'\0020';
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}
.panel-flexible-inside .panels-flexible-row { margin-bottom:30px; }
.panel-flexible-inside .panels-flexible-row-last { margin-bottom:0; }
div.messages {
	margin-bottom:30px;
	padding-right:30px;
}
div.messages .dismiss {
	box-shadow:none;
	border-radius:2px;
	font-family:'Open Sans', sans-serif;
	line-height:normal;
	padding:2px 6px 4px;
	text-transform:lowercase;
	width:auto;
}
div.messages .dismiss:hover {
	color:#fff;
	text-shadow:none;
}
#breadcrumb {
	color:#656565;
	margin-bottom:30px;
	padding:0;
}
#breadcrumb a {
	color:inherit;
	padding:0 3px;
	text-decoration:none;
}
#breadcrumb a:first-child { padding-left:0; }
#breadcrumb a:last-child { padding-right:0; }
#breadcrumb a:hover { color:#980A29; }
.tabs-wrapper { margin:1px 0 20px; }
.tabs { overflow:hidden; }
.tabs ul.primary {
	border:0;
	border-bottom:1px solid #f2f2f2;
	margin:0 0 20px;
	overflow:hidden;
	padding:4px 0 0;
}
.tabs ul.primary li {
	display:block;
	float:left;
	margin-left:2px;
}
.tabs ul.primary li:first-child { margin-left:0; }
.tabs ul.primary li a {
	background:#fff;
	border:1px solid #f2f2f2;
	border-bottom:0;
	border-radius:3px 3px 0 0;
	color:#656565;
	display:block;
	font-size:12px;
	font-weight:normal;
	margin:0;
	overflow:hidden;
	padding:5px 15px;
	text-shadow:none;
	-moz-transition:all 0.1s linear;
	-o-transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
	transition:all 0.1s linear;
}
.tabs ul.primary li.active a, .tabs ul.primary li a:hover {
	background:#980A29;
	border-color:#b11a53;
	color:#fff;
	text-decoration:none;
}
.portfolio-filters { margin-bottom:40px; }
.tm-masonry-filter {
	margin:0;
	padding:0;
	text-align:center;
}
.tm-masonry-filter li {
	background:none;
	display:inline-block;
	padding:0;
}
.tm-masonry-filter li:before {
	background-color:#980A29;
	bottom:3px;
	content:"";
	display:inline-block;
	height:5px;
	margin:0 10px;
	position:relative;
	width:5px;
}
.tm-masonry-filter li:first-child:before { display:none; }
.tm-masonry-filter li a {
	color:#656565;
	text-decoration:none;
}
.tm-masonry-filter li a.active, .tm-masonry-filter li a:hover { color:#980A29; }
.tm-masonry-item { position:relative; }
.tm-masonry-item .field-type-image {
	float:none !important;
	max-width:100% !important;
	text-align:center;
	width:100% !important;
}
.tm-masonry-item .node-header {
	left:0;
	position:absolute;
	right:0;
	text-align:center;
	top:-100%;
	z-index:999;
	-moz-transition:0.6s ease;
	-o-transition:0.6s ease;
	-webkit-transition:0.6s ease;
	transition:0.6s ease;
}
.tm-masonry-item .node-title {
	font-weight:400;
	margin:0;
	position:relative;
}
.tm-masonry-item a.colorbox {
	background:#fff;
	text-align:center;
}
.tm-masonry-item a.colorbox:after {
	background:none;
	color:#000;
	content:"\f00e";
	font:30px/30px FontAwesome;
	left:51%;
	margin:-15px 0 0 0;
	position:absolute;
	top:-100%;
	z-index:999;
	-moz-transition:0.6s ease;
	-o-transition:0.6s ease;
	-webkit-transition:0.6s ease;
	transition:0.6s ease;
}
.tm-masonry-item a.colorbox:hover img { opacity:0.5; }
.tm-masonry-item .node-footer {
	margin:-15px 0 0 0;
	padding:0;
	position:absolute;
	right:51%;
	top:-100%;
	z-index:999;
	-moz-transition:0.6s ease;
	-o-transition:0.6s ease;
	-webkit-transition:0.6s ease;
	transition:0.6s ease;
}
.tm-masonry-item .node-footer .node-readmore a {
	background:none;
	color:transparent;
	font-size:0;
	line-height:0;
	padding:0;
}
.tm-masonry-item .node-footer .node-readmore a:after {
	color:#000;
	content:"\f0c1";
	font:30px/30px FontAwesome;
}
.tm-masonry-item:hover .node-footer, .tm-masonry-item:hover a.colorbox:after { top:40%; }
.tm-masonry-item:hover .node-header { top:60%; }
#quicktabs-welcome {
	padding:0 200px;
	text-align:center;
	letter-spacing:2px;
}
#quicktabs-welcome .block { padding-bottom:0; }
#quicktabs-welcome .item-list ul { margin:0 0 34px; }
#quicktabs-welcome .item-list ul li {
	display:inline-block;
	font-size:18px;
	font-weight:700;
	padding:0;
	margin:0 35px;
	background:none;
	letter-spacing:3.4px;
}
#quicktabs-welcome .item-list ul li a {
	display:block;
	color:#bdbdbd;
	position:relative;
	padding-bottom:15px;
}
#quicktabs-welcome .item-list ul li a:after {
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	content:'';
	display:inline-block;
	position:absolute;
	height:2px;
	left:0;
	right:100%;
	bottom:0;
	background:#980A29;
}
#quicktabs-welcome .item-list ul li a:hover, #quicktabs-welcome .item-list ul li.active a { color:#980A29; }
#quicktabs-welcome .item-list ul li a:hover:after, #quicktabs-welcome .item-list ul li.active a:after { right:0; }
.view-testimonials.view-display-id-block .view-content { position:relative; }
.view-testimonials.view-display-id-block .view-content:after {
	content:'';
	width:2px;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	background:#980A29;
}
.view-testimonials.view-display-id-block .views-row {
	background:#3e3e3e;
	padding:32px 0 44px;
	color:#fff;
}
.view-testimonials.view-display-id-block .views-row a { color:#fff; }
.view-testimonials.view-display-id-block .views-field-field-testi-author h6 {
	background:url(../images/quote.png) 65px 0 no-repeat;
	padding:55px 0 0 65px;
	color:#fff;
	margin:0;
}
.view-block-1 .views-row {
	position:relative;
	padding-left:100px;
	margin-bottom:43px;
}
.view-block-1 .views-field-field-font-icon {
	left:0;
	top:7px;
	position:absolute;
	color:#323840;
	font-size:54px;
}
.view-block-1 .number {
	letter-spacing:8px;
	font-size:30px;
	line-height:30px;
	color:#323840;
	margin-bottom:9px;
}
.view-block-2 .views-row {
	position:relative;
	padding-left:100px;
}
.view-block-2 .views-field-field-font-icon {
	left:0;
	top:0;
	position:absolute;
	color:#323840;
	font-size:54px;
	line-height:1em;
}
.view-block-4 .views-row {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	padding-left:100px;
}
.view-block-4 .counter {
	left:0;
	top:0;
	position:absolute;
	color:#323840;
	font-size:54px;
	line-height:1em;
}
.view-block-5 .views-row {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:20px;
}
.view-block-5 .views-field-field-font-icon {
	color:#323840;
	font-size:54px;
	line-height:1em;
}
.content_bottom_wrapper .region { padding:30px 0; }
#isotope-container {
	margin-left:-15px;
	margin-right:-15px;
}
.isotope-element {
	background:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:inherit;
	margin:0 15px 30px;
	height:auto;
	overflow:visible;
	padding:0;
	position:relative;
	width:auto;
}
.isotope-element .views-field-field-portfolio-image {
	background:url(../images/ajax-loader.gif) center center no-repeat #fff;
	margin-bottom:25px;
}
.isotope-element .views-field-body { margin-bottom:25px; }
.isotope-element .views-field-field-portfolio-image a {
	background:#000;
	display:block;
	overflow:hidden;
	position:relative;
	text-decoration:none;
}
.isotope-element .views-field-field-portfolio-image a:after {
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	background:none;
	color:#fff;
	content:"\f00e";
	font:0px/40px FontAwesome;
	left:50%;
	margin:0;
	position:absolute;
	top:50%;
	z-index:999;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.isotope-element .views-field-field-portfolio-image a:hover img {
	opacity:.4;
	-ms-transform:scale(1.3);
	-webkit-transform:scale(1.3);
	transform:scale(1.3);
}
.isotope-element .views-field-field-portfolio-image a:hover:after { font-size:40px; }
.isotope-element .views-field-field-portfolio-image img {
	-moz-transition:.2s ease;
	-o-transition:.2s ease;
	-webkit-transition:.2s ease;
	transition:.2s ease;
	width:100%;
}
#isotope-options { background:none; }
#isotope-options #filters {
	margin-bottom:20px;
	text-align:right;
}
#isotope-options #filters li {
	display:inline-block;
	margin-left:10px;
	margin-bottom:10px;
	padding:0;
	background:none;
}
.field-name-field-portfolio-category ul {
	float:left;
	overflow:hidden;
}
.field-name-field-portfolio-category ul:before {
	content:"\f02e";
	display:block;
	float:left;
	font-family:fontAwesome;
	margin-right:4px;
}
.page-blog .content-header ul { margin-bottom:0; }
.page-blog .content-header ul li {
	background:none;
	padding:0;
}
.node {
	border-top:0;
	clear:both;
	margin-top:50px;
	padding-top:0;
}
.node:first-child {
	background:none;
	border-top:0;
	margin-top:0;
	padding-top:0;
}
.node-header { margin-bottom:20px; }
.node-submitted { margin:0; }
.node-submitted .fa {
	color:#980A29;
	margin-right:5px;
}
.node-submitted ul { margin:0; }
.node-submitted ul li {
	background:none;
	float:left;
	margin:0 0 0 10px;
	padding:0;
}
.node-submitted ul li:first-child { margin-left:0; }
.node-submitted ul li a { color:inherit; }
.node-submitted ul li a:hover {
	color:#980A29;
	text-decoration:none;
}
.node-teaser .field-type-file, .node-teaser .field-type-image, .node-employee .field-type-image {
	margin:0 0 20px;
	width:100%;
}
.media-vimeo-video { padding-bottom:50.2%; }
.node-teaser .media-vimeo-video { padding-bottom:63.2%; }
.media-youtube-video { padding-bottom:50.2%; }
.node-teaser .media-youtube-video { padding-bottom:63.2%; }
.media-vimeo-video, .media-youtube-video {
	height:0;
	overflow:hidden;
	padding-top:30px;
	position:relative;
}
.media-vimeo-video iframe, .media-youtube-video iframe {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}
.node-teaser  p:last-child { margin-bottom:0; }
.links { list-style:none; }
.links li {
	display:inline-block !important;
	margin-right:5px;
}
.links li a { margin-bottom:5px; }

.block-content { font-size: 14px; }

.content ul.pager {
	margin-top:30px;
	text-align:left;
}
.content ul.pager li {
	margin:0px 1px 5px;
	padding:0;
	display:inline-block;
}
.node-footer { padding-top:30px; }
.node-footer .field-name-field-tags { padding-top:20px; }
.node-footer .field-name-field-tags .field-label {
	background:none;
	float:left;
	font:inherit;
	font-weight:bold;
	margin-right:15px;
	padding:0;
	text-shadow:none;
	text-transform:none;
}
.node-footer .field-name-field-tags .field-items {
	overflow:hidden;
	padding-bottom:15px;
	width:100%;
}
.node-footer .field-name-field-tags ul li {
	float:left;
	margin:0 0 5px 10px;
}
.node-footer .field-name-field-tags ul li:first-child { margin-left:0; }
.node-footer .field-name-field-tags ul li a {
	font:inherit;
	font-weight:bold;
	padding:2px 8px;
}
.field-name-field-blog-tags ul {
	float:left;
	overflow:hidden;
}
.field-name-field-blog-tags ul:before {
	content:"\f02c";
	display:block;
	float:left;
	font-family:fontAwesome;
	margin-right:4px;
}
.addthis_button_compact { margin:0; }
.likebtn_container { padding-top:4px; }
#comments {
	border-top:0;
	clear:both;
	margin-top:50px;
	padding-top:0;
}
#comments .indented { margin-left:20px; }
.comment {
	background:transparent;
	border:1px solid #f2f2f2;
	margin-bottom:10px;
	padding:25px;
}
.comment .comment-submitted { margin:0 0 5px; }
.comment .comment-content { margin-bottom:20px; }
.comment .comment-footer { padding:0; }
#comment-form-wrapper {
	border-top:0;
	clear:both;
	margin-top:50px;
	padding-top:0;
}
#comment-form .form-item {
	margin:0 0 15px;
	overflow:hidden;
	width:100%;
}
#comment-form label { vertical-align:middle; }
#comment-form .form-type-item label {
	float:left;
	padding-right:10px;
}
#comment-form .form-text { width:100%; }
#comment-form .form-textarea {
	height:200px;
	width:100%;
}
#comment-form .filter-wrapper {
	border:none;
	padding:0;
}
#comment-form .filter-wrapper .fieldset-wrapper > * { padding:0; }
#comment-form .filter-wrapper .filter-help { padding-top:15px; }
#comment-form .filter-wrapper .filter-help a {
	background:none;
	display:inline-block;
	padding:0;
}
#comment-form .filter-wrapper .form-item { width:auto; }
#comment-form .filter-wrapper label {
	display:inline-block;
	margin-right:15px;
}
#comment-form .form-actions {
	margin:0;
	padding-top:20px;
}
#comment-form .form-actions #edit-submit { margin-right:5px; }
#edit-comment-body-und-0-format-guidelines { clear:both; }
#edit-comment-body-und-0-format-guidelines ul { font:inherit; }
#edit-comment-body-und-0-format-guidelines ul li {
	background:none;
	overflow:hidden;
	margin:0;
	padding:0;
	width:100%;
}
.panels-flexible-region-11-contacts, .panels-flexible-region-11-center {
	float:none;
	width:100% !important;
}
.contact-form { text-align:center; }
.contact-form .form-item {
	margin-top:0 !important;
	position:relative;
}
.contact-form .form-item.form-item-copy { display:none; }
.contact-form input[type="text"], .contact-form textarea {
	position:relative;
	z-index:20;
}
.contact-form input[type="text"].error, .contact-form textarea.error {
	border-color:#f8b9b7 !important;
	border-width:1px;
	box-shadow:0 0 8px #f8b9b7 !important;
}
.contact-form textarea { min-height:167px; }
.contact-form .grippie { display:none; }
.contact-form .form-type-textfield { margin-bottom:16px !important; }
.contact-form .form-type-textarea { clear:both; }
.contact-form div.error-message {
	background:#ec7b7b;
	bottom:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:#fff;
	cursor:pointer;
	display:block;
	font-size:13px;
	font-weight:normal;
	left:0;
	line-height:16px;
	margin:0 0 5px;
	max-width:100%;
	opacity:0;
	padding:3px 5px;
	position:absolute;
	-moz-transition:.4s ease;
	-o-transition:.4s ease;
	-webkit-transition:.4s ease;
	transition:.4s ease;
	z-index:-999;
}
.contact-form div.error-message:after {
	content:'';
	position:absolute;
	left:10px;
	bottom:-5px;
	border-top:5px solid #ec7b7b;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
}
.contact-form .error ~ div.error-message {
	opacity:1;
	-webkit-animation-duration:.6s;
	animation-duration:.6s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-name:fadeIn;
	animation-name:fadeIn;
	z-index:999;
}
.contact-form input[type="reset"] { margin-right:10px; }
.contact-form .form-actions {
	display:inline-block;
	margin:10px 0 0;
}
#contact-personal-form .form-type-textfield {
	float:none;
	margin-bottom:30px !important;
	margin-left:0;
	width:100%;
}
#contact-personal-form .form-type-textfield input[type="text"] { display:block; }
.action-links {
	overflow:hidden;
	padding:0 0 25px;
}
.action-links li {
	float:left;
	margin-left:10px;
}
.action-links li:first-child { margin-left:0; }
.action-links li a { font-weight:bold; }
#forum table td.topics, #forum table td.posts, #forum table td.replies { text-align:center; }
#forum table td.container { font-weight:bold; }
#forum table .description { margin:0; }
#forum table .indent { margin:0; }
#forum table .name { overflow:hidden; }
#forum table .description { clear:both; }
.field-name-taxonomy-forums, .field-type-taxonomy-term-reference {
	overflow:hidden;
	padding-top:20px;
	width:100%;
}
.field-name-taxonomy-forums.field-label-above, .field-type-taxonomy-term-reference.field-label-above { padding-top:0; }
.field-name-taxonomy-forums .field-label, .field-type-taxonomy-term-reference .field-label {
	background:none;
	font:inherit;
	font-weight:bold;
	margin:0;
	text-shadow:none;
	text-transform:uppercase;
}
.field-name-taxonomy-forums ul.links, .field-type-taxonomy-term-reference ul.links { margin-bottom:0; }
.field-name-taxonomy-forums ul.links li, .field-type-taxonomy-term-reference ul.links li {
	float:left;
	margin:0 0 5px;
}
.field-name-taxonomy-forums ul.links li:before, .field-type-taxonomy-term-reference ul.links li:before { content:', '; }
.field-name-taxonomy-forums ul.links li:first-child, .field-type-taxonomy-term-reference ul.links li:first-child { margin-left:0; }
.field-name-taxonomy-forums ul.links li:first-child:before, .field-type-taxonomy-term-reference ul.links li:first-child:before { content:''; }
.field-name-taxonomy-forums ul.links li a, .field-type-taxonomy-term-reference ul.links li a {
	background:none;
	border:none;
	box-shadow:none;
	color:#980A29;
	display:inline;
	font:inherit;
	padding:0;
	text-shadow:none;
	text-transform:none;
}
.field-name-taxonomy-forums ul.links li a:hover, .field-type-taxonomy-term-reference ul.links li a:hover {
	background:none;
	text-decoration:underline;
}
.page-forum- #main-wrapper .active img {
	padding:0;
	background:0;
	border:none;
	margin-left:5px;
	margin-top:4px;
}
.page-page-404 .panel-col-first {
	color:#980A29;
	font:bold 250px/200px 'Open Sans', sans-serif;
	text-align:center;
}
.panel-2col .panel-col-first .inside { margin:0 20px 0 0; }
.panel-2col .panel-2col .panel-col-last .inside { margin:0 0 0 20px; }
.page-testimonials .view-display-id-page .views-row { margin-top:30px; }
.page-testimonials .view-display-id-page .views-row:first-child { margin-top:0; }
.page-testimonials .view-display-id-page .views-field-field-testi-image {
	float:left;
	margin:0 20px 0 0;
	max-width:45%;
	width:80px;
}
.page-testimonials .view-display-id-page .views-field-nothing { margin-bottom:10px; }
.page-testimonials .view-display-id-page .views-field-nothing p { margin-bottom:0; }
.page-testimonials .view-display-id-page .views-field-nothing a { color:inherit; }
.page-testimonials .view-display-id-page .views-field-nothing a:hover {
	color:#980A29;
	text-decoration:none;
}
.page-testimonials .view-display-id-page .views-field-field-testi-author, .page-testimonials .view-display-id-page .views-field-field-testi-author-info { text-align:right; }
.field-name-field-testi-image {
	float:left;
	margin:0 20px 0 0;
	max-width:45%;
}
.field-name-field-testi-author { font-weight:bold; }
.view-archive .field-name-body { margin-bottom:20px; }
.view-archive .views-row { margin-top:40px; }
.view-archive .views-row:first-child { margin-top:0; }
.view-archive .field-name-taxonomy-forums { padding-top:0; }
.view-FAQs.view-id-FAQs .views-row { margin-top:30px; }
.view-FAQs.view-id-FAQs .views-row:first-child { margin-top:0; }
.compose-tips .filter-type { margin-top:40px; }
.compose-tips .filter-type:first-child { margin-top:0; }
.view-comments-recent.view-display-id-page .views-row { margin-top:30px; }
.view-comments-recent.view-display-id-page .views-row:first-child { margin-top:0; }
.field-name-field-employee-position {
	color:#980A29;
	font-size:15px;
	line-height:20px;
	margin-bottom:5px;
}
.field-name-field-employee-facebook { margin-left:0; }
.field-name-field-employee-facebook, .field-name-field-employee-twitter, .field-name-field-employee-google-plus {
	display:inline-block;
	margin-right:5px;
}
.employee-social-link {
	border:1px solid #980A29;
	border-radius:50%;
	color:transparent;
	display:block;
	font-size:0;
	height:28px;
	line-height:0;
	text-align:center;
	text-decoration:none;
	width:28px;
}
.employee-social-link:before {
	color:#980A29;
	font-size:16px;
	line-height:28px;
	display:block;
}
.employee-social-link:hover { border-color:#656565; }
.employee-social-link:hover:before { color:#656565; }
.node-type-employee .field-name-body { padding-top:20px; }
.sidebar { position:relative; }
.sidebar .block {
	border-top:0;
	clear:both;
	margin-top:50px;
	padding-top:0;
}
.sidebar .block:first-child {
	border-top:0 !important;
	margin-top:0 !important;
	padding-top:0 !important;
}
.field-label-inline .field-label, .field-label-inline .field-items { max-width:100%; }
.not-logged-in .contextual-links { display:none !important; }
.contextual-links li {
	color:#656565 !important;
	font-size:14px !important;
	line-height:26px !important;
}
.calendar-calendar table, .calendar-calendar table td, .calendar-calendar table th, .calendar-calendar .month-view .full th.days { border:1px solid #f2f2f2; }
.calendar-calendar td.calendar-agenda-items, .calendar-calendar .month-view .full td.single-day .calendar-empty, .calendar-calendar .month-view .full td.single-day.empty, .calendar-calendar .month-view .full td.date-box.empty { border-color:#f2f2f2; }
.calendar-calendar tr td.today, .calendar-calendar tr.odd td.today, .calendar-calendar tr.even td.today {
	background-color:transparent;
	color:#980A29;
	font-weight:bold;
}
.calendar-calendar th.days {
	background:#f4f5f9;
	border:none;
	color:#656565;
}
.calendar-calendar td { text-align:center; }
.calendar-calendar td .inner div, .calendar-calendar td .inner div a { background:none; }
.calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview { background:#f4f5f9; }
.calendar-calendar .day-view .full td .inner div.calendar .views-field-created {
	color:#656565;
	float:left;
	width:50px;
}
.calendar-calendar .day-view .full td .inner div.calendar .views-field-title { overflow:hidden; }
.calendar-calendar .month-view .full tr td.single-day.today, .calendar-calendar .month-view .full td.date-box.today { border-color:#980A29; }
.view-Calendar .pager .date-prev, .view-Calendar .pager .date-next, .view .date-nav-wrapper .date-prev, .view .date-nav-wrapper .date-next {
	background:none;
	border-radius:0;
	line-height:0;
	padding:0;
	top:6px;
}
.view-Calendar .pager .date-prev a, .view-Calendar .pager .date-next a, .view .date-nav-wrapper .date-prev a, .view .date-nav-wrapper .date-next a {
	background:#656565;
	color:transparent;
	display:block;
	font-size:0;
	height:22px;
	line-height:0;
	margin:0;
	padding:0;
	position:relative;
	text-align:center;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	transition:all 0.6s ease;
	width:22px;
}
.view-Calendar .pager .date-prev a:before, .view-Calendar .pager .date-next a:before, .view .date-nav-wrapper .date-prev a:before, .view .date-nav-wrapper .date-next a:before {
	color:#fff;
	font-family:FontAwesome;
	font-size:12px;
	font-weight:normal;
	left:50%;
	line-height:22px;
	margin-left:-5px;
	margin-top:-11px;
	position:absolute;
	top:50%;
}
.view-Calendar .pager .date-prev a:hover, .view-Calendar .pager .date-next a:hover, .view .date-nav-wrapper .date-prev a:hover, .view .date-nav-wrapper .date-next a:hover { background:#980A29; }
.view .date-nav-wrapper .date-prev { right:auto; }
.view .date-nav-wrapper .date-prev a:before { content:"\f060"; }
.view .date-nav-wrapper .date-next a:before { content:"\f061"; }
table .mini-day-on a { text-decoration:none; }
table .mini-day-on a:hover { text-decoration:underline; }
.sidebar #isotope-options #filters { text-align:left; }
.sidebar #isotope-options #filters li { margin:0 10px 5px 0; }
.pannel-map { margin-bottom:30px !important; }
.gmap #gmap1 { height:480px; }
.gmap #gmap1 img { max-width:inherit; }
#block-views-our-team-block .views-row {
	margin-bottom:0;
	margin-top:20px;
	overflow:hidden;
}
#block-views-our-team-block .views-row.views-row.views-row-first { margin-top:0; }
#block-views-our-team-block .views-row .views-field-field-employee-photo {
	width:100px;
	float:left;
	margin-right:15px;
}
#block-views-our-team-block .views-row .views-field-body { margin-bottom:0; }
#block-views-our-team-block-1 .views-field-field-employee-photo { margin-bottom:15px; }
.poll .total, .poll .title { margin-bottom:15px; }
.poll .bar {
	background-color:#fff;
	border:1px solid #f2f2f2;
	height:20px;
	margin-bottom:15px;
	padding:1px;
}
.poll .bar .foreground {
	background-color:#980A29;
	display:none;
	height:20px;
}
.poll .percent { float:right; }
.poll .vote-form {
	text-align:left;
	padding-bottom:15px;
}
.poll .vote-form .choices { width:100%; }
#block-poll-recent ul.links li {
	background:none;
	padding-left:0;
}
#block-views-comments-recent-block .views-row { margin-top:20px; }
#block-views-comments-recent-block .views-row:first-child { margin-top:0; }
#block-views-comments-recent-block .views-field-subject a { color:inherit; }
#block-views-comments-recent-block .views-field-subject a:hover {
	color:#980A29;
	text-decoration:none;
}
.contextual-links-region .node-title a { color:inherit; }
.contextual-links-region .node-title a:hover {
	color:#980A29;
	text-decoration:none;
}
#block-views-recent-posts-block .views-row { margin-top:20px; }
#block-views-recent-posts-block .views-row:first-child { margin-top:0; }
#block-views-recent-posts-block .views-field-body {
	clear:both;
	padding-top:10px;
}
#block-search-form .block-content, #block-search-form .pane-content, .pane-search-form .block-content, .pane-search-form .pane-content,
.pane-views-exp-search-view-page .pane-content {
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	transition:all 0.6s ease;
    margin-bottom: 20px;
}
#block-search-form .block-content form, #block-search-form .pane-content form, .pane-search-form .block-content form, .pane-search-form .pane-content form,
.pane-views-exp-search-view-page .pane-content form {
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
#block-search-form .block-content form >div, #block-search-form .pane-content form >div, .pane-search-form .block-content form >div, .pane-search-form .pane-content form >div, .pane-views-exp-search-view-page .pane-content form >div { padding:1px; }
#block-search-form #search-block-form [id^=edit-actions], #block-search-form .pane-search-form [id^=edit-actions], #block-search-form [id^="search-block-form"] [id^=edit-actions],
.pane-search-form #search-block-form [id^=edit-actions], .pane-search-form .pane-search-form [id^=edit-actions], .pane-search-form [id^="search-block-form"] [id^=edit-actions],
.pane-views-exp-search-view-page .pane-content form .views-submit-button {
	position:absolute;
	top:0;
	right:0;
	width:25px;
	height:25px;
	display:block;
	z-index:1;
}
#block-search-form #search-block-form [id^=edit-actions]:after, #block-search-form .pane-search-form [id^=edit-actions]:after, #block-search-form [id^="search-block-form"] [id^=edit-actions]:after, .pane-search-form #search-block-form [id^=edit-actions]:after, .pane-search-form .pane-search-form [id^=edit-actions]:after, .pane-search-form [id^="search-block-form"] [id^=edit-actions]:after,
.pane-views-exp-search-view-page .pane-content form .views-submit-button:after {
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	text-align:center;
	content:'\f002';
	font:16px/25px FontAwesome;
	width:25px;
	font-weight:400;
	color:#323840;
	z-index:1;
	margin:0;
	top:0;
	right:0;
	position:absolute;
	cursor:pointer;
}
#block-search-form #search-block-form [id^=edit-actions] .form-submit, #block-search-form .pane-search-form [id^=edit-actions] .form-submit, #block-search-form [id^="search-block-form"] [id^=edit-actions] .form-submit, .pane-search-form #search-block-form [id^=edit-actions] .form-submit, .pane-search-form .pane-search-form [id^=edit-actions] .form-submit, .pane-search-form [id^="search-block-form"] [id^=edit-actions] .form-submit,
.pane-views-exp-search-view-page .pane-content form .views-submit-button .form-submit {
	position:relative;
	width:25px;
	height:25px;
	padding:0;
	border:none;
	text-indent:-9999px;
	z-index:2;
	background:none;
	border-radius:0;
	bottom:0;
	box-shadow:none;
	color:transparent;
	cursor:pointer;
	display:block;
	font-size:0;
	line-height:0;
	margin:0 !important;
	right:0;
	top:0;
}
#block-search-form #search-block-form [id^=edit-actions]:hover:after, #block-search-form .pane-search-form [id^=edit-actions]:hover:after, #block-search-form [id^="search-block-form"] [id^=edit-actions]:hover:after, .pane-search-form #search-block-form [id^=edit-actions]:hover:after, .pane-search-form .pane-search-form [id^=edit-actions]:hover:after, .pane-search-form [id^="search-block-form"] [id^=edit-actions]:hover:after { color:#323840; }
#block-search-form #search-block-form .container-inline, #block-search-form .pane-search-form .container-inline, #block-search-form [id^="search-block-form"] .container-inline, .pane-search-form #search-block-form .container-inline, .pane-search-form .pane-search-form .container-inline, .pane-search-form [id^="search-block-form"] .container-inline,
.pane-views-exp-search-view-page .pane-content .views-exposed-widgets {
	border:1px solid #323840;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
	display:block;
	overflow:hidden;
	position:relative;
	width:100%;
    max-width: 350px;
	/* border:0; */
}
.pane-views-exp-search-view-page .pane-content .views-exposed-widgets label {
	display: none !important;
}
#block-search-form #search-block-form .container-inline:after, #block-search-form .pane-search-form .container-inline:after, #block-search-form [id^="search-block-form"] .container-inline:after, .pane-search-form #search-block-form .container-inline:after, .pane-search-form .pane-search-form .container-inline:after, .pane-search-form [id^="search-block-form"] .container-inline:after,
.pane-views-exp-search-view-page .pane-content form .views-exposed-form:after {
	clear:both;
	content:'\0020';
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}
#block-search-form #search-block-form .form-item-search-block-form, #block-search-form .pane-search-form .form-item-search-block-form, #block-search-form [id^="search-block-form"] .form-item-search-block-form, .pane-search-form #search-block-form .form-item-search-block-form, .pane-search-form .pane-search-form .form-item-search-block-form, .pane-search-form [id^="search-block-form"] .form-item-search-block-form,
.pane-views-exp-search-view-page .pane-content form .views-exposed-form {
	width:100%;
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#block-search-form #search-block-form input.form-text, #block-search-form .pane-search-form input.form-text, #block-search-form [id^="search-block-form"] input.form-text, .pane-search-form #search-block-form input.form-text, .pane-search-form .pane-search-form input.form-text, .pane-search-form [id^="search-block-form"] input.form-text,
.pane-views-exp-search-view-page .pane-content form .views-exposed-form input.form-text {
	color:#888 !important;
	font-weight:400 !important;
	background:#fff;
	width:100%;
	height:25px;
	font-size:14px;
	line-height:17px;
	box-sizing:border-box;
	padding:13px 35px 15px 18px;
	margin:0;
	border:none;
	display:block;
}
.dd-search#block-search-form .search-button, .dd-search.pane-search-form .search-button {
	font-size:16px;
	cursor:pointer;
	position:relative;
	background:none;
}
.dd-search#block-search-form .search-button i, .dd-search.pane-search-form .search-button i {
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	color:#555;
}
.dd-search#block-search-form .search-button i:before, .dd-search.pane-search-form .search-button i:before { font-weight:700; }
.dd-search#block-search-form .search-button i:after, .dd-search.pane-search-form .search-button i:after {
	letter-spacing:1px;
	font-size:15px;
	font-family:'Open Sans', sans-serif;
	content:'Buscar';
	padding-left:18px;
}
.dd-search#block-search-form .search-button i:hover, .dd-search.pane-search-form .search-button i:hover { color:#980A29; }
.dd-search#block-search-form .block-content, .dd-search#block-search-form .pane-content, .dd-search.pane-search-form .block-content, .dd-search.pane-search-form .pane-content {
	overflow:hidden;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.dd-search#block-search-form .block-content form, .dd-search#block-search-form .pane-content form, .dd-search.pane-search-form .block-content form, .dd-search.pane-search-form .pane-content form {
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
	position:relative;
}

.dd-search#block-search-form .block-content.active, .dd-search#block-search-form .pane-content.active, .dd-search.pane-search-form .block-content.active, .dd-search.pane-search-form .pane-content.active { left:0; }
.dd-search#block-search-form .block-content.active form, .dd-search#block-search-form .pane-content.active form, .dd-search.pane-search-form .block-content.active form, .dd-search.pane-search-form .pane-content.active form {
	visibility:visible;
	opacity:1;
	padding:0;
}

.header-section-wrapper #search-block-form .container-inline {
	margin:2px auto;
}

.block-simple-subscription-subscribe input[type="text"] { width:100%; }
.progressbar {
	position:relative;
	margin-bottom:25px;
}
.progressbar:after {
	clear:both;
	content:'\0020';
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}
.progressbar .progressbar-title {
	width:100%;
	float:none;
	color:#323840;
	letter-spacing:2px;
	font:bold 16px/26px 'Open Sans', sans-serif;
	margin-bottom:11px;
	margin-bottom:5px;
}
.progressbar .progressbar-title a {
	color:inherit;
	text-decoration:none;
}
.progressbar .progressbar-title a:hover {
	color:#980A29;
	text-decoration:none;
}
.progressbar .progressbar-percent {
	float:right;
	width:12%;
	text-align:right;
	color:#323840;
	letter-spacing:2px;
	font:bold 16px/26px 'Open Sans', sans-serif;
	margin-bottom:11px;
	color:#b8b8b8;
	margin-bottom:0;
}
.progressbar .progressbar-percent a {
	color:inherit;
	text-decoration:none;
}
.progressbar .progressbar-percent a:hover {
	color:#980A29;
	text-decoration:none;
}
.progressbar .progressbar-wrap {
	float:left;
	width:88%;
	background:#e0e0e0;
	clear:none;
	margin:10px 0 0;
}
.progressbar .progressbar-background {
	background:#980A29;
	height:9px;
}
.footer_top_wrapper { background:#980A29; }
.footer_top_wrapper .region { padding:75px 0 53px; }
#footer {
	clear:both;
	padding:0;
	position:relative;
}
.footer-wrapper {
	background:#323840;
	color:#eee;
	text-align:center;
}
.footer-wrapper a { color:inherit; }
.region-footer { padding:25px 0 10px; }
.region-footer .block { padding-bottom:35px; }
.map_wrapper .google-map-api { height:440px; }
.footer-menu .content ul {
	margin:0;
	overflow:hidden;
	text-align:center;
}

.footer .content ul.menu li { background:none; }

.footer-right {
	width:30%;
	float:right;
	clear:right;
	max-width:255px;
}

.footer-contact-area .logo-w { padding:0 15px; margin-bottom:20px; }
.footer-contact-area .contact-address, .footer-contact-area .contact-phone, .footer-contact-area .contact-email {
	text-align: left;
	line-height:18px;
	margin-top:10px;
	overflow: hidden;
	width:100%;
	float:left;
}
.footer-contact-area .contact-address .content { float:left; }
.footer-contact-area .contact-phone:before, .footer-contact-area .contact-address:before, .footer-contact-area .contact-email:before {
	font-family:fontAwesome;
	color:#fff;
	font-size: 20px;
	margin-right: 8px;
	padding: 0 2px 4px;
	line-height: 20px;
	float:left;
}
.footer-contact-area .contact-phone:before {
	content: '\f095';
}
.footer-contact-area .contact-address:before {
	content: '\f041';
	line-height:32px;
}
.footer-contact-area .contact-email:before {
	content:'\f0e0';
	font-size:18px;
	vertical-align:baseline;
	vertical-align:-webkit-baseline-middle;
}


.footer-menu .content ul.menu li {
	background:none;
	display:inline-block;
	margin:0 0 0 10px;
	padding:0;
}
.footer-menu .content ul li:first-child { margin-left:0; }
.footer-menu .content ul li a {
	color:inherit;
	text-decoration:none;
}
.footer-menu .content ul li a:hover, .footer-menu .content ul li a.active {
	color:#fff;
	text-decoration:none;
}

.block-footer-sitemap { width:70%; float:left; }

#footer-sitemap ul li {
	float: left;
	list-style: none;
	margin-right: 45px;
	text-align: left;
	text-transform:uppercase;
	margin-top:10px;
}

#footer-sitemap ul li ul {	margin-top:5px; }
#footer-sitemap ul li li {
	text-transform: capitalize;
	line-height:15px;
  margin-bottom: 20px;
}

#footer-sitemap ul li ul li li {
  margin-bottom: 0;
}

.tm-follow-links .tm-follow-link-wrapper {
	font-size:18px;
	margin-left:15px;
}
.tm-follow-links .tm-follow-link-wrapper:first-child { margin-left:0; }
.tm-follow-links .tm-follow-link-wrapper a { color:#555; }
.tm-follow-links .tm-follow-link-wrapper a:hover { color:#980A29; }
.user-menu ul.menu { margin:0; }
.user-menu ul.menu li {
	display:inline-block;
	font:inherit;
	font-size:15px;
	padding:0;
	margin:0 0 0 45px;
	background:none;
}

.footer-right .tm-follow-links .tm-follow-link-wrapper a {
	font-size:28px;
	color:#9d9d9c;
}
.footer-right .tm-follow-links .tm-follow-link-wrapper a:hover { color:#fff; }

.user-menu ul.menu li:first-child { margin-left:0; }
.user-menu ul.menu li:before {
	font-size:18px;
	margin-right:15px;
	font-family:FontAwesome;
}
.user-menu ul.menu li.sign-in:before { content:'\f13e'; }
.user-menu ul.menu li.log-out:before { content:'\f08b'; }
.user-menu ul.menu li.my-account:before { content:'\f09c'; }
.user-menu ul.menu li.register:before { content:'\f023'; }
.block-copyright {
	font-size:16px;
	font-weight:700;
}
.block-copyright a { color:inherit; }
.block-copyright a:hover {
	color:#980A29;
	text-decoration:none;
}
#backtotop {
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
	background:none;
	border-radius:50%;
	bottom:100px;
	box-shadow:0 0 0 4px #980A29;
	color:transparent;
	font-size:0;
	line-height:0;
	margin-right:0 !important;
	opacity:1 !important;
	padding:3px 0 7px;
	position:fixed;
	right:40px !important;
	text-align:center;
	text-decoration:none;
	width:70px;
	z-index:999;
}
#backtotop:before {
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	background:#980A29;
	border-radius:50%;
	content:'';
	height:100%;
	left:-2px;
	opacity:1;
	padding:2px;
	pointer-events:none;
	position:absolute;
	top:-2px;
	transition:transform 0.2s, opacity 0.3s;
	-moz-transition:-moz-transform 0.2s, opacity 0.3s;
	-webkit-transition:-webkit-transform 0.2s, opacity 0.3s;
	width:100%;
	z-index:-1;
}
#backtotop:after {
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
	color:#fff;
	content:"\f077";
	font:normal 40px/60px FontAwesome;
}
#backtotop:hover { box-shadow:0 0 0 4px #656565; }
#backtotop:hover:before {
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
#backtotop:hover:after { color:#656565; }
.switcher {
	cursor:pointer;
	margin-top:10px;
	font-size:11px;
}
.switcher:hover { text-decoration:underline; }
.region-page-bottom pre { padding:0 !important; }

/** extras Semex **/


.block-views-home-videos-block, .block-views-home-noticias-block {
    width: 45%;
    padding: 10px 20px;
    float:left;
    min-width:420px;
}

.block-views-home-videos-block {
    border-right: 1px solid #323840;
}

.block-views-noticias-block .view-noticias .views-field-field-imagem { margin-right: 10px; }
.block-views-noticias-block .view-noticias .views-field-field-imagem img {
    width: 164px;
}

.block-views-noticias-block .view-noticias .views-row { clear:both; overflow:hidden; margin-bottom:10px; }
.block-views-noticias-block .view-noticias .views-row .views-field-field-imagem { float:left; margin-right:10px; }

.block-views-home-noticias-block .view-footer a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 3px 10px;
  background-color: #980A29;
}

.home-video-thumb { max-width:560px; }
.home-video-thumb img { max-width:100%; height:auto; max-height:315px; }

.view-representantes { margin-top: 30px; }

.view-equipe h3 { clear:both; }
.view-equipe .view-item-equipe { width:45%; float:left; padding-left:10px; margin:15px 10px; }
.view-representantes .view-item-representantes { float:left; padding-left:10px; margin:15px 10px; clear: both; width: 100%; padding-top: 30px; border-top: 1px solid #f0f0f0; }

.view-equipe .view-item-equipe .equipe-item-cargo, .view-representante .view-item-representante .representantes-item-regiao { font-style:italic; }
.view-equipe .view-item-equipe .equipe-item-title, .view-representantes .view-item-representantes .representantes-item-title  { font-weight:bold; }

.view-equipe .view-item-equipe .equipe-item-foto, .view-representantes .view-item-representantes .representantes-item-foto {
    max-width: 170px;
}

.view-item-representantes .representantes-item-foto .no-profile-photo { width: 170px; height: 227px; background-image: url("../images/profile-no-photo.jpg"); background-repeat: no-repeat; background-position: center center; background-size: contain; }

.view-equipe .view-item-equipe .equipe-item-info, .view-representantes .view-item-representantes .representantes-item-info {
     margin:0 10px;
     max-width:60%;
}

.view-equipe .views-row-odd  .equipe-item-info, .view-representantes .view-item-representantes .representantes-item-info { float:left; }
.view-equipe .views-row-even .equipe-item-info { float:right; text-align:right; }

.view-equipe .views-row-odd .equipe-item-foto, .view-representantes .view-item-representantes .representantes-item-foto {
     float: left;
}
.view-equipe .views-row-even .equipe-item-foto {
    float:right;
}

.pane-equipe { margin-bottom: 50px; }
.pane-equipe h3.pane-title, .page-equipe .pane-webform h3.pane-title { font-weight: bold; }
.pane-equipe .block-equipe h3, .page-equipe .pane-webform h3 { font-size: 24px; padding-top: 30px;}

.page-equipe .panel-separator {
	border-top: 1px solid #ddd;
	padding: 0 0 50px;
}

.form-regionais-news .form-item-submitted-assinar-news {
	float:left;
	margin-right: 20px;
}
.form-regionais-news .form-item-submitted-assinar-news input {
	vertical-align: middle !important;
}

.webform-component--info-bottom {
	clear: both;
	padding-top: 20px;
}

/* SEMEX EXTRAS */

.front h2 { margin-bottom: 25px; }
.front h2 span:before, .front h2 span:after { display:none; }
.front .representantes-home-select {
    margin-top: 10px;
    min-height: 200px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.front .representantes-home-select h2 {
    margin-top: 30px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

.front .representantes-home-select a {
  color: #000;
  background-color: #fff;
  padding: 5px 20px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.8);
  font-weight: bold;
}

.front .representantes-home-select a:hover {
  color: #fff;
  background-color: #980A29;
  text-decoration: none;
  font-size: 15px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
}

.front .home-catalog { margin-top: 30px; }
.front .home-catalog-item {
    width:18%;
    margin-right:18px;
    min-width: 150px;
    float:left;
	position:relative;
}

.home-catalog-item .views-field-field-catalogo-pdf {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(123, 30, 12, 0.73);
	height: 100%;
	width: 100%;
	text-align: center;
	opacity:0;
}

.home-catalog-item:hover .views-field-field-catalogo-pdf {
	transition:2s;
	opacity:1;
}
.home-catalog-item:hover .views-field-field-catalogo-pdf

.home-catalog-item .views-field-field-catalogo-pdf .field-content { display:none; }
.home-catalog-item:hover .views-field-field-catalogo-pdf .field-content { display:block; margin-top:50%; line-height:45px; }

.home-catalog-item .views-field-field-catalogo-pdf .field-content a {
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	border: 2px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	vertical-align: middle;
	margin: 3px 10px;
}
.home-catalog-item .views-field-field-catalogo-pdf .field-content a:hover {
	text-decoration:none;
	background-color:rgba(0,0,0,0.3);
}

.front .view-id-catalogos .views-row-last { margin-right:0; }


.front .region-section-3 {
	padding-top:25px;
}

.front .view-view-solucoes .home-solucoes-item {
	float:left;
	width:10%;
	margin-right:5px;
}

.front .view-view-solucoes .home-solucoes-item img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
 	-webkit-transition-duration: 0.3s; /* Safari */
  	transition-duration: 0.3s;
}

.front .view-view-solucoes .home-solucoes-item img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
 	-webkit-transition-duration: 0.3s; /* Safari */
  	transition-duration: 0.3s;
}

.front .content_top_wrapper { margin-top:20px; }
.front .home-block-tairana {
	text-align:center;
}

.front .home-block-tairana img {
	-webkit-filter: drop-shadow(0px 2px 2px rgba(0,0,0,.7));
	filter: drop-shadow(0px 1px 2px rgba(0,0,0,.7));
}

.front .content_bottom_wrapper { background-color: #9D9D9C; }
.front .block-webform h2 { margin-bottom:15px; }
.front .block-webform h2 span { color:#fff; }

.front .block-webform .form-item { width:48% }
.front .block-webform .form-item input {
	width: 80%;
	min-width: 200px;
	border-radius: 8px;
}
.front .block-webform .webform-component--nome {
	float:left;
	text-align:right;
}
.front .block-webform .webform-component--e-mail {
	float:right;
	text-align:left;
}

.front .block-webform .form-actions { clear:both; text-align:center; }

.block-contato-form label {
    /* display:block; */
}
.wf-select-break label { display: block; }

.wf-maisinfo-block .form-type-radio { display:inline; }
.form-item-submitted-newsletter-semex-S label { font-weight: bold; }

.block-contato-form .label-90px label {
    display: inline-block;
    margin-right: 1em;
    min-width: 90px;
    text-align: right;
}

.form-required { float: left; margin-right:5px; color: #990000; }

.webform-component--mensagem textarea { height:90px; }

.touro-top-details .block-touro-header {
    padding: 15px 5px 10px;
    color: #000;
    border-bottom: 1px solid #333;
    overflow: hidden;
}

#page-touro .touro-title-area { margin-bottom:1px; margin-top: 10px; }
.touro-top-details .block-touro-header .h-left-side { float: left; width:50%; }
.touro-top-details .block-touro-header .h-right-side { float: right; width:50%; text-align: right; }
.touro-top-details .block-touro-header .h-right-side div { margin-left:10px; }
.touro-top-details .block-touro-header .h-touro-snome {
    font-size:24px;
    font-weight:bold;
    float:left;
}

.touro-top-details .block-touro-header .h-touro-nome {
    float: left;
    margin-left: 20px;
}

.block-touro-familia div span {
    display: block;
    clear: both;
}

.block-touro-familia .h-avos { margin-left:20px; }
.block-touro-familia .h-bisavos { margin-left:40px; }

.block-touro-familia div .top {
    border-bottom: 1px solid #ccc;
}

.touro-top-details .block-touro-header .h-pai-avo-bisavo, .touro-top-details .block-touro-header .h-naab_code {
    display:inline-block;
}

.touro-top-details .views-field-sp-navision-category { padding:10px 3px; }

.touro-top-details .icon-semex-produtos { display:inline-block; margin-right:10px; }
.touro-top-details .icon-semex-produtos img {
    height:100px;
    width:auto;
}

.touro-top-details .group-lpi, .touro-top-details .group-tpi {
    float:left;
    width:35%;
    min-width: 200px;
}
.touro-top-details .group-lpi .field-prodollar, .touro-top-details .group-lpi .field-gpli, .touro-top-details .group-tpi .field-prodollar, .touro-top-details .group-tpi .field-gpli { display:inline-block; margin-right:15px; }
.touro-top-details .views-field-sp-lpi-recessive {
    float: left;
    width: 35%;
    clear: left;
}
.touro-top-details .views-field-sp-lpi-haplotypes {
    width: 65%;
    clear: right;
    float: right;
    text-align:right;
}

.touro-top-details .views-row-last { margin-bottom: 2px; }

.touro-top-details .columns-2-small-right {
  display: flex;
  flex-direction: row;
}

.page-touro .gray-field, .page-touro .red-field { padding: 3px 10px; }
.page-touro .gray-field { background-color: #888; color: #fff; min-height:22px; }
.page-touro .red-field  { background-color: #980A29; color: #fff; text-transform:uppercase; font-weight:bold; }

.touro-top-details .touro-info-header { clear:both; }
.touro-top-details .touro-info-header div {
    width: 33%;
    min-width: 200px;
    display: inline-block;
}
.touro-top-details .touro-info-header div .field-content { min-width: auto; }

.touro-details-reprod .touro-prod-title { width: 130px; float: left; }
.touro-details-reprod .touro-saude-title { width: 200px; float: left; }

.touro-prod-detail-line .field-content {
 /*    position: relative;  */
}
.touro-prod-details {

    position: absolute;
    left: 140px;
    right: 0;
}
.touro-prod-detail-line { clear:both; margin-top:10px; }
.touro-prod-details .prod-details-item { display:inline-block; margin-right:10px; }
.touro-prod-details .prod-details-right { float:right; margin-right:0; }

.touro-prod-media-filhas {
    border-top: 1px solid #ccc;
    min-height: 20px;
    margin-top: 10px;
}

.touro-area-items { clear:both; }
.touro-prod-item  { display:inline-block; }
.touro-items-lpi .touro-prod-item {
    width:18%;
    border-right: 1px solid #ccc;
    min-width: 100px;
    margin: 3px 0;
    padding:3px 5px;
    text-align: center;
}

.view-touro-prod-saude-reprod .views-row-last { margin-bottom: 10px; border-bottom: 1px solid #ccc; }
.touro-items-lpi .prod-item-last { border-right:none; }

.group-saude-items { overflow: hidden; clear: both; }
.group-saude-items .items-first-column { float: left; }
.group-saude-items .items-second-column { float: right; }
.group-saude-items .items-first-column, .group-saude-items .items-second-column { width:50%; }

.touro-prod-item .item-value, .touro-saude-item .item-value, .touro-saude-item .field-content, .touro-conform-item .item-value { font-weight:bold; }
.touro-saude-item .views-label { float:left; }
.touro-saude-item .field-content { float:right; text-align:right; }

.touro-saude-item { border-bottom: 1px solid #ccc; padding: 3px 15px; overflow:hidden; }
.views-label-field-lpi-mmry-rank, .views-field-sp-lpi-score-value { border-bottom: none; }
.view-touro-prod-saude-reprod .info-lista-left { border-right: 1px solid #ccc; }

.view-touro-charts .views-field { border-top: 1px solid #dadada; overflow:hidden; }

.view-touro-charts .field-odd { background-color:#e4e4e4; }

.view-touro-charts .views-field .views-label {
    width: 190px;
    float: left;
    padding: 3px 0 3px 10px;
}

.view-touro-charts .views-field .field-content {
	float: left;
	width: 100%;
	margin-left: -205px;
}

.view-touro-charts .views-field .field-content .inner-block {
    margin-left:205px;
}

.view-touro-charts .views-field .bar-area {
    min-height:23px;
    float:left;
    margin-right:-160px;
    width:100%;
}

.view-touro-charts .views-field .bar-area .bar-inner-area {
    height: 22px;
    margin-right: 160px;
    padding: 3px;
    background-image:url(../images/bkg-touro-chart.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 101%;
}

.view-touro-charts .views-field .bar-area .bar {
    height:20px;
    background-color:#980A29;
}

.view-touro-charts .views-field .bar-area .neg, .view-touro-charts .views-field .bar-area .pos {
    width:10%;
    max-width:50%;
}

.view-touro-charts .views-field .bar-area .pos {
    float: left;
    margin-left:50%;
}

.view-touro-charts .views-field .bar-area .neg {
    float: right;
    margin-right:50%;
}

.view-touro-charts .views-field .result-area { width: 150px; float:right; }
.view-touro-charts .views-field .result-area .label-result { width:100px; float:left; }
.view-touro-charts .views-field .result-area .result-value {
    width: 35px;
    margin-left: 3px;
    text-align: right;
    float: right;
    margin-right: 10px;
    font-weight: bold;
}


/* painel semex - tipos de conteudo */
.block-views-tipos-conteudos-block a {
	border: 1px solid #ddd;
	background-color:#f3f3f3;
    padding: 20px;
    width: 100px;
    text-align: center;
    margin: 10px;
	display: block;
}

.block-views-tipos-conteudos-block a:hover {
	border: 1px solid #eee;
	background-color: #fafafa;
	box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	animation-duration:1s;
	-webkit-animation-duration:1s;
}

.home-subscribe-youtube {
	margin: 15px auto 5px;
	width: 90%;
	text-align: center;
}

.home-subscribe-youtube .btn-subscribe-youtube {
	background-color: #980A29;
	padding: 7px 35px 5px;
	color: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-decoration:none;
	font-size:16px;
}
.home-subscribe-youtube .btn-subscribe-youtube:hover {
	text-decoration: none;
	padding:9px 36px 7px;
	animation-duration:1s;
	background-color:#ca2c4b;
}

.home-subscribe-youtube .btn-subscribe-youtube:before {
	content:"\f16a";
	margin-right:10px;
	font: 22px/20px FontAwesome;
	vertical-align:text-bottom;
}

#mini-panel-header_top .panels-flexible-column-1-3 {
	position:absolute;
	bottom:0;
}

.contacts-header {
	margin-top:10px;
}
.contacts-header .header-phone {
	margin-right: 15px;
	float:right;
	font-size:14px;
	font-weight:700;
	margin-right:15px;
}

.header-social { float:right; height: 25px; margin-top:-8px; }

.header-social a {
	color:transparent;
	font-size:0;
	width: 25px;
	height: 25px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-left: 5px;
}
.header-social .header-fb {
	background-image: url("../images/ico-fb-60px.png");
}
.header-social .header-ig {
	background-image: url("../images/ico-insta-60px.png");
}
.header-social .header-yt {
	background-image: url("../images/ico-yt-60px.png");
}

.area-provas-hidden {
  display: none;
}


.page-info #main { padding-top:0; }

.page-info .pedigree-area {

}

.page-info .pedigree-area {
  display: flex;
}

.page-info .pedigree-area .grupo-avos-paternos, .page-info .pedigree-area .grupo-avos-maternos {
  width: 28%;
  min-width: 120px;
  padding: 10px 20px;
  flex-grow: 1;
}

.page-info .pedigree-area .grupo-avos-paternos .field-content div, .page-info .pedigree-area .grupo-avos-maternos .field-content div {
  margin: 5px;
  border:1px solid #ccc;
  paddin: 5px 8px;
}

.page-info .pedigree-area div { text-align: center; }
.page-info .pedigree-area .label {
  clear: both;
  font-weight: bold;
  display: block;
}
.page-info .pedigree-area .grupo-avos-paternos {
  margin-left:22px;
}
.page-info .pedigree-area .grupo-avos-maternos {
  margin-right:22px;
}


.page-info .pedigree-area .views-field-field-pai, .page-info .pedigree-area .views-field-field-mae {
  margin: 28px 10px;
  padding: 8px 10px;
  border: 1px solid #ccc;
  flex-grow: 1;
}

.semex-avaliacao tr .row_1 {
	font-weight: bold;
}

tr.even td.cell-destaque, td.cell-destaque {
  background-color: #FFEB80;
  border-bottom: 1px solid #f4f5f9;
}

.vertical-middle {
  vertical-align: middle;
  text-align: center;
}

.group-odd, table tr.even td.group-odd {
  background-color: #323840;
}

.group-even, table tr.even td.group-even {
  background-color: #4b5562;
}

.group-odd, .group-even {
  color:#fff;
  border: 1px solid #fff;
}

table .semex-avaliacao tr.odd td:not(.group-odd),
table .semex-avaliacao tr.even td:not(.group-even),
table .semex-avaliacao tr.even td:not(.group-odd),
table .semex-avaliacao tr.odd td:not(.group-even) {
  text-align: center;
}


.page-info .views-field-field-foto-familia .field-content {
  display: flex;
  flex-flow: wrap;
}
.page-info .views-field-field-foto-familia .field-content .columns-2 {
  width: 45%;
}
.page-info .views-field-field-foto-familia .field-content .columns-3 {
  width: 32%;
}
.page-info .views-field-field-foto-familia .field-content .columns-4 {
  width: 23%;
}


.page-info .foto-familia-item {
  text-align: center;
  margin-right: 10px;
  position: relative;
}

.page-info .foto-familia-item img {
  max-height: 250px;
}

.page-info .foto-familia-item .nome-familia {
  background-color: rgba(255,255,255,0.8);
  padding: 5px 20px;
  text-align: center;
}

.view-corte-tropical .nome-tour-cl {
    position: absolute;
    top: 40px;
    left: 40px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.9);
    font-size: 43px;
    line-height: 42px;
    width: 85%;
    letter-spacing: -0.01em;
    font-weight: 800;
}

.page-info .pedigree-area .views-field .views-label { float: none; clear: both; }

.view-corte-tropical .views-field-field-foto-principal {

}
.view-corte-tropical .views-field-field-foto-principal img { width:100%; height:auto; }

.view-corte-tropical .touro-cl-titulo-area, .view-corte-tropical .touro-cl-titulo-area-first {
	width: 100%;
	background-color: #323840;
	color: #fff;
	font-size: 28px;
	padding: 25px 0;
	text-align: center;
	text-transform: uppercase;
	margin: 30px 0;
}

.view-corte-tropical .views-field-field-lista-topicos {
    display: block;
    clear: both;
    margin: 20px auto;
    width: 80%;
    min-width: 640px;
    border: 2px solid #323840;
    padding: 20px 50px;
}
.view-corte-tropical .views-field-field-lista-topicos ol {
	list-style-type:circle;
}

.view-corte-tropical .views-field-field-selos-link {
	display:block;
}

.view-corte-tropical .views-field-field-selos-link .node-header, .view-corte-tropical .views-field-field-selos-link header, .view-corte-tropical .node-header, .views-field-field-selos-link header.node-header, .view-corte-tropial .views-field-field-selos-link .node-footer {
	display:none;
}

.view-corte-tropical .views-field-field-selos-link .field-name-field-logo-vertical {
	width:100px;
	height:auto;
}

.view-corte-tropical .views-field-field-selos-link .field-name-field-logo-vertical {
    display: flex;
    min-width: 240px;
    width: 100%;
    margin-top: 30px;
}
.view-corte-tropical .views-field-field-selos-link .field-name-field-logo-vertical div.selo-img {
  max-height: 120px;
}
.view-corte-tropical .views-field-field-selos-link .field-name-field-logo-vertical img {
  max-height: 100px;
}

.view-corte-tropical .views-field-field-mae {
	clear:both;
	display:block;
	margin-bottom:40px;
}

.view-corte-tropical .touro-cl-titulo-area-first { margin-top: 0; }

.view-corte-tropical .views-field .views-label {
	float:left;
	margin-right:5px;
	font-weight:bold;
}
.view-corte-tropial .views-label-field-raca-trop .field-content {
  text-transform: uppercase;
}
.quicktabs-tabs li {
	margin-right:30px;
}
.quicktabs-tab li.active { color: #980a29; }


.table-leite-importado td, .table-leite-importado th { text-align: center; font-size: 11px; }
.table-leite-importado .views-field-sp-naab-code, .table-leite-importado .views-field-title { text-align: left; }
.table-leite-importado th { background-color: #dedede; color: #333; }
.table-leite-importado th a { font-weight: bold; }
.table-leite-importado th.active { background-color:#999; color:#000; padding-right: 10px; }
.table-leite-importado th.active img { margin-left: 3px; margin-top: 3px; }
.table-leite-importado td { padding: 1px 5px; border: 1px solid #eee; }
.table-leite-importado td.active { color: #000; font-weight: bold; background-color: #ccc; }
.table-leite-importado th.views-field-sp-lpi-lpi { border-left: 3px solid #fff; }
.table-leite-importado td.views-field-sp-lpi-lpi { border-left: 2px solid #333; }
.table-leite-importado th.views-field-sp-lpi-lpi-pro-dollar { border-right: 3px solid #fff; }
.table-leite-importado td.views-field-sp-lpi-lpi-pro-dollar { border-right: 2px solid #333; }
.table-leite-importado td, .table-leite-importado th { white-space: nowrap; }


.view-lista-cl td, .view-lista-cl th { font-size: 14px; }
.view-lista-cl td.views-field-title, .view-lista-cl td.views-field-field-nome-curto { text-transform: capitalize; min-width: 135px; }
.view-lista-cl td.views-field-field-foto-principal { width: 90px; text-align: center; }
.view-lista-cl .views-field-field-foto-principal img { max-height: 50px; }
.view-lista-cl th { font-family: interstateregular; }
.view-lista-cl th.active { padding-right: 10px; }
.view-lista-cl  th.active img { margin-left: 3px; margin-top: 3px; }
.view-lista-cl th a { font-weight: bold; }
.view-lista-cl table th.active, .view-lista-cl table td.active { background-color: #999; }
.view-lista-cl table tr { border-bottom: 2px solid #fff; }
.view-lista-cl td { vertical-align: middle; border-right: 1px solid #f0f0f0; }
.view-lista-cl tr td:last-child { border-right: none; }
.view-lista-cl table td.views-field-field-raca-trop { text-transform: capitalize; }


.view-lista-cl th:not(.active), .table-leite-importado th:not(.active) {
  padding-right: 2px;
}
.view-lista-cl th:not(.active) a, .table-leite-importado th:not(.active) a {
  background-image: url("../images/arrow-option.png");
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 12px;
}
.view-lista-cl th:not(:last-child), .table-leite-importado th:not(:last-child){
  border-right: 1px solid #ccc;
}

.view-lista-cl tr:hover, .table-leite-importado tr:hover {
  background-color: #eaeaea;
}



.view-lista-noticias .views-row {
	clear:both;
	width:100%;
	min-width:480px;
	padding:15px 25px;
	min-height:120px;
	margin-bottom:20px;
}
.view-lista-noticias .views-row-even { background-color:#fafafa; }

.view-lista-noticias .views-row .views-field-field-imagem {
	float: left;
	max-width: 120px;
	margin-right:20px;
	display:block;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.view-lista-noticias .views-row .noticia-list-txt {  }

.view-lista-noticias .views-row .views-field-field-imagem .field-content { }

.view-lista-noticias .views-row .views-field-title { padding-top:10px; }
.view-lista-noticias .views-row .views-field-title a { font-weight:bold; color:#980A29; }

.view-lista-noticias .views-row .views-field-created { font-size:12px; color: #888; }
.view-lista-noticias .views-row .leia-mais-btn a { font-weight:bold; }

.node-noticias .field-name-field-imagem {
	max-width: 35%;
	max-height: 265px;
	float: left;
	margin: 5px 20px 20px 0;
}
.node-noticias .field-name-field-imagem img { max-height:270px }


/* MENU EXTRAS */
.view-display-id-menu_raca_tropical .views-row, .view-display-id-menu_raca_zebu .views-row, .view-display-id-menu_raca_taurino .views-row { margin-bottom: 5px; margin-left: 5px; }

.view-menu-solucoes { margin-top: 20px; }

.view-menu-solucoes .menu-solucoes-row { clear: both; margin-bottom: 5px; cursor: pointer; }

.view-menu-solucoes .views-field-field-logo-vertical {
    width: 35px;
    height: auto;
    float: left;
    margin-right: 10px;
}

.view-menu-solucoes .views-field-body {
    line-height: 18px;
    font-size: 12px;
    text-align: justify;
    margin-left: 70px;
}

.line-columns, .line-columns-2col {
	display: flex;
	clear: both;
}
.line-columns-2col {
    flex-wrap: wrap;
}
.line-columns .views-field {
	flex-grow: 1;
	flex-flow: column;
	min-width: 80px;
    padding: 2px 0;
    border-bottom: 1px solid #ccc;
    width: 20%;
}
.line-columns > div:not(:first-child) {
	border-left: 1px solid #ccc;
}

.line-columns .views-field .views-label, .line-columns .views-field .field-content {
	clear: both;
	display: block;
	padding: 0 5px;
	text-align: center;
}
.single-line-child .views-field { text-align: center; }
.single-line-child .views-field .views-label, .single-line-child .views-field .field-content,
.line-columns-2col .views-field .views-label, .line-columns-2col .views-field .field-content {
    clear: none;
    display: inline-block;
    padding: 0;
}

.line-columns .views-field .field-content, .line-columns-2col .views-field .field-content {
	font-weight: bold;
}
.line-columns-2col .views-field .field-content { float: right; }

.line-columns-2col .views-field {
	flex-grow: 1;
	flex-flow: column;
	min-width: 260px;
    padding: 2px 10px;
    border-bottom: 1px solid #ccc;
    width: 45%;
}
.line-columns-2col > div:nth-child(odd){
    border-right: 1px solid #ccc;
}

.line-columns .value-perc .field-content:after, .line-columns-2col .value-perc .field-content:after, .single-line-child .value-perc .field-content:after {
    content: '%';
    font-weight: bold;
}

.page-touro #main {
    padding-top: 0;
}

.page-touro .block-content {
    font-size: 12px !important;
}

.page-touro #main .area-chart-tpi .views-field .bar-area .bar-inner-area {
    background-image: url("../images/bkg-touro-chart-tpi.png");
}

.view-selecao-touros-importados .field-name-field-visivel label { display: none; }


.view-empreas-do-grupo {
	width: 100%;
	max-width: 1024px;
	margin: 50px auto;
}
.view-empreas-do-grupo .view-content {
	display: flex;
}

.view-empreas-do-grupo .view-content .columns-3 {
	width: 30%;
	text-align: center;
	flex-grow: 1;
	border: none;
	padding: 0;
	margin: 0;
}
.view-empreas-do-grupo .view-content .columns-3:not(:last-child) {
	margin-right: 20px;
}

.view-empreas-do-grupo .view-content .grupo-empresas-nome {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 35px;
}
.view-empreas-do-grupo .view-content:after {
	display: none;
}
.view-empreas-do-grupo .view-content .views-field-field-logo-empresa {
	width: 100%;
	text-align: center;
}

.view-empreas-do-grupo .view-content .views-field-field-logo-empresa img {
	max-width: 250px;
	max-height: 180px;
}

.view-empreas-do-grupo .view-content .views-field-field-link-site {
	margin-top: 30px;
	text-align: center;
}

.view-id-lista_importado_select .view-content {
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.view-id-lista_importado_select .view-content .field-content {
	margin:5px 35px;
	font-size: 16px !important;
	font-weight: bold;
}
.view-id-lista_importado_select .view-content .field-content span, .view-id-lista_importado_select .view-content .field-content a {
	margin: 0 20px;
}

.view-id-lista_importado_select .view-content .field-content span, .view-id-lista_importado_select .view-content .field-content a:hover {
	color: #980A29;
}

.touro-lista-fotos .view-content .views-row div {
	padding: 10px 15px 10px 10px;
}

/* trabalhe conosco */
#webform-client-form-3333 .local-selection {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}

#webform-client-form-3333 .edit-submitted-sexo .form-type-radio {
	display: inline-block;
}

#webform-client-form-3333 .webform-container-inline label {
	display: inline-block;
	margin-right: 1em;
	min-width: 150px;
	text-align: right;
}

#webform-client-form-3333 .webform-component--data-de-nascimento {
  display: inline;
  margin:5px 0;
}

#webform-client-form-3333 .webform-component--sexo .form-item {
  display: inline;
  margin-right: 8px;
}

#webform-client-form-3333 .local-selection label, #webform-client-form-3333 .local-selection select, #webform-client-form-3333 .webform-component--data-de-nascimento label {
  display: inline;
}

.view-touro-selos .view-content {
	display: flex;
	flex-flow: row;
	margin-bottom: 25px;
}

.view-touro-selos .view-content .views-row img {
	max-height: 120px;
}

.view-solucao-info .views-field-title h1 {
  text-align: center;
}

.page-sobre p.sobre-image {
  margin: 10px auto 45px;
  min-width: 360px;
  width: 85%;
}
.page-sobre h3 {
  font-size: 24px;
}
.page-sobre .block-block-2 p {
  margin-left: 25px;
}
.page-sobre .block-block-2 u {
  margin-left: 50px;
}
.page-sobre .quicktabs-tabs li a { font-weight: bold; }
.page-sobre .quicktabs-tabs li {
  background-image: none;
  font-size: 22px;
  padding: 5px 35px 5px 10px;
  margin-right: -5px;
  border: 1px solid #dedede;
  color:#535353;
  background-color: #f0f0f0;
;
}
.page-sobre .quicktabs-tabs li.active {
  color: #980A29;
  border-bottom: none;
  background-color: transparent;
}
.group-imagens-extras .field-items {
  display: flex;
}

.group-imagens-extras .field-items .field-item {
  width: 50%;
  margin: 5px;
  max-height: 500px;
  text-align: center;
}
.touro-select-prova-area {
  text-align: right;
  padding: 10px 15px;
  flex-grow: 3;
}

.columns-2-small-right .views-field-sp-registrationid {
  width: 50px;
}
.columns-2-small-right .views-field-sp-registrationid a.pdf-touro-link {
  margin-top: 5px;
}

.touro-select-prova-area .touro-prova-select a, .touro-select-prova-area .touro-prova-select span {
  font-size: 18px;
  font-weight: bold;
  margin-left: 25px;
  color:#333;
}
.touro-select-prova-area .touro-prova-select a {
  color: #980A29;
}

.mobile-menu-area {
  display: none;
  width: 50px;
  position: absolute;
  z-index: 999999;
}
.mobile-menu-icon #openBtn {
  /* position: absolute; */
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 20px;
  font-weight: bold;
  margin: 20px 10px;
  float: left;
  cursor: pointer;
}

.mobile-menu-area .mobile-menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  padding-top: 50px;
  left: -50px;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-left: 25px;
}

.mobile-menu-area .mobile-menu ul.menu li {
  background: none;
  padding-left: 0;
}

.show-nav {
  width: 62%;
  z-index: 9999;
  box-shadow: 0 2px 11px rgba(0,0,0,0.5);
  left:0;
}

.responsive-menus-simple li {
  background: none !important;
  font-size: 10px;
  line-height: 20px;
}

.responsive-menus.responsified {
  position: fixed;
  left: 1px;
  width: 120px;
}

body.pdf-print {
  min-width: 100%;
  margin:20px
}

.pdf-print .print-logo img {
  max-width: 200px;
}

.pdf-touro-link {
  float: right;
  margin-bottom: 10px;
}
.pdf-touro-link img {
  height: 30px ;
  width: auto;
}

.page-solucoes .panel-pane h2 {
  font-size: 20px;
}
.page-solucoes .panel-pane:not(.panel-intro-solucao) h2 span:before, .page-solucoes .panel-pane:not(.panel-intro-solucao) h2 span:after {
  display: none;
}
.page-solucoes .panel-intro-solucao h2 {
  display: none;
}

.page-solucoes .panel-intro-solucao .pane-content .views-field-body {
  font-size: 18px;
}

.view-selecao-touros-importados .views-field-editablefield {
  text-align: center;
}

.view-selecao-touros-importados .editablefield-edit {
  font-size: 8px;
  min-width: 80px;
  padding: 3px 5px;
  margin-left: 5px;
  line-height: 18px;
}
.field-name-field-registro-ax input.form-text {
  max-width: 125px;
}
