/* @group general */
body {
	background: #f3f3f3;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
}
/* @end */

/* @group structural */
@media (min-width: 1200px) {
	.container {
		width: 940px;
	}
}
.page-content {
	background: #fff;
	padding: 25px 30px;
	margin-top: -105px;
	margin-bottom: 30px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
/* @end */

/* @group header */
header {
	height: 100px;
	position: relative;
	margin-bottom: 50px;
	background: #f00;
}
header .container {
	position: relative;
}
header h1 + div {
	left: 0;
	right: 0;
	top: 100px;
	position: absolute;
}
header h1 {
	float: left;
}
header nav {
	float: left;
}
header nav > ul {
	border-left: 1px solid #dcdcdc;
}
header nav > ul > li {
	float: left;
	border-right: 1px solid #dcdcdc;
}
header nav > ul > li > a {
	height: 50px;
	color: #697077;
	padding: 0 20px;
	font-size: 16px;
	display: block;
	line-height: 50px;
	text-decoration: none !important;
	font-family: 'Exo-Medium-Italic';
}
header nav > ul > li:hover > a {
	color: #fff;
	text-decoration: none;
}
header nav > ul > li:hover {
	background: #e30a18;
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
header nav li:hover .submenu {
	display: block;
}
header nav li .submenu {
	left: 0;
	right: 0;
	top: 49px;
	z-index: 8;
	padding: 8px;
	display: none;
	margin: 0 auto;
	max-width: 940px;
	position: absolute;
	background: rgba(255,255,255,.8);
}
header nav li .submenu > span {
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	position: absolute;
	background: #2d353e;
}
header nav li .submenu > ul {
	position: relative;
}
.submenu .submenu-item {
	float: left;
	width: 33.33%;
	text-align: center;
}
.submenu .submenu-item:nth-child(3n+1) {
	clear: both;
}
.submenu h5 {
	color: #fff;
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
	line-height: 1.1em;
	background: #3a4450;
	margin-bottom: 20px;
    font-family: 'Exo-Italic';
}
.submenu h5 + div.clearfix {
	margin-bottom: 10px;
	padding-bottom: 12px;
	border-bottom: 1px solid #3e4955;
}
.submenu .image-col {
	float: left;
	width: 138px;
	text-align: right;
}
.submenu .list-col {
	float: right;
	width: 167px;
	text-align: left;
}
.submenu .list-col ul {
	padding-left: 15px;
}
.submenu .list-col li {
	color: #fff;
	list-style-type: disc;
}
.submenu .list-col li a {
	color: #fff;
	font-size: 12px;
}
.submenu .list-col li a:hover {
	color: #00a1f2;
	text-decoration: none;
}
.submenu .view-products {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	padding-left: 28px;
	margin-bottom: 20px;
	display: inline-block;
	background: url(../images/header/submenu-list.png) no-repeat;
}
.submenu .view-products:hover {
	color: #00a1f2;
	background-position: 0 -60px;
}
header .social-networks {
	float: right;
	padding-top: 10px;
}
header .social-networks li {
	float: left;
	margin-left: 10px;
}
header .social-networks li a {
	width: 30px;
	height: 30px;
	font-size: 0;
	line-height: 0;
	display: block;
	background: url(../images/general/social-networks.png) no-repeat;
}
header .social-networks li a.linkedin {
	background-position: 0 -30px;
}
header .social-networks li a.youtube {
	background-position: 0 -60px;
}
header .social-networks li a.facebook:hover {
	background-position: -30px 0;
}
header .social-networks li a.linkedin:hover {
	background-position: -30px -30px;
}
header .social-networks li a.youtube:hover {
	background-position: -30px -60px;
}
header form {
	float: right;
	margin-top: 30px;
}
header form .field {
	width: 294px;
	height: 38px;
	padding-left: 15px;
	position: relative;
	background: #e50001;
	/*border: 1px solid #e50001;*/
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webki-border-radius: 3px;
	box-shadow: inset 0 0 3px 0 rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 3px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0 0 3px 0 rgba(0,0,0,.3);
}
header form .field label {
	color: #fff;
	position: absolute;
	top: 8px;
	left: 15px;
	font-size: 14px;
    text-transform: uppercase;
    font-family: 'Exo-Medium-Italic';
}
header form .field input[type="text"] {
	top: 8px;
	padding: 0;
	width: 235px;
	color: #fff;
	font-size: 14px;
	border-width: 0;
	position: relative;
    text-transform: uppercase;
	font-family: 'Exo-Medium-Italic';
	background-color: transparent;
}
header form .field input[type="submit"] {
	top: 12px;
	padding: 0;
	right: 15px;
	width: 16px;
	height: 15px;
	font-size: 0;
	line-height: 0;
	border-width: 0;
	position: absolute;
	background: url(../images/header/search-button.png) no-repeat;
}
#gjpm {
	top: 0;
	width: 50px;
	right: -105px;
	height: 55px;
	font-size: 0;
	line-height: 0;
	position: absolute;
    background: url(../images/branding/gjpm2.png?nocache=haaaaash) no-repeat;
    box-shadow: 0px 2px 4px rgba(0,0,0,.2);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* @end */

/* @group typo */
.text-wrapper,
.text-wrapper p {
	color: #697077;
	font-size: 16px;
	line-height: 1.5em;
}
.text-wrapper p {
	font-family: 'Exo';
	margin-bottom: 15px;
}
.text-wrapper a {
	color: #f00;
	text-decoration: underline;
}
.text-wrapper .blue {
	color: #004669;
}
.text-wrapper img {
	margin-bottom: 20px;
}
h2 {
	color: #f00;
	font-size: 25px;
	line-height: 1.2em;
	font-family: 'Exo';
	margin-bottom: 15px;
	text-transform: uppercase;
}
.text-wrapper h3 {
	color: #920000;
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.text-wrapper h4 {
	color: #f00;
	font-size: 18px;
	line-height: 1.2em;
	font-family: 'Exo';
	margin-bottom: 15px;
}
.text-wrapper h5 {
	color: #38627d;
	font-size: 16px;
	line-height: 1.2em;
	margin-bottom: 15px;
}
.text-wrapper h6 {
	color: #f00;
	font-size: 14px;
	line-height: 1.2em;
	font-family: 'Exo';
	margin-bottom: 15px;
}
.text-wrapper ul {
	padding-left: 20px;
	list-style-type: disc;
}
.text-wrapper ol {
}
.text-wrapper li {
	color: #697077;
	font-size: 16px;
	line-height: 1.5em;
	font-family: 'Exo';
}
/* @end */

/* @group banner */
.banner {
	height: 310px;
	padding-top: 70px;
	background: url(../images/banners/01-new.jpg) center top;
}
.banner.tecnology {
	background: url(../images/banners/03-new.png) center top;
}
.banner h6 {
	color: #fff;
	font-size: 38px;
	line-height: 1em;
	font-family: 'Exo-Light';
	text-transform: uppercase;
}
.banner p {
	color: #fff;
	font-size: 25px;
	line-height: 1em;
	font-family: 'Exo-Light';
	text-transform: uppercase;
}
/* @end */

/* @group footer */
footer {
	height: 110px;
	padding-top: 25px;
	background: #adadad;
}
footer p {
	color: #fff;
	font-size: 11px;
	line-height: 1.3em;
}
footer .author {
	width: 84px;
	height: 16px;
	display: block;
	background: url(../images/footer/capsula.png) no-repeat;
}
footer nav ul {
	border-left: 1px solid #fff;
}
footer nav li {
	float: left;
	padding: 0 20px;
	border-right: 1px solid #fff;
}
footer nav li a {
	color: #fff;
	font-size: 14px;
	font-family: 'Exo-Medium-Italic';
}
footer nav li a:hover {
    color: #f00;
}
/* @end */

/* @group agents */
.agent-form-button {
	color: #38627d;
	font-size: 18px;
	line-height: 1.2em;
	font-family: 'Exo';
	padding-right: 35px;
	text-transform: uppercase;
	text-decoration: underline;
	background: url(../images/agents/agent-form-button-icon.png) no-repeat right center;
}
/* @end */

/* @group news-list */
.news-list li {
	float: left;
	width: 280px;
	margin: 0 20px 20px 0;
}
.news-list li:nth-child(3n) {
	margin-right: 0;
}
.news-list li:nth-child(3n+1) {
	clear: both;
}
.news-list li .image {
	display: block;
	position: relative;
	margin-bottom: 20px;
}
.news-list li .image .img {
	height: 112px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}
.news-list li .image .details {
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	position: absolute;
	background: url(../images/news/news-list-icon.png) no-repeat;
}
.news-list li h5 {
	color: #38627d;
	font-size: 18px;
	line-height: 1.2em;
	font-family: 'Exo';
	margin-bottom: 10px;
	text-transform: uppercase;
}
.news-list li h5 a {
	color: #38627d;
}
.news-list li h5 a:hover {
	text-decoration: none;
}
.news-list li p {
	color: #697077;
	font-size: 16px;
	line-height: 1.2em;
	font-family: 'Exo';
}
/* @end */

/* @group banner-highlight */
.banner-highlight {
	min-height: 450px;
	margin-bottom: 105px;
	background: url(../images/banners/image002.png) no-repeat center top;



	background-size: cover;
}
.banner-highlight > div {
	min-height: 450px;
	padding-top: 160px;
	padding-left: 400px;
	position: relative;
}
.banner-highlight img {
	left: 40px;
	bottom: -95px;
	position: absolute;
}
.banner-highlight h6 {
	color: #00a1f2;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0,0,0,.25);
}
.banner-highlight p {
	color: #fff;
	font-size: 45px;
	line-height: 1.1em;
	font-family: 'Exo-Light';
	text-transform: uppercase;
	text-shadow: 0 2px 0 rgba(0,0,0,.25);
}
.banner-highlight p b {
	font-weight: normal;
	font-family: 'Exo-Bold';
}
.banner-highlight a {
	color: #fff;
	height: 35px;
	font-size: 16px;
	padding: 0 20px;
	line-height: 35px;
	background: #f00;
	display: inline-block;
	font-family: 'Exo-Light';
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0 2px 0 rgba(0,0,0,.25);
}
.banner-highlight a:hover {
	text-decoration: none;
}
/* @end */

/* @group highlight-products */
.highlight-products {
	background: #fff;
	margin: 0 -15px 30px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
.highlight-products .head {
	float: left;
	width: 235px;
	height: 235px;
	padding: 30px;
	position: relative;
	background: #fd0a1b;
}
.highlight-products .head h4 {
	color: #fff;
	font-size: 25px;
	line-height: 1.2em;
	font-family: 'Exo';
	margin-bottom: 10px;
	text-transform: uppercase;
}
.highlight-products .head .view-all {
	left: 30px;
	bottom: 30px;
	color: #fff;
	font-size: 14px;
	position: absolute;
	font-family: 'Exo';
	text-decoration: underline;
	text-transform: uppercase;
}
.highlight-info {
	margin: 0 -15px 30px;
}
/* @end */

/* @group products */
.products-wrapper > aside {
	float: left;
	width: 235px;
	margin-top: -25px;
	margin-left: -30px;
	padding: 20px 25px;
	background: #e7e7e5;
}
.products-wrapper > section {
	float: right;
	width: 705px;
	margin-right: -30px;
}
.products-wrapper h2 {
	padding-left: 30px;
}
.submenu-col h5 {
	color: #920000;
	font-size: 20px;
	line-height: 1.2em;
	font-family: 'Exo';
	margin-bottom: 15px;
	text-transform: uppercase;
}
.submenu-col nav > ul {
	margin: 0 -20px 80px;
}
.submenu-col li {
	padding: 10px;
	border-bottom: 1px solid #d5d5d3;
}
.submenu-col ul ul li:last-child {
	border-width: 0;
	padding-bottom: 0;
}
.submenu-col h6 {
	padding: 10px;
	font-size: 16px;
	line-height: 1.2em;
	font-family: 'Exo';
}
.submenu-col h6 a {
	color: #f00;
	display: block;
	background: url(../images/products/nav-toggler.png) no-repeat right center;
	padding-right: 20px;
}
.submenu-col .open h6 a {
	font-family: 'Exo-Bold';
	background: url(../images/products/nav-toggler-active.png) no-repeat right center;
}
.submenu-col li > a {
	color: #aeaeac;
	line-height: 1.2em;
	font-family: 'Exo';
}
.submenu-col a:hover {
	text-decoration: none;
}
/* @end */

/* @group products-list */
.products-list li {
	float: left;
	width: 235px;
	height: 275px;
	text-align: center;
}
.products-list li .image {
	height: 165px;
	display: block;
	position: relative;
	margin-bottom: 10px;
}
.products-list li .image .img {
	height: 165px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}
.products-list li .image .details {
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	position: absolute;
	background: url(../images/news/news-list-icon.png) no-repeat;
}
.products-list li h4 {
	font-size: 16px;
	margin-bottom: 5px;
	font-family: 'Exo';
}
.products-list li h4 a {
	color: #f00;
}
.products-list li h4 a:hover {
	text-decoration: none;
}
.products-list li p, .products-list li p a {
	color: #920000;
	font-size: 16px;
	font-family: 'Exo';
}
.products-list li:hover {
	box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
	z-index: 100;
	position: relative;
	-webkit-transition: box-shadow 400ms linear;
    -moz-transition: box-shadow 400ms linear;
    -o-transition: box-shadow 400ms linear;
    -ms-transition: box-shadow 400ms linear;
    transition: box-shadow 400ms linear;
	cursor: pointer;
}
/* @end */

/* @group last-news */
.last-news {
	float: left;
	width: 450px;
	position: relative;
	padding: 20px;
	background: #fff;
	min-height: 250px;
}
.last-news .view-all {
	color: #f00;
	font-size: 14px;
	font-family: 'Exo';
	text-transform: uppercase;
	text-decoration: underline;
}
.news-small-list {
	margin-bottom: 20px;
}
.news-small-list p {
	color: #f00;
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 1.3em;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
.news-small-list p a {
    color: #f00;
}
.news-small-list p.date {
	color: #848484;
	font-size: 16px;
}
.last-news .slider-controls {
	right: 20px;
	top: 25px;
	position: absolute;
}
/* @end */

/* @group mini-banner */
.minibannerhome {
	float: right;
	width: 450px;
	height: 279px;
}
.mini-banner {
	float: right;
	width: 450px;
	height: 286px;
	padding: 30px 20px;
	background: url(../images/banners/smallbanner.png) no-repeat;
}
.mini-banner p {
	color: #fff;
	font-size: 38px;
	line-height: 1.1em;
	margin-bottom: 15px;
	font-family: 'Exo-Light';
	text-transform: uppercase;
}
.mini-banner p span {
	font-size: 25px;
	line-height: 1em;
}
.mini-banner p.bottomline {
    color: #353535;
    text-transform: uppercase;
}
.mini-banner a {
	color: #fff;
	height: 35px;
	font-size: 16px;
	padding: 0 20px;
	line-height: 35px;
	background: #00a1f2;
	display: inline-block;
	font-family: 'Exo-Light';
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0 2px 0 rgba(0,0,0,.25);
}
.mini-banner a:hover {
	text-decoration: none;
}
/* @end */

/* @group slider-controls */
.slider-controls li {
	float: left;
	margin-left: 5px;
}
.slider-controls li a {
	width: 9px;
	height: 9px;
	display: block;
	background: url(../images/general/slider-controls.png) no-repeat;
}
.slider-controls li a.active {
	background-position: left bottom;
}
/* @end */

/* @group product details */
.products-wrapper.page-content {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: transparent;
}
.products-wrapper.page-content > section {
	background: #fff;
	margin-top: -25px;
	padding-top: 25px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
.products-wrapper .product-details {
	padding-left: 30px;
	padding-right: 30px;
}
.products-wrapper .product-details h2 {
	padding-left: 0;
}
.images-thumbnails {
	margin-bottom: 30px;
}
.images-thumbnails li {
	float: left;
	margin-right: 10px;
}
.images-thumbnails li:last-child {
	margin-right: 0;
}
.images-thumbnails li a {
	width: 51px;
	height: 51px;
	display: block;
	border: 2px solid #e7e7e5;
	text-align: center;
}
.images-thumbnails li a.active {
	border-color: #920000;
}
.product-details h3 {
	color: #920000;
	font-size: 18px;
	font-family: 'Exo';
	line-height: 1.2em;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.product-details .image-view {
	text-align: center;
}
.product-details .files-list {
	margin-bottom: 30px;
}
.product-details .files-list li {
	color: #d3d3d3;
	border-bottom: 1px solid #d5d5d3;
	background: url(../images/products/list-item.png) no-repeat 10px center;
}
.product-details .files-list a {
	display: block;
	color: #697077;
	font-size: 16px;
	line-height: 1.2em;
	font-family: 'Exo';
	padding: 10px 35px 10px 25px;
	background: url(../images/products/files-list-icon.png) no-repeat 613px center;
}
.product-details .files-list a:hover {
	text-decoration: none;
}
.product-details .specs {
	margin-bottom: 30px;
}
.product-details .specs,
.product-details .specs p {
	color: #697077;
	font-size: 16px;
	line-height: 1.2em;
	font-family: 'Exo';
}
.product-details .specs p {
	margin-bottom: 10px;
}
.product-addons {
	padding-left: 204px;
	position: relative;
	min-height: 200px;
	margin-bottom: 25px;
}
.product-addons h4 {
	background: #920000;
	position: absolute;
	top: 0;
	left: 0;
	/*bottom: 0;*/
	min-height: 170px;
	color: #fff;
	padding: 20px;
	width: 184px;
	font-family: 'Exo-Light';
	font-size: 24px;
	text-align: right;
}
.product-addons .addons-list {
	background: #fff;
	padding: 0 ;
}
.product-addons h6 {
	font-size: 18px;
	font-family: 'Exo';
	color: #f00;
	margin: 12px 0;
}
.product-addons .addons-list ul {
	display: block;
	border-top: 1px solid #c2c2c2;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.product-addons .addons-list ul li {
	border-bottom: 1px solid #C2C2C2;
    overflow: hidden;
    font-family: 'Exo-Light';
}
.product-addons .addons-list ul li span {
	padding: 10px;
}
.product-addons .addons-list ul li span:first-child {
	border-right: 1px solid #C2C2C2;
    float: left;
    width: 260px;
}
.product-addons .addons-list ul li span:last-child {
	float: left;
    text-align: right;
    text-transform: uppercase;
    width: 180px;
}
/* @end */
/* @group plugins */
.socialite {
	display: inline-block;
}
/* @end */

/* @group forms */
legend {
	color: #f00;
	font-size: 18px;
	border-width: 0;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.field {
	margin-bottom: 20px;
}
.textbox {
	display: block;
	background: #fff;
	padding: 5px 10px;
	border: 1px solid #DCDCDC;
}
.textbox input {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 14px;
	border-width: 0;
}
.textarea {
	display: block;
	background: #fff;
	padding: 5px 10px;
	border: 1px solid #DCDCDC;
}
.textarea textarea {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 14px;
	border-width: 0;
	min-height: 100px;
}
.actions {
	text-align: right;
}
.actions input {
	color: #fff;
	height: 35px;
	font-size: 16px;
	padding: 0 20px;
	border-width: 0;
	line-height: 35px;
	background: #f00;
	font-family: 'Exo-Light';
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0 2px 0 rgba(0,0,0,.25);
}
.two-fields > .field {
	width: 45%;
	float: left;
}
.two-fields > .field + .field {
	float: right;
}
.three-fields > .field {
	width: 26%;
	float: left;
	margin-right: 10%;
}
.three-fields > .field:last-child {
	float: right;
	margin-right: 0;
}
#contactsB .page-content {
	position: relative;
}
#contactsB .field {
	position: relative;
}
#contactsB .field label {
	position: absolute;
	top: 5px;
	left: 12px;
	color: #697077;
	font-family: 'Exo-Light';
}
#map-block {
	height: 310px;
}
#agents-form p.error {
	padding-top: 5px;
}
#agents-form .three-fields p.error {
	font-size: 13px;
}
/* @end */

/* @group search */
#searchB h3 {
	font-family: 'Exo-Light';
}
#searchB h3 span {
	font-family: 'Exo-Bold';
}
#searchB .products-list {
	margin-left: 50px;
}
/* @end */

/* @group form messages */
/* @end */

/* @group recruting-modal */
#popup-modal {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	cursor: pointer;
	position: fixed;
	background: rgba( 0, 0, 0, 0.6 );
}
#popup-modal > div {
	top: 50%;
	left: 0;
	right: 0;
	width: 949px;
	margin: 0 auto;
	margin-top: -221px;
	position: absolute;
}
.modal-open {
	overflow-y: hidden;
}
/* @end */

/* @group rma button */
.btn-rma {
	height: 50px;
	width: 300px;
	color: #efefef;
	display: block;
	line-height: 55px;
	padding-left: 85px;
	text-transform: uppercase;
	background: #bcbcbc url(../images/general/rma.png) no-repeat 30px center;
}

.btn-rma:hover {
	color: #efefef;
}
.text-wrapper .text-rma {
	color: #fff;
	text-decoration: none;
}
/* @end */
