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

@import url('/css/font-awesome.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: Arial, Helvetica, sans-serif;
}
a {
  color: #ffa200;
  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: Arial, Helvetica, sans-serif;
  font-size: 10px;
  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: #ffa200;
}
/*
 *
 * Buttons
 *
 */
.btn1 {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -30px;
  right: 0;
  background: url('images/sprite.png') no-repeat -265px -25px #ffa200;
  cursor: pointer;
}
.btn1.on {
  background-position: -295px -25px;
}
.btn2 {
  position: absolute;
  width: 150px;
  height: 100%;
  right: 0;
  top: -5px;
  padding-top: 5px;
  color: #fff;
  font-size: 24px;
  line-height: 120px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  background-color: #ffa200;
  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: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  display: block;
  width: auto;
  height: 25px;
  color: #fff;
  font-size: 11px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffa200;
  padding: 0 15px;
  cursor: pointer;
}
.btn3:hover {
  background-color: #494949;
}
.btn4 {
  position: relative;
  display: block;
  width: auto;
  height: 25px;
  padding: 0 8px;
  border-bottom: 2px solid #ffa200;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  background-color: #494949;
	border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.btn4 > span {
  position: absolute;
  width: 5px;
  height: 18px;
  bottom: -2px;
  left: -5px;
  background-color: #ffa200;
}
.btn5 {
  font-family: Arial, Helvetica, 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;
}
.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: 26px;
	height: 18px;
	top: 50%;
	left: 50%;
	background: url('images/sprite.png') no-repeat 0 -30px transparent;
	margin: -9px 0 0 -13px;
	z-index: 2;
}
.hover > span.link {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	left: 50%;
	background: url('images/Link.png') no-repeat 0 0px transparent;
	margin: -9px 0 0 -13px;
	z-index: 2;
}


/*
 *
 * Blocks
 *
 */
.block1 {
  position: relative;
  display: block;
  width: 225px;
  height: auto;
  padding: 120px 20px 0 0;
  float: left;
}
.block1 > header {
  width: auto;
  height: 40px;
  padding: 2px 0;
}
.block1 > figure {
  position: absolute;
  width: 225px;
  height: 120px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.block1 h1 {
  font-family: 'Source Sans Pro', 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;
}
.block2 {
  position: relative;
  display: block;
  width: auto;
  height: 115px;
  background-color: #f5f5f5;
  border-top: 5px solid #ffa200;
  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);
}
.block2 h1 {
  font-family: 'Source Sans Pro', 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: 12px;
  line-height: 14px;
  color: #888;
  padding-top: 6px;
}
.block2 > .vCenter {
  height: 115px;
  padding-left: 20px;
}
.block2:hover {
  border-color: #494949;
}
.block2:hover > .btn2 {
  background-color: #494949;
}
.block_quisommesnous {
	padding-top: 32px;
	display: block;
	width: 800px;
	height: auto;
	margin-left: 80px;
}
.block3 {
  padding-top: 32px;
  display: block;
  width: 470px;
  height: auto;
}
.block3 > h2, .block_quisommesnous > h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	line-height: 38px;
	color: #3F3F3F;
	padding-bottom: 5px;
}
.block_quisommesnous > h2 {

	border-bottom: 2px solid #ffa200;
	line-height: 30px;
	margin-bottom: 5px;
}
.block3 > p, .block_quisommesnous > 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;
}
.block4,
.block5 {
  display: block;
  width: 220px;
  height: auto;
  float: left;
  margin-right: 25px;
}
.block4 > h2,
.block5 > h2 {
  position: relative;
  font-family: 'Source Sans Pro', 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: #ffa200;
}
.block4 p,
.block5 p,
.block4 li,
.block5 li {
  font-size: 12px;
  line-height: 16px;
  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: #ffa200;
}
.block4 > .list2 > li,
.block5 > .list2 > li,
.block4 > .list3 > li,
.block5 > .list3 > li {
  list-style: none;
  padding-bottom: 15px;
}
.block4 > .list3,
.block5 > .list3 {
  padding-top: 20px;
}
.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;
}
.block7 {
  position: absolute;
  width: 462px;
  height: 80px;
  top: 0;
  left: 0;
  padding: 227px 0 0 0;
  margin: 0 18px 18px 18px;
  cursor: pointer;
}
.block7 > figure {
  position: absolute;
  width: 100%;
  height: 227px;
  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: #ffa200;
  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: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #4E4E4E;
  text-align: center;
  padding: 6px 14px;
}
.block7 h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 12px;
  color: #7D7D7D;
  text-align: center;
  padding: 0 5px;
  font-weight: 400;
}
.block7.size2 {
  width: 302px;
  margin: 0 14px 18px 12px;
}
.block7.size3 {
  width: 227px;
  margin: 5px 5px 13px 5px;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.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: #ffa200;
}
.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: #ffa200;
}
.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: #ffa200;
  z-index: 999;
}
.block9 img {
  display: block;
}
.block9 .text {
  float: left;
  width: 715px;
}
.block9 h1 {
  font-family: 'Source Sans Pro', 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: #ffa200;
  padding-bottom: 5px;
}
.block9 li {
  list-style: none;
  padding-bottom: 20px;
  cursor: pointer;
}
.block9 li:hover h1 a {
  color: #ffa200;
}
/*
 *
 * Lists
 *
 */
.list {
  padding-left: 15px;
}
.list > li {
  list-style-image: url('images/li1.gif');
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 16px;
  color: #898989;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
.list a {
  color: #898989;
}
.list a:hover {
  color: #ed9122;
}
.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: 14px;
  line-height: 20px;
  color: #fff;
  background-color: #494949;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
.tagslist > li > a:hover {
  background-color: #ffa200;
}
.menufacile img {
  position: relative;
  z-index: 1;
  display: block;
  width: 45px;
  height: 45px;
  float: left;
  margin: 0 10px 10px 0;
}
.menufacile 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;
  border-bottom: 4px solid #ffa200;
  background-color: #ffffff;
}
/* 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: #ffa200;
}
.header > .moreinfo p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 10px;
}
.header > .line {
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 37px;
  background-color: #f6f6f6;
  z-index: 1;
}
.header .logo {
  position: absolute;
  width: 261px;
  height: 98px;
  left: 0;
  top: 4px;
  background: url('/images/logo_wikiwi_site_internet.gif') no-repeat 0 0 transparent;
  z-index: 9999;
}
.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: 'Source Sans Pro', 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: #ffa200;
}
.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);
  border-bottom: 5px solid #ffa200;
  visibility: hidden;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  opacity: 0;
}
.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: #ffa200;
}
.submenu li:hover > span {
  width: 100%;
  background-color: #ffa200;
}
.submenu li:nth-last-child(1) > span {
  display: none;
}
.submenu a {
  display: block;
  font-family: 'Source Sans Pro', 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: 444px;
  height: auto;
  padding: 0 0 10px 8px;
}
.mega-submenu > h2 {
  font-family: 'Source Sans Pro', 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: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #494949;
  padding-bottom: 4px;
}
.mega-submenu p,
.mega-submenu a {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  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: 140px;
}
.mega-submenu a {
  display: block;
  padding: 6px 10px;
}
.mega-submenu a:hover {
  color: #ffa200;
}
/* 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: 961px;
  height: 436px;
  float: left;
}
#sliderHome article > header {
  position: absolute;
  bottom: 20px;
  left: 40px;
  z-index: 999;
}
#sliderHome article h1,
#sliderHome article h2 {
  font-family: 'Source Sans Pro', 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: 2;
}
#sliderHome > .in > .prev,
#sliderHome > .in > .next {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 35px;
  bottom: 8px;
  background: url('images/sprite.png') no-repeat -265px 0 #494949;
  cursor: pointer;
}
#sliderHome > .in > .prev:hover,
#sliderHome > .in > .next:hover {
  background-color: #ffa200;
}
#sliderHome > .in .next {
  right: 10px;
  background-position: -290px 0;
}
#sliderHome > .ocult {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #ffffff;
  -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: 'Source Sans Pro', 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 #ffa200;
  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: #ffa200;
}
.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: Arial, Helvetica, 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: #ffa200;
  color: #fff;
  border: 1px solid #ffa200;
  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 16px 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: 191px;
  height: 92px;
  float: left;
  list-style: none;
  filter: inherit;
  border: 1px solid #DDD;
  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: #ffa200;
}
.bx-controls {
  position: absolute;
  width: 45px;
  height: 18px;
  bottom: -75px;
  right: 0;
  background-color: #ffa200;
}
.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: 32px 0 40px 0;
}
.bottomWrap .info {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  color: #494949;
  background-color: #f2f2f2;
  padding: 34px 10px;
  margin-top: 40px;
  text-align: center;
  border-top: 1px dotted #d0d0d0;
  border-bottom: 1px dotted #d0d0d0;
}
/* Footer */
.footer {
  position: relative;
  padding: 0 0 20px 0;
}
.footer > .in {
  padding-bottom: 32px;
	height: 180px;
}
.footer .logo {
  display: block;
  width: 200px;
  height:75px;
  margin: 0px auto 0 auto;
  background: url('/images/logo_wikiwi_site_internet.png') no-repeat 0 0 transparent;
}
.footer p {
  font-size: 12px;
  line-height: 20px;
  color: #888;
  display: block;
  width: 750px;
  height: auto;
  margin: 22px auto 0 auto;
  text-align: left;
}
.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: #494949;
}
.footer nav li > a:hover {
  color: #ffa200;
}
.footer nav li.current > a {
  color: #ffa200;
}
.footer .copyrights {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 5px;
  right: 60px;
  text-align: right;
}
.footer > .btm {
  position: absolute;
  width: 100%;
  height: 20px;
  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: #ffa200;
}
#goBot {
  position: absolute;
  width: 51px;
  height: 34px;
  right: 20px;
  top: 100px;
  font-size: 14px;
  line-height: 34px;
  color: #494949;
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #DDD;
  cursor: pointer;
}
#goBot:hover {
  color: #ffa200;
}
/* Sidebar */
.sidebar {
  float: left;
  width: 300px;
  margin-top: -6px;
}
.sidebar > h2 {
  font-family: 'Source Sans Pro', 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 .menufacile,
.sidebar .toggle {
  margin-bottom: 30px;
}
.sidebar .menufacile 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: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
#newslettForm #newslettSmbt:hover {
  background-color: #ffa200;
}
#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 #ffa200;
  border-bottom: 0;
  color: #ffa200;
  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: #ffa200;
}
.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: #ffa200;
  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: #ffa200;
  border-color: #ffa200;
}
.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: #f6f6f6;
}
.archive,
.contacts,
.magazine {
  margin-top: -60px;
  padding: 100px 0 40px 0;
}
.archive > h1,
.contacts > h1,
.magazine > h1 {
  position: absolute;
  top: 19px;
  left: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  color: #494949;
  padding-bottom: 10px;
  border-bottom: 3px solid #ffa200;
}
.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: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  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: 'Source Sans Pro', 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: #ffa200;
  padding-top: 8px;
}
.single > header > time > span {
  font-family: 'Source Sans Pro', 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;
  height: 180px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.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: #ffa200;
  z-index: 2;
}
.single > p {
  font-size: 14px;
  line-height: 18px;
  color: #7D7D7D;
  padding-bottom: 20px;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
.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: 'Source Sans Pro', 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: 14px;
  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: #ffa200;
  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: #ffa200;
  font-weight: 700;
  margin-right: 4px;
}
/* Contact Page */
.mapcont {
  position: relative;
  border-bottom: 10px solid #ffa200;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 960px;
  height: 390px;
  overflow: hidden;
}
.contact-info {
  position: absolute;
  width: 210px;
  height: auto;
  right: 0;
  bottom: 0;
  padding: 20px;
  min-height: 90px;
}
.contact-info > .col1 {
  position: relative;
  float: left;
  width: 200px;
  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: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  padding-bottom: 10px;
}
.contact-info p {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}
#mapcont {
  position: relative;
  width: 960px;
  height: 410px;
  z-index: 1;
}
.contacts > .sidebar {
  margin-top: 0;
}
.contacts > .sidebar > h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 23px;
  color: #3F3F3F;
  padding-bottom: 8px;
}
.contacts > .sidebar > p {
  font-size: 12px;
  line-height: 22px;
  color: #818181;
  padding-bottom: 20px;
}
#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;
}
/* Team Page */

.team-page .text > blockquote,
.team-page .text2 > blockquote,
.posts > blockquote {
  position: relative;
  padding-top: 0px;
  height: 60px;
}
.team-page .text > blockquote > p,
.team-page .text2 > blockquote > p,
.posts > blockquote > p  {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 23px;
  line-height: 28px;
  font-style: italic;
  color: #494949;
  text-align: left;
  margin-left: 50px;
}
.team-page .text > blockquote i,
.team-page .text2 > blockquote i,
.team-page .text > blockquote em,
.team-page .text2 > blockquote em,
.posts > blockquote i,
.posts > blockquote em {
  color: #ffa200;
  margin: 0 8px;
}
.posts > blockquote > span {
  position: absolute;
  top: 25px;
  left: 420px;
  font-size: 12px;
  color: #b1b1b1;
}
.teamList {
  clear: both;
  width: 1100px;
  padding-top: 10px;
  margin: 0px 0px 30px 0px;
}
.teamList > li {
  float: left;
  list-style: none;
  filter: inherit;
  width: 300px;
  height: 134px;
  margin: 0px 0px 5px 5px;
  border-bottom: 5px solid #fff;
  cursor: pointer;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.teamList > li > a {
  position: relative;
  width: 300px;
  height: 100px;
  display: block;
  overflow: hidden;
  background-color: #ffffff;
}
.teamList > li > a > span {
  position: absolute;
  width: 50px;
  height: 5px;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: #ffa200;
}
.teamList > li > a > img {
  margin-top: 15px;
}
.teamList > li > h2 {
  font-family: 'Source Sans Pro', 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: #ffa200;
}
.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 */

#sliderhome {
	height: 350px;

}

.work-page > h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
  color: #494949;
  padding: 0px 0 6px 0;
  clear: both;
}
.work-page .text {
  width: 230px;
  height: auto;
  float: right;
  margin-top: -5px;
}
.work-page .text h1,
.work-page .text h2 {
  font-family: 'Source Sans Pro', 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: 40px;
  display: block;
  width: auto;
  height: 40px;
  float: left;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  padding: 0 25px;
  background-color: #ffa200;
}
.work-page .text .view:hover {
  background-color: #494949;
}
#workSlide {
  position: relative;
  width: 716px;
  height: 472px;
  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 #ffa200;
  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: #ffa200;
}
#workSlide .next {
  left: auto;
  right: 0;
  background-position: 0 -50px;
}
.fancybox-nav span {
  background: url('images/sprite.png') no-repeat -35px -50px #ffa200;
}
.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: 5px 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: #ffa200;
}
/* 404 Page */
.not-found {
  padding: 50px 0;
}
.not-found > h2 {
  font-family: 'Source Sans Pro', 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: #ffa200;
  color: #fff;
  padding: 0 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.not-found > p {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #494949;
  margin-top: 20px;
}
/* Isotope CSS */
.isotope {
  position: relative;
  width: 1032px;
  margin-left: -18px;
  min-height: 262px;
  padding: 5px;
  padding-bottom: 50px;
}
.isotope.size2 {
  margin-left: -12px;
}
.isotope.size3 {
  margin-left: -9px;
}
.isotope.size4 {
  margin-left: -6px;
}
#infscr-loading {
  position: absolute;
  width: 480px;
  height: 50px;
  bottom: 5px;
  left: 50%;
  margin-left: -240px;
  background-color: #f58606;
  text-transform: capitalize;
}
#infscr-loading > img {
  display: none !important;
}
#infscr-loading > div {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  font-style: normal !important;
  text-transform: uppercase;
}
.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;
}

/*
 *
 * 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 .menufacile 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;
  }
  #workSlide > .slider,
  #workSlide a {
    display: block;
    width: 100%;
  }
  #workSlide img {
    width: 100%;
  }
  #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;
  }
}
@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: 'Source Sans Pro', 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: #ffa200;
    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: 'Source Sans Pro', 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: #ffa200;
  }
  .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 .menufacile 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: 'Source Sans Pro', 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 #ffa200;
  }
  .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;
  }
}
@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: 5px 0 5px 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: 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%;
  }
}







/* Form style */
TABLE#txt_form {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 50px;
  FONT-FAMILY: Arial, Helvetica, sans-serif;

}
TABLE#txt_form td {
	padding: 3px;
  BORDER-BOTTOM: #dddddd 1px solid;

}
TABLE#txt_form tr {
	padding: 5px;
}
INPUT.submit{
     border:none;
     color:#e10079;
     width:200px;
     height:25px;
     cursor: pointer;
	font-size: 11px;
	font-weight: bold;
}
INPUT {
  BORDER-RIGHT: #4D4B60 1px solid;
  BORDER-TOP: #4D4B60 1px solid;
  FONT-SIZE: 12px;
  BORDER-LEFT: #4D4B60 1px solid;
  BORDER-BOTTOM: #4D4B60 1px solid;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #F5F5F5;
  height: 20px;
}
BUTTON {
  BORDER-RIGHT: #4D4B60 1px solid;
  BORDER-TOP: #4D4B60 1px solid;
  FONT-SIZE: 11px;
	padding: 5px;
  BORDER-LEFT: #4D4B60 1px solid;
  BORDER-BOTTOM: #4D4B60 1px solid;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #F5F5F5;
}
TEXTAREA {
  BORDER-RIGHT: #4D4B60 1px solid;
  BORDER-TOP: #4D4B60 1px solid;
  FONT-SIZE: 11px;
  BORDER-LEFT: #4D4B60 1px solid;
  BORDER-BOTTOM: #4D4B60 1px solid;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #F5F5F5;
}
SELECT {
  BORDER-RIGHT: #4D4B60 1px solid;
  BORDER-TOP: #4D4B60 1px solid;
  FONT-SIZE: 11px;
  BORDER-LEFT: #4D4B60 1px solid;
  BORDER-BOTTOM: #4D4B60 1px solid;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #F5F5F5;
}
radio {
  BORDER-RIGHT: #4D4B60 1px solid;
  BORDER-TOP: #4D4B60 1px solid; FONT-SIZE: 11px;
  BORDER-LEFT: #4D4B60 1px solid;
  BORDER-BOTTOM: #4D4B60 1px solid;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #F5F5F5;
}
input.radio:checked   {
     background: red;
     border: 1px solid red;
}
INPUT:hover,TEXTAREA:hover {
  BACKGROUND-COLOR: #ffc655;
}
INPUT:focus,TEXTAREA:focus {
  BACKGROUND-COLOR: #ffe9c3;
}








div#menu_bottom_reseau {
	position: relative;
	float: left;
	height: 80px;
	margin-top: 10px;
	text-align: center;
}

div#menu_bottom_reseau a {
	position: relative;
	float: left;
	display: block;
	width: 35px;
	height: 35px;
	top: -8px;
}
div#menu_bottom_reseau a img {
	margin: 5px;
	width: 25px;
	height: 25px;
}
div#menu_bottom_reseau a:hover{
	color: #fff;
	background-color: #ffa200;
	border-radius: 5px;
}

div.fb-like-box {
	position:relative;
	margin-top: 10px;
	margin-left: 30px;
}

