@charset "utf-8";


/* IMPORT FONTS */
@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600');


@import url('https://fonts.googleapis.com/css?family=Martel:400,900');
@import url('https://fonts.googleapis.com/css?family=Raleway');

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


@import url('css/font-awesome.css');

@import url('css/agregados.css');
/* IMPORT FONTS */
* {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
  background-color: #ffffff;
}
p,
li,
label {
 font-family: 'Raleway', sans-serif;
}
a {
	color: #e55131;
	text-decoration: none;
	transition: background-color 0.3s ease-out, color 0.3s ease-out;
	-webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
b {
  font-weight: 700;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
input,
textarea {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
}
.clearfix:after,
.block4:after,
.price-table:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  *zoom: 1;
}
* html .clearfix,
*:first-child + html .clearfix {
  zoom: 1;
}
.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 99;
  display: none;
}
.loader > span {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  background: url('images/loader.gif') no-repeat 0 0 transparent;
}
.hCenter {
  text-align: center;
}
.hCenter > * {
  margin-left: auto;
  margin-right: auto;
  display: table;
  *display: inline;
  *zoom: 1;
}
.vCenter {
  display: table;
}
.vCenter > div {
  display: table-cell;
  vertical-align: middle;
  *display: inline-block;
}
.vCenter > div > * {
  display: block;
}
.vCenter > b {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.wrapper {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
}
.boxed {
  background-color: #e2e2e2;
  padding: 30px 0;
}
.boxed .wrapper {
  max-width: 1048px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.color1 {
	color: #e55131;
}
/*
 *
 * Buttons
 *
 */
.btn1 {
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: -30px;
	right: 0;
	cursor: pointer;
	background-color: #e55131;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	background-position: -265px -25px;
}
.btn1.on {
  background-position: -295px -25px;
}
.btn2 {
  position: absolute;
  width: 150px;
  height: 100%;
  right: 0;
  top: -5px;
  padding-top: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 120px;
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  background-color: #e55131;
  border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
}
.btn2:hover {
  background-color: #494949;
}
.btn3 {
	font-family: 'Raleway', sans-serif;
	display: block;
	width: auto;
	height: 25px;
	color: #fff;
	font-size: 11px;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	background-color: #e55131;
	padding: 0 15px;
	cursor: pointer;
}
.btn3:hover {
  background-color: #494949;
}
.btn4 {
	position: relative;
	display: block;
	width: auto;
	height: 25px;
	padding: 0 8px;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	line-height: 25px;
	background-color: #494949;
	font-family: 'Raleway', sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e55131;
}
.btn4 > span {
	position: absolute;
	width: 5px;
	height: 18px;
	bottom: -2px;
	left: -5px;
	background-color: #e55131;
}
.btn5 {
 font-family: 'Raleway', sans-serif;
  display: block;
  width: auto;
  height: 40px;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  background-color: #2b2b2b;
  padding: 0 15px;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  float: right;
  margin-top: 10px;
}
.btn5:hover {
  background-color: #494949;
}
/*
 *
 * Containers
 *
 */
.in {
  position: relative;
  display: block;
  width: 960px;
  height: auto;
  margin: 0 auto;
  z-index: 2;
}
.container {
  padding: 0px 10px 60px 10px;
  overflow: hidden;
}
.inFlow {
	width: 980px;
	padding-top: 20px;
}
.liLeft > li {
  float: left;
  list-style: none;
  filter: inherit;
  margin-right: 6px;
}
.rounded {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/*
 *
 * Transitions
 *
 */
.prev,
.next,
.btn2,
.btn3,
.btn4,
.tagslist a,
#newslettSmbt,
.toggle li,
.reply,
.btn5,
.sliderNav2 > li,
.joinbox a,
#searchSbmt {
  transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
}
.block6 p,
.block6 h1,
.toggle h2,
.block7 h1,
.block4 > article > p {
  transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
}
.filters li,
.teamList li,
#tabs > ul > li,
.social a,
.page-navi a {
  transition: border-color 0.3s ease-out, background-color 0.3s ease-out;
  -webkit-transition: border-color 0.3s ease-out, background-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out, background-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out, background-color 0.3s ease-out;
}
.block7 .hover,
.teamList .hover,
.submenu,
.mega-submenu {
  transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
}
.block7 header,
.block2 {
  transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  -webkit-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
}
.hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  opacity: 0;
}
.hover > .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
  opacity: 0.4;
  z-index: 1;
}
.hover > span {
	position: absolute;
	width: 25px;
	height: 18px;
	top: 50%;
	left: 114px;
	background: url('images/sprite.png') no-repeat 0 -30px transparent;
	margin: -9px 0 0 -13px;
	z-index: 2;
}
/*
 *
 * Blocks
 *
 */
.block1 {
position: relative;
display: block;
width: 225px;
height: auto;
float: left;
margin-right: 5px;
margin-left: 5px;
padding-top: 120px;
padding-right: 0px;
padding-bottom: 0;
padding-left: 0px;
background-color: #f2f2f2;
-webkit-border-radius: 0 0 8px 8px;
border-radius: 0 0 8px 8px;

}

.block1 > header {
	width: auto;
	height: 40px;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
.block1 > figure {
  position: absolute;
  width: 225px;
  height: 120px;
  top: 6px;
  left: 0;
  overflow: hidden;

}
.block1 h1 {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #2E2E2E;
}
.block1 > p {
  font-size: 13px;
  line-height: 18px;
  color: #525252;
  text-align: left;
    margin-left: 5px;
}
.block2 {
  position: relative;
  display: block;
  width: auto;
  height: 115px;
  background-color: #f5f5f5;
  border-top: 5px solid #e55131;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin-top: 36px;
  padding: 0 200px 0 0;
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.block2 h1 {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #3F3F3F;
}
.block2 h1 > b,
.block2 h1 > strong {
  font-size: 22px;
}
.block2 p {
  font-size: 14px;
  line-height: 1.5;
  color: #888;
  padding-top: 10px;
}
.block2 > .vCenter {
  height: 115px;
  padding-left: 20px;
}
.block2:hover {
  border-color: #494949;
}
.block2:hover > .btn2 {
  background-color: #494949;
}
.block3 {
  padding-top: 0px;
  display: block;
  width: 470px;
  height: auto;
}
.block3 > h2 {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 38px;
  color: #3F3F3F;
  padding-bottom: 5px;
}
.block3 > p {
  font-size: 12px;
  line-height: 20px;
  color: #818181;
}
.block3.left {
  float: left;
}
.block3.right {
  float: right;
}
.block3.right p {
  padding-bottom: 20px;
}
.block3.big {
  width: auto;
  padding-top: 32px;
}
.block4,
.block5 {
  display: block;
  width: 220px;
  height: auto;
  float: left;
  margin-right: 25px;
}
.block4 > h2,
.block5 > h2 {
  position: relative;
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 23px;
  color: #3F3F3F;
  padding: 0 0 20px 20px;
}
.block4 > h2 > span,
.block5 > h2 > span {
	position: absolute;
	width: 8px;
	height: 10px;
	left: 0;
	top: 7px;
	background-color: #e55131;
}
.block4 p,
.block5 p,
.block4 li,
.block5 li {
  font-size: 14px;
  line-height: 1.5;
  color: #898989;
}
.block4 a:hover,
.block5 a:hover {
  color: #494949;
}
.block4 > article,
.block5 > article {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
  padding-bottom: 5px;
  cursor: pointer;
}
.block4 > article > figure,
.block5 > article > figure {
  float: left;
}
.block4 > article > p,
.block5 > article > p {
  float: left;
  width: 150px;
  padding-left: 11px;
}
.block4 > article:hover > p,
.block5 > article:hover > p {
  color: #e55131;
}
.block4 > .list2 > li,
.block5 > .list2 > li,
.block4 > .list3 > li,
.block5 > .list3 > li {
  list-style: none;
  padding-bottom: 15px;
}
.block4 > .list3,
.block5 > .list3 {
  padding: 30px 0;
}
.block4 > .list3 > li,
.block5 > .list3 > li {
  position: relative;
  padding: 0 0 20px 32px;
}
.block4 > .list3 i,
.block5 > .list3 i {
  position: absolute;
  font-size: 20px;
  top: 0;
  left: 0;
  color: #494949;
}

.block5 > .list3 i.fa.fa-mobile {
  font-size: 30px;
}
.block5 {
  padding-top: 34px;
  display: block;
  width: 463px;
  height: auto;
}
.block5.left {
  float: left;
  margin: 20px 0 0 0;
  padding-right: 10px;
  border-right: 1px solid #d1d1d1;
  width: 550px;
}
.block5.left a{
  color: #898989;
}
.block5.left a:hover{
  color: #e55131;
}


.block5.left.cien {
  float: left;
  margin: 20px 0 0 0;
  padding-right: 10px;
  border-right: none;
  width: 100%;
}
.block5.left.cien a{
  color: #898989;
}
.block5.left.cien a:hover{
  color: #e55131;
}

.block5.right {
  float: right;
  margin: 20px 0 0 0;
  padding-left: 10px;
  width: 380px;
}
.block5 .social {
  position: relative;
  display: block;
  width: 23px;
  height: 23px;
  font-size: 14px;
  line-height: 23px;
  color: #494949;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #eeeeee;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eeeeee');
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#eeeeee));
  background: -moz-linear-gradient(top, #f7f7f7, #eeeeee);
}
.block5 .social:hover {
	color: #fff;
	background: #e55131;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eeeeee');
	background: -webkit-gradient(linear, left top, left bottom, from(#e55131), to(#e55131));
	background: -moz-linear-gradient(top, #e55131, #e55131);
	border-color: #e55131;
}
.block6 {
  position: relative;
  padding: 190px 0 30px 0;
  border-bottom: 1px solid #DDD;
  margin-bottom: 30px;
  cursor: pointer;
}
.block6 > figure {
  position: absolute;
  width: 630px;
  height: 180px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.block6 > figure > img {
  position: relative;
  display: block;
  z-index: 1;
}
.block6 > figure > span {
	position: absolute;
	width: 170px;
	height: 10px;
	bottom: 0;
	right: 0;
	background-color: #e55131;
	z-index: 2;
}
.block6 > header {
  position: relative;
  width: auto;
  height: 42px;
  padding-left: 52px;
}
.block6 > p {
  font-size: 12px;
  line-height: 16px;
  color: #7D7D7D;
  padding: 15px 0;
}
.block6 h1 {
 font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #4E4E4E;
}
.block6 h1 > a {
  color: #4E4E4E;
}
.block6 time {
  position: absolute;
  width: 42px;
  height: 34px;
  top: 0;
  left: 0;
  background-color: #e55131;
  padding-top: 8px;
}

.block6 time > span {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
  text-align: center;
  display: block;
}
.block6 .btn4 {
  float: right;
}

.block6 arena {
  position: absolute;
  width: 42px;
  height: 34px;
  top: 0;
  left: 0;
  background-color: #e55131;
  padding-top: 8px;
}
.block6 hdl {
	position: absolute;
	width: 42px;
	height: 34px;
	top: 0;
	left: 0;
	background-color: #C7C7C7;
	padding-top: 8px;
}
.block6 allmatic {
  position: absolute;
  width: 42px;
  height: 34px;
  top: 0;
  left: 0;
  background-color: #2d5e98;
  padding-top: 8px;
}
.block6 arena > span {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
  text-align: center;
  display: block;
}
.block6 allmatic > span {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
  text-align: center;
  display: block;
}
.block6 hdl > span {
	font-family: 'Martel', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 14px;
	color: #333;
	text-align: center;
	display: block;
}
.block6 ul {
  float: left;
  margin-top: 9px;
  height: 18px;
}
.block6 ul > li {
  float: left;
  list-style: none;
  filter: inherit;
  width: auto;
  height: 18px;
  padding: 0 4px;
  background-color: #f5f5f5;
  font-size: 10px;
  line-height: 18px;
  color: #939393;
  margin-right: 10px;
}
.block6:hover h1,
.block6:hover h1 > a {
	color: #e55131;
}
.block6:hover > p {
  color: #494949;
}
.block6:hover .btn4 {
  background-color: #333333;
}
.block6.size2 {
  padding: 0 0 38px 260px;
}
.block6.size2 > figure {
  width: 222px;
  height: 182px;
}
.block6.size2 ul {
  float: none;
  width: 100%;
  padding-bottom: 5px;
}
.block6.size2 ul > li {
  margin-right: 0;
}
.block6.size3 {
  padding: 192px 26px 30px 0;
  width: 302px;
  float: left;
}
.block6.size3 > figure {
  width: 302px;
  height: 182px;
}
.block6.size3 ul {
  float: none;
  width: 100%;
  padding-bottom: 5px;
}
.block6.size3 ul > li {
  margin-right: 0;
}
.block6.size4 {
  padding: 192px 56px 30px 0;
  width: 452px;
  float: left;
}
.block6.size4 > figure {
  width: 452px;
  height: 182px;
}
.block7 {
  position: absolute;
  width: 462px;
  height: 80px;
  top: 0;
  left: 0;
  padding: 182px 0 0 0;
  margin: 0 18px 18px 18px;
  cursor: pointer;
}
.block7 > figure {
  position: absolute;
  width: 100%;
  height: 182px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.block7 > figure > img {
  position: relative;
  display: block;
  z-index: 1;
}
.block7 > figure > span {
  position: absolute;
  width: 170px;
  height: 10px;
  bottom: 0;
  right: 0;
  background-color: #e55131;
  z-index: 2;
}
.block7 > header {
  position: relative;
  width: auto;
  height: 75px;
  background-color: #f5f5f5;
  border-bottom: 5px solid #f5f5f5;
}
.block7 h1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 22px;
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #4E4E4E;
  text-align: center;
  padding: 12px 14px;
}
.block7 h2 {
 font-family: 'Raleway', sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #7D7D7D;
  text-align: center;
  padding: 0 10px;
  font-weight: 400;
}
.block7.size2 {
  width: 302px;
  margin: 0 14px 18px 12px;
}
.block7.size3 {
  width: 227px;
  margin: 0 9px 18px 9px;
}
.block7.size4 {
  width: 182px;
  margin: 0 6px 18px 6px;
}
.block7:hover .hover {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}
.block7:hover header {
	border-color: #e55131;
}
.block8 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.block8 > ul {
  list-style: none;
}
.block8 > ul > li {
  width: 315px;
  height: 80px;
  cursor: pointer;
  float: left;
}
.block8 > ul > li:hover h3 a {
  color: #e55131;
}
.block8 > ul figure {
  float: left;
  margin: 0;
}
.block8 > ul h3 {
  float: left;
  margin: 4px 0 0 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  width: 200px;
  height: 32px;
  overflow: hidden;
}
.block8 > ul h3 > a {
  color: #7D7D7D;
}
.block8 > ul time {
  position: relative;
  float: left;
  margin: 6px 0 0 20px;
  font-size: 12px;
  line-height: 15px;
  width: 168px;
  height: 15px;
  color: #999;
}
.block8 > ul time > i {
  font-size: 15px;
  color: #C5C5C5;
}
.block9 figure {
  position: relative;
  width: 225px;
  height: 120px;
  float: left;
  margin-right: 20px;
}
.block9 figure span {
  position: absolute;
  width: 88px;
  height: 10px;
  bottom: 0;
  right: 0;
  background-color: #e55131;
  z-index: 999;
}
.block9 img {
  display: block;
}
.block9 .text {
  float: left;
  width: 715px;
}
.block9 h1 {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #4E4E4E;
  padding-bottom: 8px;
}
.block9 h1 a {
  color: #4E4E4E;
}
.block9 p {
  font-size: 12px;
  line-height: 16px;
  color: #7D7D7D;
}
.block9 p.category {
  font-size: 15px;
  line-height: 20px;
  color: #e55131;
  padding-bottom: 5px;
}
.block9 li {
  list-style: none;
  padding-bottom: 20px;
  cursor: pointer;
}
.block9 li:hover h1 a {
  color: #e55131;
}
/*
 *
 * Lists
 *
 */
.list {
  padding-left: 15px;
}
.list > li {
	list-style-image: url('images/li1.gif');
	margin-bottom: 5px;
	padding-bottom: 6px;
	font-size: 14px;
	line-height: 18px;
	color: #898989;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}
.list a {
  color: #898989;
}
.list a:hover {
	color: #e55131;
}
.list.no-border > li {
  border: 0;
}
.tagslist > li {
  float: left;
  list-style: none;
  filter: inherit;
  margin: 0 0 5px 5px;
}
.tagslist > li > a {
  display: block;
  width: auto;
  height: 20px;
  padding: 0 4px;
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  background-color: #494949;
}
.tagslist > li > a:hover {
  background-color: #e55131;
}
.flickr img {
  position: relative;
  z-index: 1;
  display: block;
  width: 45px;
  height: 45px;
  float: left;
  margin: 0 10px 10px 0;
}
.flickr img:hover {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.filters {
  margin-bottom: 40px;
  padding-top: 1px;
}
.filters > ul {
  border-left: 1px solid #DDD;
}
.filters li {
  float: left;
  list-style: none;
  filter: inherit;
  width: auto;
  height: 34px;
  min-width: 99px;
  background-color: #f7f7f7;
  border: 1px solid #DDD;
  border-left: 0;
  margin-top: -1px;
}
.filters li > a {
  display: block;
  width: auto;
  height: 34px;
  padding: 0 12px;
  font-size: 12px;
  line-height: 34px;
  color: #595959;
  text-align: center;
}
.filters li.current,
.filters li:hover {
	height: 31px;
	background-color: #ffffff;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #e55131;
}
/* Header */
.header {
  position: relative;
  display: block;
  width: 100%;
  height: 154px;
  min-height: 154px;
  z-index: 699;
}
.header > .moreinfo {
	position: absolute;
	width: 100%;
	height: auto;
	top: -100px;
	left: 0;
	padding: 0 0 4px 0;
	background-color: #e55131;
}
.header > .moreinfo p {
	font-size: 25px;
	line-height: 1.5;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-style: oblique;
}
.header > .moreinfo p a{
  color: #fff;

}
.header > .moreinfo p a:hover{
  color: #cecece;

}

.header > .line {
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 37px;
  background-color: #f6f6f6;
  z-index: 1;
}
.header .logo {
	position: absolute;
	width: 150px;
	height: 80px;
	left: 0;
	top: 26px;
	z-index: 9999;
	background-color: transparent;
	background-image: url(images/logo-ohs.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.header .logo > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
}
/* Menus */
#navBtn {
  display: none;
}
.mainnav {
  display: block;
  width: 100%;
  height: 70px;
  margin-bottom: -10px;
  padding-top: 47px;
}
.mainnav li {
  text-align: left;
}
.mainnav > ul {
  float: right;
  border-right: 1px solid #f6f6f6;
}
.mainnav > ul > li {
  position: relative;
  float: left;
  list-style: none;
  filter: inherit;
  display: block;
  width: auto;
  height: 60px;
  border-bottom: 10px solid transparent;
  transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  -webkit-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
}
.mainnav > ul > li > a {
  display: block;
  text-transform: uppercase;
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #494949;
  padding: 10px 18px 40px 18px;
  border-left: 1px solid #f6f6f6;
  min-width: 88px;
}
.mainnav > ul > li > p {
  position: absolute;
  top: 30px;
  left: 18px;
  font-size: 10px;
  line-height: 12px;
  color: #A5A5A5;
  z-index: -1;
}
.mainnav > ul > li:hover {
  border-color: #494949;
}
.mainnav > ul > li:hover > ul,
.mainnav > ul > li:hover .mega-submenu {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
  visibility: visible;
}
.mainnav > ul > li.current {
	border-color: #e55131;
}
.submenu,
.mega-submenu {
	position: absolute;
	top: 70px;
	left: 0;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	visibility: hidden;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	opacity: 0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e55131;
}
.submenu {
  padding: 0 20px;
}
.submenu li {
  position: relative;
  list-style: none;
}
.submenu li > span {
  position: absolute;
  width: 80px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #e4e4e4;
  transition: background 0.3s ease-in-out, width 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, width 0.3s ease-in-out;
}
.submenu li:hover > a {
  color: #e55131;
}
.submenu li:hover > span {
  width: 100%;
  background-color: #e55131;
}
.submenu li:nth-last-child(1) > span {
  display: none;
}
.submenu a {
  display: block;
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  padding: 10px 0;
  color: #494949;
  min-width: 160px;
  max-width: 200px;
}
.mega-submenu {
  width: 495px;
  height: auto;
  padding: 0 0 10px 8px;
}
.mega-submenu > h2 {
 font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #494949;
  background-color: #f6f6f6;
  padding: 10px 18px;
  margin: 0 0 5px -8px;
}
.mega-submenu h3 {
	font-family: 'Martel', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #e55131;
	padding-bottom: 4px;
}
.mega-submenu p,
.mega-submenu a {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #494949;
}
.mega-submenu p {
  color: #A5A5A5;
  padding-bottom: 10px;
}
.mega-submenu .description {
  float: right;
  width: 140px;
  padding: 4px 18px 0 0;
}
.mega-submenu ul {
  float: left;
  list-style: none;
}
.mega-submenu li {
	width: 155px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
	margin-right: 10px;
}
.mega-submenu a {
  display: block;
  padding: 6px 0px;
}
.mega-submenu a:hover {
	color: #e55131;
}
/* Homepage carousel */
#sliderHome {
  position: relative;
  display: block;
  width: 100%;
  height: 436px;
  overflow: hidden;
  max-width: 2880px;
  margin: 0 auto;
}
#sliderHome > .slider {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#sliderHome article {
  position: relative;
  display: block;
  width: 960px;
  height: 436px;
  float: left;
}
#sliderHome article > header {
  position: absolute;
  bottom: 60px;
  left: 40px;
  z-index: 999;
}
#sliderHome article h1,
#sliderHome article h2 {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 46px;
  padding: 0 20px;
  float: left;
  clear: both;
}
#sliderHome article h1 {
  font-size: 18px;
  color: #fff;
  background-color: rgba(54, 54, 54, 0.9);
}
#sliderHome article h2 {
  color: #8D8D8D;
  background-color: rgba(255, 255, 255, 0.9);
}
#sliderHome > .in {
  position: absolute;
  width: 960px;
  height: 40px;
  left: 50%;
  bottom: 0;
  margin-left: -480px;
  z-index: 100;
}
#sliderHome > .in > .prev,
#sliderHome > .in > .next {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 10px;
  bottom: 8px;
  background: url('images/sprite.png') no-repeat -265px 0 #494949;
  cursor: pointer;
}
#sliderHome > .in > .prev:hover,
#sliderHome > .in > .next:hover {
	background-color: #e55131;
}
#sliderHome > .in .next {
  left: 35px;
  background-position: -290px 0;
}
#sliderHome > .ocult {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #3f3f3f;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.6;
  z-index: 2;
}
#sliderHome > .ocult.left {
  left: 0;
}
#sliderHome > .ocult.right {
  right: 0;
}
#sliderHome > .loader {
  display: block;
  background-color: #ffffff;
}
/* Homepage other sliders */
.rs-wrap,
.rs-slider {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
  max-height: 436px;
  overflow: hidden;
}
.rs-wrap .description,
.rs-slider .description {
  position: absolute;
  bottom: 60px;
  left: 40px;
  z-index: 999;
  width: 100% !important;
}
.rs-wrap h1,
.rs-slider h1,
.rs-wrap h2,
.rs-slider h2 {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 46px;
  padding: 0 20px;
  float: left;
  clear: both;
}
.rs-wrap h1,
.rs-slider h1 {
  font-size: 18px;
  color: #fff;
  background-color: rgba(54, 54, 54, 0.9);
}
.rs-wrap h2,
.rs-slider h2 {
  color: #8D8D8D;
  background-color: rgba(255, 255, 255, 0.9);
}
.rs-prev,
.rs-next {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 50%;
  left: 0;
  margin-top: -23px;
  background: url('images/sprite.png') no-repeat -35px -50px #e55131;
  z-index: 999;
}
.rs-prev:hover,
.rs-next:hover {
  background-color: #494949;
}
.rs-prev.off,
.rs-next.off {
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.6;
  cursor: default;
  background-color: #e55131;
}
.rs-prev li,
.rs-next li {
  list-style: none;
}
.rs-next {
  left: auto;
  right: 0;
  background-position: 0 -50px;
}
#seeTabs {
  display: none;
}
#tabs {
  position: relative;
}
#tabs > ul {
  position: relative;
  z-index: 2;
  float: left;
}
#tabs > ul > li {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 127px;
  height: 40px;
  margin: 0 -1px 0 0;
  background-color: #e55131;
  color: #fff;
  border: 1px solid #e55131;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  overflow: hidden;
}
#tabs > ul > li:hover {
  background-color: #494949;
  border-color: #494949;
}
#tabs > ul > li.on {
  background-color: #f5f5f5;
  color: #454545;
  border-color: #DDD;
  border-right: 1px solid transparent;
  cursor: default;
}
#tabs > div {
  position: relative;
  z-index: 1;
  float: left;
  width: 310px;
  background-color: #f5f5f5;
  padding: 15px;
  border: 1px solid #DDD;
  display: none;
}
#tabs > div > p {
  font-size: 12px;
  line-height: 20px;
  color: #818181;

}
#tabs > div > p img {
  float: left;
  margin: 2px 5px 8px 0;
}
#tabs > div.on {
  display: block;
}
/* Clients Slider */
#clients {
  position: relative;
  display: block;
  width: 961px;
  height: 94px;
}
#clients > .bx-wrapper {
  max-width: 961px !important;
}
#clients li {
  position: relative;
  display: block;
  width: 300px !important;
  height: 145px;
  float: left;
  list-style: none;
  filter: inherit;
  margin: 0 -1px 0 0;
}
#clients li img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
}
#clients li img:hover {
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
}
.sliderNav {
  position: absolute;
  width: 40px;
  height: 20px;
  top: -27px;
  right: 0;
}
.sliderNav .prev,
.sliderNav .next {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #494949;
  float: left;
  z-index: 2;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
}
.sliderNav .prev > span,
.sliderNav .next > span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('images/sprite.png') no-repeat -315px 0 transparent;
}
.sliderNav .prev:hover,
.sliderNav .next:hover {
  background-color: #333333;
}
.sliderNav .prev.off,
.sliderNav .next.off {
  cursor: default;
  background-color: #666666;
}
.sliderNav .next > span {
  background-position: -340px 0;
}
.sliderNav > .bg {
  position: absolute;
  width: 45px;
  height: 18px;
  top: 4px;
  right: 0;
  background-color: #e55131;
}
.bx-controls {
	position: absolute;
	width: 45px;
	height: 18px;
	top: -27px;
	right: 0;
	background-color: #e55131;
}
.bx-controls .bx-prev,
.bx-controls .bx-next {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 2px;
  right: 20px;
  background: url('images/sprite.png') no-repeat -315px 0 #494949;
  float: left;
  z-index: 2;
  cursor: pointer;
  text-indent: -99999px;
  white-space: nowrap;
  overflow: hidden;
}
.bx-controls .bx-prev > span,
.bx-controls .bx-next > span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bx-controls .bx-prev:hover,
.bx-controls .bx-next:hover {
  background-color: #333333;
}
.bx-controls .bx-next {
  background-position: -340px 0;
  right: 0;
}
.bx-controls .bx-pager {
  display: none;
}
.bottomWrap {
  background-color: #f6f6f6;
  padding: 0px 0 40px 0;
}
.bottomWrap .info {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 30px;
  color: #c3c3c3;
  background-color: #e55131;
  padding: 34px 10px;
  margin-top: 40px;
  text-align: center;
  border-top: 2px solid #494949;
  border-bottom: 2px solid #494949;
}
.forms {
  position: relative;
}
.forms label {
  display: block;
  font-size: 10px;
  line-height: 16px;
  color: #494949;
}
.forms .input1 {
  display: block;
  width: 150px;
  height: 14px;
  border: 1px solid #DDDDDD;
  padding: 4px 5px;
  margin-bottom: 10px;
}
.forms .textarea1 {
  display: block;
  width: 258px;
  height: 110px;
  padding: 4px 5px;
  border: 1px solid #DDDDDD;
  resize: none;
}
.forms .input1,
.forms .textarea1 {
  box-shadow: inset 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}
.forms > .col1 {
  display: block;
  width: 162px;
  height: auto;
  float: left;
}
.forms > .col2 {
  display: block;
  width: 270px;
  height: auto;
  float: right;
}
.forms > .col2 > .btn3 {
  float: right;
  margin-top: 10px;
}
.forms input.error,
.forms textarea.error,
.forms label.error {
  border-color: red;
  color: red;
}
.forms .loader {
  background-color: #f6f6f6;
}
.forms #msgInfo {
  float: right;
  display: none;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  line-height: 25px;
  margin: 10px 10px 0 0;
  color: #494949;
}
/* Footer */
.footer {
  position: relative;
  padding: 20px 0;
  background: #1c1c1b;
}
.footer > .in {
  padding-bottom: 32px;
}
.footer .logo {
  display: block;
  width: 150px;
  height: 80px;
  margin: 24px auto 0 auto;
  background: url('images/logo-ohs-footer.png') no-repeat 0 0 transparent;
}
.footer p {
  font-size: 12px;
  line-height: 20px;
  color: #888;
  display: block;
  width: 686px;
  height: auto;
  margin: 22px auto 0 auto;
  text-align: center;
}
.footer nav {
  margin-top: 32px;
}
.footer nav li {
  float: left;
  list-style: none;
  filter: inherit;
  margin: 0 7px;
}
.footer nav li > a {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
}
.footer nav li > a:hover {
	color: #e55131;
}
.footer nav li.current > a {
  color: #e55131;
}
.footer .copyrights {
    position: absolute;
    width: auto;
    height: auto;
    margin: auto;
    width: 100%;
    text-align: center;
    color: #1c1c1b;
    top: 5px;
}
.footer > .btm {
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: 0;
  background-color: #f6f6f6;
}
#goTop {
  position: absolute;
  width: 51px;
  height: 24px;
  bottom: 0;
  right: 0;
  padding-top: 2px;
  font-size: 30px;
  line-height: 26px;
  color: #494949;
  text-align: center;
  background: url('images/sprite.png') no-repeat 0 0 transparent;
  cursor: pointer;
}
#goTop:hover {
  color: #e55131;
}
/* Sidebar */
.sidebar {
  float: left;
  width: 300px;
}
.sidebar > h2 {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #3F3F3F;
  padding-bottom: 5px;
}
.sidebar .ads,
.sidebar .tabsSide,
.sidebar .list,
.sidebar .tagslist,
.sidebar .testemonials,
.sidebar #newslettForm,
.sidebar .flickr,
.sidebar .toggle {
  margin-bottom: 30px;
}
.sidebar .flickr img {
  width: 50px;
  height: 50px;
}
.sidebar .searchform {
  margin: 0 0 30px 0;
}
.sidebar .searchform input {
  width: 182px;
}
.sidebar #searchSbmt {
  width: 96px;
}
.sidebar.right {
  float: right;
}
.testemonials {
  position: relative;
  width: auto;
  height: 130px;
}
.testemonials .slider {
  position: relative;
  width: 300px;
  height: 102px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.testemonials .sliderNav {
  top: auto;
  bottom: 0;
}
.testemonials ul {
  position: absolute;
  top: 0;
  left: 0;
}
.testemonials li {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 102px;
  display: none;
}
.testemonials blockquote {
  padding-top: 15px;
}
.testemonials p {
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  color: #4B4B4B;
  width: 274px;
  height: 48px;
  margin: 0 auto;
  overflow: hidden;
}
.testemonials footer {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #4B4B4B;
  width: 274px;
  height: 16px;
  margin: 0 auto;
  text-align: right;
  padding: 4px 0;
}
#newslettForm {
  position: relative;
  width: 300px;
  height: 36px;
}
#newslettForm #emailNewslettTxt {
  width: 198px;
  height: 12px;
  padding: 11px 10px;
  border: 1px solid #ddd;
  float: left;
  font-size: 12px;
  line-height: 12px;
  color: #6A6A6A;
}
#newslettForm #emailNewslettTxt.error {
  color: red;
}
#newslettForm #newslettSmbt {
  float: left;
  width: 80px;
  height: 36px;
  background-color: #494949;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
#newslettForm #newslettSmbt:hover {
  background-color: #e55131;
}
#newslettForm > .loader {
  background-color: #ffffff;
}
.tabsSide > ul {
  border-left: 1px solid #DDD;
  width: 300px;
}
.tabsSide > ul > li {
  float: left;
  list-style: none;
  filter: inherit;
  width: 99px;
  height: 34px;
  border: 1px solid #DDD;
  border-left: 0;
  font-size: 12px;
  line-height: 34px;
  color: #595959;
  text-align: center;
  cursor: pointer;
  background-color: #f7f7f7;
}
.tabsSide > ul > li.on {
  border-top: 2px solid #e55131;
  border-bottom: 0;
  color: #e55131;
  background-color: #ffffff;
}
.tabsSide h3 {
  float: left;
  margin: 20px 0 0 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  width: 188px;
  height: 32px;
  overflow: hidden;
}
.tabsSide h3 > a {
  color: #7D7D7D;
}
.tabsSide time {
  position: relative;
  float: left;
  margin: 6px 0 0 20px;
  font-size: 12px;
  line-height: 15px;
  width: 168px;
  height: 15px;
  color: #999;
}
.tabsSide time > i {
  font-size: 15px;
  color: #C5C5C5;
}
.tabsSide figure {
  float: left;
  margin: 16px 0 0 20px;
}
.tabsSide > div {
  display: none;
}
.tabsSide > div > ul {
  list-style: none;
  width: 301px;
}
.tabsSide > div > ul > li {
  width: auto;
  height: 92px;
  border: 1px solid #DDD;
  border-top: 0;
  cursor: pointer;
}
.tabsSide > div > ul > li:hover h3 a {
  color: #e55131;
}
.tabsSide > div.on {
  display: block;
}
.toggle {
  border: 1px solid #ddd;
  border-bottom: 0;
  list-style: none;
}
.toggle > li {
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
}
.toggle > li > h2 {
  position: relative;
  font-size: 12px;
  line-height: 14px;
  padding: 13px 18px 13px 12px;
  color: #4A4A4A;
  cursor: pointer;
  font-weight: normal;
}
.toggle > li > h2 .hide {
  display: none;
}
.toggle > li > h2 > i {
  margin-right: 6px;
}
.toggle > li p {
  display: none;
  font-size: 12px;
  line-height: 16px;
  color: #7D7D7D;
  padding: 0 18px 10px 34px;
}
.toggle > li > div {
  display: none;
}
.toggle > li > div > p {
  display: block;
  padding-bottom: 20px;
}
.toggle > li.on {
  background-color: #ffffff;
}
.toggle > li.on > h2 {
  color: #e55131;
  font-weight: 700;
}
.toggle > li.on > h2 .show {
  display: none;
}
.toggle > li.on > h2 .hide {
  display: inline-block;
}
.toggle > li.on p,
.toggle > li.on > div {
  display: block;
}
.toggle > li:hover {
  background-color: #ffffff;
}
/* Navigation */
.page-navi {
  position: absolute;
  bottom: 20px;
  right: 0;
  clear: both;
}
.page-navi > ul {
  float: right;
}
.page-navi li {
  float: left;
  list-style: none;
  filter: inherit;
  margin-left: 4px;
}
.page-navi a {
  display: block;
  width: auto;
  height: 26px;
  min-width: 14px;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  background-color: #f7f7f7;
  color: #494949;
  border: 1px solid #ddd;
  padding: 0 5px;
}
.page-navi a:hover,
.page-navi a.current {
  color: #fff;
  background-color: #e55131;
  border-color: #e55131;
}
.page-navi.left {
  position: relative;
  bottom: auto;
  right: auto;
  padding-top: 15px;
}
.page-navi.left > ul {
  float: none;
}
/* Archive, Contacts and Magazine Grid */
.pageLine {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #fff;
}
.archive,
.contacts,
.magazine {
  margin-top: -60px;
  padding: 100px 0 15px 0;
}
.archive > h1,
.contacts > h1,
.magazine > h1 {
	position: absolute;
	top: 16px;
	left: 4px;
	font-family: 'Martel', serif;
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 28px;
	color: #494949;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e55131;
}
.archive > .posts,
.contacts > .posts,
.magazine > .posts {
  float: right;
  width: 630px;
  overflow: hidden;
  margin: 0;
}
.archive > .posts > h2,
.contacts > .posts > h2,
.magazine > .posts > h2 {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #3F3F3F;
  padding-bottom: 8px;
}
.archive > .posts .twocools,
.contacts > .posts .twocools,
.magazine > .posts .twocools {
  width: 656px;
}
.archive > .posts.left,
.contacts > .posts.left,
.magazine > .posts.left {
  float: left;
}
.archive > .posts.full,
.contacts > .posts.full,
.magazine > .posts.full {
  float: none;
  width: 100%;
}
.archive > .posts2,
.contacts > .posts2,
.magazine > .posts2,
.archive > .portfolio,
.contacts > .portfolio,
.magazine > .portfolio {
  width: 960px;
  overflow: hidden;
}
.archive > .posts2 .twocools,
.contacts > .posts2 .twocools,
.magazine > .posts2 .twocools,
.archive > .portfolio .twocools,
.contacts > .portfolio .twocools,
.magazine > .portfolio .twocools {
  width: 1016px;
}
.archive > .onecool,
.contacts > .onecool,
.magazine > .onecool {
  float: left;
  width: 302px;
  margin-left: 29px;
}
.archive > .onecool .block6.size3,
.contacts > .onecool .block6.size3,
.magazine > .onecool .block6.size3 {
  padding-right: 0;
}
.archive > .onecool .page-navi,
.contacts > .onecool .page-navi,
.magazine > .onecool .page-navi {
  width: 100%;
}
.archive > .onecool .page-navi > ul,
.contacts > .onecool .page-navi > ul,
.magazine > .onecool .page-navi > ul {
  float: none;
}
.archive > .portfolio,
.contacts > .portfolio,
.magazine > .portfolio {
  margin-bottom: -30px;
}
.archive .twocools,
.contacts .twocools,
.magazine .twocools {
  margin: 0;
}
.archive .twocools .page-navi,
.contacts .twocools .page-navi,
.magazine .twocools .page-navi {
  left: 0;
  right: auto;
}
.magazine {
  margin-top: 0;
  padding-top: 0;
}
#page_nav {
  display: none;
}
.magazineblog {
  width: auto !important;
  margin: 0 !important;
}
/* Breadcrumbs */
.breadcrumbs {
  position: absolute;
  right: 0;
  top: 21px;
}
.breadcrumbs > li {
  float: left;
  list-style: none;
  filter: inherit;
  font-size: 11px;
  line-height: 17px;
  color: #717171;
  margin-left: 10px;
}
.breadcrumbs > li.sep {
  width: 17px;
  height: 17px;
  background: url('images/sprite.png') no-repeat -55px 0 transparent;
}
/* Single Page */
.single {
  position: relative;
}
.single > header {
  position: relative;
  width: auto;
  height: 42px;
  padding-left: 52px;
  margin-bottom: 20px;
}
.single > header h1 {
 font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18;
  line-height: 22px;
  color: #4E4E4E;
}
.single > header > time {
  position: absolute;
  width: 42px;
  height: 34px;
  top: 0;
  left: 0;
  background-color: #e55131;
  padding-top: 8px;
}
.single > header > time > span {
 font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
  text-align: center;
  display: block;
}
.single > .featuredImg {
	position: absolute;
	width: 630px;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 180px;
}
.single > .featuredImg > img {
  position: relative;
  display: block;
  z-index: 1;
}
.single > .featuredImg > span {
  position: absolute;
  width: 170px;
  height: 10px;
  bottom: 0;
  right: 0;
  background-color: #e55131;
  z-index: 2;
}

.single > p {
  font-size: 12px;
  line-height: 18px;
  color: #7D7D7D;
  padding-bottom: 20px;
}
.single > h2 {
  font-size: 21px;
  line-height: 26px;
}
.single > h3 {
  font-size: 19px;
  line-height: 24px;
}
.single > h4 {
  font-size: 17px;
  line-height: 22px;
}
.single > h5 {
  font-size: 15px;
  line-height: 20px;
}
.single > h6 {
  font-size: 13px;
  line-height: 18px;
}
.single > h2,
.single > h3,
.single > h4,
.single > h5,
.single > h6 {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #4E4E4E;
  padding-bottom: 5px;
}
.single > ul,
.single > ol,
.single .grid ul,
.single .grid ol {
  list-style: square;
  padding-left: 40px;
  padding-bottom: 18px;
}
.single > ul > li,
.single > ol > li,
.single .grid ul > li,
.single .grid ol > li {
  font-size: 13px;
  line-height: 18px;
  color: #7D7D7D;
  padding-bottom: 2px;
}
.single > ul.unstyled,
.single > ol.unstyled,
.single .grid ul.unstyled,
.single .grid ol.unstyled,
.single > ul.toggle,
.single > ol.toggle,
.single .grid ul.toggle,
.single .grid ol.toggle {
  list-style: none;
}
.single > ul.toggle,
.single > ol.toggle,
.single .grid ul.toggle,
.single .grid ol.toggle {
  padding: 0;
}
.single .grid ul,
.single .grid ol {
  padding-left: 0;
}
.single > ol {
  list-style: decimal;
}
.single.hasImage {
  padding-top: 190px;
}
.single > .article-info ul {
  float: right;
  height: 18px;
  margin-top: 10px;
}
.single > .article-info ul > li {
  float: left;
  list-style: none;
  filter: inherit;
  width: auto;
  height: 18px;
  padding: 0 4px;
  background-color: #f5f5f5;
  font-size: 10px;
  line-height: 18px;
  color: #939393;
  margin-right: 10px;
}
.single .caps1,
.single .caps2 {
  float: left;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
  background-color: #e55131;
  padding: 0 7px;
  margin-right: 4px;
}
.single .caps2 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.single .caps3 {
  float: left;
  font-size: 36px;
  line-height: 36px;
  color: #e55131;
  font-weight: 700;
  margin-right: 4px;
}
.author-bio > h2 {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  color: #3F3F3F;
  margin: 30px 0 10px 0;
}
.author-bio > ul {
  position: relative;
  border-left: 1px solid #DDD;
  z-index: 2;
}
.author-bio > ul > li {
  position: relative;
  float: left;
  list-style: none;
  filter: inherit;
  width: auto;
  height: 34px;
  border: 1px solid #DDD;
  border-left: 0;
  font-size: 12px;
  line-height: 34px;
  text-align: center;
  background-color: #f7f7f7;
}
.author-bio > ul > li > a {
  padding: 0 12px 0 38px;
  display: block;
  height: 34px;
  color: #373737;
  font-weight: 700;
}
.author-bio > ul > li > a:hover {
  background-color: #ffffff;
}
.author-bio > ul > li i {
  position: absolute;
  width: 38px;
  height: 34px;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 34px;
  text-indent: 0;
}
.author-bio > ul > li.bio {
  border-top: 2px solid #e55131;
  border-bottom: 0;
  color: #e55131;
  background-color: #ffffff;
  padding: 0 12px 0 38px;
}
.author-bio > .description {
  position: relative;
  border: 1px solid #DDD;
  top: -1px;
  z-index: 1;
  padding: 16px;
}
.author-bio > .description > figure {
  width: 95px;
  height: 95px;
  float: left;
  margin-right: 12px;
}
.author-bio > .description > h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.author-bio > .description > h4 {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #e55131;
  font-style: italic;
  padding-bottom: 6px;
}
.author-bio > .description > p {
  font-size: 12px;
  line-height: 20px;
  color: #7D7D7D;
}
.author-bio .social > span {
  position: absolute;
  width: 26px;
  height: 34px;
  left: 12px;
  top: 0;
  background: url('images/sprite.png') no-repeat -90px -60px transparent;
}
.author-bio .social.icon2 > span {
  background-position: -115px -60px;
}
.author-bio .social.icon3 > span {
  background-position: -140px -60px;
}
.author-bio .social.icon4 > span {
  background-position: -165px -60px;
}
.comments {
  margin-bottom: -40px;
}
.comments ol {
  list-style: none;
}
.comments li {
  position: relative;
  min-height: 74px;
  padding-left: 92px;
  margin-bottom: 40px;
}
.comments li > figure {
  position: absolute;
  top: 0;
  left: 0;
}
.comments li img {
  display: block;
  width: 74px;
  height: 74px;
}
.comments li > .answer {
  position: relative;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0 0 13px 18px;
}
.comments li > ol {
  margin-top: 40px;
}
.comments li h3 {
  font-size: 13px;
  line-height: 13px;
  color: #0F110F;
}
.comments li time {
  font-size: 11px;
  line-height: 11px;
  color: #e55131;
}
.comments li p {
  font-size: 13px;
  line-height: 16px;
  color: #7D7D7D;
  padding: 5px 0;
}
.comments li .reply {
  position: absolute;
  width: auto;
  height: 20px;
  bottom: -1px;
  right: 0;
  background-color: #696969;
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  padding: 0 8px;
}
.comments li .reply:hover {
  background-color: #494949;
}
.comments > h2,
#commentForm > h2,
#contactForm > h2 {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 23px;
  color: #3F3F3F;
  padding: 40px 0 20px 0;
}
#commentForm > .inputsrow,
#contactForm > .inputsrow {
  width: 648px;
  height: auto;
}
#commentForm .inputicon,
#contactForm .inputicon {
  position: relative;
  width: 202px;
  height: 33px;
  border: 1px solid #ddd;
  float: left;
  margin-right: 9px;
  display: block !important;
}
#commentForm .inputicon > span,
#contactForm .inputicon > span {
  position: absolute;
  width: 35px;
  height: 35px;
  top: -1px;
  left: -1px;
  background: url('images/sprite.png') no-repeat -130px -35px #e55131;
}
#commentForm .inputicon.icon2 > span,
#contactForm .inputicon.icon2 > span {
  background-position: -160px -35px;
}
#commentForm .inputicon.icon3 > span,
#contactForm .inputicon.icon3 > span {
  background-position: -190px -35px;
}
#commentForm .inputicon > input,
#contactForm .inputicon > input {
  position: absolute;
  width: 148px;
  height: 11px;
  left: 45px;
  top: 10px;
  font-size: 11px;
  line-height: 11px;
  color: #868686;
}
#commentForm .inputicon.error,
#contactForm .inputicon.error {
  border-color: red !important;
}
#commentForm .inputicon.error > input,
#contactForm .inputicon.error > input {
  color: red !important;
}
#commentForm .commenttext,
#contactForm .commenttext {
  position: relative;
  width: 628px;
  height: 140px;
  border: 1px solid #ddd;
  margin-top: 10px;
  display: block !important;
}
#commentForm .commenttext > textarea,
#contactForm .commenttext > textarea {
  position: absolute;
  width: 608px;
  height: 120px;
  top: 10px;
  left: 10px;
  resize: none;
  font-size: 11px;
  line-height: 16px;
  color: #868686;
}
#commentForm .commenttext.error,
#contactForm .commenttext.error {
  border-color: red !important;
}
#commentForm .commenttext.error > textarea,
#contactForm .commenttext.error > textarea {
  color: red !important;
}
.price-table {
  padding: 10px 0 40px 0;
}
.priceUl {
  width: 208px;
  height: auto;
  border: 1px solid #ddd;
  padding: 0 !important;
  background-color: #f5f5f5;
  float: left;
}
.priceUl > li {
  position: relative;
  width: auto;
  height: 40px;
  list-style: none;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #fff;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  color: #8E8E8E;
}
.priceUl > li.pricehead {
  height: auto;
}
.priceUl > li.bottom {
  height: auto;
  padding: 18px 0;
  border-bottom: 0;
}
.priceUl > li.bottom > a {
  display: block;
  width: 130px;
  height: 50px;
  margin: 0 auto;
  background-color: #494949;
  font-size: 14px;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
}
.priceUl > li.bottom > a:hover {
  background-color: #e55131;
}
.priceUl h2 {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 26px;
  color: #3B3B3B;
  font-weight: bold;
  text-align: left;
  padding: 20px 0 15px 14px;
}
.priceUl p {
  position: absolute;
  top: 20px;
  right: 14px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}
.priceUl p > sup {
  font-weight: 400;
  font-size: 12px;
}
.priceUl.middle {
  background-color: #ffffff;
  margin: -10px -1px 0 -1px;
  width: 210px;
}
.priceUl.middle li.pricehead {
  background-color: #e55131;
  border-top: 0;
}
.priceUl.middle li.pricehead h2,
.priceUl.middle li.pricehead p {
  color: #fff;
}
.priceUl.middle li.bottom {
  padding: 36px 0;
}
.priceUl.middle li.bottom > a {
  background-color: #e55131;
}
.priceUl.middle li.bottom > a:hover {
  background-color: #494949;
}
/* Contact Page */
.mapcont {
  position: relative;
  border-bottom: 10px solid #e55131;
  margin-bottom: 40px;
  width: 960px;
  height: 390px;
  overflow: hidden;
}
.contact-info {
  position: absolute;
  width: 330px;
  height: auto;
  right: 0;
  bottom: 0;
  padding: 20px;
  min-height: 90px;
}
.contact-info > .col1 {
  position: relative;
  float: left;
  width: 90%;
  z-index: 2;
}
.contact-info > .col2 {
  position: relative;
  float: left;
  width: 166px;
  z-index: 2;
  margin-left: 20px;
}
.contact-info > .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000000;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.6;
}
.contact-info h2 {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  padding-bottom: 10px;
}
.contact-info p {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

.contact-info p a{
 color: #fff;
}

.contact-info p a:hover{
 color: #e55131;
}
#mapcont {
  position: relative;
  width: 960px;
  height: 410px;
  z-index: 1;
}
.contacts > .sidebar {
  margin-top: 0;
}
.contacts > .sidebar > h2 {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  color: #3F3F3F;
  padding-bottom: 8px;
}
.contacts > .sidebar > p {
  font-size: 14px;
  line-height: 22px;
  color: #818181;
  padding-bottom: 15px;
}
#contactForm {
  position: relative;
}
#contactForm > h2 {
  padding-top: 0;
  padding-bottom: 10px;
}
#contactForm > .loader {
  background-color: #ffffff;
}
#contactForm #msgContact {
  float: right;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 40px;
  margin: 10px 10px 0 0;
  color: #494949;
}
/* Magazine Page */
#magazineSlider {
  position: relative;
  width: 630px;
  height: 300px;
  margin-bottom: 35px;
  overflow: hidden;
}
#magazineSlider > .slider {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#magazineSlider > .bg {
  position: absolute;
  width: 100%;
  height: 34px;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #ffffff;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.6;
}
#magazineSlider > .sliderNav {
  width: 68px;
  height: 34px;
  top: auto;
  bottom: 0;
  z-index: 3;
}
#magazineSlider > .sliderNav2 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 3;
}
#magazineSlider > .sliderNav2 > li {
  float: left;
  list-style: none;
  filter: inherit;
  width: 14px;
  height: 14px;
  background-color: #494949;
  cursor: pointer;
  margin-right: 5px;
}
#magazineSlider > .sliderNav2 > li.on,
#magazineSlider > .sliderNav2 > li:hover {
  background-color: #e55131;
}
#magazineSlider .prev,
#magazineSlider .next {
  width: 34px;
  height: 34px;
  float: left;
}
#magazineSlider .prev > span,
#magazineSlider .next > span {
  background-position: -105px -35px;
}
#magazineSlider .prev:hover,
#magazineSlider .next:hover {
  background-color: #e55131;
}
#magazineSlider .prev.off,
#magazineSlider .next.off {
  background-color: #494949;
}
#magazineSlider .next > span {
  background-position: -80px -35px;
}
#magazineSlider article {
  position: absolute;
  width: 630px;
  height: 300px;
  top: 0;
  left: 0;
  display: none;
}
#magazineSlider article header {
  position: absolute;
  bottom: 60px;
  right: 0;
  padding: 12px 10px 14px 10px;
  max-width: 424px;
}
#magazineSlider article .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 1;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.6;
}
#magazineSlider article h1,
#magazineSlider article h2 {
  position: relative;
  z-index: 2;
  color: #fff;
}
#magazineSlider article h1 {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
#magazineSlider article h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
/* Team Page */
.team-page .text h1 {
  width: 300px;
}
.team-page .text{
	width: 485px;
height: auto;
position: relative;
float: right;
margin-bottom: 20px;
padding: 7px;}
.team-page .text2 {
  width: 495px;
  height: auto;
  position: relative;
  float: right;
  margin-bottom: 40px;
}
.team-page .text h1,
.team-page .text2 h1,
.team-page .text h2,
.team-page .text2 h2 {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
  color: #494949;
}
.team-page .text > p,
.team-page .text2 > p {
  font-size: 12px;
  line-height: 20px;
  color: #494949;
  padding: 5px 0;
}
.team-page .text > blockquote,
.team-page .text2 > blockquote {
  padding-top: 40px;
}
.team-page .text > blockquote > p,
.team-page .text2 > blockquote > p {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 23px;
  line-height: 28px;
  font-style: italic;
  color: #494949;
  text-align: center;
}
.team-page .text > blockquote i,
.team-page .text2 > blockquote i {
  color: #e55131;
  margin: 0 8px;
}
.team-page .social {
  position: absolute;
  top: 0;
  right: 0;
}
.team-page .social > li {
  float: left;
  list-style: none;
  filter: inherit;
  margin-left: 5px;
}
.team-page .social a {
  font-size: 18px;
  line-height: 28px;
  color: #494949;
}
.team-page .social a:hover {
  color: #e55131;
}
.team-page .img {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
}
.team-page .imghist {
	position: relative;
	width: 48%;
	height: auto;
	float: left;
	padding-top:18px;
	padding-bottom: 18px;
}
.gris{background-color: #f5f5f5;}
.team-page .img > img {
  display: block;
}
.team-page .img > span {
  position: absolute;
  width: 100px;
  height: 10px;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: #e55131;
}
.team-page .text2 {
  float: left;
  width: 500px;
  margin-top: 20px;
}
.team-page .text22 {
  float: left;
  width: 500px;
  margin-top: 0px;
}

.team-page .text2 h2{
  font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 35px;
	padding-bottom: 10px;
}

.team-page .text2 h3 {
margin-bottom: 10px;
font-weight: 900;
display: block;
font-weight: normal;
font-size: 20px;
padding-bottom: 10px;
font-family: 'Martel', sans-serif;
line-height: 1.5;
}

.team-page .text2 p {
color: #818181;
margin-bottom: 5px;
font-size: 14px;
line-height: 20px;
word-spacing: 1px;
}

.team-page .text22 p {
  font-size: 12px;
  line-height: 20px;
  color: #494949;
  padding: 5px 0;
}
.team-page .text2 .col4{
	width: 48%;
	float: left;
	margin-right: 10px;
}
.team-page .text22 .col4{
	width: 48%;
	float: left;
	margin-right: 10px;
}
.team-page .text22 h3 {
margin-bottom: 10px;
display: block;
font-weight: normal;
font-size: 20px;
padding-bottom: 10px;
font-family: 'Martel', sans-serif;
}

.joinbox {
  float: right;
  width: 420px;
  height: auto;
  padding: 10px;
  background-color: #f5f5f5;
  margin-top: 65px;
}
.joinbox2 {
  float: right;
  width: 420px;
  height: auto;
  padding: 10px;
  background-color: #f5f5f5;
}
.joinbox h3 {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 28px;
  color: #404040;
  text-align: center;
  padding-bottom: 5px;
}
.joinbox p {
  font-size: 12px;
  line-height: 22px;
  color: #818181;
  text-align: center;
  padding-bottom: 10px;
}
.joinbox a {
  display: block;
  width: 140px;
  height: 35px;
  margin: 0 auto;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-color: #e55131;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.joinbox a:hover {
  background-color: #494949;
}
.teamList {
  clear: both;
  width: 976px;
  padding-top: 40px;
}
.teamList > li {
  float: left;
  list-style: none;
  filter: inherit;
  width: 180px;
  height: 194px;
  margin-right: 15px;
  border-bottom: 5px solid #fff;
  cursor: pointer;
}
.teamList > li > figure {
  position: relative;
  width: 180px;
  height: 160px;
  overflow: hidden;
}
.teamList > li > figure > span {
  position: absolute;
  width: 50px;
  height: 5px;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: #e55131;
}
.teamList > li > h2 {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}
.teamList > li a {
  color: #494949;
}
.teamList > li:hover {
  background-color: #f5f5f5;
  border-color: #e55131;
}
.teamList > li:hover figure > span {
  display: none;
}
.teamList > li:hover .hover {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}
/* Single Work Page */
.work-page > h2 {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
  color: #494949;
  padding: 36px 0 6px 0;
  clear: both;
}
.work-page .text {
  width: 300px;
  height: auto;
  float: right;
  margin-top: -5px;
}
.work-page .text h1,
.work-page .text h2 {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
  color: #494949;
}
.work-page .text > p,
.work-page .text li {
  font-size: 12px;
  line-height: 20px;
  color: #818181;
  padding: 12px 0;
}
.work-page .text > ul {
  padding: 12px 0 0 16px;
  list-style-image: url('images/li1.gif');
}
.work-page .text li {
  padding: 1px 0;
}
.work-page .text .view {
	margin-top: 20px;
	display: block;
	width: auto;
	height: 40px;
	float: left;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-family: 'Martel', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	padding: 0 25px;
	background-color: #e55131;
}
.work-page .text .view:hover {
  background-color: #494949;
}
#workSlide {
	position: relative;
	width: 635px;
	height: 440px;
	overflow: hidden;
	float: left;
	background-image: url(images/productos/chalecos-ponchos/bandera-arg.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#videoprod {
	position: relative;
	width: 635px;
	height: 440px;
	overflow: hidden;
	float: left; 
}

#workSlide a,
#workSlide iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}


#workSlide .prev,
#workSlide .next {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 50%;
  left: 0;
  margin-top: -23px;
  background: url('images/sprite.png') no-repeat -35px -50px #e55131;
  cursor: pointer;
  display: none;
}
#workSlide .prev:hover,
#workSlide .next:hover {
  background-color: #494949;
}
#workSlide .prev.off,
#workSlide .next.off {
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.6;
  cursor: default;
  background-color: #e55131;
}
#workSlide .next {
  left: auto;
  right: 0;
  background-position: 0 -50px;
}
.fancybox-nav span {
  background: url('images/sprite.png') no-repeat -35px -50px #e55131;
}
.fancybox-next span {
  background-position: 0 -50px;
}
#workSlide .slider {
  position: absolute;
  left: 0;
  top: 0;
}
#featured {
  position: relative;
  width: 960px;
  height: 262px;
  clear: both;
}
#featured .block7 {
  position: relative;
  top: auto;
  left: auto;
  float: left;
  margin: 0 18px 18px 0;
}
.modal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
.modal > .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  z-index: 1;
}
.modal > .inside {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2;
  box-shadow: 0px 0px 29px rgba(50, 50, 50, 0.75);
}
.modal img {
  display: block;
}
.modal .prev,
.modal .next {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 46px;
  right: -46px;
  background: url('images/sprite.png') no-repeat -35px -50px #494949;
  cursor: pointer;
}
.modal .prev {
  top: 0;
  background-position: 0 -50px;
  background-color: #282828;
}
.modal .prev:hover,
.modal .next:hover {
  background-color: #e55131;
}
/* 404 Page */
.not-found {
  padding: 50px 0;
}
.not-found > h2 {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 88px;
  line-height: 88px;
  text-align: center;
  color: #494949;
  text-transform: uppercase;
}
.not-found > h2 > span {
  background-color: #e55131;
  color: #fff;
  padding: 0 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.not-found > p {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #494949;
  margin-top: 20px;
}
.searchform {
  position: relative;
  width: auto;
  height: 36px;
  margin-top: 15px;
}
.searchform input {
  width: 228px;
  height: 12px;
  padding: 11px 10px;
  border: 1px solid #ddd;
  float: left;
  font-size: 12px;
  line-height: 12px;
  color: #6A6A6A;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
}
.searchform input.error {
  color: red;
}
.searchform > div {
  float: left;
  position: relative;
  width: 110px;
  height: 36px;
  background-color: #494949;
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  cursor: pointer;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
}
.searchform > div > i {
  padding: 0 10px;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
}
.searchform > div:hover {
  background-color: #e55131;
}
.searchform > .loader {
  background-color: #ffffff;
}
/* Snippets */
.box {
  position: relative;
  padding: 18px 20px 18px 50px;
  background-color: #c0ecab;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 18px;
}
.box > p {
  font-size: 12px;
  line-height: 16px;
  color: #395F27;
}
.box > .icon {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 5px;
  left: 5px;
  background: url('images/sprite.png') no-repeat -80px 0 transparent;
}
.box.error {
  background-color: #f58c8b;
}
.box.error > p {
  color: #A41615;
}
.box.error > .icon {
  background-position: -115px 0;
}
.box.warning {
  background-color: #ffe59a;
}
.box.warning > p {
  color: #A47E0D;
}
.box.warning > .icon {
  background-position: -150px 0;
}
.box.general {
  background-color: #acd9e1;
}
.box.general > p {
  color: #394E52;
}
.box.general > .icon {
  background-position: -185px 0;
}
.grid .row > * {
  padding-bottom: 30px;
}
.grid .row div:first-child {
  margin-left: 0;
}
.grid .col1 {
  width: 100%;
}
.grid .col2 {
  width: 49%;
  float: left;
  margin-left: 2%;
}
.grid .col3 {
  width: 32%;
  float: left;
  margin-left: 2%;
}
.grid .col4 {
  width: 22.5%;
  float: left;
  margin-left: 3%;
}
.grid .col5 {
  width: 17%;
  float: left;
  margin-left: 3%;
}
.grid .col6 {
  width: 14%;
  float: left;
  margin-left: 2%;
}
.grid p {
  font-size: 12px;
  line-height: 18px;
  color: #7D7D7D;
}
.grid .col-title {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #7D7D7D;
}
.grid .title-sitemap {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  background-color: #e55131;
  padding: 0 12px;
}
.grid ul.list {
  padding: 10px 0 0 25px;
}
.section-search {
  padding: 20px 10px;
  background-color: #f7f7f7;
  margin-bottom: 30px;
}
.section-search .searchform {
  height: auto;
  margin-top: 0;
}
.section-search h2 {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #4E4E4E;
  text-align: left;
  padding-bottom: 8px;
}
/* Isotope CSS */
.isotope {
  position: relative;
  width: 1032px;
  margin-left: -18px;
  min-height: 262px;
  padding-bottom: 0px;
}
.isotope.size2 {
  margin-left: -12px;
}
.isotope.size3 {
  margin-left: -9px;
}
.isotope.size4 {
  margin-left: -6px;
}
#infscr-loading {
  position: absolute;
  width: 480px;
  height: 40px;
  bottom: 5px;
  left: 50%;
  margin-left: -240px;
  background-color: #f5f5f5;
}
#infscr-loading > img {
  display: none !important;
}
#infscr-loading > div {
  font-family: 'Martel', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17;
  line-height: 40px;
  color: #7D7D7D;
  text-align: center;
  font-style: normal !important;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope-hidden {
  display: none !important;
}
/*
 *
 * Dark version
 *
 */
.dark {
  background-color: #343434;
}
.dark .wrapper {
  background-color: #343434;
}
.dark .header > .line {
  background-color: #494949;
}
.dark .submenu {
  background-color: #333333;
}
.dark .submenu a {
  color: #fff;
}
.dark .submenu li > span {
  background-color: #4a4a4a;
}
.dark .submenu li:hover > span {
  background-color: #e55131;
}
.dark .mega-submenu {
  background-color: #343434;
  border-color: #494949 !important;
  border-bottom: 5px solid #e55131 !important;
}
.dark .mega-submenu li {
  border-color: #494949 !important;
}
.dark .mega-submenu a {
  color: #fff;
}
.dark .mega-submenu h2 {
  color: #fff;
  background-color: #494949;
}
.dark .mega-submenu h3 {
  color: #fff;
}
.dark .mainnav > ul {
  border-color: #494949;
}
.dark .mainnav > ul > li {
  background-color: #343434 !important;
  border-color: #494949 !important;
}
.dark .mainnav > ul > li > a {
  border-color: #494949 !important;
  color: #DFDFDF;
}
.dark .mainnav > ul > li:hover {
  border-color: #666;
}
.dark #sliderHome > .ocult {
  background-color: #333333;
}
.dark #sliderHome .loader,
.dark .forms .loader {
  background: url('images/loader-dark.gif') no-repeat center center #494949;
}
.dark #sliderHome .loader > span,
.dark .forms .loader > span {
  display: none;
}
.dark .forms .loader {
  background-color: #4a4a4a;
}
.dark .block1 h1,
.dark .block2 h1,
.dark .block3 h1,
.dark .block4 h1,
.dark .block5 h1,
.dark .block1 h2,
.dark .block2 h2,
.dark .block3 h2,
.dark .block4 h2,
.dark .block5 h2 {
  color: #fff;
}
.dark #tabs div {
  background-color: #494949;
  border-color: #494949;
}
.dark .block2 {
  background-color: #494949;
}
.dark .block2:hover {
  border-color: #666;
}
.dark .block2:hover .btn2 {
  background-color: #666666;
}
.dark .block4 article,
.dark .block4 li {
  border: 0;
}
.dark .block4 .list li {
  list-style-image: url('images/li2.gif');
}
.dark .btn3:hover {
  background-color: #343434;
}
.dark #tabs li {
  border-color: #494949;
  border-bottom: 0;
}
.dark #tabs li.on {
  background-color: #494949;
  border-color: #494949;
  color: #DFDFDF;
}
.dark #tabs p {
  color: #DFDFDF;
}
.dark #clients li {
  border-color: #494949;
}
.dark .bottomWrap {
  background-color: #4a4a4a;
}
.dark .bottomWrap .info {
  color: #fff;
  border-color: #363636;
  background-color: #3f3f3f;
}
.dark .bottomWrap .list3 i {
  color: #DFDFDF;
}
.dark .bottomWrap a:hover {
  color: #343434;
}
.dark .footer .btm {
  background-color: #4a4a4a;
}
.dark .footer a {
  color: #DFDFDF;
}
.dark #goTop {
  color: #fff;
  background-position: -265px -70px;
}
.dark #goTop:hover {
  color: #e55131;
}
.dark .forms label,
.dark #msgInfo {
  color: #DFDFDF;
}
.dark .input1,
.dark .textarea1 {
  background-color: #333333;
  border-color: #333;
  color: #DFDFDF;
}
.dark .pageLine {
  background-color: #494949;
}
.dark .header nav p {
  z-index: 0;
}
.dark .header nav p,
.dark .team-page .text p,
.dark .team-page .social a,
.dark .team-page .text h1,
.dark .team-page .text2 p,
.dark .team-page .text2 h2,
.dark .work-page .text p,
.dark .work-page .text h1,
.dark .work-page .text h2,
.dark .work-page .text li,
.dark .work-page h2,
.dark .joinbox h3,
.dark .joinbox p,
.dark .block9 h1 a,
.dark .block9 p,
.dark .section-search h2,
.dark .magazine .posts h2,
.dark .block8 h3 a,
.dark .block8 time,
.dark .contacts > h1,
.dark #contactForm > h2,
.dark #commentForm > h2,
.dark .contacts > .sidebar > p,
.dark .not-found h2,
.dark .not-found p,
.dark .testemonials p,
.dark .testemonials footer,
.dark .tabsSide h3 a,
.dark .tabsSide time,
.dark #msgContact,
.dark .toggle h2,
.dark .toggle p,
.dark .breadcrumbs li,
.dark .filters li > a,
.dark .archive > h1 {
  color: #DFDFDF;
}
.dark .block1 p,
.dark .mainnav > ul > li > p {
  color: #A5A5A5;
}
.dark .block3 p,
.dark .block4 p,
.dark .block4 li,
.dark .footer p,
.dark .block5 p,
.dark .block5 li,
.dark .mega-submenu .description > p {
  color: #D2D2D2;
}
.dark .single h1,
.dark .single h2,
.dark .single h3,
.dark .single h4,
.dark .single h5,
.dark .single h6,
.dark .single p,
.dark .single li,
.dark .single .grid li {
  color: #DFDFDF;
}
.dark .single .answer {
  border-color: #494949;
}
.dark .sidebar > h2 {
  color: #DFDFDF;
}
.dark .sidebar .list li {
  border-color: #494949;
}
.dark .sidebar .list a {
  color: #DFDFDF;
}
.dark .sidebar .list a:hover {
  color: #666;
}
.dark .block6 {
  border-color: #494949;
}
.dark .block6 h1,
.dark .block6 p {
  color: #DFDFDF;
}
.dark .block6 ul li {
  background-color: #4a4a4a;
  color: #DFDFDF;
}
.dark .block6:hover h1 {
  color: #e55131;
}
.dark .block6:hover .btn4 {
  background-color: #666666;
}
.dark .block7 header {
  background-color: #4a4a4a;
  border-color: #666;
}
.dark .block7 h1,
.dark .block7 h2 {
  color: #DFDFDF;
}
.dark .block7:hover header {
  border-color: #e55131;
}
.dark .block8 {
  border-color: #494949;
}
.dark #infscr-loading {
  background-color: #4a4a4a;
}
.dark #infscr-loading > div {
  color: #DFDFDF;
}
.dark .archive .list li,
.dark .magazine .list li {
  list-style-image: url('images/li3.gif');
}
.dark .team-page .social a:hover {
  color: #e55131;
}
.dark .joinbox {
  background-color: #4a4a4a;
}
.dark .teamList li {
  background-color: #4a4a4a;
  border-color: #666;
}
.dark .teamList li h2 a {
  color: #DFDFDF;
}
.dark .teamList li:hover {
  border-color: #e55131;
}
.dark .block9 p.category {
  color: #e55131;
}
.dark .section-search {
  background-color: #4a4a4a;
}
.dark .section-search #searchSbmt {
  background-color: #666666;
}
.dark .section-search #searchSbmt:hover {
  background-color: #e55131;
}
.dark #contactForm input,
.dark #commentForm input,
.dark #contactForm textarea,
.dark #commentForm textarea,
.dark #contactForm .inputicon,
.dark #commentForm .inputicon,
.dark #contactForm .commenttext,
.dark #commentForm .commenttext {
  color: #DFDFDF;
  background-color: #4a4a4a;
  border-color: #494949;
}
.dark .box p {
  color: #fff;
}
.dark #newslettForm .loader,
.dark #contactForm .loader,
.dark #commentForm .loader {
  background: url('images/loader-dark-2.gif') no-repeat center center #343434;
}
.dark #newslettForm .loader > span,
.dark #contactForm .loader > span,
.dark #commentForm .loader > span {
  display: none;
}
.dark .testemonials .slider,
.dark .tabsSide {
  background-color: #4a4a4a;
}
.dark .tabsSide > ul li {
  background-color: #494949;
  color: #DFDFDF;
}
.dark .tabsSide > ul li.on {
  color: #e55131;
}
.dark .tabsSide ul,
.dark .tabsSide li {
  border-color: #666;
}
.dark .single .article-info li {
  background-color: #4a4a4a;
  color: #DFDFDF;
}
.dark .author-bio > ul li {
  background-color: #494949;
  color: #DFDFDF;
  border-color: #666;
}
.dark .author-bio > ul li a {
  color: #DFDFDF;
}
.dark .author-bio > ul li a:hover {
  color: #494949;
}
.dark .author-bio > ul li.on {
  color: #e55131;
}
.dark .author-bio .description {
  background-color: #4a4a4a;
  border-color: #666;
}
.dark .page-navi a {
  background-color: #4a4a4a;
  border-color: #666;
  color: #DFDFDF;
}
.dark .page-navi a.current,
.dark .page-navi a:hover {
  background-color: #e55131;
  border-color: #e55131;
  color: #fff;
}
.dark .toggle {
  border-color: #666;
}
.dark .toggle li {
  background-color: #4a4a4a;
  border-color: #666;
}
.dark .priceUl {
  background-color: #4a4a4a;
  border-color: #666;
}
.dark .priceUl li {
  border-color: #666;
}
.dark .priceUl li.bottom a {
  background-color: #666666;
}
.dark .priceUl li.bottom a:hover {
  background-color: #e55131;
}
.dark .priceUl.middle li.bottom a {
  background-color: #e55131;
}
.dark .priceUl.middle li.bottom a:hover {
  background-color: #666666;
}
.dark .work-page .text li {
  list-style-image: url('images/li3.gif');
}
.dark .filters > ul {
  border-color: #666;
}
.dark .filters li {
  background-color: #4a4a4a;
  border-color: #666;
}
.dark .filters li.current,
.dark .filters li:hover {
  border-bottom: 4px solid #e55131;
}
.dark.boxed {
  background-color: #585858;
}
/*
 *
 * Styles left box
 *
 */
#stylebox {
  position: fixed;
  display: block;
  width: 340px;
  height: auto;
  top: 130px;
  left: 0;
  z-index: 9999;
}
#stylebox > .title {
  position: relative;
  width: 324px;
  height: 60px;
  padding-left: 16px;
  background-color: #202020;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
}
#stylebox > .title span {
  position: absolute;
  width: auto;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
  top: 2px;
  right: 10px;
  text-align: center;
  cursor: pointer;
}
#stylebox > .controls {
  width: 253px;
  height: auto;
  padding: 20px 16px 30px 16px;
  background-color: #303030;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
}
#stylebox #boxedBtn,
#stylebox #fullwithBtn {
  width: 118px;
  height: 42px;
  float: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  background-color: #212121;
  color: #fff;
}
#stylebox #boxedBtn:hover,
#stylebox #fullwithBtn:hover {
  background-color: #e55131;
}
#stylebox #boxedBtn.on,
#stylebox #fullwithBtn.on {
  background-color: #ffffff;
  color: #000;
}
#stylebox #boxedBtn {
  margin-right: 15px;
}
#stylebox .colors {
  margin-top: 18px;
  padding: 14px 0 0 2px;
  border-top: 1px dashed #4D4D4D;
  cursor: pointer;
}
#stylebox .colors li {
  float: left;
  list-style: none;
  filter: inherit;
  width: 38px;
  height: 28px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-right: 12px;
  border: 1px solid #e55131;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
}
#stylebox .colors li.color1 {
  background-color: #e55131;
}
#stylebox .colors li.color2 {
  background-color: #654521;
  border-color: #654521;
}
#stylebox .colors li.color3 {
  background-color: #03b8df;
  border-color: #03B8DF;
}
#stylebox .colors li.color4 {
  background-color: #05b715;
  border-color: #05B715;
}
#stylebox .colors li.color5 {
  background-color: #b30b33;
  border-color: #B30B33;
  margin-right: 0;
}
#stylebox .colors li.on,
#stylebox .colors li:hover {
  border-color: #fff;
}
#stylebox .colors li:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
/*
 *
 * Media queries for responsive 
 *
 */
@media only screen and (max-width: 960px) {
  #stylebox {
    display: none;
  }
  .header {
    height: 224px;
  }
  .header .logo {
    left: 50%;
    margin-left: -65px;
  }
  .header > .in,
  .header > .moreinfo,
  .header > .moreinfo > .in {
    width: 100%;
  }
  .mainnav {
    text-align: center;
    padding-top: 117px;
  }
  .mainnav > ul {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: table;
    *display: inline;
    *zoom: 1;
  }
  .container,
  .magazine {
    width: 95%;
    margin: 0 auto;
  }
  .infosCont,
  #clients,
  .inFlow {
    width: 100%;
  }
  #sliderHome {
    width: 100%;
    height: auto;
  }
  #sliderHome article {
    width: auto;
    height: auto;
  }
  #sliderHome article > header {
    bottom: 45px;
    left: 10px;
  }
  #sliderHome article img {
    width: 100%;
    height: auto;
  }
  #sliderHome .in {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .rs-wrap .description {
    bottom: 45px;
    left: 10px;
  }
  .block1 {
    display: inline-block;
    float: none;
    padding-right: 0;
    margin: 0 20px 10px 20px;
  }
  .block3 {
    float: none;
    width: 100%;
  }
  .block4 {
    width: 22%;
  }
  .block4 > article > p {
    width: 65%;
  }
  .block5 {
    width: auto;
  }
  .block5 .col2 {
    float: left;
    margin-left: 20px;
    width: 250px;
  }
  .block5.left {
    border: none;
    float: none;
  }
  .block5.right {
    float: none;
  }
  #tabs > ul {
    float: none;
    bottom: -1px;
  }
  #tabs > ul > li {
    float: left;
    border-bottom: none;
  }
  #tabs > ul > li:nth-last-child(1).on {
    border-right: 1px solid #DDD;
  }
  #tabs > div {
    float: none;
    width: auto;
  }
  .forms .textarea1 {
    width: 238px;
  }
  .bottomWrap .in,
  .footer .in {
    width: 95%;
  }
  .sidebar {
    width: 30%;
    overflow: hidden;
  }
  .sidebar .ads img {
    width: 100%;
    max-width: 300px;
  }
  .sidebar .flickr img {
    width: 25%;
    height: auto;
  }
  .sidebar .searchform input {
    width: 48%;
  }
  .sidebar #searchSbmt {
    width: 40%;
    font-size: 14px;
  }
  .testemonials {
    height: auto;
    padding-bottom: 28px;
  }
  .testemonials .slider,
  .testemonials li,
  .testemonials ul {
    width: 100%;
  }
  .testemonials p,
  .testemonials footer {
    width: 92%;
  }
  #newslettForm {
    width: auto;
    padding-top: 36px;
  }
  #newslettForm #emailNewslettTxt {
    position: absolute;
    top: 0;
    left: 0;
    right: 1px;
    width: auto;
  }
  #newslettForm #newslettSmbt {
    float: none;
    width: auto;
  }
  .tabsSide > ul {
    width: 99%;
  }
  .tabsSide > ul > li {
    float: none;
    width: 100%;
  }
  .tabsSide > div > ul {
    width: 100%;
  }
  .tabsSide figure {
    display: none;
  }
  .archive,
  .magazine {
    width: 95%;
  }
  .archive > .posts,
  .magazine > .posts {
    width: 66%;
    overflow: hidden;
  }
  .archive > .posts .twocools,
  .magazine > .posts .twocools {
    width: 100%;
  }
  .archive .block6,
  .magazine .block6 {
    width: 100%;
  }
  .archive .block6 > figure,
  .magazine .block6 > figure {
    width: 100%;
  }
  .archive .block6.size2,
  .magazine .block6.size2,
  .archive .block6.size4,
  .magazine .block6.size4 {
    padding-left: 0;
  }
  .archive .block6.size3,
  .magazine .block6.size3,
  .archive .block6.size4,
  .magazine .block6.size4 {
    width: 40%;
    padding-right: 0;
  }
  .archive .block6.size3 > figure,
  .magazine .block6.size3 > figure,
  .archive .block6.size4 > figure,
  .magazine .block6.size4 > figure {
    width: 100%;
  }
  .archive .onecool,
  .magazine .onecool {
    width: 30%;
  }
  .archive .onecool .block6,
  .magazine .onecool .block6 {
    width: 100%;
  }
  .archive .portfolio,
  .magazine .portfolio {
    width: 100%;
  }
  .archive #isotope,
  .magazine #isotope {
    width: 100%;
    margin: 0 auto;
  }
  .archive .posts2 .twocools,
  .magazine .posts2 .twocools,
  .archive .posts2,
  .magazine .posts2 {
    width: 100%;
  }
  .archive > .portfolio,
  #isotope {
    width: 100%;
  }
  .single > img,
  .single > figure > img {
    width: 100%;
    height: auto;
  }
  .single .featuredImg {
    width: 100%;
    height: auto;
  }
  .comments li {
    padding-left: 72px;
  }
  .comments li img {
    width: 54px;
    height: 54px;
  }
  #commentForm .inputsrow {
    width: 100%;
  }
  #commentForm .inputicon {
    width: 30%;
  }
  #commentForm .inputicon > input {
    width: 55%;
  }
  #commentForm .commenttext {
    width: 95%;
  }
  #commentForm .commenttext > textarea {
    width: 90%;
  }
  #commentForm .btn5 {
    float: left;
  }
  .mapcont,
  #mapcont {
    width: 100%;
  }
  .contacts {
    width: 95%;
  }
  .contacts .single {
    width: 68%;
  }
  .contacts .sidebar {
    width: 30%;
  }
  .team-page > .text {
    width: 60%;
  }
  .team-page > .img {
    width: 35%;
  }
  .team-page > .img > img {
    width: 100%;
    height: auto;
  }
  .team-page > .text2 {
    width: 55%;
  }
  .teamList {
    width: auto;
  }
  .teamList li {
    display: inline-block;
    float: none;
    padding-right: 0;
    margin: 0 10px 10px 10px;
  }
  .price-table {
    padding-bottom: 10px;
  }
  .priceUl,
  .priceUl.middle {
    float: none;
    width: 99%;
    margin: 0 0 10px 0;
  }
  .work-page > .text {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .work-page > .text .view {
    margin-top: 20px;
  }
  #workSlide {
    width: 100%;
    float: none;
  }
  #videoprod {
    width: 100%;
    float: none;
  }
  
  #workSlide > .slider,
  #workSlide a {
    display: block;
    width: 100%;
  }
  #workSlide img {
    width: 100%;
  }
  /*****mios****/
 .eyd {
position: relative;
width: 100%;
overflow: hidden;
float: none;
margin-top: 10px;
text-align: center;
}
.entorno{
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.entorno img{width: 75%; max-width: none!important;
}

.entorno-levadizo img{width: 100%; max-width: none!important;
}

.diagrama{
width: 100%;
float: none; display: block;}

.diagrama img{width: 100%;}

.diagrama-carros{
width: 100%;
float: none; display: block;}

.diagrama-carros img{width: 100%;}



.tabla-auto{
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.diagrama-auto{
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.diagrama-auto img{width: 100% !important; max-width:none;}

.vye {
position: relative;
width: 100%;
overflow: hidden;
float: none;
margin-top: 10px;
text-align: center;
}
.video{
width: 100%;
float: none; display: block;}

.entorno-auto{
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
/******************/
  #featured {
    width: 100%;
  }
  #featured .block7 {
    width: 227px;
  }
  .magazine .block8 > ul > li {
    width: 100%;
    height: 60px;
    padding: 10px 0;
    background-color: #f7f7f7;
    margin-bottom: 10px;
  }
  .magazine .block8 > ul h3 {
    height: auto;
    max-height: 32px;
  }
  .magazine .block8 > ul time,
  .magazine .block8 > ul h3 {
    width: 60%;
  }
  .magazine .block8 > ul figure {
    margin-left: 10px;
  }
  #magazineSlider {
    width: 100%;
  }
  #magazineSlider img,
  #magazineSlider article,
  #magazineSlider .slider {
    width: 100%;
    height: auto;
  }
  #magazineSlider article header {
    bottom: 40px;
  }
  .page-navi {
    bottom: 0;
  }
  .block9 figure {
    width: 23%;
    height: auto;
    margin-right: 2%;
  }
  .block9 img {
    width: 100%;
  }
  .block9 .text {
    width: 75%;
  }
}
@media only screen and (max-width: 880px) {
  .bottomWrap {
    padding-top: 0;
  }
  .block4 {
    float: none;
    width: 100%;
    padding-top: 30px;
  }
  .block4 > article > p {
    width: 84%;
  }
  .info {
    margin-top: 30px;
  }
  .block5.right,
  .block5.left {
    margin-top: 0;
    padding-top: 30px;
    clear: both;
    padding-left: 0;
  }
  .author-bio > ul > li > a {
    text-indent: -99999px;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 0 0 38px;
  }
  
  .breadcrumbs {
position: relative;
top: auto;
right: auto;
padding-bottom: 20px;
margin-left: -10px;
  }
}

@media only screen and (max-width: 880px) {
	.mainnav > ul > li > a {
		font-size: 14px;
		padding: 10px 10px 40px 10px;
		}
		
		#clientes {
  position: relative;
  display: block;
  width: 100%;
}

#clientes ul {
	text-align: center;
}

#clientes li {
	position: relative;
	display: block;
	width: 100% !important;
	height: 145px;
	list-style: none;
	filter: inherit;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 5px;
	text-align: center;
}
#clientes li img {
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	text-align: center;
}
#clientes li img:hover {
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
}

  .blockindex{
    width: 45%
  }

  .blockindex > figure > img{
    width: 95%;
  }
}
@media only screen and (max-width: 960px) and (min-width: 701px) {
  #contactForm .inputsrow {
    width: 100%;
  }
  #contactForm .inputicon {
    width: 30%;
  }
  #contactForm .inputicon > input {
    width: 55%;
  }
  #contactForm .commenttext {
    width: 95%;
  }
  #contactForm .commenttext > textarea {
    width: 90%;
  }
  #contactForm .btn5 {
    float: left;
  }
}
@media only screen and (max-width: 700px) {
  .header {
    height: auto;
  }
  .header > .line {
    top: 107px;
    bottom: auto;
  }
  #navBtn {
	font-family: 'Martel', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 40px;
	text-align: left;
	position: relative;
	display: block;
	width: auto;
	height: 40px;
	padding: 0 20px;
	background-color: #e55131;
	color: #fff;
	cursor: pointer;
	transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-webkit-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
  }
  #navBtn > .icon {
    position: absolute;
    width: 28px;
    height: 40px;
    top: 0;
    right: 20px;
    background: url('images/sprite.png') no-repeat -230px 0 transparent;
  }
  #navBtn:hover,
  #navBtn.on {
    background-color: #494949;
  }
  .mainnav {
    position: relative;
    width: 95%;
    height: 60px;
    margin: 0 auto;
    padding-top: 136px;
  }
  .mainnav > ul {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 176px;
    left: 0;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  }
  .mainnav > ul > li {
    position: relative;
    border: 1px solid #f6f6f6;
    float: none;
    width: auto;
    height: auto;
    background-color: #ffffff;
  }
  .mainnav > ul > li > a {
    display: block;
    font-family: 'Martel', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #ADADAD;
    transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    padding: 6px 7px;
  }
  .mainnav > ul > li > p {
    display: none;
  }
  .mainnav > ul > li:hover,
  .mainnav > ul > li.current {
    border-color: #f6f6f6;
  }
  .mainnav > ul > li:hover > a,
  .mainnav > ul > li.current > a {
	color: #e55131;
  }
  .submenu,
  .mega-submenu {
    position: relative;
    top: auto;
    left: auto;
    visibility: visible;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    opacity: 1;
    border-bottom: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .submenu li,
  .mega-submenu li {
    border-top: 1px solid #f6f6f6;
    padding: 0 20px;
  }
  .submenu li a,
  .mega-submenu li a {
    font-size: 12px;
    padding: 8px 0;
    max-width: 100%;
  }
  .submenu li > span,
  .mega-submenu li > span {
    display: none;
  }
  .mega-submenu {
    width: auto;
  }
  .mega-submenu h2,
  .mega-submenu h3,
  .mega-submenu p {
    display: none;
  }
  .mega-submenu ul,
  .mega-submenu li {
    float: none;
    width: auto;
    height: auto;
  }
  .dark .submenu li,
  .dark .mega-submenu li {
    border-color: #494949;
  }
  .breadcrumbs {
    position: relative;
    top: auto;
    right: auto;
    padding-bottom: 20px;
    margin-left: -10px;
  }
  .archive,
  .contacts {
    padding-top: 80px;
  }
  .contacts .single,
  .contacts .sidebar {
    float: none !important;
    width: 630px;
    margin: 0 auto;
  }
  .contacts .sidebar {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .team-page > .text,
  .team-page > .text2 {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .team-page > .img {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .team-page > .img > img {
    width: 100%;
    height: auto;
  }
  .team-page .joinbox {
    width: auto;
    float: none;
  }
  .archive > .sidebar,
  .magazine > .sidebar,
  .archive > .posts.left,
  .magazine > .posts.left {
    width: 100%;
    float: none;
  }
  .archive > .posts,
  .magazine > .posts {
    width: 100%;
    padding-bottom: 40px;
    float: none;
  }
  .archive .onecool,
  .magazine .onecool {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .sidebar {
    margin-top: 10px;
  }
  .sidebar .ads {
    width: 300px;
    margin: 0 auto;
  }
  .sidebar .flickr img {
    width: 10%;
    height: auto;
  }
  .sidebar .searchform input {
    width: 60%;
  }
  .sidebar #searchSbmt {
    width: 30%;
    font-size: 16px;
  }
  .tabsSide > ul > li {
    float: left;
    width: 33%;
  }
  .tabsSide > div {
    border-top: 1px solid #ddd;
    margin-top: -1px;
  }
  .tabsSide figure {
    display: block;
  }
  .tabsSide h3 {
    width: 60%;
  }
  #newslettForm {
    width: auto;
    padding-top: 0;
  }
  #newslettForm #emailNewslettTxt {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 70%;
  }
  #newslettForm #newslettSmbt {
    float: left;
    width: 22%;
  }
  .block6 {
    width: 100%;
    padding-bottom: 20px;
    margin: 20px 0 0 0;
  }
  .block6.size2,
  .block6.size3,
  .block6.size4 {
    width: 100% !important;
    padding-right: 0;
  }
  .block6.size3,
  .block6.size4 {
    margin-left: 0 ! important;
    margin-right: 0 ! important;
  }
  .grid .col1,
  .grid .col2,
  .grid .col3,
  .grid .col4,
  .grid .col5,
  .grid .col6 {
    width: 100%;
    float: none;
    margin: 0;
  }
  .block9 figure,
  .block9 img {
    width: 100%;
    height: auto;
    margin: 0;
    float: none;
  }
  .block9 .text {
    float: none;
    width: auto;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 660px) {
  #seeTabs {
    font-family: 'Martel', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    position: relative;
    display: block;
    width: auto;
    height: 40px;
    padding: 0 20px;
    background-color: #494949;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -webkit-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
  }
  #seeTabs > .icon {
    position: absolute;
    width: 28px;
    height: 40px;
    top: 0;
    right: 20px;
    background: url('images/sprite.png') no-repeat -230px 0 transparent;
  }
  #seeTabs:hover,
  #seeTabs.on {
    background-color: #666666;
  }
  #tabs > ul {
    display: none;
  }
  #tabs > ul > li {
    float: none;
    border: 0;
    width: auto;
  }
  .footer p {
    width: 100%;
  }
  .contacts .single {
    width: 100%;
  }
  #contactForm .inputsrow {
    width: 100%;
  }
  #contactForm .inputicon {
    width: 99%;
    float: none;
    margin-bottom: 10px;
  }
  #contactForm .inputicon > input {
    width: 82%;
  }
  #contactForm .commenttext {
    width: 99%;
  }
  #contactForm .commenttext > textarea {
    width: 94%;
  }
  .block7 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .block7 > figure {
    width: 100%;
    height: auto;
  }
  .block7 > figure > img {
    width: 100%;
  }
  .rs-wrap .description {
    bottom: 20px;
  }
}
@media only screen and (max-width: 560px) {
  #sliderHome article h1,
  #sliderHome article h2 {
    font-size: 15px;
    line-height: 30px;
    padding: 0 8px;
  }
  .rs-wrap .description h1,
  .rs-wrap .description h2 {
    font-size: 15px;
    line-height: 30px;
    padding: 0 8px;
  }
  .block5 .col1,
  .block5 .col2 {
    margin-left: 0;
    float: none;
  }
  .block1 {
    margin: 0 10px 10px 10px;
  }
  .archive .block6.size2 {
    width: 302px;
    padding: 192px 0 30px 0px;
    margin: 0 auto;
  }
  .not-found > h2 {
    font-size: 68px;
    line-height: 68px;
  }
  .not-found > p {
    font-size: 20px;
    line-height: 28px;
  }
  .block2 {
    padding: 0 20px 70px 20px;
    border-top: 2px solid #e55131;
  }
  .block2 .btn2 {
    top: auto;
    bottom: 0;
    padding: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
  }
  .archive > h1, .contacts > h1, .magazine > h1 {
font-size: 22px;
}
}
@media only screen and (max-width: 460px) {
  .contacts .single {
    width: 98%;
  }
  #commentForm .inputsrow {
    width: 100%;
  }
  #commentForm .inputicon {
    width: 99%;
    float: none;
    margin-bottom: 10px;
  }
  #commentForm .inputicon > input {
    width: 82%;
  }
  #commentForm .commenttext {
    width: 99%;
  }
  #commentForm .commenttext > textarea {
    width: 94%;
  }
  .archive > h1,
  .contacts > h1,
  .magazine > h1 {
    font-size: 20px;
  }
  .block7.size2,
  .block7.size3,
  .block7.size4 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .block7.size2 > figure,
  .block7.size3 > figure,
  .block7.size4 > figure {
    width: 100%;
    height: auto;
  }
  .block7.size2 > figure > img,
  .block7.size3 > figure > img,
  .block7.size4 > figure > img {
    width: 100%;
  }
  #infoForm > .col1,
  #infoForm > .col2 {
    width: 100%;
  }
  #infoForm input,
  #infoForm textarea {
    width: 98%;
    padding: 4px 1%;
  }
  .team-page .social {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: -10px;
  }
  .team-page .social > li {
    margin: 0 5px 0 0;
  }
  .not-found {
    padding: 0;
  }
  .not-found > h2 {
    font-size: 58px;
    line-height: 58px;
  }
  .not-found > p {
    font-size: 18px;
    line-height: 26px;
  }
  .searchform {
    display: block;
  }
  .searchform input {
    width: 59%;
  }
  .searchform > div {
    width: 34%;
  }
  .rs-prev,
  .rs-next {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  .blockindex {
    width: 95%;
    margin-left: 0;
  }


}
@media only screen and (max-width: 380px) {
  #sliderHome article h1,
  #sliderHome article h2 {
    font-size: 13px;
    line-height: 20px;
  }
  .rs-wrap .description h1,
  .rs-wrap .description h2 {
    font-size: 13px;
    line-height: 20px;
  }
  .block4 > article > p {
    width: 80%;
  }
  .sidebar .ads,
  .sidebar .ads img {
    width: 100%;
    max-width: 300px;
  }
  .contact-info {
    width: 100%;
    left: 0;
    right: auto;
  }
  .contact-info > .col1,
  .contact-info > .col2 {
    width: 100%;
    float: none;
    margin: 0;
  }
  .searchform {
    display: block;
  }
  .searchform input {
    width: 56%;
  }
  .searchform > div {
    width: 34%;
  }
    .archive > h1, .contacts > h1, .magazine > h1 {
font-size: 15px;
}
}



