@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,700italic,600italic,800,800italic");

.preload * {
	webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}

html, body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font: 13px "Open Sans", Arial;
	line-height: 1.3em;
	color: #666666;
	background: #393939 !important;
	min-width: 1024px;
}
h1, h2, h3, h4, h5, h6,
p {
	margin: 0px 0px 10px 0px;
	border: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1em;
}
p {
	font-size: 13px;
	line-height: 1.3em;
}
h1, h2 {
    margin: 0px 0px 10px 0px;
    font-size: 16px;
	font-weight: bold;
	color: #000000;
    text-transform: uppercase;
}
img {
	border: 0px;
	vertical-align: middle;
}
a {
	outline: 0px;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: inherit;
	text-transform: inherit;
}
a,
span {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;

	-webkit-transition-property: border-color, background-color, background-position, font-size, font-weight, color, box-shadow, opacity;
	-moz-transition-property: border-color, background-color, background-position, font-size, font-weight, color, box-shadow, opacity;
	-ms-transition-property: border-color, background-color, background-position, font-size, font-weight, color, box-shadow, opacity;
	-o-transition-property: border-color, background-color, background-position, font-size, font-weight, color, box-shadow, opacity;
	transition-property: border-color, background-color, background-position, font-size, font-weight, color, box-shadow, opacity;
}
a:hover {
	color: inherit;
	text-decoration: inherit;
	opacity: 0.8;
}
.search_button{
	float:none !important;
}
.fb3area .fb3col.fb3width-small {
    width: 100% !important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.fn {
	float: none;
}
.clear {
	clear: both;
	float: none;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.hide {
	display: none;
}
.fb3ast{
	color:#bb0000 !important;
}
.table {
	display: table;
	margin: 0px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	width: 100%;
}
.table .row {
	display: table-row;
}
.table .cell {
	display: table-cell;
}

.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

.valign-top {
	vertical-align: top;
}
.valign-middle {
	vertical-align: middle;
}
.valign-bottom {
	vertical-align: bottom;
}

.underline {
	text-decoration: underline;
}
.upper {
	text-transform: uppercase;
}
.lower {
	text-transform: lowercase;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

input[type=radio],
input[type=checkbox] {
	margin: 0px 2px 0px 0px;
	border: 0px;
	padding: 0px;
	vertical-align: top;
}
textarea {
	min-height: 31px;

	-webkit-resize: none;
	-moz-resize: none;
	-ms-resize: none;
	-o-resize: none;
	resize: none;
}

input[type=text],
input[type=password],
select,
textarea {
	vertical-align: middle;
	outline: 0px;
	margin: 0px;
	border: 1px solid #CCCCCC;
	padding: 6px 10px;
	font-size: inherit;
	font-family: inherit;
	background: #FFFFFF;
	border-radius: 2px;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.075) inset;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;

	-webkit-transition-property: border-color, background-color, background-position, font-size, font-weight, color, box-shadow, opacity;
	-moz-transition-property: border-color, background-color, background-position, font-size, font-weight, color, box-shadow, opacity;
	-ms-transition-property: border-color, background-color, background-position, font-size, font-weight, color, box-shadow, opacity;
	-o-transition-property: border-color, background-color, background-position, font-size, font-weight, color, box-shadow, opacity;
	transition-property: border-color, background-color, background-position, font-size, font-weight, color, box-shadow, opacity;
}
input[type=text]:hover,
input[type=password]:hover,
select:hover,
textarea:hover {
	border-color: #aaaaaa;
}
input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
	border-color: #aaaaaa;
	box-shadow: 0px 0px 2px 0px #aaaaaa;

}
input[type=text][disabled],
input[type=password][disabled],
select[disabled],
textarea[disabled] {
	border-color: #cccccc;
	background: #efefef;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05) inset;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

input[type=submit],
input[type=button],
input[type=reset],
button,
.button {
	display: inline-block;
	vertical-align: middle;
	outline: 0px;
	margin: 0px;
	border: 0px;
	padding: 6px 10px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 1em;
	background: #1BA4E1;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	text-transform: none;
	text-decoration: none !important;

	border-radius: 2px;
	box-shadow: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;

	-webkit-transition-property: border-color, background-color, background-position, font-size, font-weight, color, box-shadow, opacity;
	-moz-transition-property: border-color, background-color, background-position, font-size, font-weight, color, box-shadow, opacity;
	-ms-transition-property: border-color, background-color, background-position, font-size, font-weight, color, box-shadow, opacity;
	-o-transition-property: border-color, background-color, background-position, font-size, font-weight, color, box-shadow, opacity;
	transition-property: border-color, background-color, background-position, font-size, font-weight, color, box-shadow, opacity;
}
#sidebar-portfolio-details .button{
	font-size:14px;
}
input[type=submit],
input[type=button],
input[type=reset],
button {
	height: 2.5em;
}

input[type=submit],
.button.submit {
	padding-left: 22px;
	padding-right: 22px;
	background-image: url("../imgs/arrow-slim-white-right.png");
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

.button.gray {
	color: #ffffff !important;
	background-color: #1ba4e1;
}
.button.gray-light {
	color: #323232 !important;
	background-color: #F5F5F5;
}

input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
button:hover,
.button:hover {
	color: #ffffff;
	opacity: 0.8
}
.button.gray:hover {
	background-color: #545454;
}

input[type=submit]:active,
input[type=button]:active,
input[type=reset]:active,
button:active {
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.8) inset;
}

.newsletter_html{
	display:block;
	position:relative;
	float:left;
	width:100%;
	margin-top:20px;
}
.gray-scale {
    -webkit-filter: grayscale(1);
    -o-filter: url(filters.svg#grayscale);
	opacity: 0.6;
	filter: url(filters.svg#grayscale);
	filter: gray alpha(opacity=60);
}


.title:empty,
.sub-title:empty,
.text:empty {
	display: none;
}


ul {
	margin: 0px;
	padding: 0px 0px 10px 18px;
	list-style: disc url("../imgs/arrow-slim-blue-right.png") outside;
}
ul > li {
	margin-top: 5px;
}
ul > li:first-child {
	margin-top: 0px;
}
ul > li > ul {
	list-style: disc none outside;
	margin-top: 5px;
}

ul.menu {
	margin: 0px;
	border: 0px;
	padding: 0px;
	list-style: none;
}
ul.menu > li {
	display: block;
	margin: 0px;
	border: 0px;
	padding: 0px;
	line-height: 1em;
	color: #ffffff;
}
ul.menu > li > a {
	display: block;
	text-transform: uppercase;
}

ul.menu.horizontal {
	font-size: 1px;
	line-height: 0px;
	letter-spacing: -1em;
	word-spacing: -1em;
    color: transparent;
}
ul.menu.horizontal > li {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1em;
	letter-spacing: 0;
	word-spacing: 0;
}

ul.menu.vertical {
	list-style: disc url("../imgs/arrow-slim-blue-right.png") inside;
}
ul.menu.vertical > li {
	display: list-item;
	vertical-align: top;
	line-height: inherit;
	margin-top: 5px;
}
ul.menu.vertical > li:first-child {
	margin-top: 0px;
}
ul.menu.vertical > li:hover,
ul.menu.vertical > li.active {
	list-style-image: url("../imgs/arrow-slim-white-right.png");
}
ul.menu.vertical > li.break {
	float:left;
}
ul.menu.vertical > li > a {
	display: inline-block;
	opacity: 1;
}

ul.break{
	float:left;
	width:145px;
}
ul.break li{
	/*float:left;*/
}

.tabs {
	display: block;
	margin: 0px;
	border: 0px;
	padding: 0px;
	margin-top: 30px;
}
.tabs > ul.tabs-menu {
	display: block;
	margin: 0px 0px -1px 0px;
	border: 0px;
	padding: 0px;
	z-index: 10;
}
.tabs > ul.tabs-menu > li.tabs-menu-item {
	font: bold 14px "Open Sans";
	color: #000000;
}
.tabs > ul.tabs-menu > li.tabs-menu-item > a {
	padding: 9px;
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #EDEDED;
	font-size: 13px;
	color: #989898 !important;
	background: #EDEDED;
	text-decoration: none !important;
	cursor: pointer;
	opacity: 1;
}
.tabs > ul.tabs-menu > li.tabs-menu-item.active > a {
	border: 1px solid #EDEDED;
	border-bottom: 1px solid #FFFFFF;
	font-size: 14px;
	color: #000000 !important;
	background: #ffffff;
}
.tabs > ul.tabs-menu > li.tabs-menu-item:first-child {

}
.tabs > ul.tabs-menu > li > a {

}
.tabs > .tabs-content {
	display: block;
	margin: 0px;
	border: 1px solid #EDEDED;
	padding: 26px;
	z-index: 0;
}

.tabs > .tabs-content > .tabs-content-item > table{
	width:100%;
}
.tabs > .tabs-content > .tabs-content-item.active {
	display: block;
}

#main {

}
.main-modus,
.main-center {
	display:block;
	margin: 0 auto;
	width: 980px;
	min-width: 980px;
}
#header {
	display:table;
	width:100%;
	height:60px;
	margin:0 auto;
	position:relative;
	background: #000;
}
#header .main-center {
	display: block;
	position:relative;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
}
#header-logo,
#header-menu,
#header-languages {
	display: block;
	position:relative;
	vertical-align: middle;
	text-align: right;
}
#header-logo{
	display: block;
	position:relative;
	vertical-align: middle;
	text-align: right;
}
#header-menu{
	float:right;
	width:65%;
}
#header-logo{
	float:left;
	width:25%;
}
#header-logo {
	padding: 14px 0px;
	text-align: left;
}
#header-logo > a {
	display: block;
	width: 140px;
	height: 43px;
	background: transparent url("../imgs/logo.png?v=2") no-repeat 0 0;
}
#header ul.menu {
	display:block;
	position:relative;
	float:right;
	width:100%;
}
#header ul.menu > li {
	font-size: 14px;
}
#header ul.menu > li > a {
	padding: 29px 0px;
	margin-left: 20px;
}
#header ul.menu > li:first-child > a {
	margin-left: 0px;
}
#header-menu > ul.menu > li > a {
	background: transparent url("../imgs/arrow-white-bottom.png") no-repeat 50% -100%;
}
#header-menu > ul.menu > li.hover > a,
#header-menu > ul.menu > li.active > a,
#header-menu > ul.menu > li > a:hover {
	background-position: 50% 0%;
}

/* Top menu transitions */
html.preload.js #header-menu > ul.menu > li.active > a {
	background-position: 50% -100%;
}
#header-menu > ul.menu > li.hover > a,
#header-menu > ul.menu > li.active > a,
#header-menu > ul.menu > li > a:hover {
	transition: all 600ms ease-in-out;
}

#header-languages {
	padding-left: 30px;
}
#header-languages > ul.menu > li {
	color: #5F5F5F;
}
#header-languages > ul.menu > li > a {
	margin-left: 5px;
}
#header-languages > ul.menu > li:first-child > a{
	margin-left: 0px;
}
#header-languages > ul.menu > li.hover,
#header-languages > ul.menu > li.active {
	color: #1BA4E1;
}
#slideshow {
	display:block;
	float:left;
	width:100%;
	position: relative;
	height: 510px;
	background: #ffffff url("../imgs/loading.gif") no-repeat 50% 50%;
}
#slideshow-navigation {
	display: none;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 80px;
	z-index: 200;
	height: 0;
}
#slideshow-navigation .slideshow-navigation.previous,
#slideshow-navigation .slideshow-navigation.next {
	position: absolute;
	padding: 20px 20px 20px 20px;
	top: -255px;
	left: -23px;
	width: 24px;
	height: 68px;
	background: transparent url("../imgs/slideshow-previous.png") no-repeat center center;
	cursor: pointer;
	-webkit-transition: all 0.15s ease-in-out;
	-mos-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	z-index: 200;
}
#slideshow-navigation .slideshow-navigation.previous:hover {
	left: -27px;
}
#slideshow-navigation .slideshow-navigation.next {
	left: auto;
	right: -23px;
	background-image: url("../imgs/slideshow-next.png");
	background-position: center center;
}
#slideshow-navigation .slideshow-navigation.next:hover {
	right: -27px;
}
/*
Slide Pager
*/
#slideshow-navigation-pager {
	display: block;
	position: absolute;
	top: 22px;
	right: 30px;
	font-size: 0px;
	line-height: 0px;
	z-index: 200;
}
#slideshow-navigation-pager > a {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	width: 12px;
	height: 12px;
	font-size: inherit;
	text-indent: 100%;
	overflow: hidden;
	cursor: pointer;
	background: #ededed;
	border-radius: 100%;
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2) inset;
}
#slideshow-navigation-pager > a:first-child {
	margin-left: 0px;
}
#slideshow-navigation-pager > a:hover,
#slideshow-navigation-pager > a.selected {
	background-color: #1BA4E1;
	background-position: 0% 0%;
}

/*
Slide Itens
*/
#slideshow-gallery {
	display: none;
	height: 510px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#slideshow-gallery .slideshow-gallery-item {
	position: relative;
	float: left;
	display: block;
	background: transparent none no-repeat 50% 0;
	width: 1750px;
	height: 510px;
	z-index: 0;
	margin: 0;
	padding: 0;
}
#slideshow-gallery .slideshow-gallery-item .slideshow-gallery-item-content {
	display: none;
	float: left;
	width: 100%;
	height: 510px;
	position: absolute;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: transparent none no-repeat 50% 0;
	z-index: 5;
}
#slideshow-gallery .slideshow-gallery-item .slideshow-gallery-item-content.haslink {
	cursor: pointer;
}
#slideshow-gallery .slideshow-gallery-item .slideshow-gallery-item-content .content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	padding:0 30px;
	display: block;
	width:980px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#slideshow-gallery .slideshow-gallery-item .slideshow-gallery-item-content .title {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4C4C4C;
}
#slideshow-gallery .slideshow-gallery-item .slideshow-gallery-item-content .text {
	display: inline-block;
	vertical-align: middle;
	color: #444444;
}
/*
Slide Itens (no-js)
*/
html.no-js #slideshow-gallery {
	display: block;
	margin: 0 auto;
	width: 1750px;
}
html.no-js #slideshow-gallery .slideshow-gallery-item {
	display: none;
}
html.no-js #slideshow-gallery .slideshow-gallery-item:first-child {
	display: block;
}

#services-navigation {
	display:block;
	position:relative;
	float:left;
	width:100%;
	background: #CCCCCC;
}
#services-navigation > .main-center {
	position: relative;
	background: #C0C0C0;
}
#services-navigation > .main-center > ul.menu {
	display: table;
	margin: 0px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	width: 100%;
}
#services-navigation > .main-center > ul.menu > li {
	display: table-cell;
	vertical-align: middle;
    position: relative;
	font-size: 18px;
    font-weight: 600;
	color: #666666;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #FFFFFF;
}
#services-navigation > .main-center > ul.menu> li > a {
	padding: 20px 16px;
	opacity: 1;
}
#services-navigation > .main-center > ul.menu > li:hover,
#services-navigation > .main-center > ul.menu > li.hover,
#services-navigation > .main-center > ul.menu > li.active {
	color: #ffffff;
	background-color: #666666;
	text-shadow: 0 1px 0 #000000;
}

#services-navigation > .main-center > ul.menu > li > ul {
	position: relative;
	display: none;
	padding: 25px;
	width: 100%;
	white-space: nowrap;
	background: #EDEDED;
	list-style: none;
	text-align: center;
	overflow: auto;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#services-navigation > .main-center > ul.menu > li:first-child > ul {
	/*display: block;*/
}
#services-navigation > .main-center > ul.menu > li.hover > ul,
#services-navigation > .main-center > ul.menu > li.active > ul {
	display: block;
}
#services-navigation > .main-center > ul.menu > li > ul > li {
	white-space: nowrap;
	margin-left: 25px;
}
#services-navigation > .main-center > ul.menu > li > ul > li:first-child {
	margin-left: 0px;
}
#services-navigation > .main-center > ul.menu > li > ul > li > a {
	position: relative;
	margin: 0px;
	border: 0px;
	overflow: hidden;
}
#services-navigation > .main-center > ul.menu > li > ul > li > a:hover {
	margin: -4px;
	border: 4px solid #ffffff;
}
#services-navigation > .main-center > ul.menu > li > ul > li > a > .title {
	display: none;
}
#services-navigation > .main-center > ul.menu > li > ul > li > a:hover > .title {
    position: absolute;
	display: block;
	margin: 0px;
    padding: 10px;
    right: 0px;
    bottom: 0px;
	max-width: 100%;
	font-size: 12px;
	font-weight: normal;
	white-space: normal;
	text-align: right;
    color: #000000;
    background: #ffffff;
	text-shadow: none;
	text-transform: none;
	box-shadow: -1px -1px 2px 0px rgba(0, 0, 0, 0.5);
    opacity: 1;
	z-index: 30;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#section {
	display:block;
	position:relative;
	float:left;
	width:100%;
	padding: 40px 0 100px;
	background: #ffffff;
}
#section > .main-center {
	display: table;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
}
#sidebar-news,
#sidebar,
#article {
	display: table-cell;
	vertical-align: top;
}
#sidebar {
	padding: 0 60px 0 0;
	width: 200px;
	font-size: 12px;
	color: #323232;
}
#sidebar .sidebar-banner,
#sidebar-menu,
#sidebar-news,
#sidebar-search,
#sidebar-account,
#sidebar-newsletter {
	margin-top: 30px;
}
#sidebar .sidebar-banner:first-child,
#sidebar-menu:first-child,
#sidebar-news:first-child,
#sidebar-search:first-child,
#sidebar-account:first-child,
#sidebar-newsletter:first-child {
	margin-top: 0px;
}
#sidebar-news .title,
#sidebar .title {
	margin-bottom: 3px;
    font: normal 28px Georgia;
	line-height: 1em;
	color: #323232;
}
#sidebar-news .sub-title,
#sidebar .sub-title {
	font-size: 12px;
	line-height: 1em;
	color: #989898;
}

#sidebar-menu > ul.menu {
	list-style: none;
}
#sidebar-menu > ul.menu > li {
	margin-top: 8px;
	border-top: 1px solid #EDEDED;
	padding-top: 8px;
	font: bold 14px "Open Sans";
	color: inherit;
}
#sidebar-menu > ul.menu > li:first-child {
	margin-top: 0px;
	border-top: 0px;
	padding-top: 0px;
}
#sidebar-menu > ul.menu > li > a {
	margin-bottom: 3px;
	color: #000000;
	text-transform: uppercase;
}
#sidebar-menu > ul.menu > li > ul {
	padding-left: 40px;
	list-style: disc url("../imgs/arrow-slim-blue-right.png") outside;
}
#sidebar-menu > ul.menu > li > ul > li {
	font-size: 12px;
    font-weight: normal;
	color: #666666;
}
#sidebar-menu > ul.menu > li > ul > li:hover,
#sidebar-menu > ul.menu > li > ul > li.active {
	color: #1BA4E1;
}
#sidebar .sidebar-banner:empty {
	display: none;
}
/*
#sidebar-news {
	display: none;
}
*/
#sidebar-news {
	padding: 0 50px 20px 0;
	width: 200px;
	font-size: 12px;
	color: #323232;
	background:#FFF;
}
#sidebar-search input[type=text] {
	display: inline-block;
	width: 100%;
	margin-right: -36px;
	padding-right: 36px;
}
#sidebar-search input[type=submit] {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 28px;
	height: 28px;
	background: transparent url("../imgs/icon-search.png") no-repeat 50% 60%;
	overflow: hidden;
	text-indent: 100%;
	box-shadow: none;
	float: none;
}
#sidebar-search input[type=submit]:hover {
	background-image: url("../imgs/icon-search-hover.png");
}

#sidebar-account .title {
	font-size: 16px;
}
#sidebar-account .sub-title {
	margin-bottom: 10px;
}
#sidebar-account input[type=text],
#sidebar-account input[type=password] {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}
#sidebar-newsletter {
	margin-top: 30px;
	border-top: 2px solid #EDEDED;
	padding-top: 30px;
}
#sidebar-newsletter .title {
	font-size: 16px;
	margin-bottom: 10px;
}
#sidebar-newsletter .sub-title {
	display: none;
	margin-bottom: 10px;
}
#sidebar-newsletter input[type=text] {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}

#article {

}
#article > h1 {
	margin-bottom: 20px;
	font: bold 16px "Open Sans";
}

#content {
	font-family: Arial;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#content a {
	color: #323232;
}
#content a:hover {
	text-decoration: underline;
}
#content .share-this {
	margin-top: 20px;
	text-align: right;
}
#content .date {
	font-family: "Open Sans";
}

#footer {
	display:block;
	position:relative;
	float:left;
	width:100%;
	padding: 20px 0px;
}
.content-bottom{
	display:block;
	position:relative;
	float:left;
	margin-top:20px;
	width:100%;
}
#footer .separator {
	margin: 0px;
	border: 0px;
	padding: 0px;
	margin-bottom: 16px;
	border-bottom: 1px solid #666666;
	padding-bottom: 16px;
	overflow: hidden;
}
#footer-portfolio {
	position: relative;
	white-space: nowrap;
	text-align: center;
	overflow: hidden;
}
#footer-portfolio .footer-portfolio-fader {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 100%;
	z-index: 200;
	background: url("../imgs/bottom-degrade-left.png") repeat-y 0 0;
}
#footer-portfolio .footer-portfolio-fader.right {
	left: auto;
	right: 0px;
	background-image: url("../imgs/bottom-degrade-right.png");
}
#footer-portfolio ul.menu > li {
	padding: 0px 10px;
}
#footer-info {
	display: block;
	position:relative;
	float:left;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0 0 16px 0;
	width: 100%;
	font-size: 12px;
}
#footer-info .redirect_desktop a:hover {
	opacity:1;
}
#footer-info-menu,
#footer-info-contacts,
#footer-info-partners {
	display: block;
	position:relative;
	float:left;
	vertical-align: middle;
	border: 0px;
	border-left: 1px solid #666666;
	padding: 0px 10px;
	white-space: nowrap;
	height: 105px;
}
#footer-info-menu:first-child,
#footer-info-contacts:first-child,
#footer-info-partners:first-child {
	border: 0px;
	padding-left: 0px;
}
#footer-info-partners {
	width: calc(69% - 60px);
}
#footer-info-menu {
	width: 10%;
}
#footer-info-contacts {
	width: 15%;
	font-family: Georgia;
}
#footer-info-contacts .title {
	font-size: 16px;
	font-weight: normal;
	color: #1BA4E1;
}
#footer-info-contacts > ul.menu {
	list-style: none;

	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	-o-column-count: 2;
	column-count: 2;

	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	-ms-column-gap: 20px;
	-o-column-gap: 20px;
	column-gap: 20px;
}
#footer-info-contacts > ul.menu > li {
	list-style: none;
	overflow: visible;
	height: 20px;
}
#footer-info-contacts > ul.menu > li > a {
	text-transform: none;
	overflow: visible;
}
#footer-info-partners {
	text-align: center;
}
#footer-info-partners > ul.menu {
	display: block;
	float: left;
	position: relative;
	width: 100%;
}
#footer-info-partners > ul.menu li {
	display: block;
	float: left;
	position: relative;
}
#footer-copyright {
	display: table;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin:10px 0 0 0;
	padding: 0px;
	width: 100%;
}
#footer-copyright-logo,
#footer-copyright-menu {
	display: table-cell;
	vertical-align: middle;
}
#footer-copyright-menu {
	text-align: right;
}
#footer-copyright-logo-seara {
	display: inline-block;
	vertical-align: top;
	width: 63px;
	height: 31px;
	background: transparent url("../imgs/logo.svg") no-repeat 0 0;
	background-size:100% auto;
}
#footer-copyright-logo-yunit {
	display: inline-block;
	vertical-align: top;
	width: 91px;
	height: 16px;
	background: transparent url("../imgs/yunit-footer.png") no-repeat 0 0;
	margin-left: 20px;
}
#footer-copyright-logos > ul.menu .separador {
	padding: 0 10px;
	font-size: 20px;
}
#footer-copyright-logos > ul.menu > li {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: right;
	text-transform: none;
}
#footer-copyright-logos > ul.menu > li:before {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px;
	color: #989898;
	cursor: default;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#footer-copyright-logos > ul.menu > li:first-child:before {
	content: "";
	display: none;
}
#footer-copyright-menu > ul.menu {

}
#footer-copyright-menu > ul.menu > li {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: right;
	text-transform: none;
}
#footer-copyright-menu > ul.menu > li:before {
	content: "|";
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px;
	cursor: default;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#footer-copyright-menu > ul.menu > li > a {
	display: inline-block;
	text-transform: inherit;
	text-decoration: underline;
}
#footer-copyright-menu > ul.menu > li:first-child {
	margin-left: 0px;
}
#footer-copyright-menu > ul.menu > li:first-child:before {
	content: "";
	display: none;
}

#footer-copyright-text {
	display:block;
	margin:25px 0 0 0;
	font:400 12px/15px "Open Sans", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
#footer-copyright-text a {
	text-decoration:underline;
}

#highlights-news {

}
#highlights-news > .title {
	margin-bottom: 26px;
	font: normal 30px Georgia;
	text-transform: none;
	color: #323232;
}
#highlights-news-blocks {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#highlights-news-blocks > li {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	color: #323232;
	margin-right: 59px;
}
#highlights-news-blocks > li.last {
	margin-right: 0px;
}
#highlights-news-blocks > li > a {
	text-transform: none;
	text-decoration: none !important;
	border-color: #ffffff;
	background: #ffffff;
	opacity: 1;
}
#highlights-news-blocks > li > a > img {
	display: block;
	margin: 0 auto;
	margin-bottom: 6px;
	max-width: 200px;
	max-height: 97px;
}
#highlights-news-blocks > li > a > .date {
	display: block;
	margin-bottom: 3px;
	color: #989898;
	font-size: 11px;
}
#highlights-news-blocks > li > a > .title {
	color: #000000;
	font-size: 14px;
	margin-bottom: 6px;
	height: 25px;
}
#highlights-news-blocks > li > a > .text {
	color: #989898;
	display: block;
	font-size: 11px;
	height: 148px;
	line-height: 135%;
	margin-bottom: 10px;
}
#highlights-news-blocks > li > a:hover {
	padding: 10px;
	margin: -13px;
	border: 3px solid #ECECEC;
}


#highlights-custom {
	margin-top: 40px;
	border-top: 2px solid #EDEDED;
	padding-top: 20px;
}

#highlights-custom > .title {
	margin-bottom: 3px;
	font: normal 30px Georgia;
	text-transform: none;
	color: #323232;
}
#highlights-custom > .sub-title {
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 1.1em;
}

#highlights-custom-blocks {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
#highlights-custom-blocks > li {
	display: inline-block;
	vertical-align: top;
	width: 234px;
	color: #323232;
	margin: 0px 10px 0px 0px;
	text-decoration: none;
}
#highlights-custom-blocks > li:last-child {
	margin-right: 0px;
}
#highlights-custom-blocks > li > a {
	display: inline-block;
	padding: 20px;
	text-transform: none;
	text-decoration: none !important;
	background: #EBEBEB;
	border-radius: 8px;
	height: 355px;
	overflow:auto;
}
#highlights-custom-blocks > li > a > .image {
	height: 70px;
	position: relative;
	display: block;
}
#highlights-custom-blocks > li > a > .image > img {
	margin-bottom: 6px;
}
#highlights-custom-blocks > li > a > .image > img.hover {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	opacity: 0;
}
#highlights-custom-blocks > li > a > .title {
	margin-bottom: 6px;
	font: 26px Georgia;
	color: #323232;
	text-shadow: 0 1px 0 #FFFFFF;
}
#highlights-custom-blocks > li > a > .text {
	display: block;
	margin-bottom: 10px;
	max-height: 200px;
	font-size: inherit;
	color: #323232;
}
#highlights-custom-blocks > li > a > .text ul {
	color: inherit;
}
#highlights-custom-blocks > li > a > .text ul > li {
	color: inherit;
}

#highlights-custom-blocks > li > a:hover {
	background: #1BA4E1;
	color: #ffffff;
}
#highlights-custom-blocks > li > a:hover > .image > img {
	opacity: 0;
}
#highlights-custom-blocks > li > a:hover > .image > img.hover {
	display: inline-block;
	opacity: 1;
}
#highlights-custom-blocks > li > a:hover > .title {
	color: inherit;
}
#highlights-custom-blocks > li > a:hover > .text {
	color: inherit;
}
#highlights-custom-blocks > li > a:hover > .text > ul {
	list-style-image: url("../imgs/arrow-slim-white-right.png");
}
div.link-up,
div.link-back {
	background: none repeat scroll 0 0 #fff;
	color: #666666;
	overflow: hidden;
	padding: 0;
	text-transform: lowercase;
	float:left;
}
div.link-up {
	display: block;
	width: 50px;
	height: 50px;
	opacity: 0;
	float:right;
	position: fixed;
	bottom: 70px;
	right: 34px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	z-index: 1000;
	background: transparent;

	-webkit-transition: color 500ms ease-in-out, background 500ms ease-in-out, opacity 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
div.link-up.show {
	opacity:0.8;
}
div.link-up.show:hover {
	opacity:1;
}

div.link-up #jump-to-top-content {
	display: block;
	opacity:1 !important;
}
div.link-back a.link-back{
	display: inline-block;
}
div.link-up a,
div.link-back a.link-back {
	background: #1ba4e1 url("../imgs/arrow-slim-white-left.png") no-repeat 12% 52%;
	font: 400 14px "Open Sans";
	color:#FFF !important;
	text-transform:uppercase;
	vertical-align: middle;
	outline: 0px;
	margin: 0px;
	border: 0px;
	padding: 10px 15px 10px 20px;
	line-height: 1em;
	text-align: center;
	cursor: pointer;
	text-transform: none;
	text-decoration: none !important;

	border-radius: 2px;
	box-shadow: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;

	-webkit-transition-property: border-color, background-color, background-position, font-size, font-weight, color, box-shadow, opacity;
	-moz-transition-property: border-color, background-color, background-position, font-size, font-weight, color, box-shadow, opacity;
	-ms-transition-property: border-color, background-color, background-position, font-size, font-weight, color, box-shadow, opacity;
	-o-transition-property: border-color, background-color, background-position, font-size, font-weight, color, box-shadow, opacity;
	transition-property: border-color, background-color, background-position, font-size, font-weight, color, box-shadow, opacity;
}
div.link-up a{
	background: #1ba4e1 url("../imgs/arrow-slim-white-top.png") no-repeat center center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	text-indent: 100%;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
}
.sidebar-news-navigator-last,
#sidebar-news-navigator {
	display: block;
	margin: -28px 0px 20px 0px;
	padding: 0px;
	text-align: right;
}
.sidebar-news-navigator-last .sidebar-news-navigator,
#sidebar-news-navigator .sidebar-news-navigator {
	display: inline-block;
	vertical-align: middle;
}
.sidebar-news-navigator-last .sidebar-news-navigator.current,
#sidebar-news-navigator .sidebar-news-navigator.current {
	margin-left: 5px;
}
.sidebar-news-navigator-last .sidebar-news-navigator.total,
#sidebar-news-navigator .sidebar-news-navigator.total {
	color: #989898;
}
.sidebar-news-navigator-last .sidebar-news-navigator.previous,
.sidebar-news-navigator-last .sidebar-news-navigator.next,
#sidebar-news-navigator .sidebar-news-navigator.previous,
#sidebar-news-navigator .sidebar-news-navigator.next {
	width: 9px;
	height: 16px;
	background: transparent url("../imgs/arrow-slim-black-left.png") no-repeat 0 0;
}
.sidebar-news-navigator-last .sidebar-news-navigator.next,
#sidebar-news-navigator .sidebar-news-navigator.next {
	margin-left: 5px;
	background-image: url("../imgs/arrow-slim-black-right.png")
}
.sidebar-news-navigator-last {
	display: block;
	float: right;
	margin: 10px 0;
	position: relative;
	width: 100%;
}
#sidebar-news-list > ul.menu {
	list-style: none;
}
#sidebar-news-list > ul.menu > li {
	display: block;
	float: left;
	font: 11px "Open Sans";
	position: relative;
	width: 100%;
}
#sidebar-news-list > ul.menu > li > a {
	display: block;
	border: 0px;
	padding: 1px 10px 1px 1px;
	height: 70px;
	overflow: hidden;
	font: inherit;
	color: #666666;
	background: #EDEDED url("") no-repeat 110% 50%;
	text-transform: none;
}
#sidebar-news-list > ul.menu > li > a > .image {
	float: left;
	margin-right: 10px;
}
#sidebar-news-list > ul.menu > li > a > .content {
	display: inline;
}
#sidebar-news-list > ul.menu > li > a  .date {
	display: block;
	padding-top: 10px;
}
#sidebar-news-list > ul.menu > li > a .title {
	font: 600 10px "Open Sans";
}
#sidebar-news-list > ul.menu > li > a .title:first-child {
	padding-top: 10px;
}
#sidebar-news-list > ul.menu > li > a:after {
	content: "";
	display: block;
	clear: both;
	float: none;
}
#sidebar-news-list > ul.menu > li:hover > a {
	opacity: 0.75;
}
#sidebar-news-list > ul.menu > li.active > a {
	color: #FFFFFF;
	padding-right: 20px;
	margin-right: -20px;
	background: #000000 url("../imgs/mask-news-arrow-white-right.png") no-repeat 100% 50%;
	opacity: 1;
}
#sidebar-news-list > ul.menu > li.active > a .title {
	color: inherit;
}

#header-portfolio {
	display: table;
	margin: 0px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	width: 100%;
	background: #FFFFFF;
}
#header-portfolio-title,
#header-portfolio-sections {
	display: block;
	float: left;
	padding: 5px 0;
	position: relative;
	vertical-align: middle;
}
#header-portfolio-title h1 {
	margin: 0px;
	font: normal 30px Georgia;
	color: #323232;
	text-transform: none;
}
#header-portfolio-sections {
	color: #989898;
	display: block;
	float: right;
	font: 12px "Open Sans";
	position: relative;
	text-align: right;
	width: 33%;
}

.table #header-portfolio-sections {
	width: 100%;
	padding-bottom: 10px;
}

#header-portfolio-sections > ul.menu {
	text-align: left;
}
#header-portfolio-sections > ul.menu.paddingRight {
	padding-right:20px;
}
#header-portfolio-sections > ul.menu > li {
	margin-top: 0px;
	font-size: 11px;
	white-space: nowrap;
	color: #666666;
	list-style-position: inside;
}
#header-portfolio-sections > ul.menu > li > a {
	text-transform: none;
}
#header-portfolio-sections > ul.menu > li:hover > a {
	color: #0D9BCB;
	opacity: 0.75;
}

#portfolio-filters-menu {
	padding: 3px 0px;
	background: #CCCCCC;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#portfolio-filters-menu .main-center {
	display: table;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
}
#portfolio-filters-items,
#portfolio-navigation {
	display: table-cell;
	vertical-align: middle;
}
#portfolio-filters-items select {
	vertical-align: top;
	margin-right: 8px;
	padding: 3px;
	font-size: 11px;
	background: #F5F5F5;
	box-shadow: none;
}
#portfolio-filters-items .button {
	vertical-align: top;
}
#portfolio-filters-items .select2 {
	margin-right: 8px;
}

#portfolio-navigation {
	cursor:pointer;
	text-align: right;
	float:right;
}
#portfolio-navigation a {
	white-space: nowrap;
	list-style: none;
}
#portfolio-navigation a {
	margin-left: 10px;
}
#portfolio-navigation .portfolio-navigation {
	display: block;
	float:left;
	width: 9px;
	height: 16px;
	background: url("../imgs/arrow-slim-black-left.png") no-repeat 50% 50%;
	text-indent: 100%;
	overflow: hidden;
	padding:10px;
}
#portfolio-navigation .portfolio-navigation.next {
	background-image: url("../imgs/arrow-slim-black-right.png");
}
#portfolio-navigation .portfolio-navigation.close {
	width: 17px;
	background-image: url("../imgs/cross-slim-red.png");
}
#portfolio-navigation ul.menu > li:hover .portfolio-navigation {
	opacity: 0.5;
}

#portfolio-list > ul.menu {

}
#portfolio-list > ul.menu > li {
	margin: 0px 33px 33px 0px;
	vertical-align: top;
}
#portfolio-list > ul.menu > li.last {
	margin-right: 0px;
}
#portfolio-list > ul.menu > li > a {
	padding: 10px;
	max-width: 200px;
	min-height: 170px;
	background: #FFFFFF;
}
#portfolio-list > ul.menu > li:hover > a {
	color: #FFFFFF;
	background: #323232;
	text-decoration: none;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.7);
	opacity: 1;
}
#portfolio-list > ul.menu > li > a .image {
	display: block;
	margin-bottom: 10px;
}

#portfolio-list > ul.menu > li > a .content {
	color: inherit;
}

#portfolio-list > ul.menu > li > a .title {
	font: 600 16px "Open Sans";
	color: inherit;
	text-transform: none;
}
#portfolio-list > ul.menu > li > a  ul.menu > li {
	margin-right: 5px;
}

#sidebar-portfolio-details {

}
#sidebar-portfolio-details .image {
	margin-bottom: 10px;
}
#sidebar-portfolio-details .title {
	font: 600 26px "Open Sans";
	line-height: 1.1em;
	color: #000000;
	text-transform: none;
	margin-bottom: 10px;
}
#sidebar-portfolio-details .text {
	margin-bottom: 10px;
}
#sidebar-portfolio-details .share-this {
	display: block;
	margin-top: 20px;
}

#portfolio-details-images > ul.menu {
	list-style: none;
}
#portfolio-details-images > ul.menu > li {
	display: block;
	float: right;
	margin-top: 20px;
	position: relative;
}
#portfolio-details-images > ul.menu > li:first-child {
	margin-top: 0px;
}
#portfolio-details-images > ul.menu > li img {
	max-width:610px;
}
#footer-portfolio-slider {
	position: relative;
	display: block;
	float:left;
	width: 100%;
	z-index: 100;
}
#footer-portfolio-slider:hover a {
	opacity: 0.5;
}
#footer-portfolio-slider li:hover {
	position: relative;
	z-index: 50;
}
#footer-portfolio-slider li:hover > a {
	opacity: 1;
	box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.5);
}
#footer-portfolio-slider.jspContainer {
	padding: 16px 0px 0px 0px;
	height: 110px;
}
#footer-portfolio-slider .jspContainer .jspPane {
	top: 16px !important;
	z-index: 3;
}
#footer-portfolio-slider .jspContainer .jspVerticalBar {
	display: none;
}
#footer-portfolio-slider .jspContainer .jspHorizontalBar {
	position: relative;
	top: 0px;
	height: 16px;
	z-index: 100;
	background: transparent;
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.5);
}
#footer-portfolio-slider .jspContainer .jspTrack {
	background: transparent;
}
#footer-portfolio-slider .jspContainer .jspDrag {
	background: #1BA4E1 url('../imgs/arrow-double-horz.png') no-repeat 50% 50%;
	border-radius: 3px;
}
#footer-portfolio-slider ul.menu {
	white-space: nowrap;
}
#footer-portfolio-slider > .main-center {
	position: relative;
}
#footer-portfolio-slider-more {
    display: block;
    padding: 0 100px 40px 0;
    width: 130px;
    height: 50px;
    top: -80px;
    left: 0px;
    position: absolute;
    z-index: 10;
	background: transparent url("../imgs/more-projects.png") no-repeat scroll 0 0;
	cursor: pointer;
    opacity: 1;
}


/***** CUSTOM STUFF *****/

/*** HEADER FIX ***/
html.header-fixed body {
	padding-top: 72px;
}
html.header-fixed #header {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 999;
}

/*** ICONS ***/
.icon-account-blue {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 17px;
	background: transparent url("../imgs/icon-user.png") no-repeat 0 0;
}
.icon-newsletter-blue {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 18px;
	background: transparent url("../imgs/icon-newsletter-blue.png") no-repeat 0 0;
}

.icon-social-white-facebook,
.icon-social-white-twitter,
.icon-social-white-skype,
.icon-social-white-youtube {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 18px;
	background: transparent none no-repeat 0 0;
}
.icon-social-white-facebook {
	background-image: url("../imgs/icon-facebook-white.png");
}
.icon-social-white-twitter {
	background-image: url("../imgs/icon-twitter-white.png");
}
.icon-social-white-skype {
	background-image: url("../imgs/icon-skype-white.png");
}
.icon-social-white-youtube {
	background-image: url("../imgs/icon-youtube-white.png");
}

/*** REPORTS ***/
.report {
	display: block;
	margin: 20px 0px;
	border: 0px;
	border-left: 3px solid #bb0000;
	padding: 8px;
	font-weight: bold;
	color: #bb0000;
	background: #ffe5e5;
	overflow: hidden;
}
.report:first-child {
	margin-top: 0px;
}
.report.report-status-0 {
	border-color: #bb0000;
	color: #bb0000;
	background: #ffe5e5;
}
.report.report-status-1 {
	border-color: #2A4F0F;
	color: #2A4F0F;
	background: #BFDFA7;
}
.report.report-status-2 {
	border-color: #bb0000;
	color: #bb0000;
	background: #ffe5e5;
}
.report.report-status-3 {
	border-color: #bb0000;
	color: #bb0000;
	background: #ffe5e5;
}

/*** HOMEPAGE ***/
body.mod-homepage h1 {
	display: none;
}
body.mod-homepage h4.title {
	font-weight: 600;
}
body.mod-homepage #content {
	font-family: "Open Sans";
}

/*** 404 ***/
body.mod-404 #header-menu,
body.mod-404 #header-languages,
body.mod-404 #slideshow,
body.mod-404 #sidebar,
body.mod-404 #services-navigation,
body.mod-404 #footer-portfolio,
body.mod-404 #footer-info,
body.mod-404 #footer .separator {
	display: none;
}

body.mod-404 #article {
	vertical-align: middle;
	height: 400px;
	font-size: 30px;
	line-height: 1em;
	text-align: center;
	color: #1BA4E1;
	background: url('../imgs/error.png') no-repeat 50% 50%;
}
body.mod-404 #article h1 {
	font-size: inherit;
	line-height: inherit;
	color: #000000;
}

/*** NEWS ***/
body.mod-noticias-detalhes #sidebar {
	padding-left: 0px;
	width: 260px;
}
body.mod-noticias-detalhes #sidebar h2 {
    font: bold 30px "Open Sans";
	color: #000000;
	text-transform: none;
}
body.mod-noticias-detalhes #article .title {
	font-family: "Open Sans";
}
body.mod-noticias-detalhes #article .date {
	margin-bottom: 3px;
}
body.mod-noticias-detalhes #article .image {
    margin-bottom: 30px;
	text-align: center;
}


/*** PORTFOLIO ***/
body.mod-portfolio #section {
	background: #F0F0F0;
}
body.mod-portfolio-detalhes #portfolio-filters-menu {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFFFFF;
}
body.mod-portfolio-detalhes #sidebar {
	padding-left: 0px;
	width: 292px;
}
body.mod-portfolio-detalhes #footer {
	position: relative;
	z-index: 100;
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.5);
}

/*** JSCROLLPANE ***/


/*** SELECT2 ***/
.select2-container {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #F5F5F5;
	font: normal 13px "Arial";
	background: #F5F5F5;
	border-radius: 3px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.select2-container.select2-dropdown-open,
.select2-container:hover {
	border-color: #999999;
}
.select2-container.select2-dropdown-open {
	border-color: #999999;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	box-shadow: 0px 0px 2px 0px #999999;
}
.select2-container.select2-drop-above {
	background: #ffffff;
}
.select2-container .select2-choice {
    padding: 2px 10px;
	border: 0px;
	height: 18px;
    line-height: 18px;
	background: transparent;
	border-radius: 0px;
	box-shadow: none;
	filter: none;
}
.select2-container.select2-container-disabled .select2-choice {
	border: 0px;
	background: #F5F5F5;
	color: #CCCCCC;
	text-shadow: -1px -1px 1px #ffffff;
}
.select2-container.select2-drop-above .select2-choice {
	border: 0px;
	background: transparent;
	border-radius: 0px;
	box-shadow: none;
	filter: none;
}
.select2-container .select2-choice .select2-arrow {
	margin-right: 2px;
	border-left: 0px;
	background: transparent !important;
	filter: none;
}

.select2-container .select2-choice .select2-arrow > b {
	background: url("../imgs/arrow-slim-black-bottom.png") no-repeat scroll 50% 50% transparent;
	/*background: url("../imgs/seta-drop-cliente.png") no-repeat 0% 50%;*/
}
.select2-container.select2-dropdown-open .select2-choice .select2-arrow > b {
	background-image: url("../imgs/arrow-slim-black-.png");
}

.select2-drop {
	margin-top: 0px;
	margin-left: 1px;
	border: 0px;
	border-top: 0px;
	background: none repeat scroll 0 0 #F5F5F5;
	box-shadow: 0 1px 3px 0 #333333;
	border-radius: 0px;
}
.select2-drop.select2-drop-above.select2-drop-active {
	border: 0px;
	border-bottom: 0px;
	border-radius: 0px;
}
.select2-drop .select2-search {
	border-bottom: 1px solid #d5d5d5;
}
.select2-drop .select2-search > input {
	height: 12px;
	line-height: 12px;
	padding: 2px 5px;
	margin-top: 1px;
	margin-bottom: 5px;
	box-shadow: none;
}
.select2-drop .select2-results {
	margin: 0px;
	border-top: 1px solid #fafafa;
	padding: 0px;
}
.select2-drop .select2-results .select2-result .select2-result-label {
	padding: 5px 8px;
}
.select2-drop .select2-results .select2-result.select2-disabled {
	color: #999999;
}
.select2-drop .select2-results .select2-result:hover {
	color: #ffffff;
	background: #999999;
}
.select2-drop .select2-results .select2-result.select2-highlighted {
	color: #ffffff;
	background: #1BA4E1;
}
.select2-drop .select2-results .select2-no-results {
	padding: 8px;
}


/*** CAPTCHA ***/
.captchaWrap {
	clear: both;
	width: 100%;
}
.captchaWrap> img {
	float: left;
}
.captchaWrap> span {
	float: left;
	display: block;
	margin: 0px 0 0 5px;
	height: 30px;
	line-height: 30px;
}
.captchaWrap> input#security_code {
	float: left;
	clear: both;
	width: 110px;
	height: 26px;
	letter-spacing:0.7em;
	padding: 2px 0 2px 0;
	font-weight: bold;
	font-size: 12px;
	margin-top: 4px;
	text-align: center;
}

/*** SEARCH ***/
.search_box {
	margin-bottom: 15px;
}
.search_summary {
	margin-bottom: 15px;
}
.search_summary b {
	color: #1BA4E1;
}
.search_results {
	line-height: 16px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #EEF0F2;
}
.search_results a {
	display:inline-block;
	margin: 5px 0px;
}
.search_results a.link {
	color: #1BA4E1;
	text-decoration: none;
	margin-top: 5px;
}
.search_results .highlight {
	border-bottom: 1px dotted #1BA4E1;
}

/*** PAGING ***/
.navbar {
	display: block;
	text-align: right;
	margin: 20px 0;
}
/**
.navbar:first-child {
	margin-top: -20px;
	margin-bottom: 20px;
}
/**/
.navbar > ul {
	margin: 0;
	padding: 4px 8px;
	list-style: none;
	background: #DCDADB;
	display: inline-block;
	border: 1px solid #C1BFC0;
	border-radius: 3px;
}
.navbar > ul > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px 4px 0px 8px;
	background: url('../imgs/paging-line.png') no-repeat 0 50%;
	margin-left: 2px;
}
.navbar > ul > li:first-child {
	background: none;
	padding: 0px 2px 0px 0px;
}
.navbar > ul > li > a,
.navbar > ul > li > span {
	display: block;
	text-align: center;
	color: #363435;
	text-decoration: none;
}
.navbar> ul> li.active> span {
	font-weight: bold;
}
.navbar > ul > li.setas a {
	color: #333;
}
.navbar > ul > li.setas a:hover {
	font-weight: normal;
}
.navbar > ul > li.setas.pagAnterior a {
	padding: 0px 4px 0px 0px;
	text-indent: -5000px;
	width: 6px;
	height: 9px;
	background: url('../imgs/arrow-slim-gray-left.png') no-repeat 50% 50%;
}
.navbar > ul > li.setas.pagSeguinte a {
	padding: 0px 0px 0px 4px;
	text-indent: -5000px;
	width: 6px;
	height: 9px;
	background: url('../imgs/arrow-slim-gray-right.png') no-repeat 50% 50%;
}

/*** FORMBUILDER ***/
.fb3area .fb3sep {
	border-bottom: 1px solid #f5f5f5;
	border: 0px;
}
.fb3area .fb3sep.fb3last {
	border: 0px;
}
/**
.fb3area .fb3row.fb3html .fb3label {
	padding-bottom: 8px;
	font-size: 14px;
	color: #000000;
	overflow: hidden;
}
/**/
.fb3area .fb3row .fb3label {
	font-family: "Open Sans";
	font-weight: 600;
}
.fb3area .fb3sep.fb3border-none {
	border: 0px;
}
.fb3area .fb3error input[type=text]:focus,
.fb3area .fb3error input[type=password]:focus,
.fb3area .fb3error select:focus,
.fb3area .fb3error textarea:focus {
	border: 1px solid #CF4D4D !important;
	background: #fffafa !important;

	box-shadow: 0px 0px 2px 0px rgba(207, 77, 77, 0.8);
}
#content .fb3area .fb3termos_condicoes {
	font:400 13px/110% 'Open Sans', sans-serif;
}
#content .fb3area .fb3termos_condicoes.fb3error {
	color:#CF4D4D;
}
#content .fb3area .fb3termos_condicoes a {
	color:#1BA4E1;
}
#content .fb3area .fb3termos_condicoes .fb3ast {
	font-weight:600;
}

/*** UI ***/
.ui-tooltip  {
	margin: 0px;
	border: 0px;
	padding: 5px 10px;
	font-size: 11px;
	color: #ffffff;
	background: #222222;
	opacity: 0.90;
	border-radius: 2px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6);
}
.ui-tooltip  .ui-tooltip-content {
}
.ui-tooltip .arrow {
	display: none;
}

.breadcrumbs{
	font: bold 12px "Open Sans";
    margin-bottom: 20px;
	color: #000000;
	text-transform: uppercase;
}
.contacts{
	display:block;
	position:relative;
	float:left;
	width:100%;
}
.contacts .city{
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;
	width: 48%;
}
.contacts .city .detail{
	display:block;
	position:relative;
	float:left;
	height:100px;
	text-align: left;
	vertical-align: top;
}
.form_ver_mais{
	border-top: 1px solid #1ba4e1;
	display: block;
	float: left;
	position: relative;
	text-align: center;
	width: 100%;
}
.form_ver_mais .ver_mais{
	display: inline-block;
	vertical-align: middle;
	outline: 0px;
	margin: 0px;
	border: 0px;
	padding: 6px 10px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 1em;
	background: #1BA4E1;
	text-align: center;
	cursor: pointer;
	color: #ffffff !important;
	text-transform: none;
	text-decoration: none !important;

	border-radius: 2px;
	box-shadow: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;

	-webkit-transition-property: border-color, background-color, font-size, font-weight, color, box-shadow, opacity;
	-moz-transition-property: border-color, background-color, font-size, font-weight, color, box-shadow, opacity;
	-ms-transition-property: border-color, background-color, font-size, font-weight, color, box-shadow, opacity;
	-o-transition-property: border-color, background-color, font-size, font-weight, color, box-shadow, opacity;
	transition-property: border-color, background-color, font-size, font-weight, color, box-shadow, opacity;
	float:none;
	width:100px;
	text-align:center;
	background-image: none;
	border-radius: 0;
	background-position: 10px 50%;
    background-repeat: no-repeat;
    padding-left: 22px;
    padding-right: 22px;
	height:25px;
}
.form_ver_mais.loading > .ver_mais {
	font-size:0px;
	text-indent:-9999px;
	height:25px;
	background-image:url('/temas/seara/imgs/ajax-loader.gif');
	background-position:center;
}
.search_link{
	font-style: italic;
	color: #1ba4e1 !important;
	font-weight:bold;
}


/***************	ALERT		**********************/
.ohsnap {
    bottom: 5px;
    margin-left: 5px;
    position: fixed;
    right: 5px;
    z-index: 99;
}
.alert {
    border: 1px solid #eed3d7;
    border-radius: 4px;
    clear: right;
    float: right;
    margin-top: 10px;
    padding: 15px;
    text-align: right;
}
.alert-red {
    background-color: #da4453;
    color: white;
}
.alert-green {
    background-color: #37bc9b;
    color: white;
}
.alert-blue {
    background-color: #4a89dc;
    color: white;
}
.alert-yellow {
    background-color: #f6bb42;
    color: white;
}
.alert-orange {
    background-color: #e9573f;
    color: white;
}
.ohsnap {
    text-shadow: none;
}
.error {
	border: 1px solid #CF4D4D !important;
	background: #fffafa !important;
}

#simplemodal-container {
	background-color: #FFF !important;
	border: none !important;
	color: none !important;
	height: 600px !important;
	padding: 0 !important;
	width:675px !important;
}
#simplemodal-container .simplemodal-data{
	padding:0;
}
#simplemodal-container a.modalCloseImg {
    background: url("../images/close_janela.png") no-repeat;
    cursor: pointer;
    display: inline;
    height: 50px;
    position: absolute;
    right: 44px;
    top: 23px;
    width: 29px;
    z-index: 999999;
}

#newsletterContent{
	display:none;
	background:#FFF;
	float:left;
	width:650px;
	margin:10px 0;
	padding:0;
}
#newsletterContent .close{
	position:absolute;
	top:23px;
	right:23px;
	padding:5px 15px 15px;
}
#newsletterContent .content{
	display:block;
	overflow:auto;
	margin-top:20px;
}
.redirect_desktop{
	width: 48px;
	display:table-cell;
	padding-left: 10px;
}
#desktop img {
    height: 20px;
    width: 20px;
}
.desktop2 img {
    height: 80px;
    width: 80px;
}
#video-controls{
	display:block;
	position:relative;
	float:left;
}
form .termos{
	padding: 5px 0;
	display: block;
}

form .g-recaptcha{
	margin: 5px 0;
}

form.form-newsletter .g-recaptcha{
	visibility: hidden;
	height:0;
	width:  202px;
	transform: scale(0.67);
	transform-origin: 0 0;
}
form.form-newsletter .g-recaptcha.active{
	visibility: visible;
	height:auto;
}
form .termos a{
	color:#1ba4e1;
}
@media all and (max-width: 980px) {
	html.header-fixed body {
		padding-top: 0;
	}
	html.header-fixed #header {
		position: relative;
	}
}
