/*
Theme Name: Krava
Theme URI: http://www.themeforest.net/
Description: Multi-purpose, clean and creative WordPress template
Author: FuseCoders
Author URI: http://themeforest.net/user/FuseCoders
Version: 1.4
Tags: adsense, agency, business, corporate design, creative, drag drop page buider, isotope, page builder, responsive, seo, translate, yoast

License: GNU General Public License
License URI: license.txt
*/
* {
  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: #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;
}
::-webkit-input-placeholder {
  line-height: 16px;
}
::-moz-placeholder {
  line-height: 16px;
}
:-ms-input-placeholder {
  line-height: 16px;
}
input:-moz-placeholder {
  line-height: 16px;
}
.clearfix:after,
.block4:after,
.price-table:after,
.tabs:after,
.row:after,
.block5:after,
.breadcrumbs:after,
.block9 li:after,
.page-navi:after,
.wp-tag-cloud:after,
.widget-ad125x125:after,
.mega-submenu:after,
.comment-paginate:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  *zoom: 1;
}
* html .clearfix,
*:first-child + html .clearfix {
  zoom: 1;
}
.site-fixed {
  min-width: 980px;
}
.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: #ffa100;
}
/*
 *
 * Buttons
 *
 */
.btn1 {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: -30px;
  right: 0;
  background: url('../images/sprite.png') no-repeat -265px -25px #ffa100;
  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: #ffa100;
  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: 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: #ffa100;
  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 #ffa100;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  line-height: 25px;
  background-color: #494949;
  font-family: Arial, Helvetica, sans-serif;
}
.btn4 > span {
  position: absolute;
  width: 5px;
  height: 18px;
  bottom: -2px;
  left: -5px;
  background-color: #ffa100;
}
.btn5,
#commentForm input[type=submit] {
  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,
#commentForm input[type=submit]:hover {
  background-color: #494949;
}
/*
 *
 * 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;
}
/*
 *
 * Transitions
 *
 */
.prev,
.next,
.btn2,
.btn3,
.btn4,
.wp-tag-cloud a,
#newslettSmbt,
.toggle li,
.comment-reply-link,
.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,
.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,
.sub-menu,
.mega-submenu,
#magazineSlider article .bg {
  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);
  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);
  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;
}
/*
 *
 * Blocks
 *
 */
.block1 > header {
  width: auto;
  height: 40px;
  padding: 2px 0;
}
.block1 > figure img {
  display: block;
  width: 100%;
  height: auto;
}
.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 #ffa100;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  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: '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;
}
.block3 > 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;
}
.block3 > p {
  font-size: 12px;
  line-height: 20px;
  color: #818181;
  padding-bottom: 14px;
}
.block3 > p:nth-last-child(1) {
  padding-bottom: 0;
}
.block4,
.block5 {
  display: block;
  width: 100%;
  height: auto;
}
.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: #ffa100;
}
.block4 p,
.block5 p,
.block4 li,
.block5 li,
.block4 h3,
.block5 h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  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 {
  width: 20%;
  float: left;
}
.block4 > article > figure img,
.block5 > article > figure img {
  display: block;
  width: 100%;
  height: auto;
}
.block4 > article h3,
.block5 > article h3 {
  float: left;
  width: 76%;
  margin-left: 4%;
  max-height: 32px;
  overflow: hidden;
  padding-top: 2%;
}
.block4 > article a,
.block5 > article a {
  color: #898989;
}
.block4 > article:hover a,
.block5 > article:hover a {
  color: #ffa100;
}
.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;
}
.block5 {
  width: auto;
}
.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: #ffa100;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa100', endColorstr='#ffa100');
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa100), to(#ffa100));
  background: -moz-linear-gradient(top, #ffa100, #ffa100);
  border-color: #ffa100;
}
.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;
  min-width: 100%;
}
.block6 > figure > span {
  position: absolute;
  width: 170px;
  height: 10px;
  bottom: 0;
  right: 0;
  background-color: #ffa100;
  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: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #4E4E4E;
}
.block6 h1 > a {
  color: #4E4E4E;
}
.block6 time {
  position: absolute;
  width: 42px;
  height: 34px;
  top: 0;
  left: 0;
  background-color: #ffa100;
  padding-top: 8px;
}
.block6 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;
}
.block6 .btn4 {
  float: right;
}
.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;
  max-width:150px;
  overflow:hidden;
}
.block6:hover h1,
.block6:hover h1 > a {
  color: #ffa100;
}
.block6:hover > p {
  color: #494949;
}
.block6:hover .btn4 {
  background-color: #333333;
}
.block6.size2 {
  padding: 0 0 30px 326px;
}
.block6.size2 > figure {
  width: 302px;
  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;
}
.block6.no-thumbnail {
  padding-top: 0 !important;
  padding-left: 0 !important;
}
.block6.width100 {
  width: 100%;
}
.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: #ffa100;
  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: 22px;
  color: #4E4E4E;
  text-align: center;
  padding: 12px 14px;
}
.block7 h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #7D7D7D;
  text-align: center;
  padding: 0 10px;
  font-weight: 400;
  max-height: 14px;
  overflow: hidden;
}
.block7.size2 {
  width: 302px;
  margin: 0 8px 18px 18px;
}
.block7.size3 {
  width: 227px;
  margin: 0 0 18px 18px;
}
.block7.size4 {
  width: 182px;
  margin: 0 0 18px 14px;
}
.block7:hover .hover {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.block7:hover header {
  border-color: #ffa100;
}
.block8 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.block8 > ul {
  list-style: none;
}
.block8 li {
  width: 315px;
  height: 80px;
  cursor: pointer;
  float: left;
}
.block8 li:hover h3 a {
  color: #ffa100;
}
.block8 figure {
  float: left;
  margin: 0 20px 0 0;
}
.block8 h3 {
  float: left;
  margin: 4px 0 0 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  width: 200px;
  height: auto;
  max-height: 32px;
  overflow: hidden;
}
.block8 h3 > a {
  color: #7D7D7D;
}
.block8 time {
  position: relative;
  float: left;
  margin: 6px 0 0 0;
  font-size: 12px;
  line-height: 15px;
  width: 168px;
  height: 15px;
  color: #999;
}
.block8 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: #ffa100;
  z-index: 999;
}
.block9 img {
  display: block;
}
.block9 .text {
  float: left;
  width: 715px;
}
.block9 .text.full-width {
  width: 100%;
  float: none;
}
.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: #ffa100;
  padding-bottom: 5px;
}
.block9 li {
  list-style: none;
  padding-bottom: 20px;
  cursor: pointer;
}
.block9 li:hover h1 a {
  color: #ffa100;
}
/*
 *
 * Lists
 *
 */
.list {
  padding: 0;
  list-style: none;
}
.list > li {
  background: url('../images/li.png') no-repeat 0 0 transparent;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 5px;
  padding: 0 0 5px 15px;
  font-size: 12px;
  line-height: 16px;
  color: #898989;
}
.list a {
  color: #898989;
}
.list a:hover {
  color: #494949;
}
.list.no-border > li {
  border: 0;
}
.wp-tag-cloud > li {
  float: left;
  list-style: none;
  filter: inherit;
  margin: 0 0 5px 5px;
}
.wp-tag-cloud > li > a {
  display: block;
  width: auto;
  height: 20px;
  padding: 0 4px;
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  background-color: #494949;
}
.wp-tag-cloud > li > a:hover {
  background-color: #ffa100;
}
.flickr img {
  position: relative;
  z-index: 1;
  display: block;
  width: 23.5%;
  height: auto;
  float: left;
  margin: 0 2% 10px 0;
  transition: box-shadow 0.3s ease-out;
  -moz-transition: box-shadow 0.3s ease-out;
  -webkit-transition: box-shadow 0.3s ease-out;
  -o-transition: box-shadow 0.3s ease-out;
}
.flickr img:hover {
  box-shadow: 0 0 0 2px #ffa100;
}
.flickr .flickr_badge_image:nth-child(4n+1) img {
  margin-right: 0;
}
.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 #ffa100;
  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: #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: 37px;
  background-color: #f6f6f6;
  z-index: 1;
}
.header .logo {
  position: absolute;
  width: 289px;
  height: 68px;
  left: 0;
  top: 26px;
  background: url('http://chennai2013.fide.com/wp-content/uploads/2013/09/fwcm-2013-official-logo1.jpg') 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);
  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);
  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;
}
.mega-submenu {
  width: 444px;
  height: auto;
  padding: 0 0 10px 18px;
  list-style: none;
}
.mega-submenu .col3 {
  list-style: none;
  width: 100%;
}
.mega-submenu .col1 {
  float: left;
  width: 31%;
  margin-right: 3%;
}
.mega-submenu .col1:nth-last-child(1) {
  margin-right: 0;
}
.mega-submenu ul,
.mega-submenu ol {
  list-style: none;
  padding: 0;
}
.mega-submenu h4,
.mega-submenu h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #494949;
}
.mega-submenu h4 {
  font-size: 18px;
  line-height: 22px;
  background-color: #f6f6f6;
  padding: 10px 18px;
  margin: 0 0 5px -18px;
}
.mega-submenu h5 {
  font-size: 14px;
  line-height: 18px;
  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 a {
  display: block;
  padding: 6px 0;
}
.mega-submenu a:hover {
  color: #ffa100;
}
.center-menu {
  height: 224px;
}
.center-menu .logo {
  left: 50%;
  margin-left: -65px;
}
.center-menu .mainnav {
  text-align: center;
  padding-top: 117px;
}
.center-menu .mainnav > ul {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
/* Homepage carousel */
.sliderhome {
  position: relative;
  display: block;
  width: 100%;
  height: 436px;
  overflow: hidden;
  max-width: 2880px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.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: '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 article.has-url {
  cursor: pointer;
}
.sliderhome article.has-url:hover > header {
  transform: scale(1.04);
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -o-transform: scale(1.04);
  -moz-transform: scale(1.04);
}
.sliderhome > .in {
  position: absolute;
  width: 960px;
  height: 40px;
  left: 50%;
  bottom: 0;
  margin-left: -480px;
  z-index: 2;
}
.sliderhome .prev,
.sliderhome .next {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 10px;
  bottom: 8px;
  background: url('../images/sprite.png') no-repeat -265px 0 #494949;
  cursor: pointer;
}
.sliderhome .prev:hover,
.sliderhome .next:hover {
  background-color: #ffa100;
}
.sliderhome .next {
  left: 35px;
  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);
  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 #ffa100;
  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);
  opacity: 0.6;
  cursor: default;
  background-color: #ffa100;
}
.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 .tab-col1 {
  position: relative;
  z-index: 2;
  width: 30%;
  float: left;
}
.tabs .tab-col2 {
  position: relative;
  z-index: 1;
  width: 70%;
  float: left;
}
.tabs .navtabs {
  position: relative;
}
.tabs .navtabs > li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  padding: 12px 5px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin: 0 -1px 0 0;
  background-color: #ffa100;
  color: #fff;
  border: 1px solid #ffa100;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  overflow: hidden;
}
.tabs .navtabs > li:hover {
  background-color: #494949;
  border-color: #494949;
}
.tabs .navtabs > li.on {
  background-color: #f5f5f5;
  color: #454545;
  border-color: #DDD;
  border-right: 1px solid transparent;
  cursor: default;
}
.tabs .navcont > div {
  position: relative;
  background-color: #f5f5f5;
  padding: 15px;
  border: 1px solid #DDD;
  display: none;
}
.tabs .navcont > div > p {
  font-size: 12px;
  line-height: 20px;
  color: #818181;
}
.tabs .navcont > div > p img {
  float: left;
  margin: 2px 16px 8px 0;
}
.tabs .navcont > div.on {
  display: block;
}
/* Clients Slider */
.logoslider {
  position: relative;
  display: block;
  width: auto;
  height: 92px;
  border: 1px solid #DDD;
  border-left: 0;
}
.logoslider li {
  position: relative;
  display: block;
  width: 191px;
  height: 92px;
  float: left;
  list-style: none;
  filter: inherit;
  border-left: 1px solid #DDD;
  margin: 0 -1px 0 0;
}
.logoslider 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;
}
.logoslider li img:hover {
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  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;
  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 {
  background-position: -340px 0;
}
.sliderNav > .bg {
  position: absolute;
  width: 45px;
  height: 18px;
  top: 4px;
  right: 0;
  background-color: #ffa100;
}
.bx-controls {
  position: absolute;
  width: 45px;
  height: 18px;
  top: -27px;
  right: 0;
  background-color: #ffa100;
}
.bx-prev,
.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-prev > span,
.bx-next > span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bx-prev:hover,
.bx-next:hover {
  background-color: #333333;
}
.bx-next {
  background-position: -340px 0;
  right: 0;
}
.bx-pager {
  display: none;
}
.bottomWrap {
  background-color: #f6f6f6;
  padding: 0 0 40px 0;
}
.bottomWrap .grid > .row {
  padding-top: 40px;
}
.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: 25px;
  text-align: center;
  border-top: 1px dotted #d0d0d0;
  border-bottom: 1px dotted #d0d0d0;
}
.bottomWrap .one-four,
.bottomWrap .one-two {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
.bottomWrap .one-four > ul,
.bottomWrap .one-two > ul,
.bottomWrap .one-four > .menu-header-menu-container ul,
.bottomWrap .one-two > .menu-header-menu-container ul {
  padding: 4px 0 30px 0;
  list-style: none;
}
.bottomWrap .one-four > ul > li,
.bottomWrap .one-two > ul > li,
.bottomWrap .one-four > .menu-header-menu-container ul > li,
.bottomWrap .one-two > .menu-header-menu-container ul > li {
  background: url('../images/li.png') no-repeat 0 0 transparent;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 5px;
  padding: 0 0 5px 15px;
  font-size: 12px;
  line-height: 16px;
  color: #898989;
}
.bottomWrap .one-four > ul a:hover,
.bottomWrap .one-two > ul a:hover,
.bottomWrap .one-four > .menu-header-menu-container ul a:hover,
.bottomWrap .one-two > .menu-header-menu-container ul a:hover {
  color: #494949;
}
.bottomWrap .one-four > select,
.bottomWrap .one-two > select,
.bottomWrap .one-four .textwidget > form > select,
.bottomWrap .one-two .textwidget > form > select {
  width: 100%;
  height: 24px;
  margin: 4px 0 30px 0;
}
.bottomWrap .one-four > p,
.bottomWrap .one-two > p {
  font-size: 12px;
  line-height: 16px;
}
.bottomWrap .one-four .widget-search,
.bottomWrap .one-two .widget-search {
  margin-bottom: 30px;
}
.bottomWrap .one-four .widget-search > h2,
.bottomWrap .one-two .widget-search > h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #3F3F3F;
  padding: 0 0 5px 0;
}
.bottomWrap .one-four .widget-search > h2 span,
.bottomWrap .one-two .widget-search > h2 span {
  display: none;
}
.forms {
  position: relative;
}
.forms label {
  display: block;
  font-size: 10px;
  line-height: 16px;
  color: #494949;
}
.forms .input1 {
  display: block;
  width: 100%;
  height: 24px;
  border: 1px solid #DDDDDD;
  padding: 4px 5px;
  margin-bottom: 10px;
}
.forms .textarea1 {
  display: block;
  width: 100%;
  height: 124px;
  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);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.forms > .col1 {
  width: 42%;
  float: left;
  margin-right: 4%;
}
.forms > .col2 {
  width: 54%;
  float: left;
}
.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: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 25px;
  margin: 10px 10px 0 0;
  color: #494949;
}
/* Footer */
.footer {
  position: relative;
  padding: 0 0 20px 0;
}
.footer > .in {
  padding-bottom: 32px;
}
.footer .logo {
  display: block;
  width: 366px;
  height: 200px;
  margin: 24px auto 0 auto;
  background: url('http://chennai2013.fide.com/wp-content/uploads/2013/09/Anand-Carlsen-2013-logo.jpg') 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: #494949;
}
.footer nav li > a:hover {
  color: #ffa100;
}
.footer nav li.current > a {
  color: #ffa100;
}
.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: #ffa100;
}
/* Sidebar */
.sidebar {
  float: left;
  width: 300px;
  margin-top: -6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
.sidebar .widget-ad125x125,
.sidebar .widget-ad300x250,
.sidebar .widget-search,
.sidebar .widget-tabsarticle,
.sidebar .widget-categs,
.sidebar .widget-newsletter,
.sidebar .widget-feedback,
.sidebar .widget-flickr,
.sidebar .widget-tags,
.sidebar .widget-faqs,
.sidebar .block4,
.sidebar .block5 {
  margin-bottom: 30px;
}
.sidebar .widget-ad125x125 > h2,
.sidebar .widget-ad300x250 > h2,
.sidebar .widget-search > h2,
.sidebar .widget-tabsarticle > h2,
.sidebar .widget-categs > h2,
.sidebar .widget-newsletter > h2,
.sidebar .widget-feedback > h2,
.sidebar .widget-flickr > h2,
.sidebar .widget-tags > h2,
.sidebar .widget-faqs > h2,
.sidebar .block4 > h2,
.sidebar .block5 > h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #3F3F3F;
  padding: 0 0 5px 0;
}
.sidebar .widget-ad125x125 > h2 span,
.sidebar .widget-ad300x250 > h2 span,
.sidebar .widget-search > h2 span,
.sidebar .widget-tabsarticle > h2 span,
.sidebar .widget-categs > h2 span,
.sidebar .widget-newsletter > h2 span,
.sidebar .widget-feedback > h2 span,
.sidebar .widget-flickr > h2 span,
.sidebar .widget-tags > h2 span,
.sidebar .widget-faqs > h2 span,
.sidebar .block4 > h2 span,
.sidebar .block5 > h2 span {
  display: none;
}
.sidebar .block5 .loader {
  background-color: #ffffff;
}
.sidebar .block4 .list2 > li:nth-last-child(1) {
  padding-bottom: 0;
}
.sidebar .widget-feedback {
  margin-bottom: 2px;
}
.sidebar .widget-flickr img {
  width: 18.4%;
}
.sidebar .widget-flickr .flickr_badge_image:nth-child(4n+1) img {
  margin-right: 2%;
}
.sidebar .widget-flickr .flickr_badge_image:nth-child(5n+1) img {
  margin-right: 0;
}
.sidebar.right {
  float: right;
}
.sidebar > ul,
.sidebar > .menu-header-menu-container ul {
  padding: 4px 0 30px 0;
  list-style: none;
}
.sidebar > ul > li,
.sidebar > .menu-header-menu-container ul > li {
  background: url('../images/li.png') no-repeat 0 0 transparent;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 5px;
  padding: 0 0 5px 15px;
  font-size: 12px;
  line-height: 16px;
  color: #898989;
}
.sidebar > ul a:hover,
.sidebar > .menu-header-menu-container ul a:hover {
  color: #494949;
}
.sidebar > select,
.sidebar .textwidget > form > select {
  width: 100%;
  height: 24px;
  margin: 4px 0 30px 0;
}
.sidebar > p {
  font-size: 12px;
  line-height: 16px;
}
#calendar_wrap {
  margin-bottom: 20px;
}
#calendar_wrap caption {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #3F3F3F;
  padding: 0 0 5px 0;
  text-align: right;
  margin-top: -14px;
}
#calendar_wrap table {
  width: 100%;
  border-collapse: collapse;
}
#calendar_wrap thead tr {
  background-color: #ffa100;
}
#calendar_wrap th {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 3px 0;
  color: #fff;
}
#calendar_wrap td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  padding: 2px 0;
  text-align: center;
}
.textwidget {
  margin-bottom: 30px;
}
.textwidget img {
  max-width: 100%;
}
.textwidget img.size-large {
  width: 100%;
  height: auto;
}
.textwidget > p {
  font-size: 12px;
  line-height: 16px;
}
.textwidget .wp-caption-text {
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 10px;
}
.textwidget select {
  margin-bottom: 0 !important;
}
.tagcloud {
  margin-bottom: 30px;
}
.tagcloud a:hover {
  color: #494949;
}
.testemonials {
  position: relative;
  padding-bottom: 28px;
}
.testemonials .slider {
  position: relative;
  background-color: #f5f5f5;
}
.testemonials .sliderNav {
  top: auto;
  bottom: 2px;
}
.testemonials .next,
.testemonials .prev {
  background-color: #494949;
}
.testemonials ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.testemonials li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  list-style: none;
  visibility: hidden;
}
.testemonials blockquote {
  padding-top: 15px;
}
.testemonials p {
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  color: #4B4B4B;
  width: 92%;
  margin: 0 auto;
}
.testemonials footer {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #4B4B4B;
  width: 92%;
  height: 16px;
  margin: 0 auto;
  text-align: right;
  padding: 4px 0;
}
#newslettForm {
  position: relative;
  width: auto;
  height: 36px;
}
#newslettForm #emailNewslettTxt {
  width: 60%;
  height: 14px;
  padding: 11px 5%;
  box-shadow: 0px 0px 0px 1px #ddd inset;
  float: left;
  font-size: 12px;
  line-height: 14px;
  color: #6A6A6A;
}
#newslettForm #emailNewslettTxt.error {
  box-shadow: 0px 0px 0px 1px red inset;
}
#newslettForm #newslettSmbt {
  float: left;
  width: 30%;
  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: #ffa100;
}
#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: 32.9%;
  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 #ffa100;
  border-bottom: 0;
  color: #ffa100;
  background-color: #ffffff;
}
.tabsSide h3 {
  float: left;
  margin: 20px 0 0 20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  width: 188px;
  height: auto;
  max-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 .navcont > div {
  display: none;
}
.tabsSide .navcont > div > ul {
  list-style: none;
}
.tabsSide .navcont > div > ul > li {
  width: auto;
  height: 92px;
  border: 1px solid #DDD;
  cursor: pointer;
  margin-top: -1px;
}
.tabsSide .navcont > div > ul > li:hover h3 a {
  color: #ffa100;
}
.tabsSide .navcont > 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: #ffa100;
  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: #ffa100;
  border-color: #ffa100;
}
.page-navi.left {
  position: relative;
  bottom: auto;
  right: auto;
  padding-top: 15px;
}
.page-navi.left > ul {
  float: none;
}
.single-pagination > a,
.single-pagination > span {
  display: inline-block;
  margin-left: 2px;
}
.single-pagination span {
  display: inline-block;
  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;
}
.single-pagination a > .pagen:hover,
.single-pagination > .pagen {
  color: #fff;
  background-color: #ffa100;
  border-color: #ffa100;
}
/* 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 #ffa100;
}
.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;
  font-family: Arial, Helvetica, sans-serif;
}
.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: #ffa100;
  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;
  min-width: 630px;
  max-width: 630px;
}
.single > .featuredImg > span {
  position: absolute;
  width: 170px;
  height: 10px;
  bottom: 0;
  right: 0;
  background-color: #ffa100;
  z-index: 2;
}
.single p,
.single td,
.single th,
.single dt,
.single dd,
.single .address {
  font-size: 12px;
  line-height: 18px;
  color: #7D7D7D;
  padding-bottom: 20px;
}
.single > h1 {
  font-size: 22px;
  line-height: 26px;
}
.single h2 {
  font-size: 20px !important;
  line-height: 26px !important;
}
.single h3 {
  font-size: 18px;
  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 > h1,
.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 {
  list-style: square;
  padding-left: 40px;
  padding-bottom: 18px;
}
.single ul > li,
.single ol > li {
  font-size: 13px;
  line-height: 18px;
  color: #7D7D7D;
  padding-bottom: 2px;
}
.single ul.unstyled,
.single ol.unstyled,
.single ul.toggle,
.single ol.toggle {
  list-style: none;
  padding: 0;
}
.single ul.toggle,
.single ol.toggle {
  padding: 0;
}
.single a:hover {
  text-decoration: underline;
}
.single .grid > ul,
.single .grid > ol {
  padding-left: 0;
}
.single .grid {
  padding-bottom: 20px;
}
.single .grid > .row {
  padding-left: 0;
  padding-right: 0;
}
.single > ol {
  list-style: decimal;
}
.single > blockquote {
  padding-left: 34px;
  font-style: italic;
  background: url('../images/quote.png') no-repeat top left transparent;
}
.single.hasImage {
  padding-top: 190px;
}
.single > .article-info ul {
  float: right;
  height: 18px;
  margin-top: 10px;
  padding: 0;
}
.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: #ffa100;
  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: #ffa100;
  font-weight: 700;
  margin-right: 4px;
}
.single .grid > .row {
  padding-bottom: 24px;
}
.single .grid > .row > div > p:nth-last-child(1) {
  padding-bottom: 0;
}
.single .grid > .row:nth-last-child(1) {
  padding-bottom: 0;
}
.single .list {
  list-style: none;
}
.single .widget-sitemap h2 {
  line-height: 40px !important;
}
.single .widget-feedback ul,
.single .rsslider ul,
.single .logoslider ul {
  padding: 0 !important;
}
.single .block3 p,
.single .widget-feedback p {
  padding-bottom: 0 !important;
}
.single .toggle h2 {
  font-size: 14px !important;
  line-height: 16px !important;
}
.single .widget-categs ul {
  padding-left: 0 !important;
}
.single .logoslider {
  margin-top: 20px;
}
.single .navtabs {
  padding: 0 !important;
}
.single .rs-wrap {
  max-width: 100%;
}
.single table {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.single table th {
  padding: 5px 4px;
  background-color: #dddddd;
  color: #fff;
}
.single table td {
  padding: 4px;
  border: 1px solid #ddd;
}
.single dl dt {
  font-weight: 700;
  padding-bottom:8px;
}
.single pre {
  margin-bottom: 20px;
  overflow-x: auto;
  max-width: 100%;
}
.single > form label > input {
  font-size: 12px;
  line-height: 18px;
  color: #7D7D7D;
  padding: 2px 10px;
  border: 1px solid #666;
}
.single > form input[type=submit] {
  height: 24px;
  background-color: #666666;
  color: #fff;
  padding: 0 10px;
  position: relative;
  top: -1px;
}
.author-bio > h2 {
  font-family: 'Source Sans Pro', 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;
  padding: 0;
}
.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;
  text-decoration: none;
  color: #666;
}
.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 #ffa100;
  border-bottom: 1px solid #fff;
  color: #ffa100;
  background-color: #ffffff;
  padding: 0 12px 1px 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: #ffa100;
  font-style: italic;
  padding-bottom: 6px;
}
.author-bio > .description > p {
  font-size: 12px;
  line-height: 20px;
  color: #7D7D7D;
  padding: 0;
}
.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;
  padding: 0;
}
.comments ol > li {
  margin-bottom: 40px;
}
.comments li {
  position: relative;
  min-height: 74px;
  padding-left: 92px;
}
.comments li > figure {
  position: absolute;
  top: 0;
  left: 0;
}
.comments li .avatar {
  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 > .answer li,
.comments li > .answer ul,
.comments li > .answer ol {
  padding: 0 0 0 20px !important;
  min-height: 0;
  margin: 0 !important;
}
.comments li h3 {
  font-size: 13px;
  line-height: 13px;
  color: #0F110F;
}
.comments li h3 a {
  color: #0F110F;
}
.comments li h3 a:hover {
  color: #ffa100;
}
.comments li time {
  font-size: 11px;
  line-height: 11px;
  color: #ffa100;
}
.comments li p {
  font-size: 13px;
  line-height: 16px;
  color: #7D7D7D;
  padding: 5px 0;
}
.comments li .comment-reply-link {
  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 .comment-reply-link:hover {
  background-color: #494949;
}
.comments .children {
  padding: 0;
}
.comments .children li {
  margin-top: 40px;
  list-style: none;
}
.comments > h2,
#commentForm > h2,
#contactForm > h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 23px;
  color: #3F3F3F;
  padding: 40px 0 20px 0;
}
.comment-respond > h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 23px;
  color: #3F3F3F;
  padding: 40px 0 20px 0;
}
.comment-respond > h3 small a {
  font-size: 12px;
  top: -2px;
  position: relative;
  color: #666;
}
#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 #ffa100;
}
#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;
}
#commentForm ::-webkit-input-placeholder,
#contactForm ::-webkit-input-placeholder {
  line-height: 14px;
}
#commentForm ::-moz-placeholder,
#contactForm ::-moz-placeholder {
  line-height: 14px;
}
#commentForm :-ms-input-placeholder,
#contactForm :-ms-input-placeholder {
  line-height: 14px;
}
#commentForm input:-moz-placeholder,
#contactForm input:-moz-placeholder {
  line-height: 14px;
}
.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 !important;
  line-height: 40px !important;
  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: #ffa100;
}
.priceUl h2 {
  font-family: 'Source Sans Pro', 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: #ffa100;
  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: #ffa100;
}
.priceUl.middle li.bottom > a:hover {
  background-color: #494949;
}
/* Contact Page */
.mapcont {
  position: relative;
  border-bottom: 10px solid #ffa100;
  margin-bottom: 40px;
  width: 960px;
  height: 390px;
  overflow: hidden;
}
.contact-info {
  position: absolute;
  width: 360px;
  height: auto;
  right: 0;
  bottom: 0;
  padding: 20px 20px 24px 20px;
}
.contact-info > .col1 {
  position: relative;
  float: left;
  width: 40%;
  z-index: 2;
}
.contact-info > .col2 {
  position: relative;
  float: left;
  width: 56%;
  z-index: 2;
  margin-left: 4%;
}
.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);
  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,
.contacts > .sidebar > h3,
.contacts > .sidebar > h4,
.contacts > .sidebar > h5,
.contacts > .sidebar > h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #3F3F3F;
  padding-bottom: 8px;
}
.contacts > .sidebar > h2 {
  font-size: 23px;
  line-height: 23px;
}
.contacts > .sidebar > h3 {
  font-size: 20px;
  line-height: 20px;
}
.contacts > .sidebar > h4 {
  font-size: 18px;
  line-height: 18px;
}
.contacts > .sidebar > h5 {
  font-size: 16px;
  line-height: 16px;
}
.contacts > .sidebar > h6 {
  font-size: 14px;
  line-height: 14px;
}
.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;
}
/* 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);
  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: #ffa100;
}
#magazineSlider .prev,
#magazineSlider .next {
  width: 34px;
  height: 34px;
  background-color: #494949;
  float: left;
}
#magazineSlider .prev:hover,
#magazineSlider .next:hover {
  background-color: #ffa100;
}
#magazineSlider .prev.off,
#magazineSlider .next.off {
  background-color: #494949;
}
#magazineSlider .prev {
  background-position: -105px -35px;
}
#magazineSlider .next {
  background-position: -80px -35px;
}
#magazineSlider article {
  position: absolute;
  width: 630px;
  height: 300px;
  top: 0;
  left: 0;
  cursor: pointer;
  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);
  opacity: 0.6;
}
#magazineSlider article h1,
#magazineSlider article p,
#magazineSlider article a {
  position: relative;
  z-index: 2;
  color: #fff;
}
#magazineSlider article h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
#magazineSlider article p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
#magazineSlider article:hover .bg {
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#magazineSlider img {
  min-height: 100%;
}
/* Team Page */
.team-page .text h1 {
  width: 300px;
}
.team-page .text,
.team-page .text2 {
  width: 495px;
  height: auto;
  position: relative;
  float: right;
}
.team-page .text h1,
.team-page .text2 h1,
.team-page .text h2,
.team-page .text2 h2 {
  font-family: 'Source Sans Pro', 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: 12px 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: #ffa100;
  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: #ffa100;
}
.team-page .img {
  position: relative;
  width: 450px;
  height: auto;
  float: left;
}
.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: #ffa100;
}
.team-page .text2 {
  float: left;
  width: 655px;
  margin-top: 20px;
}
.team-page .text2 p {
  color: #818181;
}
.joinbox {
  float: right;
  width: 250px;
  height: auto;
  padding: 20px;
  background-color: #f5f5f5;
  margin-top: 20px;
}
.joinbox h3 {
  font-family: 'Source Sans Pro', 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: #ffa100;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  font-family: 'Source Sans Pro', 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: #ffa100;
}
.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: #ffa100;
}
.teamList > li:hover figure > span {
  display: none;
}
.teamList > li:hover .hover {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
/* Single Work Page */
.work-page .text {
  width: 230px;
  height: auto;
  float: right;
  margin-top: -5px;
}
.work-page .text h1,
.work-page .text h2,
.work-page .text h3,
.work-page .text h4,
.work-page .text h5,
.work-page .text h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #494949;
}
.work-page .text h1 {
  font-size: 24px;
  line-height: 28px;
}
.work-page .text h2 {
  font-size: 22px;
  line-height: 26px;
}
.work-page .text h3 {
  font-size: 20px;
  line-height: 24px;
}
.work-page .text h4 {
  font-size: 18px;
  line-height: 22px;
}
.work-page .text h5 {
  font-size: 16px;
  line-height: 20px;
}
.work-page .text h6 {
  font-size: 14px;
  line-height: 18px;
}
.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 0;
  list-style: none;
}
.work-page .text li {
  background: url('../images/li.png') no-repeat 0 0 transparent;
  padding: 0 0 10px 15px;
  line-height: 16px;
}
.work-page .text .view {
  margin-top: 20px;
}
.view {
  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: #ffa100;
}
.view:hover {
  background-color: #494949;
}
.related-container {
  padding: 36px 0 0 0;
  clear: both;
}
.related-container > h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
  color: #494949;
  padding: 0 0 6px 0;
}
.related-container > #featured > .slider > .block7:nth-last-child(1) {
  margin-right: 0;
}
#workSlide {
  position: relative;
  width: 716px;
  height: 472px;
  overflow: hidden;
  float: left;
}
#workSlide .slider,
#workSlide .itemkrv,
#workSlide iframe {
  width: 100%;
  height: 100%;
}
#workSlide .itemkrv {
  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 #ffa100;
  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);
  opacity: 0.6;
  cursor: default;
  background-color: #ffa100;
}
#workSlide .next {
  left: auto;
  right: 0;
  background-position: 0 -50px;
}
#workSlide img {
  min-height: 100%;
}
.fancybox-nav span {
  background: url('../images/sprite.png') no-repeat -35px -50px #ffa100;
}
.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 17px 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);
  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: #ffa100;
}
/* 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: #ffa100;
  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;
}
.searchform {
  position: relative;
  width: auto;
  height: 36px;
  margin-top: 15px;
}
.searchform input {
  width: 228px;
  height: 12px;
  padding: 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;
  box-shadow: 0px 0px 0px 1px red inset;
}
.searchform > div {
  float: left;
  position: relative;
  width: 110px;
  height: 36px;
  background-color: #494949;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  text-align: left;
  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: #ffa100;
}
.searchform > .loader {
  background-color: #ffffff;
}
.searchform ::-webkit-input-placeholder {
  line-height: 14px;
}
.searchform ::-moz-placeholder {
  line-height: 14px;
}
.searchform :-ms-input-placeholder {
  line-height: 14px;
}
.searchform input:-moz-placeholder {
  line-height: 14px;
}
.searchform .error::-webkit-input-placeholder {
  color: red;
}
.searchform .error::-moz-placeholder {
  color: red;
}
.searchform .error:-ms-input-placeholder {
  color: red;
}
.searchform .error.input:-moz-placeholder {
  color: red;
}
/* Snippets */
.box {
  position: relative;
  padding: 18px 20px 18px 50px;
  background-color: #c0ecab;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.box > p {
  font-size: 12px;
  line-height: 16px;
  color: #395F27;
  padding: 0;
}
.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 {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
}
.grid > .row > div:first-child .block5 {
  border-right: 1px solid #d1d1d1;
  padding-right: 10px;
}
.grid > .row > div:nth-last-child(1) {
  margin-right: 0;
}
.grid .one-two,
.grid .one-three,
.grid .two-three,
.grid .one-four,
.grid .two-four,
.grid .three-four,
.grid .one-five,
.grid .two-five,
.grid .three-five,
.grid .four-five,
.grid .one-six,
.grid .two-six,
.grid .three-six,
.grid .four-six,
.grid .five-six {
  position: relative;
  margin-right: 2%;
  float: left;
}
.grid .one-one {
  position: relative;
  width: 100%;
}
.grid .one-two {
  width: 49%;
}
.grid .one-three {
  width: 32%;
}
.grid .one-four {
  width: 23.5%;
}
.grid .one-five {
  width: 18.4%;
}
.grid .one-six {
  width: 15%;
}
.grid .two-three {
  width: 66%;
}
.grid .two-four {
  width: 49%;
}
.grid .two-five {
  width: 38.8%;
}
.grid .two-six {
  width: 32%;
}
.grid .three-four {
  width: 74.5%;
}
.grid .three-five {
  width: 59.2%;
}
.grid .three-six {
  width: 49%;
}
.grid .four-five {
  width: 79.6%;
}
.grid .four-six {
  width: 66%;
}
.grid .five-six {
  width: 83%;
}
.homepage .row {
  padding-bottom: 40px;
}
.homepage .widget-ad125x125 > h2,
.homepage .widget-ad300x250 > h2,
.homepage .widget-search > h2,
.homepage .widget-tabsarticle > h2,
.homepage .widget-categs > h2,
.homepage .widget-newsletter > h2,
.homepage .widget-feedback > h2,
.homepage .widget-flickr > h2,
.homepage .widget-tags > h2,
.homepage .widget-faqs > 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;
}
.page .row {
  padding-bottom: 40px;
}
.page .row:nth-last-child(1) {
  padding-bottom: 0;
}
.widget-sitemap > h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  background-color: #ffa100;
  padding: 0 12px;
}
.widget-sitemap ul.list {
  padding: 10px 0 0 10px;
}
.widget-ad300x250 .ads img {
  width: 100%;
  max-width: 300px;
}
.widget-search .searchform {
  margin: 0;
}
.widget-search input {
  width: 75%;
  height: 14px;
  border: 0;
  box-shadow: 0px 0px 0px 1px #ddd inset;
  padding: 11px 5%;
}
.widget-search #searchSbmt {
  width: 15%;
}
.widget-search #searchSbmt > i {
  display: block;
  width: 100%;
  padding: 0;
}
.widget-ad125x125 .ad125 {
  display: inline-block;
  text-align: center;
  padding: 0 5px 10px 5px;
}
.widget-ad125x125 img {
  display: block;
}
.section-search {
  padding: 20px 10px;
  background-color: #f7f7f7;
  margin-bottom: 30px;
}
.section-search .searchform {
  height: auto;
  margin-top: 0;
}
.section-search h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #4E4E4E;
  text-align: left;
  padding-bottom: 8px;
}
.no-results {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  background-color: #ffa100;
  padding: 0 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.widget-twitter .rstw_link_user {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.widget-twitter iframe {
  margin-top: 5px;
}
/* Isotope CSS */
.isotope {
  position: relative;
  width: 1032px;
  margin-left: -18px;
  min-height: 262px;
  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: 40px;
  bottom: 5px;
  left: 50%;
  margin-left: -240px;
  background-color: #f5f5f5;
}
#infscr-loading > img {
  display: none !important;
}
#infscr-loading > div {
  font-family: 'Source Sans Pro', 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;
}
.rsslider .has-url {
  cursor: pointer;
  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;
}
.rsslider .has-url:hover {
  transform: scale(1.03);
  -ms-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  -moz-transform: scale(1.03);
}
/*
 *
 * 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: #ffa100;
}
#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 #ffa100;
  -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: #ffa100;
}
#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);
}
.comment-paginate {
  margin-top: -16px;
  padding-bottom: 20px;
}
.comment-paginate a,
.comment-paginate span {
  text-decoration: none !important;
  margin-right: 4px;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  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;
}
.comment-paginate a:hover,
.comment-paginate span:hover,
.comment-paginate a.current,
.comment-paginate span.current {
  color: #fff;
  background-color: #ffa100;
  border-color: #ffa100;
}
.retina-display .header .logo {
  background: url('') no-repeat 0 0 transparent;
  -webkit-background-size: 289px 68px;
}
.retina-display .footer .logo {
  background: url('') no-repeat 0 0 transparent;
  -webkit-background-size: 366px 200px;
}
.retina-display .list > li,
.retina-display .work-page .text li {
  background-image: url('../images/li@2x.png');
  -webkit-background-size: 6px 16px;
}
.retina-display #topBtn,
.retina-display .sliderHome .prev,
.retina-display .sliderHome .next,
.retina-display #workSlide .prev,
.retina-display #workSlide .next,
.retina-display #navBtn > .icon,
.retina-display #goTop,
.retina-display .tabdrop > .icon,
.retina-display .sliderNav .prev,
.retina-display .sliderNav .next,
.retina-display .bx-prev,
.retina-display .bx-next,
.retina-display .rs-prev,
.retina-display .rs-next,
.retina-display .box > .icon,
.retina-display .box > .icon.error,
.retina-display .box > .icon.warning,
.retina-display .box > .icon.general,
.retina-display .breadcrumbs > li.sep,
.retina-display .hover > span,
.retina-display #commentForm .inputicon > span,
.retina-display #contactForm .inputicon > span {
  background-image: url('../images/sprite@2x.png');
  -webkit-background-size: 380px 100px;
}
/*
 *
 * Dark version
 *
 */
.dark {
  background-color: #343434;
}
.dark .wrapper {
  background-color: #343434;
}
.dark .header > .line {
  background-color: #494949;
}
.dark .sub-menu {
  background-color: #333333;
}
.dark .sub-menu a {
  color: #fff;
}
.dark .sub-menu li > span {
  background-color: #4a4a4a;
}
.dark .sub-menu li:hover > span {
  background-color: #ffa100;
}
.dark .mega-submenu {
  background-color: #343434;
  border-color: #494949 !important;
  border-bottom: 5px solid #ffa100 !important;
}
.dark .mega-submenu li {
  border-color: #494949 !important;
}
.dark .mega-submenu a {
  color: #fff;
}
.dark .mega-submenu a:hover {
  color: #ffa100;
}
.dark .mega-submenu h4 {
  color: #fff;
  background-color: #494949;
}
.dark .mega-submenu h5 {
  color: #A5A5A5;
}
.dark .logoslider {
  border-color: #494949;
}
.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: #DFDFDF !important;
}
.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 .navcont > 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 article:hover h3 a {
  color: #ffa100;
}
.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 .navcont > div > p {
  color: #DFDFDF;
}
.dark .logoslider 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 .bottomWrap .one-four,
.dark .bottomWrap .one-two {
  color: #DFDFDF;
}
.dark .bottomWrap .one-four > ul li,
.dark .bottomWrap .one-two > ul li,
.dark .bottomWrap .one-four > .menu-header-menu-container ul li,
.dark .bottomWrap .one-two > .menu-header-menu-container ul li {
  border-color: #3F3F3F;
}
.dark .bottomWrap .one-four > ul a,
.dark .bottomWrap .one-two > ul a,
.dark .bottomWrap .one-four > .menu-header-menu-container ul a,
.dark .bottomWrap .one-two > .menu-header-menu-container ul a {
  color: #DFDFDF;
}
.dark .bottomWrap .one-four > ul a:hover,
.dark .bottomWrap .one-two > ul a:hover,
.dark .bottomWrap .one-four > .menu-header-menu-container ul a:hover,
.dark .bottomWrap .one-two > .menu-header-menu-container ul a:hover {
  color: #666;
}
.dark .footer .btm {
  background-color: #4a4a4a;
}
.dark .footer a {
  color: #DFDFDF;
}
.dark #goTop {
  color: #fff;
  background-position: -265px -70px;
}
.dark #goTop:hover {
  color: #ffa100;
}
.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,
.dark .widget-ad300x250 > h2,
.dark .widget-search > h2,
.dark .widget-tabsarticle > h2,
.dark .widget-categs > h2,
.dark .widget-newsletter > h2,
.dark .widget-feedback > h2,
.dark .widget-flickr > h2,
.dark .widget-tags > h2,
.dark .widget-faqs > h2 {
  color: #DFDFDF;
}
.dark .block1 p,
.dark .mainnav > ul > li > p,
.dark .comments li h3 a {
  color: #A5A5A5;
}
.dark .comments li h3 a:hover {
  color: #ffa100;
}
.dark .block3 p,
.dark .block4 p,
.dark .block4 h3 a,
.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 {
  color: #DFDFDF;
}
.dark .single .answer {
  border-color: #494949;
}
.dark .sidebar {
  color: #DFDFDF;
}
.dark .sidebar > h2 {
  color: #DFDFDF;
}
.dark .sidebar .list li,
.dark .sidebar > ul li,
.dark .sidebar > .menu-header-menu-container ul li {
  border-color: #494949;
}
.dark .sidebar .list a,
.dark .sidebar > ul a,
.dark .sidebar > .menu-header-menu-container ul a {
  color: #DFDFDF;
}
.dark .sidebar .list a:hover,
.dark .sidebar > ul a:hover,
.dark .sidebar > .menu-header-menu-container ul a:hover {
  color: #666;
}
.dark #wp-calendar caption {
  color: #898989;
}
.dark .textwidget p {
  color: #898989;
}
.dark .tagcloud a {
  color: #DFDFDF;
}
.dark .tagcloud a:hover {
  color: #666;
}
.dark .block5 {
  border-color: #333 !important;
}
.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: #ffa100;
}
.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: #ffa100;
}
.dark .block8 {
  border-color: #494949;
}
.dark #infscr-loading {
  background-color: #4a4a4a;
}
.dark #infscr-loading > div {
  color: #DFDFDF;
}
.dark .team-page .social a:hover {
  color: #ffa100;
}
.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: #ffa100;
}
.dark .block9 p.category {
  color: #ffa100;
}
.dark .section-search {
  background-color: #4a4a4a;
}
.dark .section-search #searchSbmt {
  background-color: #666666;
}
.dark .section-search #searchSbmt:hover {
  background-color: #ffa100;
}
.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: #ffa100;
}
.dark .tabsSide ul,
.dark .tabsSide li {
  border-color: #666 !important;
}
.dark .single .article-info li {
  background-color: #4a4a4a;
  color: #DFDFDF;
}
.dark .author-bio > ul {
  border-color: #666;
}
.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: #ffa100;
}
.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: #ffa100;
  border-color: #ffa100;
  color: #fff;
}
.dark .single-pagination span {
  background-color: #4a4a4a;
  color: #DFDFDF;
  border-color: #666;
}
.dark .single-pagination a > .pagen:hover,
.dark .single-pagination > .pagen {
  color: #fff;
  background-color: #ffa100;
  border-color: #ffa100;
}
.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: #ffa100;
}
.dark .priceUl.middle li.bottom a {
  background-color: #ffa100;
}
.dark .priceUl.middle li.bottom a:hover {
  background-color: #666666;
}
.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 #ffa100;
}
.dark .widget-contact-form input,
.dark .widget-contact-form textarea {
  background-color: #4a4a4c;
}
.dark .widget-contact-form .loader {
  background-color: #343434;
}
.dark.boxed {
  background-color: #585858;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption-text {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}
.sticky {
  display: block;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
}
.gallery-caption:before {
  box-shadow: 0 -10px 15px #000000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.bypostauthor {
  color: #494949;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.pingback {
  padding-left:0 !important;
}

#navBtn {background-color:#ffa100 !important;}

