/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*custom letter spacing*/
/*icon sizes*/
/* ----------------------------------------------------------------
	Portfolio
-----------------------------------------------------------------*/
/* Portfolio - Filter
-----------------------------------------------------------------*/
.portfolio-filter {
  position: relative;
  margin: 0 0 40px 0;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.07);
  float: left;
  border-radius: 4px;
}
.portfolio-filter li {
  float: left;
  position: relative;
}
.portfolio-filter li a {
  display: block;
  position: relative;
  padding: 12px 18px;
  font-size: 13px;
  line-height: 15px;
  color: #666;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}
.portfolio-filter li:first-child a {
  border-left: none;
  border-radius: 4px 0 0 4px;
}
.portfolio-filter li:last-child a {
  border-radius: 0 4px 4px 0;
}
.portfolio-filter li a:hover {
  color: #1ABC9C;
}
.portfolio-filter li.activeFilter a {
  color: #FFF !important;
  background-color: #1ABC9C;
  margin: -1px 0;
  padding: 13px 18px;
  font-weight: bold;
}
.bothsidebar .portfolio-filter li a {
  padding: 12px 14px;
}
.bothsidebar .portfolio-filter li.activeFilter a {
  padding: 13px 18px;
}
/* Portfolio - Filter: Style 2
-----------------------------------------------------------------*/
.portfolio-filter.style-2,
.portfolio-filter.style-3,
.portfolio-filter.style-4 {
  border: none;
  border-radius: 0;
}
.portfolio-filter.style-2 li,
.portfolio-filter.style-3 li,
.portfolio-filter.style-4 li {
  margin-bottom: 10px;
}
.portfolio-filter.style-2 li:not(:first-child),
.portfolio-filter.style-3 li:not(:first-child) {
  margin-left: 10px;
}
.portfolio-filter.style-2 li a,
.portfolio-filter.style-3 li a,
.portfolio-filter.style-4 li a {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 22px;
  border: none;
}
.portfolio-filter.style-2 li.activeFilter a {
  color: #FFF !important;
  margin: 0;
}
/* Portfolio - Filter: Style 3
-----------------------------------------------------------------*/
.portfolio-filter.style-3 li a {
  border: 1px solid transparent;
}
.portfolio-filter.style-3 li.activeFilter a {
  color: #1ABC9C !important;
  border-color: #1ABC9C;
  background-color: transparent;
  margin: 0;
}
/* Portfolio - Filter: Style 4
-----------------------------------------------------------------*/
.portfolio-filter.style-4 li:not(:first-child) {
  margin-left: 30px;
}
.portfolio-filter.style-4 li a {
  padding: 13px 5px;
  font-size: 15px;
  border-radius: 0;
}
.portfolio-filter.style-4 li a:after {
  content: '';
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-filter.style-4 li.activeFilter a {
  color: #444 !important;
  background-color: transparent;
  margin: 0;
}
.portfolio-filter.style-4 li.activeFilter a:after {
  width: 100%;
  left: 0%;
  background-color: #1ABC9C;
}
/* Portfolio - Center Aligned
-----------------------------------------------------------------*/
.portfolio-filter.center.style-2 li,
.portfolio-filter.center.style-3 li,
.portfolio-filter.center.style-4 li {
  display: inline-block;
  float: none;
}
/* Portfolio - Shuffle Icon
-----------------------------------------------------------------*/
.portfolio-shuffle {
  float: right;
  width: 41px;
  height: 41px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 14px;
  text-align: center;
  line-height: 41px;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.portfolio-shuffle:hover {
  background-color: #1ABC9C;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
/* Portfolio - Items
-----------------------------------------------------------------*/
.portfolio {
  position: relative;
  margin: 0 -12px -12px 0;
}
body:not(.device-touch) .portfolio {
  -webkit-transition: height 0.4s linear;
  -o-transition: height 0.4s linear;
  transition: height 0.4s linear;
}
.portfolio-item {
  float: left;
  position: relative;
  width: 25%;
  height: auto;
  padding: 0 12px 12px 0;
}
.portfolio-notitle .portfolio-item,
.portfolio-notitle .iportfolio {
  overflow: hidden;
}
.portfolio-item .portfolio-image {
  position: relative;
  overflow: hidden;
}
.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image a,
.portfolio-item .portfolio-image img {
  display: block;
  width: 100%;
  height: auto;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-image img {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* Portfolio - Item Title
-----------------------------------------------------------------*/
.portfolio-desc {
  z-index: 3;
  padding: 15px 5px 10px;
}
.portfolio-desc h3 {
  margin: 0;
  padding: 0;
  font-size: 19px;
}
.portfolio-desc h3 a {
  color: #222;
}
.portfolio-desc h3 a:hover {
  color: #1ABC9C;
}
.portfolio-desc span {
  display: block;
  margin-top: 3px;
  color: #888;
}
.portfolio-desc span a {
  color: #888;
}
.portfolio-desc span a:hover {
  color: #000;
}
.portfolio-notitle .portfolio-desc {
  position: absolute;
  display: block !important;
  width: 100%;
  height: 78px;
  padding: 15px 5px;
  top: auto;
  bottom: -79px;
  left: 0;
  background-color: #FFF;
  border-bottom: 1px solid #EEE;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-desc {
  -webkit-transition: bottom 0.2s ease-in-out;
  -o-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out;
}
.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -78px;
  border-bottom: 0;
}
.portfolio-notitle .portfolio-item:hover .portfolio-desc,
.portfolio-notitle .iportfolio:hover .portfolio-desc {
  bottom: 0 !important;
}
.bothsidebar .portfolio-notitle .portfolio-item:hover .portfolio-image img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .iportfolio:hover .portfolio-image img {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
body.device-touch.device-xs .portfolio-notitle .portfolio-desc,
body.device-touch.device-xxs .portfolio-notitle .portfolio-desc {
  display: none !important;
}
/* Portfolio - No Margin
-----------------------------------------------------------------*/
.portfolio.portfolio-nomargin,
.portfolio.portfolio-full {
  margin: 0 !important;
}
.portfolio-nomargin .portfolio-item,
.portfolio-full .portfolio-item {
  padding: 0 !important;
}
.portfolio-nomargin .portfolio-desc {
  padding: 15px 10px 15px;
}
/* Portfolio - 100% Full Width
-----------------------------------------------------------------*/
.portfolio.portfolio-full {
  margin: 0 !important;
  width: 100.4%;
}
.portfolio-full .portfolio-item {
  overflow: hidden !important;
}
.portfolio-full .portfolio-desc {
  padding: 15px;
}
/* Portfolio - Sidebar
-----------------------------------------------------------------*/
.postcontent .portfolio-desc h3 {
  font-size: 17px;
}
.postcontent .portfolio-desc span {
  font-size: 12px;
}
/* Portfolio - Sidebar - No Title
-----------------------------------------------------------------*/
.postcontent .portfolio-notitle .portfolio-desc {
  height: 70px;
  bottom: -71px;
}
.postcontent .portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -70px;
}
.postcontent .portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
  margin-top: -50px !important;
}
/* Portfolio - Both Sidebars
-----------------------------------------------------------------*/
.bothsidebar .portfolio {
  margin: 0;
}
.bothsidebar .portfolio-item {
  padding: 0;
}
.bothsidebar .portfolio-desc {
  display: none !important;
}
/* Portfolio - Items - 3 Columns
-----------------------------------------------------------------*/
.portfolio.portfolio-3 {
  margin: 0 -15px -15px 0;
}
.portfolio-3 .portfolio-item {
  width: 33.33333333%;
  padding: 0 15px 15px 0;
}
/* Portfolio - Sidebar - Items - 3 Columns
-----------------------------------------------------------------*/
.postcontent .portfolio-3 .portfolio-desc h3 {
  font-size: 18px;
}
.postcontent .portfolio-3 .portfolio-desc span {
  font-size: 13px;
}
/* Portfolio - Sidebar - Items - 3 Columns - No Title
-----------------------------------------------------------------*/
.postcontent .portfolio-3.portfolio-notitle .portfolio-desc {
  height: 72px;
  bottom: -73px;
}
.postcontent .portfolio-3.portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-3.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -72px;
}
.postcontent .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
  margin-top: -40px !important;
}
/* Portfolio - Both Sidebars - Items - 3 Columns
-----------------------------------------------------------------*/
.bothsidebar .portfolio.portfolio-3 {
  margin: 0 -11px -11px 0;
}
.bothsidebar .portfolio-3 .portfolio-item {
  padding: 0 11px 11px 0;
}
.bothsidebar .portfolio-3 .portfolio-desc {
  display: block !important;
}
.bothsidebar .portfolio-3 .portfolio-desc h3 {
  font-size: 15px;
}
.bothsidebar .portfolio-3 .portfolio-desc span {
  font-size: 12px;
}
/* Portfolio - Both Sidebars - Items - 3 Columns - No Title
-----------------------------------------------------------------*/
.bothsidebar .portfolio-3.portfolio-notitle .portfolio-desc {
  height: 68px;
  bottom: -69px;
}
.bothsidebar .portfolio-3.portfolio-full.portfolio-notitle .portfolio-desc,
.bothsidebar .portfolio-3.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -68px;
}
.bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
  margin-top: -50px !important;
}
/* Portfolio - Items - 2 Columns
-----------------------------------------------------------------*/
.portfolio.portfolio-2 {
  margin: 0 -20px -20px 0;
}
.portfolio-2 .portfolio-item {
  width: 50%;
  padding: 0 20px 20px 0;
}
.portfolio-2 .portfolio-desc {
  padding: 20px 5px 10px;
}
.portfolio-2 .portfolio-desc h3 {
  font-size: 21px;
}
.portfolio-2 .portfolio-desc span {
  margin-top: 4px;
  font-size: 14px;
}
/* Portfolio - Items - 2 Columns - No Margin
-----------------------------------------------------------------*/
.portfolio-2.portfolio-nomargin .portfolio-desc {
  padding: 20px 15px 20px;
}
/* Portfolio - Items - 2 Columns - No Title
-----------------------------------------------------------------*/
.portfolio-2.portfolio-notitle .portfolio-desc {
  height: 90px;
  bottom: -91px;
}
.portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -90px;
}
/* Portfolio - Sidebar - Items - 2 Columns
-----------------------------------------------------------------*/
.postcontent .portfolio-2 .portfolio-desc h3 {
  font-size: 21px;
}
.postcontent .portfolio-2 .portfolio-desc span {
  font-size: 14px;
}
/* Portfolio - Sidebar - Items - 2 Columns - No Margin
-----------------------------------------------------------------*/
.postcontent .portfolio-2.portfolio-nomargin .portfolio-desc {
  padding-bottom: 20px;
}
/* Portfolio - Sidebar - Items - 2 Columns - No Title
-----------------------------------------------------------------*/
.postcontent .portfolio-2.portfolio-notitle .portfolio-desc {
  height: 90px;
  bottom: -91px;
}
.postcontent .portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -90px;
}
.postcontent .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
  margin-top: -40px !important;
}
/* Portfolio - Both Sidebars - Items - 2 Columns
-----------------------------------------------------------------*/
.bothsidebar .portfolio-2 .portfolio-desc {
  display: block !important;
  padding-top: 15px;
  padding-bottom: 0;
}
.bothsidebar .portfolio-2 .portfolio-desc h3 {
  font-size: 19px;
}
.bothsidebar .portfolio-2 .portfolio-desc span {
  font-size: 13px;
}
/* Portfolio - Both Sidebars - Items - 2 Columns - No Margin
-----------------------------------------------------------------*/
.bothsidebar .portfolio-2.portfolio-nomargin .portfolio-desc {
  padding-bottom: 15px;
}
/* Portfolio - Both Sidebars - Items - 2 Columns - No Title
-----------------------------------------------------------------*/
.bothsidebar .portfolio-2.portfolio-notitle .portfolio-desc {
  height: 75px;
  bottom: -76px;
}
.bothsidebar .portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc,
.bothsidebar .portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -75px;
}
.bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
  margin-top: -40px !important;
}
/* Portfolio - Items - 5 Columns
-----------------------------------------------------------------*/
.portfolio.portfolio-5 {
  margin: 0 -10px -10px 0;
}
.portfolio-5 .portfolio-item {
  width: 20%;
  padding: 0 10px 10px 0;
}
.portfolio-5 .portfolio-desc h3 {
  font-size: 17px;
}
/* Portfolio - Items - 5 Columns - No Title
-----------------------------------------------------------------*/
.portfolio-5.portfolio-notitle .portfolio-desc {
  height: 71px;
  bottom: -72px;
}
.portfolio-5.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-5.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -71px;
}
.portfolio-5.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
  margin-top: -30px !important;
}
/* Portfolio - Sidebar - Items - 5 Columns
-----------------------------------------------------------------*/
.postcontent .portfolio.portfolio-5 {
  margin: 0;
}
.postcontent .portfolio-5 .portfolio-item {
  padding: 0;
}
.postcontent .portfolio-5 .portfolio-desc h3 {
  font-size: 15px;
}
.postcontent .portfolio-5 .portfolio-desc span {
  font-size: 12px;
}
.postcontent .portfolio-5 .portfolio-desc {
  padding: 15px 10px;
}
/* Portfolio - Sidebar - Items - 5 Columns - No Title
-----------------------------------------------------------------*/
.postcontent .portfolio-5.portfolio-notitle .portfolio-desc {
  height: 68px;
  bottom: -69px;
}
.postcontent .portfolio-5.portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-5.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -68px;
}
.postcontent .portfolio-5.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
  margin-top: -50px !important;
}
/* Portfolio - Items - 6 Columns
-----------------------------------------------------------------*/
.portfolio.portfolio-6 {
  margin: 0 -6px -6px 0;
}
.portfolio-6 .portfolio-item {
  width: 16.66666667%;
  padding: 0 6px 6px 0;
}
.portfolio-6 .portfolio-desc h3 {
  font-size: 15px;
}
.portfolio-6 .portfolio-desc span {
  font-size: 12px;
}
/* Portfolio - Items - 6 Columns - No Title
-----------------------------------------------------------------*/
.portfolio-6.portfolio-notitle .portfolio-desc {
  height: 68px;
  bottom: -69px;
}
.portfolio-6.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-6.portfolio-nomargin.portfolio-notitle .portfolio-desc {
  bottom: -68px;
}
.portfolio-6.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
  margin-top: -40px !important;
}
/* Portfolio - Items - 1 Column
-----------------------------------------------------------------*/
.portfolio.portfolio-1 {
  margin: 0 0px -40px 0;
}
.portfolio-1 .portfolio-item {
  float: none;
  width: 100%;
  margin: 0 0 40px 0;
  padding-bottom: 40px;
  padding-right: 0;
  border-bottom: 1px solid #EEE;
}
.portfolio-1 .portfolio-item .portfolio-image {
  float: left;
  margin-right: 40px;
}
.portfolio-1 .portfolio-item.alt .portfolio-image {
  float: right;
  margin: 0 0 0 40px;
}
.portfolio-1 .portfolio-item .portfolio-image,
.portfolio-1 .portfolio-item .portfolio-image a,
.portfolio-1 .portfolio-item .portfolio-image img {
  display: block;
  width: 720px;
  height: 400px;
}
.portfolio-1 .portfolio-desc {
  float: left;
  width: 380px;
  padding: 10px 0;
}
.portfolio-1 .alt .portfolio-desc {
  float: right;
}
.portfolio-1 .portfolio-desc h3 {
  font-size: 22px;
}
.portfolio-1 .portfolio-desc span {
  margin-top: 6px;
  font-size: 14px;
}
.portfolio-1 .portfolio-desc p {
  margin: 20px 0 25px;
  font-size: 14px;
}
.portfolio-1 .portfolio-desc li {
  margin: 3px 0;
}
/* Portfolio - Items - 1 Column - Sidebar
-----------------------------------------------------------------*/
.postcontent .portfolio-1 .portfolio-item .portfolio-image,
.postcontent .portfolio-1 .portfolio-item .portfolio-image a,
.postcontent .portfolio-1 .portfolio-item .portfolio-image img {
  width: 540px;
  height: 300px;
}
.postcontent .portfolio-1 .portfolio-desc {
  width: 280px;
}
/* Portfolio - Items - 1 Column - Both Sidebar
-----------------------------------------------------------------*/
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image {
  margin-right: 20px;
}
.bothsidebar .portfolio-1 .portfolio-item.alt .portfolio-image {
  margin: 0 0 0 20px;
}
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image,
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image a,
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image img {
  width: 320px;
  height: 178px;
}
.bothsidebar .portfolio-1 .portfolio-desc {
  display: block !important;
  width: 240px;
  padding: 0;
}
.bothsidebar .portfolio-1 .portfolio-desc h3 {
  font-size: 19px;
}
.bothsidebar .portfolio-1 .portfolio-desc span {
  margin-top: 5px;
  font-size: 13px;
}
.bothsidebar .portfolio-1 .portfolio-desc p {
  margin: 15px 0 0 0;
  font-size: 13px;
}
.bothsidebar .portfolio-1 .portfolio-desc ul,
.bothsidebar .portfolio-1 .portfolio-desc .btn {
  display: none;
}
/* Portfolio - Items - 1 Column - Full Width
-----------------------------------------------------------------*/
.portfolio.portfolio-1.portfolio-fullwidth {
  margin: 0 0 -60px 0;
}
.portfolio-1.portfolio-fullwidth .portfolio-item {
  margin-bottom: 60px;
  padding: 0;
  border-bottom: 0;
  overflow: hidden;
}
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image {
  float: none;
  margin: 0 !important;
}
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
  width: 1140px;
  height: 500px;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -ms-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  transform: translateX(-60px);
}
.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -ms-transform: translateX(60px);
  -o-transform: translateX(60px);
  transform: translateX(60px);
}
.portfolio-1.portfolio-fullwidth .portfolio-desc {
  position: absolute;
  float: none;
  width: 380px;
  height: 100%;
  padding: 30px;
  background-color: #F9F9F9;
  top: 0;
  left: auto;
  right: -380px;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .portfolio-desc {
  -webkit-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
.portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-desc {
  right: 0;
}
.portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
  left: -380px;
  right: auto;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
  -webkit-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-desc {
  left: 0;
}
.portfolio-1.portfolio-fullwidth .portfolio-overlay a {
  left: 33%;
}
.portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
  left: auto;
  right: 33%;
}
/* Portfolio - Items - 1 Column - Full Width - Sidebar
-----------------------------------------------------------------*/
.postcontent .portfolio.portfolio-1.portfolio-fullwidth {
  margin: 0 0 -40px 0;
}
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item {
  margin-bottom: 40px;
}
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
  width: 860px;
  height: 377px;
}
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
}
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
}
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-desc {
  width: 320px;
  padding: 25px;
  right: -320px;
}
.postcontent .portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
  left: -320px;
  right: auto;
}
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-overlay a {
  left: 32%;
}
.postcontent .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
  left: auto;
  right: 32%;
}
/* Portfolio - Items - 1 Column - Full Width - Both Sidebar
-----------------------------------------------------------------*/
.bothsidebar .portfolio.portfolio-1.portfolio-fullwidth {
  margin: 0 0 -40px 0;
}
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item {
  margin-bottom: 40px;
}
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
  width: 580px;
  height: 254px;
}
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-desc {
  width: 240px;
  padding: 15px 20px;
  right: -240px;
}
.bothsidebar .portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
  left: -240px;
  right: auto;
}
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-overlay a {
  left: 29%;
}
.bothsidebar .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
  left: auto;
  right: 29%;
}
/* Portfolio - Parallax
-----------------------------------------------------------------*/
.portfolio.portfolio-parallax {
  margin: 0 !important;
}
.portfolio.portfolio-parallax .portfolio-item {
  float: none;
  width: 100% !important;
  height: 500px !important;
  margin: 0 !important;
}
.portfolio.portfolio-parallax .portfolio-item .portfolio-image {
  width: 100% !important;
  height: 500px !important;
  background-attachment: fixed;
}
.portfolio.portfolio-parallax .portfolio-desc {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -57px;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  padding: 0;
  opacity: 0;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio.portfolio-parallax .portfolio-desc {
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc {
  opacity: 1;
}
.portfolio.portfolio-parallax .portfolio-desc h3 {
  font-size: 44px;
  font-weight: 300;
  letter-spacing: -1px;
}
.portfolio.portfolio-parallax .portfolio-desc h3 a {
  color: #FFF;
}
.portfolio.portfolio-parallax .portfolio-desc h3 a:hover {
  color: #DDD;
}
.portfolio.portfolio-parallax .portfolio-desc span {
  margin-top: 12px;
  font-size: 16px;
  color: #CCC;
}
.portfolio.portfolio-parallax .portfolio-desc span a {
  color: #DDD;
}
.portfolio.portfolio-parallax .portfolio-desc span a:hover {
  color: #BBB;
}
.portfolio.portfolio-parallax .portfolio-desc .portfolio-divider {
  width: 100%;
  text-align: center;
  margin: 15px 0 0;
}
.portfolio.portfolio-parallax .portfolio-desc .portfolio-divider div {
  display: inline-block;
  width: 50px;
  height: 0;
  border-bottom: 1px solid #FFF;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio.portfolio-parallax .portfolio-desc .portfolio-divider div {
  -webkit-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc .portfolio-divider div {
  width: 120px;
}
.portfolio.portfolio-parallax .portfolio-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
/* Portfolio - Overlay
-----------------------------------------------------------------*/
.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay {
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.portfolio-item:hover .portfolio-overlay,
.iportfolio:hover .portfolio-overlay {
  opacity: 1;
}
.portfolio-overlay a {
  position: absolute;
  top: 50%;
  left: 50%;
  background: none;
  width: 40px !important;
  height: 40px !important;
  margin: -28px 0 0 -44px;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay a {
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, margin-top 0.2s linear, opacity 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear, margin-top 0.2s linear, opacity 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, margin-top 0.2s linear, opacity 0.2s linear;
}
.portfolio-overlay a.right-icon {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -44px;
}
.portfolio-overlay a.center-icon {
  display: block;
  margin: -20px 0 0 -20px;
  opacity: 0;
}
.portfolio-item:hover a.center-icon,
.iportfolio:hover a.center-icon {
  opacity: 1;
}
.portfolio-overlay a:hover {
  color: #1ABC9C;
  background: none;
}
.portfolio-item:hover .portfolio-overlay a.left-icon,
.portfolio-item:hover .portfolio-overlay a.right-icon,
.iportfolio:hover .portfolio-overlay a.left-icon,
.iportfolio:hover .portfolio-overlay a.right-icon {
  margin-top: -18px;
}
.portfolio-overlay a i.icon-line-play {
  position: relative;
  left: 2px;
}
.portfolio-overlay .portfolio-desc {
  position: relative;
  padding: 0 !important;
  margin: 0;
  text-align: center;
}
.portfolio-overlay .portfolio-desc a {
  display: inline;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  font-size: inherit;
  width: auto !important;
  height: auto !important;
  line-height: 1;
  background-color: transparent !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.portfolio-overlay .portfolio-desc h3 {
  font-weight: 600;
  color: #F5F5F5 !important;
  line-height: 1;
}
.portfolio-overlay .portfolio-desc h3 a {
  color: #F5F5F5 !important;
}
.portfolio-overlay .portfolio-desc span {
  margin-top: 7px;
  color: #DDD !important;
}
.portfolio-overlay .portfolio-desc span a {
  color: #DDD !important;
  font-size: inherit;
}
.portfolio-overlay .portfolio-desc ~ a {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  margin: 20px 0 0 !important;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay .portfolio-desc ~ a {
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear, opacity 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, opacity 0.2s linear;
}
.portfolio-overlay .portfolio-desc ~ a.right-icon {
  left: 0;
  right: 0;
  margin-left: 5px !important;
  margin-right: 0 !important;
}
.portfolio-overlay .portfolio-desc a:hover {
  background: transparent;
}
body.device-touch.device-xs .portfolio-notitle .portfolio-overlay,
body.device-touch.device-xxs .portfolio-notitle .portfolio-overlay {
  display: none !important;
}
/* Portfolio Single
-----------------------------------------------------------------*/
/* Portfolio Single - Image
-----------------------------------------------------------------*/
.portfolio-single-image > a,
.portfolio-single-image .slide a,
.portfolio-single-image img,
.portfolio-single-image iframe,
.portfolio-single-image video {
  display: block;
  width: 100%;
}
.portfolio-single-image-full {
  position: relative;
  height: 600px;
  overflow: hidden;
  margin: -80px 0 80px !important;
}
.portfolio-single-video {
  height: auto !important;
}
/* Portfolio Single - Gallery Thumbs
-----------------------------------------------------------------*/
.portfolio-single-image-full .swiper-container {
  width: 100%;
  height: 600px;
  background-color: #333;
}
.portfolio-single-image-full .swiper-nested-1,
.portfolio-single-image-full .swiper-nested-2 {
  width: 100%;
}
.portfolio-single-image-full .swiper-slide {
  overflow: hidden;
}
.portfolio-single-image-full .swiper-slide img {
  width: 100%;
  height: auto;
}
/* Portfolio & Blog Single - Masonry
-----------------------------------------------------------------*/
.masonry-thumbs {
  position: relative;
}
.masonry-thumbs a {
  position: relative;
  float: left;
  width: 25%;
  max-width: 100% !important;
  overflow: hidden;
}
.masonry-thumbs.col-2 a {
  width: 50%;
}
.masonry-thumbs.col-3 a {
  width: 33.3%;
}
.masonry-thumbs.col-4 a {
  width: 25%;
}
.masonry-thumbs.col-5 a {
  width: 20%;
}
.masonry-thumbs.col-6 a {
  width: 16.6%;
}
.masonry-thumbs a,
.masonry-thumbs img {
  display: block;
  height: auto !important;
}
.masonry-thumbs img {
  width: 100%;
  border-radius: 0 !important;
  padding: 0 1px 1px 0;
}
.masonry-thumbs .overlay {
  padding: 0 1px 1px 0;
}
/* Portfolio Single - Content
-----------------------------------------------------------------*/
.portfolio-single-content {
  font-size: 14px;
}
.portfolio-single-content h2 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 20px;
  font-weight: 600 !important;
}
.portfolio-ajax-modal {
  width: 1000px !important;
}
.modal-padding {
  padding: 40px;
}
.ajax-modal-title {
  background-color: #F9F9F9;
  border-bottom: 1px solid #EEE;
  padding: 25px 40px;
}
.ajax-modal-title h2 {
  font-size: 26px;
  margin-bottom: 0;
}
#portfolio-ajax-wrap {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  -o-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
#portfolio-ajax-wrap.portfolio-ajax-opened {
  max-height: 1200px;
}
#portfolio-ajax-container {
  display: none;
  padding-bottom: 60px;
}
#portfolio-ajax-single h2 {
  font-size: 26px;
}
/* Portfolio Single - Meta
-----------------------------------------------------------------*/
.portfolio-meta,
.portfolio-share {
  list-style: none;
  font-size: 14px;
}
.portfolio-meta li {
  margin: 10px 0;
  color: #666;
}
.portfolio-meta li:first-child {
  margin-top: 0;
}
.portfolio-meta li span {
  display: inline-block;
  width: 150px;
  font-weight: bold;
  color: #333;
}
.portfolio-meta li span i {
  position: relative;
  top: 1px;
  width: 14px;
  text-align: center;
  margin-right: 7px;
}
.well .line {
  margin: 20px 0;
  border-color: #E5E5E5;
}
/* Portfolio Single Navigation
-----------------------------------------------------------------*/
#portfolio-navigation {
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  max-width: 96px;
  height: 24px;
  margin-top: -12px;
}
.page-title-right #portfolio-navigation {
  left: 10px;
  right: auto;
}
.page-title-center #portfolio-navigation {
  position: relative;
  top: 0;
  left: 0;
  margin: 20px auto 0;
}
#portfolio-navigation a {
  display: block;
  float: left;
  margin-left: 12px;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #444;
  transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
}
.page-title-dark #portfolio-navigation a {
  color: #EEE;
}
.page-title-parallax #portfolio-navigation a {
  color: #FFF;
}
#portfolio-navigation a i {
  position: relative;
  top: -1px;
  font-size: 24px;
  line-height: 1;
}
.portfolio-overlay a {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #F5F5F5;
  width: 40px !important;
  height: 40px !important;
  margin: -28px 0 0 -44px;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  color: #444;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
}
#portfolio-navigation a i.icon-angle-left,
#portfolio-navigation a i.icon-angle-right {
  font-size: 32px;
  top: -6px;
}
#portfolio-navigation a i.icon-angle-right {
  left: -1px;
}
#portfolio-navigation a:first-child {
  margin-left: 0;
}
#portfolio-navigation a:hover {
  color: #1ABC9C;
}
#portfolio-ajax-show #portfolio-navigation {
  top: 0;
  margin-top: 0;
}
/* Individual Portfolio Item
-----------------------------------------------------------------*/
.iportfolio {
  position: relative;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.iportfolio .portfolio-image {
  position: relative;
  overflow: hidden;
}
.iportfolio .portfolio-image,
.iportfolio .portfolio-image a,
.iportfolio .portfolio-image img {
  display: block;
  width: 100%;
  height: auto;
}
.iportfolio .portfolio-overlay {
  height: 100% !important;
}
.behaviours span {
  display: inline-block;
  color: #cb2127;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 10px;
  font-weight: bold;
  line-height: 1em;
}
#menu-secondary {
  position: absolute;
  right: 15px;
  top: 0;
  margin-top: -13px;
}
#menu-secondary li {
  display: inline;
  margin: 0;
  padding: 0;
}
#menu-secondary li a {
  font-size: 11px;
  background: #076737;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  padding: 4px 10px;
  font-weight: bold;
  letter-spacing: 1px;
}
body .navbar.navbar-default .topnav .trainerdetails .trainerdetails-top a {
  margin: 0 5px 0 5px;
}
body .navbar.navbar-default .topnav .trainerdetails .trainerdetails-top a span {
  font-size: 12px;
  height: 12px;
}
body .navbar.navbar-default .topnav .trainerdetails .trainerdetails-top h4 {
  font-size: 14px;
}
body .trainerdetails-top {
  margin-top: 20px;
}
body .navbar.navbar-default .topnav .trainercircle {
  margin-top: 20px;
  width: 60px;
  margin-left: 10px;
}
body .navbar {
  margin-bottom: 0px;
}
.ptb-5 {
  padding: 5px 0;
}
.p-60 {
  padding: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.pt-60 {
  padding-top: 60px;
}
.btn.btn-neg {
  position: absolute;
  margin-left: -140px;
  margin-top: -25px;
  z-index: 3;
}
.portfolio-desc {
  height: auto !important;
}
.portfolio-overlay a {
  position: absolute;
  top: 50%;
  left: 50%;
  background: none!important;
  width: 65px !important;
  height: 65px !important;
  margin: 0 0 0 -28px;
  font-size: 65px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay a {
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, margin-top 0.2s linear, opacity 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear, margin-top 0.2s linear, opacity 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, margin-top 0.2s linear, opacity 0.2s linear;
}
.portfolio-overlay a.right-icon {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -44px;
}
.portfolio-overlay a.center-icon {
  display: block;
  margin: -20px 0 0 -20px;
  opacity: 0;
}
.portfolio-item:hover a.center-icon,
.iportfolio:hover a.center-icon {
  opacity: 1;
}
.portfolio-overlay a:hover {
  color: #f7ec14;
  background: none;
}
#sidebar.sidebar2 {
  background: none;
}
#sidebar.sidebar2 h3 {
  font-size: 20px;
  font-weight: 800;
  border-bottom: 2px solid #cb2127;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.featurecontent {
  padding-top: 30px;
}
.newreadmore {
  color: #cb2127;
  font-style: italic;
  float: left;
  display: inline-block;
  margin-top: 5px;
}
.socialshare {
  float: right;
  display: inline-block;
  text-align: right;
}
.socialshare a {
  display: inline-block;
  margin-left: 10px;
  opacity: 0.7;
}
.socialshare a:hover,
.socialshare a:focus {
  opacity: 1;
}
.blogpost {
  margin: 15px;
}
.blogpost .blogpostinner {
  background: #eeeeee;
  padding: 30px;
}
.blogpost .thedate {
  margin: 0;
  padding: 0;
  color: #cb2127;
  font-style: italic;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html.js {
  margin-top: 0 !important;
}
body {
  background: url(../img/bgmain.png) repeat #fff;
  color: #333333;
}
#wpadminbar {
  top: auto !important;
  bottom: 0 !important;
}
h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
  margin: 0;
  padding: 0px 0px 20px 0px;
}
.green {
  color: #076737;
}
.red {
  color: #cb2127;
}
.pink {
  color: #9077dc;
}
.blue {
  color: #33acdf;
}
.yellow {
  color: #f7ec14;
}
h1 {
  font-family: 'vag-rundschrift-d', Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
h2 {
  font-family: 'open_sansregular', Helvetica, "Times New Roman", Times, serif;
  text-transform: none;
  letter-spacing: 2px;
}
h3 {
  font-family: 'vag-rundschrift-d', Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
h4 {
  font-family: 'vag-rundschrift-d', Helvetica, Arial, sans-serif;
}
h5 {
  font-family: 'vag-rundschrift-d', Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 18px;
}
.contact-general {
  margin-top: 20px;
  clear: both;
}
.contact-general h5 {
  font-weight: bold;
  margin: 10px 0 20px 0;
  padding: 0;
  font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
}
.contact-general .contact-general-item {
  clear: both;
  display: block;
  margin-bottom: 20px;
  color: #076737;
}
.contact-general .contact-general-item span {
  width: 30px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
.contact-general .contact-general-item a {
  display: inline-block;
}
.contact-social {
  margin-top: 30px;
}
.contact-social h5 {
  font-weight: bold;
  margin: 10px 0 20px 0;
  padding: 0;
  font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
}
.contact-social a {
  margin: 0 15px 0 15px;
  color: #076737;
  font-size: 24px;
}
.trainercircle {
  float: right;
  display: inline-block;
  border-radius: 50%;
  border: 5px solid #076737;
  width: 90px;
  margin-left: 30px;
}
.navbar.navbar-default {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.navbar.navbar-default .logo img {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar.navbar-default .topnav-mobile {
  background: #076737;
  color: #f7ec14;
  padding: 10px 0;
}
.navbar.navbar-default .topnav-mobile a {
  font-size: 12px;
  display: block;
  clear: both;
  color: #f7ec14;
}
.navbar.navbar-default .topnav {
  background: #fff;
  color: #076737;
  padding: 10px 0;
}
.navbar.navbar-default .topnav .trainercircle {
  float: right;
  display: inline-block;
  border-radius: 50%;
  border: 5px solid #076737;
  width: 90px;
  margin-left: 30px;
}
.navbar.navbar-default .topnav .trainerdetails {
  float: right;
  display: inline-block;
}
.navbar.navbar-default .topnav .trainerdetails .trainerdetails-top {
  display: block;
  clear: both;
  font-family: 'vag-rundschrift-d', Helvetica, Arial, sans-serif;
  text-align: center;
}
.navbar.navbar-default .topnav .trainerdetails .trainerdetails-top h5,
.navbar.navbar-default .topnav .trainerdetails .trainerdetails-top h4,
.navbar.navbar-default .topnav .trainerdetails .trainerdetails-top h3 {
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  border-bottom: 2px solid #bf8c5e;
  display: inline-block;
  font-family: 'vag-rundschrift-d', Helvetica, Arial, sans-serif;
  clear: both;
  font-weight: 600;
}
.navbar.navbar-default .topnav .trainerdetails .trainerdetails-top h4 {
  font-size: 16px;
}
.navbar.navbar-default .topnav .trainerdetails .trainerdetails-top a {
  margin: 0 5px 0 5px;
  color: #076737;
}
.navbar.navbar-default .topnav .trainerdetails .trainerdetails-top a:hover,
.navbar.navbar-default .topnav .trainerdetails .trainerdetails-top a:focus {
  color: #cb2127;
}
.navbar.navbar-default .topnav .trainerdetails .trainerdetails-top a i {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  height: 16px;
  color: #cb2127;
}
.navbar.navbar-default .topnav .trainerdetails .trainerdetails-top a span {
  line-height: 1em;
  height: 20px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.navbar.navbar-default .topnav .trainerdetails .trainerdetails-bottom {
  display: block;
  clear: both;
  margin-top: 4px;
  text-align: center;
}
.navbar.navbar-default .topnav .trainerdetails .trainerdetails-bottom a {
  font-size: 20px;
  margin: 0 10px 0 10px;
}
.navbar.navbar-default .topnav .trainerdetails .trainerdetails-bottom a:hover,
.navbar.navbar-default .topnav .trainerdetails .trainerdetails-bottom a:focus {
  color: #cb2127;
}
.navbar.navbar-default .bottomnav {
  background-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.navbar-default .navbar-nav {
  text-align: left;
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  float: none;
  display: block;
  position: relative;
}
.navbar.navbar-default .navbar-nav li.active > a,
.navbar.navbar-default .navbar-nav li.current-page-parent > a {
  background: #076737;
  color: #f7ec14 !important;
}
.navbar.navbar-default .navbar-nav li.active > a:hover,
.navbar.navbar-default .navbar-nav li.current-page-parent > a:hover,
.navbar.navbar-default .navbar-nav li.active > a:focus,
.navbar.navbar-default .navbar-nav li.current-page-parent > a:focus {
  background: #076737;
  color: #f7ec14 !important;
}
.navbar.navbar-default .navbar-nav > li {
  float: none;
  display: inline;
  padding: 0;
  margin: 0;
}
.navbar.navbar-default .navbar-nav > li > a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1em;
  text-shadow: none;
  font-family: 'vag-rundschrift-d', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  padding: 15px 8px;
  letter-spacing: 1px;
  margin: 0px;
  display: inline-block;
}
.navbar.navbar-default .navbar-nav > li > a:hover,
.navbar.navbar-default .navbar-nav > li > a:focus {
  color: #f7ec14;
}
.navbar.navbar-default .navbar-nav > .open > a {
  background: #076737;
  filter: none;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
.navbar.navbar-default .navbar-nav .dropdown-menu {
  top: 33px;
  border: 0;
  float: left;
  min-width: 600px;
  padding: 1px;
  margin: 0px 0 0;
  list-style: none;
  text-align: left;
  background-color: #076737;
  border-radius: 0 5px 5px 5px;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background-clip: padding-box;
}
.navbar.navbar-default .navbar-nav .dropdown-menu li {
  width: 50%;
  float: left;
  padding: 1px;
}
.navbar.navbar-default .navbar-nav .dropdown-menu li a {
  padding: 10px 14px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  line-height: 1em;
}
.navbar.navbar-default .navbar-nav .dropdown-menu li a:hover,
.navbar.navbar-default .navbar-nav .dropdown-menu li a:focus {
  background: #f7ec14;
  color: #076737 !important;
}
.navbar.navbar-default .navbar-nav .dropdown-menu li.active a {
  color: #076737;
}
.navbar.navbar-default .navbar-nav .dropdown-menu li.active a:hover,
.navbar.navbar-default .navbar-nav .dropdown-menu li.active a:focus {
  color: #076737;
}
.navbar.navbar-default.cbp-af-header.navbar-shrink {
  background: #076737 !important;
}
.navbar.navbar-default.cbp-af-header.navbar-shrink .topnav,
.navbar.navbar-default.cbp-af-header.navbar-shrink .topnav-mobile {
  display: none!important;
}
.navbar.navbar-default.cbp-af-header.navbar-shrink .bottomnav {
  background: none !important;
}
.navbar-brand {
  height: auto;
  margin-left: 0px;
  padding: 0;
  border-top: 0;
}
.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
  border-top: 0px;
  box-shadow: none;
}
.vertical-align-parent {
  z-index: 3;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.vertical-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ctas3 {
  text-align: center;
  padding: 20px;
}
.ctas3 .ctas3_link {
  display: block;
  clear: both;
  text-align: center;
}
.ctas3 .ctas3_img {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 40px;
}
.banner {
  background: none;
  color: #fff;
}
.banner .feature {
  margin-right: 60px;
}
.banner .banner-inside {
  padding: 0 15px;
}
.banner h1,
.banner .h1 {
  line-height: 1em;
}
.banner img {
  width: 100%;
  opacity: 1 !important;
}
.banner .owl-dots {
  background: none;
  margin-top: -40px !important;
  margin-left: 20px;
  position: absolute;
  z-index: 10;
}
.banner .owl-carousel.owl-drag .owl-item {
  width: 100%;
  margin-bottom: -15px;
}
.parallax-imgs {
  position: relative;
}
.overlayimg {
  position: absolute;
  z-index: 2;
}
.mainimage {
  position: relative;
  z-index: 1;
}
.banner_inner {
  position: absolute;
  width: 100%;
  top: 50%;
  /* vertical alignment */
  transform: translate(0%, -50%);
  z-index: 3;
}
/*banner home*/
.banner {
  padding: 0;
}
.home .navbar-scroll .subnav ul {
  text-align: left;
}
.fixedsub.navbar-scroll {
  position: fixed;
  top: 50px;
}
.fixedsub.navbar-scroll .subnav ul li a {
  line-height: 50px;
  height: 50px;
}
.navbar-scroll {
  z-index: 9;
  width: 100%;
  display: block;
  background: #fff;
}
.navbar-scroll .subnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  display: block;
}
.navbar-scroll .subnav ul li {
  display: inline;
}
.navbar-scroll .subnav ul li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 70px;
  height: 70px;
  text-shadow: none;
  font-family: 'vag-rundschrift-d', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #076737;
  padding: 0 15px 0px 15px;
  letter-spacing: 1px;
  margin: 0px;
  display: inline-block;
}
.navbar-scroll .subnav ul li a:hover,
.navbar-scroll .subnav ul li a:focus {
  color: #bf8c5e;
}
.ms-slide .ms-layer {
  width: 100%;
  color: #fff;
}
.ms-slide .ms-layer p {
  font-size: 16px !important;
  line-height: 1.42857143 !important;
}
.ms-skin-default .ms-bullet {
  width: 12px;
  height: 12px;
}
.ms-bullets.ms-dir-h .ms-bullets-count {
  right: 0;
}
.text-inner h1 {
  margin: 0;
  padding: 0;
}
.text-inner h2 {
  color: #f7ec14;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 10px 0;
}
.text-white {
  color: #fff;
}
.text-white .ms-slide-layers {
  background: url(../img/tileoverlay.png) no-repeat left top;
  background-size: 100% 100%;
}
.text-black {
  color: #333333;
}
.text-black .ms-slide-layers {
  background: url(../img/tileoverlay2.png) no-repeat bottom left;
  background-size: 100%;
}
.text-black .text-inner h1 {
  color: #076737;
}
.text-black .text-inner h2 {
  color: #cb2127;
}
.text-black .text-inner p {
  color: #333333;
}
.ms-slide-layers {
  width: 100% !important;
  max-width: 100% !important;
  left: 0 !important;
}
.btns {
  margin-top: 20px;
}
.btns a {
  margin-right: 20px;
}
section {
  padding: 80px 0;
}
.featuredimage {
  margin-bottom: 30px;
}
.text-description.text-left {
  margin-top: 30px;
}
section.pagecontent h1,
.text-description h1,
section.pagecontent h2,
.text-description h2,
section.pagecontent h3,
.text-description h3,
section.pagecontent h4,
.text-description h4,
section.pagecontent h5,
.text-description h5 {
  color: #076737;
  font-family: 'vag-rundschrift-d', Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 30px;
}
section.pagecontent .pagecontentinner ul,
.text-description .pagecontentinner ul {
  list-style: circle;
  color: #076737;
  font-style: italic;
  margin-bottom: 30px;
}
section.pagecontent .pagecontentinner ul li,
.text-description .pagecontentinner ul li {
  line-height: 2em;
}
.affix-top,
.affix {
  position: static;
}
section.max-section {
  max-width: 1400px;
  margin: 0 auto;
}
.post-date {
  padding: 0px 0 10px 32px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 100;
  font-style: italic;
  font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #eeeeee;
  display: none;
}
#sidebar h3 {
  margin: 0;
  padding: 0 0 30px 0;
}
#sidebar ul {
  margin: 0;
  padding: 0;
  font-family: 'vag-rundschrift-d', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  list-style: none;
}
#sidebar ul li {
  margin: 0 0 1px 0;
  padding: 0;
  display: block;
}
#sidebar ul li a {
  display: block;
  background: url(../img/paw_smallbrown.png) no-repeat 7px 11px;
  padding: 7px 7px 7px 32px;
  color: #076737;
  border-radius: 5px;
  transition: none;
  -moz-transition: none;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
}
#sidebar ul li a:hover,
#sidebar ul li a:focus {
  background: url(../img/paw_smallbrown.png) no-repeat 5px 9px #f7ec14;
  color: #cb2127;
  border: 2px solid #076737;
  padding: 5px 5px 5px 30px;
}
#sidebar ul li.current_page_item a {
  background: url(../img/paw_smallbrown.png) no-repeat 5px 9px #f7ec14;
  color: #cb2127;
  border: 2px solid #076737;
  padding: 5px 5px 5px 30px;
}
section.section-lightbrown {
  background: #bf8c5e;
  color: #076737;
}
section.section-lightbrown .rmore {
  color: #076737;
}
section.section-lightbrown .rmore:hover,
section.section-lightbrown .rmore:focus {
  color: #cb2127;
}
section.section-white {
  color: #333333;
}
section.section-white h3 {
  color: #076737;
}
section.section-white .rmore {
  color: #076737;
}
section.section-white .rmore:hover,
section.section-white .rmore:focus {
  color: #cb2127;
}
section.section-lightgrey {
  background: #eeeeee;
  color: #076737;
}
section.section-lightgrey .rmore {
  color: #076737;
}
section.section-lightgrey .rmore:hover,
section.section-lightgrey .rmore:focus {
  color: #cb2127;
}
section.section-green,
section.banner-page {
  background: url(../img/bg_green.png) repeat #076737;
  color: #fff;
}
section.section-green h1,
section.banner-page h1 {
  margin: 0;
  padding: 0;
  font-weight: 100;
}
section.section-green h2,
section.banner-page h2 {
  color: #f7ec14;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 10px 0;
}
section.section-green .heading-top h4,
section.banner-page .heading-top h4,
section.section-green .heading-top h3,
section.banner-page .heading-top h3 {
  color: #f7ec14;
}
section.section-green .rmore,
section.banner-page .rmore {
  color: #f7ec14;
}
section.section-green .rmore:hover,
section.banner-page .rmore:hover,
section.section-green .rmore:focus,
section.banner-page .rmore:focus {
  color: #fff;
}
section.banner-page {
  padding: 80px 0 50px 0;
}
section.banner-page h1 a {
  color: #fff;
}
section.banner-page h1 a:hover,
section.banner-page h1 a:focus {
  color: #f7ec14;
}
section.section-yellow {
  background: url(../img/bg_yellow.png) no-repeat #f7ec14;
  background-size: cover;
  color: #076737;
}
section.section-yellow .rmore {
  color: #076737;
}
section.section-yellow .rmore:hover,
section.section-yellow .rmore:focus {
  color: #cb2127;
}
body .smush-detected-img {
  border: 0 !important;
  border-radius: 0 !important;
  transition: all 0.5s ease;
}
.ctavariable .headingarea .heading-top h4:before,
.ctavariable .headingarea .heading-top h4:after {
  width: 0px;
  margin: 0;
}
.ctavariable ul {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  list-style: none;
  text-align: left;
}
.ctavariable ul li {
  padding: 5px 15px 5px 25px;
  margin: 0;
  font-style: italic;
  background: url(../img/paw_small.png) no-repeat 0px 7px;
}
input.form-control {
  color: #076737 !important;
}
.form-other {
  margin: 0 auto;
  display: block;
  max-width: 500px;
}
.form-other input[type='text'] {
  width: 70%;
  float: left;
}
.form-other input[type='submit'] {
  width: 30%;
  float: right;
  height: 43px;
  background: #cb2127;
  color: #f7ec14 !important;
  border: 1px solid #cb2127 !important;
}
.form-other input[type='submit']:hover,
.form-other input[type='submit']:focus {
  background: #fff;
  color: #cb2127 !important;
  border: 1px solid #fff !important;
}
.locationform {
  margin-top: 30px;
}
.headingleft.headingarea .heading-top h4:before {
  content: none;
  height: 1px;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  position: absolute;
  background: none;
}
.fullbg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  background-color: pink;
  z-index: 1;
  background-size: cover;
}
.headingarea .heading-top h4 {
  display: block;
  overflow: hidden;
}
.headingarea .heading-top h4:before {
  content: '';
  height: 1px;
  width: 300px;
  margin-left: -320px;
  margin-top: 13px;
  position: absolute;
  background: #076737;
}
.headingarea .heading-top h4:after {
  content: '';
  height: 1px;
  margin-top: 13px;
  width: 300px;
  margin-left: 20px;
  position: absolute;
  background: #076737;
}
.headingarea h2 {
  margin: 0;
  padding: 0 0 10px 0;
}
.headingarea h3 {
  margin: 0;
  padding: 0;
}
.headingarea h4 {
  margin: 0;
  padding: 0 0 10px 0;
  font-family: 'open_sansregular', Helvetica, "Times New Roman", Times, serif;
  color: #bf8c5e;
}
.headingarea h5 {
  margin: 0;
  padding: 0;
  font-family: 'vag-rundschrift-d', Helvetica, Arial, sans-serif;
}
.headingarea p {
  margin: 20px 0 30px 0;
  padding: 0;
}
.slick-initialized .slick-slide {
  display: block;
  outline: 0;
  float: left;
}
.section-slider.section-white {
  background: #eeeeee;
}
.slick-slider {
  margin: 0 important;
}
.tile-slider {
  text-align: center;
  outline: none;
}
.tile-slider .slick-slide {
  opacity: 0.3;
}
.tile-slider .slick-slide.slick-active {
  opacity: 1;
}
.tile-slider h5 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
}
.tile-slider img {
  display: inline-block;
  border: 5px solid #bf8c5e;
  margin-bottom: 10px;
  width: 70px;
  height: 70px;
}
.tile-slider .tile {
  outline: none;
  width: 90%;
  margin: 0 auto;
}
.slick-next {
  width: 38px;
  height: 60px;
  background: url(../img/arrowright.png) no-repeat;
  opacity: 0.5 !important;
  border: 0;
  text-indent: -9999px;
  outline: 0;
}
.slick-next:hover {
  background: url(../img/arrowright.png) no-repeat !important;
  opacity: 1 !important;
}
.slick-prev {
  display: none !important;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-initialized .slick-slide {
  display: block;
  outline: 0;
}
.tilecircle {
  background-size: cover;
  border: 2px solid #076737;
  margin: 0 auto;
  z-index: 3;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin-bottom: 30px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #076737;
  color: #f7ec14;
  width: 260px;
  height: 260px;
  display: block;
}
.tilecircle h4 {
  letter-spacing: 1px;
  font-size: 20px;
}
.tilecircle .tilecircle-hover {
  border-radius: 50%;
  width: 260px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 15px;
  opacity: 0;
}
.tilecircle .tilecircle-hover h4 {
  padding: 30px 20px 0px 20px;
  margin: 0 0 0px 0;
  letter-spacing: 1px;
  font-size: 20px;
}
.tilecircle .tilecircle-hover .btn {
  margin-top: 10px;
}
.tilecircle .tilecircle-hover p {
  padding: 20px 20px 0 20px;
}
.tilecircle .tilecircle-divmain {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
}
.tilecircle:hover,
.tilecircle:focus {
  background-image: url(../img/bg_green.png) !important;
}
.tilecircle:hover .tilecircle-divmain,
.tilecircle:focus .tilecircle-divmain {
  opacity: 0;
}
.tilecircle:hover .tilecircle-hover,
.tilecircle:focus .tilecircle-hover {
  opacity: 1;
}
.row-logos {
  display: block;
  clear: both;
  text-align: center;
}
.row-logos a.logo-brand {
  width: 12.5%;
  float: left;
  text-align: center;
}
.row-logos a.logo-brand img {
  margin: 0 auto;
  display: inline-block;
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url(desaturate.svg#greyscale);
}
.row-logos a.logo-brand:hover img,
.row-logos a.logo-brand:focus img {
  margin: 0 auto;
  display: inline-block;
  -webkit-filter: grayscale(0%);
  filter: none;
  filter: grayscale(0%);
}
.section-nopadding {
  padding: 0;
}
.section-nopadding .heading-top h4:before {
  content: '';
  height: 1px;
  width: 70px;
  margin-left: -90px;
  margin-top: 13px;
  position: absolute;
  background: #076737;
}
.section-nopadding .heading-top h4:after {
  content: '';
  height: 1px;
  margin-top: 13px;
  width: 70px;
  margin-left: 20px;
  position: absolute;
  background: #076737;
}
.grid-sizer,
.grid-item,
.grid-item-home {
  width: 33%;
}
.grid {
  max-width: 1200px;
}
.grid-item {
  float: left;
}
.headingother.headingarea .heading-top small {
  font-style: italic;
  color: #cb2127;
}
.headingother.headingarea .heading-top h4 {
  color: #076737;
  margin: 0;
  padding: 0;
}
.headingother.headingarea .heading-top h4:before {
  content: none;
  height: 1px;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  position: absolute;
  background: none;
}
.headingother.headingarea .heading-top h4:after {
  content: none;
  height: 1px;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  position: absolute;
  background: none;
}
.headingarea.text-left h4:before {
  content: none;
  height: 1px;
  width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  position: absolute;
  background: none;
}
/* item is invisible, but used for layout */
.readerless {
  display: none;
}
/* grid-item-content is visible, and transitions size */
.grid-item-content {
  display: block;
  border: 1px solid #ebdacb;
  height: auto;
  -webkit-transition: width 0.4s, height 0.4s;
  transition: width 0.4s, height 0.4s;
  padding: 15px;
  margin: 15px;
  background: #efefef;
  border-radius: 5px;
}
.grid-item-content .listing-image img {
  margin-bottom: 15px;
}
.grid-item-content .addtoany_share_save_container.addtoany_content_bottom {
  display: none !important;
}
.grid-item-content:hover,
.grid-item-content:focus {
  color: #333333;
  background: #fff;
}
.grid-item:hover .grid-item-content {
  cursor: pointer;
}
/* both item and item content change size */
.grid-item.is-expanded {
  z-index: 2;
}
/*isotope*/
.grid-item {
  float: left;
}
.grid-item .listing {
  padding: 15px;
  margin: 15px;
  background: #bf8c5e;
}
.grid-item .listing .addtoany_share_save_container.addtoany_content_bottom {
  display: none;
}
.default-padding {
  padding: 60px;
}
.fiftywide {
  width: 100%;
}
.eqWrap {
  display: flex;
}
.equalHMWrap {
  justify-content: space-between;
}
.img-center {
  margin-bottom: 20px;
}
.readmore {
  margin: 20px 0 5px 0 !important;
  padding: 0;
}
.rowflex {
  display: flex;
}
.full-width-container {
  width: 100%;
  clear: both;
  display: flex;
}
.full-width-container .width-fifty {
  width: 50%;
  float: left;
  display: block;
}
.full-width-container .width-third {
  width: 33.333%;
  float: left;
  display: block;
}
.quiz,
.waggtagg,
.news {
  height: 500px;
}
.quiz .heading-top,
.waggtagg .heading-top {
  height: 200px;
}
.waggtagg {
  background-size: auto 100%;
  color: #fff;
}
.waggtagg .headingarea h3 {
  color: #fff;
}
.waggtagg .headingarea h4 {
  color: #f7ec14;
}
.quiz {
  color: #076737;
}
.quiz h4 {
  color: #076737 !important;
}
.news {
  background: url(../img/bgdog1.jpg) no-repeat bottom right;
}
.news ul {
  list-style: none;
  margin: 10px 0 30px 0;
  padding: 0;
  text-align: left;
}
.news ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.news ul li a {
  display: block;
  clear: both;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}
.news ul li a span.news-title {
  display: block;
  width: 70%;
  float: left;
  font-style: italic;
  color: #333333;
}
.news ul li a span.news-date {
  display: block;
  width: 30%;
  float: right;
  text-align: right;
  font-weight: bold;
  color: #076737;
}
.news ul li a:hover,
.news ul li a:focus {
  border-bottom: 1px solid #076737;
}
.news ul li a:hover span.news-title,
.news ul li a:focus span.news-title {
  color: #076737;
}
.news ul li a:hover span.news-date,
.news ul li a:focus span.news-date {
  display: block;
  width: 30%;
  float: right;
  text-align: right;
  font-weight: bold;
  color: #076737;
}
#map {
  height: 500px;
  width: 100%;
}
hr {
  border-top: 2px solid #555555;
  background: #555555;
  color: #555555;
  box-shadow: 0 4px 0 #000;
}
footer .clearFlags {
  display: block;
  clear: both;
}
footer .clearFlags a {
  font-family: 'vag-rundschrift-d', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 0 10px;
  display: inline-block;
}
footer .clearFlags a:hover,
footer .clearFlags a:focus {
  color: #f7ec14;
}
.clearFlagsleft {
  float: left;
  display: block;
  width: 50%;
}
.AU,
.CA,
.EU,
.JP,
.NZ,
.ES,
.GB,
.US {
  background: url(../img/sprites-flag.png) no-repeat;
  display: inline-block;
  vertical-align: -30%;
}
.AU {
  background-position: 0 0;
  width: 24px;
  height: 24px;
}
.CA {
  background-position: 0 -24px;
  width: 24px;
  height: 24px;
}
.EU {
  background-position: 0 -48px;
  width: 24px;
  height: 24px;
}
.JP {
  background-position: 0 -72px;
  width: 24px;
  height: 24px;
}
.NZ {
  background-position: 0 -96px;
  width: 24px;
  height: 24px;
}
.ES {
  background-position: 0 -120px;
  width: 24px;
  height: 24px;
}
.GB {
  background-position: 0 -144px;
  width: 24px;
  height: 24px;
}
.US {
  background-position: 0 -168px;
  width: 24px;
  height: 24px;
}
/*footer*/
footer {
  background: url(../img/bg_green.png);
  color: #fff;
  padding: 80px 0 0 0;
}
footer .footer-col p {
  font-size: 14px;
}
footer .footer-col h5 {
  border-bottom: 1px solid;
  display: block;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
footer .footer-col ul {
  margin: 0;
  padding: 0;
}
footer .footer-col ul li {
  margin: 0;
  padding: 0;
  display: block;
}
footer .footer-col ul li a {
  display: block;
  font-family: 'vag-rundschrift-d', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 5px 0;
}
footer .border-blue h5 {
  border-color: #33acdf;
}
footer .border-pink h5 {
  border-color: #9077dc;
}
footer .border-pink ul li a:hover,
footer .border-pink ul li a:focus {
  color: #9077dc;
}
footer .border-pink h5 {
  border-color: #9077dc;
}
footer .border-pink ul li a:hover,
footer .border-pink ul li a:focus {
  color: #9077dc;
}
footer .border-red h5 {
  border-color: #cb2127;
}
footer .border-red ul li a:hover,
footer .border-red ul li a:focus {
  color: #cb2127;
}
footer .border-yellow h5 {
  border-color: #f7ec14;
}
footer .border-yellow ul li a:hover,
footer .border-yellow ul li a:focus {
  color: #f7ec14;
}
footer .footer-copyright {
  border-top: 1px solid #013710;
  margin: 30px 0 0 0;
  padding: 30px 0 80px 0;
}
footer .footer-copyright p,
footer .footer-copyright a {
  font-family: 'vag-rundschrift-d', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  line-height: 1em;
  color: #068f31;
}
footer .footer-copyright ul {
  margin: 0;
  padding: 0;
}
footer .footer-copyright ul li {
  margin: 0;
  padding: 0;
  display: inline;
}
footer .footer-copyright ul li a {
  display: inline-block;
  font-family: 'vag-rundschrift-d', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  color: #068f31;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 0 20px;
}
footer .footer-copyright ul li a:hover,
footer .footer-copyright ul li a:focus {
  color: #f7ec14;
}
footer a {
  display: inline-block;
  text-transform: uppercase;
}
footer a i {
  font-size: 24px;
  display: inline-block;
  line-height: 1em;
  height: 24px;
}
footer a span {
  color: #b6b6b0;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  line-height: 1em;
  height: 24px;
  vertical-align: middle;
}
footer a:hover,
footer a:focus {
  text-decoration: none;
}
footer a:hover span,
footer a:focus span {
  color: #fff;
}
footer a:hover i,
footer a:focus i {
  color: #f7ec14;
}
footer .footer-social {
  text-align: right;
}
footer .footer-social a {
  margin: 20px 0 0 20px;
  color: #f7ec14;
}
footer .footer-search .form-control {
  border-radius: 0;
  text-align: center;
  font-size: 60px;
  padding: 30px;
  font-family: 'vag-rundschrift-d', Helvetica, Arial, sans-serif;
}
.btn,
a.logo-brand,
a.logo-brand img,
.trainercircle2 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.sectionbutton {
  margin-top: 30px;
}
.trainercircle2 {
  float: left;
  display: inline-block;
  border-radius: 50%;
  border: 5px solid #076737;
  width: 70px;
  margin-left: -40px;
  margin-top: -22px;
  position: absolute;
}
.btn-special.btn {
  background: #076737;
  color: #f7ec14;
  margin-left: 20px;
  cursor: default;
}
.btn-special.btn i {
  padding-left: 40px;
}
.btn-special.btn .trainercircle2 {
  float: left;
  display: inline-block;
  border-radius: 50%;
  border: 5px solid #076737;
  width: 70px;
  margin-left: -40px;
  margin-top: -22px;
  position: absolute;
}
.btn-special.btn:hover,
.btn-special.btn:focus {
  color: #f7ec14 !important;
  background: #076737 !important;
}
.btn-default.btn {
  background: #f7ec14;
  color: #076737;
}
.btn-info.btn {
  background: #fff;
  color: #076737;
  border: 2px solid #076737;
  padding: 13px 18px !important;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: 'vag-rundschrift-d', Helvetica, Arial, sans-serif;
}
.btn-info.btn:hover,
.btn-info.btn:focus {
  color: #076737;
  background: #f7ec14;
}
.btn-warning.btn {
  background: #f7ec14;
  color: #076737;
}
.btn-warning.btn:hover,
.btn-warning.btn:focus {
  background: #076737;
  color: #f7ec14;
}
.btn-danger.btn {
  background: #cb2127;
  color: #f7ec14;
}
.btn-danger.btn:hover,
.btn-danger.btn:focus {
  background: #f7ec14;
  color: #cb2127;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-special,
.gform_button.button {
  background: #076737;
  color: #f7ec14;
  text-shadow: none !important;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'vag-rundschrift-d', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: 700 !important;
  padding: 15px 20px !important;
  line-height: 1em;
  box-shadow: none !important;
  outline: 0;
  height: AUTO;
  border-radius: 5px;
}
.btn-default span,
.btn-primary span,
.btn-success span,
.btn-info span,
.btn-warning span,
.btn-danger span,
.btn-special span,
.gform_button.button span {
  display: inline-block;
  line-height: 1em;
  height: 13px;
  vertical-align: middle;
}
.btn-default i,
.btn-primary i,
.btn-success i,
.btn-info i,
.btn-warning i,
.btn-danger i,
.btn-special i,
.gform_button.button i {
  font-size: 20px;
  display: inline-block;
  line-height: 1em;
  height: 20px;
  vertical-align: middle;
}
.btn-default:hover,
.btn-primary:hover,
.btn-success:hover,
.btn-info:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-special:hover,
.gform_button.button:hover,
.btn-default:focus,
.btn-primary:focus,
.btn-success:focus,
.btn-info:focus,
.btn-warning:focus,
.btn-danger:focus,
.btn-special:focus,
.gform_button.button:focus {
  color: #076737;
  background: #f7ec14;
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-special.disabled,
.gform_button.button.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
.btn-special[disabled],
.gform_button.button[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-special,
fieldset[disabled] .gform_button.button {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge,
.btn-special .badge,
.gform_button.button .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #032e18;
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #c7be07;
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #1d8ab8;
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #6846cf;
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #96181d;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #076737 0%, #054f2a 100%);
  background-image: -o-linear-gradient(top, #076737 0%, #054f2a 100%);
  background-image: linear-gradient(to bottom, #076737 0%, #054f2a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff076737', endColorstr='#ff054f2a', GradientType=0);
  background-color: #054f2a;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 5px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 991px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #076737 0%, #054f2a 100%);
    background-image: -o-linear-gradient(top, #076737 0%, #054f2a 100%);
    background-image: linear-gradient(to bottom, #076737 0%, #054f2a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff076737', endColorstr='#ff054f2a', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #076737 0%, #04371e 100%);
  background-image: -o-linear-gradient(top, #076737 0%, #04371e 100%);
  background-image: linear-gradient(to bottom, #076737 0%, #04371e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff076737', endColorstr='#ff04371e', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #f7ec14 0%, #d1c707 100%);
  background-image: -o-linear-gradient(top, #f7ec14 0%, #d1c707 100%);
  background-image: linear-gradient(to bottom, #f7ec14 0%, #d1c707 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7ec14', endColorstr='#ffd1c707', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #33acdf 0%, #1e91c1 100%);
  background-image: -o-linear-gradient(top, #33acdf 0%, #1e91c1 100%);
  background-image: linear-gradient(to bottom, #33acdf 0%, #1e91c1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff33acdf', endColorstr='#ff1e91c1', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #9077dc 0%, #6f4ed2 100%);
  background-image: -o-linear-gradient(top, #9077dc 0%, #6f4ed2 100%);
  background-image: linear-gradient(to bottom, #9077dc 0%, #6f4ed2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9077dc', endColorstr='#ff6f4ed2', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #cb2127 0%, #9f1a1f 100%);
  background-image: -o-linear-gradient(top, #cb2127 0%, #9f1a1f 100%);
  background-image: linear-gradient(to bottom, #cb2127 0%, #9f1a1f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcb2127', endColorstr='#ff9f1a1f', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #04371e;
  background-image: -webkit-linear-gradient(top, #076737 0%, #054324 100%);
  background-image: -o-linear-gradient(top, #076737 0%, #054324 100%);
  background-image: linear-gradient(to bottom, #076737 0%, #054324 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff076737', endColorstr='#ff054324', GradientType=0);
  border-color: #054324;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #076737 0%, #054f2a 100%);
  background-image: -o-linear-gradient(top, #076737 0%, #054f2a 100%);
  background-image: linear-gradient(to bottom, #076737 0%, #054f2a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff076737', endColorstr='#ff054f2a', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/*responsive*/
/*768 < */
@media (min-width: 200px) {
  .floating-review {
    position: fixed;
    z-index: 99999;
    border-radius: 0;
    width: 50%;
    max-width: 50%;
    left: 25%;
    right: 25%;
    margin: 0 auto;
    bottom: 0;
    padding: 8px 15px !important;
    font-size: 14px !important;
  }
  .floating-review span {
    height: 14px;
  }
}
/*768 > 991 */
@media (min-width: 768px) and (max-width: 991px) {
  .ms-skin-default .ms-view.ms-fade-view,
  .ms-skin-default .ms-slide {
    min-height: 500px !important;
  }
  .ms-skin-default.ms-other .ms-view.ms-fade-view,
  .ms-skin-default.ms-other .ms-slide {
    min-height: 400px !important;
  }
  .ms-skin-default.ms-other .ms-view.ms-fade-view,
  .ms-skin-default.ms-other .ms-slide {
    min-height: 350px !important;
  }
  .navbar-scroll .subnav ul li a {
    font-size: 14px;
    padding: 0 10px;
  }
}
/*992 > 1199 */
@media (min-width: 992px) and (max-width: 1199px) {
  body .trainerdetails-top,
  body .navbar.navbar-default .topnav .trainercircle {
    margin-top: 13px;
  }
  .text-inner h1 {
    font-size: 36px;
  }
  .navbar.navbar-default .topnav .trainerdetails {
    float: right;
    display: inline-block;
    max-width: 470px;
  }
  #sidebar.affix {
    width: 293px;
  }
  .tile-slider h4:before {
    width: 30px;
    margin-left: -50px;
  }
  .tile-slider h4:after {
    width: 30px;
  }
  .ms-skin-default .ms-view.ms-fade-view,
  .ms-skin-default .ms-slide {
    min-height: 600px !important;
  }
  .ms-skin-default.ms-other .ms-view.ms-fade-view,
  .ms-skin-default.ms-other .ms-slide {
    min-height: 480px !important;
  }
  .navbar.navbar-default .navbar-nav > li > a {
    font-size: 11px;
    padding: 15px 4px;
  }
  .navbar-scroll .subnav ul li a {
    font-size: 14px;
    padding: 0 10px;
  }
  .tilecircle {
    height: 210px;
    width: 210px;
    font-size: 12px !important;
  }
  .tilecircle .tilecircle-hover {
    width: 210px;
  }
}
@media (min-width: 992px) {
  .floating-review {
    width: 33%;
    max-width: 33%;
    left: 33%;
    right: 33%;
  }
}
@media (max-width: 991px) {
  .p-60 {
    padding: 30px 0 30px 0;
  }
  .home .banner_inner {
    display: none;
  }
  .banner_inner {
    position: relative;
    width: 100%;
    top: auto;
    transform: none;
    z-index: 3;
    background: #076737;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .navbar.navbar-default .navbar-nav .dropdown-menu {
    width: 100%;
    min-width: 1px;
  }
  .navbar.navbar-default .navbar-nav .dropdown-menu li {
    width: 100%;
    float: none;
    padding: 1px;
    display: block;
  }
  .navbar.navbar-default .navbar-nav .dropdown-menu {
    top: auto;
    position: relative;
    border: 0;
    float: none;
    min-width: 1px;
    padding: 1px;
    margin: 0 0 0;
    width: 100%;
    text-align: center;
  }
  footer .footer-social,
  .footer-copyright,
  .footer-copyright .text-right {
    text-align: center;
  }
  .clearFlagsleft {
    float: none;
    display: block;
    width: 140px;
    text-align: left;
    margin: 0 auto;
  }
  .footer-col {
    margin-bottom: 30px;
    text-align: center !important;
  }
  .rowflex {
    display: block;
  }
  .ctavariable {
    margin-bottom: 30px;
  }
  .imagesection {
    min-height: 630px;
  }
  .full-width-container {
    display: block;
  }
  .full-width-container .width-fifty {
    width: 100%;
    float: none !important;
    display: block;
    clear: both;
  }
  .headingarea .heading-top h4:before {
    width: 0px;
    margin-left: 0px;
  }
  .headingarea .heading-top h4:after {
    width: 0px;
  }
  h1 {
    font-size: 36px;
  }
  .banner h1 {
    font-size: 36px;
  }
  .banner p {
    font-size: 14px !important;
  }
  .fixedsub.navbar-scroll {
    position: relative;
    top: auto;
  }
  .navbar.navbar-default.cbp-af-header.navbar-shrink {
    background: #076737 !important;
    position: fixed !important;
  }
  .navbar.navbar-default.cbp-af-header.navbar-shrink .topnav-mobile {
    display: none!important;
  }
  .navbar.navbar-default.cbp-af-header.navbar-shrink .topnav {
    display: block!important;
  }
  .navbar-collapse {
    background: #076737;
    border-radius: 0 0 5px 5px;
    padding-top: 1px;
  }
  .navbar.navbar-default .navbar-nav > li {
    float: none;
    display: block;
    padding: 0;
    margin: 0;
  }
  .navbar.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 15px;
    display: block;
    text-align: center;
    font-size: 20px;
  }
  .navbar.navbar-default .navbar-nav > li > a:hover,
  .navbar.navbar-default .navbar-nav > li > a:focus {
    background: #f7ec14;
    color: #076737;
  }
  .navbar-toggle.collapsed {
    background: none !important;
    color: #076737 !important;
  }
  .navbar-toggle.collapsed span {
    background: #076737 !important;
  }
  .navbar-toggle,
  .navbar-toggle:focus,
  .navbar-toggle:hover {
    background: none!important;
    color: #076737 !important;
    border-radius: 0;
    border: 0;
    padding: 15px 0 0 0;
    line-height: 1em;
    position: relative;
    right: auto;
    top: 0;
    margin: 0;
    font-size: 40px;
    height: auto;
    width: 40px;
    display: inline-block;
    float: right;
  }
  .navbar-toggle span,
  .navbar-toggle:focus span,
  .navbar-toggle:hover span {
    width: 100%;
    height: 4px;
    background: #076737 !important;
    margin: 0 0 10px 0;
    display: block;
  }
  .default-padding {
    padding: 30px;
  }
}
/*768 > 991 */
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .mobile-banner h1 {
    color: #076737;
    margin: 20px 0 0 0;
    padding: 0;
  }
  .portfolio-item {
    width: 50%;
  }
  .grid-sizer,
  .grid-item {
    width: 100% !important;
  }
  .full-width-container .width-third,
  .full-width-container .width-third.news-full {
    width: 100% !important;
    display: block !important;
    clear: both !important;
    float: none !important;
    height: auto !important;
  }
  .full-width-container .width-third .news,
  .full-width-container .width-third.news-full .news,
  .full-width-container .width-third .quiz,
  .full-width-container .width-third.news-full .quiz,
  .full-width-container .width-third .waggtagg,
  .full-width-container .width-third.news-full .waggtagg {
    height: auto !important;
  }
  .navbar-scroll .subnav {
    padding: 10px 10px;
  }
  .navbar-scroll .subnav ul li a {
    font-size: 14px;
    padding: 10px 10px;
    display: block;
    text-align: center;
    line-height: 1em !important;
    height: auto !important;
  }
  .navbar-scroll .subnav ul li {
    display: block;
    float: none;
  }
  .navbar.navbar-default .topnav {
    padding: 10px 0;
  }
  .navbar.navbar-default .topnav .trainerdetails .trainerdetails-top a {
    margin: 0 5px 0 5px;
  }
  .btn {
    width: 100% !important;
    clear: both;
    font-size: 14px;
  }
  .btn span {
    line-height: 22px;
  }
  .btn-special.btn {
    background: #076737;
    color: #fc0;
    margin-left: 0px;
    margin-bottom: 10px;
  }
  .ms-slide .ms-layer p {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .portfolio-item {
    width: 100%;
    clear: both;
    display: block;
    float: none;
  }
}
/*1200+ */
@media (min-width: 1200px) {
  .ms-skin-default .ms-view.ms-fade-view,
  .ms-skin-default .ms-slide {
    min-height: 650px !important;
  }
  .ms-skin-default.ms-other .ms-view.ms-fade-view,
  .ms-skin-default.ms-other .ms-slide {
    min-height: 500px !important;
  }
  #sidebar.affix {
    width: 360px;
  }
  .floating-review {
    width: auto;
    max-width: 100%;
    left: 0;
    right: auto;
    margin: 0 auto;
    bottom: auto;
    top: 0;
  }
}
@media (min-width: 1400px) {
  .ms-skin-default .ms-view.ms-fade-view,
  .ms-skin-default .ms-slide {
    min-height: 750px !important;
  }
  .ms-skin-default.ms-other .ms-view.ms-fade-view,
  .ms-skin-default.ms-other .ms-slide {
    min-height: 650px !important;
  }
}
@media (min-width: 1850px) {
  .ms-skin-default .ms-view.ms-fade-view,
  .ms-skin-default .ms-slide {
    min-height: 850px !important;
  }
  .ms-skin-default.ms-other .ms-view.ms-fade-view,
  .ms-skin-default.ms-other .ms-slide {
    min-height: 750px !important;
  }
}
@media (max-width: 1200px) {
  .full-width-container .width-third {
    width: 50%;
  }
  .full-width-container .width-third.news-full {
    width: 100%;
    display: block;
    clear: both;
  }
}
@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
    z-index: 1;
  }
  #sidebar.affix {
    position: fixed;
    top: 80px;
  }
}
