/* #General
================================================== */
body {
  background-attachment: fixed;
  padding: 0 !important;
}
#dsxc_iframe{
left:0 !important;
right:0 !important;
margin-left: auto !important;
margin-right: auto !important;
}
blockquote {
  border-color: #62ac62;
  color: #888888;
  font-size: 14px !important;
  line-height: 22px;
}
.login{
	display:block;
	width:103px;
	height:24px;
	background-color:#e3e3e3;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-size:1.0em;
	padding-top:4px;
	padding-right:8px;
	padding-left:8px;
	float:right;
	margin-bottom:20px;
	clear:both;
	border-radius:5px;
}
.login:hover{
	text-decoration:none;
	opacity:0.8;
}
.loginbut{
	background-color:#003466 !important;
	color:#fff !important;
	font-weight:bold !important;
	border-radius:5px !important;
	padding:5px !important;
}

/* #Header
================================================== */
.header {
  padding: 18px 0 20px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #000000;
  /*position: fixed;*/
  width: 100%;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  /*background-color: #353535;
  background-image: -moz-linear-gradient(top, #3d3d3d, #282828);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3d3d3d), to(#282828));
  background-image: -webkit-linear-gradient(top, #3d3d3d, #282828);
  background-image: -o-linear-gradient(top, #3d3d3d, #282828);
  background-image: linear-gradient(to bottom, #3d3d3d, #282828);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3d3d3d', endColorstr='#ff282828', GradientType=0);*/
  background-color:#fff;
}
@media (max-width: 480px) {
  .header {
    position: static;
    width: auto;
  }
}
.ie8 .header,
.ie9 .header {
  filter: none;
  background-color: #3d3d3d;
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-image: url(images/tail-top.gif);
}
@media (max-width: 767px) {
  .header .pull-right {
    float: none;
  }
}
/* Search Form
---------------------------------------- */
.search-form {
  position: relative;
}
.search-form__h .btn-search {
  cursor: pointer;
  color: #fff;
  line-height: 1em;
  margin: 42px 0 0 0;
  font-size: 13px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) and (max-width: 979px) {
  .search-form__h .btn-search {
    margin-right: 26px;
  }
}
.search-form__h .btn-search:hover,
.search-form__h .btn-search:focus {
  text-decoration: none;
  color: #62ac62;
}
.header .search-form form {
  display: none;
  position: absolute;
  right: -25px;
  top: 41px;
  width: 209px;
  height: 49px;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-top:18px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .header .search-form form {
    right: 0;
  }
}
.header .search-form form:before {
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 7px 6px;
  border-color: transparent transparent #ffffff transparent;
  margin: -7px 23px 0 0;
  float: right;
}
.header .search-form_it {
  width: 139px;
  border: 1px solid #dbdbdb !important;
  background-color: #ebebeb;
  border-right: none;
  padding: 0 10px;
  height: 23px;
  line-height: 23px;
  margin: 12px 0 0 12px;
  font-size: 12px;
  float: left;
  text-transform: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.header .search-form_it::-moz-placeholder {
  color: #9c9c9c;
  font-style: italic;
}
.header .search-form_it::-ms-input-placeholder {
  color: #9c9c9c;
  font-style: italic;
}
.header .search-form_it::-webkit-input-placeholder {
  color: #9c9c9c;
  font-style: italic;
}
.header .search-form_it:-moz-placeholder {
  color: #9c9c9c;
}
.header .search-form_it:-ms-input-placeholder {
  color: #9c9c9c;
}
.header .search-form_it::-webkit-input-placeholder {
  color: #9c9c9c;
}
.search-form_it:focus,
.search-form_it:active {
  outline: none !important;
}
.search-form_is {
  margin: 12px 0 0 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .search-form_is {
  width: 25px;
  height: 25px;
  background: #f0824f url(images/btn-search.png) 6px 6px no-repeat !important;
  border: none;
  margin: 12px 0 0 0;
  float: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header .search-form_is:hover {
  background-color: #000000 !important;
}
/* /Search Form */
/* #Navigation
---------------------------------------- */
.nav__primary {
  padding-top: 35px;
  margin: 0 18px 0 0;
}
@media (max-width: 767px) {
  .nav__primary {
    margin-right: 0;
    padding: 0 20px;
  }
}
/* Essential styles for dropdown menu */
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  top: 39px;
  /* match top ul list item height */

  left: 0;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  top: -7px;
}
/* Our skin for dropdown menu */
.sf-menu {
  float: right;
}
.sf-menu > li {
  background: none;
  text-align: left;
  margin-left: 9px;
}
.sf-menu > li:first-child {
  margin-left: 0;
}
.sf-menu > li > a {
  padding: 0 12px;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  letter-spacing: 1px;
  border: 1px solid transparent;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.sf-menu li ul {
  background-color: #fff;
  width: 140px;
  padding: 7px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.sf-menu li li {
  background: none;
}
.sf-menu li li a {
  padding: 0 6px;
  margin: 4px 11px;
  border: none;
  text-decoration: none;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  line-height: 21px;
  color: #000;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
}

.current-page-ancestor,
.current-menu-ancestor,
.current-menu-item,
.current-menu-parent,
.sf-menu li li > a:hover,
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a,
.sf-menu > li.current-menu-item > a{
border-color:#fff;
  background-color: #fff;
  color:#003466 !important;
}
.sf-menu li li > a:hover{
  color:#fff !important;
}
.sf-menu li li.sfHover > a,
.sf-menu li li.current-menu-item > a {

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
color:#fff !important;
background:none;
}
/*** arrows **/
a > .sf-sub-indicator {
  top: .6em;
}
.sf-menu ul a > .sf-sub-indicator {
  top: .4em;
  right: 0;
}
/*/ Header */
/* Logo
---------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
  .logo {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .logo {
    margin-bottom: 15px;
    text-align: center;
    float: none;
  }
}
.logo_h__retina {
  display: none;
}
.logo_link:hover,
.logo_link:active {
  color: #e0620d;
  text-decoration: none;
}
/*/ Logo */
/* Slider
================================================== */
.slider {
  /*padding-top: 72px;*/
  padding-bottom: 5px;
}
@media (max-width: 480px) {
  .slider {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .slider {
    padding-top: 117px;
    margin: 0 -20px;
  }
}
.camera_fakehover {
  border-bottom: 1px solid #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.camera_caption {
  bottom: auto;
  top: 50%;
  width: 1170px;
  left: 50%;
  margin: -190px 0 0 -585px;
  filter: none !important;
  height: 380px;
}
.ie8 .camera_caption {
  margin: -136px 0 0 -470px;
  width: 940px;
  height: 272px;
}
@media (max-width: 1320px) {
  .camera_caption {
    height: 316px;
    margin-top: -158px;
  }
}
@media (max-width: 1200px) {
  .camera_caption {
    width: 940px;
    margin-left: -470px;
  }
}
@media (max-width: 1100px) {
  .camera_caption {
    height: 272px;
    margin-top: -136px;
  }
}
@media (max-width: 979px) {
  .camera_caption {
    height: 212px;
    margin-top: -106px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .camera_caption {
    width: 724px;
    margin-left: -362px;
  }
}
@media (max-width: 767px) {
  .camera_caption {
    height: auto;
    margin-top: 0;
    top: 31%;
  }
}
.camera_caption > div {
  text-align: right;
  padding: 0;
  background: none;
}
.camera_caption > div h2 {
  /*text-transform: uppercase;*/
  /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);*/
  font-weight: normal !important;
  font-size: 40px;
  line-height: 46px;
  margin: 0 20px 33px 0;
  color:#000;
    position: absolute;
    top: 120px;
    display: block;
    width: 100%;
}
.ie8 .camera_caption > div h2 {
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 16px;
  margin-top:20px;
}
@media (max-width: 1320px) {
  .camera_caption > div h2 {
    margin-bottom: 16px;
  }
}
@media (max-width: 1100px) {
  .camera_caption > div h2 {
    font-size: 30px;
    line-height: 1.2em;
  }
}
.camera_caption > div h3 {
  font-family: 'Pacifico', cursive;
  font-size: 36px;
  font-weight: normal;
  line-height: 46px;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  position: relative;
  padding: 0 370px;
  margin: 0 0 47px 0;
}
.ie8 .camera_caption > div h3 {
  padding: 0 250px;
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 24px;
}
@media (max-width: 1320px) {
  .camera_caption > div h3 {
    margin-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .camera_caption > div h3 {
    padding: 0 250px;
  }
}
@media (max-width: 1100px) {
  .camera_caption > div h3 {
    font-size: 30px;
    line-height: 1.2em;
  }
}
@media (max-width: 979px) {
  .camera_caption > div h3 {
    display: none;
  }
}
.camera_caption > div h3:before,
.camera_caption > div h3:after {
  content: '';
  position: absolute;
  top: 31px;
  width: 370px;
  height: 1px;
}
.ie8 .camera_caption > div h3:before,
.ie8 .camera_caption > div h3:after {
  width: 250px;
  top: 21px;
}
@media (max-width: 1100px) {
  .camera_caption > div h3:before,
  .camera_caption > div h3:after {
    top: 21px;
  }
}
@media (max-width: 1200px) {
  .camera_caption > div h3:before,
  .camera_caption > div h3:after {
    width: 250px;
  }
}
.camera_caption > div h3:before {
  background-image: url(images/hr-left.png);
  left: 0;
}
.camera_caption > div h3:after {
  background-image: url(images/hr-right.png);
  right: 0;
}
.ie8 .camera_caption > div h3:after {
  background-position: 100% 0;
}
@media (max-width: 1200px) {
  .camera_caption > div h3:after {
    background-position: 100% 0;
  }
}
.camera_caption > div p {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  margin-bottom: 48px;
}
.ie8 .camera_caption > div p {
  margin-bottom: 24px;
}
@media (max-width: 1320px) {
  .camera_caption > div p {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .camera_caption > div p {
    display: none;
  }
}
.camera_caption > div .btn-wrapper {
  padding: 4px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .camera_caption > div .btn-wrapper {
    display: none;
  }
}
.no-rgba .camera_caption > div .btn-wrapper {
  background-image: url(images/white-opacity-10.png);
}
.camera_caption > div .btn {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 27px;
  line-height: 1.2em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  border: 1px solid #48754b;
  padding: 13px 34px;
  color: #ffffff;
  filter: none !important;
  background-color: #6ec16e;
  background-image: -moz-linear-gradient(top, #76ce76, #63ae63);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#76ce76), to(#63ae63));
  background-image: -webkit-linear-gradient(top, #76ce76, #63ae63);
  background-image: -o-linear-gradient(top, #76ce76, #63ae63);
  background-image: linear-gradient(to bottom, #76ce76, #63ae63);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff76ce76', endColorstr='#ff63ae63', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ie8 .camera_caption > div .btn {
  padding: 10px 24px;
  font-size: 20px;
}
@media (max-width: 1100px) {
  .camera_caption > div .btn {
    padding: 10px 24px;
    font-size: 20px;
  }
}
.camera_caption > div .btn:hover,
.camera_caption > div .btn:focus,
.camera_caption > div .btn:active {
  background-position: 0 0;
  background-color: #7bc77b;
  background-image: -moz-linear-gradient(top, #83d383, #6eb46e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#83d383), to(#6eb46e));
  background-image: -webkit-linear-gradient(top, #83d383, #6eb46e);
  background-image: -o-linear-gradient(top, #83d383, #6eb46e);
  background-image: linear-gradient(to bottom, #83d383, #6eb46e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff83d383', endColorstr='#ff6eb46e', GradientType=0);
}
.camera_pag_ul li {
  margin-bottom: 0 !important;
}
/* #Content
================================================== */
.content-holder {
  overflow: hidden;
  /*padding-top: 83px;*/
  padding-bottom: 58px;
}
.home .content-holder {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .content-holder {
    padding: 128px 20px 38px 20px;
  }
}
@media (max-width: 480px) {
  .content-holder {
    padding-top: 0 !important;
  }
}
.home .page {
  padding: 79px 0 0 0;
}
@media (max-width: 767px) {
  .home .page {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .home .page {
    padding-top: 50px;
  }
}
/* 404 Error Page
---------------------------------------- */
.error404-holder_num {
  color: #62ac62;
}
/* Title
---------------------------------------- */
.title-section {
  padding: 0 100%;
  margin: -11px -100% 0 -100%;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #ffffff;
  overflow: hidden;
}
.no-rgba .title-section {
  background-image: url(images/black-opacity-3.png);
}
.title-section:after {
  border-bottom: 1px solid #dbdbdb;
  padding-top: 21px;
  display: block;
  margin: 0 -100%;
  content: '';
  overflow: hidden;
  clear: both;
}
.title-header {
  overflow: visible;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2em;
  float: left;
  padding-top: 16px;
}
.title-desc {
  display: block;
  color: #999;
  font-size: 11px;
}
/* Breadcrumb
---------------------------------------- */
.breadcrumb__t {
  margin: 0;
  padding: 32px 0 0 0;
  float: right;
  background: none;
}
@media (max-width: 767px) {
  .breadcrumb__t {
    float: left;
    clear: both;
    padding-top: 15px;
  }
}
.breadcrumb__t li {
  font-size: 18px;
  text-shadow: none;
}
@media (max-width: 480px) {
  .breadcrumb__t li {
    font-size: 16px;
  }
}
.breadcrumb__t .active {
  font-weight: bold;
  color: #282828;
}
.breadcrumb__t .divider {
  font-weight: bold;
  color: #282828;
  margin: 0 5px;
}
.breadcrumb__t li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumb__t li a:hover {
  color: #282828;
}
/* /Breadcrumb */
/* #Post
================================================== */
.post__holder {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}
.post__holder.single-post {
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
}
.post .sticky {
  position: relative;
  z-index: 9;
}
.post-title {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 22px;
}
.post-title a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.post-title a:hover {
  color: #282828;
  text-decoration: none;
}
@media (max-width: 480px) {
  .post .featured-thumbnail {
    width: 120px;
  }
}
@media (max-width: 480px) {
  .post .featured-thumbnail.large {
    width: auto;
  }
}
.post_content {
  padding-bottom: 20px;
}
.post_content .excerpt,
.post_content .full-post-content {
  margin-bottom: 1.5em;
}
.post_footer {
  clear: both;
  padding: 15px 0 0 0;
}
.post_meta {
  overflow: hidden;
  margin-bottom: 1em;
  padding: .7em 0 !important;
  width: 100%;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  font-size: .92em;
}
.post_meta a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.post_meta a:hover {
  color: #282828;
}
.post_meta span {
  display: inline-block;
  line-height: 20px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .post_meta span {
    display: block;
  }
}
.post_meta .post_author {
  text-transform: uppercase;
}
.post_meta .post_permalink {
  float: right;
  padding-right: 0;
}
@media (max-width: 979px) {
  .post_meta .post_permalink {
    float: none;
  }
}
.post_meta i {
  font-size: 16px;
  margin-right: .5em;
  color: #bdbdbd;
}
.post_meta .pull-right {
  padding-right: 0;
  padding-left: 15px;
}
/* Posts navigation
---------------------------------------- */
.pagination__posts {
  margin: 0;
  text-align: center;
}
.pagination__posts ul li a {
  color: #999999;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pagination__posts ul li a:hover {
  background-color: #62ac62;
  color: #ffffff;
}
.pagination__posts ul .active a {
  background-color: #62ac62;
  color: #ffffff;
}
/* /Posts navigation */
/* Flexslider for Portfolio Slideshow Item and Gallery Post Format */
/* Control Nav */
.flex-control-paging li {
  margin: 0 3px 0 0;
}
.flex-control-paging li a {
  background: #bdbdbd;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.flex-control-paging li a:hover {
  background: #62ac62;
}
.flex-control-paging li a.flex-active {
  background: #62ac62;
  cursor: default;
}
/* Author Page
---------------------------------------- */
.post-author {
  margin-bottom: 2em;
  padding: 5px 20px 20px;
  border: 1px solid #e0e0e0;
  background-color: rgba(255, 255, 255, 0.41);
}
.no-rgba .post-author {
  background-image: url(images/white-opacity-41.png);
}
.post-author_h {
  margin-bottom: 25px;
}
.post-author_link {
  margin-top: 1.5em;
}
.post-author_gravatar {
  float: left;
  margin: 0 20px 10px 0;
}
.post-author_gravatar img {
  padding: 0;
  border: none;
  background: none;
}
/* Recent author comments */
#recent-author-comments {
  padding-top: 30px;
}
/* Related Posts */
.related-posts_h {
  margin-bottom: 25px;
}
.related-posts_item {
  font-size: 14px;
}
/* Testimonials Page
---------------------------------------- */
.testimonial {
  position: relative;
  margin-bottom: 35px;
  padding: 30px;
  border: 1px solid #eeeeee;
  background: #ffffff;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 24px;
  color: #888888;
  border-color: #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.testimonial_bq {
  margin: 0;
  padding: 0;
  border: none;
}
.testimonial_bq p {
  line-height: 24px;
}
.testimonial_content {
  overflow: hidden;
}
.testimonial .featured-thumbnail {
  /* Portrait tablet to landscape and desktop */

}
@media (min-width: 768px) and (max-width: 979px) {
  .testimonial .featured-thumbnail {
    width: 80px;
    height: 80px;
  }
}
.testimonial small {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  padding: 12px 0 0;
  font-size: 11.9px;
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .testimonial {
    padding: 15px;
    background-position: 150px 10px;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .testimonial {
    padding: 15px;
    background-position: 150px 10px;
  }
}
/* Filterable Portfolio
---------------------------------------- */
@media (max-width: 480px) {
  .filter-wrapper .pull-right {
    float: none;
  }
}
.filter-wrapper strong {
  display: inline-block;
  padding: 6px 0;
  margin-right: 5px;
  float: left;
}
@media (max-width: 480px) {
  .filter-wrapper strong {
    padding: 3px 0 0 0;
  }
}
.filter-wrapper .nav {
  overflow: hidden;
}
.nav-pills {
  float: left;
}
@media (max-width: 480px) {
  .nav-pills {
    float: none;
  }
}
@media (max-width: 480px) {
  .nav-pills li {
    float: none;
  }
}
.nav-pills li a:hover {
  background: #ffffff;
  color: #282828;
}
@media (max-width: 480px) {
  .nav-pills li a {
    display: block;
    padding: 5px;
  }
}
.filterable-portfolio h3 a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.filterable-portfolio h3 a:hover {
  color: #282828;
}
/* Info */
.portfolio-meta-list {
  border-color: #d8d8d8;
}
/* Zoom Icon */
.zoom-icon {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* Single pager */
.single-pager {
  border-color: #d8d8d8;
  margin-top: 0;
}
/* Grid Gallery */
.grid_gallery .featured-thumbnail {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/*/ Content */
/* #Comments
================================================== */
.comments-h {
  margin-bottom: 0;
}
.comment .comment-body {
  border: 1px solid #e0e0e0;
  margin-top: 18px;
  background-color: rgba(255, 255, 255, 0.41);
}
.no-rgba .comment .comment-body {
  background-image: url(images/white-opacity-41.png);
}
.comment.bypostauthor .comment-body {
  background-color: rgba(255, 255, 255, 0.41);
}
.no-rgba .comment.bypostauthor .comment-body {
  background-image: url(images/white-opacity-41.png);
}
#respond h3 {
  margin-bottom: 25px;
}
/* Comment form */
#commentform textarea {
  overflow: auto;
  margin: 0;
  min-width: 530px;
  min-height: 230px;
  max-width: 530px;
  width: 530px;
  height: 230px;
}
.children #commentform textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 100px;
}
/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {
  #commentform textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 979px) {
  #commentform input[type="text"] {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #commentform textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*/ Comments */
/* #Widgets
================================================== */
#sidebar {
  padding-top: 42px;
}
.widget {
  margin-bottom: 50px;
}
.widget h3 {
  margin-bottom: 25px;
  color: #282828;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 5px 0;
}
.widget ul li:before {
  content: '';
  width: 10px;
  height: 5px;
  margin: 8px 9px 0 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(images/arrow.gif);
  display: inline-block;
  vertical-align: top;
}
.widget ul li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.widget ul li a:hover {
  color: #282828;
}
.widget ul ul {
  margin: 5px 0 0 20px;
}
/* Custom Widgets
---------------------------------------- */
/* Flickr widget */
.flickr {
  /* IE8 */

  /* Landscape phone to portrait tablet */

}
.flickr_li:before {
  display: none !important;
}
.flickr_li .thumbnail {
  margin: 0 0 6px 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.flickr_li .thumbnail:hover {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.flickr_li:nth-child(3n-2) {
  margin-left: 0;
}
.ie8 .flickr_li.nomargin {
  margin-left: 0;
}
.ie8 .flickr_li img {
  height: 58px;
}
@media (max-width: 767px) {
  .flickr_li {
    float: left !important;
    width: auto !important;
    margin: 0 14px 14px 0;
  }
  .flickr_li .thumbnail {
    float: left;
  }
}
/*/ Flickr widget */
/* Social Networks
---------------------------------------- */
.social.icons {
  text-indent: 0;
}
.social.icons li:before {
  display: none !important;
}
.social.both li:before {
  display: none !important;
}
.social__row li {
  margin-left: 5px !important;
}
.social__row li:first-child {
  margin-left: 0 !important;
}
/* /Social Networks */
/* Posts List */
.post-list {
  margin-bottom: 20px !important;
}
.post-list li {
  margin-top: 20px !important;
}
.post-list li:first-child {
  margin-top: 0 !important;
}
.post-list li:before {
  display: none !important;
}
.post-list_h {
  margin-top: 0;
}
.post-list_h a:hover {
  text-decoration: none;
}
/*/ Posts List */
/* Custom Recent Comments */
.comments-custom li {
  margin: 30px 0 0 0 !important;
}
.comments-custom li:first-child {
  margin-top: 0 !important;
}
.comments-custom li:before {
  display: none !important;
}
.comments-custom_txt {
  padding-top: 0;
}
.comments-custom_txt a {
  color: #999999;
}
.comments-custom_txt a:hover {
  text-decoration: none;
}
.comments-custom .thumbnail {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.comments-custom .thumbnail:before {
  display: none;
}
.comments-custom .thumbnail img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/* vCard widget
---------------------------------------- */.vcard .adr {
  font-weight: normal;
  display: block;
  margin-bottom: 8px;
}
.vcard i {
  font-size: 18px;
  color: #ffffff;
  min-width: 30px;
  float: left;
}
.vcard span {
  display: block;
}
.vcard span.street-address,
.vcard span.locality,
.vcard span.region,
.vcard span.postal-code {
  display: inline-block;
  vertical-align: top;
}
.vcard span.tel {
  margin-bottom: 8px;
}
.vcard span.email {
  margin-bottom: 8px;
}
.vcard a {
  text-decoration: underline;
}
.vcard a:hover {
  color: #62ac62;
  text-decoration: none;
}
/*/ vCard widget */
/*/ Widgets */
/* #Shortcodes
================================================== */
/* Carousel
---------------------------------------- */
.carousel-wrap {
  position: relative;
  margin: 0 0 0px;
}
.carousel-wrap.clients .es-carousel-wrapper {
  background-color: #ffffff;
  padding: 33px 98px 38px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ie8 .carousel-wrap.clients .es-carousel-wrapper {
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 1200px) {
  .carousel-wrap.clients .es-carousel-wrapper {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 767px) {
  .carousel-wrap.clients .es-carousel-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 480px) {
  .carousel-wrap.clients .es-carousel-wrapper {
    padding-left: 31px;
    padding-right: 31px;
  }
}
.carousel-wrap.clients .desc {
  display: none;
}
.carousel-wrap.clients .featured-thumbnail {
  margin: 0;
}
.carousel-wrap .es-carousel_li {
  margin: 0 13px !important;
}
.es-carousel-wrapper {
  position: relative;
  padding: 0;
}
.es-carousel {
  overflow: hidden;
}
.es-carousel_list {
  display: none;
  margin-bottom: 0;
}
.es-carousel_li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
  color: #000;
}
.es-carousel_li .featured-thumbnail {
  float: none;
  margin: 0 0 20px;
}
.es-carousel_li .featured-thumbnail img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  max-height: 100%;
  border: none;
  background-color: #ffffff;
}
.es-carousel_li .desc {
  padding: 0;
  margin: 0;
}
.es-carousel_li h5 {
  margin-bottom: .5em;
  font-weight: bold;
}
.es-carousel_li h5 a {
  text-decoration: underline;
}
.es-carousel_li h5 a:hover {
  text-decoration: none;
}
.es-carousel_li .excerpt {
  margin-bottom: 10px;
}
.es-nav span {
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  margin-top: 0;
  width: 40px;
  height: 120px;
  background: #62ac62;
  text-indent: -9000px;
  opacity: 1;
  cursor: pointer;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.es-nav span:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 51px;
  width: 9px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(images/arrows-sprite.gif);
}
.es-nav span.es-nav-next {
  right: 0;
  left: auto;
  background-position: 0 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.es-nav span.es-nav-next:before {
  background-position: -9px 0;
  left: 16px;
}
.es-nav span:hover {
  background: #333333;
  opacity: 1.0;
}
.type-clients .featured-thumbnail {
  float: left;
  margin: 0 20px 10px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.type-clients .featured-thumbnail a:before {
  display: none;
}
/* Posts Grid
-----------------------------------------*/
.posts-grid {
  margin-top: -14px;
}
.posts-grid.no-thumbnail .featured-thumbnail {
  display: none;
}
.posts-grid .post_meta {
  border: none;
  padding: 0 !important;
  margin: 3px 22px 0 0;
  float: left;
  width: auto;
}
@media (min-width: 768px) and (max-width: 979px) {
  .posts-grid .post_meta {
    margin: 0 18px 10px 0;
  }
}
.posts-grid .post_meta span {
  padding-right: 0;
}
.posts-grid .post_meta b {
  display: block;
  margin-bottom: 5px;
  width: 48px;
  line-height: 50px;
  font-size: 24px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  color: #282828;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 979px) {
  .posts-grid .post_meta b {
    width: 38px;
    line-height: 40px;
  }
}
.posts-grid .post_meta strong {
  color: #ffffff;
  background-color: #f0824f;
  display: block;
  height: 21px;
  font-size: 12px;
  text-align: center;
  width: 50px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .posts-grid .post_meta strong {
    width: 40px;
  }
}
.posts-grid h5 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .posts-grid h5 {
    font-size: 15px;
    line-height: 1.2em;
  }
}
.posts-grid h5 a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.posts-grid h5 a:hover {
  color: #282828;
  text-decoration: none;
}
.posts-grid .excerpt {
  padding-top: 9px;
}
.posts-grid.team {
  margin: 0 0 6px 0;
}
@media (max-width: 767px) {
  .posts-grid.team {
    text-align: center;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .posts-grid.team {
    margin-top: -20px;
  }
}
.posts-grid.team li {
  text-align: center;
}
@media (min-width: 480px) and (max-width: 767px) {
  .posts-grid.team li {
    width: 170px;
    display: inline-block;
    margin: 20px 15px 0 15px !important;
  }
}
.posts-grid.team .featured-thumbnail {
  margin: 0 auto 10px auto;
  display: block;
  float: none;
  width: 100px;
  -webkit-box-shadow: 0 3px 0 #ffffff;
  -moz-box-shadow: 0 3px 0 #ffffff;
  box-shadow: 0 3px 0 #ffffff;
  -webkit-border-radius: 170px;
  -moz-border-radius: 170px;
  border-radius: 170px;
}
@media (max-width: 767px) {
  .posts-grid.team .featured-thumbnail {
    float: none;
    display: inline-block;
  }
}
.ie8 .posts-grid.team .featured-thumbnail {
  width: 140px;
}
.posts-grid.team .featured-thumbnail img {
  -webkit-border-radius: 170px;
  -moz-border-radius: 170px;
  border-radius: 170px;
}
.ie8 .posts-grid.team .featured-thumbnail img {
  width: auto;
}
.posts-grid.team .featured-thumbnail a {
  display: block;
  position: relative;
  text-decoration: none;
}
.posts-grid.team .featured-thumbnail a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.18);
  -webkit-border-radius: 170px;
  -moz-border-radius: 170px;
  border-radius: 170px;
}
.posts-grid.team .featured-thumbnail a:hover i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.posts-grid.team .featured-thumbnail i {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  background-color: #f0824f;
  width: auto;
  text-align: center;
  line-height: 130px;
  font-size: 28px;
  -webkit-border-radius: 170px;
  -moz-border-radius: 170px;
  border-radius: 170px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.ie8 .posts-grid.team .featured-thumbnail i {
  line-height: 146px;
}
@media (min-width: 979px) and (max-width: 1200px) {
  .posts-grid.team .featured-thumbnail i {
    line-height: 140px;
    -webkit-border-radius: 140px;
    -moz-border-radius: 140px;
    border-radius: 140px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .posts-grid.team .featured-thumbnail i {
    line-height: 104px;
    -webkit-border-radius: 104px;
    -moz-border-radius: 104px;
    border-radius: 104px;
  }
}
.posts-grid.team h5 {
  line-height: 1.2em;
  margin: 11px 0 3px 0;
}
.posts-grid.team h5 a {
  color: #282828;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.posts-grid.team h5 a:hover {
  color: #62ac62;
  text-decoration: none;
}
.posts-grid.team .page-desc {
  font-size: 12px;
  line-height: 1.2em;
}
/* Services Box
---------------------------------------- */
.service-box {
  padding: 0;
  background: none;
  border: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.service-box:before {
  display: none;
}
.service-box .icon {
  float: left;
  margin: 0 10px 10px 0;
}
.service-box h2 {
  overflow: visible;
  margin: 0 0 12px 0;
  text-shadow: 0 1px 0 #ffffff;
  font-size: 24px;
  font-weight: normal !important;
  line-height: 1.2em;
}
.service-box h2 a {
  color: #282828;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.service-box h2 a:hover {
  text-decoration: none;
  color: #62ac62;
}
.service-box h5 {
  overflow: hidden;
  margin: 0 0 25px;
}
.service-box_txt {
  margin-bottom: 20px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .service-box_txt {
    margin-bottom: 30px;
  }
}
.service-box .btn-align {
  text-align: center;
}
.service-box__call {
  color: #fff;
  background-color: #0c6abd;
  background-image: -moz-linear-gradient(top, #037cc7, #1950af);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#037cc7), to(#1950af));
  background-image: -webkit-linear-gradient(top, #037cc7, #1950af);
  background-image: -o-linear-gradient(top, #037cc7, #1950af);
  background-image: linear-gradient(to bottom, #037cc7, #1950af);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff037cc7', endColorstr='#ff1950af', GradientType=0);
}
.service-box__call h2 {
  float: left;
  width: 75%;
  color: #fff;
  margin: 10px 0 0;
}
.service-box__call .btn-align {
  padding: 0;
  width: 100%;
  float: none;
}
.service-box.no-button .btn-align {
  display: none;
}
.service-box [class*="icon"] {
  color: #e5e5e5;
  font-size: 56px;
  text-align: center;
  display: block;
  background-color: #ffffff;
  width: 126px;
  height: 126px;
  line-height: 126px;
  margin: 0 auto 36px;
  border: 5px solid #e5e5e5;
  -webkit-border-radius: 126px;
  -moz-border-radius: 126px;
  border-radius: 126px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.service-box [class*="icon"]:after {
  display: block;
  margin: 5px auto 0;
  width: 88px;
  height: 8px;
  position: relative;
  top: -5px;
  background-color: #e5e5e5;
  content: '';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ie8 .service-box [class*="icon"]:after {
  display: none;
}
@media (max-width: 766px) {
  .service-box [class*="icon"]:hover {
    color: #ffffff;
    background-color: #f0824f;
    border-color: #ce6535;
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  .service-box [class*="icon"]:hover:after {
    width: 53px;
    height: 5px;
    -webkit-transform: translate(0, 22px);
    -moz-transform: translate(0, 22px);
    -ms-transform: translate(0, 22px);
    -o-transform: translate(0, 22px);
    transform: translate(0, 22px);
  }
}
@media (min-width: 767px) {
  .service-box:hover [class*="icon"] {
    color: #ffffff;
    background-color: #f0824f;
    border-color: #ce6535;
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  .service-box:hover [class*="icon"]:after {
    width: 53px;
    height: 5px;
    -webkit-transform: translate(0, 22px);
    -moz-transform: translate(0, 22px);
    -ms-transform: translate(0, 22px);
    -o-transform: translate(0, 22px);
    transform: translate(0, 22px);
  }
}
/* Hero Unit
---------------------------------------- */
.hero-unit {
  background: none;
  padding: 39px 100% 0;
  margin: 10px -100% 0;
  text-align: center;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .hero-unit {
    padding-top: 24px;
  }
}
.no-rgba .hero-unit {
  background-image: url(images/black-opacity-3.png);
}
.hero-unit:after {
  height: 1px;
  background-color: #dbdbdb;
  display: block;
  margin: 57px -100% 0;
  content: '';
}
@media (max-width: 767px) {
  .hero-unit:after {
    margin-top: 37px;
  }
}
.hero-unit h1 {
  font-size: 38px;
  font-weight: 300;
  line-height: 1.2em;
  color: #282828;
  text-shadow: 0 1px 0 #ffffff;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .hero-unit h1 {
    font-size: 35px;
  }
}
.hero-unit h1 strong {
  color: #003466;
}
.hero-unit p {
  padding: 0 298px;
  font-size: 18px;
  line-height: 24px;
}
.ie8 .hero-unit p {
  padding: 0 100px;
}
@media (max-width: 1200px) {
  .hero-unit p {
    padding: 0 100px;
  }
}
@media (max-width: 979px) {
  .hero-unit p {
    padding: 0;
  }
}
/* /Hero Unit */
/* Testimonials
---------------------------------------- */
.testimonials {
  margin-top: -10px;
}
.testimonials .testi-item {
  overflow: visible;
  margin: 25px 0 0 0;
  padding: 5px 0 0 0;
  background: none;
}
.testimonials .testi-item:first-child {
  margin-top: 0;
}
.testimonials .testi-item blockquote {
  position: relative;
  display: block;
  margin: 0;
  padding: 19px 44px 25px 29px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  font-size: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  line-height: 22px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 1200px) {
  .testimonials .testi-item blockquote {
    padding-right: 20px;
  }
}
.testimonials .testi-item blockquote:before {
  position: absolute;
  bottom: auto;
  left: -21px;
  top: 23px;
  display: block;
  width: 21px;
  height: 30px;
  border: none;
  background-image: url(images/corner.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 480px) {
  .testimonials .testi-item blockquote:before {
    display: none;
  }
}
.testimonials .testi-item blockquote:after {
  display: none;
}
.testimonials .testi-item blockquote > a {
  position: relative;
  z-index: 2;
  color: #888888;
  text-decoration: none;
  overflow: hidden;
  vertical-align: top;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.testimonials .testi-item blockquote > a:hover {
  color: #62ac62;
}
.testimonials .testi-item .extra-wrap {
  padding: 0 0 2px 21px;
}
@media (max-width: 480px) {
  .testimonials .testi-item .extra-wrap {
    padding-left: 0;
  }
}
.testimonials .testi-item .featured-thumbnail {
  position: relative;
  z-index: 2;
  margin: 2px 9px 0 0;
  width: 70px;
  height: 70px;
  float: left;
  -webkit-box-shadow: 0 2px 0 #ffffff;
  -moz-box-shadow: 0 2px 0 #ffffff;
  box-shadow: 0 2px 0 #ffffff;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
}
@media (max-width: 480px) {
  .testimonials .testi-item .featured-thumbnail {
    display: none;
  }
}
.testimonials .testi-item .featured-thumbnail:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.18);
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
}
.testimonials .testi-item .featured-thumbnail img {
  z-index: 1;
  position: relative;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
}
.testimonials .testi-item .testi-meta {
  font-size: 12px;
  display: block;
  line-height: 17px;
  padding-top: 15px;
  padding-left: 0;
  text-align: right;
  color: #282828;
}
.testimonials .testi-item .testi-meta .user {
  font-weight: bold;
}
.testimonials .testi-item .testi-meta a {
  text-decoration: underline;
}
.testimonials .testi-item .testi-meta a:hover {
  color: #62ac62;
  text-decoration: none;
}
.testimonials .testi-item .quotes {
  color: #e5e5e5;
  font-size: 80px;
  float: left;
  margin: 0 7px 0 0;
  position: relative;
  top: 11px;
}
/*/ Testimonials */
/*/ Shortcodes */
/* #Footer
================================================== */
.footer {
  background: #282828;
  border: none;
  padding: 0;
}
/* Footer widget */
.footer-widgets {
  background-color: #3d3d3d;
  border-top: 1px solid #000000;
  font-size: 12px;
  line-height: 22px;
  padding: 33px 0 57px 0;
}
@media (max-width: 767px) {
  .footer-widgets {
    padding: 23px 20px 37px 20px;
  }
}
.footer-widgets h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 18px;
  color: #ffffff;
}
.footer-widgets ul {
  margin: 0;
  padding: 0;
}
.footer-widgets ul li {
  list-style-type: none;
  border-top: 1px solid #4e4e4e;
  margin: 0;
  padding: 6px 0 7px 0;
}
.footer-widgets ul li:first-child {
  border-top: none;
  padding-top: 0;
}
footer a{
color: #ffffff;
text-decoration: none;
}
.footer-widgets ul li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer-widgets ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer-widgets .widget_categories ul li {
  text-align: right;
  overflow: hidden;
}
.footer-widgets .widget_categories ul li a {
  float: left;
}
/* Footer navigation */
nav.footer-nav {
  margin-bottom: 0;
}
nav.footer-nav ul li a:hover {
  color: #62ac62;
  text-decoration: none;
}
nav.footer-nav ul li.current_page_item a {
  color: #62ac62;
  text-decoration: none;
}
/* Copyright */
.copyright {
  padding: 13px 0 17px 0;
  font-size: 12px;
  color: #ffffff;
  border-top: 1px solid #000000;
  background-color: #282828;
}
@media (max-width: 767px) {
  .copyright {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.copyright a {
  color: #587ed1;
}
/* Footer text */
.footer-text {
  float: left;
}
@media (max-width: 767px) {
  .footer-text {
    float: none;
    margin-bottom: 0;
  }
}
/*/ Footer */
/* #Misc
================================================== */
/* Google Map */
.google-map {
  background-color: #ffffff;
  line-height: 0;
}
/* Contact form */
.wpcf7-form p.field input {
  padding: 8px 11px !important;
  line-height: 1em;
  height: auto;
}
.ie8 .wpcf7-form p.field input {
  height: 34px;
}
/* Extra Wrapper */
@media (max-width: 480px) {
  .extra-wrap {
    overflow: visible;
    clear: both;
  }
}
/* Forms */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  padding: 8px 11px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #62ac62;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="reset"],
input[type="submit"] {
  padding: 0;
  line-height: 1em;
  background: none;
  border: none;
  text-shadow: none;
  text-transform: capitalize;
  height: auto;
  color: #62ac62;
  font-size: 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="reset"]:active,
input[type="submit"]:active {
  background: none;
  color: #282828;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Button */
.btn-primary {
  text-shadow: none;
}
.btn-link {
  padding: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-link:hover {
  color: #282828;
  text-decoration: underline;
}
.btn-small {
  font-size: 12px;
}
/* Thumbnail */
.thumbnail {
  border: none;
  padding: 0;
  background: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 0 #ffffff;
  -moz-box-shadow: 0 3px 0 #ffffff;
  box-shadow: 0 3px 0 #ffffff;
}
.thumbnail img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.thumbnail > a {
  position: relative;
}
.thumbnail > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
}
.single-post .thumbnail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
}
.single-team .featured-thumbnail {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 0 #ffffff;
  -moz-box-shadow: 0 3px 0 #ffffff;
  box-shadow: 0 3px 0 #ffffff;
}
.single-team .featured-thumbnail img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.single-team .featured-thumbnail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
}
/* Spacer */
.spacer {
  height: 59px;
}
@media (max-width: 767px) {
  .spacer {
    height: 32px;
  }
}
/* Back to Top */
#back-top {
  margin-bottom: 0;
}
#back-top-wrapper {
  right: 0;
  bottom: 105px;
}
#back-top a {
  color: #282828;
  font-size: 28px;
  line-height: 50px;
}
#back-top a i {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#back-top a:hover i {
  color: #ffffff;
}
#back-top a:hover span {
  background-color: #62ac62;
}
#back-top span {
  margin-bottom: 0;
  background: #ffffff;
}
/*// Back to Top */
/* Page Header */
.page-header {
  border: none;
}
/*/ Misc */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.motopress-wrapper{
background-color:#fff;
}
.logo_h logo_h__txt{
  color: #e25503;
}

h5 > a{
  color: #e25503;
}
footer i{
  color: #fff;
  margin-right: 5px;
}
.btn-link, .btn-link:focus{
  color: #003466;
}

.logo_link {
font-size: 50px !important;
font-weight: 300 !important;
color: #ce6535 !important;
}

.service-box h2 a:hover, .posts-grid.team h5 a:hover {
  color: #5971af;
}
a:hover, a:focus, .search-form__h .btn-search:hover, .search-form__h .btn-search:focus{
   color: #e25503;
}
.hero-unit{
  text-align:left;
  background-color: #fff;
  border-color: #003365;
}
.hero-unit h1 strong{
  color: #e25503;
}
.hero-unit p {
  padding: 0;
}
.wp-image-50{
  margin: 50px 0 10px 20px;
}
.centredbox{
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.steps{
  width: 100%
  min-height: 100px;
  text-align: center;
  background-color: #003466;
  color: #fff;
  padding: 20px;
  font-size: 25px;
}
.header{
background: #003466
}

.team-heading{
text-decoration:underline;
font-weight:bold;
}
.text-white{
color:#fff;
}
.main-holder{
color:#555!important;
}