/* 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%;
}
p,
li,
label {
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: #ffa100;
  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,
.tabs:after,
.row:after,
.block5:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  *zoom: 1;
}
* html .clearfix,
*:first-child + html .clearfix {
  zoom: 1;
}

.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;
}
.color1 {
  color: #ffa100;
}

/*
 *
 * Containers
 *
 */
.in {
  position: relative;
  display: block;
  width: 960px;
  height: auto;
  margin: 0 auto;
  z-index: 2;
}
.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;
}

.block7 .hover,
.teamList .hover,
.sub-menu,
.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;
}

/* Header */
.header {
	position: relative;
	display: block;
	width: 100%;
	height: 140px;
	min-height: 140px;
	z-index: 699;
}
.header > .moreinfo {
	position: absolute;
	width: 100%;
	height: auto;
	top: -100px;
	left: 0;
	padding: 0 0 7px 0;
	background-color: #ffa100;
}
.header > .moreinfo p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 10px;
}
.header > .line {
	position: absolute;
	width: 100%;
	height: 10px;
	left: 0;
	bottom: 27px;
	background-color: #f6f6f6;
	z-index: 1;
}
.header .logo {
	position: absolute;
	width: 280px;
	height: 70px;
	left: 0px;
	top: -18px;
	z-index: 9999;
	background-color: transparent;
	background-image: url(../images/logo.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: 0px;
	padding-top: 3px;
}
.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: bold;
	font-size: 18px;
	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: 11px;
	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: #ffa100;
}
.sub-menu,
.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 #ffa100;
  visibility: hidden;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  opacity: 0;
}
.sub-menu {
  padding: 0 20px;
}
.sub-menu li {
  position: relative;
  list-style: none;
}
.sub-menu 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;
}
.sub-menu li:hover > a {
  color: #ffa100;
}
.sub-menu li:hover > span {
  width: 100%;
  background-color: #ffa100;
}
.sub-menu li:nth-last-child(1) > span {
  display: none;
}
.sub-menu 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;
}


/*
 *
 * Media queries for responsive 
 *
 */
@media only screen and (max-width: 960px) {
  #stylebox {
    display: none;
  }
  .header {
    height: 224px;
  }
  .header .logo {
    left: 50%;
    margin-left: -140px;
  }
  .header > .in,
  .header > .moreinfo,
  .header > .moreinfo > .in {
    width: 100%;
  }
  .mainnav {
    text-align: center;
    padding-top: 87px;
  }
  .mainnav > ul {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: table;
    *display: inline;
    *zoom: 1;
  }
 
  .inFlow {
    width: 100%;
  }
 

}
@media only screen and (max-width: 767px) {
  .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: #ffa100;
    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: 96px;
  }
  .mainnav > ul {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 146px;
    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: #ffa100;
  }
  .sub-menu,
  .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;
  }
  .sub-menu li,
  .mega-submenu li {
    border-top: 1px solid #f6f6f6;
    padding: 0 20px;
  }
  .sub-menu li a,
  .mega-submenu li a {
    font-size: 12px;
    padding: 8px 0;
    max-width: 100%;
  }
  .sub-menu 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 .sub-menu li,
  .dark .mega-submenu li {
    border-color: #494949;
  }
 
